@charset "utf-8";

/* pattern common
================================================== */
.sec_title{
    margin-bottom: 30px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
.sec_title h2{
    display: inline-block;
    padding-top: 15px;
    border-top: 5px solid #ff9e1b;
    font-size: 162.5%;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.btn_default a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 19px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 0 0 #dbdbdb;
    box-shadow: 0 2px 0 0 #dbdbdb;
    border: 1px solid #c2c8cc;
    border-radius: 50px;
    font-weight: bold;
    color: #222222;
    text-decoration: none;
    transition: border-color 0.3s ease-in-out;
}
.btn_default span{
    display: inline-block;
    padding: 2px 0 2px 22px;
    background: transparent url(/shared/site_transport/images/icon/icon_arrow_orange.png) no-repeat 0 7px;
    background-size: 15px auto;
    color: inherit;
}
.btn_default a:hover{
    border-color: #ff9e1b;
}


/* mainvisual style
================================================== */
.sec_mainvisual{
    padding: 69px 0 75px;
    background: #ebffcc url(/shared/templates/transport_top/images/icon/mv_bgr_pc.png) no-repeat center top;
    color: #222222;
    overflow: hidden;
	background-size:auto 100%;
}
.sec_mainvisual .mv_wrapper{
    position: relative;
    margin:0;
    z-index: 1;
}
.sec_mainvisual .mv_wrapper:before{
    content: '';
    position: absolute;
	left: 22px;
	bottom: 216px;
    background: transparent url(/shared/templates/transport_top/images/icon/mv_symbol.png) no-repeat;
    background-size: 100% auto;
	width: 166px;
	height: 312px;
    z-index: -1;
}
.sec_mainvisual .mv_title{
    background: transparent url(/shared/templates/transport_top/images/icon/mv_title_pc.png) no-repeat;
    background-size: 100% auto;
    width: 787px;
    height: 137px;
    color: inherit;
	margin:0 184px 46px 229px;
}
.sec_mainvisual .mv_title span{
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    z-index: -1;
}
.sec_mainvisual .mv_gallery_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
	gap:20px;
}
.sec_mainvisual .mv_gallery{
    padding: 0;
    flex-grow:1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sec_mainvisual .mv_gallery span{
    display: block;
    border-radius: 17px;
    overflow: hidden;
}
.sec_mainvisual .mv_gallery img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sec_mainvisual .mv_gallery:nth-of-type(2){
    
}
.sec_mainvisual .mv_gallery:nth-of-type(2) span{
    
}

/* news style
================================================== */
.sec_streets{
    overflow: hidden;
}
.sec_news{
    position: relative;
    padding: 80px 0 160px;
    z-index: 1;
}
.sec_news .news_wrapper{
    position: relative;
}
.sec_news .news_wrapper:before,
.sec_news .news_wrapper:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url(/shared/templates/transport_top/images/icon/pattern_street_line.jpg);
    background-repeat: repeat-x;
    width: 1000%;
    height: 222px;
    color: inherit;
    z-index: 2;
}
.sec_news .news_wrapper:before{
    top: 325px;
    right: calc(100% + 11px);
}
.sec_news .news_wrapper:after{
    top:72%;
    -webkit-transform: translateY(calc(-50% + 206px));
    -ms-transform: translateY(calc(-50% + 206px));
    transform: translateY(calc(-50% + 206px));
    left: calc(100% - 47px);
}
.sec_news .news_heading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sec_news .sec_title{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/shared/templates/transport_top/images/icon/news_ttl_pc.png);
    background-position: left top;
    width: 726px;
    text-align: left;
}
.sec_news .btn_default{
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-left: 122px;
    width: 100%;
}
.sec_news .news_cnt{
    position: relative;
    padding: 48px 80px 62px;
    background: #ebffcc url(/shared/templates/transport_top/images/icon/pattern_line.png) repeat;
    min-height: 661px;
    border-radius: 80px;
    color: #222222;
    z-index: 3;
}
.sec_news .news_cnt >p{
    padding: 32px 0 33px;
}
.sec_news .news_cnt:before{
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background-color: #ffffff;
    border-radius: 60px;
    color: #222222;
    z-index: -1;
}
.sec_news .news_item{
    padding:32px 0 26px;
    list-style: none;
}
.sec_news .news_item_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	min-height: 110px;
}
.sec_news .icon1{
	background: transparent url(/shared/site_transport/images/icon/train_icon.png) no-repeat left top;
}
.sec_news .icon2{
	background: transparent url(/shared/site_transport/images/icon/bus_icon.png) no-repeat left top;
}
.sec_news .icon3{
	background: transparent url(/shared/site_transport/images/icon/taxi_icon.png) no-repeat left top;
}
.sec_news .icon4{
	background: transparent url(/shared/site_transport/images/icon/bicycle_icon.png) no-repeat left top;
}
.sec_news .news_item_img{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 281px;
}
.sec_news .news_item_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 16px;
}
.sec_news .news_item_cnt{
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-left: 140px;
    width: 100%;
    font-weight: 500;
}
.sec_news .news_item_title{
    margin-bottom: 11px;
    font-size: 150%;
    font-weight: bold;
}
.sec_news .news_item_title a{
    display: inline-block;
    padding: 3px 0 3px 33px;
    background: transparent url(/shared/site_transport/images/icon/icon_arrow_orange.png) no-repeat 2px 7px;
    background-size: 24px auto;
    color: inherit;
    text-decoration: none;
}
.sec_news .news_item_cnt >p{
    line-height: 2;
}
.sec_news .news_item_inner.active .news_item_title a,
.sec_news .news_item_title a:hover{
    text-decoration: underline;
}
.sec_news .news_item:not(:last-of-type){
    border-bottom: 1px dashed #c2c2c2;
}
/* street pattern */
.sec_news .news_street{
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -800px;
    width: 1600px;
    top: 405px;
    bottom: -134px;
    background-color: #f1f1f1;
    border-radius: 0 100px 0 100px;
    z-index: 2;
}
.sec_news .news_street:before,
.sec_news .news_street:after{
    content: '';
    position: absolute;
    background-color: transparent;
    color: inherit;
    z-index: -1;
}
.sec_news .news_street:before{
    background-image: url(/shared/templates/transport_top/images/icon/pattern_ver_line.png), url(/shared/templates/transport_top/images/icon/pattern_ver_line.png);
    background-position: left top, right top;
    background-repeat: repeat-y;
    left: 91px;
    right: 90px;
    top: 87px;
    bottom: 300px;
}
.sec_news .news_street:after{
    background-image: url(/shared/templates/transport_top/images/icon/pattern_hoz_line.png);
    background-repeat: repeat-x;
    left: 190px;
    right: 190px;
    bottom: 205px;
    height: 18px;
}
.sec_news .news_bus{
    position: absolute;
    left: -45px;
    top: -124px;
}
.sec_news + .sec_vehicle{
    margin-top: 0;
}

/* vehicle style
================================================== */
.sec_vehicle{
    position: relative;
    z-index: 1;
    padding-bottom: 160px;
    margin-top: 161px;
}
.sec_vehicle >.container{
    position: relative;
}
.sec_vehicle >.container:before{
    content: '';
    position: absolute;
    background: transparent url(/shared/templates/transport_top/images/icon/pattern_street_line.jpg) repeat-x;
    top: 508px;
    right: calc(100% + 55px);
    width: 1000%;
    height: 222px;
    color: inherit;
    z-index: 1;
}
.sec_vehicle .vehicle_wrapper{
    position: relative;
    padding: 100px 0 121px 80px;
    background: #ebffcc url(/shared/templates/transport_top/images/icon/pattern_line.png) repeat;
    border-radius: 80px 0 0 80px;
    color: #222222;
    z-index: 2;
}
.sec_vehicle .vehicle_wrapper:before,
.sec_vehicle .vehicle_wrapper:after{
    content: '';
    position: absolute;
    color: #222222;
}
.sec_vehicle .vehicle_wrapper:before{
    top: 20px;
    bottom: 20px;
    left: 20px;
    background-color: #ffffff;
    border-radius: 60px 0 0 60px;
    width: 1000%;
    z-index: 1;
}
.sec_vehicle .vehicle_wrapper:after{
    top: 0;
    left: 100%;
    background: #ebffcc url(/shared/templates/transport_top/images/icon/pattern_line.png) repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec_vehicle .sec_title,
.sec_vehicle .vehicle_map{
    position: relative;
    z-index: 3;
}
.sec_vehicle .sec_title{
    margin-right: 77px;
    background-image: url(/shared/templates/transport_top/images/icon/vehicle_ttl.png);
}
.vehicle_map_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 30px;
}
.vehicle_map_img map{
    display: block;
    height: 0;
}
.vehicle_map_list{
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.vehicle_map_list .map_item{
	margin-bottom: 10px;
	padding: 0 5px;
	width: 50%;
	list-style: none;
}
.vehicle_map_list .map_item a{
	color: #222222;
	text-decoration: none;
}
.vehicle_map_list .map_item_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px 10px;
    -webkit-box-shadow: 0 1px 5px 0 #dbdbdb;
    box-shadow: 0 1px 5px 0 #dbdbdb;
    border: 1px solid #ffbb65;
    border-radius: 8px;
}
.vehicle_map_list .map_item_icon{
	-ms-flex-negative: 0;
    flex-shrink: 0;
	width: 24px;
}
.vehicle_map_list .map_item_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.vehicle_map_list .map_item_des{
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 4px 0 0 5px;
	width: 100%;
    font-size: 81.2%;
    font-weight: bold;
}
/* street pattern */
.sec_vehicle .vehicle_street{
    position: absolute;
    top: 508px;
    left: 50%;
    margin-left: -800px;
    bottom: 0;
    width: 1600px;
    background-color: #f1f1f1;
    color: #222222;
    z-index: 1;
}
.sec_vehicle .vehicle_street:before,
.sec_vehicle .vehicle_street:after{
    content: '';
    position: absolute;
    background-color: transparent;
    color: inherit;
    z-index: -1;
}
.sec_vehicle .vehicle_street:before{
    left: 91px;
    top: 106px;
    bottom: 230px;
    background-image: url(/shared/templates/transport_top/images/icon/pattern_ver_line.png);
    background-repeat: repeat-y;
    width: 18px;
}
.sec_vehicle .vehicle_street:after{
    background-image: url(/shared/templates/transport_top/images/icon/pattern_hoz_line.png);
    background-repeat: repeat-x;
    left: 12.5%;
    right: 12.5%;
    bottom: 71px;
    height: 18px;
}
.sec_vehicle .vehicle_train{
    position: absolute;
    left: -380px;
    top: -201px;
}

