@charset "utf-8";
/* CSS Document */
.sec-caution .container,
.sec-flow .container {
  max-width: 1100px;
}

.b-pageTop3,
.b-pageTop2 {
  display: none;
}

/*---------------------------------

 sec-caution 

---------------------------------*/
.sec-caution .b-check {
  display: flex;
}
.sec-caution .b-check .b-num {
  width: 55px;
  min-width: 55px;
  height: 142px;
  margin-right: 25px;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  background: #707070;
}
.sec-caution .b-check .b-num span.e-num {
  display: block;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
}
.sec-caution .b-check .b-right {
  margin-top: -0.3em;
  color: #707070;
}
.sec-caution .b-check .b-right dt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-caution .b-check {
    margin-bottom: 55px;
  }
  .sec-caution .b-check .b-num {
    margin-right: 25px;
  }
  .sec-caution .b-check h2 {
    margin-bottom: 20px;
  }
  .sec-caution .b-check .b-right .b-box {
    margin-top: 40px;
  }
  .sec-caution .b-check.m-num03 .b-row .b-box:nth-child(1),
  .sec-caution .b-check.m-num04 .b-row .b-box:nth-child(1) {
    margin-top: 15px;
  }
  .sec-caution .b-check .b-right .b-img {
    max-width: 350px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8ex;
  }
  .sec-caution .b-check.m-num03 .b-right .b-img {
    width: 80%;
  }
  .sec-caution .b-check.m-num03 .m-multiple dl + dl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec-caution .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-caution .b-check,
  .sec-caution .b-check.m-num03 .b-box,
  .sec-caution .b-check.m-num04 .b-box {
    width: 44%;
  }
  .sec-caution .b-check {
    margin-bottom: 105px;
  }
  .sec-caution .b-check.m-num03 .b-box,
  .sec-caution .b-check.m-num04 .b-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 45px;
  }
  .sec-caution .b-check.m-num03 .b-box.m-multiple {
    display: block;
  }
  .sec-caution .b-check.m-num03,
  .sec-caution .b-check.m-num04 {
    width: 100%;
  }
  .sec-caution .b-check.m-num03 .b-row,
  .sec-caution .b-check.m-num04 .b-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-caution .b-check.m-num03 .b-row .b-box:nth-child(1),
  .sec-caution .b-check.m-num03 .b-row .b-box:nth-child(2),
  .sec-caution .b-check.m-num04 .b-row .b-box:nth-child(1),
  .sec-caution .b-check.m-num04 .b-row .b-box:nth-child(2) {
    margin-top: 20px;
  }
  .sec-caution .b-check .b-num {
    margin-right: 30px;
  }
  .sec-caution .b-check.m-num03 .b-box.m-multiple dl + dl {
    margin-top: 45px;
  }
  .sec-caution .b-check.m-num03 .m-imgR {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .sec-caution .b-check.m-num03 .b-img {
    align-self: flex-end;
    max-width: 340px;
    margin-top: 25px;
    margin-left: 20px;
  }
  .sec-caution .b-check.m-num03 .m-imgR .b-img {
    align-self: flex-start;
    width: 30%;
    min-width: 48%;
    margin-top: 15px;
    margin-left: 30px;
  }
}

/*---------------------------------

 sec-flow 

---------------------------------*/
.sec-flow {
  background: #eae6d5;
}
.sec-flow .b-secTtl {
  text-align: center;
}
.sec-flow .b-secTtl h2 {
  font-weight: 300;
  margin-bottom: 0;
}
.sec-flow .b-secTtl p {
  line-height: 1.5;
  margin-top: 0.5em;
}
.sec-flow .b-secTtl p span {
  display: inline-block;
}
.sec-flow .b-flow {
  border: 1px solid #707070;
  color: #707070;
}
.sec-flow .b-flow .m-s {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 1.2em;
}
.sec-flow li {
  position: relative;
}
.sec-flow li::before {
  color: #fff;
  position: absolute;
  line-height: 1;
}
.sec-flow li dl {
  position: relative;
  z-index: 1;
}
.sec-flow li:nth-child(1)::before {
  content: "1";
}
.sec-flow li:nth-child(2)::before {
  content: "2";
}
.sec-flow li:nth-child(3)::before {
  content: "3";
}
.sec-flow li:nth-child(4)::before {
  content: "4";
}
.sec-flow li:nth-child(5)::before {
  content: "5";
}
.sec-flow li:nth-child(6)::before {
  content: "6";
}
.sec-flow li dt {
  color: #780e0e;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec-flow {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sec-flow .container {
    margin: 0 13px;
  }
  .sec-flow .b-secTtl {
    margin-bottom: 45px;
  }
  .sec-flow .b-secTtl h2 {
    font-size: 25px;
  }
  .sec-flow .b-secTtl p {
    font-size: 16px;
  }
  .sec-flow li {
    padding: 22px;
    margin-bottom: 17px;
  }
  .sec-flow li::before {
    font-size: 76px;
    top: 13px;
    right: 22px;
  }
  .sec-flow li dt {
    font-size: 18px;
  }
  .sec-flow li .b-img {
    margin: 15px auto 0;
    max-width: 400px;
    text-align: center;
  }
  .sec-flow li:nth-child(1) .b-img img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .sec-flow {
    padding-top: 70px;
  }
  .sec-flow .b-secTtl {
    margin-bottom: 40px;
  }
  .sec-flow .b-secTtl h2 {
    font-size: 35px;
  }
  .sec-flow .b-secTtl p {
    font-size: 18px;
  }
  .sec-flow ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-flow ol > li {
    width: 46.5%;
    padding: 30px 4.5% 35px;
    margin-bottom: 65px;
  }
  .sec-flow li::before {
    font-size: 90px;
    top: 15px;
    right: 8%;
  }
  .sec-flow li dt {
    font-size: 20px;
  }
  .sec-flow li .b-img {
    margin-top: 30px;
  }
}
