@charset "UTF-8";
.v-outline {
  padding: 107px 0 90px;
}
.v-outline__table {
  background-color: #fff;
  border-bottom: 2px solid #003278;
  box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.05);
  margin-top: 27px;
  padding: 18px 0 20px;
}
.v-outline__table table {
  border-collapse: collapse;
  margin-left: 30px;
  width: 1100px;
}
.v-outline__table table tr {
  border-bottom: 1px solid #e2e6ec;
}
.v-outline__table table tr .hp-link-text {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.v-outline__table table tr .hp-link-text:hover {
  border-bottom: 1px solid #003278;
}
.v-outline__table table tr .hp-link-text .hp-link-icon {
  width: 10px;
  height: 10px;
}
.v-outline__table table tr:last-child {
  border-bottom: 0;
}
.v-outline__table table th {
  color: #003278;
  font-size: 16px;
  letter-spacing: 1.3px;
  padding: 15px 0 10px 26px;
  text-align: left;
  width: 155px;
  position: relative;
}
.v-outline__table table th::before {
  position: absolute;
  background-color: #003278;
  content: "";
  display: inline-block;
  height: 1px;
  top: 28px;
  width: 15px;
  left: 0;
}
.v-outline__table table th.is-top {
  vertical-align: top;
}
.v-outline__table table td {
  padding: 15px 0 10px;
  letter-spacing: 1.2px;
  line-height: 2;
}
.v-outline__table table td.tosho-logo {
  padding: 20px 0 20px;
  display: flex;
}
.v-outline__table table td.tosho-logo .tosho-logo-img {
  margin-left: 20px;
  height: 68px;
}
.v-outline__table table td a {
  color: #003278;
  font-weight: 700;
  text-decoration: underline;
}
.v-outline__table table td a:hover {
  text-decoration: none;
}

.v-pdf {
  background-color: #fff;
  padding: 75px 0;
}
.v-pdf p {
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
}
.v-pdf .v-button {
  margin-top: 17px;
  letter-spacing: 2px;
  padding-left: 40px;
}
.v-pdf .v-button::before {
  background-image: url(../../../img/common/pc/ico_pdf.svg);
  height: 32px;
  left: 45px;
  width: 27px;
}
@media screen and (min-width: 751px) {
  .v-pdf .v-button:hover::before {
    background-image: url(../../../img/common/pc/ico_pdf_pink.svg);
  }
}

.v-group {
  padding: 70px 0 105px;
}
.v-group p.v-title {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.5;
  margin: 10px 0 13px;
  text-align: center;
}
.v-group p.v-desc {
  letter-spacing: 1.2px;
  line-height: 2;
  margin: 0 200px;
}
.v-group p.v-text {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 50px 0 55px;
  text-align: center;
}
.v-group p.v-text::before,
.v-group p.v-text::after {
  background: url(../../../img/common/pc/ico_tri.png) no-repeat center;
  content: "";
  display: block;
  height: 25px;
  margin: 0 auto;
  width: 92px;
}
.v-group p.v-text::before {
  margin-bottom: 13px;
}
.v-group p.v-text::after {
  margin-top: 10px;
}
.v-group p.v-text--up {
  margin: 40px 0 50px;
}
.v-group p.v-text--up::before,
.v-group p.v-text--up::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.v-group .v-heading3 {
  letter-spacing: 2px;
  margin: 53px 0 35px;
}
.v-group__wrapper {
  background-color: #fff;
  border-bottom: 2px solid #003278;
  min-height: 226px;
  padding: 53px 95px 50px;
  padding-left: 350px;
  position: relative;
}
.v-group__wrapper--3 {
  padding-top: 97px;
}
.v-group__wrapper p {
  line-height: 2;
}
.v-group__wrapper p.v-text--lg {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.v-group__wrapper .v-button {
  margin-top: 27px;
}
.v-group__wrapper .v-button::before {
  background-image: url(../../../img/common/pc/ico_arrow_blue.svg);
  height: 20px;
  right: 14px;
  width: 20px;
}
@media screen and (min-width: 751px) {
  .v-group__wrapper .v-button:hover::before {
    background-image: url(../../../img/common/pc/ico_arrow_white_sm.svg);
  }
}
.v-group__wrapper--ico {
  align-items: center;
  background-color: #003278;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: -12px;
  width: 250px;
}
.v-group__wrapper--ico p {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.v-group__wrapper__flex {
  margin-top: 5px;
}
.v-group__wrapper__flex--item:nth-child(1) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(3) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(5) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(7) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(9) {
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(2) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(4) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(6) {
  margin-bottom: 35px;
  width: 350px;
}
.v-group__wrapper__flex--item:nth-child(8) {
  width: 350px;
}
.v-group__wrapper__flex p.v-text--lg {
  font-weight: 600;
  margin-bottom: 12px;
}
.v-group__wrapper__flex p b {
  font-weight: 600;
}
.v-group__wrapper__flex .v-button {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .v-outline {
    padding: 17rem 0 5.9rem;
  }
  .v-outline__table {
    border: 0;
    box-shadow: none;
    margin-top: 2.3rem;
    padding: 1rem 2.5rem 0;
  }
  .v-outline__table table,
  .v-outline__table tbody,
  .v-outline__table tr,
  .v-outline__table th,
  .v-outline__table td {
    display: block;
  }
  .v-outline__table table {
    margin-left: 0;
    width: 100%;
  }
  .v-outline__table table tr {
    border-bottom: 0.1rem solid #e2e6ec;
  }
  .v-outline__table table tr:last-child {
    border-bottom: 0.2rem solid #003278;
  }
  .v-outline__table table th {
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
    padding: 1.7rem 0 0 2.4rem;
    width: auto;
  }
  .v-outline__table table th::before {
    height: 0.1rem;
    margin-right: 0.9rem;
    width: 1.5rem;
    top: 3rem;
  }
  .v-outline__table table td {
    letter-spacing: 0.12rem;
    padding: 0 0 1.7rem;
  }
  .v-outline__table table td.tosho-logo {
    display: block;
  }
  .v-outline__table table td.tosho-logo .dummy {
    margin-left: 20px;
    margin-top: 20px;
    width: 68px;
    height: 68px;
  }
  .v-outline__table table td.tosho-logo .tosho-logo-img {
    margin-left: 20px;
    margin-top: 20px;
    height: 68px;
  }
  .v-pdf {
    padding: 5.2rem 0 6rem;
  }
  .v-pdf p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
    line-height: 1.7;
    margin-top: 0.6rem;
  }
  .v-pdf .v-button {
    margin-top: 1.7rem;
    letter-spacing: 0.1rem;
    padding-left: 3.4rem;
  }
  .v-pdf .v-button::before {
    background-image: url(../../../img/common/sp/ico_pdf.png);
    background-size: contain;
    height: 3.2rem;
    left: 4.3rem;
    width: 2.6rem;
  }

  .v-group {
    padding: 4.1rem 0 5.9rem;
  }
  .v-group p.v-title {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    margin: 2.2rem 0 1.2rem;
  }
  .v-group p.v-desc {
    line-height: 1.6;
    margin: 0;
  }
  .v-group p.v-text {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 2.9rem 0 4.6rem;
  }
  .v-group p.v-text::before,
  .v-group p.v-text::after {
    background-image: url(../../../img/common/sp/ico_tri.png);
    background-size: contain;
    height: 1.9rem;
    width: 7rem;
  }
  .v-group p.v-text::before {
    margin-bottom: 1.6rem;
  }
  .v-group p.v-text::after {
    margin-top: 1.5rem;
  }
  .v-group p.v-text--up {
    margin: 3.5rem 0 5rem;
  }
  .v-group p.v-text--up::before,
  .v-group p.v-text--up::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .v-group p.v-text--up::before {
    margin-bottom: 1.9rem;
  }
  .v-group p.v-text--up::after {
    margin-top: 1.2rem;
  }
  .v-group .v-heading3 {
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    margin: 1.6rem 0 3.6rem;
  }
  .v-group__wrapper {
    border-bottom-width: 0.2rem;
    margin-left: 1rem;
    min-height: unset;
    padding: 19.2rem 1.6rem 4rem;
  }
  .v-group__wrapper--2 {
    padding-top: 18.6rem;
  }
  .v-group__wrapper--3 {
    padding-top: 18.3rem;
  }
  .v-group__wrapper p.v-text--lg {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
  }
  .v-group__wrapper .v-button {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    margin-top: 2.3rem;
  }
  .v-group__wrapper .v-button::before {
    background-size: contain;
    height: 2rem;
    right: 1.4rem;
    width: 2rem;
  }
  .v-group__wrapper--ico {
    height: 18.2rem;
    left: -1rem;
    top: -1.5rem;
    width: 18.2rem;
  }
  .v-group__wrapper--ico p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0.7rem;
  }
  .v-group__wrapper--ico .v-img1 {
    width: 6.1rem;
  }
  .v-group__wrapper--ico .v-img2 {
    width: 7rem;
  }
  .v-group__wrapper--ico .v-img3 {
    width: 9.7rem;
  }
  .v-group__wrapper__flex {
    margin-top: 0;
  }
  .v-group__wrapper__flex--item:nth-child(1) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(2) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(3) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(4) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(5) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(6) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(7) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(8) {
    margin-bottom: 3rem;
    width: auto;
  }
  .v-group__wrapper__flex--item:nth-child(9) {
    width: auto;
  }
  .v-group__wrapper__flex p.v-text--lg {
    margin-bottom: 1.7rem;
  }
  .v-group__wrapper__flex .v-button {
    margin-top: 1.3rem;
  }
}
/*# sourceMappingURL=index.css.map */