/* menu style
================================================== */
.sec_menu{
    position: relative;
    padding: 100px 0 102px;
    background: #ebffcc url(/shared/templates/transport_top/images/icon/pattern_line_black.png) repeat;
    color: #222222;
    z-index: 1;
    overflow: hidden;
}
.sec_menu:before{
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    color: #222222;
    z-index: -1;
}
.sec_menu .sec_title{
    margin-bottom: 26px;
    background-image: url(/shared/templates/transport_top/images/icon/menu_ttl.png);
}
.sec_menu .menu_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -9px;
}
.sec_menu .menu_item{
    margin-bottom: 18px;
    padding: 0 9px;
    width: 16.666666%;
    list-style: none;
}
.sec_menu .menu_item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 31px 16px 30px;
    background-color: #ffaf4b;
    height: 100%;
    -webkit-box-shadow: 0 2px 10px 0 #dbdbdb;
    box-shadow: 0 2px 10px 0 #dbdbdb;
    border: 1px solid #ffbb65;
    border-radius: 16px;
    text-decoration: none;
    color: #222222;
    transition: background-color 0.3s ease-in-out;
}
.sec_menu .menu_item_icon{
    display: inline-block;
    margin-bottom: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sec_menu .menu_item_icon img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_menu .menu_item_des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
}
.sec_menu .menu_item a:hover{
    background-color: #ffffff;
}

