
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ベース設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
html{
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 24px;
}
a{
    color: #000;
}
#wrapper{
    width: 100%;
    height: 100%;
}
.section,
section{
    width: 100%;
    min-width:1080px;
    height: 100%;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.sp_only{
    display: none;
}

:root{
    --main: #f68a5f;
    --point: #abde7a;
    --red: #f14d4d;
    --form: #fbfcea;
}
.object_fit_img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.bfr,.aft{
    position: relative;
}
.bfr::before,
.aft::after{
    position: absolute;
    display: block;
    content: '';
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ベース設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
input{
    background: #fff;
}
input:focus{
    background: #fbfcea;
}
input::placeholder{
    color: #999;
}
.newscat1{
    background: #abde7a;
}
.newscat2{
    background: #f14d4d;
}
.newscat3{
    background: #f68a5f;
}
.underline_ttl{
    font-size: 22px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #9c9c9c;
}
.underline_ttl svg{
    margin-right: 12px;
    font-size: 16px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ナビ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header{
    box-shadow: 0 3px 5px #ddd;
    position: relative;
    z-index: 30;
}

header.shadow_none{
    box-shadow: none;
}

.h_wrap{
    width: 100%;
    min-width:1080px;
    box-shadow: 0 3px 5px #ddd;
}
.top_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}
.logo_ttl{
    height: 100%;
    margin-right: 24px;
}
.logo_ttl a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logo_ttl img{
    width: 192px;
    height: auto;
}
.logo_ttl span{
    font-weight: normal;
    font-size: 14px;
}

.h_tel{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 300px;
}
.h_tel .h_tel_in1{
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
}
.h_tel .h_tel_in1::before,
.h_tel .h_tel_in1::after{
    width: 1px;
    height: 24px;
    background: #ccc;
    top: 0;
}
.h_tel .h_tel_in1::before{
    right: -12px;
    transform: rotate(20deg);
}
.h_tel .h_tel_in1::after{
    left: -12px;
    transform: rotate(-20deg);
}
.h_tel p{
    color: #f68a5f;
    font-size: 26px;
    line-height: 36px;
}
.h_tel p .tel_mark{
    vertical-align: 5px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    background: #f68a5f;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    display: inline-block;
    text-align: center;
}
.h_tel .h_tel_in2{
    font-size: 11px;
    line-height: 14px;
    padding-left: 12px;
}
.h_search{
    position: relative;
    margin: 0 auto;
}
.h_search input{
    font-size: 14px;
    width: 204px;
    padding: 12px 6px;
    border-radius: 6px;
    border: 3px solid #f68a5f;
    background-color: #fbfcea;
}
.h_search button{
    cursor: pointer;
    position: absolute;
    top: 49%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    /*background: transparent;*/
    line-height: 40px;
    border: none;
    background-color: #f68a5f;
    height: 100%;
    padding: 0 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.h_contact,
.review_box{
    text-align: center;
    padding:6px 12px;
    border-radius: 6px;
    width: 108px;
    transition: .3s;
}
.h_contact:hover,
.review_box:hover{
    box-shadow: none;
    transform: translateY(5px);
}
.h_contact span,
.review_box span{
    display: block;
    font-weight: bold;
}
.h_contact svg,
.review_box svg{
    font-size: 18px;
}
.h_contact{
    background: #abde7a;
    color: #033333;
    margin: 0 3px 5px auto;
    box-shadow: 0 5px 0 #76aa43;
}
.review_box{
    background: #FFFF00;
    color: #000;
    margin: 0 0 5px;
    box-shadow: 0 5px 0 #CCCC00;
}
.review_box img{
    width: 16px;
}
nav{
    width: 100%;
    min-width:1080px;
}
.main_menu{
    display: flex;
    justify-content: space-between;
    transition: .3s;
}
.main_menu.active{
    margin-bottom: 48px;
}
.main_menu > li{
    width: 100%;
    margin:  0 auto;
    /* position: relative; */
}
.main_menu > li > a{
    width: 100%;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: relative;
    transition: .3s;
    cursor: pointer;
}
.main_menu > li > a:hover{
    background: #f68a5f;
    color: #fff;
}
.main_menu > li > a::before,
.main_menu > li > a::after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #ccc;
    top: 9px;
}
.main_menu li a::before{
    right: -0.5px;
}
.main_menu li a::after{
    left: -0.5px;
}
.sub_menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #5f5f5f;
}
.sub_menu ul{
    display: flex;
    justify-content: center;
}
.sub_menu li a{
    width: auto;
    display: block;
    padding: 0 24px;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.sub_menu li a:hover{
    text-decoration: underline;
}
.sub_menu li a svg{
    margin-right: 12px;
}

.main_menu > li.menu-inquiry{
    width: 80%;
}
.main_menu > li.menu-search{
    width: 180%;
}
.sub-search{
    line-height: 48px;
    margin-left: 5px;
}
.sub-search input{
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 84%;
    margin-left: 5px;
    padding: 12px 6px;
}
.menu02 .main_menu li.menu02-child:nth-child(1){
    width: 60%;
}
.menu02 .main_menu li.menu02-child:nth-child(2){
    width: 80%;
}
.menu02 .main_menu li.menu02-child:nth-child(3){
    width: 60%;
}
.menu02 .main_menu li.menu02-child:nth-child(4){
    width: 70%;
}
.menu02 .main_menu li.menu02-child:nth-child(5){
    width: 50%;
}
.menu02 .main_menu li.menu02-child:nth-child(6){
    width: 50%;
}
.menu02 .main_menu li.menu02-child:nth-child(7){
    width: 70%;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ナビ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 001 */
.footer001{
    background: #f68a5f;
    padding:48px 0;
}
.footer001 .container{
    display: flex;
    justify-content: space-between;
}
.footer001 .box:nth-of-type(1){
    width: 45%;
    color: #fff;
}
.footer001 .box h2{
    font-size: 36px;
    font-weight: normal;
    margin:  0 0 36px;
}
.footer001 .box h3{
    font-size: 16px;
    margin-bottom: 12px;
}
.footer001 .box:nth-of-type(2){
    width: 50%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, .3);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    transition: .3s;
}
.footer001 .box:nth-of-type(2) p.tel_mark{
    color: #f68a5f;
    font-size: 40px;
    font-weight: bold;
}
.footer001 .box:nth-of-type(2) span{
    line-height: 14px;
    font-size: 12px;
    margin-left: 30px;
}
.footer001 .box:nth-of-type(2) a{
    width: 100%;
    text-align: center;
    display: block;
    background: #abde7a;
    color: #300000;
    font-size: 16px;
    margin-top: 6px;
    line-height: 1;
    font-weight: bold;
    border-radius: 6px;
    padding: 18px 0 12px;
    transition: .3s;
}
.footer001 .box:nth-of-type(2) a:hover{
    letter-spacing: 1px;
}
.footer001 .box:nth-of-type(2) a img{
    vertical-align: baseline;
    margin-right: 12px;
}
/* 002 */
.footer002{
    padding: 48px 0;
    position: relative;
}
.footer002 .container{
    display: flex;
    justify-content: space-between;
}
.footer002 .box:nth-of-type(1){
    width: 20%;
}
.footer002 .box:nth-of-type(1) p{
    font-size: 12px;
    margin-top: 24px;
    line-height: 18px;
    color: #666;
}
.footer002 .box:nth-of-type(2){
    display: flex;
    width: 68%;
    justify-content: space-around;
}
.footer002 .f_menu{
    width: 27%;
}
.footer002 .f_menu:nth-of-type(2){
    width: 34%;
}
.footer002 .f_menu li:not(.f_tap_menu) a:hover{
    border-bottom: 1px solid #f68a5f;
}
.footer002 .f_menu > li{
    list-style: url('../img/common/ft_arrow2.png');
    font-weight: bold;
    margin-bottom: 12px;
}
.footer002 .f_submenu{
    margin: 6px 0 0 24px;
    font-weight: normal;
    color: #666;
}
.footer002 .f_submenu li{
    position: relative;
}
.footer002 .f_submenu li::before{
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background: #f68a5f;
    display: block;
    content: '';
}
.page_top{
    position: fixed;
    bottom: 60px;
    right: 20px;
    /*transform: translateX(-50%) translateX(600px);*/
    width: 75px;
    height: 75px;
    background: #2e2a2a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    z-index: 20;
}
.page_top:hover{
    opacity: .8;
}
.page_top svg{
    font-size: 36px;
}
/* 003 */
.footer003 .container{
    display: flex;
    justify-content: flex-end;
}
.footer003 a{
    display: block;
    padding: 0 48px;
}
.footer003 a:nth-of-type(1){
    border-right: 2px dotted #666;
}
.footer003 a:hover{
    text-decoration: underline;
}
.footer003 .box{
    text-align: center;
    color: #fff;
    background: #2e2a2a;
    padding: 24px 0;
    margin: 48px 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ パンくずリスト ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.breadclumb{
    padding-top: 12px;
}
.breadclumb ul{
    display: flex;
}
.breadclumb ul li{
    margin-right: 12px;
}
.breadclumb ul li a{
    padding: 0 6px;
    color: #f68a5f;
}
.breadclumb ul li a svg{
    margin-right: 6px;
    font-size: 14px;
}
.breadclumb ul li a:hover{
    text-decoration: underline;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ パンくずリスト ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content001{
    background: url('../img/top/top_bg01.jpg') center center /cover no-repeat;
    /*height: 380px;*/
    margin: 0 0 50px;
}
.no-webp .content001{
    background: url('../img/top/top_bg01.jpg') center center /cover no-repeat;
    height: 520px;
}
.content001 .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.content001 .container h2{
    background: #fff;
    font-size: 26px;
    font-weight: normal;
    padding: 12px 12px 12px 0;
    border: 2px solid #404040;
    border-radius: 6px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, .5);
}
.content001 .container h2 span{
    background: #404040;
    display: inline-block;
    color: #fff;
    padding: 12px;
    margin: -12px 12px -12px 0;
}
.serach_box{
    width: 100%;
    /*padding: 12px;
    background: rgba(0, 0, 0, .7);*/
    margin-top: 20px;
}
.serach_box ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.serach_box ul li{
    background: #f68a5f;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
    position: relative;
}
.menu_fix .serach_box ul li{
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
.serach_box ul li:after{
    content: "";
    width: 100%;
    height: 9px;
    background-color: #FFF;
    left: 0;
    bottom: -9px;
}
.serach_box ul li + li{
    margin-left: 5px;
}
.serach_box ul li.active{
    background: #fff;
    color: #f68a5f;
}
.search_in{
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 24px 24px 42px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
    justify-content: space-between;
    display: flex;
}
.menu_fix .search_in{
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
.search_in .box{
    display: none;
}
.search_in .box.show{
    display: block;
    width: 100%;
}
.search_in .box form{
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: 184px;
    justify-content: space-between;
}
.content001 .search_in input{
    width: 270px;
}
.search_in input{
    font-size: 14px;
    width: 100%;
    padding: 22px 12px 14px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.content001 .search_in .two_col input{
    width: 410px;
}
/*.search_in .two_col input{
    width: 300px;
}*/
.search_in button{
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 12px;
    color: #fff;
    line-height: 40px;
    height: 46px;
    border: none;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    transition: .3s;
    width: 60%;
    margin: 0 auto;
}
.search_in button:hover{
    transform: translateY(3px);
    box-shadow: none;
}
.search_in .selected_box.price{
    padding: 13px;
    background:#f0f0f0;
}
.search_in .selected_box.price select{
    font-size: 13px;
    width: auto;
    padding: 14px 12px 14px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.search_in .selected_box.price span{
    float: left;
    font-weight: bold;
    padding: 13px 10px 0 0;
}
.search_in .selected_box.keyword{
    background: #f0f0f0;
    padding: 17px;
    width: 73%;
}
.search_in .selected_box.keyword span{
    float: left;
    font-weight: bold;
    padding: 13px 10px 0 0;
}
.search_in .selected_box.keyword input{
    width: 85%;
    padding: 14px 12px 14px;
}
.search_in .selected_box{
    width: 24%;
    margin-bottom: 12px;
}
.search_in .selected_box.one-third{
    width: 32%;
}
.search_in .selected_box.half{
    width: 49%;
}
.search_in .selected_box .step {
    position: absolute;
    display: flex;
    align-items: center;
    top: -32px;
}
.search_in .selected_box .step .step_label {
 background-color: #F68A5F;
 padding: 0 8px;
 border-radius: 5px;
 color: white;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 12px;
}
.search_in .selected_box .step .description {
    margin-left: 5px;
    font-weight: bold;
}
.station-conditions {
    height: 240px !important;
    padding-top: 30px;
}
.selected_box{
    position: relative;
}
.selected_in{
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .3);
    width: 400px;
    background: #fff;
    z-index: 50000;
}
.add .selected_in{
    top: 56px;
}
.selected_in p{
    background: #eee;
    font-size: 18px;
    padding: 12px;
    font-weight: bold;
}
.selected_in .inner{
    background: #fff;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
}
.selected_in .inner a{
    padding: 0 12px 6px;
    display: block;
}
.selected_in .inner a:hover{
    text-decoration: underline;
}
.selected_in span{
    padding: 0 12px 6px;
}
.selected_in input[type="checkbox"]{
    width: 20px;
}
.selected_in .decided{
    width: 90%;
    margin: 0 auto 12px;
    padding: 6px 0;
    font-weight: bold;
    color: #fff;
    display: block;
    background: #f68a5f;
    border: none;
    box-shadow: 0 3px 0 #d65d17;
    transition: .3s;
    text-align: center;
    display: block;
    border-radius: 3px;
}
.selected_in .decided:hover{
    transform: translateY(3px);
    box-shadow: none;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ01 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content002{
    padding: 48px 0 0;
}
.content002 .container{
    display: flex;
    justify-content: space-between;
}
.content002 h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #f68a5f;
    display: inline-block;
    padding: 12px;
    border-radius: 3px 3px 0 0;
    width: 240px;
    position: relative;
    z-index: 20;
}
.content002 h3 img{
    vertical-align: middle;
    margin-right: 12px;
}
.content002 .box{
    border-radius: 0 3px 3px 3px;
    border:  3px solid #f68a5f;
}
.ctt002_in01{
    flex: 1.6;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}
.ctt002_in01 .box{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
}
.ctt002_in01 .box a{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 18px 0;
    border-right: 1px solid #ccc;
    transition: .3s;
}
.ctt002_in01 .box a:nth-of-type(n + 5){
    border-top: 1px solid #ccc;
}
/*
.ctt002_in01 .box a:last-of-type{
    background: #fef3ee;
}
*/
.ctt002_in01 .box a:hover{
    background: #fbfcea;
}
.ctt002_in01 h4{
    margin-top: 12px;
    font-size: 14px;
    color: #f68a5f;
}
.ctt002_in02{
    flex: 1;
}
.ctt002_in02 h4{
    padding: 12px 0;
    font-size: 16px;
}
.ctt002_in02 h4 svg{
    margin-right: 12px;
    color: #f68a5f;
}
.ctt002_in02 .box{
    padding: 12px 12px 24px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
}
.ctt002_in02 .item{
    padding-top: 12px;
}
.ctt002_in02 .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ctt002_in02 a{
    display: block;
    border-radius: 3px;
    border: 1px solid #f68a5f;
    background: #fbfcea;
    padding: 6px;
    color: #f68a5f;
    position: relative;
}
.ctt002_in02 a::before{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right:0;
    width: 0;
    height: 0;
    border: 6px solid #f68a5f;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: .3s;
}
.ctt002_in02 a:hover::before{
    border: 18px solid #f68a5f;
    border-top: 18px solid transparent;
    border-left: 18px solid transparent;
}
.ctt002_in02 .inner a{
    width: 31%;
}
.ctt002_in02 .inner a:nth-of-type(n + 4){
    margin-top: 12px;
}
.ctt002_in02 .inner a.active{
    width: 65.5%;
    background: #9c9c9c;
    color: #fff;
    border: none;
    box-shadow: 0 3px 0 #707070;
    padding: 6px 6px 6px;
    position: relative;
}
.ctt002_in02 .inner a.active::before{
    content: none;
}
.ctt002_in02 .inner a.active span{
    opacity: 0.5;
    margin-left: 12px;
}
.ctt002_in02 .inner a.active svg{
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 16px;
    transform: translateY(-50%);
}
.ctt002_in02 .inner a.active.point{
    background: var(--main);
    box-shadow: 0 3px 0 #d0612c;
    transition: .3s;
}
.ctt002_in02 .inner a.active.point:hover{
    box-shadow: none;
    transform: translateY(3px);
}
.ctt002_in02_sp{
    display: none;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */




/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ03 *****2019/08/06更新***** ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content003{
    padding: 60px 0 84px;
}
.news-list .content003{
    padding: 0;
}
.ctt003_ttl{
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
    border-bottom: 3px solid #F68A5F;
    font-weight: 600;
}
.news-list .ctt003_ttl::before{
    bottom: -2px;
    left: 0;
    background: #f68a5f;
    width: 96px;
    height: 2px;
}
.ctt003_ttl .ctt003_ttl_in{
    font-size: 22px;
}
.ctt003_ttl a{
    color: #f68a5f;
    font-weight: bold;
}
.ctt003_ttl a svg{
    margin-left: 24px;
}
.ctt003_ttl a:hover{
    text-decoration: underline;
}
.ctt003_ttl h2 img{
    margin-right: 12px;
}
.ctt003_att{
    padding: 12px 0;
}
.ctt003_in{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.ctt003_in article{
    width: 100%;
}
.ctt003_in .pickup_img{
    overflow:hidden;
}
.ctt003_in .pickup_img img{
    transition:.3s;
}
.ctt003_in .pickup_img img:hover{
    transform:scale(1.1)
}

.ctt003_in .top_news:last-child{
    border-bottom: 3px solid #F68A5F;
}
.ctt003_in .top_news{
    position:relative;
}
.ctt003_in .top_news_in{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.ctt003_in .top_news_in h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    font-weight: 600;
}
.ctt003_in .top_news_in h3:hover{
    color: #f68a5f;
}

.ctt003_in .pickup_in{
    margin:  12px 0;
    position:absolute;
    bottom:5px;
    left:20px;
    width: calc(100% - 40px);
    height: 25px;
}
.ctt003_in .pickup_in span{
    background: #f68a5f;
    padding: 3px 6px;
    color: #fff;
}
.ctt003_in time{
    font-size: 14px;
    color: #F68A5F;
    font-weight: bold;
    margin-right: 20px;
}

.ctt003_btn a {
    display: block;
    text-align: center;
    width: 50%;
    text-align: center;
    font-size: 16px;
    margin: 36px auto 0;
    font-weight: bold;
    padding: 12px 0;
    transition: .3s;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}
.ctt003_btn a:hover{
    box-shadow: none;
    transform: translateY(6px);
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */




/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content004{
    background: url('../img/top/ctt004_bg.png') repeat;
    padding: 36px 0 48px;
}
.content004 h2{
    font-size: 26px;
}
.content004 h2 img{
    margin-right: 24px;
}
.ctt004_in01{
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #ccc;
    position: relative;
}
.ctt004_in01 h2{
    margin: 0 24px;
    border-bottom: 3px solid #ccc;
    padding: 24px 0 12px;
}
.swiper-container{
    padding: 36px 0;
    margin: 0 60px;
}
.ctt207_in .swiper-container{
    padding: 0;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.ctt004_in01 a{
    display: block;
}
.ctt004_in01 a .pickup_img{
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.ctt004_in01 a img{
    width: 100%;
    transition: .3s;
}
.ctt004_in01 a:hover img{
    transform: scale(1.1);
}
.ctt004_in01 .pickup_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:  12px 0;
}
.ctt004_in01 .pickup_in span{
    background: #f68a5f;
    padding: 3px 6px;
    color: #fff;
}
.ctt004_in01 .pickup_in time{
    font-size: 12px;
    color: #999;
}
.ctt004_in01 article h3{
    font-size: 16px;
    margin-bottom: 12px;
    transition: .3s;
}
.ctt004_in01 article a:hover h3{
    color: #f68a5f;
}
.ctt004_in01 article p{
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ctt004_in02{
    border-radius: 3px;
    margin-top: 60px;
    box-shadow: 3px 3px 0 #ccc;
}
.ctt004_in02 h2{
    background: rgba(246, 138, 95, .8);
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 24px;
}
.ctt004_in02 h2 span{
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 60px;
}
.ctt004_in02 .box{
    display: flex;
    flex-wrap:wrap;
    background: #fff;
    border: 1px solid #DDD;
}
.ctt004_in02 .box article{
    width: calc(100% / 3);
}
.ctt004_in02 .box article a{
    display: block;
    width: 100%;
    padding: 24px 24px 36px;
    border-bottom: 2px dotted #999;
    border-right: 2px dotted #999;
    height: 100%;
}
.ctt004_in02 .box article:nth-of-type(3n) a{
    border-right: none;
}
.ctt004_in02 .box article:nth-of-type(n + 4) a{
    border-bottom: none;
}
.ctt004_in02 .toku_img{
    overflow: hidden;
}
.ctt004_in02 .toku_img img{
    width: 100%;
    height: auto;
    transition: .3s;
}
.ctt004_in02 .box article a:hover img{
    transform: scale(1.1);
}
.ctt004_in02 article h3{
    font-size: 16px;
    margin: 12px 0;
    transition: .3s;
}
.ctt004_in02 article a:hover h3{
    color: #f68a5f;
}
.ctt004_in02 article p{
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ctt004_in03{
    margin-top: 36px;
}
.ctt004_in03 h2{
    margin: 0 0 24px;
    border-bottom: 3px solid #ccc;
    padding: 24px 0 12px;
}
.ctt004_in03 .box{
    display: flex;
    justify-content: space-between;
}
.ctt004_in03 .box a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #f68a5f;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    width: 15%;
    height: 150px;
    position: relative;
}
.ctt004_in03 .box a img{
    transform: scale(0.7);
    transition: .3s;
}
.ctt004_in03 .box a:hover img{
    transform: scale(0.8);
}
.ctt004_in03 .box span{
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    color: #f68a5f;
}
.ctt004_in03 .box svg{
    color: #f68a5f;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 18px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ05 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content005{
    background: url('../img/common/ctt005_bg01.jpg') center center /cover no-repeat;
    padding: 60px 0;
    text-align: center;
}
.no-webp .content005{
    background: url('../img/common/ctt005_bg01.jpg') center center /cover no-repeat;
    padding: 60px 0;
    text-align: center;
}
.content005 h2{
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    text-shadow: 3px 3px 6px #000;
    font-weight: normal;
    letter-spacing: 2.3px;
}
.content005 .box{
    background: url('../img/common/ctt005_band.png') repeat-x;
    background-size: auto 100%;
    margin: 24px 0;
    padding: 24px 0;
}
.content005 .container{
    display: flex;
    justify-content: space-between;
}
.content005 .item{
    width: 22%;
}
.content005 .item a{
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    color: #f68a5f;
    transition: .3s;
}
.content005 .item a span{
    padding-bottom: 12px;
}
.content005 .item a img{
    transition: .3s;
}
.content005 .item a:hover{
    box-shadow: none;
}
.content005 .item a:hover img{
    transform: scale(1.1);
}
.content005 .dl_btn{
    width: 400px;
    margin: 0 auto;
}
.content005 .dl_btn a{
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 24px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 6px 0 #829e5d;
    position: relative;
    transition: .3s;
}
.content005 .dl_btn a:hover{
    box-shadow: none;
    transform: translateY(6px);
}
.content005 .dl_btn a svg{
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}
.content104 .guidebook-dl{
    width: 400px;
    margin: 20px auto;
}
.content104 .guidebook-dl a{
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 24px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 6px 0 #829e5d;
    position: relative;
    transition: .3s;
    text-align: center;
}
.content104 .guidebook-dl a:hover{
    box-shadow: none;
    transform: translateY(6px);
}
.content104 .guidebook-dl a svg{
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ05 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ101 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content101{
    padding: 60px 0 120px;
}
.ctt101_in{
    padding: 0 24px 12px;
    background: #f0f0f0;
    margin-bottom: 24px;
}
.ctt101_in table{
    width: 100%;
}
.ctt101_in table .left{
    text-align: left;
}
.ctt101_in table .center{
    text-align: center;
}
.ctt101_in table .right{
    text-align: right;
}
.ctt101_in table .bold{
    font-weight: bold;
}
.ctt101_in table .bold a{
    color: #f68a5f;
    font-size: 16px;
    text-decoration: underline;
}
.ctt101_in table .bold a:hover{
    text-decoration: underline;
    color: #228b22;
}
.ctt101_in table .width100{
    width: 100px;
}
.ctt101_in table .width150{
    width: 150px;
}
.ctt101_in table thead th{
    padding: 12px 0;
    border-right: 2px solid #fff;
}
.ctt101_in table thead th:last-of-type{
    border-right: none;
}
.ctt101_in table tbody{
    background: #fff;
}
.ctt101_in table tbody tr:nth-of-type(even){
    background:  url('../img/consideration/consideration001.png');
}
.ctt101_in table tbody td{
    border: 2px solid #f0f0f0;
    padding: 12px;
}
.ctt101_in .trash_btn{
    display: inline-block;
    padding: 6px 24px;
    border-radius: 6px;
    box-shadow: 0 3px #c8c8c8;
    border: 1px solid #c8c8c8;
    background: #fff;
    transition: .3s;
}
.ctt101_in .trash_btn:hover{
    transform: translateY(3px);
    box-shadow: none;
}
.content101 .result{
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.content101 .result .inner{
    padding: 12px 36px;
    background: #f0f0f0;
    display: inline-block;
}
.content101 .result .inner span{
    display: inline-block;
    margin-left: 36px;
    font-size: 18px;
}
.content101 .btn_wrap{
    display: flex;
    justify-content: center;
}
.content101 .btn_wrap a{
    width: 240px;
    text-align: center;
    font-size: 16px;
    margin: 0 12px;
    padding: 12px 0;
    transition: .3s;
    border-radius: 3px;
}
.content101 .btn_wrap a:first-of-type{
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}
.content101 .btn_wrap a:last-of-type{
    background: #404040;
    box-shadow: 0 6px #000000;
    color: #fff;
}
.content101 .btn_wrap a:hover{
    transform: translateY(6px);
    box-shadow: none;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ101 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ102 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content102{
    padding: 36px 0 84px;
}
.content102 .progress_box{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px;
}
.content102 .progress_box .progress_in{
    margin: 0 40px;
    color: #999;
    font-weight: bold;
    position: relative;
}
.content102 .progress_box .progress_in span{
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px auto 0;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
}
.content102 .progress_box .progress_in.center::before,
.content102 .progress_box .progress_in.center::after{
    position: absolute;
    display: block;
    content: '';
    top: 79%;
    background: #e8e8e8;
    height: 3px;
    width: 180px;
}
.content102 .progress_box .progress_in.center::before{
    right:57%;
}
.content102 .progress_box .progress_in.center::after{
    left:57%;
}
.content102 .progress_box .progress_in.active{
    color: #000;
}
.content102 .progress_box .progress_in.active span::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f1875d;
}
.ctt102_in{
    /*    border-radius: 6px;
        box-shadow: 0 0 10px #c8c8c8;*/
}
.ctt102_in .item{
    display: flex;
    padding: 12px 48px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px dotted #c8c8c8;
}
.ctt102_in .item.border_none{
    border-bottom: none;
}
.ctt102_in .item_h{
    width: 30%;
    position: relative;
}
.ctt102_in .item_h .label_in{
    /*margin-top: 12px;*/
    display: inline-block;
}
.ctt102_in .item_h .required{
    position: absolute;
    right: 48px;
    top: 2px;
    font-size: 14px;
    display: inline-block;
    padding: 0 6px;
    background: #cb262e;
    font-weight: normal;
    color: #fff;
}
.ctt102_in .item_b{
    width: 70%;
}
.ctt102_in .item_b .inner{
    display: flex;
}
.ctt102_in .item_b .inner span{
    padding: 0;
}
.ctt102_in .item_b .inner span:first-of-type{
    width: 20%;
    font-weight: normal;
}
.ctt102_in .item_b .inner span:last-of-type{
    width: 80%;
    font-weight: bold;
}
.ctt102_in .item_b span{
    /*padding: 12px 0;*/
    display: inline-block;
    font-weight: normal;
}
.ctt102_in .sbm_box{
    display: flex;
    justify-content: center;
}
.ctt102_in input,
.ctt102_in textarea{
    width: 70%;
    font-size: 15px;
    padding: 4px;
    border: 1px solid #ccc;
}
.ctt102_in textarea{
    height: 120px;
}
.ctt102_in input#type07{
    width: 180px;
    margin: 0 24px;
}
.ctt102_in .sbm_box input{
    margin: 0 24px;
    width: 240px;
    background: #404040;
    box-shadow: 0 6px #000000;
    color: #fff;
    padding: 12px 0;
    border: none;
    transition: .3s;
    border-radius: 3px;
    cursor: pointer;
}
.ctt102_in .sbm_box input:hover{
    box-shadow: none;
    transform: translateY(6px);
}
.empty.confirm .sbm_box input:first-of-type{
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
    background: transparent;
    color: #000;
}
.empty.confirm .sbm_box input:first-of-type:hover{
    box-shadow: none;
}
.sbm_box input.back{
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
    background: transparent;
    color: #000;
}
.sbm_box input.back:hover{
    box-shadow: none;
}
.ctt102_thanks{
    text-align: center;
}
.ctt102_thanks h3{
    font-size: 20px;
    margin-bottom: 24px;
}
.ctt102_thanks a{
    display: block;
    margin: 60px auto -36px;
    width: 240px;
    background: #404040;
    box-shadow: 0 6px #000000;
    color: #fff;
    padding: 12px 0;
    border: none;
    transition: .3s;
    border-radius: 3px;
}
.ctt102_thanks a:hover{
    box-shadow: none;
    transform: translateY(6px);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ102 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ103 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content103{
    padding: 36px 0 20px;
}
.ctt103_ttl{
    text-align: center;
    font-size: 16px;
}
.ctt103_ttl::before,
.ctt103_ttl::after{
    width: 2px;
    height: 24px;
    background: #ccc;
    top: 0;
}
.ctt103_ttl::before{
    right: calc(50% - 180px);
    transform: rotate(20deg);
}
.ctt103_ttl::after{
    left:calc(50% - 180px);
    transform: rotate(-20deg);
}
.ctt103_in{
    display: flex;
    position: relative;
    margin: 12px 0 36px;
    border-radius: 3px;
    border:  2px solid #f68a5f;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.ctt103_in .box:nth-of-type(1){
    background: #feeee7;
    text-align: center;
    width: 35%;
}
.ctt103_in .box:nth-of-type(1) p{
    color: #f68a5f;
    font-size: 22px;
    padding: 24px 0;
    font-weight: bold;
}
.ctt103_in .box:nth-of-type(2){
    width: 65%;
    padding: 12px 0;
}
.ctt103_in .h_tel{
    width: 80%;
    margin-left:5%;
}
.ctt103_in .h_tel p .tel_mark{
    font-size: 26px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.ctt103_in .h_tel p {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}
.ctt103_in .h_tel .h_tel_in2 {
    font-size: 14px;
    line-height: 16px;
}
.ctt103_in img{
    position: absolute;
    bottom: 0;
    right: 0;
    /*z-index: 100;*/
}
.ctt103_att{
    background: #f8f8f8;
}
.ctt103_att_ttl{
    padding: 12px;
    background: #eee;
    text-align: center;
    font-size: 16px;
}
.ctt103_att .box{
    padding: 24px 24px 24px calc(1em + 24px);
}
.ctt103_att .box p{
    text-indent: -1em;
}
.ctt103_att .box p span{
    font-size: 14px;
    padding: 0 6px;
    margin:  0 6px;
    background: #cb262e;
    font-weight: normal;
    color: #fff;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ103 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ104 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content104{
    padding: 60px 0;
}
.ctt104_in{
    margin-bottom: 48px;
}
.ctt104_in p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.ctt104_box{
    padding: 36px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}
.ctt104_box h2{
    font-size: 22px;
    line-height: 30px;
    border-left: 6px solid var(--main);
    padding-left: 12px;
    margin-bottom: 24px;
}
.ctt104_box .box{
    display: flex;
    justify-content: space-between;
}
.ctt104_box .box .item:nth-of-type(1){
    width: 25%;
}
.ctt104_box .box .item img{
    width: 100%;
}
.ctt104_box .box .item:nth-of-type(2){
    width: 70%;
}
.ctt104_box .box .item h3{
    font-size: 18px;
    color: var(--main);
    margin-bottom: 6px;
}
.ctt104_box .box .item ul{
    margin-left: 30px;
}
.ctt104_box .box .item ul li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 6px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ104 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 2カラム ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt_two_col{
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}
.ctt_two_col > aside{
    width: 22%;
}
.ctt_two_col > div,
.ctt_two_col > article{
    width: 73%;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 2カラム ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ サイドバー ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt_two_col aside .side01{
    /*width: 100%;*/
    margin-bottom: 36px;
    width: 220px;
    background: #fff;
    z-index: 999;
}
.side_ttl{
    padding: 9px 12px;
    font-size: 16px;
    position: relative;
}
.side_ttl img{
    margin-right: 6px;
}
.side_ttl .small{
    font-size: 0.8rem;
}
.ctt_two_col aside .side01 h3{
    background: #404040;
    color: #fff;
}
.ctt_two_col aside .side01 h3 svg{
    margin-right: 6px;
}
.ctt_two_col aside .side01 h3 span{
    display: block;
    width: 24px;
    height: 24px;
    background: #404040;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: 1px solid #fff;
}
.ctt_two_col aside .side01 h3 span::before,
.ctt_two_col aside .side01 h3 span::after{
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ctt_two_col aside .side01 h3 span::before{
    width: 12px;
    height: 2px;
}
.ctt_two_col aside .side01 h3 span::after{
    width: 2px;
    height: 12px;
    opacity: 0;
    transition: .3s;
}
.ctt_two_col aside .side01 h3 span.active::after{
    opacity: 1;
}
.ctt_two_col aside .side02 h3 .bfr.aft{
    display: block;
    width: 24px;
    height: 24px;
    background: #404040;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: 1px solid #fff;
}
.ctt_two_col aside .side02 h3 .bfr.aft::before,
.ctt_two_col aside .side02 h3 .bfr.aft::after{
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ctt_two_col aside .side02 h3 .bfr.aft::before{
    width: 12px;
    height: 2px;
}
.ctt_two_col aside .side02 h3 .bfr.aft::after{
    width: 2px;
    height: 12px;
    opacity: 0;
    transition: .3s;
}
.ctt_two_col aside .side02 h3 .bfr.aft.active::after{
    opacity: 1;
}
.ctt_two_col aside .side01_out{
    border:  2px solid #404040;
    border-top: none;
    padding: 12px;
}
.ctt_two_col aside .side01_out{
    display: none;
}
.side01_out .total{
    text-align: center;
}
.side01_out .total span{
    font-size: 1.8rem;
    color: #f68a5f;
}
.side01_out .box{
    background: #f0f0f0;
    padding: 6px 12px 12px;
    margin: 12px 0;
}
.side01_out .box > span{
    font-size: 10px;
}
.side01_out .box p{
    margin: -6px 0 6px;
    text-align: right;
    font-size: 10px;
}
.side01_out .box p strong{
    font-size: 1.5rem;
}
.ctt_two_col aside .side01_in{
    border:  2px solid #404040;
    border-top: none;
    padding: 12px;
}
.side01_in .total{
    text-align: center;
}
.side01_in .total span{
    font-size: 1.8rem;
    color: #f68a5f;
}
.side01_in .box{
    background: #f0f0f0;
    padding: 6px 12px 12px;
    margin: 12px 0;
}
.side01_in .box > span{
    font-size: 10px;
}
.side01_in .box p{
    margin: -6px 0 6px;
    text-align: right;
    font-size: 10px;
}
.side01_in .box p strong{
    font-size: 1.5rem;
}
.side01_in .box .inner span{
    display: block;
    border-bottom: 1px dotted #929090;
    padding: 0 0 6px;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side01_in .box .inner span input{
    margin-right: 6px;
}
.side01_in button{
    display: block;
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 0 0 12px;
    padding: 6px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.side01_in button{
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
}
.side01_in button:hover{
    box-shadow: none;
    transform: translateY(3px);
}
aside .side02{
    margin-bottom: 12px;
}
aside .side02 h3{
    background: #eee;
    font-weight: normal;
    font-size: 18px;
}
aside .side02 .side02_in{
    background: #f8f8f8;
    padding: 12px 24px;
}
aside .side02 .side02_in li{
    margin-bottom: 6px;
}
aside .side02 .side02_in li a{
    display: block;
    width: 100%;
}
aside .side02 .side02_in li a:hover{
    text-decoration: underline;
}
aside .side02 .side02_in li{
    display: flex;
}
aside .side02 .side02_in li input[type="checkbox"]{
    margin: 6px 6px 0 0;
    background: transparent;
}
aside .side02 .side02_in .cat_list li{
    margin-bottom: 0;
}
aside .side02 .side02_in .cat_list li a{
    position: relative;
    padding: 0px 12px;
    width: 100%;
    transition: .3s;
}
aside .side02 .side02_in .cat_list li a svg{
    position: absolute;
    left: 0;
    top: 6px;
}
aside .side02 .side02_in li a:hover{
    color: #f68a5f;
}
aside .side03 h3{
    background-image: url('../img/common/side03_02.png'),url('../img/common/side03_03.png');
    background-repeat:  no-repeat, repeat-x;
    background-position:bottom left , bottom left;
    background-size: 100%,100%;
    padding: 36px 12px 6px;
}
aside .side03 .side03_in{
    border: 2px solid #f68a5f;
    background: #fbfcea;
}
aside .side03 .side03_in .item{
    padding: 12px;
    border-bottom: 1px dotted #929090;
}
aside .side03 .side03_in .item:last-of-type{
    border-bottom: none;
}
aside .side03 .side03_in h4{
    color: #5d8e59;
    font-size: 18px;
    background: url('../img/common/side03_04.png') no-repeat center left;
    padding-left: 24px;
}
aside .side04{
    margin-top: 24px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .5);
}
aside .side04 h3{
    color: #fff;
    background: #f68a5f;
    border-radius: 3px 3px 0 0;
}
aside .side04_in{
    border: 2px solid #f68a5f;
    border-radius: 0 0 3px 3px;
    /* padding: 12px 24px 0; */
    padding: 12px 12px 0;
}
aside .side04_in .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
aside .side04_in h4{
    padding: 12px 0;
    font-size: 16px;
}
aside .side04_in h4 svg {
    margin-right: 12px;
    color: #f68a5f;
}
aside .side04_in .inner a{
    width: 48%;
    font-size: 12px;
    display: block;
    border: 1px solid #f68a5f;
    background: #fbfcea;
    padding: 6px 5px;
    color: #f68a5f;
    position: relative;
    margin-bottom: 6px;
    font-weight:bold;
}
aside .side04_in .inner a::before{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right:0;
    width: 0;
    height: 0;
    border: 6px solid #f68a5f;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: .3s;
}
aside .side04_in a:hover::before{
    border: 12px solid #f68a5f;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
}
.side04_btn a{
    width: 100%;
    background: #9c9c9c;
    color: #fff;
    border: none;
    box-shadow: 0 3px 0 #707070;
    padding: 6px 6px 6px;
    position: relative;
    display: block;
    margin: 6px 0 24px;
    border-radius: 3px;
    font-size: 14px;
}
.side04_btn a span {
    opacity: 0.5;
    margin-left: 6px;
}
.side04_btn a.point{
    padding: 6px 12px;
    transition: .3s;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
}
.side04_btn a.point:hover{
    transform: translateY(3px);
    box-shadow: none;
}
.side04_btn a svg {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 16px;
    transform: translateY(-50%);
}
aside .side05 h3{
    background: #eee;
    font-weight: bold;
    font-size: 18px;
}
aside .side05 .side05_in{
    background: #f8f8f8;
}
aside .side05 .side05_in li{
    border-bottom: 1px solid #bababa;
    padding: 0 24px;
}
aside .side05 .side05_in li a{
    display: block;
    position: relative;
    padding: 12px 0 12px 12px;
    transition: .3s;
}
aside .side05 .side05_in li a:hover{
    color: #f68a5f;
}
aside .side05 .side05_in li svg{
    position: absolute;
    left: 0;
    top: 17px;
}
aside .side06 h3{
    background: #eee;
    font-weight: bold;
    font-size: 18px;
    color: #404040;
}
.side06_in{
    background: #f8f8f8;
    padding: 0 12px;
    border-bottom: 1px solid #bababa;
}
.side06_in h4{
    font-size: 16px;
    color: #333;
    padding: 12px 0;
    cursor: pointer;
}
.side06_in h4 svg{
    margin-right: 6px;
}
.side06_in h4.active svg{
    transform: rotate(90deg);
}
.side06_in ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
}
.side06_in ul a{
    display: block;
    color: #333;
    background: #fbfcea;
    border: 1px solid var(--main);
    padding: 3px 6px;
    margin: 0 9px 12px 0;
    transition: .3s;
}
.side06_in ul li img{
    vertical-align: 3px;
    margin-right: 3px;
}
.side06_in ul a:hover{
    background: var(--main);
    color: #fff;
}
.side06_in .item{
    display: none;
}
aside .side07 h3{
    background: #eee;
    font-weight: bold;
    font-size: 18px;
    color: #404040;
}
.side07_in{
    background: #f8f8f8;
    padding: 0 12px;
    border-bottom: 1px solid #bababa;
}
.side07_in h4{
    font-size: 16px;
    color: #333;
    padding: 12px 0;
    cursor: pointer;
}
.side07_in h4 svg{
    margin-right: 6px;
}
.side07_in .item{
    display: none;
    padding-bottom: 12px;
}
.side07_in.show .item{
    display: block;
}
.side07_in li a{
    display: block;
    color: #333;
    padding: 3px 6px 6px;
    transition: .3s;
}
.side07_in li a:hover{
    text-decoration: underline;
    color: var(--main);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ サイドバー ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ201 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content201{
    background: url('../img/add-station/ctt201_01.png') repeat;
    padding-top: 60px;
}
.ctt201_wrap{
    background: #fef3ee;
    border-top: 2px solid #f68a5f;
    border-bottom: 2px solid #f68a5f;
}
.ctt201_in{
    position: relative;
    padding: 24px 0;
    margin-top: 0;
    background: transparent;
}
.ctt201_wrap ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.ctt201_wrap ul li{
    background: #f68a5f;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    border: 2px solid #f68a5f;
    border-radius: 5px 5px 0 0;
    width: 100%;
    cursor: pointer;
}
.ctt201_wrap ul li + li{
    margin-left: 5px;
}
.ctt201_wrap ul li.active{
    background: #fef3ee;
    color: #f68a5f;
    border-bottom: 2px solid #fef3ee;
}
.content201 .serach_box ul li{
    padding: 0;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
.content201 .serach_box ul li a{
    display: block;
    color: #fff;
    padding: 6px 11px;
}
.content201 .serach_box ul li.active a{
    color: #f68a5f;
    cursor: default;
}
.ctt201_in .search_in{
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: transparent;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
.ctt201_in .search_in .box form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 184px;
    justify-content: space-evenly;
}
.ctt201_in .search_in .box{
    width: 100%;
    background: #fff;
    padding: 24px 24px 42px;
}
.ctt201_in .search_in .box h2{
    font-size: 24px;
    margin:  0 -24px 24px;
    border-left: 2px solid #f68a5f;
    padding: 0 24px;
    display: inline-block;
}
.ctt201_in .search_in .box span.note{
    margin-left: 20px;
}
.ctt201_in .search_in .selected_box{
    width: 24%;
    margin-bottom: 12px;
}
.ctt201_in .search_in .selected_box.full{
    width: 100%;
}
.ctt201_in .search_in .selected_box.half{
    width: 49%;
}
.ctt201_in .search_in .selected_box.one-third{
    width: 32%;
}
.ctt201_in .search_in input{
    font-size: 16px;
    width: 100%;
    padding: 22px 12px 14px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
}
.ctt201_in .selected_in input[type="checkbox"] {
    width: 20px;
}
.ctt201_in .search_in input::placeholder{
    font-size: 12px;
}
.ctt201_in .search_in button{
    width:60%;
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 12px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    border: none;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    transition: .3s;
}
.ctt201_in .search_in button:hover{
    transform: translateY(3px);
    box-shadow: none;
}
.ctt201_in .search_in .item{
    width: 48%;
    overflow: hidden;
    position: relative;
}
.ctt201_in .swiper-pagination{
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ctt201_in .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.ctt201_in .swiper-pagination-bullet-active{
    background: #f68a5f;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ201 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ202 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content202{
    margin-bottom: 120px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ202 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ203 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt203_ttl{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}
.content203 .pop_box{
    margin-bottom: 60px;
}
.content203 .pop_box .flex{
    display: flex;
    justify-content: space-between;
}
.content203 .pop_box .flex_in:first-of-type{
    margin-right: 12px;
}
.content203 .pop_box .flex_in:last-of-type{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.content203 .pop_box .item{
    position: relative;
    overflow: hidden;
}
.content203 .pop_box a{
    display: inline-block;
}
.content203 .pop_box img{
    transition: .3s;
}
.content203 .pop_box a:hover img{
    transform: scale(1.1);
}
.content203 .pop_box .item .inner{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.content203 .pop_box .item h4{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 6px 12px;
    background: #f68a5f;
}
.content203 .pop_box .item p{
    background: #fff;
}
.content203 .reco_tab{
    margin-bottom: 36px;
}
.content203 .reco_tab ul{
    display: flex;
    justify-content: space-between;
}
.content203 .reco_tab ul.wrap{
    flex-wrap: wrap;
    margin-bottom: -12px;
}
.content203 .reco_tab ul li{
    width: 24%;
    border-radius: 6px;
    border: 2px solid #f68a5f;
    text-align: center;
    padding: 6px 0;
    position: relative;
    cursor: pointer;
    transition: .3s;
    font-weight: bold;
}
.content203 .reco_tab ul.wrap li{
    width: 32%;
    margin-bottom: 12px;
}
.content203 .reco_tab ul li svg{
    color: #f68a5f;
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 16px;
    transform: translateY(-50%);
}
.content203 .reco_tab ul li.active{
    background: #f68a5f;
    color: #fff;
}
.content203 .reco_tab ul li.active svg{
    color: #fff;
}
.content203 .reco_tab ul li:hover{
    background: #f68a5f;
    color: #fff;
}
.content203 .reco_tab ul li:hover svg{
    color: #fff;
}
.content203 .reco_in{
    display: none;
}
.content203 .reco_in.show{
    display: block;
}
.content203 .reco_in article{
    display: flex;
    justify-content: space-between;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 2px solid #e3e3e3;
}
.content203 .reco_in article img{
    width: 100%;
    transition: .3s;
}
.content203 .reco_in article a:hover img{
    transform: scale(1.1);
}
.content203 .reco_in article .left{
    width: 24%;
}
.content203 .reco_in article .left a{
    display: block;
    position: relative;
}
.content203 .reco_in article .left a:first-of-type{
    overflow: hidden;
    margin-bottom: 12px;
}
.content203 .reco_in article .left a:last-of-type{
    width: 100%;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
}
.content203 .reco_in article .left a:last-of-type:hover{
    box-shadow: none;
    transform: translateY(3px);
}
.content203 .reco_in article .left a.under-review-no{
    width: 100%;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    background: #404040;
    box-shadow: none;
    color: #fff;
    opacity: 0.7;
    display: block;
}
.content203 .reco_in article .left a.under-review-no:last-of-type:hover{
    transform: none;
}
.content203 .reco_in  .reco_label{
    position: absolute;
    top: 0;
    left: 0;
}
.content203 .reco_in a:hover .reco_label img{
    transform: scale(1);
}
.content203 .reco_in article .right{
    width: 70%;
}
.content203 .reco_in article .right .tag{
    display: flex;
    flex-wrap: wrap;
}
.content203 .reco_in article .right .tag li{
    margin: 0 12px 7px 0;
}
.content203 .reco_in article .right .tag li a{
    padding: 0 6px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.content203 .reco_in article .right .tag li a.newscat3{
    color: #fff;
}
.content203 .reco_in article .right .tag li a.newscat1{
    color: #033333;
}
.content203 .reco_in article .right .add_ttl a{
    display: block;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 6px;
    transition: .3s;
}
.content203 .reco_in article .right .add_ttl a:hover{
    color: #f68a5f;
    text-decoration: underline;
}
.content203 .reco_in article .right .inner{
    display: flex;
    background: url('../img/add-station/ctt203_09.png') repeat;
    padding: 12px 24px;
}
.content203 .reco_in article .right .inner ul{
    display: flex;
    flex-wrap: wrap;
}
/*.content203 .reco_in article .right .inner li:nth-of-type(odd){width: 40%;}
.content203 .reco_in article .right .inner li:nth-of-type(even){width: 60%;}*/
.content203 .reco_in article .right .inner span{
    color: #f68a5f;
    padding-right: 6px;
}
.content203 .reco_in article .right .inner li{
    width: 50%;
    text-indent: -4.4em;
    padding-left: 4.4em;
}
.content203 .reco_in article .right .inner li.full{
    width: 100%;
}
.content203 .type_box{
    margin-bottom: 60px;
}
.content203 .type_in{
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
}
.content203 .type_in p.type_in_ttl{
    background: url('../img/add-shinkansen/ctt203_306.png');
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 13px 12px;
    margin-bottom: 12px;
}
.content203 .type_box a{
    display: block;
    margin-bottom: 12px;
    margin-left: 1.25%;
    width: 32.5%;
}
.content203 .type_box a:nth-of-type(3n + 1){
    margin-left:  0;
}
.content203 .type_box a h4{
    font-size: 16px;
    margin-bottom: 6px;
    transition: .3s;
}
.content203 .type_box a h4 img{
    vertical-align: 0;
    margin-right: 6px;
}
.content203 .type_box a .inner{
    display: flex;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.content203 .type_box a .inner .img{
    overflow: hidden;
    width: 45%;
    border-right: 1px solid #ccc;
}
.content203 .type_box a .inner .img img{
    width: 100%;
    height: 93px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.content203 .type_box a .inner p{
    width: 55%;
    line-height: 20px;
    padding: 3px 6px;
}
.content203 .type_box a:hover h4{
    color: #f68a5f;
}
.content203 .type_box a img{
    transition: .3s;
}
.content203 .type_box a:hover img{
    transform: scale(1.05);
}
.content203 .results_conditions{
    color: #f68a5f;
    /*display: flex;*/
    align-items: center;
    margin: 36px 0;
}
.content203 .results_conditions span{
    font-weight: bold;
    margin-right: 12px;
    font-size: 12px;
}
.content203 .results_conditions ul{
    /*display: flex;*/
    align-items: center;
}
.content203 .results_conditions ul li{
    padding: 3px 24px 3px 6px;
    border: 1px solid #f68a5f;
    background: #fbfcea;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.content203 .results_conditions ul li svg{
    position: absolute;
    transform: rotate(45deg);
    font-size: 10px;
    color: #888888;
    top: 3px;
    right: 3px;
}
.content203 .results_sort{
    margin-bottom: 48px;
}
.content203 .results_sort ul{
    border: 1px solid #e5e5e5;
    display: flex;
}
.content203 .results_sort ul li{
    width: 100%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    padding: 6px 0;
}
.content203 .results_sort ul li:last-of-type{
    border-right: none;
}
.content203 .results_sort ul li.active{
    background-color: #ffe4e1;
}
.content203 .results_sort ul li img{
    vertical-align: -2px;
    margin-left: 12px;
}
.content203 .mrrit_in{
    margin-bottom: 60px;
}
.content203 .mrrit_in .item{
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    position: relative;
    padding: 24px 60px 24px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.content203 .mrrit_in .item img.point{
    position: absolute;
    top: 0;
    left: 0;
}
.content203 .mrrit_in .item .inner.text{
    width: 80%;
}
.content203 .mrrit_in .item .inner.img{
    width: 15%;
}
.content203 .mrrit_in .item .inner.text h4{
    font-size: 24px;
    line-height: 36px;
    color: #033333;
}
.content203 .mrrit_in .item .inner.text p{
    font-size: 16px;
}
.content203 .area_in{
    position: relative;
}
.content203 .area_in img{
    width: 100%;
}
.content203 .area_in a{
    display: inline-block;
    position: absolute;
    background: var(--main);
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    padding: 6px 12px;
    transition: .3s;
}
.content203 .area_in a:hover{
    box-shadow: none;
}
.content203 .area_in .inner1{
    top: 60px;
    left: 120px;
}
.content203 .area_in .inner2{
    top: 150px;
    left: 20px;
}
.content203 .area_in .inner3{
    top: 160px;
    left: 200px;
}
.content203 .area_in .inner4{
    top: 50px;
    left: 350px;
}
.content203 .area_in .inner5{
    top: 160px;
    left: 350px;
}
.content203 .area_in .inner6{
    top: 80px;
    left: 520px;
}
.content203 .area_in .inner7{
    top: 250px;
    left: 280px;
}
.content203 .area_in .inner8{
    top: 320px;
    left: 280px;
}
.content203 .area_in .inner9{
    top: 420px;
    left: 280px;
}
.content203 .area_in .inner10{
    top: 350px;
    left: 420px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ203 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ204 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content204{
    background: url('../img/add-station/ctt201_01.png') repeat;
    padding-top: 60px;
}
.ctt204_wrap{
    background: #fef3ee;
    border-top: 2px solid #f68a5f;
    border-bottom: 2px solid #f68a5f;
}
.ctt204_in{
    position: relative;
    padding:0;
    margin-top: 0;
    background: transparent;
}
.ctt204_wrap ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.ctt204_wrap ul li{
    padding: 0;
    border: 2px solid #f68a5f;
}
.ctt204_wrap ul li.active{
    background: #fef3ee;
    color: #f68a5f;
    border-bottom: 2px solid #fef3ee;
}
.ctt204_wrap ul li a{
    background: #f68a5f;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 6px 11px;
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.ctt204_wrap ul li.active a{
    border-bottom: none;
    background: #fef3ee;
    color: #f68a5f;
}
.ctt204_in .search_in{
    background: transparent;
    padding: 12px 0;
}
.ctt204_in .search_in button{
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 12px;
    color: #fff;
    line-height: 40px;
    height: 46px;
    border: none;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    transition: .3s;
    width: 80px;
}
.ctt204_in .search_in .box form{
    display: flex;
    width: 100%;
    height: 50px !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 0 !important;
}
.ctt204_in .search_in .box form .step {
    display: none;
}
.ctt204_in .search_in input[type="text"]{
    font-size: 14px;
    width: 220px;
    padding: 20px 12px 10px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.ctt204_in .search_in .selected_box.one-third{
    width: 24%;
}
.ctt204_in .search_in .two_col input[type="text"]{
    width: 300px;
}
.ctt204_in .search_in .selected_box.half{
    width: 33%;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ204 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ206 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt206_ttl{
    margin-bottom: 36px;
}
.ctt206_ttl ul{
    display: flex;
    flex-wrap: wrap;
}
.ctt206_ttl li{
    margin: 0 12px 12px 0;
}
.ctt206_ttl li a{
    padding: 0 6px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.ctt206_ttl li a.newscat3{
    color: #fff;
}
.ctt206_ttl li a.newscat1{
    color: #033333;
}
.ctt206_ttl h1{
    font-size: 28px;
    line-height: 36px;
}
.content206 .main_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    flex-direction: column;
}
.content206 .slider_box{
    width: 100%;
    overflow: hidden;
    margin: 0 0 0;
}
.container3_outer{
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    position: relative;
}
.container3_outer .swiper-button-prev_detail{
    width: 33px;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 1;
    cursor: pointer;
}
.container3_outer .swiper-button-next_detail{
    width: 33px;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 1;
    cursor: pointer;
}
.swiper-container3{
    margin-bottom: 0;
    overflow: hidden;
}
.swiper-container3 img{
    width: 100%;
    height: auto;
}
.swiper-pagination-thumb{
    width: 18%;
    margin: 0 0 5px 1%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.swiper-pagination-thumb:nth-of-type(5n+1){
    margin-left: 0;
}
.swiper-pagination-thumb::before{
    /*    transition: .8s;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);*/
}
.swiper-pagination-thumbs3{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    border: 1px solid #c8c8c8;
    background: #f7f7f7;
    padding: 15px 15px 10px 15px;
    margin: 0 0 30px;
}
.swiper-pagination-thumbs3 img{
    width: 100%;
    height: auto;
}
/*.swiper-pagination-thumb-active::before{
    background: rgba(0, 0, 0, 0);
}*/
.swiper-pagination-thumb-active{
    border: 3px solid #AADD7B;
}
.content206 .table_box{
    width: 100%;
}
.content206 .table_box table{
    width: 100%;
    margin-bottom: 24px;
}
.content206 .table_box table th,
.content206 .table_box table td{
    border: 1px solid #c8c8c8;
    padding: 5px 12px;
}
.content206 .table_box table th{
    background: #f7f7f7;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.content206 .table_box table td{
    width: 270px;
}
.content206 .table_box button{
    width: 46%;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    margin: 0 1%;
}
.content206 .table_box .color01 button{
    width: 32%;
    background: #f68a5f;
    /*padding: 15px 12px;*/
    box-shadow: none;
    border: 3px solid #f68a5f;
}
.content206 .table_box .under-review-detail-no button{
    width: 46%;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: inherit;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
    font-size: 16px;
    padding: 12px 10px;
    opacity: 0.7;
    /*display: block;*/
}
.content206 .table_box span{
    width: 100%;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: inherit;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    opacity: 0.7;
    display: block;
}
.content206 .table_box span svg{
    margin-right: 6px;
}
.content206 .table_box button svg{
    margin-right: 6px;
}
.content206 .table_box button:hover{
    transform: translateY(3px);
    box-shadow: none;
}
.content206 .table_box .color01 button:hover{
    transform: inherit;
    box-shadow: none;
    opacity: 0.8;
    transition: 0.4s;
    background: #FFF;
    color: #f68a5f;
}
.ctt206_in .intro{
    margin-bottom: 48px;
}
.ctt206_in .comment{
    font-size: 16px;
}
.ctt206_in .attention{
    margin-bottom: 48px;
}
.ctt206_in .attention h2{
    font-size: 18px;
    margin-bottom: 12px;
}
.ctt206_in .attention h2 img{
    vertical-align: middle;
    margin-right: 24px;
}
.ctt206_in .attention .inner{
    border-top:1px solid #c8c8c8;
    border-bottom:1px solid #c8c8c8;
    padding: 24px 0px;
}
.ctt206_in .attention .inner dl{
    display: flex;
}
.ctt206_in .attention .inner dl dt{
    font-weight: bold;
}
.ctt206_in .data_box{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    padding: 36px 24px;
}
.ctt206_in .data_box .data_in:first-of-type{
    width: 60%;
}
.ctt206_in .data_box .data_in:last-of-type{
    width: 35%;
}
.ctt206_in .data_box h2{
    font-size: 24px;
    margin-bottom: 24px;
}
.ctt206_in .data_box dl{
    display: flex;
    font-size: 16px;
}
.ctt206_in .data_box dl dt{
    color: #f68a5f;
    font-weight: bold;
}
.ctt206_in .data_box p{
    margin-top: 24px;
}
.ctt206_in .data_box .data_in img{
    width: 100%;
}

.ctt206_in a{
    color: #f68a5f;
    text-decoration: underline;
}
.ctt206_in a:hover{
    text-decoration: underline;
    color: #228b22;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ206 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ207 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content207{
    /*margin-top: 60px;*/
}
.content207 .ctt207_ttl{
    font-size: 24px;
    border-bottom: 2px solid #9c9c9c;
    padding: 0 0 12px;
    margin-bottom: 24px;
}
.content207 .ctt207_ttl img{
    margin-right: 12px;
}
.content207 .ctt207_in{
    display: flex;
    flex-wrap: wrap;
}
.content207 .ctt207_in article{
    width: 23%;
    margin-right: 2.66666%;
}
.content207 .ctt207_in article:nth-of-type(4n){
    margin-right: 0;
}
.content207 .ctt207_in a{
    display: block;
    text-decoration: none;
}
.content207 .ctt207_in article .img{
    overflow: hidden;
}
.content207 .ctt207_in a img{
    width: 100%;
    transition: .3s;
    height: auto;
}
.content207 .ctt207_in article h3{
    font-size: 16px;
    font-weight: normal;
    margin-top: 6px;
    transition: .3s;
    color: #000;
}
.content207 .ctt207_in a:hover img{
    transform: scale(1.1);
}
.content207 .ctt207_in a:hover h3{
    color: #f68a5f;
    text-decoration: underline;
}
.ctt207_btn a{
    display: block;
    text-align: center;
    width: 50%;
    text-align: center;
    font-size: 16px;
    margin: 36px auto 0;
    font-weight: bold;
    padding: 12px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}
.ctt207_btn a:hover{
    transform: translateY(6px);
    box-shadow: none;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ207 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ208 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content208{
    background: url('../img/faq-list/ctt208_01.png') repeat;
    padding: 24px 0;
}
.ctt208_in{
    position: relative;
    padding:0;
    margin-top: 0;
    background: transparent;
}
.ctt208_wrap ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ctt208_wrap ul li{
    padding: 0;
    border: 2px solid #f68a5f;
    width: 100%;
    border-radius: 5px;
}
.ctt208_wrap ul li + li{
    margin-left: 5px;
}
.ctt208_wrap ul li a{
    background: #f68a5f;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 6px 12px;
    width: 100%;
    transition: .3s;
    border-radius: 3px;
}
.ctt208_wrap ul li a:hover{
    background: #fff;
    color: #f68a5f;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ208 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ209 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt209_ttl{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: -24px;
}
.ctt209_in{
    margin: 84px 0 0;
}
.ctt209_in h2{
    font-size: 22px;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.ctt209_in h2 img{
    margin-right: 12px;
}
.ctt209_in a{
    display: block;
    position: relative;
    padding: 12px 12px 12px 36px;
    border-bottom: 1px dashed #bababa;
    transition: .3s;
}
.ctt209_in a:hover{
    border-bottom: 1px dashed #f68a5f;
    color: #f68a5f;
}
.ctt209_in a img{
    position: absolute;
    top: 15px;
    left: 0;
}
.ctt209_in a p{
    font-size: 16px;
    font-weight: bold;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ209 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ210 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt210_ttl{
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 12px 36px;
    border-bottom: 2px solid #9c9c9c;
    position: relative;
}
.ctt210_ttl img{
    position: absolute;
    top: 6px;
    left: 0;
}
.content210 .box{
    padding: 36px 0 0 48px;
    position: relative;
}
.content210 .box img.ctt210_img{
    position: absolute;
    top: 36px;
    left: 0;
}
.content210 .box p{
    font-size: 16px;
}
.content210 .box ul,
.content210 .box ol{
    margin:  36px 0 36px 24px;
}
.content210 .box ul li{
    list-style: disc;
    margin-bottom: 6px;
}
.content210 .box ol li{
    list-style: decimal;
    margin-bottom: 6px;
}
.content210 .box a{
    color: #f68a5f;
    transition: .3s;
}
.content210 .box a:hover{
    text-decoration: underline;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ210 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ211 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content211 .above_ttl{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.content211 .above_ttl span{
    width: 120px;
    color: #fff;
    margin-left: 24px;
    text-align: center;
    position: relative;
}
.ctt211_ttl{
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 12px;
    position: relative;
}
.content211 .box{
    padding: 12px 0 0;
    position: relative;
}
.content211 .box p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 14px;
}
.content211 .box p.ctt211_att{
    font-size: 14px;
    margin:  36px 0;
}
.content211 .box ul,
.content211 .box ol{
    margin:  36px 0 36px 24px;
}
.content211 .box ul li{
    list-style: disc;
    margin-bottom: 6px;
}
.content211 .box ol li{
    list-style: decimal;
    margin-bottom: 6px;
}
.content211 .box a{
    color: #f68a5f;
    transition: .3s;
}
.content211 .box a:hover{
    text-decoration: underline;
}
.ctt211_btn a{
    display: block;
    text-align: center;
    width: 50%;
    font-size: 16px;
    margin: 60px auto 0;
    font-weight: bold;
    padding: 12px 0;
    transition: .3s;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}
.ctt211_btn a:hover{
    box-shadow: none;
    transform: translateY(6px);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ211 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ212 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content212{
    padding: 60px 0;
}
.ctt212_in{
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0;
}
.ctt212_subttl_wrap{
    overflow: hidden;
    width: 100%;
    margin: 0 0 6px;
}
.ctt212_subttl{
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ctt212_in article{
    margin: 0 0 48px 5%;
    width: 30%;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    position: relative;
}
.ctt212_in article:nth-of-type(3n + 1){
    margin-left: 0;
}
.ctt212_in article a{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ctt212_in article .ctt212_img{
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.ctt212_in article .ctt212_img img{
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.ctt212_in article a:hover img{
    transform: scale(1.05);
}
.ctt212_in article .ctt212_img::before{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    content: 'READ MORE >';
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    line-height: 195px;
    transform: scale(1, 0);
    transition: .3s;
    z-index: 100;
}
.ctt212_in article a:hover .ctt212_img::before{
    transform: scale(1);
}
.ctt212_txt{
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 195px);
}

.ctt212_txt.addctt212_txt{
    justify-content: start;
}

.ctt212_txt time{
    color: #fff;
    background: #404040;
    padding: 0 6px;
    font-weight: normal;
    text-align: center;
    width: 96px;
}



.ctt212_tags{
    display: flex;
    padding-top: 6px;
    border-top: 1px solid #c8c8c8;
    color: #c8c8c8;
}
.ctt212_tags span{
    margin-right: 6px;
}

.ctt212_in article.new::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    content: 'New!';
    background: #f68a5f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 1000;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ212 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ213 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content213{
    padding: 24px 0 60px;
}
.ctt213_ttl{
    background: url('../img/glossary-list/ctt213_002.png') repeat-y;
    padding: 12px 60px;
}
.ctt213_ttl + img{
    vertical-align: top;
}
.ctt213_ttl .box{
    display: flex;
    align-items: center;
}
.ctt213_ttl .box .item:nth-of-type(1){
    width: 12%;
}
.ctt213_ttl .box .item:nth-of-type(2){
    width: 88%;
}
.ctt213_ttl .box .item h1{
    color: var(--main);
    line-height: 36px;
    font-size: 32px;
    margin-bottom: 12px;
}
.ctt213_ttl .box .item p{
    font-size: 16px;
}
.ctt213_in{
    margin: 36px 0 48px;
}
.ctt213_in h2{
    background: url('../img/glossary-list/ctt213_006.png') no-repeat;
    padding: 18px 24px;
    font-size: 19px;
    color: #033333;
    margin-left: -4px;
}
.ctt213_in h2 svg{
    font-size: 16px;
    margin-right: 3px;
    vertical-align: -1px;
}
.ctt213_in .box{
    border: 2px solid #abde7a;
    margin-top: -9px;
    background: #fff;
    padding: 24px 24px 12px;
    display: flex;
    flex-wrap: wrap;
}
.ctt213_in .box a{
    display: block;
    font-size: 16px;
    color: #333;
    background: #fbfcea;
    border: 1px solid var(--main);
    padding: 3px 6px;
    margin: 0 15px 12px 0;
    transition: .3s;
}
.ctt213_in .box a img{
    vertical-align: 3px;
    margin-right: 3px;
}
.ctt213_in .box a:hover{
    background: var(--main);
    color: #fff;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ213 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ214 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt214_ttl_in{
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9c9c9c;
}
.ctt214_ttl_in img{
    margin-right: 6px;
    vertical-align: -5px;
}
.ctt214_box .box{
    padding: 24px 0 48px;
    border-bottom: 1px dotted #ccc;
}
.ctt214_box .q_item{
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}
.ctt214_box img{
    width: 7.8%;
    height: auto;
}
.ctt214_box .q_item .inner span{
    font-weight: bold;
    font-size: 20px;
    margin-right: 3px;
}
.ctt214_box .q_item .inner{
    margin-left: 12px;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 6px;
    position: relative;
}
.ctt214_box .q_item .inner::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 12px solid #f2f2f2;
}
.ctt214_box .a_item{
    display:  flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ctt214_box .a_item .inner{
    width: 90%;
    background: #fbfcea;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--main);
    position: relative;
}
.ctt214_box .a_item .point_inner{
    border-top: 1px solid #bababa;
    margin-top: 12px;
    padding-top: 12px;
}
.ctt214_box .a_item .point_inner span{
    color: var(--main);
    font-weight: bold;
    font-size: 16px;
}
.ctt214_box .a_item .inner::after{
    position: absolute;
    content: '';
    top: 35%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 12px solid #fbfcea;
}
.ctt214_box .a_item .inner::before{
    position: absolute;
    content: '';
    top: 35%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 13px solid var(--main);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ214 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ301 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content301{
    padding:36px 0 120px;
}
.ctt301_ttl{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 48px;
}
.ctt301_in{
    border-radius: 6px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
    margin: 24px 0;
}
.ctt301_in_ttl{
    font-size: 20px;
    padding: 12px;
    background: #eee;
}
.ctt301_in_ttl span{
    color: #404040;
    margin-right: 12px;
}
.ctt301_in .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 60px 36px 0;
}
.ctt301_in .box img{
    display: block;
    margin:  0 auto;
}
.ctt301_in .box p{
    width: 70%;
    font-size: 16px;
}
.ctt301_arrow{
    text-align: center;
}
.ctt301_att{
    margin-top: 36px;
}
.ctt301_att p + p{
    text-indent: 1em;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ301 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ302 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content302{
    padding:36px 0 60px;
}
.ctt302_in{
    margin-bottom: 60px;
}
.ctt302_subttl{
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9c9c9c;
    margin: 60px 0 12px;
}
.ctt302_in ol{
    margin-left: 24px;
}
.ctt302_in ol > li{
    list-style: upper-roman;
    margin-bottom: 36px;
    font-weight: bold;
}
.ctt302_in ol ul{
    margin: 12px 0 0 -12px;
}
.ctt302_in ul li{
    font-weight: normal;
}
.ctt302_att{
    background: url('../img/faq-list/ctt208_01.png') repeat;
    margin: 60px 0;
    padding: 24px;
}
.ctt302_att h3{
    font-size: 18px;
    margin-bottom: 12px;
}
.ctt302_sign{
    text-align: right;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ302 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ303 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content303{
    padding: 60px 0;
}
.ctt303_ttl{
    font-size: 28px;
    line-height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
.ctt303_ttl img{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.content303  p{
    text-align: center;
    font-size: 16px;
}
.ctt303_in{
    margin: 48px 0;
    background: #f5f5f5;
    padding: 36px 36px 12px;
}
.ctt303_in p{
    font-size: 16px;
    text-align: left;
}
.ctt303_in h2{
    color: #fff;
    background: #f68a5f;
    border-radius: 6px;
    padding: 12px 0;
    text-align: center;
}
.ctt303_in .box{
    margin: 24px 0;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #f68a5f;
    padding: 12px 12px 12px 96px;
    position: relative;
}
.ctt303_in .box img{
    position: absolute;
    top: 50%;
    left: 36px;
    transform: translateY(-50%);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ303 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ304 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt304_ttl .ctt304_ttl_in{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
}
.ctt304_ttl img{
    vertical-align: middle;
}
.ctt304_in{
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    margin-bottom: 48px;
}
.ctt304_in .item{
    padding: 12px;
    border-bottom: 1px dashed #c8c8c8;
}
.ctt304_in .item:nth-of-type(even){
    background: #f4f4f4;
}
.ctt304_in .item:last-of-type{
    border-bottom: none;
}
.ctt304_in .item .row{
    display: flex;
    align-items: center;
}
.ctt304_in .item .row .img{
    width: 9%;
}
.ctt304_in .item .row .img img{
    width: 100%;
}
.ctt304_in .item .row p{
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    padding: 0 24px;
}
.ctt304_in .item .row .btn{
    width: 43%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctt304_in a{
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 0 12px;
    transition: .3s;
    line-height: 40px;
    height: 40px;
    width: 48%;
}
.ctt304_in a img,
.ctt304_in a svg{
    vertical-align: middle;
    margin-left: 6px;
}
.ctt304_in a.orange{
    color: #fff;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
}
.ctt304_in a.green{
    color: #033333;
    background: #abde7a;
    box-shadow: 0 3px 0 #76aa43;
}
.ctt304_in a:hover{
    box-shadow: none;
    transform: translateY(3px);
}
.ctt304_subttl{
    margin: 24px 0 12px;
}
.ctt304_subttl svg{
    font-size: 14px;
    margin-right: 12px;
    color: #000;
    vertical-align: middle;
}
.ctt304_subttl h2{
    font-size: 20px;
    color: var(--main);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ304 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 「個人情報の取り扱い」に同意 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.contact_ppbox01 {
    border: 2px solid #CCC;
    padding: 15px 20px;
    height: 200px;
    overflow-y: scroll;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}
.contact_ppbox01 p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.contact_ppbox01 p.pp_title{
    font-size: 16px;
    font-weight: bold;
}
.contact_ppbox01  h2 {
    font-size: 14px;
    margin-bottom: 20px;
}
.contact_ppbox01  ul {
    list-style: none;
    margin-bottom: 25px;
}
.contact_ppbox01  ul li {
    font-size: 14px;
    line-height: 1.8;
}
.contact_ppbox01  .bg {
    background: #ededed;
    box-sizing: border-box;
    padding: 20px !important;
    margin-bottom: 20px !important;
}
.contact_ppbox01  .bg p {
    margin-bottom: 0px;
}
#privacy .main-contents .bg p:first-child {
    font-size: 14px;
    font-weight: bold;
}
.contact_ppbox01  .text-right {
    text-align: right;
}
.contact_ppbox01  .text-right p {
    margin-bottom: 0px;
}
.contact_ppbox01  .col-01 {
    margin-top: 30px;
}
#privacy .main-contents .col-01 p:last-child {
    margin-bottom: 0;
}
.contact_ppbox01  .col-01-ttl {
    font-size: 18px;
    font-weight: bold;
}
.contact_ppbox01  .text01 {
    margin-bottom: 25px;
}
.ctt102_in input[type="checkbox"] {
    width: 30px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 「個人情報の取り扱い」に同意 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


@media screen and (min-width:751px) and ( max-width:1025px) {

    @media screen and (orientation:portrait) {/* 縦向き */
    }
    @media screen and (orientation:landscape) {/* 横向き */
    }

}
li.recommend.active{
    background-color: #ffe4e1;
}
li.ad_price.active{
    background-color: #ffe4e1;
}
li.period.active{
    background-color: #ffe4e1;
}

/*========================================
「あなたにおすすめの媒体」スライダー設定追加
========================================*/
.swiper-add01{
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 60px;
}
.swiper-add01 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
}
.swiper-add01 h3{
    font-weight: normal !important;
}
.ctt207_in-box{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}


/*============================== ▼ 2019.04.18 追加 ▼ ==============================*/

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .feature_lower ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.feature_lower {
    padding: 0 0 140px;
}

.feature_lower section {
    width: auto;
    min-width: inherit;
    height: auto;
}

.feature_lower .feature_lower_header {
    margin: 40px 0 60px;
    position: relative;
}

/*.feature_lower .feature_lower_header::before{
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
        content: 'New!';
        background: #f68a5f;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        z-index: 1000;
}*/

.feature_lower .feature_lower_header.new::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    content: 'New!';
    background: #f68a5f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 1000;
}

.target_lower .target_lower_header.new::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    content: 'New!';
    background: #f68a5f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 1000;
}

/*
.feature_jack .feature_lower_header::before,
.feature_terminal .feature_lower_header::before {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
        content: 'New!';
        background: #f68a5f;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        z-index: 1000;
}
*/

.feature_lower .feature_lower_header p.main_img {
    margin: 0 0 60px;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.5));
}

.feature_lower .feature_lower_header h2 {
    font-size: 34px;
}

.feature_lower .feature_lower_header h2 span {
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #404040;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}

.feature_lower .feature_detail {
    margin: 0 0 70px;
}

.feature_lower .feature_detail h3 {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    border-left: solid 5px #F68A5F;
    font-size: 22px;
    line-height: 1.1;
}

.feature_lower .feature_detail p {
    font-size: 16px;
    line-height: 2.0;
}

.feature_lower .feature_detail p em {
    color: #F68A5F;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
}

.feature_lower .feature_detail ul {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature_lower .feature_detail li {
    font-size: 16px;
}

.feature_lower .feature_detail ul li span {
    margin: 0 0 10px;
    display: block;
    color: #F68A5F;
    font-size: 18px;
    font-weight: bold;
}

.feature_lower .feature_detail ul li .two_line {
    padding: 24px 0 0;
}

.feature_lower .feature_detail p a {
    color: #F68A5F;
    text-decoration: underline;
    display: inline-block;
    position: relative;
}

.feature_lower .feature_detail p a::before {
    content: url("../img/feature/icon_arrow_001.png");
    position: relative;
    left: 0;
}

.feature_lower .feature_detail p a:hover {
    text-decoration: none;
}

.feature_lower .feature_detail li a {
    color: #F68A5F;
}

.feature_lower .feature_detail li a:hover {
    text-decoration: underline;
}

.feature_lower .feature_detail li a:hover img {
    opacity: 0.8;
}



.feature_recruit .feature_detail ul.img_big {
    margin: 60px 0 0;
}

.feature_lower .feature_detail ul.img_big li:nth-last-child(1) {
    margin: 0;
}

.feature_lower .feature_detail ul.img_big li {
    width: 481px;
    margin: 0 0 60px;
}

.feature_jack .feature_detail ul.img_big li {
    margin: 0;
}

.feature_target .feature_detail ul.img_big li {
    margin: 0 0 30px;
}

.feature_target .feature_detail ul.img_big li:nth-last-child(1),
.feature_target .feature_detail ul.img_big li:nth-last-child(2),
.feature_recruit .feature_detail ul.img_big li:nth-last-child(1),
.feature_recruit .feature_detail ul.img_big li:nth-last-child(2),
.feature_branding .feature_detail ul.img_big li:nth-last-child(1),
.feature_branding .feature_detail ul.img_big li:nth-last-child(2),
.feature_special .feature_detail ul.img_big li:nth-last-child(1),
.feature_special .feature_detail ul.img_big li:nth-last-child(2) {
    margin: 0;
}

.feature_lower .feature_detail ul.img_big li img {
    margin: 0 0 20px;
}



.feature_lower .feature_detail ul.img_small {
    justify-content: flex-start;
}

.feature_terminal .feature_detail ul.img_small {
    justify-content: space-between;
}

.feature_lower .feature_detail ul.img_small li {
    width: 315px;
    margin: 0 28px 30px 0;
}

.feature_lower .feature_detail ul.img_small li:nth-child(3) {
    margin: 0 0 30px 0;
}

.feature_lower .feature_detail ul.img_small li:nth-last-child(1) {
    margin: 0;
}

.feature_lower .feature_detail ul.img_small li:nth-last-child(2),
.feature_lower .feature_detail ul.img_small li:nth-last-child(3) {
    margin: 0 28px 0 0;
}

.feature_terminal .feature_detail ul.img_small li {
    margin: 0 20px 30px 0;
}

.feature_terminal .feature_detail ul.img_small li:nth-child(1) span,
.feature_target .feature_detail ul.img_small li:nth-child(1) span {
    font-size: 17px;
}

.feature_terminal .feature_detail ul.img_small li:nth-last-child(2),
.feature_terminal .feature_detail ul.img_small li:nth-last-child(3) {
    margin: 0 20px 0 0;
}


.feature_lower .feature_detail .pc_none {
    display: none;
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .feature_lower ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .target_lower ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.target_lower {
    padding: 0 0 140px;
}

.target_lower section {
    width: auto;
    min-width: inherit;
    height: auto;
}

.target_lower .target_lower_header {
    margin: 40px 0 60px;
    position: relative;
}
/*
.target_lower .target_lower_header::before{
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
        content: 'New!';
        background: #f68a5f;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        z-index: 1000;
}
*/
.target_lower .target_lower_header p.main_img {
    margin: 0 0 40px;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.5));
}

.target_lower .target_lower_header h2 {
    font-size: 33px;
}

.target_businessman .target_lower_header h2 {
    font-size: 33px;
}

.target_lower .target_lower_header h2 span {
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #404040;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}

.target_lower .target_detail {
    margin: 0 0 70px;
}

.target_lower .target_detail h3 {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    border-left: solid 5px #F68A5F;
    font-size: 22px;
    line-height: 1.1;
}

.target_lower .target_detail p {
    font-size: 16px;
    line-height: 2.0;
}

.target_lower .target_detail p em {
    color: #F68A5F;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
}

.target_lower .target_detail ul {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.target_lower .target_detail li {
    font-size: 16px;
}

.target_lower .target_detail ul li span {
    margin: 0 0 10px;
    display: block;
    color: #F68A5F;
    font-size: 18px;
    font-weight: bold;
}

.target_lower .target_detail ul li .two_line {
    padding: 24px 0 0;
}

.target_lower .target_detail p a {
    color: #F68A5F;
    text-decoration: underline;
    display: inline-block;
    position: relative;
}

.target_lower .target_detail p a::before {
    content: url("../img/target/icon_arrow_001.png");
    position: relative;
    left: 0;
}

.target_lower .target_detail p a:hover {
    text-decoration: none;
}

.target_lower .target_detail li a {
    color: #F68A5F;
}

.target_lower .target_detail li a:hover {
    text-decoration: underline;
}

.target_lower .target_detail li a:hover img {
    opacity: 0.8;
}



.target_recruit .target_detail ul.img_big {
    margin: 60px 0 0;
}

.target_lower .target_detail ul.img_big li:nth-last-child(1) {
    margin: 0;
}

.target_lower .target_detail ul.img_big li {
    width: 481px;
    margin: 0;
}

.target_lower .target_detail ul.img_big li img {
    margin: 0 0 20px;
}



.target_lower .target_detail ul.img_small {
    justify-content: flex-start;
}

.target_terminal .target_detail ul.img_small {
    justify-content: space-between;
}

.target_lower .target_detail ul.img_small li {
    width: 315px;
    margin: 0 28px 30px 0;
}

.target_lower .target_detail ul.img_small li:nth-child(3) {
    margin: 0 0 30px 0;
}

.target_lower .target_detail ul.img_small li:nth-last-child(1) {
    margin: 0;
}

.target_lower .target_detail ul.img_small li:nth-last-child(2),
.target_lower .target_detail ul.img_small li:nth-last-child(3) {
    margin: 0 27px 0 0;
}


.target_terminal .target_detail ul.img_small li {
    margin: 0 20px 30px 0;
}

.target_inbound .target_detail ul.img_small li:nth-child(2) span {
    font-size: 16px;
}

.target_terminal .target_detail ul.img_small li:nth-last-child(2),
.target_terminal .target_detail ul.img_small li:nth-last-child(3) {
    margin: 0 20px 0 0;
}


.target_lower .target_detail .pc_none {
    display: none;
}


.target_woman .target_detail dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.target_woman .target_detail dl:nth-of-type(1) {
    margin: 0 0 60px;
}

.target_woman .target_detail dl dt {
    width: 100%;
    margin: 0 0 20px;
    color: #F68A5F;
    font-size: 18px;
    font-weight: bold;
}
.target_woman .target_detail dl dt a{
    color: #F68A5F;
}
.target_detail dl dt a:hover {
    text-decoration: underline;
}
.target_detail dl dd a:hover img {
    opacity: 0.8;
}

.target_woman .target_detail dl dd:nth-of-type(1) {
    width: 510px;
}

.target_woman .target_detail dl dd:nth-of-type(2) {
    width: 451px;
    margin: -5px 0 0;
    font-size: 16px;
    line-height: 2.0;
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .target_lower ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .lower_contact ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.lower_contact {
    margin: 0 0 100px;
}

.lower_contact h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #F68A5F;
    font-size: 40px;
    line-height: 1.1 ;
}

.lower_contact h3 span {
    margin: 0 0 5px 10px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}

.lower_contact ul {
    padding: 25px;
    background: #fff;
    filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.2));
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lower_contact ul li {
    width: 50%;
    font-size: 16px;
}

.lower_contact ul li.tel {
    font-size: 42px;
    font-weight: bold;
}

.lower_contact ul li.tel a {
    cursor: default;
}

.lower_contact ul li.tel span {
    margin: 0 0 0 5px;
    display: inline-block;
    color: #494949;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
}

.lower_contact ul li.inquiry a {
    width: 100%;
    padding: 18px 0 20px;
    background: #ABDE7A;
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #300000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.lower_contact ul li.inquiry a img {
    margin-right: 12px;
    vertical-align: baseline;
}

.lower_contact ul li.inquiry a:hover {
    letter-spacing: 1px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .lower_contact ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .recommended_link ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.recommended_link {
    margin: 0;
}


.recommended_link .ctt004_in01 {
    border-radius: 6px;
    box-shadow: none;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.25));
}

.recommended_link .ctt004_in01 h2 {
    font-size: 26px;
}

.recommended_link .ctt004_in01 h2 img {
    margin-right: 10px;
}

.recommended_link .ctt004_in01 .pickup_in {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.recommended_link .ctt004_in01 .pickup_in span {
    margin: 0 12px 7px 0;
}

.recommended_link .ctt004_in01 .pickup_in span:nth-of-type(2) {
    background: #ABDE7A;
    color: #000;
}

.recommended_link .ctt004_in01 article h3{
    font-size: 18px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .recommended_link ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .other_menu ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.other_menu .ctt004_in02 {
    background: #fff;
    border-radius: 6px;
    box-shadow: none;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.25));
}

.other_menu .ctt004_in02 h2 {
    border-radius: 6px 6px 0 0;
    font-size: 26px;
}

.other_menu .ctt004_in02 h2 img {
    margin-right: 10px;
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .other_menu ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .other_target ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.other_target .ctt004_in03 {
    background: #fff;
    border-radius: 6px;
    box-shadow: none;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.25));
}

.other_target .ctt004_in03 h2 {
    margin: 0 24px;
    border-radius: 6px 6px 0 0;
    font-size: 26px;
}

.other_target .ctt004_in03 h2 img {
    margin-right: 10px;
}

.other_target .ctt004_in03 .box {
    padding: 20px 24px 30px;
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .other_menu ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .swiper-container33,swiper-container44 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.swiper-container33,
.swiper-container44 {
    margin: 0 60px;
    padding: 36px 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1
}

.swiper-container33 .swiper-notification,
.swiper-container44 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-button-next33,
.swiper-button-next44,
.swiper-button-prev33,
.swiper-button-prev44 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next33.swiper-button-disabled,
.swiper-button-prev33.swiper-button-disabled,
.swiper-button-next44.swiper-button-disabled,
.swiper-button-prev44.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev33,
.swiper-container-rtl .swiper-button-next33,
.swiper-button-prev44,
.swiper-container-rtl .swiper-button-next44 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next33,
.swiper-container-rtl .swiper-button-prev33,
.swiper-button-next44,
.swiper-container-rtl .swiper-button-prev44 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev33.swiper-button-white,
.swiper-container-rtl .swiper-button-next33.swiper-button-white,
.swiper-button-prev44.swiper-button-white,
.swiper-container-rtl .swiper-button-next44.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next33.swiper-button-white,
.swiper-container-rtl .swiper-button-prev33.swiper-button-white,
.swiper-button-next44.swiper-button-white,
.swiper-container-rtl .swiper-button-prev44.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev33.swiper-button-black,
.swiper-container-rtl .swiper-button-next33.swiper-button-black,
.swiper-button-prev44.swiper-button-black,
.swiper-container-rtl .swiper-button-next44.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next33.swiper-button-black,
.swiper-container-rtl .swiper-button-prev33.swiper-button-black,
.swiper-button-next44.swiper-button-black,
.swiper-container-rtl .swiper-button-prev44.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev33,
.swiper-button-prev44 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next33,
.swiper-button-next44 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239c9c9c'%2F%3E%3C%2Fsvg%3E");
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .swiper-container33,swiper-container44 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

.pickup_img img{
    width: 100%;
}
.placeholder-label{
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 12px;
}
.not-found-title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 48px;
    text-align: center;
}
.not-found-button {
    display: flex;
    justify-content: center;
}
.not-found-button a {
    width: 240px;
    text-align: center;
    font-size: 16px;
    margin: 0 12px;
    padding: 12px 0;
    transition: .3s;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}

.nodata-contact{
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}
.nodata-contact a{
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 24px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 6px 0 #829e5d;
    position: relative;
    transition: .3s;
    text-align: center;
}
.nodata-contact a:hover{
    box-shadow: none;
    transform: translateY(6px);
}
aside .h_search{
    margin-bottom: 35px;
}
.side-rp{
    margin-left: -10px;
    font-weight: bold;
}

/*=======================================
20190621追加
=======================================*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.add_topbox01 {
    padding: 50px 0;
}
.add_topbox01_in{
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
    border-radius: 0 0 3px 3px;
}
.add_topbox01 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #f68a5f;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 3px 3px 0 0;
    width: 100%;
    position: relative;
    z-index: 20;
}
.add_topbox01 h2:after {
    content: url(../img/add-top/img02.png);
    position: absolute;
    bottom: -6px;
    right: 20px;
}
.add_topbox01_01{
    padding: 30px;
}

.add_topbox01_01 h3 {
    font-size: 22px;
    color: #24651b;
    margin-bottom: 15px;
    line-height: 150%;
}
.add_topbox01_01 .text01 {
    font-size: 14px;
    margin-bottom: 25px;
}
.add_topbox01_01 ul{
    list-style: none;
}
.add_topbox01_01 ul li{
    float: left;
    margin: 0 1.5% 0 0;
    width: 32.33333%;
    border: 1px solid #cee7cc;
    background-color: #fbfcea;
    padding: 18px;
    border-radius: 6px;
}
.add_topbox01_01 ul li h4{
    font-size: 18px;
    color: #5d8e59;
    padding: 0 0 0 25px;
    background: url(../img/add-top/img03.png) 0 50% no-repeat;
    margin-bottom: 5px;
}
.add_topbox01_01 ul li:nth-last-of-type(1){
    margin: 0 0;
}
.add_topbox01_01 ul li p{
    font-size: 14px;
}

.news-detail h1{
    border-bottom: 3px solid #f68a5f;
    margin-bottom: 35px;
    color: #f68a5f;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    padding: 0 0 10px;
}
.news-detail h2{
    border-left: 5px solid #f68a5f;
    margin-bottom: 25px;
    color: #f68a5f;
    font-weight: bold;
    font-size: 22px;
    line-height: 160%;
    padding: 7px 15px 7px;
    background-color: #fbfcea;
}
.news-detail h3{
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    padding: 7px 5px 7px 25px;
    background-color: #fbfcea;
    position: relative;
}
.news-detail h3:before{
    content: "";
    background-color: #f68a5f;
    height: 24px;
    width: 5px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 10px;
}
.news-detail h4{
    border-left: 4px solid #f68a5f;
    border-bottom: 1px solid #DDD;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    padding: 5px 5px 5px 15px;
}
.news-detail h5{
    border-left: 4px solid #abde7a;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    padding: 0 0 0 10px;
}
.news-detail h6{
    background-color: #f68a5f;
    margin-bottom: 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    padding: 0px 10px 2px 10px;
    border-radius: 6px;
    display: inline-block;
}
.add_content212 table,
.news-detail table{
    width: 100%;
    border-collapse: collapse;
}
.add_content212 table th,
.news-detail table th{
    text-align: left;
    vertical-align: top;
    padding: 15px;
    color: #f68a5f;
    border: 1px solid #DDD;
    vertical-align: top;
    background-color: #fbfcea;
}
.add_content212 table td,
.news-detail table td{
    text-align: left;
    vertical-align: top;
    padding: 15px;
    border: 1px solid #DDD;
    vertical-align: top;
}
.national-btn{
    margin-left: 40%;
    width: 26%;
}
.ctt304_in .national-btn a{
    width: auto;
}


/**20190807追加******************************/
.news_list_in{
}
.news_list_in article{
    display: flex;
    border-bottom:1px dotted #c8c8c8;
    padding:30px 0;
    position: relative;
}
.news_list_in article a h2{
    font-size:18px;
    margin-bottom:10px;
    transition:.2s;
}
.news_list_in article a h2:hover{
    color:#f68a5f;
}
.news_list_in article .list_txt{
    padding:0 30px 0 0;
    width:calc(100% - 220px);
    min-height: 160px;
}
.news_list_in article .list_txt p{
    line-height:2;
    padding-bottom: 40px;
}
.news_list_in article .list_img a{
    transition:.2s
}
.news_list_in article .list_img a:hover{
    opacity:.7;
}
.news_list_in article .list_info{
    position: absolute;
    margin-top:25px;
    height:25px;
    bottom: 20px;
    width: 480px;
}
.news_list_in article .list_info span{
    padding:2px 10px;
    color:#fff;
    font-weight:bold;
}
.news_list_in article .list_info time{
    color:#888;
    position: absolute;
    right:0;
}
.news_list_in article .list_info time:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    height: 1px;
    width: 30px;
    background: #000;
}
.news_list_in article .list_info .list_img{
}
.news_list_in article .list_img img{
    width: 220px;
}
.content206 td a{
    text-decoration: underline;
}
.news-list-header{
    padding: 0;
}
.media-detail-contact{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.media-detail-contact .access{
    width: 65%;
    background:#fff;
    border-radius: 6px;
    box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, .3);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    transition: .3s;
    margin-bottom: 50px;
}
.media-detail-contact .access p.tel_mark{
    color:#f68a5f;
    font-size: 37px;
    font-weight: bold;
}
.media-detail-contact .access span{
    line-height: 14px;
    font-size: 12px;
    margin-left: 23px;
}
.media-detail-contact .access a{
    width: 100%;
    text-align: center;
    display: block;
    background:#abde7a;
    color:#300000;
    font-size: 16px;
    margin-top: 18px;
    line-height: 1;
    font-weight: bold;
    border-radius: 6px;
    padding: 18px 0 18px;
    transition: .3s;
    text-decoration: none;
}
.media-detail-contact .access img{
    vertical-align: baseline;
    margin-right: 12px;
}
.media-detail-contact .access p.message{
    margin-bottom: 20px;
}
.list-back{
    width: 30%;
}
.list-back a{
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 78px auto 0;
    font-weight: bold;
    padding: 12px;
    transition: .3s;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
    color: #000;
    text-decoration: none;
}
.list-back a:hover {
    transform: translateY(6px);
    box-shadow: none;
    text-decoration: none;
    color: #000;
}
.media-detail-contact .sp_only{
    display: none;
}
.feature-media-detail img{
    margin-right: 24px;
}
aside .news-category{
    margin-top: 30px;
    border: 2px solid #f68a5f;
    border-radius: 0 0 3px 3px;
}
aside .news-category h3{
    background: initial;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
}
aside .news-category .side02_in{
    background: initial;
}
aside .news-tag{
    margin-top: 30px;
    border: 2px solid #f68a5f;
    border-radius: 0 0 3px 3px;
}
aside .news-tag h3{
    background: initial;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
}
aside .news-tag .side02_in{
    background: initial;
    padding: 12px 10px;
}
aside .news-tag .side02_in .cat_list li{
    padding: 2px 10px;
    background: #f68a5f;
    border-radius: 3px;
    border: 1px solid #f68a5f;
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
}
aside .news-tag .cat_list li a{
    color:#fff;
}
aside .news-tag .cat_list li a:hover{
    color:#fff;
}
aside.news-side .side04{
    margin-top: 0;
}
.serach_box ul li.tab-train{
    background:#abde7a;
    color:#000;
}
.serach_box ul li.emphasis{
    padding: 12px 0;
    width: 157%;
}
.serach_box ul li.tab-train.active{
    background:#fff;
    color:#426A1A;
}
.alert-message-title{
    color: #cb262e;
}
.alert-message-center{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    color:#cb262e;
}
.ctt102_in .radio input{
    width: 20px;
}
.swiper-stop{
    overflow: hidden;
    position: relative;
    padding: 0 0 40px;
    margin: 0 60px;
}

/*20200513追加*/
.m_fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    z-index: 40;
}
.menu02{
    display: none;
    background: #fff;
}
.h_contact2{
    background: #abde7a;
    color: #033333;
}
.main_menu li a.h_contact2::before{
    right: inherit;
}
.main_menu li a.h_contact2::after{
    left: inherit;
}
.sub_open.four{
    width: 50%;
}
.sub_menu_in{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 118px 10px 0;
    text-align: right;
}
.sub_menu_in ul{
    display: flex;
    justify-content: right;
}
.sub_menu_in ul button{
    display: inline-block;
    padding: 6px 22px;
    border: 1px solid #AAA;
    margin-left: 5px;
    border-radius: 4px;
    color: #fff;
    background: #AAA;
    cursor: pointer;
}
.sub-search .media-search-btn2{
    background: #fff;
    border: none;
    padding: 10px;
}

.content206 .table_box a.side-contact{
    width: 46%;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #abde7a;
    box-shadow: 0 5px 0 #76aa43;
    font-size: 16px;
    padding: 12px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1%;
    color: #033333;
}
.content206 .table_box a.side-contact.color01{
    width: 32%;
    background: #abde7a;
    box-shadow: none;
    padding: 12px;
    border: 3px solid #abde7a;
}
.content206 .table_box a.side-contact svg{
    margin-right: 6px;
}
.content206 .table_box a.side-contact:hover{
    transform: translateY(3px);
    box-shadow: none;
}
.content206 .table_box a.side-contact.color01:hover{
    transform: inherit;
    box-shadow: none;
    opacity: 0.8;
    transition: 0.4s;
    background: #FFF;
    color: #abde7a;
}
.content206 .table_box .under-review-detail button{
    font-size: 15px;
}

.news_list_in .list_info span.bfr{
    background: #abde7a;
    color: #033333;
}
.contact-inquiry{
    padding: 36px 0 0;
}
.pp-open{
    margin-left: 84px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}
.content206-lead{
    margin-bottom: 48px;
}
.content206-lead ul{
    justify-content: space-between;
    display: flex;
}
.content206-lead li{
    padding: 0;
    border: 2px solid #f68a5f;
    border-radius: 5px;
}
.content206-lead li + li{
    margin-left: 5px;
}
.content206-lead li a{
    background: #f68a5f;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 6px 12px;
    width: 100%;
    transition: .3s;
    border-radius: 3px;
    text-decoration: none;
}
.content206-lead li a:hover{
    text-decoration: none;
    background: #fff;
    color: #f68a5f;
}
.content206-lead .content207 a{
    color: #000;
    text-decoration: none;
}

.content203 .results_sort ul li.search-price select::-ms-expand {
    display: none;
}
.content203 .results_sort ul li.search-price select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-image: url(../img/results/results003.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    padding: 0 30px 0 0;
    font-family: inherit;
    font-size: 100%;
}
.ctt201_in .search_in .selected_box.price{
    background: #f0f0f0;
    padding: 13px;
}
.ctt201_in .search_in .selected_box.price span{
    float: left;
    font-weight: bold;
    padding: 13px 10px 0 0;
}
.ctt201_in .search_in .selected_box.price select{
    font-size: 13px;
    width: auto;
    padding: 14px 12px 14px;
    background: #fff;
    /*color: #ccc;*/
    border-radius: 5px;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.ctt201_in .search_in .selected_box.keyword{
    background: #f0f0f0;
    padding: 17px;
    width: 73%;
}
.ctt201_in .search_in .selected_box.keyword span{
    float: left;
    font-weight: bold;
    padding: 13px 10px 0 0;
}
.ctt201_in .search_in .selected_box.keyword input{
    width: 85%;
    padding: 14px 12px 14px;
}

.guidebook-link-pc{
    position: fixed;
    bottom: 150px;
    right: 20px;
    background: #2e2a2a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    opacity : 1;
    transition: all 0.5s;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
    z-index: 20;
}
.cross-icon {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 10%;
}
.guidebook-link-pc a{
    display: none;
}
.guidebook-link-pc.done{
    opacity: 0;
    transition: all 0.5s;
}
#national span.note{
    font-size: 16px;
    float: right;
}
.nodata-message{
    font-size: 16px;
    text-align: center;
}

/*========================
20210826追加
========================*/
.show_sp{
    display: none;
}
.show_sp02{
    display: none;
}

.content001_add01 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #f68a5f;
    display: inline-block;
    padding: 12px;
    border-radius: 3px;
    width: 100%;
    position: relative;
    z-index: 20;
}
.content001_add01 h3 img {
    vertical-align: middle;
    margin-right: 12px;
}
.content001_add01 h3 span {
    margin-left: 3rem;
    font-size: 14px;
}
.serach_box ul li::after {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #FFF;
    left: 0;
    bottom: -9px;
    display: block;
    position: absolute;
    z-index: 10;
}
.content201 .serach_box ul li::after {
    display: none;
}
.menu_fix .serach_box ul li::after {
    display: none;
}

.add_topmv{
    text-align: center;
    padding: 25px 0;
    width: 1000px;
    margin: 0 auto;
}
.add_topmv .pic01{
    margin: 0 0 5px;
}
.add_topmv ul{
    display: flex;
    justify-content: space-between;
}
.add_topmv ul li{
    width: 144px;
    background-color: #FFF;
    text-align: center;
    padding: 23px 0 30px;
    position: relative;
}
.add_topmv ul li:after{
    content: "";
    display: block;
    width: 25px;
    height: 48px;
    background: url(../img/top/add12.png) 0 0 no-repeat;
    background-size: 25px auto;
    position: absolute;
    right: -25px;
    top: 33%;
}
.add_topmv ul li:nth-last-of-type(1):after{
    display: none;
}
.add_topmv ul li .img{
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.add_topmv ul li p{
    color: #f68a5f;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.add_topmv ul li:nth-of-type(1) p, .add_topmv ul li:nth-of-type(6) p{
    padding: 15px 0 0 0;
}
.add_topmv ul li p .pic02{
    position: absolute;
    top: -38px;
    right: 3px;
}


.nodata_box01{
    margin: 0 0 60px;
    padding: 60px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nodata_box01 a{
    display: inline-block;
    width: 48%;
    color: #FFF;
    background: #f68a5f;
    border-radius: 4px;
    height: 100px;
    padding: 10px 0 0 0;
    pointer-events: none;
}
.nodata_box01 a.color01:hover{
    opacity: 0.8;
    transition: 0.4s;
}
.nodata_box01 a.color01{
    background: #abde7a;
    padding: 20px 0 0 0;
    pointer-events: auto;
}
.nodata_box01 a span{
    display: block;
}
.nodata_box01 a .text01{
    font-size: 14px;
    margin: 0 0 5px;
}
.nodata_box01 a .text02{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 3px;
}
.nodata_box01 a .text02 img{
    height: 24px;
    margin: 0 2px 0 0;
}
.nodata_box01 a .text03{
    font-size: 12px;
}
.nodata_box01 a .text04{
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
}
.nodata_box01 a .text05{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.nodata_box02 a{
    display: block;
    height: 80px;
    border: 2px solid #f68a5f;
    padding: 25px 0 0 0;
    color: #f68a5f;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.nodata_box02 a .svg-inline--fa{
    font-size: 24px;
}
.nodata_box02 a:hover{
    color: #FFF;
    background-color:#f68a5f;
    transition: 0.4s;
}

/*---.content001_add01 .search_in input[type="text"]{
    width: 230px;
}--*/

/*--.content001_add01 .search_in .two_col input[type="text"]{
    width: 100%;
}--*/

/*========================
20220202追加
========================*/
.add_content304 {
    padding: 15px 0 0;
}
.add_content304 img {
    width: 100%;
}
.add_ctt304_ttl {
    font-size: 28px;
}
.add_ctt304_ttl_in {
    font-size: 28px;
    line-height: 1.7;
}
.add_ctt304_ttl_text {
    padding: 10px 0 20px;
}
.add_ctt304_in {
    margin-bottom: 40px;
}
.add_ctt304_in .btn_area {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.add_ctt304_in .btn_area li {
    box-shadow: none;
    border: 2px solid #ABDE7A;
    border-bottom: none;
    background-color: #ABDE7A;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 12px;
}
.add_ctt304_in .btn_area li + li {
    margin-left: 5px;
}
.add_ctt304_in .btn_area li::after {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #FFF;
    left: 0;
    bottom: -11px;
    display: block;
    position: absolute;
    z-index: 10;
}
.add_ctt304_in .btn_area li.active {
    background-color: #FFF;
}
.add_ctt304_in .btn_area li.active::after {
    bottom: -9px;
}
.add_ctt304_in.tab_box .tab_panel {
    display:none;
}
.add_ctt304_in.tab_box .tab_panel.active {
    display:block;
}
.add_ctt304_in .panel_area .tab_panel {
    padding: 28px 60px;
    border: 2px solid #ABDE7A;
    border-radius: 5px;
}
.add_ctt304_in .panel_area .link_block {
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 5px;
}
.add_ctt304_in .panel_area .link_block a {
    color: #F68A5F;
    font-size: 13px;
    display: inline-block;
    margin: 0 20px;
}
.add_ctt304_in .panel_area .link_block a span {
    text-decoration: underline;
}
.add_ctt304_in .panel_area .link_block a span:hover {
    text-decoration: none;
}
.add_ctt304_in .panel_area .tab_panel_in {
    padding: 40px 0 0;
}
.add_ctt304_in .panel_area .tab_panel_in .box {
    padding: 0 0 40px;
}
.add_ctt304_in .panel_area .tab_panel_in .box:last-child {
    padding: 0;
}
.add_ctt304_in .panel_area .tab_panel_in h3 {
    line-height: 1.5;
    border-left: 5px solid #F68A5F;
}
.add_ctt304_in .panel_area .tab_panel_in h3 span {
    padding-left: 5px;
    font-size: 22px;
}
.add_ctt304_in .tab_panel_in .inner {
    display: flex;
    padding: 20px 0 30px;
}
.add_ctt304_in .tab_panel_in .inner .img {
    width: 30%;
}
.add_ctt304_in .tab_panel_in .inner .text {
    width: 70%;
    padding-left: 3%;
}
.add_ctt304_in .tab_panel_in .tablebox table {
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    border: 2px solid #CCC;
    text-align: center;
}
.add_ctt304_in .tab_panel_in .tablebox table tr.bold {
    border-bottom: 2px solid #CCC;
}
.add_ctt304_in .tab_panel_in .tablebox table th,
.add_ctt304_in .tab_panel_in .tablebox table td {
    width: auto;
    padding: 10px;
    border: 1px solid #CCC;
}
.add_ctt304_in .tab_panel_in .tablebox table th {
    font-weight: normal;
    background-color: #F5F5F5;
}
.add_ctt304_in .tab_panel_in .tablebox table th.width01 {
    width: 230px;
}
.add_ctt304_in .tab_panel_in .tablebox table th.width02 {
    width: 178px;
}
.add_ctt304_in .tab_panel_in .tablebox table th.width03 {
    width: 65px;
}
.add_ctt304_in .tab_panel_in .tablebox table th.width04 {
    width: 75px;
}
.add_ctt304_in .tab_panel_in .tablebox .note div{
    padding: 20px 0;
}
.add_ctt304_in .tablebox_in:not(.no_button_effect) table td a ,
.add_ctt304_in .btn a {
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 0 12px;
    transition: .3s;
    color: #fff;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
}
.add_ctt304_in .tablebox_in.no_button_effect table td a {
    color: #f68a5f;
    transition: .3s;
}
.add_ctt304_in .tablebox_in.no_button_effect table td a:hover {
    text-decoration: underline;
}
.add_ctt304_in table td a:hover ,
.add_ctt304_in .btn a:hover {
    box-shadow: none;
    transform: translateY(3px);
}
.add_ctt304_in .panel_area-img{
    padding: 0 0 20px;
}

.add_ctt304_in .tablebox_in img{
    margin-top: 2rem;
}


/*========================
20221108追加
========================*/

.add_ctt212_in article {
    margin: 0 0 23px 2%;
    width: 32%;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    position: relative;
}

.add_ctt212_in article .useful_tag{
    position: absolute;
    top: 0;
    left: 0;
    background: #F68A5F;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

.add_ctt212_in article a:hover img{
    transform: scale(1.1);
}

.add_ctt212_in article .ctt212_img::before{
    content: none;
}

.ctt303_ttl.mt-50{
    margin-top: -50px;
}

.add_ctt212_in .usefulinfo_category_box{
    width: 100%;
    background: #F5F5F5;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0 25px 0 #EEEEEE;
    border-radius: 10px;
    position: relative;
}


.add_ctt212_in .usefulinfo_category_box .flex{
    display: flex;
    align-items: center;
}

.add_ctt212_in .usefulinfo_category_box_in {
    display: none;
}

.add_ctt212_in .usefulinfo_category_box .category_keyword {
    width: 12%;
    padding: 20px 0px;
    border-right: 1px solid #043333;
    margin-right: 20px;
}

.add_ctt212_in .usefulinfo_category_box .category_keyword img {
    width: 104px;
    padding-right: 20px;
}

.add_ctt212_in .usefulinfo_category_box .category_arrow_box {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    bottom: -29px;
    left: 0;
    cursor: pointer;
    margin: 0 auto;
}

.add_ctt212_in .usefulinfo_category_box .category_arrow_box .category_arrow {
    width: 20px;
    height: 11px;
    margin: 0 auto;
    background-image: url("../img/usefulinfo/usefulinfo_category/usefulinfo_category_img03.png");
    background-size: cover;
}

.add_ctt212_in .usefulinfo_category_box .category_arrow_box.open{
    transform: rotate(180deg);
}

.add_ctt212_in .usefulinfo_category_box .grid {
    width: 100%;
    display: flex;
    gap: 10px 24px;
    flex-wrap: wrap;
}

.add_ctt212_in .usefulinfo_category_box .keyword_box {
    width: 92%;
    height: 94px;
    min-height: 94px;
    overflow: hidden;
}

.add_ctt212_in .usefulinfo_category_box .keyword_box.active {
    height: auto;
}

.mt30{
    margin-top: 30px;
}

.add_ctt212_in .usefulinfo_category_box .category_tag_l {
    background: #ABDE7A;
    border-radius: 5px;
    color: #000;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    padding: 0 15px;
}

.add_ctt212_in article .alt_category_box{
    flex-wrap: wrap;
}

.add_ctt212_in article .category_tag_s{
    background: #ABDE7A;
    padding: 0 6px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    white-space: nowrap
}

.add_ctt212_in .pager {
    margin: 0 auto 100px auto;
}

.add_ctt212_in .pager .pagination {
    text-align: center;
}

.add_ctt212_in .pager .pagination .mr20{
    margin-right: 20px;
}

.add_ctt212_in .pager .pagination .ml20{
    margin-left: 20px;
}

.add_ctt212_in .pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background:#EEEEEE;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
}


.add_ctt212_in .pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    color: #000;
    text-decoration: none;
}

.add_ctt212_in .pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}

.add_ctt212_in .pager .pagination li a:hover,
.add_ctt212_in .pager .pagination li a.active{
    color: #fff;
    background: #F68A5F;
    border-radius: 10px;
}

.add_ctt212_in .pager .pagination li a span .pageArrow{
    stroke: #fff;
    fill: #fff;
}

.add_ctt212_in .pager .pagination .page_arrow_p{
    background-image: url("../img/usefulinfo/usefulinfo_category/usefulinfo_category_img04.png");
}

.add_ctt212_in .pager .pagination .page_arrow_n{
    background-image: url("../img/usefulinfo/usefulinfo_category/usefulinfo_category_img05.png");
}

.add_ctt212_in .pager .pagination li a:hover .page_arrow_p {
    background-image: url("../img/usefulinfo/usefulinfo_category/usefulinfo_category_img06.png");
}

.add_ctt212_in .pager .pagination li a:hover .page_arrow_n {
    background-image: url("../img/usefulinfo/usefulinfo_category/usefulinfo_category_img07.png");
}

.add_ctt212_in .pager .pagination .page_arrow_p,
.add_ctt212_in .pager .pagination .page_arrow_n,
.add_ctt212_in .pager .pagination .page_arrow_p:hover,
.add_ctt212_in .pager .pagination .page_arrow_n:hover{
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 10px;
    margin-top: 18px;
    display: inline-block;
}

.add_content212 .useful_detail_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -30px;
}

.add_content212 .useful_detail_flex .text_box {
    width: 45%;
    margin-top: 4px;
}

.add_content212 .useful_detail_flex .text_box h1{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
    text-align: justify;
}

.add_content212 .useful_detail_flex .text_box .time{
    color: #777777;
}


.add_content212 .useful_detail_flex .category_tag{
    background: #F68A5F;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}


.add_content212 .useful_detail_flex .img_box{
    width: 50%;
    height: 325px;
}

.add_content212 .useful_detail_flex .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.add_content212 .alt_contents .contents_ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.add_content212 .alt_contents .cont_h2 {
    color: #F68A5F;
    font-size: 16px;
    font-weight: bold;
    transition: .3s;
}

.add_content212 .alt_contents .cont_h2:hover{
    text-decoration: underline;
    opacity: 0.7;
}


.add_content212 .alt_contents .cont_3{
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

.add_content212 .alt_contents .cont_h3 span{
    color: #F68A5F;
}

.add_content212 .alt_contents .indent_h2 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.add_content212 .alt_contents .indent_h3 {
    padding-left: 3em;
    text-indent: -1em;
    transition: 0.3s;
}

.add_content212 .alt_contents .indent_h3:hover{
    text-decoration: underline;
    opacity: 0.7;
}

.add_content212 .alt_contents .mb15{
    margin-bottom: 10px;
}

.add_content212 .alt_contents .mb5{
    margin-bottom: 5px;
}

.add_content212 article .detail_Reed{
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}

/*-----------------------------------------------------*/

.add_ctt212_in .detail_alt{
    margin: 0;
    width: 100%;
    box-shadow: none;
    position: static;
}

.add_ctt212_in .detail_alt h2{
    background: #FFEFEA;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 15px;
    border-left: 5px solid #F68A5F;
    letter-spacing: 1px;
    margin: 30px 0;
}

.add_ctt212_in .detail_alt p{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 2;
}

.add_ctt212_in .detail_alt p a{
    color: #f68a5f;
    transition: .3s;
}

.add_ctt212_in .detail_alt p a:hover{
    text-decoration: underline;
}

.mb50{
    margin-bottom: 50px;
}

.add_content212 .alt_column a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: #F5F5F5;
    padding: 20px;
    width: 100%;
    transition: 0.3s;
}

.add_ctt212_in .detail_alt table {
    margin-bottom: 30px;
}
.add_ctt212_in .detail_alt table th{
    text-align: center;
}
.add_ctt212_in .detail_alt table th,
.add_ctt212_in .detail_alt table td{
    vertical-align: middle;
}
.add_ctt212_in .detail_alt table th p,
.add_ctt212_in .detail_alt table td p{
    margin-bottom: 0;
}
.add_content212 .alt_column a:hover{
    opacity: 0.7;
}

.add_content212 article .alt_column a:hover img{
    transform: scale(1);
}

.add_content212 .alt_column .img_box {
    width: 22%;
}

.add_content212 .alt_column .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add_content212 .alt_column .txt_box {
    width: 75%;
}

.add_content212 .alt_column .column_ttl{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #F68A5F;
}

.add_content212 .alt_column .column_txt {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/*-----------------------------------------------------*/

.infocategory_btns{
    margin: 0 auto;
    text-align: center;
}

.infocategory_btns p{
    font-size: 24px;
    font-weight: bold;
    color: #F68A5F;
    margin-bottom: 30px;
}

.infocategory_btns .info_btn_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.infocategory_btns .info_btn_grid .info_btn{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #F68A5F;
    border-radius: 5px;
    padding: 16px 0px;
    border: 2px solid #F68A5F;
    text-align: center;
    transition: .3s;
}

.infocategory_btns .info_btn_grid .info_btn:hover{
    color: #F68A5F;
    background: #fff;
    border: 2px solid #F68A5F;
}

.mb100{
    margin-bottom: 100px;
}


.ctt212_in.add_ctt212_in #dataList{
    width: 100%;
}

.sub_nav{
    width: 100%;
    background: #5f5f5f;
}


.sub_nav ul{
    display: flex;
    justify-content: center;
    /*    height: 48px;*/
}

.sub_nav li a {
    width: 100%;
    display: block;
    padding: 0 19px;
    color: #fff;
    height: 48px;
    line-height: 48px;
}

.sub_nav li a:hover {
    text-decoration: underline;
}

.sub_nav li a svg{
    margin-right: 12px;
}

.pc_none{
    display: none;
}

/*2022.12.09追加*/

.add_ctt212_in .detail_alt table th,
.add_ctt212_in .detail_alt table td{
    padding: 5px 10px;
}

.add_ctt212_in .detail_alt h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 15px;
    border-left: 5px solid #F68A5F;
    letter-spacing: 1px;
    margin: 30px 0 8px 0;
}
.add_ctt212_in .detail_alt h4 {
    font-size: 18px;
}

.add_content212 .alt_contents{
    background: #F5F5F5;
    max-width: 740px;
    width: 100%;
    border-radius: 10px;
    margin: 40px auto 50px auto;
    padding: 20px 45px;
}

.ctt003_btn a {
    margin: 20px auto 0;
}
.ctt304_box #kanto{
    margin-top: -60px;
    padding-top: 60px;
}

.detail_alt.no_scroll table td a{
    color: #f68a5f;
}
.detail_alt.no_scroll table td a:hover{
    text-decoration: underline;
}

/* 20231003追加 */
.search_in input.disabled {
    pointer-events: none;
    background-color: rgba(250, 252, 234, 0.4) !important;
    position: relative;
    border: 3px solid rgba(246, 138, 95, 0.4) !important;
}
.search_in button[type="submit"].disabled {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}
.search_in button[type="submit"] svg {
    margin-right: 0.6em;
}
.search_in button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.7em;
}
.search_in button[type="submit"].list_button svg {
    margin-right: 0;
}
.search_in button[type="submit"].list_button {
    letter-spacing: 0;
}
.search-result .label-separate {
    font-weight: lighter;
    line-height: 0;
    height: 10px;
    margin: 0 12px 0 5px;
    border: 1px solid #CBCBCB;
}

.results_conditions .station-conditions,
.results_conditions .train-conditions {
    padding-top: 0 !important;
    height: auto !important;
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    padding: 8px 10px !important;
}
.results_conditions .station-conditions .keyword,
.results_conditions .train-conditions .keyword {
    width: 70%;
}
.results_conditions .station-conditions .keyword input,
.results_conditions .train-conditions .keyword input {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.results_conditions .station-conditions .free_word_label,
.results_conditions .train-conditions .free_word_label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.results_conditions .station-conditions button[type="submit"],
.results_conditions .train-conditions button[type="submit"] {
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    border: none;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    transition: .3s;
    padding: 7px 12px;
    margin-left: 15px;
}
.results_conditions .station-conditions button[type="submit"]:hover,
.results_conditions .train-conditions button[type="submit"]:hover {
    transform: translateY(3px);
}
.results_conditions .display_pc {
    display: block;
}
.results_conditions .display_sp {
    display: none;
}

.content206 .station-conditions {
    margin-top: 30px;
}
.ctt204_wrap button[type="submit"] {
    letter-spacing: 0 !important;
}
.ctt204_wrap button[type="submit"] svg {
    margin-right: 0 !important;
}

.station_top_side_price {
    margin-top: 12px;
}
.side_price_banner a{
    display: flex;
    background: #FFFF00;
    border-radius: 5px;
    box-shadow: 0 5px 0 #CCCC00;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.side_price_banner:hover{
    box-shadow: none;
    transform: translateY(5px);
}
.side_price_banner .img_box {
    width: 22%;
    padding: 13px;
    border-right: 2px solid #000;
    text-align: center;
    display: block;
    padding-right: 10px;
}
.side_price_banner .img_box img {
    display: block;
    width: 100%;
}
.side_price_banner .txt_box{
    width: auto;
    margin: auto;
}
.side_price_banner .txt_box_top {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.side_price_banner .txt_box img {
    display: none;
}
.side_price_banner .txt_box h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: static;
    background: none;
    color: #000;
    width: 100%;
    line-height: 1.1;
}
.side_price_banner .txt_box h3 img {
    display: none;
}
.side_price_banner .txt_box p{
    display: none;
}
.side_price_banner .txt_box .detail_box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: white;
    width: 110px;
    height: 20px;
    border-radius: 15px;
    font-size: 12px;
    margin: auto;
}
.side_price_banner .txt_box .detail_box span {
    display: flex;
    margin-left: 5px;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 2px;
}

.contact-btn {
    display: flex;
    justify-content: center;
}
.contact-link-btn{
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 24px 100px;
    border-radius: 3px;
    box-shadow: 0 6px 0 #829e5d;
    position: relative;
    transition: .3s;
    width: 400px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-btn a:hover{
    box-shadow: none;
    transform: translateY(6px);
}
.contact-btn svg {
    background-color: #abde7a;
    margin-right: 5px;
    font-size: 20px;
}
.flow_contact_btn {
    margin-top: 48px;
}
.train-conditions {
    height: 240px !important;
    padding-top: 30px;
}
