
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ベース設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
body{-webkit-text-size-adjust: 100%;}
body.fixed{
    position: fixed;
    width:100%;
}
html{
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 24px;
    -webkit-text-size-adjust: 100%;
}
a{color: #000;}
#wrapper{
    width: 100%;
    height: 100%;
}
.section,
section{
    width: 100%;
    height: 100%;
}
.container{
    width: 100%;
    padding: 0 24px;
}
.pc_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: '';
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ベース設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

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

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ナビ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.h_wrap{
    width: 100%;
    box-shadow: 0 3px 5px #eee;
    position: relative;
    z-index: 50001;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
}
.top_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.logo_ttl{
    height: 100%;
    padding: 6px 0 0 6px;
}
.logo_ttl a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logo_ttl img{width: 120px; height: auto;}
.logo_ttl span{
    font-weight: normal;
    font-size: 10px;
    white-space: nowrap;
}
.h_contact,
.review_box{
    text-align: center;
    padding: 6px 0;
    width: 72px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
}
.h_contact span,
.review_box span{display: block;}
.h_contact svg,
.review_box svg{
    font-size: 14px;
    padding: 3px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    width: 20px!important;
    height: 20px!important;
}
.h_contact span,.review_box span{
	font-weight: bold;
}
.h_contact svg{
    color: #abde7a;
    background: #033333;
}
.review_box svg{
    color: #404040;
    background: #fff;
}
.h_contact{
    background: #abde7a;
    color: #033333;
    box-shadow: 0 2px 0 #76aa43;
    margin: 0 3px 0 auto;
}
.review_box{
    background: #FFFF00;
    color: #000;
    box-shadow: 0 2px 0 #CCCC00;
    margin: 0 3px 0 0;
}
.review_box img{
	width: 16px;
}
.tap_menu{
    height: 100%;
    width: 60px;
    background: #f68a5f;
    position: relative;
}
.tap_menu span{
    background: #fff;
    width: 50%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
}
.tap_menu span.one{transform: translate(-50%, calc(-50% - 9px));}
.tap_menu span.two{transform: translate(-50%, -50%);}
.tap_menu span.three{transform: translate(-50%, calc(-50% + 9px));}
.tap_menu.active span.one{transform: translate(-50%, -50%) rotate(-45deg);}
.tap_menu.active span.two{opacity: 0;}
.tap_menu.active span.three{transform: translate(-50%, -50%)rotate(45deg);}