/* sns style
================================================== */
.wrap_sec_sns{
	overflow: hidden;
}
.sec_sns{
    margin: 0 auto;
    background-color: #f1f1f1;
    border-radius: 0 0 0 100px;
    max-width: 1600px;
    color: #222222;
    position: relative;
	padding-bottom:62px;
}
.sec_sns >.container{
    position: relative;
    padding-top: 80px;
	padding-bottom: 108px;
    z-index: 1;
}
.sec_sns >.container:before,
.sec_sns >.container:after{
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    bottom: 80px;
    background: url(/shared/templates/transport_top/images/icon/pattern_ver_line.png) repeat-y;
    background-size: 18px auto;
    width: 18px;
    z-index: -1;
}
.sec_sns >.container:before{
    right: 50%;
    margin-right: 691px;
}
.sec_sns >.container:after{
    left: 50%;
    margin-left: 692px;
}
.sec_sns .sns_wrapper{
    padding:108px 60px 107px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #222222;
}
.sec_sns .sns_blog{
    position: relative;
    margin: 0 auto;
    padding:75px 350px 66px 53px;
    background-color: #ffffff;
    max-width: 938px;
    -webkit-box-shadow: 0 2px 10px 0 #dbdbdb;
    box-shadow: 0 2px 10px 0 #dbdbdb;
    border: 1px solid #ffbb65;
    border-radius: 16px;
    z-index: 1;
}
.sec_sns .sns_blog:before{
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background-color: transparent;
    border: 3px solid #ff9e1b;
    opacity: 0;
    color: inherit;
    transition: opacity 0.3s ease-in-out;
    border-radius: 16px;
    pointer-events: none;
    z-index: 2;
}
.sec_sns .sns_blog_ttl{
    position: relative;
    padding: 43px 0 0 35px;
    background: transparent url(/shared/templates/transport_top/images/icon/sns_ttl_pc.png) no-repeat 42px 0;
    font-size: 275%;
    line-height: 1.2;
    font-weight: bold;
    color: #222222;
    z-index: 1;
}
.sec_sns .sns_blog_ttl a{
    display: inline-block;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.sec_sns .sns_blog_ttl:before{
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 4px;
    background: transparent url(/shared/templates/transport_top/images/icon/faq_pattern_title.png) repeat-y;
    background-size: 100% auto;
    width: 10px;
    z-index: -1;
}
.sec_sns .sns_blog_img{
    position: absolute;
    bottom: 0;
    right: 42px;
}
.sec_sns .sns_blog_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_sns .sns_blog.active:before{
    opacity: 1;
}
.sec_sns .sns_blog:not(.active) .sns_blog_ttl a:hover{
    text-decoration: underline;
}

.sec_sns:before,
.sec_sns:after {
	content: '';
	position: absolute;
	background-color: transparent;
	background-image: url(/shared/templates/transport_top/images/icon/pattern_street_line.jpg);
	background-repeat: repeat-x;
	width: 1000%;
	height: 222px;
	color: inherit;
	z-index: 2;
}
.sec_sns:before {
	top: 94px;
	right: 100%;
}
.sec_sns:after {
	bottom:0;
	left:100%;
}
/* faq style
================================================== */
.sec_faq{
    padding: 100px 0 124px;
}
.sec_faq .faq_blog{
    position: relative;
    margin: 0 auto;
    padding: 75px 276px 66px 53px;
    background-color: #ffffff;
    max-width: 938px;
    -webkit-box-shadow: 0 2px 10px 0 #dbdbdb;
    box-shadow: 0 2px 10px 0 #dbdbdb;
    border: 1px solid #ffbb65;
    border-radius: 16px;
    z-index: 1;
}
.sec_faq .faq_blog:before{
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background-color: transparent;
    border: 3px solid #ff9e1b;
    opacity: 0;
    color: inherit;
    transition: opacity 0.3s ease-in-out;
    border-radius: 16px;
    pointer-events: none;
    z-index: 2;
}
.sec_faq .faq_blog_ttl{
    position: relative;
    padding: 43px 0 0 35px;
    background: transparent url(/shared/templates/transport_top/images/icon/faq_ttl_pc.png) no-repeat 42px 0;
    font-size: 275%;
    line-height: 1.2;
    font-weight: bold;
    color: #222222;
    z-index: 1;
}
.sec_faq .faq_blog_ttl a{
    display: inline-block;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.sec_faq .faq_blog_ttl:before{
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 4px;
    background: transparent url(/shared/templates/transport_top/images/icon/faq_pattern_title.png) repeat-y;
    background-size: 100% auto;
    width: 10px;
    z-index: -1;
}
.sec_faq .faq_blog_img{
    position: absolute;
    bottom: 0;
    right: 42px;
}
.sec_faq .faq_blog_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_faq .faq_blog.active:before{
    opacity: 1;
}
.sec_faq .faq_blog:not(.active) .faq_blog_ttl a:hover{
    text-decoration: underline;
}

/* accessibility style
================================================== */
/* color */
.color_black #tmp_wrapper .sec_mainvisual .mv_title,
.color_blue #tmp_wrapper .sec_mainvisual .mv_title,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_title{
    background-color: transparent !important;
    font-size: 150%;
    height: auto;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_title span,
.color_blue #tmp_wrapper .sec_mainvisual .mv_title span,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_title span{
    background-color: transparent !important;
    text-indent: inherit;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_title span span,
.color_blue #tmp_wrapper .sec_mainvisual .mv_title span span,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_title span span{
    font-size: 180%;
}
.color_black #tmp_wrapper .sec_news .news_cnt,
.color_black #tmp_wrapper .sec_news .news_cnt:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:after,
.color_blue #tmp_wrapper .sec_news .news_cnt,
.color_blue #tmp_wrapper .sec_news .news_cnt:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:after,
.color_yellow #tmp_wrapper .sec_news .news_cnt,
.color_yellow #tmp_wrapper .sec_news .news_cnt:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    border: 1px solid;
    background-image: none !important;
}
.color_black #tmp_wrapper .sec_news .news_cnt:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    background-color: #000000 !important;
}
.color_blue #tmp_wrapper .sec_news .news_cnt:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    background-color: #00008B !important;
}
.color_yellow #tmp_wrapper .sec_news .news_cnt:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper .sec_news .news_cnt:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:after,
.color_blue #tmp_wrapper .sec_news .news_cnt:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .sec_news .news_cnt:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    border-color: #000000 !important;
}
.color_black #tmp_wrapper .sec_vehicle .vehicle_wrapper:after,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_wrapper:after,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_wrapper:after{
    top: -1px;
    height: calc(100% + 2px);
    border-left: none;
}
.color_black #tmp_wrapper .sec_news .news_wrapper:before,
.color_black #tmp_wrapper .sec_news .news_wrapper:after,
.color_black #tmp_wrapper .sec_news .news_street:before,
.color_black #tmp_wrapper .sec_news .news_street:after,
.color_black #tmp_wrapper .sec_vehicle >.container:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_street:before,
.color_black #tmp_wrapper .sec_vehicle .vehicle_street:after,
.color_black #tmp_wrapper .sec_menu:before,
.color_black #tmp_wrapper .sec_sns >.container:before,
.color_black #tmp_wrapper .sec_sns >.container:after,
.color_blue #tmp_wrapper .sec_news .news_wrapper:before,
.color_blue #tmp_wrapper .sec_news .news_wrapper:after,
.color_blue #tmp_wrapper .sec_news .news_street:before,
.color_blue #tmp_wrapper .sec_news .news_street:after,
.color_blue #tmp_wrapper .sec_vehicle >.container:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_street:before,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_street:after,
.color_blue #tmp_wrapper .sec_menu:before,
.color_blue #tmp_wrapper .sec_sns >.container:before,
.color_blue #tmp_wrapper .sec_sns >.container:after,
.color_yellow #tmp_wrapper .sec_news .news_wrapper:before,
.color_yellow #tmp_wrapper .sec_news .news_wrapper:after,
.color_yellow #tmp_wrapper .sec_news .news_street:before,
.color_yellow #tmp_wrapper .sec_news .news_street:after,
.color_yellow #tmp_wrapper .sec_vehicle >.container:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_street:before,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_street:after,
.color_yellow #tmp_wrapper .sec_menu:before,
.color_yellow #tmp_wrapper .sec_sns >.container:before,
.color_yellow #tmp_wrapper .sec_sns >.container:after{
    content: none;
}
.color_black #tmp_wrapper .sec_news .news_bus,
.color_black #tmp_wrapper .sec_vehicle .vehicle_train,
.color_blue #tmp_wrapper .sec_news .news_bus,
.color_blue #tmp_wrapper .sec_vehicle .vehicle_train,
.color_yellow #tmp_wrapper .sec_news .news_bus,
.color_yellow #tmp_wrapper .sec_vehicle .vehicle_train{
    display: none;
}
.color_black #tmp_wrapper .sec_menu .menu_item a:hover,
.color_black #tmp_wrapper .btn_default a:hover,
.color_black #tmp_wrapper .sec_faq .faq_blog.active a,
.color_black #tmp_wrapper .sec_faq .faq_blog a:hover,
.color_blue #tmp_wrapper .sec_menu .menu_item a:hover,
.color_blue #tmp_wrapper .btn_default a:hover,
.color_blue #tmp_wrapper .sec_faq .faq_blog.active a,
.color_blue #tmp_wrapper .sec_faq .faq_blog a:hover,
.color_yellow #tmp_wrapper .sec_menu .menu_item a:hover,
.color_yellow #tmp_wrapper .btn_default a:hover,
.color_yellow #tmp_wrapper .sec_faq .faq_blog.active a,
.color_yellow #tmp_wrapper .sec_faq .faq_blog a:hover{
    text-decoration: underline;
}


/* fsize */
/* no-js */