@charset "UTF-8";
.title-box.h1 + .cp-list-container .list-ul {
  margin-top: 0;
}
.title-box.h1 + .cp-list-container .list-ul>.bullet {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  font-size: 2rem;
  line-height: 1.6;
}
.title-box.h1 + .cp-list-container .list-ul>.bullet:before {
  width: auto;
}
.title-box.h2 .ttl-text {
  color: #0b318f;
  font-size: 3.6rem;
  padding-bottom: 80px;
}
.title-box.h2.fontM .ttl-text {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-bottom: 30px;
}
.title-box h3.ttl-text {
  font-size: 2.8rem;
  line-height: 1.4;
  padding-bottom: 60px;
}
.title-box h4.ttl-text {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.54;
}
.title-box.h2 + .res-contents-text {
  margin-top: -46px;
}
.res-textbox-content.fontM {
  line-height: 1.875;
}
.list-style-hyphen.circle >.bullet:before {
  content: "\30fb"
}

.section_border {
  border-top: 1px solid #d9dce9;
  padding-top: 165px;
  padding-bottom: 87px;
}
.gb_section {
  background: url(/ja/jp/amc/promo/anaww/images/bg_section.png) no-repeat;
  background-size: cover;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-top: 150px;
  padding-top: 60px;
  padding-bottom: 170px;
}
.full-widht {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-top: 150px;
}
.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.profile .cp-box h4.ttl-text {
  font-size: 2.5rem;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile .cp-box h4.ttl-text span {
  margin-right: 26px;
}
.talk {
  margin-top: 70px;
}
.talk .balloon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}


.talk .balloon .message {
  position: relative;
  padding: 2.375rem 1.875rem 2.75rem;
  left: 20px;
  display: inline-table;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 1.875;
  border: 2px solid #d9dce9;
  border-radius: 4px;
  width: calc(100% - 100px);
}
.talk .balloon .message:before,
.talk .balloon .message:after {
  content: '';
  position: absolute;
  margin: -5px 0 0 0;
  width: 0;
  height: 0;
  transform: rotate(135deg);
}
.talk .balloon .message:before {
  top: 40%;
  left: -8px;
  border-top: 10px solid transparent;
  border-right: 10px solid #d9dce9;
  border-bottom: 10px solid transparent;
}
.talk .balloon .message:after {
  top: calc(40% + 3px);
  left: -4px;
  border-top: 6px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.cp-box-container.arrow {
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: -23px;
  width: calc(100% + 23px);
}
.cp-box-container.arrow .cp-box {
  width: calc(33.33333% - 23px);
  margin-left:23px;
}
.cp-box-container.arrow .cp-box.step {
  position: relative;
}
.cp-box.step .res-contents-image:after {
  content: url(/ja/jp/amc/promo/anaww/images/arrow_right.png);
  position: absolute;
  top: calc(50% - 30.5px);
  right: -23px;
}

@media screen and (max-width: 767px) {

  .title-box.h1 + .cp-list-container .list-ul>.bullet {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .title-box.h2 .ttl-text {
    margin-top: 0;
    padding-bottom: 30px;
    font-size: 2.8rem;
  }
  .title-box h3.ttl-text {
    margin-top: 34px !important;
    padding-bottom: 33px;
    font-size: 2.0rem;
    line-height: 1.68;
  }
  .title-box h4.ttl-text {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .profile .cp-box h4.ttl-text {
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
  }
  .profile .cp-box h4.ttl-text span {
    margin-right: 0;
    margin-top: 30px;
    order: 2;
  }
  .res-contents-parent.main-bg-color-EBF5FD.main-rounded-corners .title-box h4.ttl-text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .res-textbox-content.fontM {
    line-height: 1.64;
  }
  .title-box.h2 + .res-contents-text {
    margin-top: -25px;
  }
  .cp-tab-container {
    margin-bottom:60px;
  }
  .section_border {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .gb_section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .full-widht {
    margin-top:60px;
  }
  .cp-box-container.arrow {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cp-box-container.arrow .cp-box {
    margin: 30px 0 25px 0;
    width: 100%;
  }
  .cp-box.step .res-contents-image:after {
    content: "";
  }
  .cp-box.step .res-contents-image:before {
    content: "";
    background: url(/ja/jp/amc/promo/anaww/images/arrow_sp.png) no-repeat top left;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 61px / 2);
    display: inline-block;
    height: 30px;
    width: 61px;
    background-size: contain;
  }
  .sp-mside-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }