@charset "UTF-8";
.main_outer1 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}
.main_outer1 .pc {
  display: block;
}
.main_outer1 .sp {
  display: none;
}
@media (max-width: 768px) {
  .main_outer1 .pc {
    display: none;
  }
  .main_outer1 .sp {
    display: block;
  }
}
.main_outer1 .content {
  margin: 0 auto;
  padding: 0;
}
.main_outer1 .contWp {
  color: #3c3c3c;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .main_outer1 {
    font-size: 3.90625vw;
  }
  .main_outer1 .contWp {
    width: 92%;
  }
  .main_outer1 img {
    width: 100%;
  }
}

.main_outer1 .kv {
  width: 1200px;
  height: 291px;
  margin-bottom: 10px;
  background: url("../img/kv_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.main_outer1 .kv h1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 80px;
}
.main_outer1 .kv h1 .yellow {
  color: #ffef3e;
}
.main_outer1 .kv h1 > span {
  font-size: 6.4rem;
}
.main_outer1 .kv h1 .subTtl {
  display: block;
  margin-top: 30px;
  font-size: 3rem;
}
.main_outer1 .kv h1 .subTtl > span {
  padding: 0 10px 2px;
  color: #eb5c14;
  background-color: #fff;
}
.main_outer1 .date {
  text-align: right;
}
.main_outer1 .leadArea {
  margin-bottom: 60px;
}
.main_outer1 .leadArea > p {
  width: 800px;
  margin: 0 auto 60px;
}
.main_outer1 .leadArea .ToC {
  width: 700px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.main_outer1 .leadArea .ToC > ul, .main_outer1 .leadArea .ToC > div {
  padding: 16px 40px;
  background-color: #fef7ee;
  border: solid 2px #fbcc77;
}
.main_outer1 .leadArea .ToC ul li a {
  display: block;
  padding: 7px 0;
}
.main_outer1 .leadArea .ToC ul li a span {
  display: inline-block;
  position: relative;
}
.main_outer1 .leadArea .ToC ul li a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #eb5c14;
  width: 18px;
  height: 18px;
  top: 6px;
  right: -30px;
}
.main_outer1 .leadArea .ToC ul li a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  top: 11px;
  right: -24px;
}
.main_outer1 .leadArea .ToC > div {
  border-radius: 20px 20px 0 0;
}
.main_outer1 .leadArea .ToC > div > p {
  margin-bottom: 10px;
}
.main_outer1 .leadArea .ToC > div > ul li {
  color: #eb5c14;
}
.main_outer1 .leadArea .ToC > div > ul li a {
  color: #eb5c14;
}
.main_outer1 .leadArea .ToC > div > ul li::before {
  color: #eb5c14;
}
.main_outer1 .leadArea .ToC > ul {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}
.main_outer1 p {
  margin-bottom: 30px;
}
.main_outer1 .markLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe492));
  background: linear-gradient(transparent 60%, #ffe492 60%);
}
.main_outer1 .notes {
  font-size: 1.6rem;
}
.main_outer1 article,
.main_outer1 section {
  margin-bottom: 120px;
}
.main_outer1 article .secTtl,
.main_outer1 section .secTtl {
  width: 1000px;
  height: 99px;
  margin-bottom: 40px;
  background: url("../img/ttlBg_01_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.main_outer1 article .secTtl span,
.main_outer1 section .secTtl span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_outer1 article figure,
.main_outer1 section figure {
  margin-bottom: 60px;
}
.main_outer1 article figure img,
.main_outer1 section figure img {
  display: block;
  margin: auto;
}
.main_outer1 article figure figcaption,
.main_outer1 section figure figcaption {
  font-size: 2rem;
}
.main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
  margin-bottom: 40px;
  padding: 0 0 10px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 3px solid #eb5c14;
  color: #eb5c14;
}
.main_outer1 article .Dtl,
.main_outer1 section .Dtl {
  margin-bottom: 60px;
}
.main_outer1 article .Dtl h4,
.main_outer1 section .Dtl h4 {
  margin: 80px auto 40px;
}
.main_outer1 article .Dtl h4 span,
.main_outer1 section .Dtl h4 span {
  padding: 0 0 4px 60px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #eb5c14;
  background: url("../img/ttlBg_02.png") no-repeat;
  background-size: 50px auto;
  background-position: center left;
}
.main_outer1 article .Dtl h5,
.main_outer1 section .Dtl h5 {
  margin: 60px auto 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.main_outer1 article .Dtl dl dt,
.main_outer1 section .Dtl dl dt {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #eb5c14;
}
.main_outer1 article .Dtl dl dt span,
.main_outer1 section .Dtl dl dt span {
  margin-right: 20px;
  padding: 0 10px 2px;
  color: #fff;
  background-color: #eb5c14;
}
.main_outer1 article .Dtl dl dd,
.main_outer1 section .Dtl dl dd {
  margin-bottom: 60px;
}
.main_outer1 article .intro,
.main_outer1 section .intro {
  padding: 40px 80px;
  background-image: url("../img/bg_intro.png");
}
.main_outer1 article .intro .introSub, .main_outer1 article .intro .introTtl,
.main_outer1 section .intro .introSub,
.main_outer1 section .intro .introTtl {
  font-size: 2.4rem;
  text-align: center;
}
.main_outer1 article .intro .introTtl,
.main_outer1 section .intro .introTtl {
  font-weight: bold;
}
.main_outer1 article .intro > div,
.main_outer1 section .intro > div {
  padding-left: 20px;
}
.main_outer1 article .intro > div .introTtl,
.main_outer1 section .intro > div .introTtl {
  text-align: left;
  position: relative;
}
.main_outer1 article .intro > div .introTtl::before,
.main_outer1 section .intro > div .introTtl::before {
  content: "■";
  color: #eb5c14;
  position: absolute;
  left: -30px;
}
.main_outer1 article .intro .change,
.main_outer1 section .intro .change {
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.main_outer1 article .intro .introDtl,
.main_outer1 section .intro .introDtl {
  margin-bottom: 30px;
}
.main_outer1 article .intro .introDtl p,
.main_outer1 section .intro .introDtl p {
  margin-bottom: 0px;
}
.main_outer1 article .intro .introDtl p b,
.main_outer1 section .intro .introDtl p b {
  font-weight: bold;
  color: #ff5514;
}
.main_outer1 article .intro .introDtl p b span,
.main_outer1 section .intro .introDtl p b span {
  font-size: 3rem;
}
.main_outer1 article .intro .introDtl .type,
.main_outer1 section .intro .introDtl .type {
  font-size: 2.4rem;
  color: #eb5c14;
  font-weight: bold;
}
.main_outer1 article .intro ul,
.main_outer1 section .intro ul {
  margin-bottom: 30px;
}
.main_outer1 article .intro ul li,
.main_outer1 section .intro ul li {
  font-size: 1.6rem;
  padding-left: 1rem;
  text-indent: -1rem;
  position: relative;
}
.main_outer1 article .intro ul li::before,
.main_outer1 section .intro ul li::before {
  content: "※ ";
  font-size: 100%;
}
.main_outer1 article .textLink,
.main_outer1 section .textLink {
  padding-right: 28px;
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
}
.main_outer1 article .textLink span,
.main_outer1 section .textLink span {
  position: relative;
}
.main_outer1 article .textLink span::after,
.main_outer1 section .textLink span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #0088cf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  top: 10px;
  right: -16px;
}
.main_outer1 article .textLink02,
.main_outer1 section .textLink02 {
  padding-right: 2px;
}
.main_outer1 article .btnLinkLead,
.main_outer1 section .btnLinkLead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ed1a3a;
}
.main_outer1 article .btnLinkLead span::after,
.main_outer1 article section .btnLinkLead span::after,
.main_outer1 section article .btnLinkLead span::after, .main_outer1 article .btnLinkLead span::before,
.main_outer1 article section .btnLinkLead span::before,
.main_outer1 section article .btnLinkLead span::before,
.main_outer1 section article .btnLinkLead span::after,
.main_outer1 article section .btnLinkLead span::after,
.main_outer1 section .btnLinkLead span::after,
.main_outer1 section article .btnLinkLead span::before,
.main_outer1 article section .btnLinkLead span::before,
.main_outer1 section .btnLinkLead span::before {
  width: 3px;
  height: 36px;
  content: "";
  background-color: #ed1a3a;
  position: absolute;
  top: 0;
}
.main_outer1 article .btnLinkLead span,
.main_outer1 section .btnLinkLead span {
  position: relative;
}
.main_outer1 article .btnLinkLead span::before,
.main_outer1 section .btnLinkLead span::before {
  left: -20px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.main_outer1 article .btnLinkLead span::after,
.main_outer1 section .btnLinkLead span::after {
  right: -20px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.main_outer1 article .btnLink,
.main_outer1 section .btnLink {
  text-align: center;
  margin-bottom: 0;
}
.main_outer1 article .btnLink a,
.main_outer1 section .btnLink a {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 14px 14px 14px 0;
  font-size: 1.8rem;
  color: #ed1a3a;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ed1a3a;
  border-radius: 8px;
}
.main_outer1 article .btnLink a span,
.main_outer1 section .btnLink a span {
  position: relative;
}
.main_outer1 article .btnLink a span::before,
.main_outer1 section .btnLink a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  top: 6px;
  right: -28px;
}
.main_outer1 article .btnLink a span::after,
.main_outer1 section .btnLink a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  top: 11px;
  right: -22px;
}
.main_outer1 article .btnLink02,
.main_outer1 section .btnLink02 {
  text-align: center;
  margin-bottom: 0;
}
.main_outer1 article .btnLink02 a,
.main_outer1 section .btnLink02 a {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 14px 14px 14px 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-color: #ed1a3a;
  border-radius: 8px;
}
.main_outer1 article .btnLink02 a span,
.main_outer1 section .btnLink02 a span {
  position: relative;
}
.main_outer1 article .btnLink02 a span::before,
.main_outer1 section .btnLink02 a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 18px;
  height: 18px;
  top: 6px;
  right: -28px;
}
.main_outer1 article .btnLink02 a span::after,
.main_outer1 section .btnLink02 a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #ed1a3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  top: 11px;
  right: -22px;
}
.main_outer1 .aim .severe {
  width: 800px;
  margin: 0 auto 60px;
  padding: 30px 80px 30px;
  border-left: 10px solid #eb5c14;
  background-color: #fef7ee;
}
.main_outer1 .aim .severe h3 {
  margin-bottom: 23px;
  font-size: 2rem;
  font-weight: bold;
}
.main_outer1 .aim .severe h3 + p {
  margin-bottom: 10px;
}
.main_outer1 .aim .severe ul {
  margin: 0 0 10px 26px;
  list-style-type: disc;
  color: #eb5c14;
  font-weight: bold;
}
.main_outer1 .why dl {
  margin-bottom: 60px;
}
.main_outer1 .why dl > div {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .why dl > div dt {
  margin-right: 20px;
  font-weight: bold;
}
.main_outer1 .why dl > div dt span {
  color: #eb5c14;
}
.main_outer1 .flow .Dtl:nth-of-type(1) {
  margin-bottom: 120px;
}
.main_outer1 .flow ul {
  margin-bottom: 30px;
}
.main_outer1 .flow ul li {
  font-size: 1.6rem;
  padding-left: 1rem;
  text-indent: -1rem;
  position: relative;
}
.main_outer1 .flow ul li::before {
  content: "※ ";
  font-size: 100%;
}
.main_outer1 .flow .btnLink02 a .notes {
  display: block;
  padding-left: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.main_outer1 .flow .btnLink02 a .notes::before, .main_outer1 .flow .btnLink02 a .notes::after {
  display: none;
}
.main_outer1 .flow sup {
  font-size: 1.4rem;
  vertical-align: top;
}
.main_outer1 .flow .small {
  font-size: 1.6rem;
}
.main_outer1 .flow .bgGray {
  padding: 30px 80px;
  background-color: #f4f4f4;
}
.main_outer1 .flow .bgGray h5 {
  margin-top: 30px;
}
.main_outer1 .flow .bgGray dl dt:last-of-type {
  padding-top: 40px;
  position: relative;
}
.main_outer1 .flow .bgGray dl dt:last-of-type::before {
  width: 100%;
  height: 4px;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.main_outer1 .flow .bgGray dl dd:last-of-type {
  margin-bottom: 30px;
}
.main_outer1 .faq {
  margin-bottom: 10px;
}
.main_outer1 .faq h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #eb5c14;
  border-bottom: 5px solid #eb5c14;
}
.main_outer1 .faq > div {
  margin-bottom: 40px;
}
.main_outer1 .faq > div p, .main_outer1 .faq > div h3 {
  margin-bottom: 0;
  padding: 10px 0 10px 60px;
  background-size: 45px auto;
  background-position: top 6px left 0;
}
.main_outer1 .faq > div h3 {
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/icon_que.png") no-repeat;
  background-size: 45px auto;
  background-position: center left 0;
  border-bottom-width: 0;
}
.main_outer1 .faq > div p {
  background: url("../img/icon_ans.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
}
.main_outer1 .faq .btnLink02 {
  margin-bottom: 30px;
}
.main_outer1 .faq .intro {
  margin-bottom: 0;
}
.main_outer1 .date-02 {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .main_outer1 .kv {
    width: 100%;
    height: 59.8958333333vw;
    margin-bottom: 1.3020833333vw;
    background: url("../img/kv_sp.png") no-repeat;
    background-size: contain;
    position: relative;
  }
  .main_outer1 .kv h1 {
    font-size: 5.46875vw;
    top: 9.1145833333vw;
    left: 3.90625vw;
  }
  .main_outer1 .kv h1 > span {
    font-size: 7.2916666667vw;
  }
  .main_outer1 .kv h1 .subTtl {
    display: block;
    margin-top: 3.90625vw;
    font-size: 4.4270833333vw;
    line-height: 1.8;
    position: relative;
  }
  .main_outer1 .kv h1 .subTtl > span {
    padding: 0 1.3020833333vw 0.5208333333vw;
  }
  .main_outer1 .kv h1 .subTtl::after {
    width: 35.15625vw;
    height: 0.2604166667vw;
    content: "";
    background-color: #fff;
    position: absolute;
    top: -0.5208333333vw;
    left: 0;
  }
  .main_outer1 .leadArea {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .leadArea > p {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .leadArea .ToC {
    width: 100%;
    font-size: 3.90625vw;
    line-height: 1.8;
  }
  .main_outer1 .leadArea .ToC > ul, .main_outer1 .leadArea .ToC > div {
    padding: 5.2083333333vw;
    border-width: 0;
  }
  .main_outer1 .leadArea .ToC ul li a {
    padding: 1.3020833333vw 0;
  }
  .main_outer1 .leadArea .ToC ul li a span {
    position: relative;
  }
  .main_outer1 .leadArea .ToC ul li a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #eb5c14;
    width: 3.90625vw;
    height: 3.90625vw;
    top: 1.6927083333vw;
    right: -5.7291666667vw;
  }
  .main_outer1 .leadArea .ToC ul li a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.5625vw;
    height: 1.5625vw;
    top: 2.734375vw;
    right: -4.296875vw;
  }
  .main_outer1 .leadArea .ToC ul li a span.spH {
    line-height: 1.5;
  }
  .main_outer1 .leadArea .ToC ul li a span.spH::before {
    top: 3.6458333333vw;
  }
  .main_outer1 .leadArea .ToC ul li a span.spH::after {
    top: 4.6875vw;
  }
  .main_outer1 .leadArea .ToC > div {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .leadArea .ToC > div > p {
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a {
    padding-left: 3.90625vw;
    position: relative;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a::before {
    position: absolute;
    top: 0.6510416667vw;
    left: 0;
  }
  .main_outer1 .leadArea .ToC > div > ul > li ol {
    margin-left: 7.8125vw;
  }
  .main_outer1 p {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .notes {
    font-size: 3.3854166667vw;
  }
  .main_outer1 article,
.main_outer1 section {
    margin-bottom: 15.625vw;
  }
  .main_outer1 article .secTtl,
.main_outer1 section .secTtl {
    width: 100%;
    height: 26.0416666667vw;
    margin-bottom: 7.8125vw;
    background: url("../img/ttlBg_01_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl span,
.main_outer1 section .secTtl span {
    font-size: 5.2083333333vw;
    line-height: 1.5;
    bottom: 2.6041666667vw;
  }
  .main_outer1 article .secTtl02,
.main_outer1 section .secTtl02 {
    height: 19.53125vw;
    background: url("../img/ttlBg_01small_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02 span,
.main_outer1 section .secTtl02 span {
    bottom: 3.125vw;
  }
  .main_outer1 article figure,
.main_outer1 section figure {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article figure img,
.main_outer1 section figure img {
    width: 80%;
  }
  .main_outer1 article figure figcaption,
.main_outer1 section figure figcaption {
    font-size: 3.3854166667vw;
  }
  .main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
    margin-bottom: 7.8125vw;
    padding: 0 0 1.3020833333vw;
    font-size: 4.9479166667vw;
  }
  .main_outer1 article .Dtl,
.main_outer1 section .Dtl {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .Dtl h4,
.main_outer1 section .Dtl h4 {
    margin: 13.0208333333vw auto 7.8125vw;
  }
  .main_outer1 article .Dtl h4 span,
.main_outer1 section .Dtl h4 span {
    padding: 0 0 0.78125vw 10.4166666667vw;
    font-size: 4.4270833333vw;
    background-size: 7.8125vw auto;
  }
  .main_outer1 article .Dtl h5,
.main_outer1 section .Dtl h5 {
    margin: 7.8125vw auto 2.6041666667vw;
    font-size: 4.4270833333vw;
    font-weight: bold;
    text-align: left;
  }
  .main_outer1 article .Dtl dl dt,
.main_outer1 section .Dtl dl dt {
    margin-bottom: 0.5208333333vw;
    font-size: 4.1666666667vw;
  }
  .main_outer1 article .Dtl dl dt span,
.main_outer1 section .Dtl dl dt span {
    margin-right: 2.6041666667vw;
    padding: 0 2.6041666667vw 0.2604166667vw;
  }
  .main_outer1 article .Dtl dl dd,
.main_outer1 section .Dtl dl dd {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .intro,
.main_outer1 section .intro {
    padding: 5.2083333333vw 5.2083333333vw 7.8125vw;
  }
  .main_outer1 article .intro .introSub, .main_outer1 article .intro .introTtl,
.main_outer1 section .intro .introSub,
.main_outer1 section .intro .introTtl {
    font-size: 4.6875vw;
  }
  .main_outer1 article .intro .introTtl,
.main_outer1 section .intro .introTtl {
    margin-bottom: 5.2083333333vw;
  }
  .main_outer1 article .intro .introSub,
.main_outer1 section .intro .introSub {
    font-size: 3.90625vw;
  }
  .main_outer1 article .intro > div,
.main_outer1 section .intro > div {
    padding-left: 2.6041666667vw;
  }
  .main_outer1 article .intro > div .introTtl::before,
.main_outer1 section .intro > div .introTtl::before {
    left: -4.6875vw;
  }
  .main_outer1 article .intro .change,
.main_outer1 section .intro .change {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .intro .introDtl,
.main_outer1 section .intro .introDtl {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .intro .introDtl .introTtl,
.main_outer1 section .intro .introDtl .introTtl {
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 article .intro .introDtl p b,
.main_outer1 section .intro .introDtl p b {
    display: block;
  }
  .main_outer1 article .intro .introDtl p b span,
.main_outer1 section .intro .introDtl p b span {
    font-size: 5.7291666667vw;
  }
  .main_outer1 article .intro .introDtl p.spIndent,
.main_outer1 section .intro .introDtl p.spIndent {
    padding-left: 2.7rem;
    text-indent: -2.7rem;
  }
  .main_outer1 article .intro .introDtl .type,
.main_outer1 section .intro .introDtl .type {
    margin-bottom: 2.6041666667vw;
    font-size: 4.6875vw;
  }
  .main_outer1 article .intro ul,
.main_outer1 section .intro ul {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .intro ul li,
.main_outer1 section .intro ul li {
    font-size: 3.3854166667vw;
  }
  .main_outer1 article .textLink,
.main_outer1 section .textLink {
    padding-right: 3.90625vw;
  }
  .main_outer1 article .textLink span,
.main_outer1 section .textLink span {
    position: relative;
  }
  .main_outer1 article .textLink span::after,
.main_outer1 section .textLink span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #0088cf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    top: 2.0833333333vw;
    right: -2.6041666667vw;
  }
  .main_outer1 article .textLink02,
.main_outer1 section .textLink02 {
    padding-right: 0.2604166667vw;
  }
  .main_outer1 article .btnLinkLead,
.main_outer1 section .btnLinkLead {
    margin-bottom: 1.3020833333vw;
    font-size: 5.2083333333vw;
  }
  .main_outer1 article .btnLinkLead span::after,
.main_outer1 article section .btnLinkLead span::after,
.main_outer1 section article .btnLinkLead span::after, .main_outer1 article .btnLinkLead span::before,
.main_outer1 article section .btnLinkLead span::before,
.main_outer1 section article .btnLinkLead span::before,
.main_outer1 section article .btnLinkLead span::after,
.main_outer1 article section .btnLinkLead span::after,
.main_outer1 section .btnLinkLead span::after,
.main_outer1 section article .btnLinkLead span::before,
.main_outer1 article section .btnLinkLead span::before,
.main_outer1 section .btnLinkLead span::before {
    width: 0.5208333333vw;
    height: 7.8125vw;
  }
  .main_outer1 article .btnLinkLead span::before,
.main_outer1 section .btnLinkLead span::before {
    left: -3.90625vw;
  }
  .main_outer1 article .btnLinkLead span::after,
.main_outer1 section .btnLinkLead span::after {
    right: -3.90625vw;
  }
  .main_outer1 article .btnLink a,
.main_outer1 section .btnLink a {
    width: 78.125vw;
    margin: 0 auto;
    padding: 14px 14px 14px 0;
    font-size: 3.90625vw;
  }
  .main_outer1 article .btnLink a span::before,
.main_outer1 section .btnLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.90625vw;
    height: 3.90625vw;
    top: 1.0416666667vw;
    right: -5.3385416667vw;
  }
  .main_outer1 article .btnLink a span::after,
.main_outer1 section .btnLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.5625vw;
    height: 1.5625vw;
    top: 2.0833333333vw;
    right: -3.90625vw;
  }
  .main_outer1 article .btnLink02 a,
.main_outer1 section .btnLink02 a {
    width: 78.125vw;
    margin: 0 auto;
    padding: 14px 14px 14px 0;
    font-size: 3.90625vw;
  }
  .main_outer1 article .btnLink02 a span::before,
.main_outer1 section .btnLink02 a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 3.90625vw;
    height: 3.90625vw;
    top: 1.0416666667vw;
    right: -5.3385416667vw;
  }
  .main_outer1 article .btnLink02 a span::after,
.main_outer1 section .btnLink02 a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #ed1a3a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.5625vw;
    height: 1.5625vw;
    top: 2.0833333333vw;
    right: -3.90625vw;
  }
  .main_outer1 .aim .severe {
    width: 100%;
    margin: 0 auto 7.8125vw;
    padding: 7.8125vw 7.8125vw;
    border-left: 1.3020833333vw solid #eb5c14;
  }
  .main_outer1 .aim .severe h3 {
    margin-bottom: 7.8125vw;
    font-size: 4.4270833333vw;
  }
  .main_outer1 .aim .severe h3 + p {
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .aim .severe ul {
    margin: 0 0 2.6041666667vw 3.90625vw;
  }
  .main_outer1 .why dl {
    margin-bottom: 13.0208333333vw;
  }
  .main_outer1 .why dl > div {
    margin-bottom: 7.8125vw;
    display: block;
  }
  .main_outer1 .why dl > div dt {
    margin-right: 0;
  }
  .main_outer1 .flow .Dtl:nth-of-type(1) {
    margin-bottom: 15.625vw;
  }
  .main_outer1 .flow ul {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .flow ul li {
    font-size: 3.3854166667vw;
  }
  .main_outer1 .flow .btnLink02 a .notes {
    font-size: 2.6041666667vw;
  }
  .main_outer1 .flow .btnLink02 a .notes::before {
    display: none;
  }
  .main_outer1 .flow .btnLink02 a .notes::after {
    display: none;
  }
  .main_outer1 .flow sup {
    font-size: 2.0833333333vw;
  }
  .main_outer1 .flow .small {
    font-size: 3.3854166667vw;
  }
  .main_outer1 .flow .bgGray {
    padding: 2.6041666667vw;
  }
  .main_outer1 .flow .bgGray h5 {
    margin-top: 3.90625vw;
  }
  .main_outer1 .flow .bgGray dl dt:last-of-type {
    padding-top: 7.8125vw;
  }
  .main_outer1 .flow .bgGray dl dd:last-of-type {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .cope h2 {
    margin-bottom: 7.8125vw;
    padding: 1.3020833333vw 0;
    font-size: 4.9479166667vw;
  }
  .main_outer1 .faq {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .faq h2 {
    margin-bottom: 7.8125vw;
    padding-bottom: 1.3020833333vw;
    font-size: 4.9479166667vw;
    border-width: 3px;
  }
  .main_outer1 .faq > div {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .faq > div p, .main_outer1 .faq > div h3 {
    padding: 1.3020833333vw 0 1.3020833333vw 7.8125vw;
  }
  .main_outer1 .faq > div h3 {
    font-size: 4.1666666667vw;
    background-size: 6.5104166667vw auto;
    background-position: top 1.8229166667vw left 0;
  }
  .main_outer1 .faq > div p {
    background-size: 6.5104166667vw auto;
    background-position: top 1.8229166667vw left 0;
  }
  .main_outer1 .faq .btnLink02 {
    margin-bottom: 7.8125vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .faq .btnLink02 span::before {
    top: 4.4270833333vw;
  }
  .main_outer1 .faq .btnLink02 span::after {
    top: 5.46875vw;
  }
  .main_outer1 .date-02 {
    margin-bottom: 10.4166666667vw;
  }
}
/*# sourceMappingURL=style.css.map */