﻿@charset "utf-8";/* CSS Document *//*大枠*/#outer{width: 1260px;margin: 0 auto;}/*価格表記文言*/#outer .kakakuhyouki{padding: 10px;font-size: 1em;}/*パンくず*/.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: #FF9E00;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: 30px;}#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;}/*各項目*/.contents{width: 100%;margin-bottom: 50px;}.contents h3{font-size: 1.8em;font-weight: bold;margin-bottom: 10px;padding-left: 5px;}.contents h3::before{content: "┃"}.contents .item{width: 100%;margin: 5px 15px 15px;}.contents .item .item_txt{width: 100%;padding: 25px 10px;box-sizing: border-box;margin-bottom: 10px;}.contents .item .item_txt p{line-height: 1.5;font-size: 1.2em;margin-bottom: 5px;}ul.item_list{text-indent: 1rem;font-weight: bold;margin: 25px 0;line-height: 1.5;padding: 10px 10px 20px 10px;}ul.item_list li{font-size: 1.2em;}ul.item_list li::before{content: "●";}dl.item_dl{width: 34%;display: flex;flex-wrap: wrap;border: 1px solid #ccc;border-bottom: none;text-align: center;margin: 20px auto 55px;font-weight: bold;font-size: 1.2em;}dl.item_dl dt{width: 25%;background: #f5f5f5;padding: 5px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}dl.item_dl dd{margin-left: 0;background: #fff;padding: 5px;width: 70%;border-bottom: 1px solid #ccc;}dl.item_dl dt span,dd span{color: #E30003;}.recommend{width: 50%;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 auto;}.recommend .recommend_item{width: 49%;display: flex;flex-direction: column;box-sizing: border-box;border: solid 1px #cccccc;margin-bottom: 20px;padding: 10px;}.recommend .recommend_item .recommend_img{width: 100%;}.recommend .recommend_item .recommend_img img{width: 100%;}.recommend .recommend_item .recommend_text{padding: 0 10px;margin-bottom: 20px;}.recommend .recommend_item .recommend_text p.recommend_p{font-weight: bold;font-size: 1.2em;margin-bottom: 10px;}.recommend .recommend_item ul.btns{margin-top: auto;margin-bottom: 12px;padding: 0 10px;}.recommend .recommend_item ul.btns li.btn_item{position: relative;}.recommend_item li.btn_item a{display: block;position: relative;padding: 10px;color: #ffffff;background-color: #00D488;font-weight: bold;border-radius: 40px;text-align: center;text-decoration: none;font-size: 1.2em;}/*スマホの設定*/@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;}/*h2の下の文章*/.contents p.contents_txt{line-height: 1.5;font-size: 1.2em;padding: 5px;text-indent: 0;margin: 5px;}/*各項目*/.contents h3{font-size: 23px;font-weight: bold;margin: 25px 10px 25;border-left: none;}.contents h3::before{content: "┃"}.contents .item{width: 100%;margin: 0 0 5px 0;padding-bottom: 15px;}.contents .item .item_txt{width: 100%;padding: 5px;}.contents .item .item_txt p{line-height: 1.5;font-size: 1.2em;padding: 5px;}dl.item_dl{width: 75%;font-size: 14px;}dl.item_dl dt{width: 25%;}dl.item_dl dd{width: 67%;}/*おすすめのとこ*/.recommend{width: 100%;}.recommend .recommend_item{width: 49%;margin: 0 auto;}.recommend .recommend_item .recommend_text p.recommend_p{font-size: 0.9em;padding-top: 10px;}.recommend .recommend_item ul.btns{margin-top: auto;margin-bottom: 10px;padding: 0 5px;}.recommend .recommend_item li.btn_item{position: relative;}.recommend .recommend_item li.btn_item a{font-size: 0.9em;border-radius: 2em;}}