@charset "UTF-8";
.abi_custom #content_body {
  margin-bottom: 90px;
}
.abi_custom .content-title {
  color: #036eb6;
  padding-top: 45px;
  text-align: center;
  margin-bottom: 55px;
}
.abi_custom .section {
  width: 860px;
  margin: 0 auto;
  border-top: solid 2px #036eb4;
  padding: 70px 0 65px;
}
.abi_custom .section p {
  font-size: 15px;
  line-height: 1.7;
}
.abi_custom .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.abi_custom .section-image {
  text-align: center;
  margin-bottom: 45px;
}
.abi_custom .section-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .section-block-column-box {
  width: 420px;
}
.abi_custom .section-block-step {
  color: #fff;
  background-color: #036eb7;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  border-radius: 999em;
  margin-bottom: 15px;
}
.abi_custom .section-block-arrow {
  text-align: center;
  line-height: 0;
  margin-bottom: 15px;
}
.abi_custom .section-block-arrow span {
  background: url(../images/gray-arrow.png) no-repeat;
  display: inline-block;
  width: 63px;
  height: 60px;
}
.abi_custom .section-block-long-arrow {
  text-align: center;
  line-height: 0;
  margin-bottom: 15px;
}
.abi_custom .section-block-long-arrow span {
  background: url(../images/gray-long-arrow.png) no-repeat;
  display: inline-block;
  width: 63px;
  height: 433px;
}
.abi_custom .section-block-text {
  margin-bottom: 15px;
  text-align: center;
}
.abi_custom .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}
.abi_custom .about-box {
  width: 348px;
}
.abi_custom .about-box-title {
  font-size: 26px;
  color: #fff;
  background-color: #036eb7;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  border-radius: 999em;
  margin-bottom: 20px;
}
.abi_custom .about-box-text {
  margin-bottom: 20px;
  line-height: 1.8 !important;
}
.abi_custom .about-box-list {
  width: 300px;
  margin: 0 auto;
  line-height: 0;
}
.abi_custom .about-box-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .about-box-list li:not(:last-child) {
  margin-bottom: 34px;
}
.abi_custom .about-contact {
  width: 545px;
  margin: 0 auto 25px;
  padding-left: 55px;
  padding-top: 15px;
}
.abi_custom .about-contact-title {
  font-size: 22px;
  color: #036eb7;
  font-weight: bold;
  margin-bottom: 20px;
}
.abi_custom .about-contact-number {
  margin-bottom: 10px;
}
.abi_custom .about-contact-number img {
  vertical-align: middle;
}
.abi_custom .about-contact-text {
  color: #036eb7;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.abi_custom .about-link {
  width: 545px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .section-block-emphasis {
  padding: 15px 30px;
  background-color: #cde2f1;
  margin-bottom: 15px;
}
.abi_custom .section-block-emphasis .section-block-text {
  margin-bottom: 0;
  font-size: 17px;
}
.abi_custom .section-block-emphasis-special {
  overflow: hidden;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.abi_custom .section-block-emphasis-title {
  font-size: 22px;
  color: #036eb7;
  margin-bottom: 20px;
}
.abi_custom .section-block-emphasis-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .section-block-emphasis-step li {
  color: #fff;
  background-color: #036eb7;
  width: 238px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 999em;
  text-align: center;
  margin-right: 26px;
  position: relative;
}
.abi_custom .section-block-emphasis-step li:after {
  content: "";
  display: inline-block;
  background: url(../images/blue-arrow.png) no-repeat;
  background-size: 26px auto;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 5px;
  right: -50px;
}
.abi_custom .section-block-emphasis-step li:nth-child(2) {
  color: #036eb7;
  background-color: #fff;
  border: 2px solid #036eb7;
  margin-right: 0;
  margin-left: 26px;
}
.abi_custom .section-block-emphasis-step li:nth-child(2):after {
  display: none;
}
.abi_custom .section-block-emphasis-step + p {
  font-size: 10px;
}
.abi_custom .section-block-emphasis-step + p span {
  font-weight: bold;
}
.abi_custom .section-block-emphasis-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #036eb7;
  text-align: center;
  margin: 12px 0;
}
.abi_custom .section-block-emphasis-table th,
.abi_custom .section-block-emphasis-table td {
  border: 1px solid #036eb7;
}
.abi_custom .color_red {
  color: #df140d;
}
.abi_custom .section-notes {
  padding: 30px 0;
  border-bottom: solid 2px #036eb4;
  margin-bottom: 60px;
}
.abi_custom .section-note-title {
  font-size: 15px;
  font-weight: bold;
  color: #036eb7;
  margin-bottom: 10px;
}

/* 2025年サイトリニューアルに伴う調整 */
.abi_custom .section-block-emphasis-title {
  font-weight: bold;
}
.abi_custom .section-block-emphasis-table th {
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .abi_custom .section {
    width: 95%;
  }
  .abi_custom .section-block-step {
    font-size: 23px;
  }
}