@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: 290px;
  margin-bottom: 60px;
  background: url("../img/kv_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.main_outer1 .kv h1 {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 100px;
}
.main_outer1 .kv h1 .yellow {
  display: inline-block;
  color: #ff0;
  border-bottom: 3px solid #ff0;
}
.main_outer1 .kv h1 .shadow span {
  font-size: 5.6rem;
}
.main_outer1 .kv h1 .subTtl {
  width: 680px;
  padding: 4px 0 6px;
  font-size: 3.2rem;
  text-align: center;
  color: #008264;
  background-color: #fff;
  position: absolute;
  bottom: -64px;
  left: 0px;
}
.main_outer1 .leadArea {
  margin-bottom: 60px;
}
.main_outer1 .leadArea > p {
  width: 850px;
  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 > div {
  padding: 16px 40px;
  background-color: #e5f6f2;
  border: solid 3px #cceee6;
}
.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: #008264;
  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 > p {
  margin-bottom: 10px;
}
.main_outer1 .leadArea .ToC > div {
  border-radius: 20px;
}
.main_outer1 .leadArea .ToC > div > ul li {
  color: #008264;
}
.main_outer1 .leadArea .ToC > div > ul li a {
  color: #008264;
}
.main_outer1 .leadArea .ToC > div > ul li::before {
  color: #008264;
}
.main_outer1 p {
  margin-bottom: 30px;
}
.main_outer1 b {
  font-weight: bold;
}
.main_outer1 .marker {
  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: 100px;
}
.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 + .dtlTtl,
.main_outer1 section .secTtl + .dtlTtl {
  margin-top: 0;
}
.main_outer1 article .secTtlBig_pc,
.main_outer1 section .secTtlBig_pc {
  height: 140px;
  margin-bottom: 40px;
  background: url("../img/ttlBg_01big_pc.png") no-repeat;
  background-size: contain;
}
.main_outer1 article .secTtlBig_pc span,
.main_outer1 section .secTtlBig_pc span {
  line-height: 1.5;
}
.main_outer1 article figure,
.main_outer1 section figure {
  margin-bottom: 30px;
}
.main_outer1 article figure > div,
.main_outer1 section figure > div {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_outer1 article figure > div p,
.main_outer1 section figure > div p {
  width: 26%;
  margin-bottom: 0;
}
.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 .txtLead,
.main_outer1 section .txtLead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00aa82;
}
.main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
  margin: 80px auto 30px;
  padding: 0 0 10px 70px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #00aa82;
  color: #00aa82;
  position: relative;
}
.main_outer1 article .dtlTtl span,
.main_outer1 section .dtlTtl span {
  width: 40px;
  height: 40px;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background-color: #00aa82;
  position: absolute;
  top: 4px;
  left: 0;
}
.main_outer1 article .pTtl,
.main_outer1 section .pTtl {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00aa82;
}
.main_outer1 article .intro,
.main_outer1 section .intro {
  margin: 80px auto 60px;
  padding: 40px 80px;
  background-image: url("../img/bg_intro.png");
}
.main_outer1 article .intro .txtLead,
.main_outer1 section .intro .txtLead {
  line-height: 1.5;
  text-align: left;
  color: #3c3c3c;
}
.main_outer1 article .intro .txtLead.txtLeadCenter,
.main_outer1 section .intro .txtLead.txtLeadCenter {
  text-align: center;
}
.main_outer1 article .intro .txtLead span:not(.txtLeadSmall),
.main_outer1 section .intro .txtLead span:not(.txtLeadSmall) {
  padding: 0 10px 4px;
  color: #fff;
  background-color: #00aa82;
  border-radius: 7px;
}
.main_outer1 article .intro .txtLead span.txtLeadSmall,
.main_outer1 section .intro .txtLead span.txtLeadSmall {
  display: block;
  font-size: 2rem;
}
.main_outer1 article .intro p:last-child,
.main_outer1 section .intro p:last-child {
  margin-bottom: 0;
}
.main_outer1 article .bgGray,
.main_outer1 section .bgGray {
  margin-top: 60px;
  padding: 40px 80px;
  background-color: #f4f4f4;
}
.main_outer1 article .bgGray .grayTtl,
.main_outer1 section .bgGray .grayTtl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.main_outer1 article .bgGray p:last-child,
.main_outer1 section .bgGray p:last-child {
  margin-bottom: 0;
}
.main_outer1 article .bdGray,
.main_outer1 section .bdGray {
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #b3b3b3;
}
.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;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 article .pLink,
.main_outer1 section .pLink {
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
  position: relative;
}
.main_outer1 article .styleDisc,
.main_outer1 section .styleDisc {
  margin-left: 10px;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: bold;
}
.main_outer1 article .styleDisc li,
.main_outer1 section .styleDisc li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.main_outer1 article .shopNotes,
.main_outer1 section .shopNotes {
  margin: 0 auto;
  text-align: center;
}
.main_outer1 article .shopNotes span,
.main_outer1 section .shopNotes span {
  padding: 0 6px 1px;
  color: #fff;
  font-weight: bold;
  background-color: #fabe00;
  border-radius: 4px;
}
.main_outer1 .doc ol {
  width: 820px;
  margin: 0 auto 30px;
  padding: 20px 0 30px 160px;
  border-left: 10px solid #00aa82;
  background-color: #e5f6f2;
  counter-reset: item;
}
.main_outer1 .doc ol li {
  line-height: 2.8;
  position: relative;
}
.main_outer1 .doc ol li a {
  font-weight: bold;
}
.main_outer1 .doc ol li a > span {
  display: inline-block;
  position: relative;
}
.main_outer1 .doc ol li a > span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #00aa82;
  width: 18px;
  height: 18px;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .doc ol 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: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 .doc ol li a > span span {
  padding-right: 30px;
  border-bottom: 2px solid #00aa82;
}
.main_outer1 .doc ol li a > span span::before {
  counter-increment: item;
  content: counter(item) ". ";
}
.main_outer1 .check ol {
  margin: 0 0 30px 4px;
  counter-reset: item;
}
.main_outer1 .check ol li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  position: relative;
}
.main_outer1 .check ol li::before {
  counter-increment: item;
  content: counter(item) "　";
  font-size: 1.6rem;
}
.main_outer1 .check ol li::after {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #3c3c3c;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -5px;
}
.main_outer1 .lose .bdGray ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
}
.main_outer1 .lose .bdGray ul li span {
  padding-left: 30px;
  display: block;
  font-weight: bold;
  position: relative;
}
.main_outer1 .lose .bdGray ul li span::before {
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.main_outer1 .lose .bdGray ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-width: 0;
}
.main_outer1 .lose .mb0 {
  margin-bottom: 0;
}
.main_outer1 .lose .pd0 {
  padding-left: 0;
}
.main_outer1 .moving .bdGray p {
  margin-bottom: 0;
}
.main_outer1 .other .styleDisc {
  margin-bottom: 30px;
}
.main_outer1 .point .intro .btnLink:nth-last-child(3) {
  margin-bottom: 30px;
}
.main_outer1 .point .intro .btnLink:nth-last-child(2) {
  margin-bottom: 10px;
}
@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;
  }
  .main_outer1 .kv h1 {
    font-size: 8.8657105606vw;
    line-height: 1.5;
    top: 5.2151238592vw;
    left: 5.2151238592vw;
  }
  .main_outer1 .kv h1 .yellow {
    line-height: 1.3;
    border-bottom-width: 0.5215123859vw;
  }
  .main_outer1 .kv h1 .shadow {
    text-shadow: 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0.7822685789vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82, 0vw 0vw 1.8252933507vw #00aa82;
  }
  .main_outer1 .kv h1 .shadow span {
    font-size: 6.7796610169vw;
  }
  .main_outer1 .kv h1 .subTtl {
    width: auto;
    font-size: 4.1720990874vw;
    background: transparent;
  }
  .main_outer1 .kv h1 .subTtl span {
    padding: 0.5215123859vw 0;
    display: inline-block;
    background-color: #fff;
    position: absolute;
  }
  .main_outer1 .kv h1 .subTtl span:nth-child(1) {
    width: 33.8983050847vw;
    top: -9.6479791395vw;
    left: 0;
  }
  .main_outer1 .kv h1 .subTtl span:nth-child(2) {
    width: 45.6323337679vw;
    top: 0vw;
    left: 5.2151238592vw;
  }
  .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 > 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: #008264;
    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 > p {
    margin-bottom: 2.6075619296vw;
  }
  .main_outer1 .leadArea .ToC > div {
    margin-bottom: 1.3037809648vw;
  }
  .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 p {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .notes {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article,
  .main_outer1 section {
    margin-bottom: 10.4302477184vw;
  }
  .main_outer1 article .secTtl,
  .main_outer1 article .secTtl02_pc,
  .main_outer1 section .secTtl,
  .main_outer1 section .secTtl02_pc {
    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 article .secTtl02_pc span,
  .main_outer1 section .secTtl span,
  .main_outer1 section .secTtl02_pc span {
    font-size: 5.2151238592vw;
    line-height: 1.5;
    bottom: 2.6075619296vw;
  }
  .main_outer1 article .secTtlBig_sp,
  .main_outer1 section .secTtlBig_sp {
    height: 33.8983050847vw;
    background: url("../img/ttlBg_01big_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02,
  .main_outer1 section .secTtl02 {
    height: 19.556714472vw;
    background: url("../img/ttlBg_01small_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02 span,
  .main_outer1 section .secTtl02 span {
    bottom: 3.1290743155vw;
  }
  .main_outer1 article figure,
  .main_outer1 section figure {
    margin-bottom: 3.9113428944vw;
  }
  .main_outer1 article figure > div,
  .main_outer1 section figure > div {
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 article figure > div p,
  .main_outer1 section figure > div p {
    width: 30%;
  }
  .main_outer1 article figure > div p > img,
  .main_outer1 section figure > div p > img {
    width: 100%;
  }
  .main_outer1 article figure img,
  .main_outer1 section figure img {
    width: 80%;
  }
  .main_outer1 article figure img.little,
  .main_outer1 section figure img.little {
    width: 60%;
  }
  .main_outer1 article figure figcaption,
  .main_outer1 section figure figcaption {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article .txtLead,
  .main_outer1 section .txtLead {
    font-size: 4.4328552803vw;
  }
  .main_outer1 article .dtlTtl,
  .main_outer1 section .dtlTtl {
    margin: 10.4302477184vw auto 3.9113428944vw;
    padding: 0 0 1.3037809648vw 10.4302477184vw;
    font-size: 4.9543676662vw;
    line-height: 1.4;
  }
  .main_outer1 article .dtlTtl span,
  .main_outer1 section .dtlTtl span {
    width: 7.0404172099vw;
    height: 7.0404172099vw;
    font-size: 3.9113428944vw;
    top: 0vw;
  }
  .main_outer1 article .pTtl,
  .main_outer1 section .pTtl {
    margin-bottom: 0.5215123859vw;
    font-size: 4.1720990874vw;
  }
  .main_outer1 article .pTtl2,
  .main_outer1 section .pTtl2 {
    margin-bottom: 2.6075619296vw;
    line-height: 0.8;
  }
  .main_outer1 article .intro,
  .main_outer1 section .intro {
    margin-top: 7.8226857888vw;
    padding: 5.2151238592vw 5.2151238592vw 7.8226857888vw;
  }
  .main_outer1 article .intro .txtLead,
  .main_outer1 section .intro .txtLead {
    margin-bottom: 3.9113428944vw;
    font-size: 3.9113428944vw;
  }
  .main_outer1 article .intro .txtLead span:not(.txtLeadSmall),
  .main_outer1 section .intro .txtLead span:not(.txtLeadSmall) {
    padding: 0 2.6075619296vw 0.5215123859vw;
  }
  .main_outer1 article .intro .txtLead span.txtLeadSmall,
  .main_outer1 section .intro .txtLead span.txtLeadSmall {
    font-size: 3.9113428944vw;
  }
  .main_outer1 article .bgGray,
  .main_outer1 section .bgGray {
    margin-top: 7.8226857888vw;
    padding: 5.2151238592vw;
  }
  .main_outer1 article .bgGray .grayTtl,
  .main_outer1 section .bgGray .grayTtl {
    margin: 0 auto 1.3037809648vw;
    font-size: 4.4328552803vw;
    font-weight: bold;
  }
  .main_outer1 article .bdGray,
  .main_outer1 section .bdGray {
    margin-bottom: 7.8226857888vw;
    padding: 5.2151238592vw;
  }
  .main_outer1 article .btnLink a,
  .main_outer1 section .btnLink a {
    width: 78.2268578879vw;
    margin: 0 auto;
    padding: 3.3898305085vw 3.3898305085vw 3.3898305085vw 0;
    font-size: 3.9113428944vw;
  }
  .main_outer1 article .btnLink a span::before,
  .main_outer1 section .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 .btnLink a span::after,
  .main_outer1 section .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 .styleDisc,
  .main_outer1 section .styleDisc {
    margin-left: 1.3037809648vw;
  }
  .main_outer1 article .shopNotes span,
  .main_outer1 section .shopNotes span {
    padding: 0 0.7822685789vw 0.260756193vw;
  }
  .main_outer1 .doc > ol {
    width: 100%;
    margin: 0 auto 7.8226857888vw;
    padding: 5.2151238592vw 0 7.8226857888vw 14.3415906128vw;
    border-left: 1.3037809648vw solid #00aa82;
  }
  .main_outer1 .doc > ol li {
    margin-bottom: 3.9113428944vw;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
    line-height: 1.8;
  }
  .main_outer1 .doc > ol li a > span {
    position: relative;
  }
  .main_outer1 .doc > ol li a > span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #00aa82;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -7.0404172099vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 .doc > ol 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: -5.6062581486vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 .doc > ol li a > span span {
    padding-right: 0;
  }
  .main_outer1 .doc > ol li:last-child {
    margin-bottom: 0;
  }
  .main_outer1 .check ol {
    margin: 0 0 3.9113428944vw 1.3037809648vw;
  }
  .main_outer1 .check ol li::before {
    font-size: 3.3898305085vw;
  }
  .main_outer1 .check ol li::after {
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    top: 1.8252933507vw;
    left: -0.9126466754vw;
  }
  .main_outer1 .lose .bdGray ul li {
    margin-bottom: 3.9113428944vw;
    padding-bottom: 3.9113428944vw;
  }
  .main_outer1 .lose .bdGray ul li span {
    padding-left: 5.2151238592vw;
    display: block;
    font-weight: bold;
    position: relative;
  }
  .main_outer1 .lose .bdGray ul li span::before {
    width: 3.9113428944vw;
    height: 3.9113428944vw;
  }
  .main_outer1 .lose .bdGray ul li:last-child {
    margin-bottom: 0;
    border-width: 0;
  }
  .main_outer1 .lose .mb0 {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .other .styleDisc {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .point .intro .btnLink:nth-last-child(3) {
    margin-bottom: 3.9113428944vw;
  }
  .main_outer1 .point .intro .btnLink:nth-last-child(2) {
    margin-bottom: 1.3037809648vw;
  }
}
/*# sourceMappingURL=style.css.map */