@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: 767px) {
  .main_outer1 .pc {
    display: none;
  }
  .main_outer1 .sp {
    display: block;
  }
}
.main_outer1 .container {
  overflow: hidden;
}
.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: 767px) {
  .main_outer1 {
    font-size: 3.9113428944vw;
  }
  .main_outer1 .contWp {
    width: 92%;
  }
  .main_outer1 img {
    width: 100%;
  }
}

.main_outer1 .kv {
  width: 1200px;
  height: 291px;
  margin-bottom: 60px;
  background: url("../img/kv_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.main_outer1 .kv h1 {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 140px;
}
.main_outer1 .kv h1 > span {
  font-size: 7.2rem;
}
.main_outer1 .kv h1 > span.bg {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px 10px;
  font-size: 6.4rem;
  line-height: 1;
  color: #00823f;
  background-color: #fff;
}
.main_outer1 .kv h1 > span.little {
  font-size: 5.5rem;
}
.main_outer1 .kv h1 .subTtl {
  display: block;
  margin-top: 20px;
  padding: 4px 0 6px;
  font-size: 3rem;
  color: #fff;
  background-color: #00823f;
}
.main_outer1 .kv h1 .subTtl > span {
  color: #fff78c;
}
.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: #fffad2;
  border: solid 2px #d6e395;
}
.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: #00823f;
  width: 18px;
  height: 18px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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;
  width: 8px;
  height: 8px;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.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: #00823f;
}
.main_outer1 .leadArea .ToC > div > ul li a {
  color: #00823f;
}
.main_outer1 .leadArea .ToC > div > ul li::before {
  color: #00823f;
}
.main_outer1 .leadArea .ToC > div > ul > li > a::before {
  display: inline-block;
  font-size: 100%;
}
.main_outer1 .leadArea .ToC > ul {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}
.main_outer1 p {
  margin-bottom: 30px;
}
.main_outer1 p .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 p .pLink {
  color: #0088cf;
  text-decoration: underline;
}
.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 .secTtl_2nd,
.main_outer1 section .secTtl_2nd {
  margin: 100px auto 40px;
  padding-left: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #009c3c;
  color: #009c3c;
  position: relative;
}
.main_outer1 article .Dtl_ttlDec,
.main_outer1 section .Dtl_ttlDec {
  margin: 80px auto 40px;
}
.main_outer1 article .Dtl_ttlDec span,
.main_outer1 section .Dtl_ttlDec span {
  padding: 0 0 4px 60px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #009c3c;
  background: url("../img/ttlBg_02.png") no-repeat;
  background-size: 50px auto;
  background-position: center left;
}
.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 .point,
.main_outer1 section .point {
  margin-bottom: 60px;
  padding: 10px 30px;
  border: 2px solid #009c3c;
}
.main_outer1 article .point .pointTtl,
.main_outer1 section .point .pointTtl {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #009c3c;
}
.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 .introTtl > span::after, .main_outer1 article .intro .introTtl > span::before,
.main_outer1 section .intro .introTtl > span::after,
.main_outer1 section .intro .introTtl > span::before {
  width: 3px;
  height: 30px;
  content: "";
  background-color: #3c3c3c;
  position: absolute;
  bottom: 0;
}
.main_outer1 article .intro .introTtl > span,
.main_outer1 section .intro .introTtl > span {
  position: relative;
}
.main_outer1 article .intro .introTtl > span::before,
.main_outer1 section .intro .introTtl > span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -20px;
}
.main_outer1 article .intro .introTtl > span::after,
.main_outer1 section .intro .introTtl > span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -20px;
}
.main_outer1 article .intro > div .introTtl,
.main_outer1 section .intro > div .introTtl {
  text-align: left;
}
.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: #ed1a3a;
}
.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: #009c3c;
  font-weight: bold;
}
.main_outer1 article .intro .txtLink,
.main_outer1 section .intro .txtLink {
  margin-bottom: 50px;
  text-align: center;
}
.main_outer1 article .intro .txtLink a,
.main_outer1 section .intro .txtLink a {
  padding-right: 34px;
  font-size: 2.2rem;
  color: #ed1a3a;
  font-weight: bold;
  border-bottom: 2px solid #ed1a3a;
}
.main_outer1 article .intro .txtLink a span,
.main_outer1 section .intro .txtLink a span {
  position: relative;
}
.main_outer1 article .intro .txtLink a span::before,
.main_outer1 section .intro .txtLink a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 article .intro .txtLink a span::after,
.main_outer1 section .intro .txtLink 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;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 article .intro .btnLink,
.main_outer1 section .intro .btnLink {
  text-align: center;
  margin-bottom: 0;
}
.main_outer1 article .intro .btnLink a,
.main_outer1 section .intro .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 .intro .btnLink a span,
.main_outer1 section .intro .btnLink a span {
  position: relative;
}
.main_outer1 article .intro .btnLink a span::before,
.main_outer1 section .intro .btnLink a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 article .intro .btnLink a span::after,
.main_outer1 section .intro .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;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 article .intro .pLast,
.main_outer1 section .intro .pLast {
  margin: 30px auto 0;
  text-align: center;
}
.main_outer1 article .olNum,
.main_outer1 section .olNum {
  margin-bottom: 30px;
  counter-reset: item;
}
.main_outer1 article .olNum li,
.main_outer1 section .olNum li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.main_outer1 article .olNum li .notes,
.main_outer1 section .olNum li .notes {
  font-size: 1.4rem;
}
.main_outer1 article .olNum li .blue,
.main_outer1 section .olNum li .blue {
  color: #009c3c;
}
.main_outer1 article .olNum li::before,
.main_outer1 section .olNum li::before {
  counter-increment: item;
  content: counter(item) ". ";
  color: #009c3c;
}
.main_outer1 .why ul {
  margin-bottom: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.main_outer1 .why ul li {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.main_outer1 .check .secTtl + .secTtl_2nd {
  margin-top: 0;
}
.main_outer1 .faq h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #009c3c;
  border-bottom: 5px solid #009c3c;
}
.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;
}
.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 .intro .introTtl_02 {
  margin-bottom: 10px;
  color: #ed1a3a;
}
.main_outer1 .faq .intro .introTtl_02 span::before, .main_outer1 .faq .intro .introTtl_02 span::after {
  background-color: #ed1a3a;
}
@media (max-width: 767px) {
  .main_outer1 .kv {
    width: 100%;
    height: 61.2777053455vw;
    margin-bottom: 7.8226857888vw;
    background: url("../img/kv_sp.png") no-repeat;
    background-size: contain;
    position: relative;
  }
  .main_outer1 .kv h1 {
    font-size: 7.0404172099vw;
    text-align: left;
    line-height: 1.2;
    top: 4.4328552803vw;
    left: 3.9113428944vw;
    position: relative;
  }
  .main_outer1 .kv h1 > span {
    font-size: 10.9517601043vw;
  }
  .main_outer1 .kv h1 > span.bg {
    display: inline-block;
    margin-top: 2.6075619296vw;
    margin-right: 1.3037809648vw;
    padding: 0.5215123859vw 1.3037809648vw 1.3037809648vw;
    font-size: 9.6479791395vw;
  }
  .main_outer1 .kv h1 > span.little {
    font-size: 6.518904824vw;
  }
  .main_outer1 .kv h1 .subTtl {
    display: block;
    margin-top: 3.9113428944vw;
    padding: 0.7822685789vw 3.9113428944vw 1.3037809648vw;
    font-size: 5.2151238592vw;
    text-align: right;
    position: absolute;
    right: 3.9113428944vw;
  }
  .main_outer1 .leadArea {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .leadArea > p {
    width: 100%;
    margin: 0 auto 7.8226857888vw;
  }
  .main_outer1 .leadArea .ToC {
    width: 100%;
    font-size: 3.9113428944vw;
    line-height: 1.8;
  }
  .main_outer1 .leadArea .ToC > ul, .main_outer1 .leadArea .ToC > div {
    padding: 5.2151238592vw;
    border-width: 0;
  }
  .main_outer1 .leadArea .ToC ul li a {
    padding: 1.3037809648vw 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: #00823f;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -5.7366362451vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 .leadArea .ToC ul li a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: -4.3024771838vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 .leadArea .ToC > div {
    margin-bottom: 1.3037809648vw;
  }
  .main_outer1 .leadArea .ToC > div > p {
    margin-bottom: 2.6075619296vw;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a {
    padding-left: 3.9113428944vw;
    position: relative;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a::before {
    position: absolute;
    top: 0.6518904824vw;
    left: 0;
  }
  .main_outer1 .leadArea .ToC > div > ul > li ul {
    margin-left: 13.037809648vw;
  }
  .main_outer1 p {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article,
  .main_outer1 section {
    margin-bottom: 15.6453715776vw;
  }
  .main_outer1 article .secTtl,
  .main_outer1 section .secTtl {
    width: 100%;
    height: 26.075619296vw;
    margin-bottom: 7.8226857888vw;
    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.2151238592vw;
    line-height: 1.5;
    bottom: 2.6075619296vw;
  }
  .main_outer1 article .secTtl02,
  .main_outer1 section .secTtl02 {
    height: 33.8983050847vw;
    background: url("../img/ttlBg_01big_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl_2nd,
  .main_outer1 section .secTtl_2nd {
    margin: 10.4302477184vw auto 7.8226857888vw;
    padding-left: 1.3037809648vw;
    font-size: 4.9543676662vw;
  }
  .main_outer1 article .Dtl_ttlDec,
  .main_outer1 section .Dtl_ttlDec {
    margin: 7.8226857888vw auto 7.8226857888vw;
  }
  .main_outer1 article .Dtl_ttlDec span,
  .main_outer1 section .Dtl_ttlDec span {
    padding: 0 0 0.7822685789vw 10.4302477184vw;
    font-size: 4.4328552803vw;
    background-size: 7.8226857888vw auto;
  }
  .main_outer1 article figure,
  .main_outer1 section figure {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article figure img,
  .main_outer1 section figure img {
    width: 80%;
  }
  .main_outer1 article figure img.small,
  .main_outer1 section figure img.small {
    width: 60%;
  }
  .main_outer1 article figure figcaption,
  .main_outer1 section figure figcaption {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article .point,
  .main_outer1 section .point {
    margin-bottom: 7.8226857888vw;
    padding: 2.6075619296vw;
  }
  .main_outer1 article .point .pointTtl,
  .main_outer1 section .point .pointTtl {
    font-size: 4.4328552803vw;
  }
  .main_outer1 article .intro,
  .main_outer1 section .intro {
    padding: 5.2151238592vw 5.2151238592vw 7.8226857888vw;
  }
  .main_outer1 article .intro .introSub, .main_outer1 article .intro .introTtl,
  .main_outer1 section .intro .introSub,
  .main_outer1 section .intro .introTtl {
    font-size: 4.6936114733vw;
  }
  .main_outer1 article .intro .introTtl,
  .main_outer1 section .intro .introTtl {
    margin-bottom: 5.2151238592vw;
  }
  .main_outer1 article .intro .introTtl > span,
  .main_outer1 section .intro .introTtl > span {
    display: inline-block;
  }
  .main_outer1 article .intro .introTtl > span::before,
  .main_outer1 section .intro .introTtl > span::before {
    width: 0.5215123859vw;
    height: 5.2151238592vw;
    bottom: 0.5215123859vw;
    left: -2.6075619296vw;
  }
  .main_outer1 article .intro .introTtl > span::after,
  .main_outer1 section .intro .introTtl > span::after {
    width: 0.5215123859vw;
    height: 5.2151238592vw;
    bottom: 0.5215123859vw;
    right: -2.6075619296vw;
  }
  .main_outer1 article .intro .introSub,
  .main_outer1 section .intro .introSub {
    font-size: 3.9113428944vw;
  }
  .main_outer1 article .intro .change,
  .main_outer1 section .intro .change {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro .introDtl,
  .main_outer1 section .intro .introDtl {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro .introDtl .introTtl,
  .main_outer1 section .intro .introDtl .introTtl {
    margin-bottom: 2.6075619296vw;
  }
  .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.7366362451vw;
  }
  .main_outer1 article .intro .introDtl .type,
  .main_outer1 section .intro .introDtl .type {
    margin-bottom: 2.6075619296vw;
    font-size: 4.6936114733vw;
  }
  .main_outer1 article .intro ul,
  .main_outer1 section .intro ul {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro ul li,
  .main_outer1 section .intro ul li {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article .intro .txtLink,
  .main_outer1 section .intro .txtLink {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro .txtLink a,
  .main_outer1 section .intro .txtLink a {
    padding-right: 5.4758800522vw;
    font-size: 4.1720990874vw;
    line-height: 1.8;
  }
  .main_outer1 article .intro .txtLink a span::before,
  .main_outer1 section .intro .txtLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -5.3455019557vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 article .intro .txtLink a span::after,
  .main_outer1 section .intro .txtLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: -3.9113428944vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 article .intro .btnLink a,
  .main_outer1 section .intro .btnLink a {
    width: 78.2268578879vw;
    margin: 0 auto;
    padding: 14px 14px 14px 0;
    font-size: 3.9113428944vw;
    color: #ed1a3a;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #ed1a3a;
    border-radius: 8px;
  }
  .main_outer1 article .intro .btnLink a span,
  .main_outer1 section .intro .btnLink a span {
    position: relative;
  }
  .main_outer1 article .intro .btnLink a span::before,
  .main_outer1 section .intro .btnLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -5.3455019557vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 article .intro .btnLink a span::after,
  .main_outer1 section .intro .btnLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: -3.9113428944vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 article .intro .pLast,
  .main_outer1 section .intro .pLast {
    margin: 7.8226857888vw auto 0;
    text-align: left;
  }
  .main_outer1 article .olNum,
  .main_outer1 section .olNum {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .olNum li .notes,
  .main_outer1 section .olNum li .notes {
    font-size: 3.3898305085vw;
  }
  .main_outer1 .why ul {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .faq h2 {
    margin-bottom: 7.8226857888vw;
    padding-bottom: 1.3037809648vw;
    font-size: 4.9543676662vw;
    border-width: 3px;
  }
  .main_outer1 .faq > div {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .faq > div p, .main_outer1 .faq > div h3 {
    padding: 1.3037809648vw 0 1.3037809648vw 7.8226857888vw;
  }
  .main_outer1 .faq > div h3 {
    font-size: 4.1720990874vw;
    background-size: 6.518904824vw auto;
    background-position: top 1.8252933507vw left 0;
  }
  .main_outer1 .faq > div p {
    background-size: 6.518904824vw auto;
    background-position: top 1.8252933507vw left 0;
  }
  .main_outer1 .faq .intro .introTtl_02 {
    margin-bottom: 1.3037809648vw;
  }
}
/*# sourceMappingURL=style.css.map */