﻿@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: #84BEE3;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.2em;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;}/*h2の下の文章*/p.contents_txt{font-size: 1.2em;padding: 10px;margin-bottom: 25px;line-height: 1.5;}p.contents_txt._01{margin-bottom: 70px;}/*h3*/.contents h3{font-size: 1.7em;font-weight: bold;margin: 15px 0 10px;padding-left: 5px;}.contents h3::before{content: "┃";}/*左画像・右文章*/#outer .contents{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 auto;}.contents .item{width: 100%;display: flex;flex-wrap: wrap;box-sizing: border-box;margin-bottom: 45px;padding: 3px;}.contents .item._01{margin-bottom: 10px;}.contents .item._02{margin-bottom: 65px;}.contents .item .item_img{width: 40%;}.contents .item .item_img img{width: 100%;}.contents .item .item_txt{width: 60%;padding: 0 15px 15px 30px;box-sizing: border-box;}.contents .item .item_txt p{line-height: 1.5;font-size: 1.2em;}/*h3の下の文章のみ*/.contents .item .item_txt_01{width: 100%;padding: 0 15px 15px;}.contents .item .item_txt_01 p{line-height: 1.5;font-size: 1.2em;}/*おすすめ商品*/.recommend{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 auto;}.recommend .item{width: 19%;display: flex;flex-direction: column;box-sizing: border-box;margin-bottom: 35px;padding: 10px;border: solid 1px #CCCCCC;}.recommend .item .item_img{width: 100%;margin: 0 auto;}.recommend .item .item_img img{width: 100%;}.recommend .item .item_txt{width: 100%;margin-bottom: 15px;}.recommend .item .item_txt p{line-height: 1.5;font-size: 1.2em;font-weight: bold;}.recommend .item ul.btns{margin-top: auto;margin-bottom: 12px;padding: 0 10px;}.recommend .item ul.btns li.btn_gazou{position: relative;}.recommend .item ul.btns li.btn_gazou a{display: block;position: relative;padding: 5px;color: #FFFFFF;background-color: #006DC7;font-weight: bold;border-radius: 40px;font-size: 1.2em;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 #5C849E;background: #84BEE3;color: #ffffff!important;font-size: 1.5em;}/*関連記事のところ*/h2.uline_b {font-size: 2em;font-weight: bold;border-bottom: solid 5px #000000;margin-top: 45px;margin-bottom: 25px;}.column{width: 100%;margin-bottom: 45px;}.column h3{font-size: 1.5em;font-weight: bold;margin: 35px 0 15px;}.column h3::before{content: "┃"}.contents_02{display: flex;flex-wrap: wrap;/*	justify-content: space-between;*/margin: 0 auto;}.contents_02 .item_{width: 32%;box-sizing: border-box;/*	border: solid 1px #cccccc;*/display: flex;flex-direction: column;}.contents_02::after{content: "";display: block;width: 32%;height: 0;}.contents_02 .item_ ul.btns_{margin-top: auto;margin-bottom: 12px;padding: 0 10px;}.contents_02 .item_ ul.btns_ li.btn_gazou_{position: relative;}.item_ .btn_gazou_ a{display: block;position: relative;padding: 10px;color: #ffffff;background-color: #84BEE3;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;}p.contents_txt{padding: 15px;font-size: 1.2em;margin-bottom: 0;line-height: 1.5;}/*h3*/.contents h3{font-size: 1.5em;font-weight: bold;margin: 25px 10px 25;border-left: none;padding-left: 0;}.contents h3::before{content: "┃";}/*左画像・右文章のとこ*/.contents{padding: 0 10px;}.contents .item{width: 100%;margin: 0 0 5px 0;padding-bottom: 15px;}.contents .item._01{margin-bottom: 5px;}.contents .item._02{margin-bottom: 30px;}.contents .item .item_img{width: 100%;}.contents .item .item_txt{width: 100%;padding: 5px;}.contents .item .item_txt p{line-height: 1.5;font-size: 1.2em;}/*文章のみ*/.contents .item .item_txt_01{padding: 10px;}.contents .item .item_txt_01 p{font-size: 1.2em;}/*おすすめ商品*/.recommend{padding: 0 10px;}.recommend .item{width: 49%;margin: 5px 0;padding-bottom: 15px;}.recommend .item .item_txt{margin-bottom: 20px;}.recommend .item .item_txt p{font-size: 1em;}.recommend::after,.recommend::before{content: none;}/*リンクボタンのとこ*/.recommend .item ul.btns{margin-top: auto;margin-bottom: 10px;padding: 0 5px;}.recommend .item ul.btns li.btn_gazou{position: relative;}.recommend .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: #84BEE3;border-radius: 100vh;color: #ffffff;font-weight: bold;text-align: center;display: block;position: relative;transition: .3s;margin: 5px;font-size: 1.5em;}/*関連記事のとこ*/h2.uline_b {font-size: 1.7em;font-weight: bold;margin: 25px 10px 25px;padding-bottom: 5px;line-height: 1.2;text-align: center;}.column{width: 100%;}.column h3{padding: 5px;font-size: 1.3em;margin: 0;}.column h3::before{content: "┃"}.contents_02{padding: 0 10px;}.contents_02 .item_{width: 100%;margin: 5px auto;padding: 0;}.contents_02::after{content: none;}.contents_02 .item_ ul.btns_{font-size: 0.8em;width: 100%;margin-bottom: 0;padding: 0;}.contents_02 .item_ ul.btns_ li.btn_gazou_{position: relative;}.item_ .btn_gazou_ a{padding: 10px 0;background-color: #84BEE3;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%;}}/*@mediaの閉じタグ*/