@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: 4.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 80px;
}
.main_outer1 .kv h1 > span {
  font-size: 6.4rem;
}
.main_outer1 .kv h1 .point {
  margin-right: 6px;
  padding: 12px 16px 20px;
  font-size: 7.2rem;
  line-height: 1.5;
  color: #0046aa;
  background: url("../img/kv_point.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.main_outer1 .kv h1 .subTtl {
  margin-top: 20px;
  padding: 4px 60px 6px;
  font-size: 2.8rem;
  text-align: center;
  color: #003592;
  background-color: #b3dbff;
  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 > ul, .main_outer1 .leadArea .ToC > div {
  padding: 16px 40px;
  background-color: #e5eef7;
  border: solid 3px #ccdef0;
}
.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: #003296;
  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: #003296;
}
.main_outer1 .leadArea .ToC > div > ul li a {
  color: #003296;
}
.main_outer1 .leadArea .ToC > div > ul li::before {
  color: #003296;
}
.main_outer1 .leadArea .ToC > ul {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}
.main_outer1 p {
  margin-bottom: 30px;
}
.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 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 .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: #005ab4;
}
.main_outer1 article .txtLead .check,
.main_outer1 section .txtLead .check {
  padding: 0 10px 4px;
  text-align: center;
  color: #fff;
  background-color: #005ab4;
  border-radius: 7px;
}
.main_outer1 article .txtLead_02,
.main_outer1 section .txtLead_02 {
  margin: 0 auto 10px;
  padding: 0 0 2px;
  text-align: center;
  color: #fff;
  background-color: #005ab4;
  border-radius: 7px;
}
.main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
  margin: 80px auto 40px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #003296;
  color: #003296;
  position: relative;
}
.main_outer1 article .dtlTtl span,
.main_outer1 section .dtlTtl span {
  margin: 0 30px 0 10px;
  padding: 0 10px;
  color: #fff;
  background-color: #003296;
}
.main_outer1 article .intro,
.main_outer1 section .intro {
  margin-top: 100px;
  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: center;
  color: #3c3c3c;
}
.main_outer1 article .intro .txtLead > span::after, .main_outer1 article .intro .txtLead > span::before,
.main_outer1 section .intro .txtLead > span::after,
.main_outer1 section .intro .txtLead > span::before {
  width: 3px;
  height: 30px;
  content: "";
  background-color: #3c3c3c;
  position: absolute;
  bottom: 0;
}
.main_outer1 article .intro .txtLead > span,
.main_outer1 section .intro .txtLead > span {
  position: relative;
}
.main_outer1 article .intro .txtLead > span::before,
.main_outer1 section .intro .txtLead > span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -20px;
}
.main_outer1 article .intro .txtLead > span::after,
.main_outer1 section .intro .txtLead > span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -20px;
}
.main_outer1 article .intro .txtLead.jmsRed,
.main_outer1 section .intro .txtLead.jmsRed {
  color: #ed1a3a;
}
.main_outer1 article .intro .txtLead.jmsRed span::before,
.main_outer1 section .intro .txtLead.jmsRed span::before {
  background-color: #ed1a3a;
}
.main_outer1 article .intro .txtLead.jmsRed span::after,
.main_outer1 section .intro .txtLead.jmsRed span::after {
  background-color: #ed1a3a;
}
.main_outer1 article .bgGray,
.main_outer1 section .bgGray {
  margin-bottom: 30px;
  padding: 30px 80px;
  background-color: #f4f4f4;
}
.main_outer1 article .bgGray .grayTtl,
.main_outer1 section .bgGray .grayTtl {
  margin: 0 auto 20px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
.main_outer1 article .bgGray p:last-child,
.main_outer1 section .bgGray p:last-child {
  margin-bottom: 0;
}
.main_outer1 article .txtLink,
.main_outer1 section .txtLink {
  margin-bottom: 50px;
  text-align: center;
}
.main_outer1 article .txtLink a,
.main_outer1 section .txtLink a {
  padding-right: 34px;
  font-size: 2.2rem;
  color: #ed1a3a;
  font-weight: bold;
  border-bottom: 2px solid #ed1a3a;
}
.main_outer1 article .txtLink a span,
.main_outer1 section .txtLink a span {
  position: relative;
}
.main_outer1 article .txtLink a span::before,
.main_outer1 section .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 .txtLink a span::after,
.main_outer1 section .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 .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 {
  padding-right: 20px;
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
  position: relative;
}
.main_outer1 article .pLink::after,
.main_outer1 section .pLink::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #0088cf;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: auto;
  bottom: 8px;
  -webkit-transform: translateY(0%) rotate(45deg);
          transform: translateY(0%) rotate(45deg);
}
.main_outer1 .life .txtLead_02 {
  width: 437px;
}
.main_outer1 .point .flexBox {
  width: 90%;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .point .flexBox > div {
  width: 48%;
}
.main_outer1 .point .flexBox > div p {
  text-align: center;
}
.main_outer1 .point .flexBox > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .point .flexBox > div div p {
  width: 46%;
}
.main_outer1 .point .intro .btnLink {
  margin-bottom: 30px;
}
.main_outer1 .point .intro .btnLink + p {
  margin-bottom: 0;
  text-align: center;
}
.main_outer1 .long .txtLead_02 {
  margin-bottom: 30px;
}
.main_outer1 .long .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .long .flexBox p {
  width: 30%;
}
.main_outer1 .long .flexBox p img {
  width: 100%;
}
.main_outer1 .faq h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #005ab4;
  border-bottom: 5px solid #005ab4;
}
.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;
}
.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: top 6px 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;
}
@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 {
    width: 90%;
    font-size: 5.4758800522vw;
    line-height: 1.4;
    top: 1.3037809648vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main_outer1 .kv h1 > span {
    font-size: 10.1694915254vw;
  }
  .main_outer1 .kv h1 > span.space {
    letter-spacing: -0.3rem;
  }
  .main_outer1 .kv h1 .point {
    margin-right: 0.7822685789vw;
    padding: 1.5645371578vw 2.0860495437vw 2.6075619296vw;
    font-size: 8.3441981747vw;
    line-height: 1.8;
  }
  .main_outer1 .kv h1 .middle {
    font-size: 7.8226857888vw;
  }
  .main_outer1 .kv h1 .subTtl {
    margin-top: 1.5645371578vw;
    font-size: 4.4328552803vw;
    background: transparent;
  }
  .main_outer1 .kv h1 .subTtl > span {
    padding: 0.7822685789vw 2.6075619296vw 0.7822685789vw;
    background-color: #b3dbff;
    position: absolute;
  }
  .main_outer1 .kv h1 .subTtl > span:nth-child(1) {
    width: 28.6831812256vw;
    bottom: -1.3037809648vw;
    left: 0;
  }
  .main_outer1 .kv h1 .subTtl > span:nth-child(2) {
    width: 41.7209908735vw;
    bottom: -10.4302477184vw;
    left: 7.8226857888vw;
  }
  .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: #003296;
    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 p {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article,
.main_outer1 section {
    margin-bottom: 15.6453715776vw;
  }
  .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 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 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 .txtLead .check,
.main_outer1 section .txtLead .check {
    padding: 0 2.6075619296vw 0.5215123859vw;
  }
  .main_outer1 article .txtLead_02,
.main_outer1 section .txtLead_02 {
    margin: 0 auto 2.6075619296vw;
    padding: 1.0430247718vw 0 1.5645371578vw;
    line-height: 1.2;
  }
  .main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
    margin: 10.4302477184vw auto 3.9113428944vw;
    font-size: 4.9543676662vw;
  }
  .main_outer1 article .dtlTtl span,
.main_outer1 section .dtlTtl span {
    margin: 0 5.2151238592vw 0 1.3037809648vw;
    padding: 0 2.0860495437vw;
  }
  .main_outer1 article .intro,
.main_outer1 section .intro {
    margin-top: 13.037809648vw;
    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::after, .main_outer1 article .intro .txtLead > span::before,
.main_outer1 section .intro .txtLead > span::after,
.main_outer1 section .intro .txtLead > span::before {
    width: 0.5215123859vw;
    height: 4.6936114733vw;
    bottom: 0.5215123859vw;
  }
  .main_outer1 article .intro .txtLead > span,
.main_outer1 section .intro .txtLead > span {
    display: inline-block;
  }
  .main_outer1 article .intro .txtLead > span::before,
.main_outer1 section .intro .txtLead > span::before {
    left: -2.6075619296vw;
  }
  .main_outer1 article .intro .txtLead > span::after,
.main_outer1 section .intro .txtLead > span::after {
    right: -2.6075619296vw;
  }
  .main_outer1 article .bgGray,
.main_outer1 section .bgGray {
    margin-bottom: 15.6453715776vw;
    padding: 2.6075619296vw;
  }
  .main_outer1 article .bgGray .grayTtl,
.main_outer1 section .bgGray .grayTtl {
    margin: 0 auto 2.6075619296vw;
    font-size: 4.1720990874vw;
    font-weight: bold;
  }
  .main_outer1 article .txtLink,
.main_outer1 section .txtLink {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .txtLink a,
.main_outer1 section .txtLink a {
    padding-right: 5.4758800522vw;
    font-size: 4.1720990874vw;
    line-height: 1.8;
  }
  .main_outer1 article .txtLink a span::before,
.main_outer1 section .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 .txtLink a span::after,
.main_outer1 section .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 .txtLink_spH a span::before,
.main_outer1 section .txtLink_spH a span::before {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .main_outer1 article .txtLink_spH a span::after,
.main_outer1 section .txtLink_spH a span::after {
    -webkit-transform: translateY(200%) rotate(45deg);
            transform: translateY(200%) rotate(45deg);
  }
  .main_outer1 article .btnLink a,
.main_outer1 section .btnLink a {
    width: 78.2268578879vw;
    margin: 0 auto;
    padding: 14px 14px 14px 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 .pLink,
.main_outer1 section .pLink {
    padding-right: 3.9113428944vw;
  }
  .main_outer1 article .pLink::after,
.main_outer1 section .pLink::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #0088cf;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: 1.3037809648vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: auto;
    bottom: 2.0860495437vw;
    -webkit-transform: translateY(0%) rotate(45deg);
            transform: translateY(0%) rotate(45deg);
  }
  .main_outer1 .life .txtLead_02 {
    width: 78%;
  }
  .main_outer1 .point .txtLead {
    margin-bottom: 3.9113428944vw;
  }
  .main_outer1 .point .flexBox {
    width: 90%;
    margin: 0 auto 15.6453715776vw;
    display: block;
  }
  .main_outer1 .point .flexBox > div {
    width: 100%;
  }
  .main_outer1 .point .flexBox > div div {
    display: block;
  }
  .main_outer1 .point .flexBox > div div p {
    width: 100%;
  }
  .main_outer1 .point .flexBox > div div p:first-child {
    margin-bottom: 1.3037809648vw;
  }
  .main_outer1 .point .intro .btnLink {
    margin-bottom: 3.9113428944vw;
  }
  .main_outer1 .point .intro .btnLink + p {
    text-align: left;
  }
  .main_outer1 .long .txtLead_02 {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .long .flexBox {
    display: block;
  }
  .main_outer1 .long .flexBox p {
    width: 100%;
  }
  .main_outer1 .long .flexBox p img {
    width: 100%;
  }
  .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;
    background-position: top 1.8252933507vw left 0;
  }
  .main_outer1 .faq > div h3 {
    font-size: 4.1720990874vw;
    background-size: 6.518904824vw auto;
  }
  .main_outer1 .faq > div p {
    background-size: 6.518904824vw auto;
  }
}
/*# sourceMappingURL=style.css.map */