@charset "UTF-8";
.v-headline {
  background-image: url(../../../img/views/disclosure/main_img.jpg);
  background-position: 45%;
}

.p-disclosure .v-loc {
  margin-bottom: 100px;
}
.p-disclosure .e-h2 {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-left: 1em;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .p-disclosure .e-h2 {
    margin-top: 50px;
  }
}
.p-disclosure .e-h2:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #AE2337;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto;
}
.p-disclosure .e-txt {
  font-size: 16px;
}
.p-disclosure .e-txt a {
  color: #1B29AA;
}
@media screen and (max-width: 750px) {
  .p-disclosure .e-txt a {
    text-decoration: underline;
  }
}
.p-disclosure .e-txt a:hover {
  text-decoration: underline;
}
.p-disclosure .e-txt.e-note {
  font-size: 14px;
  line-height: 2em;
  padding-left: 1em;
  text-indent: -1em;
}
.p-disclosure .v-button1 {
  width: 700px;
  border-radius: 5px;
  margin-top: 40px;
  font-size: 16px;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 750px) {
  .p-disclosure .v-button1 {
    height: 70px;
    line-height: 1.7em;
    padding: 10px 50px;
    font-size: 14px;
    width: 100%;
  }
}
.p-disclosure .c-button::before {
  content: "";
  display: block;
  background-image: url(../../../img/common/pc/ico_pdf.png);
  height: 24px;
  left: 25px;
  right: auto;
  bottom: 16px;
  width: 19px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-disclosure .c-button::before {
    height: 24px;
    left: 18px;
    right: auto;
    bottom: 20px;
    width: 25px;
  }
}
.p-disclosure .e-box {
  /*border: solid 5px #F6F0F6;*/
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .p-disclosure .e-box {
    padding: 0;
  }
}
.p-disclosure .e-box .e-h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-disclosure .e-box .e-h3 {
    font-size: 22px;
  }
}
.p-disclosure .e-box .e-innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 750px) {
  .p-disclosure .e-box .e-innerbox {
    display: block;
  }
}
.p-disclosure .e-box .e-innerbox .e-item {
  width: 50%;
  margin-top: 10px;
  margin-right: 10px;
}
.p-disclosure .e-box .e-innerbox .e-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .p-disclosure .e-box .e-innerbox .e-item {
    width: 100%;
  }
}
.p-disclosure .v-button2 {
  width: 500px;
  border-radius: 5px;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .p-disclosure .v-button2 {
    width: 100%;
    font-size: 14px;
    padding-left: 45px;
  }
}