@charset "UTF-8";
/* CSS Document */
/* title 系 */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("/ci_branding/img/mimg_ci_branding.jpg") no-repeat;
  background-size: cover;
}

.logo h3 {
  color: #2070a3;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.logo .page_title {
  margin-bottom: 2em;
}
.logo .page_title h2 {
  font-size: 1.9em;
}

/* リンクボタン */ /* 横幅はclass名を変えて最適なサイズを設定してください */
.pagelinkbtn {
  /* padding-left:188px; */
  margin-top: 5em;
}

#Mimg {
  margin-bottom: 50px;
}

#Logo h2,
#kihon h2 {
  font-size: 1.9em;
  line-height: 1.5;
}
#Logo h3,
#kihon h3 {
  font-size: 1.385em;
  color: #005b96;
  margin-bottom: 6px;
  line-height: 1.5;
}

.about {
  margin-bottom: 36px;
}

.flow {
  margin-bottom: 70px;
}
.flow p {
  padding-bottom: 18px;
}
.flow h4 {
  text-align: center;
  font-size: 1.154em;
  margin: 3em 12px 0;
}
.flow ul {
  margin: auto;
  max-width: 540px;
}
.flow li {
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  background: #60b0de;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.95em;
}
.flow li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #60b0de;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}

.flow li span {
  padding: 0 1em;
  border-right: 1px solid #fff;
}
.flow li p {
  padding: 0 0.5em 0 1em;
  line-height: 1.4;
}
.ninti {
  margin-bottom: 82px;
}
.ninti h4 {
  font-size: 1.154em;
  margin-bottom: 12px;
}
.ninti .pictL {
  margin-right: 20px;
}
.ninti p {
  padding-bottom: 13px;
}
.ninti p span {
  font-size: 1.154em;
  font-weight: bold;
  line-height: 1.2;
}
.items {
  clear: both;
  margin-top: 4em;
}

.b_image1 {
  margin-bottom: 38px;
}

.know {
  margin-bottom: 45px;
}
.know > div {
  margin-top: 10px;
  justify-content: space-between;
  gap: 1.5em;
  flex-wrap: nowrap;
}
.know li {
  font-size: 0.923em;
}
.txt_green {
  color: #207b50;
}

.zukei {
  margin-bottom: 45px;
}
.zukei dt {
  width: 18%;
}
.zukei dd {
  font-size: 0.923em;
  /* white-space:nowrap; */
  vertical-align: top;
  padding-right: 12px;
}
.zukei dd:nth-of-type(1) {
  width: 31%;
}
.zukei dd:nth-of-type(2) {
  width: 43%;
}
.image_b {
  margin-bottom: 45px;
}
.image_b ol,
.image_b li {
  list-style-type: decimal;
}
.image_b li {
  margin-left: 18px;
}

.youin {
  margin-bottom: 68px;
}

.manual {
  margin: 14px 0 3.5em 0;
}
.manualimg {
  text-align: center;
  margin-top: 2em;
}

.check {
  margin-bottom: 5em;
}
.check p {
  padding-bottom: 34px;
}
.check ol,
.check li {
  list-style-type: decimal;
}
.check li {
  font-size: 0.923em;
  margin: 0 0 16px 42px;
}

.price {
}
.priceimg {
  margin-top: 42px;
}
.price h4 {
  margin-top: 34px;
}
.price th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.price td {
}

@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  }
  .flow li {
    height: 60px;
    flex-wrap: nowrap;
  }
  .know > div {
    gap: 0;
    flex-direction: column;
  }
  .ninti .pictL {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .check li {
    margin-left: 1.5em;
  }
  .zukei dl {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .zukei dt,
  .zukei dd:nth-of-type(1),
  .zukei dd:nth-of-type(2) {
    width: 100%;
  }
}
