@charset "UTF-8";

/* ======== Setting ======== */

/* basic */
.ct_body { padding-bottom: 15px; }
.ct_figure { margin: 0; padding: 0; }
.ct_mb12 { margin-bottom: 12px !important; }
a.ct_arealink { position: relative; display: inline-block; box-sizing: border-box; padding: 8px 26px 8px 12px; width: 100%; background-color: #fff; border: 1px solid #bdbdbd; border-radius: 4px; font-size: 1.14286rem; font-weight: bold; text-decoration: none; }
a.ct_arealink:after { position: absolute; content: ""; bottom: 50%; right: 10px; width: 8px; height: 12px; margin-bottom: -6px; background: left top url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAABjElEQVQ4T5XUy2rCQBQG4DO6rlpa1C7bJxDc+AiCOzVREVQE8QXcqGuvCIrPIj6ECy8oKEIrbdONKEYUvKCZkikODZOb2Sbny8yZfw7CGON9twvLYhGk3Q4es1l4yuUAEAIzD7qKIn73eAAfDvR7RzoNzlLJFILOiwVe+HzMzxypFDgrFUME4csFf/r9cBqPGcSeTIKrWtVFkNyD62oF38EgnOdzFkkkwFWraSIEkKsIEg7DeTZjkXgcXI2GKkKBGyJwHJymU9OIAqBINAqnyYRBbLEYuOWVWK30HQMQZL0GIRIxhagCBNlsQOB51dOx8Ty4m02yEk3ACCFhK5f1AV3EYoHXXs8YkLZb0o/jcMg09W0wMNiCKMKPXDwaqQesXtcGrjrFD6EQvLTb2k3UPQGOA3erRbPABsnk8d32pIzyHQFiAPkyCXdEWAGQYo1LpJb//0eCsCThr0AAjv2+6RuoALRGmt1gkNAtyEP1w+sFab+nsJlRpujBrtOBZaHwN9YzGXjO5w2H6Q34BbRiH1WV9HHnAAAAAElFTkSuQmCC); background-size: 8px 12px; }
/* headline */
.ct_header { position: relative; padding: 0 0 6px; margin: 30px 0 16px; border-bottom: 2px solid #bdbdbd; font-size: 1.21rem; color: #d50000; line-height: 1.17; }
.ct_header:before { position: absolute; left: 0; bottom: -2px; content: ""; display: block; min-width: 80px; width: 27%; height: 2px; background-color: #d50000; }
.main_wrap > .header:first-child,
.main_wrap > .ct_header:first-child { margin-top: 0; }

/* list_anchor */
.ct_index_anchor { margin: 10px 0 0 10px; font-weight: bold; }
.ct_index_anchor li + li { margin-top: 5px; }
.ct_list_anchor {}
.ct_list_anchor li + li { margin-top: 10px; }
.ct_list_anchor { margin: 30px 0 0; }
.ct_list_anchor li {}
.ct_list_anchor li + li { margin-top: 10px; }
.ct_list_anchor a.icon_anchor { position: relative; display: inline-block; box-sizing: border-box; padding: 10px 30px 8px 10px; width: 100%; background-color: #fff; border: 1px solid #bdbdbd; border-radius: 4px; font-size: 1rem; line-height: 1.42857; font-weight: bold; text-decoration: none; }
.ct_list_anchor a.icon_anchor { color: #333; }
.ct_list_anchor a.icon_anchor:after { position: absolute; content: ""; bottom: 50%; right: 8px; width: 16px; height: 16px; margin-bottom: -8px; background: url(/ldg/ja/common/sp/img/icon_anchor.png) no-repeat left 50%; background-size: 16px auto; }

/* box */
.ct_cassette { margin-bottom: 10px; border: 1px solid #8f8f8f; border-radius: 4px; font-size: 0; line-height: 1; }
.ct_cassette .cassette_header { position: relative; box-sizing: border-box; padding: .8em 30px .8em 15px; border-bottom: 1px solid #bdbdbd; border-radius: 4px 4px 0 0; background: #E0DDD5; font-size: 1rem; text-align: left; font-weight: bold; }
.ct_cassette .cassette_header p { margin-bottom: 0; }
.ct_cassette a.arealink { border: none; border-radius: 0 0 4px 4px; }
.ct_cassette .text_s { margin-bottom: 0; color: #333; font-weight: normal; }

/* column */
.ct_cassette_2column {}
.ct_cassette_2column { overflow: hidden; margin-bottom: 12px; }
.ct_cassette_2column li { float: left; width: 50%; box-sizing: border-box; }
.ct_cassette_2column li.images { display: inline-block; float: none; margin-right: -0.3em; vertical-align: top; }
.ct_cassette_2column li.images .img_bd > span:after { display: none; }
.ct_cassette_2column li:nth-of-type(odd) { padding-right: 5px; }
.ct_cassette_2column li:nth-of-type(even) { padding-left: 5px; }
.ct_cassette_2column li figure img { width: 100%; }
article[role="main"] .ct_cassette_2column li figure figcaption { margin-top: 0; margin-bottom: 0; }
.ct_cassette_2column li p { margin-top: 8px !important; }
.ct_cassette_2column li p.text_s { margin-top: 0 !important; margin-bottom: 0 !important; }
.ct_cassette_2column li .img_bd { width: 100%; }

/* float */
.ct_float_img { margin-bottom: 15px; }
.ct_float_img:before, .ct_float_img:after { content: ""; display: table; }
.ct_float_img:after { clear: both; }
.ct_float_img figure { width: 48%; margin-bottom: 5%; }
.ct_float_img figure img { width: 100%; }
.ct_float_img .img_r { float: right; margin-left: 5%; }
.ct_float_img .img_l { float: left; margin-right: 5%; }
.ct_float_img p { line-height: 1.42857; }
.ct_float_img p:last-of-type { margin-bottom: 0; }

/* arealink_nav */
.ct_arealink_nav > li a { font-size: 1rem !important; }
.ct_arealink_nav > li a.current { background: #dddad1; }
