﻿@charset "utf-8";/* CSS Document *//*大枠*/#outer{width: 1260px;margin: 0 auto;}/*パンくず*/.navitopicpath_{overflow: hidden;font-size: 12px;margin: 15px 10px 25px;}#bread-crumb-list{width: 100%;float: left;overflow: hidden;}#bread-crumb-list li{display: inline;}.navitopicpath_ a{margin: 0 0.5em;white-space: nowrap;}/*見出し*/#outer .top_parts{width: 100%;display: flex;justify-content: space-between;background-color: #f98787;margin-bottom: 50px;}#outer .top_parts .top_txt{width: 54%;color: #FFFFFF;display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;padding: 0 0 0 25px;}#outer .top_parts .top_txt h1{font-size: 2.3em;font-weight: bold;padding-bottom: 5px;line-height: 1.2;}#outer .top_parts .top_txt p{font-size: 1.3em;padding-top: 10px;}#outer .top_parts .top_img{width: 44%;}#outer .top_parts .top_img img{width: 100%;}/*h2*/h2.uline_b{font-size: 2em;font-weight: bold;border-bottom: solid 5px #000000;margin-top: 45px;margin-bottom: 25px;}/*項目部分*/#outer .contents{margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}/*3個部分*/.contents .item{width: 32%;box-sizing: border-box;margin-bottom: 55px;padding: 10px;display: flex;flex-direction: column;}.contents::after{content: "";display: block;width: 32%;height: 0;}.contents .item .item_img{width: 65%;margin: 0 auto;}.contents .item .item_img img{width: 100%;}.cotents .item .item_txt{width: 100%;margin-bottom: 15px;}.item .item_txt p{line-height: 1.5;margin-bottom: 10px;font-size: 1.2em;padding: 10px;font-weight: bold;text-align: center;}.contents h3{width: 100%;font-size: 2em;font-weight: bold;margin-top: 30px;margin-bottom: 10px;padding-left: 5px;}.contents h3::before{content: "┃"}.tb01{border-collapse: collapse;width: 85%;table-layout: fixed;margin: 25px auto 45px;border: solid 1px #CCCCCC;}.tb01 th{font-weight: bold;font-size: 1.2em;padding: 10px;background-color: #FFF6A8;width: 20%;border-bottom: solid 1px #cccccc;border-right: solid 1px #cccccc;text-align: center;}.tb01 td{font-size: 1.2em;line-height: 1.2;font-weight: bold;border-bottom: solid 1px #cccccc;text-align: center;background-color: #FFFCE4;}.tb01 .td_p{line-height: 1.2;font-weight: bold;margin: 5px auto 5px;}.contents h4{width: 100%;border-bottom: solid 1px #000000;font-size: 1.5em;font-weight: bold;margin: 20px;}/*商品一覧はこちらのボタン*/.contents .item ul.btns{margin-top: auto;margin-bottom: 12px;padding: 0 10px;}.contents .item ul.btns li.btn_gazou{position: relative;}.item ul.btns .btn_gazou a{display: block;position: relative;padding: 10px;color: #ffffff;background-color: #f99f9f;font-weight: bold;border-radius: 20px;text-align: center;font-size: 1.2em;}.btn{width: 80%;font-size: 1em;margin: 0 auto 85px;}.btn a{position: relative;display: block;text-align: center;vertical-align: middle;margin: auto;padding: 1rem 4rem;font-weight: bold;border-radius: 100vh;border-bottom: 10px solid #F76565;background: #f99f9f;color: #ffffff!important;font-size: 1.5em;}/*関連記事のところ*/.column{width: 100%;margin-bottom: 45px;}.column h3{font-size: 1.5em;font-weight: bold;margin: 35px 0 15px;}.column h3::before{content: "┃"}.contents_01{display: flex;flex-wrap: wrap;/*	justify-content: space-between;*/margin: 0 auto;}.contents_01 .item_{width: 32%;box-sizing: border-box;/*	border: solid 1px #cccccc;*/display: flex;flex-direction: column;}.contents_01::after{content: "";display: block;width: 32%;height: 0;}.contents_01 .item_ ul.btns_{margin-top: auto;margin-bottom: 12px;padding: 0 10px;}.contents_01 .item_ ul.btns_ li.btn_gazou_{position: relative;}.item_ .btn_gazou_ a{display: block;position: relative;padding: 10px;color: #ffffff;background-color: #f99f9f;font-weight: bold;border-radius: 20px;text-align: center;text-decoration: none;font-size: 1em;}.column ul.tokusyu{display: flex;flex-wrap: wrap;justify-content: space-between;box-sizing: border-box;width: 100%;list-style: none;margin: 0 auto;}.column ul.tokusyu li{width: 23%;margin-bottom: 10px;}.column ul.tokusyu li img{width: 100%;height: auto;}.column ul.tokusyu::before{content: "";display: block;width: 23%;order: 1;}.column ul.tokusyu::after{content: "";display: block;width: 23%;}/*スマホの設定*/@media screen and (max-width : 768px ){/*body * {outline: red 1px solid;}*//*大枠*/#outer{width: 100%;}/*見出し*/#outer .top_parts{flex-direction: column-reverse;}#outer .top_parts .top_txt{width: 100%;padding: 15px;}#outer .top_parts .top_txt h1{font-size: 1.6em;padding: 5px 5px 20px 5px;}#outer .top_parts .top_txt p{font-size: 1em;padding: 5px;}#outer .top_parts .top_img{width: 100%;}#outer .top_parts .top_img img{width: 100%;}/*h2*/h2.uline_b{font-size: 1.7em;font-weight: bold;margin: 25px 10px 25px;padding-bottom: 5px;line-height: 1.2;text-align: center;}/*各項目*/.contents h3{font-size: 25px;font-weight: bold;margin: 25px 10px 25;border-left: none;padding-left: 0;}.contents h3::before{content: "┃"}.contents h4{text-align: center;}.contents{padding: 0 10px;}.tb01{width: 100%;border-top: none;}.tb01 th{width: 95%;border-bottom: none;display: block;border-right: none;border-bottom: solid 1px #cccccc;border-top: solid 1px #cccccc;font-size: 1.2em;}.tb01 td{padding: 10px;text-align: left;width: 95%;border-bottom: none;display: block;}.tb01 .td_p{padding: 5px;font-size: 0.9em;}/*3個のところ*/.contents .item{width: 100%;margin: 5px auto;padding-bottom: 15px;border: solid 1px #cccccc}.contents::after{content: none;}.contents .item .item_txt{padding: 0 5px;margin-bottom: 20px;}.contents .item .item_txt p{padding: 15px 5px;font-size: 1.2em;margin: 0;}/*リンクボタンのとこ*/.contents .item ul.btns{margin-top: auto;margin-bottom: 10px;padding: 0 5px;}.contents .item ul.btns li.btn_gazou{position: relative;}.contents .item ul.btns li.btn_gazou a{font-size: 1em;border-radius: 2em;padding: 5px;text-align: center;text-decoration: none;}.btn{font-size: 10px;width: 100%;margin: 20px 0 35px;}.btn a{padding: 10px 0;background-color: #f9b9b9;border-radius: 100vh;color: #ffffff;font-weight: bold;text-align: center;display: block;position: relative;transition: .3s;margin: 5px;}/*関連記事のとこ*/.column{width: 100%;}.column h3{padding: 5px;font-size: 1.3em;margin: 0;}.column h3::before{content: "┃"}.contents_01{padding: 0 10px;}.contents_01 .item_{width: 100%;margin: 5px auto;padding: 0;}.contents_01::after{content: none;}.contents_01 .item_ ul.btns_{font-size: 0.8em;width: 100%;margin-bottom: 0;padding: 0;}.contents_01 .item_ ul.btns_ li.btn_gazou_{position: relative;}.item_ .btn_gazou_ a{padding: 10px 0;background-color: #f99f9f;border-radius: 100vh;color: #ffffff;font-weight: bold;text-align: center;display: block;position: relative;transition: .3s;margin: 5px;}.column ul.tokusyu{width: 96%;margin: 0 auto;padding: 0;float: none;}.column ul.tokusyu li{width: 49%;}}