@charset "UTF-8";

.contentpage .m_img{background-image:url(../images/access/m_img@2x.jpg);}


/* アクセスマップ
---------------------------------------------------------*/
.box1{
    position: relative;
    padding-bottom: 140px;
    box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.17);
    z-index: 2;
}
.box1::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/access/access_bg@2x.png) no-repeat left bottom;
    background-size:100% auto;
    width: 100%;
    max-width: 550px;
    height: 400px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.box1 .map_box{
    margin-bottom: 95px;
}
.box1 .map_box .map{
    position: relative;
    width: 100%;
    max-width: 1220px;
    height: 540px;
    margin: 0 auto 75px;
}
.box1 .map_box .map::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/access/map_shadow@2x.png)no-repeat left top;
    background-size:100% auto;
    width: 100%;
    height: 45px;
    top: 100%;
    left: 0;
}
.box1 .map_box .com_btn1{
    max-width: 405px;
}
.box1 .map_box .com_btn1 a{
	background: #87adb9;
}
.box1 .map_box .com_btn1 a span::after{
    background-image: url(../images/btn_blue.svg);
}

.box1 .access_box{
    max-width: 1135px;
    margin: 0 auto;
}
.box1 .access_box .fltbox{
    margin-bottom: 100px;
}
.box1 .access_box .flt_l{
    width: 53%;
    max-width: 592px;
}
.box1 .access_box .flt_r{
    width: 41%;
    padding-top: 15px;
}
.box1 .access_box .flt_r dl{
    margin-bottom: 50px;
    text-align: center;
}
.box1 .access_box .flt_r dt{
    font-size: 220%;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    margin-bottom: .6em;
}
.box1 .access_box .flt_r dd{
    font-size:105%;
    letter-spacing: 0.2em;
}
.box1 .access_box .plan li{
    float: left;
    width: 48%;
    max-width: 222px;
    margin-right: 4%;
}
.box1 .access_box .plan li:last-child{
    margin-right: 0;
}
.box1 .access_box > .ft_min{
    text-align: center;
    font-size:148%;
    line-height: 2em;
    letter-spacing: 0.15em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
.box1::before{
    background-size:40vw;
}
.box1 .map_box .map{
    margin-bottom: 5%;
}
.box1 .access_box .fltbox{
    margin-bottom: 7%;
}
.box1 .access_box .flt_r{
    width: 43%;
    padding-top: 0;
}
.box1 .access_box .flt_r dl{
    margin-bottom: 7%;
}
.box1 .access_box .flt_r dt{
    margin-bottom: .4em;
}
.box1 .access_box .flt_r dd{
    font-size:100%;
    letter-spacing: 0.1em;
}
.box1 .access_box > .ft_min{
    font-size:140%;
    letter-spacing: 0.1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1{
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    padding-bottom: 10%;
}
.box1::before{
    background-size:55vw;
}
.box1 .map_box{
    margin-bottom: 8%;
}
.box1 .map_box .map{
    margin-bottom: 4%;
}
.box1 .map_box .map,
.box1 .map_box iframe{
    height: 400px;
}
.box1 .map_box .com_btn1{
    max-width: 315px;
}

.box1 .access_box .fltbox{
    margin-bottom: 7%;
}
.box1 .access_box .flt_l{
    width: 55%;
}
.box1 .access_box .flt_r{
    width: 41.5%;
    padding-top: 0;
}
.box1 .access_box .flt_r dl{
    margin-bottom: 6%;
}
.box1 .access_box .flt_r dt{
    font-size: 3vw;
    margin-bottom: .2em;
}
.box1 .access_box .flt_r dd{
    font-size:100%;
    letter-spacing: 0.01em;
}
.box1 .access_box > .ft_min{
    font-size: 2.5vw;
    line-height: 1.8em;
    letter-spacing: 0.1em
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1{
    padding-bottom: 45%;
    background-size:80% auto;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}
.box1::before{
    background-size: 78%;
}
.box1 .map_box{
    margin-bottom: 10%;
}
.box1 .map_box .map,
.box1 .map_box iframe{
    height: 320px;
}
.box1 .map_box .map{
    margin-bottom: 7%;
}
.box1 .map_box .com_btn1{
    max-width:90%;
}
.box1 .access_box .fltbox{
    margin-bottom: 6%;
}
.box1 .access_box .flt_l{
    width: 100%;
    margin: 0 auto;
    float: none;
}
.box1 .access_box .flt_r{
    width: 100%;
    float: none;
    padding-top: 0;
}
.box1 .access_box .flt_r dl{
    margin: 5% 0;
}
.box1 .access_box .flt_r dt{
    font-size: 6vw;
    letter-spacing: 0.1em;
    margin-bottom: .2em;
}
.box1 .access_box .flt_r dd{
    font-size:100%;
    letter-spacing: 0.01em;
}
.box1 .access_box .plan{
    margin: 0 auto;
    width: 90%;
    max-width: 465px;
}
.box1 .access_box > .ft_min{
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: left;
}
}




/* 診療時間
---------------------------------------------------------*/
.box2{
    position: relative;
    background: #eff4f9;
    padding: 125px 0;
}
.box2::before{
    position: absolute;
    display: block;
    content: "";
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 1;
}

/*fltbox*/
.box2 .fltbox{
    margin-bottom: 95px;
}
.box2 .fltbox .flt_l{
    width: 46.5%;
    max-width: 564px;
}
.box2 .fltbox .flt_l .timetable{
    margin-bottom: 20px;
}
.box2 .fltbox .flt_l .txt p{
    font-size:107%;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    padding-left: .8em;
    margin-bottom: .4em;
}
.box2 .fltbox .flt_l .txt p:last-child{
    margin-bottom: 0
}
.box2 .fltbox .flt_l .txt p .beige{
    color: #bba165;
}
.box2 .fltbox .flt_l .txt p .blue{
    color: #3e738d;
}
.box2 .fltbox .flt_r{
    width: 46.5%;
}
.box2 .fltbox .flt_r .ft_min{
    background: #6999a8;
    color: #fff;
    font-size: 135%;
    letter-spacing: 0.2em;
    text-align: center;
    padding: .4em 0;
    margin-bottom: 30px;
}
.box2 .fltbox .flt_r ul{
    max-width: 480px;
    margin: 0 auto;
}
.box2 .fltbox .flt_r ul li{
    position: relative;
    float: left;
    font-size:110%;
    letter-spacing: 0.13em;
    line-height: 1.5em;
    margin-bottom: .5em;
    padding-left: 1.4em;
    box-sizing: border-box;
}
.box2 .fltbox .flt_r ul li::before{
    position: absolute;
    display: block;
    content: "";
    background: #c3d6dc;
    background-size: 100% 100%;
    left: 0;
    top: .3em;
    width: .9em;
    height: .9em;
    border-radius: 50%;
}
.box2 .fltbox .flt_r ul li:nth-child(odd){
    width: 58.5%;
    margin-right: 5%;
}
.box2 .fltbox .flt_r ul li:nth-child(even){
    width: 36.5%;
}
.box2 .fltbox .flt_r ul li:last-child{
    width: 100%!important;
    margin-right: 0!important;
}

/*job_table*/
.box2 .job_table,
.box2 .bnrbox{
    position: relative;
    z-index: 2;
}
.box2 .job_table{
    background: #fff;
    box-sizing: border-box;
    padding: 70px 79px 80px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 120px;
}
.box2 .job_table .tit{
    font-size: 220%;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 auto 50px;
    color: #6999a8;
}
.box2 .job_table table{
    width: 100%;
    border: 1px solid #83abb7;
}
.box2 .job_table table tr{
    text-align: center;
    border-bottom: 1px solid #83abb7;
}
.box2 .job_table table tr:last-child{
    border-bottom: none;
}

.box2 .job_table table th{
    width: 9%;
    background: rgba(131,171,183,0.30);
    color: #729fad;
    box-sizing: border-box;
}
.box2 .job_table table tr:first-child th{
    background: none;
}
.box2 .job_table table th,
.box2 .job_table table td{
    padding: 1em;
    box-sizing: border-box;
}
.box2 .job_table table td > p{
padding-top: 0.4em;
line-height: 1.2em;
}
.box2 .job_table table td > p:first-child{
padding-top: 0;
}
.box2 .job_table table th,
.box2 .job_table table tr:first-child td{
    font-size: 135%;
    letter-spacing: 0.01em;
    font-weight: bold;
}
.box2 .job_table table td{
    width: 15.1666%;
    border-right: 1px solid #83abb7;
    font-size:115%;
    line-height: 1.4em;
    letter-spacing: 0.2em;
}
.box2 .job_table table tr:first-child td{
    background: #3e738d;
    color: #fff;
    padding: .6em 0;
}

.box2 .bnrbox{
    max-width: 824px;
    margin: 0 auto;
}
.box2 .bnrbox .sp_tel_btn{
    border-top:2px dashed #453b3b;
    border-bottom:2px dashed #453b3b;
    margin-bottom: 35px;
    text-align: center;
    padding: 40px 0;
}
.box2 .bnrbox ul{
    margin-bottom: 65px;
}
.box2 .bnrbox li{
    width: 48.5%;
    max-width: 397px;
}
.box2 .bnrbox li:first-child{
    float: left;
}
.box2 .bnrbox li:last-child{
    float: right;
}
.box2 .bnrbox .txt{
    text-align: center;
    font-size:145%;
    letter-spacing: 0.17em;
    line-height: 2em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
.box2{
    padding: 10% 0;
}
.box2 .fltbox .flt_l{
    width: 50%;
}
.box2 .fltbox .flt_r{
    width: 46.5%;
}
.box2 .fltbox .flt_r ul li:nth-child(odd){
    width: 53%;
}
.box2 .fltbox .flt_r ul li:nth-child(even){
    width: 42%;
}

/*job_table*/
.box2 .job_table{
    padding: 5% 4% 4%;
    margin-bottom: 10%;
}
.box2 .job_table .tit{
    margin-bottom: 5%;
}
.box2 .job_table table th{
    width: 10%;
}
.box2 .job_table table th,
.box2 .job_table table td{
    padding: .7em;
}
.box2 .job_table table th,
.box2 .job_table table tr:first-child td{
    font-size: 130%;
}
.box2 .job_table table td{
    font-size:110%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2{
    padding: 8% 0;
}

/*fltbox*/
.box2 .fltbox{
    margin-bottom: 5%;
}
.box2 .fltbox .flt_l{
    width: 54%;
}
.box2 .fltbox .flt_l .timetable{
    margin-bottom: 3%;
}
.box2 .fltbox .flt_l .txt p{
    font-size:100%;
    letter-spacing: 0.01em;
    line-height: 1.8em;
    padding-left: 0;
    margin-bottom: 0;
}
.box2 .fltbox .flt_r{
    width: 42%;
}
.box2 .fltbox .flt_r .ft_min{
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    padding: .4em 0;
    margin-bottom: 5%;
}
.box2 .fltbox .flt_r ul li{
    font-size:100%;
    letter-spacing: 0.01em;
    padding-left: 1.2em;
}
.box2 .fltbox .flt_r ul li::before{
    top: .4em;
    width: .8em;
    height: .8em;
}
.box2 .fltbox .flt_r ul li:nth-child(odd){
    width: 47.5%;
    margin-right: 5%;
}
.box2 .fltbox .flt_r ul li:nth-child(even){
    width: 47.5%;
}

/*job_table*/
.box2 .job_table{
    padding: 3.5% 4% 4%;
    margin-bottom: 8%;
}
.box2 .job_table .tit{
    font-size: 2.8vw;
    letter-spacing: 0.15em;
    margin-bottom: 2.5%;
}
.box2 .job_table table th,
.box2 .job_table table td{
    padding: .7em;
}
.box2 .job_table table th{
    width: 11%;
}
.box2 .job_table table th,
.box2 .job_table table tr:first-child td{
    font-size: 105%;
}
.box2 .job_table table td{
    width: 14.833%;
    font-size:100%;
    line-height: 1.6em;
    letter-spacing: 0.01em;
}
.box2 .job_table table tr:first-child td{
    padding: .3em 0;
}

.box2 .bnrbox .sp_tel_btn{
    width: 90%;
    margin: 0 auto 4%;
    padding: 3% 10%;
    box-sizing: border-box;
    border-top:1px dashed #453b3b;
    border-bottom:1px dashed #453b3b;
}
.box2 .bnrbox ul{
    width: 84%;
    margin: 0 auto 5%;
}
.box2 .bnrbox .txt{
    font-size: 2.5vw;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2{
    padding: 3% 0 8%;
}

/*fltbox*/
.box2 .fltbox{
    margin-bottom: 8%;
}
.box2 .fltbox .flt_l{
    width: 100%;
    margin-bottom: 7%;
}
.box2 .fltbox .flt_l .timetable{
    margin-bottom: 2%;
}
.box2 .fltbox .flt_l .txt p{
    font-size:100%;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    padding-left: 0;
    margin-bottom: 0;
}
.box2 .fltbox .flt_r{
    width: 100%;
}
.box2 .fltbox .flt_r .ft_min{
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    padding: .3em 0;
    margin-bottom: 3%;
}
.box2 .fltbox .flt_r ul li{
    font-size: 90%;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    margin-bottom: .2em;
    padding-left: 1em;
}
.box2 .fltbox .flt_r ul li::before{
    top: .4em;
    width: .7em;
    height: .7em;
}
.box2 .fltbox .flt_r ul li:nth-child(odd){
    width: 50%;
    margin-right: 5%;
}
.box2 .fltbox .flt_r ul li:nth-child(even){
    width: 45%;
}

/*job_table*/
.box2 .job_table{
    padding: 6% 4% 5%;
    margin-bottom: 8%;
}
.box2 .job_table .tit{
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
}
.box2 .job_table table th{
    width: 11%;
}
.box2 .job_table table th,
.box2 .job_table table td{
    padding: .5em;
}
.box2 .job_table table th,
.box2 .job_table table tr:first-child td{
    font-size: 90%;
    letter-spacing: 0.01em;
}
.box2 .job_table table td{
    width: 14.833%;
    font-size: 85%;
    line-height: 1.4em;
    letter-spacing: 0.01em;
}
.box2 .job_table table tr:first-child td{
    padding: .3em 0;
}

.box2 .bnrbox .sp_tel_btn{
    margin-bottom: 5%;
    padding: 4% 0 2%;
    border-top:1px dashed #453b3b;
    border-bottom:1px dashed #453b3b;
}
.box2 .bnrbox ul{
    margin-bottom: 5%;
}
.box2 .bnrbox li{
    width: 49%;
}
.box2 .bnrbox .txt{
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
}



/* scroll_area
---------------------------------------------------------*/
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scroll_area .scroll_inbox{
    width: 700px;
}
.scl_txt {
    font-size:90%;
    color: #6999a8;
    text-align: center;
    margin-top: .6em;
}
}

/* スマホ以上
------------------------------------------*/
@media only screen and (min-width: 768px) {
.scroll_area{
    overflow: hidden!important;
}
.scl_txt {
	display: none;
}
}







/*追加　お車でお越しの方・タイトル
---------------------------------------------------------*/
.add_car{
    padding-top: 60px;
}
.add_car .com_index2 {
	position: relative;
    text-align: center;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: min(3.2vw, 205%);
    letter-spacing: .1em;
    line-height: 1.3;
    padding: .8em 0;
	margin-bottom: 1em;
    border-top: 1px solid #315e76;
    border-bottom: 1px solid #315e76;
}
.add_car .com_index2::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 50px;
    top: 0;
    left: 50%;
    translate: -50% -70%;
    background-image: url(../images/access/icon_car.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.add_car .com_index2::before,
.add_car .com_timetable .time_txt i {
	color: #315e76;
}
#cln_ikeda .com_index2::before {
	background-color: #f0f8fb;
}
#cln_ikeda .com_index2 {
	border-color: #315e76;
}
#cln_ikeda .com_index2::before,
#cln_ikeda .com_timetable .time_txt i {
	color: #48879c;
}
/* .com_index2.type_car::before {
	content: '\e805';
} */
.com_index2.type_train::before {
	content: '\e80e';
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.add_car{
		padding: 15% 0 0 0;
	}
	.add_car .com_index2 {
		font-size: 130%;
		letter-spacing: .05em;
        padding: .8em 0;
	}
}


/*本文テキスト
---------------------------------------------------------*/
.add_car .sp_txt_l{
	text-align: center;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.add_car .sp_txt_l{
		text-align: left;
	}
}




/*map
---------------------------------------------------------*/
.map1 {
	width: 70%;
	max-width: 770px;
	margin: 1.5em auto 60px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*map*/
	.map1 {
		margin-bottom: 6%;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	/*map*/
	.map1,
	.map2 {
		width: 100%;
	}
	.map1 {
		margin-bottom: 8%;
	}
}




/*tab
---------------------------------------------------------*/
.tab_area {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.tab_content {
	color: #FFF;
	background-color: #258431;
	box-sizing: border-box;
	padding: 55px 3.7% 70px;
	margin-top: 40px;
}
.tab_content .com_btn1 {
	text-align: center;
}
.tab_area input {
    display: none;
}
.tab_area > label {
    position: relative;
	width: 15.9%;
    max-width: 10em;
    color: #FFF;
    text-align: center;
	font-size: min(2vw,112%);
	font-weight: bold;
	letter-spacing: .08em;
	font-feature-settings: "palt";
	line-height: 1.2;
	white-space: nowrap;
	background-color: #c1c4c0;
	box-sizing: border-box;
    cursor: pointer;
	border-radius: .7em;
	padding: 1.1em .5em 1em;
	margin-left: 0.92%;
	transition: all .5s;
}
#cln_ikeda .tab_area > label {
	width: 18.4%;
    max-width: 11.6em;
}
.tab_area input:not(:checked) + label:not(:hover)::before,
.tab_area input:not(:checked) + label:not(:hover) {
	background-color: #c1c4c0 !important;
}
.tab_area > label:first-of-type {
    margin-left: 0 !important;
}
.tab_area > label span {
	display: block;
	font-size: min(2.2vw,147%);
}
.tab_area > label::before {
    position: absolute;
	content: "";
	background-color: #c1c4c0;
	width: 1em;
	height: .8em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 0;
	right: 0;
	top: calc(100% - 1px);
	margin: auto;
	transition: background .5s;
}
.tab_area > .tab_content {
    display: none;
    width: 100%;
}
.tab_area > label:hover,
.tab_area input:checked + label,
.tab_area > label:hover::before,
.tab_area input:checked + label::before {
    background-color: #258431;
}
.tab_area #tab_root1_1:checked ~ #root1_1,
.tab_area #tab_root1_2:checked ~ #root1_2,
.tab_area #tab_root1_3:checked ~ #root1_3,
.tab_area #tab_root1_4:checked ~ #root1_4,
.tab_area #tab_root1_5:checked ~ #root1_5,
.tab_area #tab_root1_6:checked ~ #root1_6,
.tab_area #tab_root2_1:checked ~ #root2_1,
.tab_area #tab_root2_2:checked ~ #root2_2,
.tab_area #tab_root2_3:checked ~ #root2_3,
.tab_area #tab_root2_4:checked ~ #root2_4 {
    display: block;
}
.tab_area #tab_root1_2 + label,
.tab_area #tab_root1_2 + label::before,
.tab_area #root1_2,
.tab_area #tab_root2_1 + label,
.tab_area #tab_root2_1 + label::before,
.tab_area #root2_1 {background-color: #538399;}
.tab_area #root1_2 .root_list > li,
.tab_area #root2_1 .root_list > li {background-color: #3b728d;}
.tab_area #root1_2 .com_btn1 i,
.tab_area #root2_1 .com_btn1 i {background-color: #315e76;}

.tab_area #tab_root1_3 + label,
.tab_area #tab_root1_3 + label::before,
.tab_area #root1_3,
.tab_area #tab_root2_4 + label,
.tab_area #tab_root2_4 + label::before,
.tab_area #root2_4 {background-color: #cc7e3f;}
.tab_area #root1_3 .root_list > li,
.tab_area #root1_3 .com_btn1 i,
.tab_area #root2_4 .root_list > li,
.tab_area #root2_4 .com_btn1 i {background-color: #b76730;}

.tab_area #tab_root1_4 + label,
.tab_area #tab_root1_4 + label::before,
.tab_area #root1_4,
.tab_area #tab_root2_2 + label,
.tab_area #tab_root2_2 + label::before,
.tab_area #root2_2 {background-color: #db9b90;}
.tab_area #root1_4 .root_list > li,
.tab_area #root1_4 .com_btn1 i,
.tab_area #root2_2 .root_list > li,
.tab_area #root2_2 .com_btn1 i {background-color: #c97f75;}

.tab_area #tab_root1_5 + label,
.tab_area #tab_root1_5 + label::before,
.tab_area #root1_5,
.tab_area #tab_root2_3 + label,
.tab_area #tab_root2_3 + label::before,
.tab_area #root2_3 {background-color: #b09750;}
.tab_area #root1_5 .root_list > li,
.tab_area #root1_5 .com_btn1 i,
.tab_area #root2_3 .root_list > li,
.tab_area #root2_3 .com_btn1 i {background-color: #a0843f;}

.tab_area #tab_root1_6 + label,
.tab_area #tab_root1_6 + label::before,
.tab_area #root1_6 {background-color: #8d684f;}
.tab_area #root1_6 .root_list > li,
.tab_area #root1_6 .com_btn1 i {background-color: #7c5942;}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.tab_area {
		margin-bottom: 10%;
	}
	.tab_content {
		padding: 5% 3.7% 7%;
		margin-top: 4%;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.tab_area {
		margin-bottom: 14%;
	}
	.tab_area > label {
		width: 32%;
		font-size: 80%;
		margin-left: 2%;
		margin-bottom: 1em;
	}
	.tab_area > label:nth-of-type(4n) {
		margin-left: 0;
	}
	.tab_area > label span {
		display: block;
		font-size: 140%;
	}
	.tab_content {
		padding: 8% 5% 10%;
		margin-top: 3%;
	}
	#cln_ikeda .tab_area > label {
		width: 24%;
		margin-left: 1.33%;
	}
}





/*root
---------------------------------------------------------*/
.root_index {
	text-align: center;
	font-size: 147%;
	font-weight: bold;
	letter-spacing: .12em;
	margin-bottom: 1em;
}
/*root_btn*/
.root_btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.root_btn dl {
	margin: 1em .5em 0;
}
.root_btn dt {
	text-align: center;
	font-size: 129%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
}
.root_btn dt span {
	font-size: 122%;
}
.root_btn .com_btn1 {
	margin-top: .8em;
	cursor:pointer;
}
.root_btn .com_btn1 a{
	min-width: 17em;
    max-width: max(22em,max-content);
    display: inline-block;
    text-align: left;
    color: #42220c !important;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4em;
    white-space: nowrap;
    background: #fff;
    box-sizing: border-box;
    padding: 1.2em 2.0em;
    padding-right: 4.5em;
    border-radius: 5.0em;
    position: relative;
}
.root_btn .com_btn1 .com_arrow {
    font-size: 90%;
    position: absolute;
    right: 1.3em;
    top: 50%;
    translate: 0 -50%;
	display: block;
    text-align: center;
    letter-spacing: normal;
    width: 2.5em;
    line-height: 2.5em;
	transition: all .3s;
}
.root_btn .com_btn1:hover .com_arrow{
    right: 1em;
}
.root_btn .com_arrow i {
    display: block;
    color: #fff;
    background: #258431;
    border-radius: 50%;
    transition: all 0.4s;
}
.add_car .com_btn1 a span::after{
    display: none;
}

