@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: 3.90625vw;
  }
  .main_outer1 .contWp {
    width: 92%;
  }
  .main_outer1 img {
    width: 100%;
  }
}

.main_outer1 .kv {
  margin-bottom: 50px;
}
.main_outer1 .leadArea {
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .leadArea > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
.main_outer1 .leadArea > div {
  margin-left: 150px;
  width: 260px;
}
.main_outer1 .leadArea > div > p {
  margin-bottom: 10px;
}
.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 h2,
.main_outer1 section h2 {
  margin-bottom: 30px;
  padding: 10px 0 10px 30px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #eee;
}
.main_outer1 article h2 span,
.main_outer1 section h2 span {
  position: relative;
}
.main_outer1 article h2 span img,
.main_outer1 section h2 span img {
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
}
.main_outer1 article .artLead,
.main_outer1 section .artLead {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 article .artLead p,
.main_outer1 section .artLead p {
  width: 48%;
}
.main_outer1 article .artLeadTxt,
.main_outer1 section .artLeadTxt {
  margin-bottom: 60px;
  padding: 10px 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.main_outer1 article h3,
.main_outer1 section h3 {
  width: 800px;
  margin: 0 0 40px 130px;
  padding: 10px 0 10px 30px;
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom-width: 4px;
  border-style: solid;
  position: relative;
}
.main_outer1 article h3 > span,
.main_outer1 section h3 > span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -100px;
}
.main_outer1 article h3 > span span,
.main_outer1 section h3 > span span {
  display: block;
  padding-top: 20px;
  font-size: 2rem;
  line-height: 1;
}
.main_outer1 article .txtLead,
.main_outer1 section .txtLead {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
  padding: 4px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}
.main_outer1 article .imgBig,
.main_outer1 section .imgBig {
  margin-bottom: 60px;
  text-align: center;
}
.main_outer1 article .txtLink,
.main_outer1 section .txtLink {
  margin-bottom: 60px;
  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 .btnNotes,
.main_outer1 section .btnNotes {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}
.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 .btnLink2 a,
.main_outer1 section .btnLink2 a {
  color: #fff;
  background-color: #ed1a3a;
}
.main_outer1 article .btnLink2 a span,
.main_outer1 section .btnLink2 a span {
  position: relative;
}
.main_outer1 article .btnLink2 a span::before,
.main_outer1 section .btnLink2 a span::before {
  background-color: #fff;
}
.main_outer1 article .btnLink2 a span::after,
.main_outer1 section .btnLink2 a span::after {
  border-color: #ed1a3a;
}
.main_outer1 article .bgGray,
.main_outer1 section .bgGray {
  margin-bottom: 30px;
  padding: 30px 80px;
  background-color: #f4f4f4;
}
.main_outer1 article .bgGray p:last-child,
.main_outer1 section .bgGray p:last-child {
  margin-bottom: 0;
}
.main_outer1 .linkArea {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_outer1 .linkArea .btnLink a {
  border-width: 0;
  color: #fff;
}
.main_outer1 .linkArea .btnLink a span img {
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}
.main_outer1 .linkArea .btnLink a span::before {
  background-color: #fff;
}
.main_outer1 .linkArea .btnLink a span::after {
  right: -23px;
  -webkit-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
}
.main_outer1 .linkArea .btnLink:nth-child(1) a {
  background-color: #5bb431;
}
.main_outer1 .linkArea .btnLink:nth-child(1) a span::after {
  border-color: #5bb431;
}
.main_outer1 .linkArea .btnLink:nth-child(2) a {
  background-color: #e2750e;
}
.main_outer1 .linkArea .btnLink:nth-child(2) a span::after {
  border-color: #e2750e;
}
.main_outer1 .linkArea .btnLink.pass a {
  background-color: #d8d9d9;
}
.main_outer1 .linkArea .btnLink.pass a span::after {
  border-color: #d8d9d9;
}
.main_outer1 .intro .inner {
  padding: 40px 80px;
}
.main_outer1 .intro .txtLead {
  line-height: 1.5;
}
.main_outer1 .intro h2 {
  margin-bottom: 60px;
  padding-right: 70px;
  border-radius: 0 130px 130px 0;
  position: relative;
}
.main_outer1 .intro h2 > span {
  width: 130px;
  height: 130px;
  padding-top: 26px;
  font-size: 2.2rem;
  line-height: 1.4;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  background-color: #ffff00;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.main_outer1 .intro h2 > span span {
  display: block;
  font-size: 2.8rem;
}
.main_outer1 .intro .imgBig {
  margin-bottom: 10px;
}
.main_outer1 .intro .imgBig + p {
  text-align: center;
  margin-bottom: 60px;
}
.main_outer1 .intro .introDtl .pTtl {
  margin-bottom: 0;
  font-weight: bold;
}
.main_outer1 .intro .introDtl .pTtl::before {
  content: "■ ";
}
.main_outer1 .change h2 {
  padding-left: 0;
}
.main_outer1 .change h2 + .txtLead {
  font-size: 2.6rem;
}
.main_outer1 .change > p {
  width: 800px;
  margin: 0 auto 30px;
}
.main_outer1 .change .txtLead {
  margin-bottom: 10px;
}
.main_outer1 .change .time {
  margin-bottom: 30px;
  padding-left: 20px;
  text-align: center;
}
.main_outer1 .change .time span {
  position: relative;
}
.main_outer1 .change .time span img {
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -26px;
}
.main_outer1 .tire h2 {
  background-color: #5bb431;
}
.main_outer1 .tire .artLeadTxt {
  color: #00913a;
  border-color: #5bb431;
}
.main_outer1 .tire h3 {
  color: #00913a;
  border-color: #5bb431;
}
.main_outer1 .tire h3 > span {
  background-color: #5bb431;
}
.main_outer1 .tire .txtLead + p {
  width: 780px;
  margin: 0 auto 60px;
}
.main_outer1 .tire .txtLead + p.time {
  margin: 0 auto 30px;
}
.main_outer1 .tire .txtCopy {
  width: 780px;
  margin: 0 auto 60px;
}
.main_outer1 .tire .check {
  width: 350px;
  margin: 0 auto 40px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #00913a;
  border: 4px solid #5bb431;
  border-radius: 30px;
}
.main_outer1 .tire .check + p {
  text-align: center;
}
.main_outer1 .tire .frameArea {
  padding: 20px 40px 30px;
  border: 4px solid #5bb431;
  border-radius: 30px;
}
.main_outer1 .tire .frameArea .frameTtl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #00913a;
}
.main_outer1 .tire .frameArea p:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.main_outer1 .tire .pointArea {
  width: 800px;
  margin: 0 auto 60px;
  padding: 60px 80px 30px;
  background-color: #fced93;
  position: relative;
}
.main_outer1 .tire .pointArea .pointTtl {
  padding: 2px 20px;
  font-weight: bold;
  color: #fced93;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  left: 0;
}
.main_outer1 .tire .pointArea p {
  margin-bottom: 0;
}
.main_outer1 .tire .dtlTtl {
  background-color: #5bb431;
}
.main_outer1 .tire .DtlWp {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .tire .sec_01 .groove {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .tire .sec_01 .groove > section {
  margin-bottom: 0;
  width: 47%;
}
.main_outer1 .tire .sec_01 .groove > section h4 {
  margin-bottom: 30px;
  padding: 6px 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.main_outer1 .tire .sec_01 .groove > section h4 + p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.main_outer1 .tire .sec_01 .groove > section .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .tire .sec_01 .groove > section .flexBox img {
  width: 100%;
}
.main_outer1 .tire .sec_01 .groove > section .flexBox > p {
  width: 48%;
}
.main_outer1 .tire .sec_01 .groove > section .flexBox > dl {
  width: 48%;
}
.main_outer1 .tire .sec_01 .groove > section .flexBox > dl dt {
  height: 70px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.main_outer1 .tire .sec_01 .groove > section .flexBox > dl dt span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_outer1 .tire .sec_01 .groove > section .flexBox > dl dd img {
  border-radius: 0 0 10px 10px;
}
.main_outer1 .tire .sec_01 .groove > section .sign {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.main_outer1 .tire .sec_01 .groove > section.summer h4 {
  background-color: #f5c5d5;
}
.main_outer1 .tire .sec_01 .groove > section.summer h4 + p {
  color: #e66e96;
}
.main_outer1 .tire .sec_01 .groove > section.summer .flexBox > dl .new {
  background-color: #f5c5d5;
}
.main_outer1 .tire .sec_01 .groove > section.summer .flexBox > dl .old {
  background-color: #e66e96;
  color: #fff;
}
.main_outer1 .tire .sec_01 .groove > section.winter h4 {
  background-color: #cde1fc;
}
.main_outer1 .tire .sec_01 .groove > section.winter h4 + p {
  color: #5a9bf6;
}
.main_outer1 .tire .sec_01 .groove > section.winter .flexBox > dl .new {
  background-color: #cde1fc;
}
.main_outer1 .tire .sec_01 .groove > section.winter .flexBox > dl .old {
  background-color: #5a9bf6;
  color: #fff;
}
.main_outer1 .tire .sec_01 .groove > section .pointArea {
  width: 100%;
  margin-bottom: 0;
  height: 188px;
  padding: 60px 30px 30px;
}
.main_outer1 .tire .sec_02 .DtlWp .dtl {
  width: 30%;
}
.main_outer1 .tire .sec_02 .DtlWp .dtl > div {
  margin-bottom: 10px;
}
.main_outer1 .tire .sec_02 .DtlWp .dtl > div p:first-child {
  margin: 0 auto;
  text-align: center;
}
.main_outer1 .tire .sec_03 .DtlWp {
  margin-bottom: 0;
}
.main_outer1 .tire .sec_03 .DtlWp .dtl {
  width: 22%;
}
.main_outer1 .tire .sec_03 .DtlWp .dtl .dtlTtl {
  margin-bottom: 0;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
}
.main_outer1 .tire .sec_03 .DtlWp .dtl .dtlTtl span {
  display: block;
  font-size: 1.6rem;
}
.main_outer1 .tire .sec_03 .DtlWp .dtl p:last-child {
  margin-bottom: 0;
}
.main_outer1 .tire .sec_03 .DtlWp .dtl p:last-child img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.main_outer1 .tire .sec_03 .notes {
  text-align: right;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl {
  width: 48%;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl > div p {
  margin-bottom: 0;
  width: 46%;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl > div p:first-child {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl > div p:first-child span {
  font-size: 1.8rem;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl > div p:first-child::after {
  content: "";
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #5bb431 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 30px;
}
.main_outer1 .tire .sec_04 .DtlWp .dtl > div p:last-child img {
  width: 100%;
}
.main_outer1 .tire.intro .txtLeadTtl {
  margin: 0;
  padding: 30px;
  background: #5bb431;
  border-radius: 30px 30px 0 0;
  color: #FFF;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.main_outer1 .tire.intro .inner {
  background-image: url("../img/bg_intro_tire.png");
}
.main_outer1 .tire.intro h2 > span {
  border-color: #5bb431;
  color: #00913a;
}
.main_outer1 .tire.intro .introDtl .pTtl::before {
  color: #5bb431;
}
.main_outer1 .tire.intro .floatWp {
  margin-bottom: 60px;
}
.main_outer1 .tire.intro .floatWp p:first-child {
  margin: 0 0 10px 10px;
  float: right;
}
.main_outer1 .tire.intro .floatWp strong {
  font-weight: bold;
  color: #00913a;
}
.main_outer1 .tire.intro .floatWp::after {
  content: "";
  clear: both;
}
.main_outer1 .tire.change .pointArea > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .tire.change .pointArea > div p:first-child {
  width: 60%;
}
.main_outer1 .tire.change .pointArea > div p:last-child {
  width: 36%;
}
.main_outer1 .battery h2 {
  background-color: #e2750e;
}
.main_outer1 .battery .artLeadTxt {
  color: #e2750e;
  border-color: #e2750e;
}
.main_outer1 .battery h3 {
  color: #e2750e;
  border-color: #e2750e;
}
.main_outer1 .battery h3 > span {
  background-color: #e2750e;
}
.main_outer1 .battery .secWidth {
  width: 860px;
  margin: 0 auto 30px;
}
.main_outer1 .battery .dtlTtl {
  background-color: #e2750e;
}
.main_outer1 .battery .sec_01 > div {
  width: 860px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_outer1 .battery .sec_01 > div > div {
  width: 48%;
}
.main_outer1 .battery .sec_01 > div > div p {
  margin: 0 auto 10px;
  text-align: center;
}
.main_outer1 .battery .sec_01 > div > div p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: bold;
}
.main_outer1 .battery .sec_01 > div > p {
  width: 48%;
}
.main_outer1 .battery .sec_03 h3 + .txtLead {
  width: 700px;
  margin: 0 auto 30px;
  color: #fff;
  background-color: #e2750e;
  border-radius: 10px;
}
.main_outer1 .battery .sec_03 .imgBig {
  margin-bottom: 0;
}
.main_outer1 .battery .sec_03 .notes {
  width: 700px;
  margin: 0 auto 30px;
  text-align: right;
}
.main_outer1 .battery .sec_03 .modalArea {
  margin: 60px auto;
}
.main_outer1 .battery .sec_03 .modalArea .txtLead {
  color: #e2750e;
}
.main_outer1 .battery.intro .txtLeadTtl {
  margin: 0;
  padding: 30px;
  background: #e2750e;
  border-radius: 30px 30px 0 0;
  color: #FFF;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.main_outer1 .battery.intro .inner {
  background-image: url("../img/bg_intro_battery.png");
}
.main_outer1 .battery.intro h2 > span {
  border-color: #e2750e;
  color: #e2750e;
}
.main_outer1 .battery.intro .introDtl {
  width: 650px;
}
.main_outer1 .battery.intro .introDtl .pTtl::before {
  color: #e2750e;
}
.main_outer1 .battery.intro .introDtl.flexWp {
  position: relative;
}
.main_outer1 .battery.intro .introDtl.flexWp > p {
  margin-bottom: 0;
  line-height: 0;
  position: absolute;
  right: -180px;
  bottom: -80px;
}
.main_outer1 .battery.intro .btnNotes {
  margin-top: 60px;
}
.main_outer1 .battery .bgGray {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .main_outer1 .kv {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .leadArea {
    width: 100%;
    margin: 0 auto 7.8125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_outer1 .leadArea > p {
    width: 100%;
  }
  .main_outer1 .leadArea > div {
    margin: auto;
    width: 80%;
  }
  .main_outer1 .leadArea > div > p {
    margin-bottom: 1.3020833333vw;
    text-align: center;
  }
  .main_outer1 .leadArea > div .notes {
    text-align: left;
  }
  .main_outer1 p {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .notes {
    font-size: 3.125vw;
  }
  .main_outer1 article,
  .main_outer1 section {
    margin-bottom: 15.625vw;
  }
  .main_outer1 article h2,
  .main_outer1 section h2 {
    margin-bottom: 7.8125vw;
    padding: 2.6041666667vw 0 2.6041666667vw 5.2083333333vw;
    font-size: 5.2083333333vw;
    line-height: 1.4;
  }
  .main_outer1 article h2 span img,
  .main_outer1 section h2 span img {
    width: 6.5104166667vw;
    left: -9.1145833333vw;
  }
  .main_outer1 article .artLead,
  .main_outer1 section .artLead {
    margin-bottom: 7.8125vw;
    display: block;
  }
  .main_outer1 article .artLead p,
  .main_outer1 section .artLead p {
    width: 100%;
  }
  .main_outer1 article .artLead p:first-child,
  .main_outer1 section .artLead p:first-child {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 article .artLeadTxt,
  .main_outer1 section .artLeadTxt {
    margin-bottom: 7.8125vw;
    padding: 2.6041666667vw 0;
    font-size: 4.6875vw;
    line-height: 1.4;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .main_outer1 article h3,
  .main_outer1 section h3 {
    width: 75.5208333333vw;
    margin: 0 0 7.8125vw 13.0208333333vw;
    padding: 3.125vw 0 3.125vw 3.90625vw;
    font-size: 5.2083333333vw;
    line-height: 1.4;
    border-bottom-width: 3px;
  }
  .main_outer1 article h3 > span,
  .main_outer1 section h3 > span {
    width: 14.84375vw;
    height: 14.84375vw;
    left: -14.84375vw;
  }
  .main_outer1 article h3 > span span,
  .main_outer1 section h3 > span span {
    padding-top: 3.125vw;
    font-size: 2.8645833333vw;
  }
  .main_outer1 article .txtLead,
  .main_outer1 section .txtLead {
    margin-bottom: 3.90625vw;
    font-size: 4.4270833333vw;
  }
  .main_outer1 article .dtlTtl,
  .main_outer1 section .dtlTtl {
    padding: 0.78125vw 0;
    font-size: 4.1666666667vw;
  }
  .main_outer1 article .imgBig,
  .main_outer1 section .imgBig {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .txtLink,
  .main_outer1 section .txtLink {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 article .txtLink a,
  .main_outer1 section .txtLink a {
    padding-right: 5.46875vw;
    font-size: 4.1666666667vw;
    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.90625vw;
    height: 3.90625vw;
    right: -5.3385416667vw;
    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.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -3.90625vw;
    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 .btnNotes,
  .main_outer1 section .btnNotes {
    margin-bottom: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
  .main_outer1 article .btnLink a,
  .main_outer1 section .btnLink a {
    width: 78.125vw;
    margin: 0 auto;
    padding: 2.6041666667vw 2.6041666667vw 2.6041666667vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 article .btnLink a span::before,
  .main_outer1 section .btnLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.3385416667vw;
    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.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 article .btnLink2 a,
  .main_outer1 section .btnLink2 a {
    color: #fff;
    background-color: #ed1a3a;
  }
  .main_outer1 article .btnLink2 a span,
  .main_outer1 section .btnLink2 a span {
    position: relative;
  }
  .main_outer1 article .btnLink2 a span::before,
  .main_outer1 section .btnLink2 a span::before {
    background-color: #fff;
  }
  .main_outer1 article .btnLink2 a span::after,
  .main_outer1 section .btnLink2 a span::after {
    border-color: #ed1a3a;
  }
  .main_outer1 article .bgGray,
  .main_outer1 section .bgGray {
    margin-bottom: 7.8125vw;
    padding: 2.6041666667vw;
  }
  .main_outer1 .linkArea {
    margin-bottom: 15.625vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 .linkArea .btnLink {
    width: 48%;
  }
  .main_outer1 .linkArea .btnLink a {
    width: 100%;
    padding: 3.125vw 0 9.6354166667vw 5.2083333333vw;
    line-height: 1.5;
  }
  .main_outer1 .linkArea .btnLink a span img {
    width: 5.2083333333vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -6.5104166667vw;
  }
  .main_outer1 .linkArea .btnLink a span::before {
    top: 130%;
    right: 50%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main_outer1 .linkArea .btnLink a span::after {
    top: 144%;
    right: 50%;
    -webkit-transform: translateX(-70%) rotate(135deg);
            transform: translateX(-70%) rotate(135deg);
  }
  .main_outer1 .intro .inner {
    padding: 5.2083333333vw 5.2083333333vw 7.8125vw;
  }
  .main_outer1 .intro h2 {
    margin-bottom: 7.8125vw;
    padding-right: 18.2291666667vw;
    border-radius: 0 20.8333333333vw 20.8333333333vw 0;
    position: relative;
  }
  .main_outer1 .intro h2 > span {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    padding-top: 4.4270833333vw;
    font-size: 3.6458333333vw;
    line-height: 1.2;
    border-width: 4px;
  }
  .main_outer1 .intro h2 > span span {
    font-size: 4.9479166667vw;
  }
  .main_outer1 .intro .imgBig {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .intro .imgBig + p {
    text-align: left;
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .intro .introDtl .pTtl {
    margin-bottom: 0;
    font-weight: bold;
  }
  .main_outer1 .intro .introDtl .pTtl::before {
    content: "■ ";
  }
  .main_outer1 .change h2 + .txtLead {
    font-size: 4.6875vw;
  }
  .main_outer1 .change > p {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .change .txtLead {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .change .time {
    margin-bottom: 7.8125vw;
    padding-left: 3.90625vw;
  }
  .main_outer1 .change .time span img {
    width: 3.90625vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5.2083333333vw;
  }
  .main_outer1 .tire .txtLead + p {
    width: 100%;
    margin: 0 auto 13.0208333333vw;
  }
  .main_outer1 .tire .txtLead + p.time {
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .tire .txtCopy {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .tire .check {
    width: 52.0833333333vw;
    margin: 0 auto 7.8125vw;
    font-size: 5.2083333333vw;
    border-radius: 30px;
    border-width: 3px;
  }
  .main_outer1 .tire .check + p {
    text-align: left;
  }
  .main_outer1 .tire .frameArea {
    padding: 5.2083333333vw 3.90625vw;
    border-width: 3px;
    border-radius: 3.90625vw;
  }
  .main_outer1 .tire .frameArea .frameTtl {
    margin-bottom: 3.90625vw;
    font-size: 5.2083333333vw;
  }
  .main_outer1 .tire .pointArea {
    width: 100%;
    margin: 0 auto 15.625vw;
    padding: 9.1145833333vw 3.90625vw 3.90625vw;
  }
  .main_outer1 .tire .pointArea .pointTtl {
    padding: 0vw 3.90625vw;
  }
  .main_outer1 .tire .pointArea p {
    margin-bottom: 0;
  }
  .main_outer1 .tire .DtlWp {
    margin-bottom: 7.8125vw;
    display: block;
  }
  .main_outer1 .tire .sec_01 .groove {
    display: block;
  }
  .main_outer1 .tire .sec_01 .groove > section {
    margin-bottom: 15.625vw;
    width: 100%;
  }
  .main_outer1 .tire .sec_01 .groove > section h4 {
    margin-bottom: 3.90625vw;
    padding: 1.3020833333vw 0;
    font-size: 4.4270833333vw;
  }
  .main_outer1 .tire .sec_01 .groove > section h4 + p {
    font-size: 4.1666666667vw;
  }
  .main_outer1 .tire .sec_01 .groove > section .flexBox > dl dt {
    height: 14.3229166667vw;
  }
  .main_outer1 .tire .sec_01 .groove > section .sign {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .tire .sec_01 .groove > section .pointArea {
    height: auto;
    padding: 9.1145833333vw 3.90625vw 3.90625vw;
  }
  .main_outer1 .tire .sec_02 .DtlWp .dtl {
    width: 100%;
  }
  .main_outer1 .tire .sec_02 .DtlWp .dtl > div {
    margin-bottom: 1.3020833333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 .tire .sec_02 .DtlWp .dtl > div p:first-child {
    width: 54%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_outer1 .tire .sec_02 .DtlWp .dtl > div p:last-child {
    width: 42%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_outer1 .tire .sec_03 .DtlWp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .tire .sec_03 .DtlWp .dtl {
    width: 48%;
  }
  .main_outer1 .tire .sec_03 .DtlWp .dtl .dtlTtl span {
    font-size: 3.3854166667vw;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl {
    width: 100%;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl > div p {
    width: 46%;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl > div p:first-child {
    font-size: 3.90625vw;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl > div p:first-child span {
    font-size: 3.3854166667vw;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl > div p:first-child::after {
    border-width: 5.2083333333vw 5.2083333333vw 0 5.2083333333vw;
    bottom: 5.2083333333vw;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl > div p:last-child img {
    width: 100%;
  }
  .main_outer1 .tire .sec_04 .DtlWp .dtl > div + p {
    font-size: 3.7760416667vw;
  }
  .main_outer1 .tire.intro .txtLeadTtl {
    padding: 3.90625vw;
    border-radius: 3.90625vw 3.90625vw 0 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .tire.intro .floatWp {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .tire.intro .floatWp p:first-child {
    width: 39.0625vw;
    margin: 1.8229166667vw 0 0 1.3020833333vw;
  }
  .main_outer1 .tire.change .pointArea > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .tire.change .pointArea > div p:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_outer1 .tire.change .pointArea > div p:last-child {
    width: 80%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_outer1 .battery .secWidth {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .battery .sec_01 > div {
    width: 100%;
    display: block;
  }
  .main_outer1 .battery .sec_01 > div > div {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .main_outer1 .battery .sec_01 > div > div p {
    margin: 0 auto;
  }
  .main_outer1 .battery .sec_01 > div > div p:nth-child(1) {
    font-size: 4.4270833333vw;
  }
  .main_outer1 .battery .sec_01 > div > div p:nth-child(2) {
    width: 80%;
    margin-bottom: 0;
  }
  .main_outer1 .battery .sec_01 > div > p {
    width: 100%;
  }
  .main_outer1 .battery .sec_03 h3 + .txtLead {
    width: 100%;
    margin: 0 auto 3.90625vw;
    padding: 0.5208333333vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .battery .sec_03 .notes {
    width: 100%;
    margin: 0 auto 7.8125vw;
    text-align: center;
  }
  .main_outer1 .battery .sec_03 .modalArea {
    margin: 7.8125vw auto;
  }
  .main_outer1 .battery .sec_03 .modalArea .modal {
    width: 90%;
  }
  .main_outer1 .battery .sec_03 .modalArea .modal p {
    margin-bottom: 1.3020833333vw;
    text-align: center;
  }
  .main_outer1 .battery.intro .txtLeadTtl {
    padding: 3.90625vw;
    border-radius: 3.90625vw 3.90625vw 0 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .battery.intro .introDtl {
    width: 100%;
  }
  .main_outer1 .battery.intro .introDtl.flexWp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 .battery.intro .introDtl.flexWp > div {
    width: 78%;
  }
  .main_outer1 .battery.intro .introDtl.flexWp > p {
    width: 20%;
    padding-top: 1.8229166667vw;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .main_outer1 .battery.intro .btnNotes {
    margin-top: 0;
  }
  .main_outer1 .battery .bgGray {
    margin-top: 15.625vw;
  }
}
/*# sourceMappingURL=style.css.map */