@charset "UTF-8";

main{
}
.o_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}

.under_mv{
  background: url("/eco/experience/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.area_card {
  display: block;

  width: 100%;
  max-width: 100px;
}
.area_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 940px;
    margin: 30px auto 0;
}
.area_region {
    color: #000;
}
.area_name {
  color: #31705A;
  font-weight: bold;
  &.area_name--au {
    font-size: 1.4rem;
    height: 24px;
    display: flex;
    align-items: center;
  }
}
a.area_btn {
    max-width: 324px;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
  position: relative;
  margin: 30px auto 0;
}
a.area_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
}
.arc_block{
  position: relative;
}
.arc_row {
    display: flex;
    align-items: center;
    padding: 40px;
    padding-right: 15px;
    gap: 10px 40px;
    border-bottom: 1px dotted #9B9B9B;
  cursor: pointer;
}
.arc_row:hover{
  opacity: .8;
}
.arc_name {
    font-size: 2.4rem;
    color: #31705A;
    font-weight: bold;
    margin-bottom: 10px;
}
.arc_line {
    display: flex;
    color: #000;
}
.arc_line > span {
    min-width: 4em;
}
.arc_icon {
    min-width: 70px;
}


.arc_block .arc_row{
  position: relative;
    padding-right: 45px;
}
.arc_block .arc_row::after{
  content: url("/eco/experience/img/arrow_dit.png");
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: transparent linear-gradient(90deg, #009441 0%, #218B7F 100%) 0% 0% no-repeat padding-box;
  min-width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  border-radius: 5px;
}
.arc_switch:checked ~ .arc_row::after{
  transform: rotate3d(1,0,0,180deg);
  
}
.arc_switch{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.arc_content {
  width: 100%;
  padding: 0 45px 0px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
    margin: auto;
}
.arc_switch:checked ~ .arc_content {
  height: auto;
  opacity: 1;
    border-bottom: 1px dotted #9B9B9B;
  padding: 0 45px 50px;
}
.a-heading {
    font-size: 2.4rem;
    color: #31705A;
    font-weight: bold;
    border-bottom: 1px solid #31705A;
    padding: 30px 0 25px;
    line-height: 1.2;
    margin: 0;
}
.gtp-m-expOutline {
    margin: 0;
}
.gtp-m-expOutline__title {
    background: #E7F0ED;
    padding: 10px 20px;
    font-weight: bold;
    color: #31705A;
    margin-top: 30px;
}
.gtp-m-expOutline__value {
    margin: 0;
    padding: 10px 20px;
}
.m-entry h3 {
    font-size: 1.6rem;
    color: #31705A;
    font-weight: bold;
    margin: 30px 0 10px;
}
.m-entry p {
  margin-top: 1em;
}
.m-entry ul {
  margin-top: 1em;
}
.m-entry figure {
    margin: 30px auto 10px;
    text-align: center;
}
.m-entry figcaption {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
.area_nav {
    gap: 20px 10px;
    max-width: 320px;
}
.area_card {
    max-width: calc(33.3333% - 6.7777px);
}
.area_region {
  font-size: 1.2rem;
}
.area_name {
  font-size: 1.4rem;
  &.area_name--au {
    height: auto;
  }
}
.arc_row {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 2.5%;
}
.arc_block .arc_row{
    padding-right: 25px;
}
.arc_icon {
    min-width: 40px;
    width: 40px;
}
.arc_name {
    font-size: 1.8rem;
}
.arc_line {
    font-size: 1.4rem;
}
  
.arc_content {
  font-size: 1.4rem;
  padding: 0 5% 0px;
}
.arc_switch:checked ~ .arc_content {
  padding: 0 5% 50px;
}
.a-heading {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-top: 20px;
}
.arc_block .arc_row::after {
    min-width: 25px;
    height: 25px;
    top: auto;
    bottom: 5px;
}
.m-entry figcaption {
  font-size: 1.2rem;
}
.gtp-m-expOutline {
  margin-top: 30px;
}
.gtp-m-expOutline__title {
    margin-top: 0px;
}
}
@media print {

}