#access .a_inner {max-width: 1000px;}
#access .a_inner .info .i_inner{margin-bottom:0;}
.root_cap {text-align: center;font-weight: 700}
.address_ttl{margin-bottom: 0;}
.address_cap{margin: 20px 0;}

.root_map__wrapper{
position: relative;
width: 100%;
height: auto;
aspect-ratio: 1000 / 476;
}
.root_map{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
aspect-ratio: 1000 / 476;
}
.root_map__2,.root_map__3,.root_map__4{display: none;}

#access h4 {
font-size: 2rem;
padding-left: 20px;
position: relative;
margin-bottom: 20px;
font-weight: normal;
transition: 0.2s;
}
#access h4:before {
content: '';
position: absolute;
top: 50%;
left: 0;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 10px;
height: 10px;
background: linear-gradient(135deg, #00a0e9 0%, #2989d8 51%, #215bae 100%);
}

.tab_area{
width: 100%;
width: 100%;
max-width: 1020px;
margin:10px auto 50px auto;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.tab_area li {
flex: 1;
position: relative;
background: #ffffff;
border: 1px solid #ccc;
display: grid;
align-items: center;
justify-content: center;
}
.tab_area li.select, .tab_area li:hover {
background: -moz-linear-gradient(left, #00a0e9 0%, #2989d8 51%, #215bae 100%);
background: -webkit-linear-gradient(left, #00a0e9 0%, #2989d8 51%, #215bae 100%);
background: linear-gradient(to right, #00a0e9 0%, #2989d8 51%, #215bae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#215bae',GradientType=1 );
border: 1px solid #215bae;
}
.tab_area li.select:before,.tab_area li:hover:before {opacity: 1;}

.tab_area li a {
width: 100%;
height: 100%;
font-size: 14px;
line-height: 1.7em;
padding: 1.6rem 1rem;
color: #215bae;
text-align: center;
font-weight: 600;
display: grid;
align-items: center;
}
.tab_area li.select a,.tab_area li:hover a {color: #ffffff;}

.tab_area li:before {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
-webkit-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
opacity: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #215bae transparent transparent;
}

.content_area {width: 100%;}
.content_area.hide {display: none;}

.root_list {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 3rem 10%;
counter-reset: number 0;
padding: 50px 0 80px 0;
}
.root_list__item{width: 26.6%;height: auto;position: relative;}
.root_list__item:nth-child(3n){padding-right:0;}
.root_list__item:after{
content: "";
position: absolute;
top: 37%;
right: -25%;
margin: auto;
width: 0;
height: 0;
border-style: solid;
border-top: 29px solid transparent;
border-bottom: 29px solid transparent;
border-left: 25px solid #d7e7fe;
border-right: 0;
}
.root_list__item.no_arrows:after{content:none;}
.root_map__tab2,.root_map__tab3,.root_map__tab4,.root_tab2, .root_tab3, .root_tab4,.root_tab__number-11,.root_tab__number-12,.root_tab__number-13,.root_tab__number-14
{display: none;}
.root_list__img{
width: 100%;
height: auto;
aspect-ratio:369 / 492;
position: relative;
font-size: 20px;
font-weight: 700;
background-color: #ccc;
}
.root_list__img:before{
counter-increment: number 1;
content: "0"counter(number) ;
width: 50px;
height: auto;
aspect-ratio: 1 / 1;
color: #fff;
text-align: center;
display: grid;
align-items: center;
justify-content: center;
background: -webkit-linear-gradient(left, #00a0e9 0%, #2989d8 51%, #215bae 100%);
background: linear-gradient(to right, #00a0e9 0%, #2989d8 51%, #215bae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#215bae',GradientType=1 );
position:absolute;
z-index:2;
bottom:0;left: 0;
border-radius: 0 10px 0 0;
}
.root_list__item:nth-child(n+10) .root_list__img:before{content: ""counter(number) ;}

@media screen and (max-width: 768px) {
.tab_area {max-width:480px;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.tab_area li {flex: unset;width: 50%;justify-content: unset;}
.tab_area li.select:before,.tab_area li:hover:before {opacity: 0;}
.tab_area li a {text-align: left;font-size: 12px;padding: 1rem 0.5rem;}
.tab_area li a br{display: none;}

.root_list{max-width:480px;margin: 0 auto;}
.root_list__item {
width: 100%;
display: flex;
gap: 1rem;
align-items: center;
}
.root_list__item:after,.root_list__item:nth-child(3n):after{
top: unset;
right: 0;
left: 0;
bottom: -21px;
border-right: 21px solid transparent;
border-left: 21px solid transparent;
border-top: 18px solid #d7e7fe;
border-bottom: 0;
}
.root_list__img {width: 32%;}
.root_list__img:before {width: 30%;font-size: 80%;}
.root_list__caption {width: calc(68% - 1rem);}
}