@charset "UTF-8";
.abi_custom .content-title {
  color: #036eb6;
  padding-top: 45px;
  text-align: center;
  margin-bottom: 55px;
}
.abi_custom .content-tab {
  width: 1000px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .content-box {
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border: solid 5px #0c58a7;
}
.abi_custom .content-box-title {
  font-size: 40px;
  color: #0c58a7;
  text-align: center;
  border-bottom: solid 5px #0c58a7;
  padding: 25px 0 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.abi_custom .content-section {
  width: 780px;
  margin: 0 auto;
  padding: 25px 0;
}
.abi_custom .content-section p {
  font-size: 15px;
  line-height: 1.7;
}
.abi_custom .content-why .content-section-title {
  font-size: 45px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
}
.abi_custom .content-why .content-section-title span {
  border-bottom: solid 5px #e20012;
  display: inline-block;
}
.abi_custom .content-why .content-section-subtitle {
  font-size: 26px;
  color: #005598;
  font-weight: bold;
  background-color: #d0eaf8;
  margin-bottom: 14px;
  padding: 7px 17px 5px;
}
.abi_custom .content-why .content-section-text {
  font-weight: bold;
  color: #005598;
  line-height: 1.7;
}
.abi_custom .content-why .content-section-text:not(:last-child) {
  margin-bottom: 25px;
}
.abi_custom .content-why .content-section-definitionlist {
  font-weight: bold;
  color: #005598;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abi_custom .content-why .content-section-list {
  font-weight: bold;
  color: #005598;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}
.abi_custom .content-why .content-section-important {
  border: solid 2px #d6101f;
}
.abi_custom .content-why .content-section-important p {
  color: #d6101f;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 20px 16px;
}
.abi_custom .content-why .content-section-example {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.abi_custom .content-why .content-section-example dt {
  padding-top: 10px;
}
.abi_custom .content-why .content-section-example dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.abi_custom .content-why .content-section-example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 535px;
  margin-bottom: -10px;
}
.abi_custom .content-why .content-section-example li {
  width: 170px;
  height: 40px;
  background-color: #f1f1f1;
  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;
  border-radius: 999em;
  margin-bottom: 10px;
}
.abi_custom .content-why .content-section-example li:not(:nth-child(3n+3)) {
  margin-right: 10px;
}
.abi_custom .content-box-after {
  text-align: center;
  position: relative;
  margin-bottom: 95px;
}
.abi_custom .content-box-after::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 45px solid #0c58a7;
}
.abi_custom .content-box-after p {
  padding-top: 65px;
  font-size: 35px;
  color: #0c58a7;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.abi_custom .content-box-after-important {
  font-size: 50px;
  color: #d6101f;
  border-bottom: solid 6px #d6101f;
  display: inline-block;
}
.abi_custom .content-significance .content-section-title {
  font-size: 28px;
  background-color: #016db6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 999em;
  padding: 17px 0 14px;
  margin-bottom: 30px;
}
.abi_custom .content-significance .content-section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .content-significance .content-section-box-text {
  width: 360px;
  line-height: 1.7;
}
.abi_custom .content-significance .content-section-box-text p {
  font-size: 20px;
}
.abi_custom .content-significance .content-section-box-image {
  padding-top: 4px;
}
.abi_custom .text-blue {
  color: #0c58a7;
}
.abi_custom .text-red {
  color: #d6101f;
}
.abi_custom .content-significance .content-section-definitionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: -25px;
}
.abi_custom .content-significance .content-section-definitionlist dt {
  font-size: 20px;
  color: #005598;
  width: 513px;
  background-color: #d8eefa;
  padding: 10px 10px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.abi_custom .content-significance .content-section-definitionlist dd {
  font-size: 28px;
  color: #d6101f;
  margin-bottom: 25px;
  letter-spacing: -0.05em;
  padding-left: 5px;
}
.abi_custom .content-significance .content-section-q {
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 20px;
}
.abi_custom .content-significance .content-section-image {
  margin: auto;
  text-align: center;
}
.abi_custom .content-significance .content-section-image figcaption {
  font-size: 15px;
  text-align: right;
}
.abi_custom .content-how.content-box {
  margin-bottom: 60px;
}
.abi_custom .content-how .content-section-wrapper {
  background-color: #d8eefa;
}
.abi_custom .content-how .content-section-wrapper:not(:last-child) {
  border-bottom: solid 5px #0c58a7;
}
.abi_custom .content-how .content-box-title {
  margin-bottom: 0;
}
.abi_custom .content-how .content-section-title {
  width: 300px;
  height: 60px;
  background-color: #016db6;
  color: #fff;
  border-radius: 999em;
  font-size: 35px;
  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;
  margin: 0 auto 30px;
}
.abi_custom .content-how .content-section-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom: 30px;
}
.abi_custom .content-how .content-section-table th {
  border: solid 1px #0c58a7;
  background-color: #efefef;
  color: #005598;
  font-size: 24px;
  font-weight: bold;
  padding: 30px;
}
.abi_custom .content-how .content-section-table td {
  border: solid 1px #0c58a7;
  font-size: 15px;
  background-color: #fff;
  padding: 30px;
  line-height: 1.7;
}
.abi_custom .content-how .content-section-box {
  border: solid 1px #0c58a7;
  background-color: #fff;
  padding: 28px 30px;
}
.abi_custom .content-how .content-section-box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.abi_custom .content-how .content-section-box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.abi_custom .content-how .content-section-box-image-left {
  margin-right: 23px;
}
.abi_custom .content-how .content-section-box-image-caption {
  font-size: 24px;
  line-height: 1.4;
}
.abi_custom .content-how .content-section-box-text {
  font-size: 20px;
  color: #0c58a7;
}
.abi_custom .content-box.content-needs {
  margin-bottom: 40px;
}
.abi_custom .content-needs .content-section-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #0c58a7;
  height: 60px;
  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: 30px;
}
.abi_custom .content-needs .content-section-text {
  font-size: 20px;
  margin-bottom: 20px;
}
.abi_custom .content-needs .content-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.abi_custom .content-needs .content-section-box {
  width: 366px;
  border-top: solid 2px #0c58a7;
  border-bottom: solid 2px #0c58a7;
}
.abi_custom .content-needs .content-section-box-title {
  height: 87px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c58a7;
  padding-top: 20px;
  line-height: 1.4;
}
.abi_custom .content-needs .content-section-box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.abi_custom .content-needs .content-section-box-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.abi_custom .content-needs .content-section-box-text-title {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.abi_custom .content-needs .content-section-box-text-more a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #0c58a7;
}
.abi_custom .content-needs .content-section-box-text-more a::before {
  content: "";
  width: 4px;
  height: 6px;
  background: url(/assets/images/arrow_blue.png) no-repeat;
  background-size: contain;
  display: inline-block;
  padding-right: 3px;
}
.abi_custom .content-needs .content-section-box-text-more a:hover {
  text-decoration: none;
}
.abi_custom .content-needs .content-section-more {
  text-align: center;
}

/* 2025年サイトリニューアルに伴う調整 */
@media screen and (min-width: 768px) {
  .abi_custom .content-significance .content-section-box-image img {
    max-width: 390px;
  }
}
.abi_custom .content-how .content-section-table th {
  text-align: center;
}
.abi_custom .content-needs .content-section-box-title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .abi_custom .content-needs .content-section-box-image img {
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .content-needs .content-section-more img {
    max-width: 262px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .abi_custom .content-tab {
    width: 95%;
    gap: 10px;
  }
  .abi_custom .content-box {
    width: 95%;
  }
  .abi_custom .content-section {
    width: 95%;
  }
  .abi_custom .content-box-after {
    width: 95%;
    margin-inline: auto;
  }
  .abi_custom .content-significance .content-section-definitionlist dt {
    width: 48%;
  }
  .abi_custom .content-needs .content-section-box {
    width: 48%;
  }
}