@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 .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: 768px) {
  .main_outer1 {
    font-size: 4vw;
  }
  .main_outer1 .contWp {
    width: 92%;
  }
  .main_outer1 img {
    width: 100%;
  }
}

.main_outer1 .kv {
  width: 1200px;
  height: 290px;
  margin-bottom: 10px;
  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.5;
  color: #f09600;
  position: absolute;
  top: 10px;
  left: 100px;
}
.main_outer1 .kv h1 > span {
  font-size: 6rem;
}
.main_outer1 .kv h1 .blue {
  font-size: 6.4rem;
  color: #0050a0;
  border-bottom: 4px solid #0050a0;
}
.main_outer1 .kv h1 .subTtl {
  width: 600px;
  padding: 4px 0 6px;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  background-color: #0050a0;
  position: absolute;
  bottom: -64px;
  left: 0px;
}
.main_outer1 .date {
  text-align: right;
}
.main_outer1 .leadArea {
  margin-bottom: 60px;
}
.main_outer1 .leadArea > p {
  width: 830px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.main_outer1 .leadArea > p img {
  width: 140px;
  margin: 0 30px;
  float: left;
  display: inline-block;
}
.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: #fdf4e5;
  border: solid 3px #fceacc;
}
.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: #0050a0;
  width: 18px;
  height: 18px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
}
.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(-37%) rotate(45deg);
          transform: translateY(-37%) 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: #0050a0;
}
.main_outer1 .leadArea .ToC > div > ul li a {
  color: #0050a0;
}
.main_outer1 .leadArea .ToC > div > ul li::before {
  color: #0050a0;
}
.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 .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 .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: #f09600;
}
.main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
  margin: 80px auto 30px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #f09600;
  color: #f09600;
  position: relative;
}
.main_outer1 article .Dtl_ttlDec,
.main_outer1 section .Dtl_ttlDec {
  margin: 80px auto 16px;
}
.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 #f09600;
  background: url("../img/ttlBg_02.png") no-repeat;
  background-size: 50px auto;
  background-position: center left;
}
.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 {
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
}
.main_outer1 article .intro .txtLead span,
.main_outer1 section .intro .txtLead span {
  display: block;
  font-size: 2rem;
}
.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-top: 100px;
  padding: 30px 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 .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(-44%);
          transform: translateY(-44%);
}
.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(-37%) rotate(45deg);
          transform: translateY(-37%) 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(-44%);
          transform: translateY(-44%);
}
.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(-37%) rotate(45deg);
          transform: translateY(-37%) rotate(45deg);
}
.main_outer1 article .pLink,
.main_outer1 section .pLink {
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
  position: relative;
}
.main_outer1 article .tableNotes,
.main_outer1 section .tableNotes {
  margin-bottom: 10px;
  text-align: right;
}
.main_outer1 article table,
.main_outer1 section table {
  width: 100%;
}
.main_outer1 article table tr td,
.main_outer1 article section table tr td,
.main_outer1 section article table tr td, .main_outer1 article table tr th,
.main_outer1 article section table tr th,
.main_outer1 section article table tr th,
.main_outer1 section article table tr td,
.main_outer1 article section table tr td,
.main_outer1 section table tr td,
.main_outer1 section article table tr th,
.main_outer1 article section table tr th,
.main_outer1 section table tr th {
  padding: 6px 0;
  line-height: 1.3;
  text-align: center;
  border: 2px solid #b3b3b3;
}
.main_outer1 article table tr th,
.main_outer1 section table tr th {
  color: #fff;
  background-color: #808080;
}
.main_outer1 article table tr td .price,
.main_outer1 section table tr td .price {
  font-size: 2.4rem;
  font-weight: bold;
}
.main_outer1 article .shopNotes,
.main_outer1 section .shopNotes {
  margin: 0 auto;
  text-align: center;
  padding-left: 1rem;
  text-indent: -1rem;
}
.main_outer1 article .shopNotes span,
.main_outer1 section .shopNotes span {
  margin: 0 4px;
  padding: 0 6px 1px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.main_outer1 .cost .allCost {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .cost .allCost p::after, .main_outer1 .cost .allCost p::before {
  content: "";
  background-color: #3c3c3c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .cost .allCost p {
  width: 200px;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #00b4ff;
  position: relative;
}
.main_outer1 .cost .allCost p::before {
  width: 8px;
  height: 26px;
  right: -28px;
}
.main_outer1 .cost .allCost p::after {
  width: 26px;
  height: 8px;
  right: -37px;
}
.main_outer1 .cost .allCost p:first-child {
  background-color: #ed1a3a;
}
.main_outer1 .cost .allCost p:last-child::before, .main_outer1 .cost .allCost p:last-child::after {
  display: none;
}
.main_outer1 .cost .allCost + ul {
  margin-bottom: 80px;
}
.main_outer1 .cost .Dtl_ttlDec {
  margin-top: 0;
}
.main_outer1 .cost .typeDisc {
  list-style-type: disc;
  list-style-position: inside;
}
.main_outer1 .cost .typeDisc li {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.main_outer1 .market .typeAst {
  margin-bottom: 30px;
}
.main_outer1 .market .typeAst li {
  padding-left: 1.1rem;
  text-indent: -1.1rem;
}
.main_outer1 .market .typeAst li::before {
  content: "※";
}
.main_outer1 .market table {
  margin-bottom: 30px;
}
.main_outer1 .market table tr th {
  background-color: #e6e6e6;
  color: #3c3c3c;
}
.main_outer1 .market table tr th span {
  display: block;
}
.main_outer1 .market table tr th span img {
  width: 92px;
}
.main_outer1 .market table tr th span:nth-child(1) {
  height: 54px;
}
.main_outer1 .market table tr:last-child td {
  color: #ed1a3a;
  font-size: 2.2rem;
  font-weight: bold;
}
.main_outer1 .market table tr:last-child td .price {
  font-size: 2.6rem;
}
.main_outer1 .want h3 + .Dtl_ttlDec {
  margin-top: 0;
}
.main_outer1 .want .insurance {
  width: 600px;
  margin: 0 auto 10px;
}
.main_outer1 .want .taxFree {
  background-color: #ffe492;
}
.main_outer1 .want .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .want .print {
  width: 560px;
  margin: 0 auto;
}
.main_outer1 .want .bigTtl {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  color: #f09600;
}
.main_outer1 .point .bgGray {
  margin: 60px auto 100px;
}
.main_outer1 .goodDeal .btnLink {
  margin-bottom: 10px;
}
.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: #f09600;
  border-bottom: 5px solid #f09600;
}
.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;
}
.main_outer1 .faq .intro {
  margin-bottom: 0;
}
.main_outer1 .faq .intro .txtLead:nth-of-type(2) {
  margin-bottom: 0;
}
.main_outer1 .faq .intro .btnLink:nth-last-child(3) {
  margin-bottom: 30px;
}
.main_outer1 .faq .intro .btnLink:nth-last-child(2) {
  margin-bottom: 10px;
}
.main_outer1 .date-02 {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .main_outer1 .kv {
    width: 100%;
    height: 62.6666666667vw;
    margin-bottom: 1.3333333333vw;
    background: url("../img/kv_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 .kv h1 {
    font-size: 6.1333333333vw;
    top: 1.3333333333vw;
    left: 5.3333333333vw;
  }
  .main_outer1 .kv h1 > span {
    font-size: 8vw;
  }
  .main_outer1 .kv h1 .blue {
    font-size: 9.3333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
  .main_outer1 .kv h1 .subTtl {
    display: block;
    width: 66.6666666667vw;
    font-size: 4.5333333333vw;
    background: transparent;
    bottom: -34vw;
    left: 11.4666666667vw;
  }
  .main_outer1 .leadArea {
    margin-bottom: 8vw;
  }
  .main_outer1 .leadArea > p {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .main_outer1 .leadArea > p img {
    width: 25.3333333333vw;
    margin: 0 4vw 0 0;
    display: inline;
  }
  .main_outer1 .leadArea .ToC {
    width: 100%;
    font-size: 4vw;
    line-height: 1.8;
  }
  .main_outer1 .leadArea .ToC > ul, .main_outer1 .leadArea .ToC > div {
    padding: 5.3333333333vw;
    border-width: 0;
  }
  .main_outer1 .leadArea .ToC ul li a {
    padding: 1.3333333333vw 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: #0050a0;
    width: 4vw;
    height: 4vw;
    right: -5.8666666667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
  }
  .main_outer1 .leadArea .ToC ul li a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.6vw;
    height: 1.6vw;
    right: -4.4vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) rotate(45deg);
  }
  .main_outer1 .leadArea .ToC > div {
    margin-bottom: 1.3333333333vw;
  }
  .main_outer1 .leadArea .ToC > div > p {
    margin-bottom: 2.6666666667vw;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a {
    padding-left: 4vw;
    position: relative;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a::before {
    position: absolute;
    top: 0.6666666667vw;
    left: 0;
  }
  .main_outer1 p {
    margin-bottom: 8vw;
  }
  .main_outer1 .notes {
    font-size: 3.4666666667vw;
  }
  .main_outer1 article,
.main_outer1 section {
    margin-bottom: 16vw;
  }
  .main_outer1 article .secTtl,
.main_outer1 article .secTtl02_pc,
.main_outer1 section .secTtl,
.main_outer1 section .secTtl02_pc {
    width: 100%;
    height: 26.6666666667vw;
    margin-bottom: 8vw;
    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.3333333333vw;
    line-height: 1.5;
    bottom: 2.6666666667vw;
  }
  .main_outer1 article .secTtlBig_sp,
.main_outer1 section .secTtlBig_sp {
    height: 34.6666666667vw;
    background: url("../img/ttlBg_01big_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02,
.main_outer1 section .secTtl02 {
    height: 20vw;
    background: url("../img/ttlBg_01small_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02 span,
.main_outer1 section .secTtl02 span {
    bottom: 3.2vw;
  }
  .main_outer1 article figure,
.main_outer1 section figure {
    margin-bottom: 4vw;
  }
  .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.4666666667vw;
  }
  .main_outer1 article .txtLead,
.main_outer1 section .txtLead {
    font-size: 4.5333333333vw;
  }
  .main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
    margin: 10.6666666667vw auto 4vw;
    font-size: 5.0666666667vw;
  }
  .main_outer1 article .dtlTtl span,
.main_outer1 section .dtlTtl span {
    margin: 0 5.3333333333vw 0 1.3333333333vw;
    padding: 0 2.1333333333vw;
  }
  .main_outer1 article .Dtl_ttlDec,
.main_outer1 section .Dtl_ttlDec {
    margin: 8vw auto 4vw;
  }
  .main_outer1 article .Dtl_ttlDec span,
.main_outer1 section .Dtl_ttlDec span {
    padding: 0 0 0.8vw 10.6666666667vw;
    font-size: 4.5333333333vw;
    background-size: 8vw auto;
  }
  .main_outer1 article .intro,
.main_outer1 section .intro {
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .main_outer1 article .intro .txtLead,
.main_outer1 section .intro .txtLead {
    margin-bottom: 4vw;
  }
  .main_outer1 article .intro .txtLead span,
.main_outer1 section .intro .txtLead span {
    font-size: 4vw;
  }
  .main_outer1 article .bgGray,
.main_outer1 section .bgGray {
    margin-top: 13.3333333333vw;
    padding: 2.6666666667vw;
  }
  .main_outer1 article .bgGray .grayTtl,
.main_outer1 section .bgGray .grayTtl {
    margin: 0 auto 1.3333333333vw;
    font-size: 4.5333333333vw;
    font-weight: bold;
  }
  .main_outer1 article .txtLink,
.main_outer1 section .txtLink {
    margin-bottom: 8vw;
  }
  .main_outer1 article .txtLink a,
.main_outer1 section .txtLink a {
    padding-right: 5.6vw;
    font-size: 4.2666666667vw;
    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: 4vw;
    height: 4vw;
    right: -5.4666666667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
  }
  .main_outer1 article .txtLink a span::after,
.main_outer1 section .txtLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.6vw;
    height: 1.6vw;
    right: -4vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) 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: 80vw;
    margin: 0 auto;
    padding: 3.4666666667vw 3.4666666667vw 3.4666666667vw 0;
    font-size: 4vw;
  }
  .main_outer1 article .btnLink a span::before,
.main_outer1 section .btnLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 4vw;
    height: 4vw;
    right: -5.4666666667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
  }
  .main_outer1 article .btnLink a span::after,
.main_outer1 section .btnLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.6vw;
    height: 1.6vw;
    right: -4vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) rotate(45deg);
  }
  .main_outer1 article .tableNotes,
.main_outer1 section .tableNotes {
    margin-bottom: 0;
  }
  .main_outer1 article table tr td,
.main_outer1 article section table tr td,
.main_outer1 section article table tr td, .main_outer1 article table tr th,
.main_outer1 article section table tr th,
.main_outer1 section article table tr th,
.main_outer1 section article table tr td,
.main_outer1 article section table tr td,
.main_outer1 section table tr td,
.main_outer1 section article table tr th,
.main_outer1 article section table tr th,
.main_outer1 section table tr th {
    padding: 0.8vw 0;
    line-height: 1.3;
  }
  .main_outer1 article table tr td .price,
.main_outer1 section table tr td .price {
    font-size: 4.8vw;
  }
  .main_outer1 article .table_sc,
.main_outer1 section .table_sc {
    margin-bottom: 8vw;
  }
  .main_outer1 article .table_sc table,
.main_outer1 section .table_sc table {
    width: 1000px;
    margin-bottom: 4vw;
  }
  .main_outer1 article .shopNotes span,
.main_outer1 section .shopNotes span {
    margin: 0 1.3333333333vw;
    padding: 0 0.8vw 0.2666666667vw;
    border-width: 0.2666666667vw;
  }
  .main_outer1 .cost .allCost {
    width: 100%;
  }
  .main_outer1 .cost .allCost p {
    width: 28%;
    padding: 2.1333333333vw 0;
    font-size: 4vw;
  }
  .main_outer1 .cost .allCost p::before {
    width: 1.0666666667vw;
    height: 3.7333333333vw;
    right: -4vw;
  }
  .main_outer1 .cost .allCost p::after {
    width: 3.7333333333vw;
    height: 1.0666666667vw;
    right: -5.3333333333vw;
  }
  .main_outer1 .cost .typeAst {
    margin-bottom: 8vw;
  }
  .main_outer1 .cost .indent3 {
    display: inline-block;
    padding-left: 3rem;
    text-indent: -3rem;
  }
  .main_outer1 .market table {
    margin-bottom: 4vw;
  }
  .main_outer1 .market table tr th span img {
    width: 60%;
  }
  .main_outer1 .market table tr:last-child td {
    font-size: 4.2666666667vw;
  }
  .main_outer1 .market table tr:last-child td .price {
    font-size: 5.3333333333vw;
  }
  .main_outer1 .want .insurance {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .main_outer1 .want .insurance p:last-child {
    padding-left: 1.1rem;
    text-indent: -1.1rem;
  }
  .main_outer1 .want .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .want .flexbox p {
    width: 100%;
  }
  .main_outer1 .want .flexbox p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .main_outer1 .want .flexbox p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_outer1 .want .print {
    width: 100%;
  }
  .main_outer1 .want .bigTtl {
    margin-bottom: 1.3333333333vw;
    font-size: 5.8666666667vw;
  }
  .main_outer1 .point .bgGray {
    margin: 8vw auto 13.3333333333vw;
  }
  .main_outer1 .goodDeal .btnLink {
    margin-bottom: 1.3333333333vw;
  }
  .main_outer1 .faq h2 {
    margin-bottom: 8vw;
    padding-bottom: 1.3333333333vw;
    font-size: 5.0666666667vw;
    border-width: 3px;
  }
  .main_outer1 .faq > div {
    margin-bottom: 8vw;
  }
  .main_outer1 .faq > div p, .main_outer1 .faq > div h3 {
    padding: 1.3333333333vw 0 1.3333333333vw 8vw;
    background-position: top 1.8666666667vw left 0;
  }
  .main_outer1 .faq > div h3 {
    font-size: 4.2666666667vw;
    background-size: 6.6666666667vw auto;
  }
  .main_outer1 .faq > div p {
    background-size: 6.6666666667vw auto;
  }
  .main_outer1 .faq .intro .txtLead:nth-of-type(2) {
    margin-bottom: 8vw;
  }
  .main_outer1 .faq .intro .btnLink:nth-last-child(3) {
    margin-bottom: 4vw;
  }
  .main_outer1 .faq .intro .btnLink:nth-last-child(2) {
    margin-bottom: 1.3333333333vw;
  }
  .main_outer1 .date-02 {
    margin-bottom: 10.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */