@charset "UTF-8";
/* デフォルト */
@font-face {
  font-family: "YuGothic";
  src: url(../../font/YuGothM.ttc);
}
@font-face {
  font-family: "YuGothicB";
  src: url(../../font/YuGothB.ttc);
}
/* レスポンシブ設定 */
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flow .flex {
  gap: 35px;
}
@media screen and (max-width:540px) {
  .flow .flex {
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto 30px;
  }
}
.flow .flex .box {
  width: 210px;
}
.flow .flex .box .title {
  background: #00419A;
  padding: 5px 0;
}
.flow .flex .box .title p {
  color: white;
  text-align: center;
}
@media screen and (max-width:540px) {
  .flow .flex .box .title p {
    font-size: 16px;
  }
}
.flow .flex .box .content {
  background: white;
  padding: 45px 0 0;
  position: relative;
  height: 239px;
}
@media screen and (max-width:540px) {
  .flow .flex .box .content {
    height: auto;
    padding: 25px 0;
  }
}
.flow .flex .box .content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 14px;
  border-color: transparent transparent transparent #00419A;
  bottom: 50%;
  transform: translateY(50%);
  right: -25px;
}
@media screen and (max-width:540px) {
  .flow .flex .box .content::after {
    border-width: 9px 19.5px 0 19.5px;
    border-color: #00419A transparent transparent transparent;
    transform: translateY(0%) translateX(50%);
    right: 50%;
    bottom: -21px;
  }
}
.flow .flex .box .content.last {
  padding-top: 30px;
}
.flow .flex .box .content.last::after {
  content: none;
}
.flow .flex .box .content p {
  color: #003986;
  font-family: "YuGothicB";
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width:540px) {
  .flow .flex .box .content p {
    font-size: 18px;
  }
}
.flow .flex .box .content img {
  width: 131px;
  margin: 20px auto 0;
}
@media screen and (max-width:540px) {
  .flow .flex .box .content img {
    width: 120px;
    margin-top: 20px;
  }
}
.flow .flex .box .content img.second {
  margin: 40px auto 0;
}
@media screen and (max-width:540px) {
  .flow .flex .box .content img.second {
    margin-top: 20px;
  }
}
.flow .textbox {
  background: white;
  padding: 35px 50px;
  margin-bottom: 70px;
}
@media screen and (max-width:540px) {
  .flow .textbox {
    width: 328px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px 25px;
  }
}
@media screen and (max-width:320px) {
  .flow .textbox {
    width: 100%;
  }
}
.flow .textbox ul {
  margin: 20px auto;
}
.flow .textbox ul li {
  font-size: 18px;
  text-align: justify;
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 27px;
}
.flow .textbox ul li::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 16px;
  background: url(../../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .flow .textbox ul li::before {
    width: 18px;
    height: 14px;
    top: 3px;
    transform: translateY(0%);
  }
}
@media screen and (max-width:540px) {
  .flow .textbox ul li {
    font-size: 14px;
    padding-left: 24px;
  }
}
.flow .textbox ul li:last-child {
  margin-bottom: 0px;
}
.flow .ballon-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width:540px) {
  .flow .ballon-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.flow .ballon-item.second {
  flex-direction: row-reverse;
  margin-bottom: 0px;
}
.flow .ballon-img {
  width: 133px;
}
@media screen and (max-width:540px) {
  .flow .ballon-img {
    width: 92px;
  }
}
.flow .ballon-text {
  border: 1px solid #969696;
  background: white;
  border-radius: 9px;
  padding: 30px 35px;
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:540px) {
  .flow .ballon-text {
    padding: 20px;
    margin-left: 20px;
  }
}
.flow .ballon-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent #969696 transparent transparent;
  top: 50%;
  left: -16.5px;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .flow .ballon-text::before {
    border-width: 8px 14px 8px 0;
    left: -15px;
  }
}
.flow .ballon-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent white transparent transparent;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .flow .ballon-text::after {
    border-width: 8px 14px 8px 0;
    left: -13px;
  }
}
.flow .ballon-text.second {
  margin-left: 0px;
  margin-right: 30px;
}
.flow .ballon-text.second::before {
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #969696;
  top: 50%;
  left: 286px;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .flow .ballon-text.second::before {
    border-width: 8px 0 8px 14px;
    left: 209px;
  }
}
.flow .ballon-text.second::after {
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent white;
  left: 284px;
}
@media screen and (max-width:540px) {
  .flow .ballon-text.second::after {
    border-width: 8px 0 8px 14px;
    left: 208.5px;
  }
}
.flow .ballon-text p {
  line-height: 1.3;
  font-family: "YuGothicB";
  color: #4A4A4A;
  text-align: center;
}
.flow .allow {
  width: 23px;
  margin: 40px auto 30px;
}
@media screen and (max-width:540px) {
  .flow .allow {
    width: 20px;
    margin: 30px auto 25px;
  }
}
.flow p.center {
  text-align: center;
  line-height: 1.7;
}
.flow p.center span {
  font-size: 22px;
  background: linear-gradient(transparent 45%, #F8EEA9 45%);
  line-height: 1.5;
}
@media screen and (max-width:540px) {
  .flow p.center span {
    font-size: 18px;
  }
}
.flow p.center span.blue {
  font-family: "YuGothicB";
  color: #0077CE;
}

.special .flex {
  justify-content: space-between;
}
@media screen and (max-width:540px) {
  .special .flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.special .flex .box {
  width: 294px;
}
@media screen and (max-width:540px) {
  .special .flex .box {
    width: 260px;
    margin: 0 auto;
  }
}
.special .flex .box img.tag {
  width: 111px;
  margin-bottom: 20px;
}
@media screen and (max-width:540px) {
  .special .flex .box img.tag {
    width: 95px;
    margin-bottom: 15px;
  }
}
.special .flex .box img.text {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.special .flex .box p {
  font-family: "YuGothicB";
  color: #002B65;
}
.special .flex .box p.sheet {
  font-size: 22px;
  color: #0077CE;
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  .special .flex .box p.sheet {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.howto h2 {
  margin-bottom: 70px;
}
@media screen and (max-width:540px) {
  .howto h2 {
    margin-bottom: 60px;
  }
}
.howto .flex {
  gap: 23px;
  margin-bottom: 70px;
}
@media screen and (max-width:540px) {
  .howto .flex {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
.howto .box {
  position: relative;
  background: white;
  width: 305px;
  height: 377px;
  padding: 60px 15px 0;
}
@media screen and (max-width:540px) {
  .howto .box {
    width: 300px;
    height: auto;
    margin: 0 auto 30px;
    padding: 45px 20px 35px;
  }
  .howto .box:last-child {
    margin-bottom: 0px;
  }
}
.howto .box.second::before {
  background: url(../../img/howto-num2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.howto .box.third::before {
  background: url(../../img/howto-num3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.howto .box::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  font-size: 31px;
  background: url(../../img/howto-num1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:540px) {
  .howto .box::before {
    width: 46px;
    height: 46px;
    top: -20px;
  }
}
.howto .box img {
  margin-bottom: 25px;
}
.howto .box p {
  text-align: center;
  font-family: "YuGothicB";
  font-size: 20px;
}
@media screen and (max-width:540px) {
  .howto .box p {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .howto a.button {
    width: 270px;
  }
}/*# sourceMappingURL=style.css.map */