#company-index.sub .business_ttl .column2 {
  position: relative;
}
#company-index.sub .business_ttl .column2 .left {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
#company-index.sub .business_ttl .column2 .left:after {
  display: none;
}
#company-index.sub .business_ttl .column2 .left h1,
#company-index.sub .business_ttl .column2 .left h2 {
  font-size: 26px;
  text-align: center !important;
}
#company-index.sub .business_ttl .column2 .left p {
  font-size: 22px;
  text-align: center !important;
}
#company-index.sub .business > h2 {
  font-size: 24px;
  text-align: center;
  color: #0a3c8c;
  margin-bottom: 30px;
}
#company-index.sub .business > h2 span {
  font-size: 27px;
}
#company-index.sub .business > p {
  text-align: center;
  margin-bottom: 70px;
}
#company-index.sub .sub_cont.column_box .column2 .text_box h3 {
  font-weight: bold;
}

#company-index.sub .business_top {
  margin-top: -50px;
}

/* ----- PC ----- */
.PC #company-index.sub .business_ttl .column2 .left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.PC #company-index.sub .business_top .text_box h2 {
  margin-bottom: 30px !important;
}

/* ----- SP ----- */
.SP #company-index.sub .business > h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.SP #company-index.sub .business > h2 span {
  font-size: 20px;
}
.SP #company-index.sub .business > p {
  margin-bottom: 2em;
}
.SP #company-index.sub .business_top {
  margin-top: -2em !important;
}
.SP #company-index.sub .business_top .column2:nth-of-type(2n):before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f4f5fa;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.SP #company-index.sub .business_top .column2:after {
  display: none !important;
}

.info_disclosure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 50px !important;
  padding: 50px 0;
  border-bottom: solid 1px #0a3c8c;
}
.info_disclosure .info_disclosure_body {
  width: 100%;
  width: auto;
}
.info_disclosure .info_disclosure_btn {
  text-align: center;
}
.info_disclosure .flex_box {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px #0a3c8c solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_disclosure .flex_box h3 {
  color: #0a3c8c;
  font-size: 20px;
}
.info_disclosure .flex_box .btn {
  margin-top: 0 !important;
}
.info_disclosure .flex_box:nth-of-type(1) {
  border-top: 1px #0a3c8c solid;
}
.info_disclosure.wrap {
  padding: 0 !important;
  border: none;
  flex-wrap: wrap;
}

.SP .info_disclosure {
  flex-direction: column;
  padding: 25px 0;
}
.SP .info_disclosure .info_disclosure_btn {
  margin-top: 40px !important;
}
.SP .info_disclosure .flex_box {
  padding: 25px 0;
  flex-direction: column;
}
.SP .info_disclosure .flex_box .info_disclosure_btn {
  margin-top: 20px !important;
}

/*# sourceMappingURL=business.css.map */
