@charset "UTF-8";
/*!
Theme Name: LP
Template:   cocoon-master
Version:    1.0.0
Author: ザワ
*/
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap");
.th-bg {
  background: #2948bc;
  color: #fff;
}

.e-font {
  font-family: -apple-system, "Dancing Script", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
}

.eng {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.text_green {
  color: #00A19A;
}
.text_green a {
  color: #00A19A;
}

.text_blue {
  color: #0072D3;
}
.text_blue a {
  color: #0072D3;
}

.text_red {
  color: #E60012;
}
.text_red a {
  color: #E60012;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.contactbg a {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 50px;
  font-style: 20px;
  font-weight: bold;
  transition: 0.3s;
}
.contactbg a:hover {
  background: #Fff000;
  text-decoration: none;
  color: #333;
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, img, dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, menu, nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ul ul {
  margin: 0;
}

table {
  border-spacing: 0;
  table-layout: fixed;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

/*******リセットここまで********/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 14px;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.tcenter {
  text-align: center;
}

.mb {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb {
    margin-bottom: 80px;
  }
}

.mb15 {
  margin-bottom: 15px;
}

.pad {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .pad {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .con-w {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.clear {
  clear: both;
}

.mobile-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.flex-cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .flex-cont .flexcont-img {
    width: 49%;
  }
  .flex-cont .flexcont-text {
    width: 49%;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pc-flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .order1 {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .order2 {
    order: 2;
  }
}

.bottom-line::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #aaa;
  margin: 20px auto;
}

.content {
  margin-top: 0;
}

#body {
  margin-top: 0;
}

.main {
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  max-width: none;
}

a:hover {
  color: #E60012;
  opacity: 0.8;
}
a:hover h3 {
  text-decoration: underline;
}

h1 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 26px;
    text-align: center;
  }
}

h2 {
  font-size: 25px;
  margin-bottom: 10px;
  background: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.bb {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

header .header-in {
  padding: 20px;
  position: fixed;
  z-index: 2;
  height: auto;
  background: #fff;
  height: auto !important;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  header .header-in {
    padding: 20px;
    position: static;
  }
}

.header-logo {
  width: 48%;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 30%;
  }
}

.tel-btn {
  width: 25%;
  margin-left: 15%;
  line-height: 0;
}

.header-contact-btn {
  width: 48%;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .header-contact-btn {
    width: 25%;
  }
}

.content-only .footer {
  display: block;
}

.footer {
  font-size: 14px;
  padding: 50px 10px;
  text-align: center;
  margin-top: 0;
}
.footer .footcom {
  margin-bottom: 30px;
}

.footer-img {
  margin-bottom: 50px;
}
.footer-img img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer-img img {
    width: 200px;
  }
}

body.page-template-page-value #content {
  padding-top: 0;
}
body.page-template-page-value #content .main {
  background: #2748B4;
  border-radius: 0;
  border: none;
}

.value-cont {
  padding: 10px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .value-cont {
    max-width: 1000px;
    padding: 30px;
    margin: 0 auto;
  }
}
.value-cont .value-heading {
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  background: #2748B4;
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: 10px;
}
.value-cont .left-cont {
  border: 5px solid #000;
  border-radius: 10px;
  padding: 30px 10px 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .value-cont .left-cont {
    width: 48%;
    padding: 30px;
    margin-bottom: 0;
    font-size: 18px;
  }
}
.value-cont .left-cont .price-img {
  width: 90%;
  margin: 0 auto;
}
.value-cont .left-cont .red {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .value-cont .left-cont .red {
    font-size: 16px;
  }
}
.value-cont .right-cont {
  width: 100%;
  background: #F0F0F0;
  border-radius: 10px;
  padding: 30px 10px 0px;
  box-shadow: 0 2px 6px #aaa;
}
@media screen and (min-width: 768px) {
  .value-cont .right-cont {
    width: 48%;
  }
}
.value-cont h2 {
  font-family: "Mochiy Pop One", sans-serif;
  color: #000;
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: 5px;
  display: inline-block;
  border-bottom: 10px solid #F1D72D;
  line-height: 0.2;
  padding: 5px;
}
.value-cont .topbtn {
  width: 49%;
  filter: drop-shadow(0 1px 3px #aaa);
}
.value-cont .y-contentbtn {
  width: 49%;
  filter: drop-shadow(0 1px 3px #aaa);
}

.pd-conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd-conts .pd-cont {
  width: 48%;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.pd-conts .pd-cont .img {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  margin-bottom: 5px;
}
.pd-conts .pd-cont .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
}
.pd-conts .pd-cont p {
  line-height: 1;
}

.n2-ss-slider-wrapper-inside {
  background: #fff;
}

.contact-top {
  margin-top: 30px;
}

body.page-template-page-contact #content {
  padding-top: 0;
}

.contact-cont {
  padding: 10px;
  background: #fff;
}
.contact-cont h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1d50b6;
}
@media screen and (min-width: 768px) {
  .contact-cont h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact-cont {
    max-width: 700px;
    padding: 30px;
    margin: 0 auto;
  }
}

.contact-wrap .wpcf7-form p {
  margin-bottom: 0;
}
.contact-wrap .box {
  margin-bottom: 20px;
}
.contact-wrap .submit {
  text-align: center;
}
.contact-wrap .submit input[type=submit] {
  font-size: 20px;
  font-weight: bold;
  appearance: none;
  border-radius: 5px;
  background: #2f66da;
  color: #fff;
  border: none;
  border-bottom: 6px solid #1a3388;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-wrap .submit input[type=submit] {
    width: 300px;
  }
}
.contact-wrap .wpcf7-spinner {
  margin: 0;
}

.toplink {
  text-decoration: underline;
}

body.page-template-page-thanks #content {
  padding-top: 0;
}

.thanks-cont {
  padding: 10px;
  background: #fff;
  text-align: center;
}
.thanks-cont h1 {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1d50b6;
}
@media screen and (min-width: 768px) {
  .thanks-cont h1 {
    font-size: 40px;
  }
}
.thanks-cont p {
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .thanks-cont p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .thanks-cont {
    max-width: 700px;
    padding: 30px;
    margin: 0 auto;
  }
}

#content {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 0;
  }
}
#content #main {
  padding: 0;
}
#content #zero, #content #general, #content #catalog {
  padding-top: 24vw;
  margin-top: -18vw;
}
@media screen and (min-width: 768px) {
  #content #zero, #content #general, #content #catalog {
    padding-top: 10px;
    margin-top: -10px;
  }
}

.under-b {
  font-weight: bold;
  border-bottom: 3px solid #1c50b6;
}

.under {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .first {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
  }
}
.first h1 {
  height: 80vw;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 1px 1px 3px #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .first h1 {
    height: auto;
    font-size: 40px;
    line-height: 1.5;
    margin-top: -150px;
  }
}
.first h1 span {
  display: block;
}
@media screen and (min-width: 768px) {
  .first .diagnos-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .diagnos {
    width: 40%;
    max-width: 370px;
    background: #fff;
    padding: 20px 20px 0;
    box-shadow: 1px 1px 3px #aaa;
    border-radius: 10px;
    float: right;
  }
  .diagnos h2 {
    margin-bottom: 10px;
  }
}
.diagnos .zerolink {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .diagnos .zerolink {
    margin-bottom: 25px;
  }
}
.diagnos .zerolink a {
  text-decoration: underline;
}
.diagnos form {
  width: 100%;
}
.diagnos .d-flex {
  margin-bottom: 20px;
  align-items: stretch;
}
.diagnos .form-parts {
  background: #3660d8;
  border-radius: 5px;
}
.diagnos .wpcf7-form-control-wrap {
  width: 90%;
}
.diagnos .wpcf7-form-control-wrap select, .diagnos .wpcf7-form-control-wrap input {
  font-size: 16px;
  padding: 20px 15px;
  border: none;
  background: #d6e6ff;
  border: 2px solid #d6d7ff;
  appearance: none;
  border-radius: 0 5px 5px 0;
}
.diagnos .wpcf7-form-control-wrap select:focus, .diagnos .wpcf7-form-control-wrap input:focus {
  border: 2px solid #3d73db;
  outline: 0;
  box-sizing: border-box;
}
.diagnos .select {
  position: relative;
}
.diagnos .select::after {
  content: "";
  background: url("img/bottom.svg") no-repeat;
  background-size: contain;
  height: 10px;
  width: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 0;
}
.diagnos .num {
  text-align: center;
  width: 10%;
  align-self: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.diagnos .free {
  text-align: center;
  width: 10%;
  align-self: center;
  margin-bottom: 0;
}
.diagnos .sub {
  position: relative;
  overflow: hidden;
}
.diagnos .sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  line-height: 1;
  z-index: 1;
  transition: 1s;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  animation: anime1 2s ease-in infinite;
}
.diagnos input[type=submit] {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  appearance: none;
  border-radius: 5px;
  background: #2f66da;
  color: #fff;
  border: none;
  border-bottom: 6px solid #1a3388;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@keyframes anime1 {
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.diagnos .wpcf7-not-valid-tip {
  color: #fff;
}
.diagnos .sub {
  margin-bottom: 0;
}

.val {
  display: none;
}

.sent .val {
  display: block;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .second {
    line-height: 2.5;
  }
}
@media screen and (min-width: 768px) {
  .second .free-btn {
    margin: 0 auto;
    width: 300px;
  }
}
.second h3 {
  border-left: 7px solid #1D50B6;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 30px;
}
.second .sche {
  border-bottom: 3px solid #19448e;
  display: inline-block;
}
.second .gen-table {
  border-bottom: none;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #19448e;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .second .gen-table {
    font-size: 16px;
  }
}
.second .gen-table h4 {
  background: #19448e;
  color: #fff;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .second .gen-table h4 {
    font-size: 14px;
  }
}
.second .gen-table .sub-table-1 dt {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-1 {
    width: 30%;
  }
}
.second .gen-table .sub-table-2 p {
  padding: 7px 0 7px 5px;
  margin-bottom: 0;
  line-height: 2;
  border-bottom: 1px solid #000;
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-2 {
    width: 40%;
  }
  .second .gen-table .sub-table-2 .pc-flex {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .second .gen-table .sub-table-2 .pc-flex div {
    width: 100%;
  }
  .second .gen-table .sub-table-2 .pc-flex p {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
}
.second .gen-table .sub-table-2.lineh1 p {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-3 {
    width: 30%;
  }
}
.second .gen-table .sub-table-3 p {
  width: 30%;
  margin-bottom: 0;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-3 p {
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.4;
  }
}
.second .gen-table .sub-table-3 .flex-left {
  width: 70%;
}
.second .gen-table .sub-table-3 dt, .second .gen-table .sub-table-3 dd {
  border-right: 1px solid #000;
}
.second .gen-table .sub-table-3 dd {
  font-size: 18px;
  line-height: 1.3;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-3 dd {
    font-size: 16px;
  }
}
.second .gen-table .sub-table-3 dd br {
  display: none;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-3 dd br {
    display: block;
  }
}
.second .gen-table .sub-table-3 dd span {
  font-size: 22px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .second .gen-table .sub-table-3 dd span {
    font-size: 30px;
  }
}
.second .gen-table dt {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  background: #dfdfdf;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .second .gen-table dt {
    border-top: 1px solid #000;
    border-right: none;
  }
}
.second .gen-table dd {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .second .gen-table dd {
    border-right: none;
    height: 170px;
    justify-content: center;
    align-items: center;
  }
}
.second .gen-table .none-pad {
  padding: 0;
  border-bottom: none;
}
.second .gen-table .flex-left {
  border-right: 1px solid #000;
}
.second h2 {
  font-size: 7.2vw;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 40px;
}
.second h2 span {
  background: linear-gradient(transparent 60%, #F1D72D 60%);
}
@media screen and (min-width: 768px) {
  .second h2 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}

.catalog-table {
  border-bottom: none;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #19448e;
}
@media screen and (min-width: 768px) {
  .catalog-table {
    font-size: 18px;
    width: 550px;
  }
}
.catalog-table .sub-table-1 dt {
  border-top: 1px solid #000;
}
.catalog-table .sub-table-2 p {
  padding: 7px 0 7px 5px;
  margin-bottom: 0;
  line-height: 2;
  border-bottom: 1px solid #000;
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .catalog-table .sub-table-2 .pc-flex {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .catalog-table .sub-table-2 .pc-flex div {
    width: 100%;
  }
  .catalog-table .sub-table-2 .pc-flex p {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
}
.catalog-table .sub-table-2.lineh1 p {
  line-height: 1;
}
.catalog-table .sub-table-3 dt, .catalog-table .sub-table-3 dd {
  border-right: 1px solid #000;
}
.catalog-table .sub-table-3 dd {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .catalog-table .sub-table-3 dd {
    font-size: 23px;
  }
}
.catalog-table .sub-table-3 dd br {
  display: none;
}
@media screen and (min-width: 768px) {
  .catalog-table .sub-table-3 dd br {
    display: block;
  }
}
.catalog-table .sub-table-3 dd span {
  font-size: 22px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .catalog-table .sub-table-3 dd span {
    font-size: 30px;
  }
}
.catalog-table dt {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  background: #dfdfdf;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.catalog-table dd {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .catalog-table dd {
    justify-content: center;
    align-items: center;
  }
  .catalog-table dd br {
    display: none;
  }
}
.catalog-table .none-pad {
  padding: 0;
  border-bottom: none;
}
.catalog-table .flex-left {
  border-right: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .catalog-table-box {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .catalog-table-box .diagnos {
    box-shadow: none;
  }
}

.third {
  background: #1D50B6;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .third {
    padding: 30px 0;
  }
}
.third h2 {
  font-weight: bold;
  line-height: 1.2;
}
.third p {
  margin-bottom: 0;
}
.third .flexcont {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .third .flexcont {
    justify-content: center;
  }
  .third .flexcont .y-contentbtn {
    margin-right: 50px;
  }
}
.third .flexcont div {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .third .flexcont div {
    width: 30%;
  }
}

.fourth h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.fourth h2::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #1D50B6;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}
@media screen and (min-width: 768px) {
  .fourth h2::before {
    width: 70px;
  }
}
.fourth h3 {
  border-left: 7px solid #1D50B6;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 30px;
}
.fourth .sub-table {
  border-bottom: none;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #19448e;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table {
    font-size: 18px;
  }
}
.fourth .sub-table .sub-table-1 dt {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table .sub-table-1 {
    width: 30%;
  }
}
.fourth .sub-table .sub-table-2 p {
  padding: 7px 0 7px 5px;
  margin-bottom: 0;
  line-height: 2;
  border-bottom: 1px solid #000;
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table .sub-table-2 {
    width: 50%;
  }
  .fourth .sub-table .sub-table-2 .pc-flex {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .fourth .sub-table .sub-table-2 .pc-flex p {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
}
.fourth .sub-table .sub-table-3 dt, .fourth .sub-table .sub-table-3 dd {
  border-right: 1px solid #000;
}
.fourth .sub-table .sub-table-3 dd {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table .sub-table-3 dd {
    font-size: 23px;
  }
}
.fourth .sub-table .sub-table-3 dd br {
  display: none;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table .sub-table-3 dd br {
    display: block;
  }
}
.fourth .sub-table .sub-table-3 dd span {
  font-size: 22px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table .sub-table-3 dd span {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fourth .sub-table .sub-table-3 {
    width: 20%;
  }
}
.fourth .sub-table dt {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  background: #dfdfdf;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table dt {
    border-top: 1px solid #000;
    border-right: none;
  }
}
.fourth .sub-table dd {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .fourth .sub-table dd {
    border-right: none;
    height: 170px;
    justify-content: center;
    align-items: center;
  }
}
.fourth .sub-table .none-pad {
  padding: 0;
  border-bottom: none;
}
.fourth .sub-table .flex-left {
  border-right: 1px solid #000;
}
.fourth .pc-flex div {
  width: 100%;
}

.fifth .heading {
  text-align: center;
  font-weight: bold;
}
.fifth .heading h2 {
  padding: 0;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .fifth .heading h2 br {
    display: none;
  }
}
.fifth .heading span {
  font-size: 38px;
  font-weight: bold;
  color: #1D50B6;
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .fifth .pc-flex {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .fifth .pc-flex .mb {
    width: 30%;
  }
}
.fifth .pc-flex .mb h3 {
  font-size: 7vw;
  color: #1D50B6;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .fifth .pc-flex .mb h3 {
    font-size: 24px;
  }
}
.fifth .pc-flex .mb p {
  line-height: 1.5;
}