/*root_list*/
.root_list {
	list-style: none;
	counter-reset: number;
}
.root_list > li {
	position: relative;
	line-height: 1.5;
	background-color: #256f31;
	box-sizing: border-box;
	padding: 1em 6%;
	padding-left: 16%;
	margin-bottom: 2.3em;
}
.root_list > li::before {
	position: absolute;
	display: inline-block;
	text-align: center;
	counter-increment: number;
	content: counter(number);
	color: #42220c;
    font-family: trajan-sans-pro, sans-serif;
	font-size: min(2.6vw,161%);
	line-height: 1.45;
	letter-spacing: normal;
	width: 1.45em;
	background-color: #fff;
	border-radius: 50%;
	left: 11%;
	top: .4em;
}
@-moz-document url-prefix() {
.root_list > li::before {
	line-height: 1;
	padding: .3em 0 .15em;
}
}
.root_list > li::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    translate: -50% 50%;
    background-image: url(../images/access/icon_flow.svg);
    background-size: contain;
    width: 20px;
    height: 16px;
}
.root_list > li:last-of-type::after {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.root_index {
		font-size: 130%;
	}
	/*root_btn*/
	.root_btn dt {
		font-size: 115%;
	}
	/*root_list*/
	.root_list > li {
		padding-left: 12%;
	}
	.root_list > li::before {
		left: 6%;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.root_index {
		font-size: 120%;
	}
	/*root_btn*/
	.root_btn dt {
		font-size: 105%;
		letter-spacing: .05em;
	}
	/*root_list*/
	.root_list > li {
		padding-left: 15%;
		margin-bottom: 1.8em;
	}
	.root_list > li::before {
		font-size: 120%;
		left: 4%;
		top: .6em;
	}
	.root_list > li::after {
		font-size: 110%;
		translate: -50% 40%;
	}
}