@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:befores
.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; }

/* list_box */
.ct_list_box { padding-bottom: 5px; }
.ct_list_box + .ct_list_box { margin-top: -16px; }
.ct_list_box.ct_list_3col .box + .box { margin-top: 20px; }
.ct_list_box.ct_list_3col .box .img { max-height: none; overflow: hidden; border:0; border-bottom: 1px solid #e0ddd5; font-size: 0; line-height: 1; }
.ct_list_box .box { border: 1px solid #e0ddd5; background: #fff; }
.ct_list_box .box .box_inner { display: block; }
.ct_list_box .box .box_inner:hover .lead { text-decoration: none; }
.ct_list_box .box .img img { width: 100%; border: none; }
.ct_list_box .box .title{ padding: 0 8px; }
.ct_list_box .box .title { margin: 8px 0 0; font-weight: bold; }
.ct_list_box .box a { padding-bottom: 7px; }
.ct_list_box .box a .title { color: #333; }
.ct_list_box .box a .title .icon { padding-right: 24px; }
.ct_list_box .box a .title .icon.icon_anchor { background: url(/ldg/ja/air/guide/choice/img/icon_anchor.png) no-repeat left 50%; background-size: 16px auto; }
.ct_list_box .box a .title .icon.icon_right { padding-right: 24px; padding-left: 0; background-position: right 50%; }

/* cassette_pickup */
.ct_cassette_pickup { margin: 20px 0 10px; padding: 12px 10px; border: 1px solid #ebe9e4; background-color: #fff; }
.ct_cassette_pickup .arealink { display: table; border: 0; padding: 0 17px 0 0; width: 100%; text-align: left; }
.ct_cassette_pickup .arealink:after { right: 0; }
.ct_cassette_pickup .arealink_blank,
.ct_cassette_pickup .arealink_pc,
.ct_cassette_pickup .arealink_pdf,
.ct_cassette_pickup .arealink_catalog { margin: 10px 0; font-size: 0.85714rem; padding: 13px 10px; border: 1px solid #bdbdbd; background: #FAF9F8; }
.ct_cassette_pickup .arealink_blank::after,
.ct_cassette_pickup .arealink_pc::after,
.ct_cassette_pickup .arealink_pdf::after,
.ct_cassette_pickup .arealink_catalog::after { right: 10px; }
.ct_cassette_pickup header { margin-bottom: 15px; padding-bottom: 13px; border-bottom: 1px solid #bdbdbd; }
.ct_cassette_pickup .cassette_text { display: table-cell; vertical-align: middle; width: 100%; height: 60px; }
.ct_cassette_pickup .cassette_head { font-size: 1.14286rem; line-height: 1.25; font-weight: bold; }
.ct_cassette_pickup .link_strong { margin-bottom: 5px; padding-bottom: 0; }
.ct_cassette_pickup p { font-weight: normal; color: #333; }
.ct_cassette_pickup p:last-child { margin-bottom: 0; }
.ct_cassette_pickup .cassette_dl { overflow: hidden; margin-bottom: 0; }
.ct_cassette_pickup .cassette_dl dt { font-weight: bold; font-size: 0.92857rem; margin-bottom: 3px; }
.ct_cassette_pickup .cassette_dl dt.float { float: left; clear: left; margin-right: 10px; }
.ct_cassette_pickup .cassette_dl dd { margin-bottom: 0; padding-left: 10px; }

/* case mainvisual */
.ct_case_mv_large{ margin-bottom: 20px; }
.ct_case_mv li{ margin-bottom: 20px; }

/* 横幅いっぱいの画像+キャプション2 */
.ct_img_caption_l2{ margin-top: 24px; text-align: center; font-size: 0; background-color: #dadada; }
.ct_img_caption_l2 .img_caption{ display: inline-block; width: 50%; padding: 6px 0; font-size: 10px; vertical-align: top; }
.ct_img_caption_l2 img{ width: 100%; max-width: 600px; height: auto; border: none; }

/* 横幅いっぱいの画像+キャプション1 */
.ct_img_caption_l1{ margin-top: 24px; text-align: center; font-size: 0; background-color: #dadada; }
.ct_img_caption_l1 .img_caption{ display: inline-block; width: 100%; padding: 6px 0; font-size: 10px; vertical-align: top; }
.ct_img_caption_l1 img{ width: 100%; max-width: 600px; height: auto; border: none; }

/* icon */
.ct_icon_company{ padding-left: 15px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAMAAAAhSXi5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABaFBMVEV0b2F0b2F0bmBxbF5wa11zbl9ybV90b2Fvalx1cGJzbmBpZFV9eWzMysX///90b2F1cGJzbV9sZ1hpY1RpZFVwa1xuaVpzbmB2cWN/em2DfnKCfnF5dWdybV98d2qAfG+4tq/T0s3QzsmXk4lxbF6opZxoYVKIhHnl5OL///+uq6JiXU1valzKyMKGgnbZ2NT7+vqnpJtkX09wa13AvrdvalugnJOxrqavq6OKhnptaFmVkodzbl9qZFV9eGuAe295dGZ7dmleWEhfWUl3cmRoY1NybV54c2WIhHiQjICPin9+em1xbF2Df3JrZVeCfnLEwrzj4uDf3tudmY9nYlNnYVKJhXno5+WvrKRhXEzMysWEgHTPzsnz8vHu7euin5ZlYFG5t69xa116dWiTkIWempGEgHOMiHxuaVtsZlhrZldqZVZmYFFiXE1vaVt5dGd4dGamopnCwLp9eWzOzMdoY1TRz8sAAAAvLjsvAAAAD3RSTlPe7u7u7u7u8u7u7u7u7u7SUCGbAAAAAWJLR0R3RmT51wAAAAlwSFlzAAALEgAACxIB0t1+/AAAAcBJREFUKM+l0Nk3w0AUBvA7MhpqmZGMTlTbKLEMoTSaUK2l1iqldqXUvu/L3y+OcjzIk+/xd+65c+cDQFUSxtUI+TD2IVSNsVSFAAhtUlTWTElAVQOENjNVaaIEZK61BFtDYRIJBiMkHGoNtmhcBknR26LtHczojEY7DdbRHm3TFQlqurp7hOjtM/uF6Df7eoXo6e6qAawOxMTgUNwaFmLYig8NitiAisGXiNjOyGgyPOY4Y+Hk6IhjRxI+QDSlsLTlXsKYe4mVZkqKIi/2WOLxpMeBHt9BXBvXJyZTZErXp0hqckIf1ziCWs2IZ6aVGTqbyczSGWU6Eze0WvDPzS9kF3NLfDmbXeZLucXswvycH6T8ymphbX3DcAoFx9hYXyusruTdqja3toXY2TWLQhTN3R0htrc23arSe/ulg8OydVQqHVnlw4PS/l4ag//45NQ+O0/wC9u+4InzM/v05NjvdsIvk1f565vbu7vbm+v8VfKSf1ZFuHVv0odHjXPt8YGa9xYnn0xIIPT0XMlTKODCF7OXV1HJ6wv74bfc+ze/595+TRe/ufhr+t8s/8UykL+YACCE6uobGitpqK9zAT4Aemh0kxTV/OoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDgtMDFUMDQ6MzA6NTErMDk6MDBL1QYWAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA4LTAxVDA0OjMwOjUxKzA5OjAwOoi+qgAAAABJRU5ErkJggg==) 0 0 no-repeat; -webkit-background-size: 11px 16px ; background-size: 11px 16px ; }

/* .ct_text_img ライブテキストで出ない漢字を画像で表示 */
.ct_text_img{ vertical-align: bottom; border: none; }

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