@charset "utf-8";
/* style */
section .full_contents {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
section .inner_contents {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 10px 0;
}
.disp_pc {
  display: block;
}
.disp_sp {
  display: none;
}
span.caution {
  color:#CC3300;
}

/* #support */
section#support {
  padding-bottom: 50px;
}
section#support h2.title {
  margin-bottom: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 22px;
  color: #333;
  
  text-indent: 5px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #ff5566;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}
section#support .description {
  padding: 0 10px;
  font-size: 15px;
}


/* area_list_wrap */
.area_list_wrap {
  padding-top: 20px;
}
.area_list_wrap > section {
  margin-bottom: 20px;
}
.area_list_wrap .area_list {
  margin-top: 20px;
}
.area_list_wrap .area_list dt {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  line-height: 2.5em;
  padding: 0 5px;
}
.area_list_wrap .area_list dd {
  display: block;
  padding-bottom: 20px;
}

.area_list_wrap .area_list dd table {
  border-collapse: collapse;
}
.area_list_wrap .area_list dd table tr {
  border-bottom: #fff;
  border: 1px solid #eee;
}
.area_list_wrap .area_list dd table th {
  width: 160px;
  background-color: #eee;
  border-bottom: 1px solid #fff;
  line-height: 2em;
}
.area_list_wrap .area_list dd table td {
  width: calc( 100% - 160px );
  padding: 0.5em;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}


@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }
  .disp_sp {
    display: block;
  }
  .area_list_wrap .area_list dd table tr {
    border: none;
  }
  .area_list_wrap .area_list dd table th {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
  }
  .area_list_wrap .area_list dd table td {
    display: block;
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

}
  .area_list_wrap .area_list dt {
    background-color: #555;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-right: 2em;
  }
  .area_list_wrap .area_list dt:after {
    position: absolute;
    top: 50%;
    right: 1.0em;
    transform: translateY( -50% );
    font-family: "Font Awesome 5 Free";
    content: "\f067";
  }
  .area_list_wrap .area_list dt.active:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
  }
  .area_list_wrap .area_list dd {
    display: none;
  }
@media (max-width: 480px) {
  section .inner_contents {
    padding: 20px 10px 0;
  }
  section#support h2.title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section#support .description {
    font-size: 14px;
    padding-bottom: 0;
  }
}