@charset "UTF-8";
/*                レイアウト
======================================================= */
@media only screen and (max-width: 640px) {
  #faq .area_right_bg {
    margin-bottom: 0; } }

.anchor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 60px; }
  @media only screen and (max-width: 800px) {
    .anchor_list {
      flex-wrap: wrap;
      margin: 0 -4px 40px; } }
  .anchor_list li {
    width: 16.6666666%;
    padding: 0 4px; }
    @media only screen and (max-width: 800px) {
      .anchor_list li {
        width: 33.3333333%;
        margin-bottom: 8px; } }
    .anchor_list li a {
      background-color: #fff;
      border-radius: 14px;
      display: block;
      font-weight: bold;
      text-align: center;
      position: relative;
      padding: 15px 10px 30px; }
      @media only screen and (max-width: 400px) {
        .anchor_list li a {
          font-size: 85.7%;
          padding: 15px 5px 30px; } }
      .anchor_list li a:after {
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        color: #825221;
        font-size: 20px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%); }

.aco_area + .h2_layout {
  margin-top: -5px; }

.aco_area .aco_box {
  background-color: #fff;
  border-radius: 14px; }
  .aco_area .aco_box + .aco_box {
    margin-top: 10px; }
.aco_area dl dt, .aco_area dl dd {
  font-weight: 500;
  position: relative;
  padding: 25px 60px 25px 70px; }
.aco_area dl dt {
  cursor: pointer;
  font-size: 114.3%;
  font-weight: bold;
  position: relative; }
  .aco_area dl dt:before {
    content: "Q.";
    color: #825221;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 18px;
    left: 20px; }
.aco_area dl .aco_btn {
  background-color: #EDEDED;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  .aco_area dl .aco_btn .border {
    display: block;
    display: block;
    position: relative;
    top: 1px;
    width: 32px;
    height: 32px; }
    .aco_area dl .aco_btn .border:before, .aco_area dl .aco_btn .border:after {
      content: "";
      display: block;
      background-color: #825221;
      width: 14px;
      height: 2px;
      position: absolute;
      left: 8px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .aco_area dl .aco_btn .border:before {
      top: 13px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
    .aco_area dl .aco_btn .border:after {
      top: 13px;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
.aco_area dl .active .aco_btn .border:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }
.aco_area dl dd {
  display: none;
  line-height: 1.6;
  position: relative; }
  .aco_area dl dd:after {
    content: "";
    display: block;
    background-color: #DEDEDE;
    width: calc(100% - 130px);
    height: 2px;
    position: absolute;
    top: 0;
    left: 70px; }
  .aco_area dl dd:before {
    content: "A.";
    color: #808080;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    border-right: 3px #fff solid;
    position: absolute;
    top: 18px;
    left: 23px; }