nav{
    position: fixed;
    top: 60px;
    right: 100%;
    width: 100%;
    background: #f68a5f;
    padding: 6px 24px 36px;
    height: calc(100% - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: .3s;
    z-index: 50002;
}
nav.active{
    right: 0;
}
.main_menu li{
    padding:0 0 6px;
}
.main_menu li a{
    display: block;
    padding: 12px 12px;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.main_menu li.h_search{
    position: relative;
    padding-top: 12px;
}
.h_search input{
    font-size: 16px;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    outline: none;
    border: none;
}
.h_search button{
    position: absolute;
    top: 54%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #f68a5f;
    background: transparent;
    line-height: 40px;
    border: none;
}
.main_menu li.h_tel{
    border: none;
    background: #fff;
    text-align: center;
    padding: 0;
    margin-top: 24px;
}
.main_menu li.h_tel a{
    color: #000;
    padding: 6px;
}
.h_tel .h_tel_in1{
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
}
.h_tel p{
    color: #f68a5f;
    font-size: 24px;
    line-height: 30px;
}
.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: 12px;
    line-height: 14px;
    padding-left: 12px;
}
.sub_menu{
    display: none;
    margin-top: 6px;
}
.sub_menu li{
    padding: 6px 0 0;
}
.sub_menu li a{
    background: #fff;
    color: #f68a5f;
    border-bottom: 2px solid #f68a5f;
}
li.add_wrap{
    border-bottom: 2px solid #fff;
    margin-bottom: 6px;
    padding-bottom: 12px;
}
li.add_wrap a{
    border-bottom: none;
    padding: 12px 0;
}
.add_zone{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add_zone li.width20{width: 23%;margin-bottom: 6px;}
.add_zone li.width30{width: 31.5%;}
.add_zone li a{
    background: #fff;
    border-radius: 3px;
    color: #f68a5f;
    padding: 0;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    box-shadow: 0 6px #e24a0d;
}
.sub_open{
    position: relative;
}
.sub_open .hd_tap{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}
.sub_open .hd_tap::before,
.sub_open .hd_tap::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.sub_open .hd_tap::before{
    width: 2px;
    height: 20px;
    transition: .3s;
}
.sub_open .hd_tap::after{
    width: 20px;
    height: 2px;
}
.sub_open .hd_tap.active::before{
    opacity: 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ナビ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 001 */
.footer001{background: #f68a5f;padding:36px 0 48px;}
.footer001 .box:nth-of-type(1){
    color: #fff;
}
.footer001 .box h2{
    font-size: 36px;
    line-height: 1;
    margin:  0 0 24px;
}
.footer001 .box h3{
    font-size: 16px;
    margin-bottom: 6px;
}
.footer001 .box a{
    display: block;
    box-shadow: 3px 3px 6px #000;
    box-shadow: 0 0 9px rgba(0, 0, 0, .6);
    text-align: center;
    padding: 24px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
    border-radius: 3px;
}
.footer001 .box a.tel_btn{
    background: #fff;
}
.footer001 .box a.mail_btn{
    background: #abde7a;
}
.footer001 .box a img{
    width: 18px;
    height: 18px;
    vertical-align: 0;
    margin-right: 12px;
}
/* 002 */
.footer002 .f_menu{margin: 0 -24px;}
.footer002 .f_menu > li{
    font-weight: bold;
    position: relative;
}
.footer002 .f_menu a{
    border-bottom: 1px dotted  #666;
    display: block;
    padding: 12px 24px;
}
.footer002 .f_menu > li > a svg{
    color: #f68a5f;
    margin-right: 24px;
}
.footer002 .f_menu .ft_tap{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}
.footer002 .f_menu .ft_tap::before,
.footer002 .f_menu .ft_tap::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ccc;
}
.footer002 .f_menu .ft_tap::before{
    width: 2px;
    height: 20px;
    transition: .3s;
}
.footer002 .f_menu .ft_tap::after{
    width: 20px;
    height: 2px;
}
.footer002 .f_menu .ft_tap.active::before{
    opacity: 0;
}
.footer002 .f_submenu{
    display: none;
}
.footer002 .f_submenu li a{
    background: #ededed;
    border-bottom: 1px solid #fff;
    padding-left: 52px;
    font-weight: normal;
}
.footer003 a{
    border-bottom: 1px dotted  #666;
    display: block;
    padding: 12px 24px;
    margin:  0 -24px;
    font-weight: bold;
}
.footer003 a svg{
    color: #f68a5f;
    margin-right: 24px;
}
.footer003 .box{
    text-align: center;
    color: #fff;
    background: #2e2a2a;
    padding: 24px 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ パンくずリスト ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.breadclumb{padding-top: 12px;}
.breadclumb ul{
    display: flex;
    flex-wrap: wrap;
}
.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;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ パンくずリスト ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content001{
    background: url('../img/top/top_bg01.jpg') center center /cover no-repeat;
    padding: 60px 0 45px;
    /*height: 450px;*/
    margin: 0 0 38px;
}
.no-webp .content001{
    background: url('../img/top/top_bg01.jpg') center center /cover no-repeat;
    padding: 36px 0;
    /*height: 450px;*/
}
.content001 .container h2{
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 6px 6px 0;
    border: 2px solid #404040;
    border-radius: 6px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .3);
}
.content001 .container h2 span{
    background: #404040;
    display: inline-block;
    color: #fff;
    padding: 6px 6px 6px 12px;
    margin: -6px 6px -6px 0;
}
.top_search{
    position: relative;
    margin-top: 20px;
}
.top_search input{
    font-size: 16px;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    outline: none;
    border: none;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.top_search button{
    position: absolute;
    top: 54%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #f68a5f;
    background: transparent;
    line-height: 40px;
    border: none;
}
.serach_box{
    /*padding: 6px;
    background: rgba(0, 0, 0, .7);*/
    margin: 20px 0 0;
}
.serach_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.serach_box ul li{
    background: #f68a5f;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    border-radius: 3px;
    border: 2px solid #f68a5f;
    cursor: pointer;
    margin-bottom: 6px;
}
.serach_box ul li.active{
    background: #fff;
    color: #f68a5f;
}
.serach_box ul li.width20{width: 23%;}
.serach_box ul li.width30{width: 31.5%;}
.search_in{
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    border: 3px solid #F68A5F;
}
.search_in .box{display: none;}
.search_in .box.show{display: block;}
.search_in .box form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search_in .box form .selected_box{
    /*width: 49%;*/
    width: 100%;
    margin-top: 6px;
    position: relative;
}
.search_in .box form .selected_box:nth-of-type(3){
    width: 100%;
    margin-top: 6px;
}
.selected_in{
    display: none;
    position: absolute;
    /*top: 38px;*/
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .3);
    width: 86vw;
    background: #fff;
    z-index: 120;
}
.selected_box:nth-of-type(odd) .selected_in{
    left: 0;
}
.selected_box:nth-of-type(even) .selected_in{
    right: 0;
}
.selected_in p{
    background: #eee;
    font-size: 16px;
    padding: 6px 12px;
    font-weight: bold;
}
.selected_in .inner{
    background: #fff;
    padding: 0 6px;
    padding: 12px 6px;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.selected_in .inner a{
    padding: 0 6px 6px;
    display: block;
}
.search_in input{
    font-size: 16px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 5px;
    outline: none;
    border: none;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
}
.search_in button{
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    background: transparent;
    line-height: 36px;
    height: 36px;
    border: none;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    margin-top: 12px;
}
.search_in button svg{margin-right: 12px;}
.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;
    border-radius: 3px;
    text-align: center;
    display: block;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ01 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/*
.content002 .container{
    display: flex;
    justify-content: space-between;
}
*/
.content002{
    padding: 36px 0;
    position: relative;
}
.content002 h3{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #F68A5F;
    height: 38px;
    padding: 6px;
    border-radius: 3px 3px 0 0;
}

.content002 h3 img {
    vertical-align: middle;
    margin: 0 6px 3px 0;
    width: 23px;
    height: auto;
}
.ctt002_in01 .box{
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #F68A5F;
}
.ctt002_in01 .box a{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}
.ctt002_in01 h3{
    left: 24px;
}
.ctt002_in01 .box a:nth-of-type(2n + 1){border-right: 1px solid #ccc;}
.ctt002_in01 .box a:nth-of-type(n + 7){border-bottom: none;}
.ctt002_in01 .box a:nth-of-type(8){background: #fff;}
.ctt002_in01 h4{
    margin-top: 12px;
    font-size: 14px;
    color: #f68a5f;
}

.ctt002_in02{
	display: none;
}
.ctt002_in02_sp a{
    display: flex;
    background: #FFFF00;
    border-radius: 5px;
    box-shadow: 0 5px 0 #CCCC00;
    padding: 10px 0px;
    margin: -20px 20px 25px 20px;
    justify-content: space-between;
	align-items: center;
}
.ctt002_in02_sp:hover{
    box-shadow: none;
    transform: translateY(5px);
}
.ctt002_in02_sp .img_box {
    width: 25%;
    padding: 13px;
    border-right: 2px solid #000;
    text-align: center;
}
.ctt002_in02_sp .txt_box{
	width: 64%;
	margin: 0 auto;
}
.ctt002_in02_sp .txt_box h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: static;
    background: none;
    color: #000;
    width: 100%;
}
.ctt002_in02_sp .txt_box p{
	line-height: 1.3;
	text-align: left;
	font-size: 16px;
}


/*

.ctt002_in02 h3{
    right: 24px;
}
.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;}
.ctt002_in02 .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctt002_in02 a{
    display: block;
    border-radius: 3px;
    border: 1px solid #f68a5f;
    background: #fbfcea;
    padding: 6px 12px;
    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 .inner a{
    width: 48%;
}
.ctt002_in02 .inner a:nth-of-type(n + 3){
    margin-top: 12px;
}
.content002 .box{
    border-radius: 0 3px 3px 3px;
    border: 2px solid #f68a5f;
    margin-top: 36px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .6);
    display: none;
}
.ctt002_in01 .box.show{
    display: flex;
}
.ctt002_in02 .box.show{
    display: block;
}
.content002 h3.active{
    background: #f68a5f;
}
.ctt002_in02 .inner a.active{
    width: 100%;
    background: #9c9c9c;
    color: #fff;
    border: none;
    box-shadow: 0 3px 0 #707070;
    padding: 6px 12px;
    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;
}
*/
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content003{
    padding: 12px 0 48px;
}
.news-list .content003{
    padding: 24px 0 48px;
}
.ctt003_ttl{
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #ccc;
	font-weight: 600;
}
.news-list .ctt003_ttl::before{
    bottom: -2px;
    left: 0;
    background: #f68a5f;
    width: 96px;
    height: 2px;
}
.ctt003_ttl h2{
    font-size: 22px;
}
.ctt003_ttl h2 img{
	margin-right: 24px;
}
.ctt003_ttl a{
    color: #f68a5f;
    font-weight: bold;
}
.ctt003_ttl a svg{
    margin-left: 24px;
}
.ctt003_att{
    padding: 12px 0;
}
.ctt003_in article a{
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #666;
}
.ctt003_in article a time{
    width: 144px;
}
.ctt003_in article span{
    width: 120px;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    position: relative;
}
.ctt003_in article span::before{
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    background: #000;
    height: 1px;
    width: 36px;
    content: none;
}
.ctt003_in article a .ctt003_art_ttl{
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}

.ctt003_in time{
    font-size: 14px;
    color: #F68A5F;
	font-weight: 600;
}

.ctt003_btn a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: 36px auto 0;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
    cursor: pointer;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content004{
    background: url('../img/top/ctt004_bg.png') repeat;
    padding: 36px 0 48px;
}
.content004 h2{
    font-size: 22px;
}
.content004 h2 img{margin-right: 24px;}
.ctt004_in01{
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    position: relative;
}
.ctt004_in01 h2{
    margin: 0 12px;
    border-bottom: 2px solid #ccc;
    padding: 24px 0 12px;
}
.swiper-container{
    padding: 24px 0;
    margin: 0 30px;
}
.ctt207_in .swiper-container{
    padding: 0;
}
.ctt004_in01 a{display: block;}
.pickup_img img{width: 100%;}
.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 12px;
    color: #fff;
}
.ctt004_in01 .pickup_in time{
    font-size: 12px;
    color: #999;
}
.ctt004_in01 article h3{
    font-size: 16px;
    margin-bottom: 12px;
}
.ctt004_in01 article p{
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.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");
    left: 0;
}
.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");
    right: 0;
}
.ctt004_in02{
    border-radius: 3px;
    margin-top: 60px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}
.ctt004_in02 h2{
    background: rgba(246, 138, 95, .8);
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 24px 12px;
    position: relative;
}
.ctt004_in02 h2 span{
    font-size: 12px;
    font-weight: normal;
    display: block;
    /*
    vertical-align: middle;
    margin-left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: calc(100% - 144px);
    */
}
.ctt004_in02 .box{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    background: #fff;
}
.ctt004_in02 .box article{
    width: 45%;
}
.ctt004_in02 .box article:nth-of-type(2n){
    margin-left: 12px;
}
.ctt004_in02 .box article a{
    display: block;
    width: 100%;
    padding: 12px 0;
}
.ctt004_in02 .toku_img img{width: 100%; height: auto;}
.ctt004_in02 article h3{
    font-size: 14px;
    margin: 12px 0 0;
    padding: 0 3px;
}
.ctt004_in03{margin-top: 36px;}
.ctt004_in03 h2{
    margin: 0 0 12px;
    border-bottom: 2px solid #ccc;
    padding: 24px 0 12px;
}
.ctt004_in03 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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: 45%;
    height: 120px;
    position: relative;
    margin-top: 12px;
}
.ctt004_in03 .box a:nth-of-type(n + 3){
    margin-top: 24px;
}
.ctt004_in03 .box a 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: 24px;
    line-height: 36px;
    color: #fff;
    text-shadow: 3px 3px 6px #000;
    font-weight: normal;
}
.content005 .box{
    background: url('../img/common/ctt005_band.png') repeat;
    margin: 24px 0 36px;
    padding: 0 0 24px;
}
.content005 .container{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 0 12px;
}
.content005 .item{
    width: 48%;
    margin-top: 24px;
}
.content005 .item a{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    color: #f68a5f;
}
.content005 .item a span{padding-bottom: 12px;}
.content005 .item a span:nth-of-type(2n + 1){
    letter-spacing: -0.5px;
}
.content005 .dl_btn{
    padding: 0 36px;
    margin: 0 auto;
}
.content005 .dl_btn a{
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 6px 0 #829e5d;
    position: relative;
}
.content005 .dl_btn a svg{
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}
.content104 .guidebook-dl{
    padding: 0 36px;
    margin: 20px auto;
}
.content104 .guidebook-dl a{
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 6px 0 #829e5d;
    position: relative;
}
.content104 .guidebook-dl a svg{
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ05 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ101 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content101{
    padding: 36px 0 60px;
}
.ctt101_in{
    margin-bottom: 36px;
}
.ctt101_in table{
    margin-bottom: 24px;
    border: 2px solid #f0f0f0!important;
    width: 100%;
}
.ctt101_in table tr th,
.ctt101_in table tr td{
    padding: 6px;
}
.ctt101_in table .left{text-align: left;}
.ctt101_in table .center{text-align: center;}
.ctt101_in table .center a{color: #f68a5f;}
.ctt101_in table .right{text-align: right;}
.ctt101_in table .bold{font-weight: bold;}
.ctt101_in table tr td{
    border: 2px solid #f0f0f0;
    width: 57%;
}
.ctt101_in table tr th{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    background: #f0f0f0;
    width: 43%;
}
.ctt101_in table tr:last-of-type th{
    border-bottom: 2px solid #f0f0f0;
}
.ctt101_in table:nth-of-type(even){
    background:  url('../img/consideration/consideration001.png');
}
.ctt101_in .trash_btn{
    display: inline-block;
    padding: 3px 24px;
    border-radius: 6px;
    box-shadow: 0 3px #c8c8c8;
    border: 1px solid #c8c8c8;
    background: #fff;
}
.content101 .result{
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.content101 .result .inner{
    padding: 12px 36px;
    background: #f0f0f0;
}
.content101 .result .inner span{
    display: inline-block;
    margin-left: 36px;
}
.content101 .btn_wrap a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 3px;
}
.content101 .btn_wrap a:first-of-type{
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px #c8c8c8;
    margin-bottom: 24px;
}
.content101 .btn_wrap a:last-of-type{
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ101 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ102 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content102{
    padding: 36px 0 20px;
}
.content102 .underline_ttl{
    font-size: 17px;
}
.content102 .progress_box{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 36px;
}
.content102 .progress_box .progress_in{
    color: #999;
    position: relative;
    font-size: 12px;
}
.content102 .progress_box .progress_in span{
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px auto 0;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
    background: #fff;
}
.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: 30vw;
    z-index: -1;
}
.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{
    font-weight: bold;
    border-bottom: 1px dotted #c8c8c8;
}
.ctt102_in .item.border_none{
    border-bottom: none;
}
.ctt102_in .item_h{
    position: relative;
    background: #e8e8e8;
    padding: 12px 24px;
}
.ctt102_in .item_h .label_in{
    display: inline-block;
}
.ctt102_in .item_h .required{
    position: absolute;
    right: 48px;
    top: 12px;
    font-size: 10px;
    display: inline-block;
    padding: 0 12px;
    background: #cb262e;
    font-weight: normal;
    color: #fff;
}
.ctt102_in .item_b{
    padding: 24px;
}
.ctt102_in .item_b .inner{display: flex;}
.ctt102_in .item_b .inner span:first-of-type{width: 30%;font-weight: normal;}
.ctt102_in .item_b .inner span:last-of-type{width: 70%;font-weight: bold;}
.ctt102_in .item_b span{
    display: inline-block;
    font-weight: normal;
}
.ctt102_in .sbm_box{
    padding: 0 24px 20px;
}
.ctt102_in input,
.ctt102_in textarea{
    width: 100%;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #ccc;
}
.ctt102_in textarea{height: 120px;}
.ctt102_in input#type07{
    width: 180px;
    margin: 0 12px;
}
.ctt102_in .sbm_box input{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border: none;
    border-radius: 3px;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
}
.empty.confirm .sbm_box input:first-of-type{
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px #c8c8c8;
    background: transparent;
    color: #000;
    margin-bottom: 24px;
}
.sbm_box input.back{
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px #c8c8c8;
    background: transparent;
    color: #000;
    margin-bottom: 24px;
}
.content101 .btn_wrap a:first-of-type{
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px #c8c8c8;
    margin-bottom: 24px;
}
.content101 .btn_wrap a:last-of-type{
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
}
.ctt102_thanks h3{
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 30px;
    text-align: center;
}
.ctt102_thanks a{
    text-align: center;
    display: block;
    margin: 36px auto 0;
    background: #404040;
    box-shadow: 0 6px #000000;
    color: #fff;
    padding: 12px 0;
    border: none;
    transition: .3s;
    border-radius: 3px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ102 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ103 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content103{
    padding: 36px 0 0;
    overflow: hidden;
}
.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% - 170px);
    transform: rotate(20deg);
}
.ctt103_ttl::after{
    left:calc(50% - 170px);
    transform: rotate(-20deg);
}
.ctt103_in{
    position: relative;
    margin: 12px 0 24px;
    border-radius: 3px;
    border:  2px solid #f68a5f;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.ctt103_in .box{
    background: #feeee7;
    text-align: center;
}
.ctt103_in .box p{
    color: #f68a5f;
    font-size: 22px;
    padding: 24px 0;
    font-weight: bold;
}
.ctt103_in a{
    padding: 24px;
    text-align: center;
}
.ctt103_in a p{
    font-size: 36px;
    font-weight: bold;
}
.ctt103_in .h_tel p .tel_mark {
    line-height: 36px;
    font-size: 20px;
    width: 36px;
    height: 36px;
}
.ctt103_in .h_tel .h_tel_in2{
    font-size: 14px;
}
.ctt103_in img{
    position: absolute;
    bottom: 0;
    right: -36px;
    z-index: 100;
    width: 100px;
    height: auto;
}
.ctt103_att{
    background: #f8f8f8;
}
.ctt103_att_ttl{
    padding: 12px;
    background: #eee;
    text-align: center;
    font-size: 16px;
}
.ctt103_att .box{
    padding: 12px 12px 12px calc(1em + 12px);
}
.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 0;
}
.ctt104_in{
    margin-bottom: 48px;
}
.ctt104_in p{
    text-align: center;
}
.ctt104_box{
    padding: 12px 24px 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.ctt104_box h2{
    font-size: 18px;
    line-height: 30px;
    border-left: 6px solid var(--main);
    padding-left: 12px;
    margin:0 -24px 24px;
}
.ctt104_box .box .item img{width: 100%;}
.ctt104_box .box .item h3{
    font-size: 18px;
    color: var(--main);
    margin: 24px 0 12px;
}
.ctt104_box .box .item ul{
    margin-left: 12px;
}
.ctt104_box .box .item ul li{
    list-style: disc;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ104 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 2カラム ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt_two_col{display: flex;flex-direction: column-reverse;}
.ctt_two_col > aside{margin: 12px 0 0;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 2カラム ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ サイドバー ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ctt_two_col aside .side01{
    width: 100%;
    margin-bottom: 24px;
}
.side_ttl{
    padding: 9px 12px;
    font-size: 16px;
    position: relative;
}
.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_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: center;
    font-size: 10px;
}
.side01_in .box p strong{
    font-size: 1.8rem;
    margin-right: 6px;
}
.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;
}
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;}
aside .side02 .side02_in li{display: flex;}
aside .side02 .side02_in li input[type="checkbox"]{margin: 6px 6px 0 0;}
aside .side02 .side02_in li a{
    display: block;
    position: relative;
    padding: 0 12px;
    width: 100%;
}
aside .side02 .side02_in li svg{
    position: absolute;
    left: 0;
    top: 12px;
}
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 right , bottom left;
    background-size: 80%,70%;
    padding: 60px 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: 16px;
    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: 24px 24px 12px;
}
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%;
    display: block;
    border: 1px solid #f68a5f;
    background: #fbfcea;
    padding: 6px 12px;
    color: #f68a5f;
    position: relative;
    margin-bottom: 12px;
    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;
}
.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;
    border-radius: 3px;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    margin: 12px 0 24px;
}
.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;
}
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;
}
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 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 9px 0;
}
.side06_in ul li img{
    vertical-align: 3px;
    margin-right: 3px;
}
.side06_in .item{
    display: none;
}
.side06_in.show .item{
    display: block;
}
.side06_in h4.active svg{
    transform: rotate(90deg);
}
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 6px;
    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 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ サイドバー ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ201 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content201{
    background: url('../img/add-station/ctt201_01.png') repeat;
    padding-top: 120px;
    padding-top: 24px;
}
.ctt201_wrap{
    background: #fef3ee;
    border-top: 2px solid #f68a5f;
    border-bottom: 2px solid #f68a5f;
}
.ctt201_in{
    position: relative;
    padding: 24px 0 36px;
    margin-top: 0;
    background: transparent;
}
.ctt201_wrap ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.content201 .serach_box ul li{padding:0;}
.content201 .serach_box ul li a{
    display: block;
    color: #fff;
    padding: 6px 0;
}
.content201 .serach_box ul li.active a{
    color: #f68a5f;
}
.ctt201_in .search_in{
    padding: 0;
    background: transparent;
    margin: 24px 0 0;
    border: none;
}
.ctt201_in .search_in .box form{
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    /*height: 45vw;*/
}
.ctt201_in .search_in .box{
    background: #fff;
    padding: 24px 12px;
}
.ctt201_in .search_in .box h2{
    font-size: 20px;
    margin:  0 -12px 15px;
    border-left: 2px solid #f68a5f;
    padding: 0 24px;
}
.ctt201_in .search_in .selected_box{
    /*width: 49%!important;*/
    margin-top: 6px;
}
.ctt201_in .search_in .selected_box.full{
    width: 100%!important;
}
.ctt201_in .search_in input{
    font-size: 16px;
    width: 100%;
    padding: 9px 12px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
}
.ctt201_in .selected_in input[type="checkbox"] {
    width: 20px;
}
.ctt201_in .search_in .item{
    overflow: hidden;
    position: relative;
    margin-top: 36px;
}
.ctt201_in .search_in .item img{
    width: 100%;
}
.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: 60px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ202 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ203 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content203{margin-top: 24px;}
.content203 .ctt203_ttl{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 12px;
}
.content203 .pop_box{margin-bottom: 36px;}
.content203 .pop_box .flex{
    display: flex;
    justify-content: space-between;
}
.content203 .pop_box .flex img{
    width: 100%;
}
.content203 .pop_box .flex_in:first-of-type{width: 35%;}
.content203 .pop_box .flex_in:last-of-type{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 64%;
}
.content203 .pop_box .item{
    position: relative;
}
.content203 .pop_box .flex_in:last-of-type .item{
    width: 49%;
    height:20.2vw;
}
.content203 .pop_box .flex_in:last-of-type .item.full{
    width: 100%;
}
.content203 .pop_box a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content203 .pop_box .flex_in:last-of-type img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.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: 12px;
    background: #f68a5f;
    padding: 0 6px;
}
.content203 .pop_box .item p{
    padding: 0 6px;
    background: #fff;font-size: 12px;
}
.content203 .recommend_box{
    margin-bottom: 48px;
}
.content203 .reco_tab{
    margin-bottom: 24px;
}
.content203 .reco_tab ul{
    display: flex;
    justify-content: space-between;
}
.content203 .reco_tab ul.half{
    flex-wrap: wrap;
    margin-bottom: -12px;
}
.content203 .reco_tab ul li{
    min-width: 24%;
    border-radius: 6px;
    border: 2px solid #f68a5f;
    text-align: center;
    padding: 6px 0;
    position: relative;
    font-weight: bold;
}
.content203 .reco_tab ul.half li{
    width: 49%;
    margin-bottom: 12px;
}
.content203 .reco_tab ul li svg{
    color: #f68a5f;
    position: absolute;
    top: 50%;
    right: 6px;
    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_in{
    display: none;
}
.content203 .reco_in.show{
    display: flex;
    flex-wrap: wrap;
}
.content203 .reco_in article{
    padding: 24px 0;
    /*border-bottom: 1px solid #e3e3e3;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*width: 50%;*/
    padding: 10px;
    box-shadow: 0px 5px 6px #ccc;
    margin-bottom: 24px;
}
/*.content203 .reco_in article:nth-of-type(1),
.content203 .reco_in article:nth-of-type(2){padding-top: 0;}
.content203 .reco_in article:nth-of-type(odd){padding-right: 0px;border-right:none;}
.content203 .reco_in article:nth-of-type(even){padding-left:0px;}*/

/*.content203 .reco_in article:nth-of-type(1){
    margin-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
}*/
.content203 .reco_in article img{
    width: 100%;
}
.content203 .reco_in article .left a{
    display: block;
    position: relative;
}
.content203 .reco_in article .left a:last-of-type{
    width: 100%;
    text-align: center;
    padding: 3px 0;
    margin: 12px 0;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
}
.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 .reco_label img{
    width: auto;
}
.content203 .reco_in article .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.content203 .reco_in article .right .tag{
    display: flex;
    flex-wrap: wrap;
}
.content203 .reco_in article .right .tag li{
    margin: 0 6px 0 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: 16px;
    margin: 12px 0;
}
.content203 .reco_in article .right .inner{
    display: flex;
    background: url('../img/add-station/ctt203_09.png') repeat;
    padding: 12px;
    margin-bottom: 10px;
}
.content203 .reco_in article .right .inner ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.content203 .reco_in article .right .inner li{
    width: 100%;
    text-indent: -4em;
    padding-left: 4em;
}
.content203 .reco_in article .right .inner span{
    color: #f68a5f;
}
.content203 .type_box{
    margin-bottom: 48px;
}
.content203 .type_in{
    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: 6px 12px;
    margin-bottom: 12px;
}
.content203 .type_box a{
    display: block;
    margin-bottom: 12px;
}
.content203 .type_box a h4{
    font-size: 16px;
    margin-bottom: 3px;
}
.content203 .type_box a h4 img{
    vertical-align: 0;
    margin-right: 12px;
}
.content203 .type_box a .inner{
    display: flex;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.content203 .type_box a .inner .img{
    width: 25%;
}
.content203 .type_box a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.content203 .type_box a .inner p{
    width: 75%;
    padding: 3px 6px;
}
.content203 .results_conditions ul{
    display: flex;
    flex-wrap: wrap;
}
.content203 .results_conditions ul li{
    padding: 3px 24px 3px 6px;
    border: 1px solid #f68a5f;
    background: #fbfcea;
    margin: 0 6px 6px 0;
    color: #f68a5f;
    font-weight: bold;
    position: relative;
}
.content203 .results_conditions ul li svg{
    position: absolute;
    top: 3px;
    right: 3px;
    transform: rotate(45deg);
    color: #888888;
    margin-left: 6px;
}
.content203 .change_btn{
    margin: 12px 0 36px;
}
.change_btn ul{
    display: flex;
    justify-content: space-between;
}
.change_btn ul li{
    border-radius: 6px;
    background: #f8f8f8;
    box-shadow: 0 6px 0 #e5e5e5;
    text-align: center;
    position: relative;
    padding: 6px 0;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.content203 .change_btn ul li{
    width: 48%;
}
.content203 .area_in{
    margin-bottom: 48px;
    position: relative;
}
.content203 .area_in img{
    width: 100%;
}
.content203 .area_in a{
    font-size: 12px;
    display: inline-block;
    position: absolute;
    background: var(--main);
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    padding: 3px 6px;
}
.content203 .area_in .inner1{
    top: 0;
    left: 10vw;
}
.content203 .area_in .inner2{
    top: 20vw;
    left: -5vw;
}
.content203 .area_in .inner3{
    top: 10vw;
    left: 24vw;
}
.content203 .area_in .inner4{
    top: 3vw;
    left: 44vw;
}
.content203 .area_in .inner5{
    top: 18vw;
    left: 41vw;
}
.content203 .area_in .inner6{
    top: 7vw;
    left: 63vw;
}
.content203 .area_in .inner7{
    top: 29vw;
    left: 34vw;
}
.content203 .area_in .inner8{
    top: 39vw;
    left: 28vw;
}
.content203 .area_in .inner9{
    top: 50vw;
    left: 30vw;
}
.content203 .area_in .inner10{
    top: 40vw;
    left: 53vw;
}
.content203 .mrrit_in{
    margin-bottom: 48px;
}
.content203 .mrrit_in .item{
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    position: relative;
    padding: 12px 12px 24px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
}
.content203 .mrrit_in .item img.point{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.content203 .mrrit_in .item .inner.text h4{
    font-size: 18px;
    margin: 12px 0 6px;
    text-align: center;
    color: #033333;
}
.content203 .mrrit_in .item .inner.img{text-align: center;}
.content203 .mrrit_in .item .inner.img img{
    width: 40px;
    height: auto;
}
.change_btn ul li svg{
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ203 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ204 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content204{
    position: fixed;
    top: -150%;
    left: 0;
    z-index: 50100;
    transition: .3s;
}
.content204.active{
    top: 0;
}
.ctt204_wrap{
    background: #f0f0f0;
}
.ctt204_wrap .search_bar{
    padding: 12px 0 0;
    position: relative;
    font-weight: bold;
}
.ctt204_wrap .search_bar p{
    font-size: 18px;
    text-align: center;
}
.ctt204_wrap .search_bar span{
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
    color: #888;
    width: 60px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.ctt204_in.serach_box{
    margin-top: 0;
    background: transparent;
    padding: 24px 0;
}
.ctt204_in.serach_box ul li{
    padding: 0;
}
.ctt204_in li a{
    color: #fff;
    display: block;
    padding: 6px 0;
}
.ctt204_in li.active a{
    color: #f68a5f;
}
.ctt204_in .search_in button{
    width: 48%;
}
.ctt204_in .search_in button.clear_btn{
    background: #fff;
    color: #000;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    box-shadow: 0 3px #c8c8c8;
}
.ctt204_ray{
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ204 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ205 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content205{
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 50100;
    transition: .3s;
}
.content205.active{
    top: 0;
}
.ctt205_wrap{
    background: #f0f0f0;
}
.ctt205_wrap .search_bar{
    padding: 12px 0 0;
    position: relative;
    font-weight: bold;
}
.ctt205_wrap .search_bar p{
    font-size: 18px;
    text-align: center;
}
.ctt205_wrap .search_bar span{
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
    color: #888;
    width: 60px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.ctt205_in{
    margin-top: 0;
    background: transparent;
    padding: 24px 0;
}
.ctt205_in ul li{
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ctt205_in ul li.active{
    background-color: #ffe4e1;
}

.ctt205_in ul li span.img{
    width: 50px;
    text-align: center;
}
.ctt205_in ul li img{
    transform: scale(0.6);
}
.ctt205_in ul li svg{
    font-size: 22px;
    color:#999;
    margin-left: auto;
    margin-right: 6px;
}
.ctt205_ray{
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ205 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ206 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content206{
    padding: 24px 0 0;
}
.content206 .change_btn{
    margin-bottom: 36px;
}
.content206 .change_btn ul li{
    width: 100%;
}
.ctt206_ttl{
    margin-bottom: 24px;
}
.ctt206_ttl ul{
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.ctt206_ttl li{
    margin: 0 6px 6px 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: 22px;
    line-height: 36px;
}
.content206 .main_box{
    margin-bottom: 48px;
}
.content206 .slider_box{
    overflow: hidden;
    margin-bottom: 0;
}
.container3_outer {
    padding: 5px;
    border: 1px solid #c8c8c8;
    border-bottom-color: rgb(200, 200, 200);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: none;
    position: relative;
}
.container3_outer .swiper-button-prev_detail{
    width: 33px;
    position: absolute;
    left: 0;
    top: 37%;
    z-index: 1;
    cursor: pointer;
}
.container3_outer .swiper-button-next_detail{
    width: 33px;
    position: absolute;
    right: 0;
    top: 37%;
    z-index: 1;
    cursor: pointer;
}
.swiper-container3{
    margin-bottom: 0;
    overflow: hidden;
}
.swiper-container3 img{
    width: 100%;
    height: auto;
}
.swiper-pagination-thumb{
    width: 31%;
    margin: 0 0 5px 3.5%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.swiper-pagination-thumb:nth-of-type(3n+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: 5px 5px 1px 5px;
    margin: 0 0 20px;
}
.swiper-pagination-thumbs3 img{width: 100%; height: auto;}
.swiper-pagination-thumb-active::before{
    background: rgba(0, 0, 0, 0);
}
.content206 .table_box table{
    width: 100%;
    margin-bottom: 36px;
    border: 1px solid #c8c8c8;
    border-bottom: none;
}
.content206 .table_box table th,
.content206 .table_box table td{
    padding: 5px 6px;
    border-bottom: 1px solid #c8c8c8;
}
.content206 .table_box table th{
    border-right: 1px solid #c8c8c8;
}
.content206 .table_box table tr{
    display: flex;
    flex-wrap: wrap;
}
.content206 .table_box table th{
    background: #f7f7f7;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    width: 30%;
}
.content206 .table_box table td{
    width: 70%;
}
.content206 .table_box button{
    width: 100%;
    text-align: center;
    padding: 3px 0;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #404040;
    box-shadow: 0 3px #000000;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}
.content206 .table_box .under-review-detail-no button{
    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{
    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 button svg{margin-right: 6px;}
.content206 .table_box span svg{margin-right: 6px;}
.ctt206_in .intro{margin-bottom: 36px;}
.ctt206_in .attention{
    margin-bottom: 48px;
}
.ctt206_in .attention h2{
    font-size: 16px;
    margin-bottom: 12px;
}
.ctt206_in .attention h2 img{
    vertical-align: middle;
    margin-right: 12px;
}
.ctt206_in .attention a img{
    width: 100%;
}
.ctt206_in .attention .inner{
    border-top:1px solid #c8c8c8;
    border-bottom:1px solid #c8c8c8;
}
.ctt206_in .attention .inner dl{
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
}
.ctt206_in .attention .inner dl:last-of-type{
    border-bottom: none;
}
.ctt206_in .attention .inner dl dt{color: #f68a5f;width: 40%;}
.ctt206_in .attention .inner dl dd{width: 60%;}
.ctt206_in .data_box{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    padding: 24px;
}
.ctt206_in .data_box h2{
    font-size: 24px;
    margin-bottom: 24px;
}
.ctt206_in .data_box dl{
    display: flex;
    font-size: 14px;
}
.ctt206_in .data_box dl dt{
    color: #f68a5f;
    font-weight: bold;
}
.ctt206_in .data_box dl dt.rosen{
    width: 30%;
}
.ctt206_in .data_box p{
    margin-top: 12px;
}
.ctt206_in .data_box .data_in:first-of-type{
    margin-bottom: 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;
}

.content206 .table_box .color01 button {
    width: 100%;
    background: #f68a5f;
    /*padding: 15px 12px;*/
    box-shadow: none;
    border: 3px solid #f68a5f;
}
.content206 .table_box a.side-contact.color01 {
    width: 100%;
    background: #abde7a;
    box-shadow: none;
    padding: 12px;
    border: 3px solid #abde7a;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ206 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ207 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content207{
    margin: 48px 0;
}
.content207 .ctt207_ttl{
    font-size: 18px;
    border-bottom: 1px 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: 48%;
}
.content207 .ctt207_in article:nth-of-type(odd){
    margin-right: 4%;
}
.content207 .ctt207_in a{
    display: block;
    text-decoration: none;
}
.content207 .ctt207_in a img{
    width: 100%;
    height: auto;
}
.content207 .ctt207_in article h3{
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    color: #000;
}
.ctt207_btn a{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: 0 auto 0;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ207 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ208 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content208{
    background: url('../img/faq-list/ctt208_01.png') repeat;
    padding: 24px 0 18px;
}
.ctt208_in{
    margin: 0 -12px;
}
.ctt208_in ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.ctt208_in ul li{
    background: #f68a5f;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #f68a5f;
    cursor: pointer;
    margin-bottom: 6px;
}
.ctt208_in ul li a{
    display: block;
    color: #fff;
    padding: 6px 12px;
}
.ctt208_in ul li.width20 {
    width: 23%;
}
.ctt208_in ul li.width30 {
    width: 31.5%;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ208 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ209 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content209{padding-top: 24px;}
.ctt209_ttl{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 12px;
}
.ctt209_in{
    margin: 48px 0;
}
.ctt209_in h2{
    font-size: 18px;
    border-bottom: 1px solid #9c9c9c;
    padding-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;
}
.ctt209_in a img{
    position: absolute;
    top: 14px;
    left: 0;
}
.ctt209_in a p{
    font-weight: bold;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ209 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ210 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content210{padding: 24px 0 48px;}
.ctt210_ttl{
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 12px 36px;
    border-bottom: 2px solid #9c9c9c;
    position: relative;
}
.ctt210_ttl img{
    position: absolute;
    top: 3px;
    left: 0;
}
.content210 .box{
    padding: 24px 0 0 36px;
    position: relative;
}
.content210 .box img.ctt210_img{
    position: absolute;
    top: 24px;
    left: 0;
}
.content210 .box p{
    font-size: 15px;
}
.content210 .box ul,
.content210 .box ol{
    margin:  24px 0 24px 12px;
}
.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;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ210 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ211 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content211{
    padding: 24px 0 48px;
}
.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: 20px;
    line-height: 30px;
    padding: 0 0 12px;
    position: relative;
}
.content211 .box{
    padding: 12px 0 0;
    position: relative;
}
.content211 .box p{
    font-size: 15px;
    margin-bottom: 24px;
}
.content211 .box p.ctt211_att{
    font-size: 12px;
    margin:  24px 0;
}
.content211 .box ul,
.content211 .box ol{
    margin:  24px 0 24px 12px;
}
.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;
}
.ctt211_btn a{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: 36px auto 0;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ211 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ212 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content212{
    padding: 60px 0;
}
.ctt212_subttl_wrap{
    overflow: hidden;
    width: 100%;
    margin: 6px 0 12px;
}
.ctt212_subttl{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ctt212_in{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 48px 0 0;
}
.ctt212_in article{
    position: relative;
    margin: 0 0 36px;
    width: 46%;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}
.ctt212_in article a{
    display: block;
    height: 100%;
}
.ctt212_in article .ctt212_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.ctt212_txt{
    padding: 12px;
}
.ctt212_txt time{
    color: #fff;
    background: #404040;
    padding: 0 6px;
    font-weight: normal;
    text-align: center;
    width: 96px;
}
.ctt212_tags{
    display: flex;
    flex-wrap: wrap;
    padding-top: 6px;
    border-top: 1px solid #c8c8c8;
    color: #c8c8c8;
}
.ctt212_tags span{
    margin-right: 3px;
    font-size: 12px;
    line-height: 18px;
}
/*.ctt212_in article:nth-of-type(1)::before,
.ctt212_in article:nth-of-type(2)::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-35%,-35%);
    content: 'New!';
    background: #f68a5f;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 1000;
}*/
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ212 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ213 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content213{
    padding: 24px 0 60px;
}
.ttl_img{
    width: 100%;
}
.ttl_img.two{
    vertical-align: top;
}
.ctt213_ttl{
    background: url('../img/glossary-list/ctt213_002.png') left top / 100% auto repeat-y;
    padding: 12px 12px 0;
}
.ctt213_ttl .box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ctt213_ttl .box .item:nth-of-type(1){
    width: 20%;
    margin: 0 0 -2px -36px;
    position: relative;
}
.ctt213_ttl .box .item:nth-of-type(1) img{
    width: 100%;
}
.ctt213_ttl .box .item:nth-of-type(2){
    width: 88%;
    padding-bottom: 12px;
}
.ctt213_ttl .box .item h1{
    color: var(--main);
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.ctt213_in{
    margin: 24px 0 36px;
}
.ctt213_in h2{
    background: url('../img/glossary-list/ctt213_006.png') no-repeat;
    padding: 12px 18px;
    font-size: 18px;
    color: #033333;
    margin-left: -4px;
}
.ctt213_in h2 svg{
    font-size: 14px;
    margin-right: 5px;
    vertical-align: -1px;
}
.ctt213_in .box{
    border: 2px solid #abde7a;
    margin-top: -9px;
    background: #fff;
    padding: 24px 12px 12px;
    display: flex;
    flex-wrap: wrap;
}
.ctt213_in .box a{
    display: block;
    color: #333;
    background: #fbfcea;
    border: 1px solid var(--main);
    padding: 3px 6px;
    margin: 0 9px 9px 0;
}
.ctt213_in .box a img{
    vertical-align: 3px;
    margin-right: 3px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ213 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ214 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content214{
    padding: 24px 0 36px;
}
.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;
    border-bottom: 1px dotted #ccc;
}
.ctt214_box .g-box{
    margin-top: -60px;
    padding-top: 60px;
}
.ctt214_box .q_item{
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}
.ctt214_box img{
    width:  15%;
    height: auto;
}
.ctt214_box .q_item .inner span{
    font-weight: bold;
    font-size: 16px;
    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: 70%;
    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: 80%;
    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: 20%;
    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: 20%;
    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 60px;}
.ctt301_ttl{font-size: 22px;line-height: 36px;margin-bottom: 12px;}
.ctt301_in{
    border-radius: 6px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
    margin: 24px 0;
}
.ctt301_in_ttl{
    font-size: 18px;
    padding: 12px 12px 12px 36px;
    background: #eee;
    position: relative;
}
.ctt301_in_ttl span{
    position: absolute;
    top: 12px;
    left: 12px;
    color: #404040;
    margin-right: 12px;
}
.ctt301_in .box{
    padding: 12px 24px 24px;
}
.ctt301_in .box img{
    display: block;
    width: 40px;
    margin:  0 auto;
}
.ctt301_in .box p{
    margin-top: 12px;
}
.ctt301_arrow{text-align: center;}
.ctt301_arrow img{
    display: block;
    margin:  0 auto;
    width: 22px;
    height: auto;
}
.ctt301_att p:first-of-type{
    text-indent: -1em;
}
.ctt301_att p{padding-left:1em;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ301 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ302 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content302{padding:36px 0 60px;}
.ctt302_in{
    margin-bottom: 60px;
}
.ctt302_subttl{
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9c9c9c;
    margin: 36px 0 12px;
}
.ctt302_in ol{
    margin-left: 24px;
}
.ctt302_in ol > li{
    list-style: upper-roman;
    margin-bottom: 24px;
    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: 24px 0;
    padding: 12px;
}
.ctt302_att h3{
    font-size: 18px;
    margin-bottom: 12px;
}
.ctt302_sign{
    text-align: right;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ302 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

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

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンテンツ304 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content304{
    padding: 36px 0 12px;
}
.ctt304_ttl .ctt304_ttl_in{
    font-size: 22px;
    margin-bottom: 12px;
}
.ctt304_ttl img{
    vertical-align: middle;
}
.ctt304_in{
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    margin-bottom: 36px;
}
.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;
    flex-wrap: wrap;
}
.ctt304_in .item .row .img{
    width: 20%;
}
.ctt304_in .item .row .img img{
    width: 100%;
}
.ctt304_in .item .row p{
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px;
}
.ctt304_in .item .row .btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.ctt304_in a{
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
    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_subttl{
    margin: 12px 0 12px;
}
.ctt304_subttl svg{
    font-size: 14px;
    margin-right: 12px;
    color: #000;
    vertical-align: middle;
}
.ctt304_subttl h2{
    font-size: 16px;
    color: var(--main);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンテンツ304 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 「個人情報の取り扱い」に同意 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.contact_ppbox01 {
    border: 2px solid #CCC;
    padding: 15px 20px;
    height: 200px;
    overflow-y: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
    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 (orientation:portrait) {/* 縦向き */}
@media screen and (orientation:landscape) {/* 横向き */}


.page_top{
    position: fixed;
    bottom: 6%;
    right: 20px;
    /*transform: translateX(-50%) translateX(600px);*/
    width: 60px;
    height: 60px;
    background: #2e2a2a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    z-index: 100;
    font-size: 10px;
}
.page_top svg{
    font-size: 36px;
}
.content203 .results_conditions {
    color: #f68a5f;
}
.content203 .results_conditions span{
    font-weight: bold;
    margin-right: 12px;
    font-size: 12px;
}

/*========================================
「あなたにおすすめの媒体」スライダー設定追加
========================================*/
.swiper-add01{
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 30px;
}
.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 60px;
}

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

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

/*.feature_lower .feature_lower_header::before{
    position: absolute;
    top: -15px;
    left: -15px;
    transform: translate(0);
    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 40px;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.5));
}

.feature_lower .feature_lower_header p.main_img img {
    width: 100%;
}

.feature_lower .feature_lower_header h2 {
    font-size: 28px;
    line-height: 1.4;
}

.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 40px;
}

.feature_lower .feature_detail h3 {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    border-left: solid 5px #F68A5F;
    font-size: 20px;
    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: 30px 0 0;
}

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

.feature_lower .feature_detail li:first-of-type {
    margin: 0 0 30px;
}

.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 img {
    max-width: 100%;
    width: auto;
}

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

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

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

.feature_lower .feature_detail ul.img_small {

}

.feature_lower .feature_detail ul.img_small li {
    margin: 0 0 30px 0;
    text-align: center;
}

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

.feature_lower .feature_detail ul.img_small span {
    text-align: left;
}

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


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

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

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

.target_lower .target_lower_header {
    margin: 40px 0;
    position: relative;
}
/*
.target_lower .target_lower_header::before{
        position: absolute;
        top: -15px;
        left: -15px;
        transform: translate(0);
        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 p.main_img img {
    width: 100%;
}

.target_lower .target_lower_header h2 {
    font-size: 28px;
    line-height: 1.4;
}

.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 40px;
}

.target_lower .target_detail h3 {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    border-left: solid 5px #F68A5F;
    font-size: 20px;
    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: 30px 0 0;
}

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

.target_lower .target_detail li:first-of-type {
    margin: 0 0 30px;
}

.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 img {
    max-width: 100%;
    width: auto;
}



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

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

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

.target_senior .target_detail ul.img_big li:nth-of-type(2) span,
.target_senior .target_detail ul.img_big li:nth-of-type(4) span {
    display: none;
}


.target_lower .target_detail ul.img_small {

}

.target_lower .target_detail ul.img_small li {
    margin: 0 0 30px 0;
    text-align: center;
}

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

.target_lower .target_detail ul.img_small span {
    text-align: left;
}



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


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

.target_woman .target_detail dl dt {
    margin: 0 0 20px;
    color: #F68A5F;
    font-size: 18px;
    font-weight: bold;
}

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

.target_woman .target_detail dl dd img {
    width: 100%;
}

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


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

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

.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;
    line-height: 1.4;
}

.lower_contact ul {
    padding: 25px;
    background: #fff;
    filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.2));
    border-radius: 6px;
}

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

.lower_contact ul li.tel {
    margin: 0 0 20px;
    font-size: 10vw;
    font-weight: bold;
}

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

.lower_contact ul li.tel span {
    margin: 20px 0 20px;
    display: block;
    color: #494949;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.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: 22px;
    line-height: 1.4;
}

.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));
    position: relative;
}

.other_menu .ctt004_in02 h2 {
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    line-height: 1.4;
}

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


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ .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 12px;
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    line-height: 1.4;
}

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

.other_target .ctt004_in03 .box {
    padding: 10px 15px 30px;
}

.other_target .ctt004_in03 .box span {
    font-size: 3.5vw;
}


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

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ .swiper-container3,swiper-container4 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.swiper-container33,
.swiper-container44 {
    margin: 0 50px;
    padding: 20px 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-container3,swiper-container4 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

.under-review-img img{
    width: 100%;
}
.placeholder-label{
    left: 12px;
    top: 0;
    font-size: 12px;
}
.placeholder-label-sp{
    left: 12px;
    top: 0;
    font-size: 12px;
}
.train-conditions .placeholder-label,
.station-conditions .placeholder-label {
    display: block;
    margin-top: 15px;
}
.not-found-title{
    font-size: 24px;
    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;
}

.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: center;
    font-size: 10px;
}
.side01_out .box p strong{
    font-size: 1.8rem;
    margin-right: 6px;
}

.nodata-contact{
    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);
}
.main_menu .h_search{
    position: relative;
    padding-bottom: 12px;
}
.main_menu .h_search button{
    top: 40%;
}
aside .h_search {
    margin-bottom: 35px;
    position: relative;
}
aside .h_search input{
    border: 3px solid #f68a5f;
    background-color: #fbfcea;
    border-radius: 6px;
}
aside .h_search button{
    position: absolute;
    top: 49%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    background: transparent;
    background-color: transparent;
    line-height: 40px;
    border: none;
    background-color: #f68a5f;
    height: 100%;
    padding: 0 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.side-rp{
    margin-left: -10px;
    font-weight: bold;
}

/*=======================================
20190621追加
=======================================*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.add_topbox01 {
    padding: 50px 24px;
}
.add_topbox01 .container {
    width: 100%;
    padding: 0 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: 20px;
}

.add_topbox01_01 h3 {
    font-size: 20px;
    line-height: 150%;
    color: #24651b;
    margin-bottom: 15px;
}
.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 0 15px 0;
    width: 100%;
    border: 1px solid #cee7cc;
    background-color: #fbfcea;
    padding: 18px;
    border-radius: 6px;
}
.add_topbox01_01 ul li:nth-last-of-type(1){
    margin: 0 0;
}
.add_topbox01_01 ul li h4{
    font-size: 16px;
    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 p{
    font-size: 14px;
}

.show_pc{
    display: none;
}

.news-detail h1{
    border-bottom: 3px solid #f68a5f;
    margin-bottom: 35px;
    color: #f68a5f;
    font-weight: bold;
    font-size: 22px;
    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: 20px;
    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;
}
.news-detail table{
    width: 100%;
    border-collapse: collapse;
}
.news-detail table th{
    text-align: left;
    vertical-align: top;
    padding: 10px;
    color: #f68a5f;
    border: 1px solid #DDD;
    vertical-align: top;
    background-color: #fbfcea;
}
.news-detail table td{
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #DDD;
    vertical-align: top;
}

.national-btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}




/*newsデザイン変更*****2019/08/06更新*****/
ctt003_in{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
/*
.ctt003_in article{
    flex-basis:100%;
    background:#fff;
    filter:drop-shadow(0px 0px 9px rgba(0, 0, 0, .3));
    border-radius: 4px;
    margin:20px 0
}
*/

.ctt003_in .top_news .pickup_img{
    width:100%;
    height:auto;
}
.ctt003_in .top_news_in{
    width:100%;
	color: #000;
	margin: 10px 0;
}
.ctt003_in .top_news_in h3 {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
	transition: 0.3s;
	 font-size: 16px;
	font-weight: 600;
    line-height: 1.7;
}
.ctt003_in .top_news_in h3:hover{
	color: #f68a5f;
}

.ctt003_in .top_news{
    position:relative;
}

.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 .pickup_in time{
    font-size: 12px;
    color: #999;
}

.ctt003_btn a {
    display: block;
    text-align: center;
    width: 50%;
    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);
}
.ctt003_in article a{
    padding:0;
}
.ctt003_in article a time{
    width:auto;
	line-height: 1.7;
}


/**20190807追加******************************/
.news_list_in{
}
.news_list_in article{
    display: flex;
    flex-flow: column-reverse;
    border-bottom:1px dotted #c8c8c8;
    padding:30px 0;
}
.news_list_in article h2{
    font-size:18px;
    margin:10px 0;
}
.news_list_in article .list_txt{
    width:100%;
}
.news_list_in article .list_txt p{
    line-height:2
}
.news_list_in article .list_img{
    width:100%;
}
.news_list_in article .list_img img{
    width:100%;
    height:auto;
}
.news_list_in article .list_info{
    position:relative;
    margin-top:25px;
    height:25px;
}
.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;
    bottom: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;
}
.content206 td a{
    text-decoration: underline;
}
.list-back a{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: 0 auto 0;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 6px #c8c8c8;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
}
.media-detail-contact .access a{
    background: #abde7a;
    display: block;
    box-shadow: 3px 3px 6px #000;
    box-shadow: 0 0 9px rgba(0, 0, 0, .6);
    text-align: center;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
}
.media-detail-contact .access img{
    width: 18px;
    height: 18px;
    vertical-align: 0;
    margin-right: 12px;
}
.feature-media-detail{
    margin-bottom: 30px;
}
.feature-media-detail img{
    margin-right: 24px;
}
.target-media-detail h2 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;
}
.serach_box ul li.tab-train{
    background:#abde7a;
    color:#000;
    border: 2px solid #77BF2F;
}
.serach_box ul li.emphasis{

}
.serach_box ul li.tab-train.active{
    background:#fff;
    color:#77BF2F;
}
.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;
}

.content206 .table_box a.side-contact{
    width: 100%;
    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;
    color: #033333;
    margin-top: 20px;
}
.content206 .table_box a.side-contact svg{
    margin-right: 6px;
}

.news_list_in .list_info span.bfr{
    background: #abde7a;
    color: #033333;
}
.pp-open{
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}

.content206-lead{
    margin-bottom: 48px;
}
.content206-lead li{
    background: #f68a5f;
    font-size: 16px;
    text-align: center;
    padding: 6px 12px;
    transition: .3s;
    border-radius: 3px;
    border: 1px solid #f68a5f;
    cursor: pointer;
    margin-bottom: 10px;
}
.content206-lead li a{
    text-decoration: none;
    color: #fff;
}
.content206-lead li a:hover{
    text-decoration: none;
    color: #fff;
}
.content206-lead .content207 a{
    color: #000;
    text-decoration: none;
}
.content206 .main_box.main-button .slider_box{
    overflow: inherit;
}
.content206 .main_box.main-button .slider_box a{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0;
    transition: .3s;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    box-shadow: 0 4px #c8c8c8;
}
.media-detail-contact .list-back{
    display: none;
}

.content205 .ctt205_in ul li.search-price select::-ms-expand {
    display: none;
}
.content205 .ctt205_in 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%;
}
.search_in .box form .selected_box.price select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 10px;
    width: 100%;
    padding: 9px 12px;
    border-radius: 5px;
    border: 3px solid #F68A5F;
    background: #FBFCEA;
    /*color: #ccc;*/
}
.swiper-stop{
    overflow: hidden;
    position: relative;
    padding: 0 0 40px;
    margin: 0 30px;
}
.guidebook-link-sp{
    position: fixed;
    bottom: 6%;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    z-index: 100;
    left: 6%;
    opacity : 1;
    transition: all 0.5s;
}
.cross-icon-sp{
    width: 28px !important;
    position: absolute;
    top: -19%;
    left: 66%;
}
.guidebook-link-sp.done{
    opacity: 0;
    transition: all 0.5s;
}
.guidebook-link-sp img{
    width: 70%;
}
#national span.note{
    font-size: 13px;
    display: block;
}
.nodata-message{
    font-size: 16px;
}


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

.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;
    float: left;
}
.content001_add01 h3 span {
    display: block;
    font-size: 14px;
}

.add_topmv{
    text-align: center;
    padding: 0 0
}
.add_topmv .pic01{
    margin: 0 0 10px;
    width: 92%;
}
.add_topmv ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    padding: 0 0 0 10px
}
.add_topmv ul li{
    width: 26.3%;
    background-color: #FFF;
    text-align: center;
    padding: 5px 0 10px;
    position: relative;
    margin: 0 7% 15px 0;
}
.add_topmv ul li:after{
    content: "";
    display: block;
    width: 20%;
    height: 48px;
    background: url(../img/top/add12.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -20%;
    top: 33%;
}
.add_topmv ul li:nth-last-of-type(1):after{
    display: none;
}
.add_topmv ul li .img{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0;
}
.add_topmv ul li:nth-of-type(1) .img img{
    width: 40px;
}
.add_topmv ul li:nth-of-type(2) .img img{
    width: 60px;
}
.add_topmv ul li:nth-of-type(3) .img img{
    width: 35px;
}
.add_topmv ul li:nth-of-type(4) .img img{
    width: 37px;
}
.add_topmv ul li:nth-of-type(5) .img img{
    width: 44px;
}
.add_topmv ul li:nth-of-type(6) .img img{
    width: 44px;
}
.add_topmv ul li p{
    color: #f68a5f;
    font-weight: bold;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
}
.add_topmv ul li:nth-of-type(1) p, .add_topmv ul li:nth-of-type(6) p{
    padding: 5% 0 0 0;
}
.add_topmv ul li p .pic02{
    position: absolute;
    top: -82%;
    right: 1px;
    width: 31%;
}


.nodata_box01{
    margin: 0 0 30px;
    padding: 30px 5% 0;
    text-align: center;
}
.nodata_box01 a{
    display: inline-block;
    width: 100%;
    color: #FFF;
    background: #f68a5f;
    border-radius: 4px;
    height: 90px;
    padding: 6px 0 0 0;
}
.nodata_box01 a.color01{
    background: #abde7a;
    padding: 16px 0 0 0;
    margin: 15px 0 0 0;
}
.nodata_box01 a span{
    display: block;
}
.nodata_box01 a .text01{
    font-size: 13px;
    margin: 0 0 0;
}
.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: 11px;
}
.nodata_box01 a .text04{
    font-size: 10px;
    color: #000;
    margin: 0 0 0;
}
.nodata_box01 a .text05{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.nodata_box02{
    padding: 0 5%;
}
.nodata_box02 a{
    display: block;
    height: 70px;
    border: 2px solid #f68a5f;
    padding: 20px 0 0 0;
    color: #f68a5f;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.nodata_box02 a .svg-inline--fa{
    font-size: 24px;
}
a.btn-recommend{
    padding: 6px 12px;
    border-radius: 3px;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    margin: 20px 0;
    width: 100%;
    color: #fff;
    border: none;
    position: relative;
    display: block;
    font-size: 14px;
}
a.btn-recommend svg {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 16px;
    transform: translateY(-50%);
}

/*========================
20220202追加
========================*/
.add_content304 {
    padding: 15px 0 0;
}
.add_content304 img {
    width: 100%;
}
.add_ctt304_ttl {
    font-size: 28px;
}
.add_ctt304_ttl_in {
    font-size: 24px;
    line-height: 1.7;
}
.add_ctt304_ttl_text {
    padding: 10px 0 20px;
}

.add_ctt304_in .btn_area {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.add_ctt304_in .btn_area li {
    box-shadow: none;
    border: 2px solid #ABDE7A;
    background-color: #ABDE7A;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    margin: 0 5px 10px 0;
    width: 23%;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.add_ctt304_in .btn_area li::after {
    content: none;
}
.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 {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #ABDE7A;
    border-radius: 5px;
}
.add_ctt304_in .panel_area .link_block {
    padding: 10px;
    background-color: #F5F5F5;
    border-radius: 5px;
}
.add_ctt304_in .panel_area .link_block a {
    color: #F68A5F;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.add_ctt304_in .panel_area .link_block a.size_l {
    width: 36%;
}
.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: 10px 0 0;
}
.add_ctt304_in .panel_area .tab_panel_in .box {
    padding: 0 0 40px;
}
.add_ctt304_in .panel_area .tab_panel_in .box {
    padding: 30px 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 {
    padding: 20px 0 25px;
}
.add_ctt304_in .tab_panel_in .inner .img {
    width: 100%;
}
.add_ctt304_in .tab_panel_in .inner .text {
    padding: 20px 0 0;
}
.add_ctt304_in .tab_panel_in .tablebox .memo {
    font-size: 12px;
}
.add_ctt212_in .detail_alt,
.add_ctt304_in .tab_panel_in .tablebox_in {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.add_ctt212_in .no_scroll{
    overflow-x: unset;
    white-space: normal;
}

.add_ctt212_in .detail_alt table,
.add_ctt304_in .tab_panel_in .tablebox table {
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    border: none;
    text-align: center;
    font-size: 12px;
}
.add_ctt212_in .detail_alt table tbody {
  width: 100%;
  display:table;
}
.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;
	font-size: 14px;
}

.add_ctt212_in .detail_alt table th,
.add_ctt212_in .detail_alt table td,
.add_ctt304_in .tab_panel_in .tablebox table th,
.add_ctt304_in .tab_panel_in .tablebox table td {
    width: auto;
    padding: 6px;
    border: 1px solid #CCC;
}
.add_ctt212_in .detail_alt table th,
.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: 15px 0 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;
}
.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;
    height: auto;
}



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

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

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

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

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

.add_ctt212_in .usefulinfo_category_box_in {
    display: none;
}

.add_ctt212_in .usefulinfo_category_box .category_keyword {
    width: 100%;
	text-align: center;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #043333;
	margin: 0 0 16px 0;
}

.add_ctt212_in .usefulinfo_category_box .category_keyword img {
    width: 104px;
}

.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: 16px;
    flex-wrap: wrap;
}

.add_ctt212_in .usefulinfo_category_box .keyword_box {
    height: 106px;
	min-height: 106px;
    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 50px auto;
}

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

.add_ctt212_in .pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#EEEEEE;
  width: 40px;
  height: 40px;
  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: url("../img/usefulinfo/usefulinfo_category/usefulinfo_category_img04.png");
}

.add_ctt212_in .pager .pagination .page_arrow_n{
    background: 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-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    margin-top: 12px;
    display: inline-block;
}

.add_content212 .useful_detail_flex{
	width: 100%;
	margin-bottom: 20px;
	margin-top: -30px;
}

.add_content212 .useful_detail_flex .text_box{
	width: 100%;
}

.add_content212 .useful_detail_flex .text_box h1{
	font-size: 26px;
	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: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}


.add_content212 .useful_detail_flex .img_box{
	width: 100%;
	margin-top: 10px;
}

.add_content212 .useful_detail_flex .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.add_content212 .alt_contents {
    background: #F5F5F5;
    max-width: 740px;
    width: 100%;
    border-radius: 10px;
    margin: 20px auto 50px auto;
    padding: 15px 20px;
}

.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: 0.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 .cont_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 h2{
    background: #FFEFEA;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 15px;
    border-left: 5px solid #F68A5F;
    letter-spacing: 1px;
    margin: 30px 0;
    line-height: 1.5;
}

.add_ctt212_in .detail_alt p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    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_ctt212_in .detail_alt table {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: 30px;
}

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

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

.add_content212 .alt_column .img_box.pd {
   padding: 0 0 20px 0;
}

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

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

.add_content212 .alt_column .column_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #F68A5F;
    line-height: 1.5;
    margin: 10px 0;
}
.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: repeat(auto-fit, minmax(127px, 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;
}

.add_ctt003_btn a{
	width: 100%;
}

.mb100{
	margin-bottom: 100px;
}

.sub_nav ul{
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    background: #5f5f5f;
}

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

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

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

/*20221206 ハンバーガーメニュー調整**/

.add_zone.usu_list{
	justify-content: flex-start;
}
.add_zone.usu_list li {
    margin-right: 3%;
    margin-bottom: 7px;
    font-size: 12px;
}
.add_zone.usu_list li a {
    width: auto;
    padding: 5px 13.5px;
}


/*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;
    line-height: 1.5;
}
.add_ctt212_in .detail_alt h4 {
    font-size: 18px;
}

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

.add_ctt212_in .detail_alt img{
	width: 100%;
	height: auto;
}

.add_ctt212_in .detail_alt p.memo{
	font-size: 12px;
}

.ctt304_box #kanto{
    margin-top: -70px;
    padding-top: 70px;
}

/* 20231003追加 */
.search_in input.disabled {
    pointer-events: none;
    background-color: rgba(250, 252, 234, 0.4) !important;
    position: relative;
    z-index: 6;
    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);
}
.station-conditions button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_in .selected_box .step {
    position: absolute;
    display: flex;
    align-items: center;
    top: -2px;
}
.search_in .selected_box .step .step_label {
 background-color: #F68A5F;
 padding: 3px 8px;
 border-radius: 4px;
 color: white;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 10px;
 line-height: 1;
}
.search_in .selected_box .step .description {
    margin-left: 5px;
    font-weight: bold;
}
.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: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.results_conditions .station-conditions button[type="submit"],
.results_conditions .train-conditions button[type="submit"] {
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    border: none;
    background: #f68a5f;
    box-shadow: 0 3px 0 #d65d17;
    transition: .3s;
    padding: 9px 17px;
    margin-left: 8px;
    letter-spacing: 0;
    margin-top: 20px;
    white-space: nowrap;
}
.results_conditions .station-conditions button[type="submit"]:hover,
.results_conditions .train-conditions button[type="submit"]:hover {
    transform: translateY(3px);
}
.results_conditions .display_pc {
    display: none;
}
.content206 .station-conditions {
    margin-top: 20px;
}
.content204 .station-conditions .selected_box #TStationStation-label + .selected_in .inner {
    max-height: 100px;
}
.scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 50px;
    background-color: #c2c2c2;
    display: block;
}

.side_price_banner {
    margin-top: 18px;
}
.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%;
}
.side_price_banner:hover{
    box-shadow: none;
    transform: translateY(5px);
}
.side_price_banner .img_box {
    padding: 13px;
    border-right: 2px solid #000;
    text-align: center;
    display: block;
    padding-right: 15px;
}
.side_price_banner .txt_box{
    width: 100%;
    margin-left: 20px;
}
.side_price_banner .txt_box_top > img {
    display: none;
}
.side_price_banner .txt_box h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: static;
    background: none;
    color: #000;
    width: 100%;
    line-height: 1.1;
    padding: 4px;
    display: flex;
    align-items: center;
}
.side_price_banner .txt_box h3 img {
    display: inline;
    width: 23px;
    height: auto;
    margin-right: 6px;
}
.side_price_banner .txt_box h3 br {
    display: none;
}
.side_price_banner .txt_box p{
    line-height: 1.3;
    text-align: left;
    font-size: 16px;
}
.side_price_banner .detail_box {
    display: none;
}

.add_ctt304_in.tab_box p {
    word-wrap: break-word;
}
.add_content304 aside {
    margin-top: 30px;
}
.contact-btn {
    padding: 0 12px;
    display: flex;
    justify-content: center;
}
.contact-link-btn{
    width: 100%;
    background: #abde7a;
    color: #033333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 0 #829e5d;
}
.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: 36px;
}