@charset "UTF-8";
.main_outer1 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.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 .content {
  color: #3c3c3c;
  width: 1000px;
  margin: 0 auto;
  font-size: 10;
}
@media (max-width: 768px) {
  .main_outer1 .content {
    width: 100%;
  }
  .main_outer1 .content img {
    width: 100%;
  }
}

.main_outer1 .kvArea {
  margin-bottom: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7d5cc+0,ffffff+100 */
  background: rgb(167, 213, 204); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(167, 213, 204)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(167, 213, 204) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a7d5cc", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.main_outer1 .date {
  margin-bottom: 30px;
  text-align: right;
}
.main_outer1 .leadArea {
  margin-bottom: 30px;
}
.main_outer1 .leadArea .content p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.main_outer1 .searchArea {
  margin-bottom: 50px;
}
.main_outer1 .searchArea .content h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.main_outer1 .searchArea .content .search {
  padding: 20px;
  border: 4px solid #ffbf00;
}
.main_outer1 .searchArea .content .search h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.main_outer1 .searchArea .content .search .searchDtl {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt ul {
  padding-left: 24px;
  list-style: disc;
  font-weight: bold;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn {
  margin-top: 30px;
  text-align: center;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(1) {
  margin-bottom: 6px;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) {
  font-size: 1.8rem;
  border-radius: 5px;
  background-color: #ed1a3a;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) a {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #fff;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 70px;
}
.main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #ed1a3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  top: 19px;
  right: 79px;
}
.main_outer1 .searchArea .content .search .searchDtl .searchEx {
  width: 58%;
  padding: 10px;
  background-color: #ffbf00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .searchArea .content .search .searchDtl .searchEx section {
  width: 48%;
  font-weight: bold;
}
.main_outer1 .searchArea .content .search .searchDtl .searchEx section h4 {
  margin-bottom: 20px;
  padding: 2px 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #ffbf00;
  text-align: center;
  position: relative;
}
.main_outer1 .searchArea .content .search .searchDtl .searchEx section h4::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_outer1 .searchArea .content .search .searchDtl .searchEx section p {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.main_outer1 .searchArea .content .search .searchDtl .searchEx section p span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.main_outer1 .searchArea .content .search .msg {
  padding: 20px 200px 20px 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #e6e6e6;
  position: relative;
}
.main_outer1 .searchArea .content .search .msg::after {
  content: "";
  width: 143.2px;
  height: 130.8px;
  position: absolute;
  background: url("../img/searchMsg.png");
  background-size: contain;
  right: 100px;
  bottom: 0;
}
.main_outer1 .typeArea {
  background-color: #e6e6e6;
}
.main_outer1 .typeArea h2 {
  padding: 10px 0;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #ed1a3a;
}
.main_outer1 .typeArea .content .typeList {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .typeArea .content .typeList li {
  width: 23.5%;
}
.main_outer1 .typeArea .content .typeList li a {
  display: block;
  height: 66px;
  padding: 8px 8px 8px 84px;
  background-color: #fff;
  border: 1px solid #545353;
  border-radius: 5px;
  font-size: 2rem;
  position: relative;
}
.main_outer1 .typeArea .content .typeList li a span {
  display: block;
  font-size: 1.4rem;
}
.main_outer1 .typeArea .content .typeList li a::before {
  content: "";
  width: 53.5714285714px;
  height: 35.7142857143px;
  position: absolute;
  left: 10px;
  top: 16px;
}
.main_outer1 .typeArea .content .typeList li a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #545353;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  top: 44px;
  right: 10px;
}
.main_outer1 .typeArea .content .typeList li:nth-of-type(1) a::before {
  background: url("../img/list_nomal.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList li:nth-of-type(2) a::before {
  background: url("../img/list_idling.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList li:nth-of-type(3) a::before {
  background: url("../img/list_hybrid.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList li:nth-of-type(4) a::before {
  background: url("../img/list_en.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(1) li:nth-of-type(1) a {
  background-color: #f6bf42;
  border-width: 0;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(1) li:nth-of-type(1) a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #f6bf42 transparent transparent transparent;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_outer1 .typeArea .content .typeList:nth-of-type(1) li:nth-of-type(1) a::before {
  background: url("../img/list_nomal_w.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(2) li:nth-of-type(2) a {
  background-color: #f6bf42;
  border-width: 0;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(2) li:nth-of-type(2) a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #f6bf42 transparent transparent transparent;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_outer1 .typeArea .content .typeList:nth-of-type(2) li:nth-of-type(2) a::before {
  background: url("../img/list_idling_w.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(3) li:nth-of-type(3) a {
  background-color: #f6bf42;
  border-width: 0;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(3) li:nth-of-type(3) a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #f6bf42 transparent transparent transparent;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_outer1 .typeArea .content .typeList:nth-of-type(3) li:nth-of-type(3) a::before {
  background: url("../img/list_hybrid_w.png");
  background-size: contain;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(4) li:nth-of-type(4) a {
  background-color: #f6bf42;
  border-width: 0;
}
.main_outer1 .typeArea .content .typeList:nth-of-type(4) li:nth-of-type(4) a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #f6bf42 transparent transparent transparent;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_outer1 .typeArea .content .typeList:nth-of-type(4) li:nth-of-type(4) a::before {
  background: url("../img/list_en_w.png");
  background-size: contain;
}
.main_outer1 .typeArea .content article h3 {
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #545353;
}
.main_outer1 .typeArea .content article h3 span {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
}
.main_outer1 .typeArea .content article .sizeArea {
  background-color: #fff;
  padding: 20px;
}
.main_outer1 .typeArea .content article .sizeArea h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-align: center;
  font-weight: bold;
  color: #545353;
  border-bottom: 2px solid #545353;
}
.main_outer1 .typeArea .content article .sizeArea h4 span {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
}
.main_outer1 .typeArea .content article .sizeArea .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .typeArea .content article .sizeArea .size > div p {
  margin-bottom: 20px;
}
.main_outer1 .typeArea .content article .sizeArea .size > div > p {
  line-height: 2.4rem;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(1) {
  width: 37%;
  text-align: center;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) {
  width: 60%;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeTtl {
  font-weight: bold;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl {
  padding: 20px;
  background-color: #e6e6e6;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode {
  margin: 10px auto 30px;
  font-size: 4rem;
  line-height: auto;
  font-weight: bold;
  text-align: center;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span {
  display: inline-block;
  margin: 0 2px;
  padding: 0 2px;
  border-style: solid;
  border-width: 4px;
  position: relative;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span::before {
  padding: 2px 6px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(1) {
  border-color: #ed1a3a;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(1)::before {
  content: "1";
  background-color: #ed1a3a;
  left: -10px;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(2) {
  border-color: #1d2088;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(2)::before {
  content: "2";
  background-color: #1d2088;
  right: -10px;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(3) {
  border-color: #ffbf00;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(3)::before {
  content: "3";
  background-color: #f6bf42;
  right: -10px;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5 {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5::before {
  padding: 4px 10px 5px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5:nth-of-type(1)::before {
  content: "1";
  background-color: #ed1a3a;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5:nth-of-type(2)::before {
  content: "2";
  background-color: #1d2088;
}
.main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5:nth-of-type(3)::before {
  content: "3";
  background-color: #f6bf42;
}
.main_outer1 .typeArea .content article .secWp {
  padding: 20px;
  background-color: #fff;
}
.main_outer1 .typeArea .content article .secWp .itemWp {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 20px;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg {
  width: 35%;
  padding-top: 30px;
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p {
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p span {
  width: 100px;
  height: 100px;
  padding: 26px 8px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #ed1a3a;
  border: solid 3px #fff;
  border-radius: 50%;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p span sup {
  font-size: 0.3rem;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p .line4 {
  padding: 20px 8px;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg .search {
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo {
  width: 65%;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p img {
  margin-right: 16px;
  width: 70px;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p span {
  color: #ed1a3a;
  font-weight: bold;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p:nth-of-type(1) {
  padding: 2px;
  text-align: center;
  color: #fff;
  background-color: #ffbf00;
  font-weight: bold;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo h4 {
  margin: 14px auto;
  font-size: 2.4rem;
  font-weight: bold;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo h4 span {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 8px;
  vertical-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  background-color: #ed1a3a;
  border-radius: 8px;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea {
  margin-top: 20px;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea p {
  font-size: 1.6rem;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea p a {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 3px 3px 26px;
  border: 1px solid #545353;
  font-size: 1.2rem;
  color: #fff;
  background-color: #545353;
  background-image: url("../img/icon_search.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea p span {
  font-size: 3rem;
  font-weight: bold;
  color: #ed1a3a;
}
.main_outer1 .typeArea .content article .secWp .itemWp .tableWp {
  display: none;
}
.main_outer1 .typeArea .content article .secWp .itemWp .tableWp table {
  width: 100%;
}
.main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr td, .main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr th {
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr th {
  background-color: #bfbfbf;
  font-weight: bold;
}
.main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr td {
  background-color: #e6e6e6;
}
.main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr td span {
  font-size: 2.4rem;
}
.main_outer1 .typeArea .content article .secWp .itemWp .acc {
  width: 400px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  border: 2px solid #3c3c3c;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .itemWp .acc::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #545353;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  top: 12px;
  right: 10px;
}
.main_outer1 .typeArea .content article .secWp .itemWp .active::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #545353;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  top: 16px;
  right: 10px;
}
.main_outer1 .typeArea .content article .secWp .simWp {
  margin-bottom: 30px;
  padding: 20px 60px;
  background-size: auto auto;
  background-color: #ffbf00;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(255, 163, 0) 10px, rgb(255, 163, 0) 12px);
}
.main_outer1 .typeArea .content article .secWp .simWp .sim {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 5px solid #f6bf42;
  border-radius: 20px;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .que h5 {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 2.2rem;
  text-align: center;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .que h5 span {
  display: inline-block;
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .que h5 span::before {
  content: "";
  width: 31.3333333333px;
  height: 31.3333333333px;
  position: absolute;
  background: url("../img/icon_q.png");
  background-size: contain;
  left: -40px;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .que ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .que ul li {
  width: 30%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f6bf42;
  color: #fff;
  cursor: pointer;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .que02, .main_outer1 .typeArea .content article .secWp .simWp .sim .que03 {
  display: none;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .result {
  display: none;
}
.main_outer1 .typeArea .content article .secWp .simWp .sim .reQue {
  display: none;
  margin: auto;
  width: 30%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f6bf42;
  color: #fff;
  cursor: pointer;
}
.main_outer1 .typeArea .content article .secWp .noticeArea {
  margin-bottom: 30px;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > p {
  width: 35%;
  margin-right: 20px;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > div {
  width: 65%;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > div p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > div p span {
  color: #ed1a3a;
  font-weight: bold;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noUse {
  padding: 20px 40px;
  background-color: #e6e6e6;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noUse p {
  font-size: 2rem;
  font-weight: bold;
}
.main_outer1 .typeArea .content article .secWp .noticeArea .noUse ul {
  margin-top: 10px;
  padding-left: 24px;
  list-style: disc;
  font-size: 1.6rem;
}
.main_outer1 .typeArea .content article .secWp .linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p {
  width: 40%;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p a {
  display: block;
  padding: 10px 0;
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(1) {
  border: 2px solid #3c3c3c;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(1) a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #3c3c3c;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 20px;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(1) a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  top: 16px;
  right: 28px;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) {
  background-color: #ed1a3a;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a {
  color: #fff;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a span {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
  position: relative;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a span::before {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  left: 24px;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a span::after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  right: 24px;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  top: 32px;
  right: 70px;
}
.main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #ed1a3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  top: 39px;
  right: 79px;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(1) {
  border-color: #1d2088;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(1)::before {
  background-color: #1d2088;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(2) {
  border-color: #ed1a3a;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(2)::before {
  background-color: #ed1a3a;
  right: 46px;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(3) {
  border-color: #ffbf00;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl h5:nth-of-type(1)::before {
  background-color: #1d2088;
}
.main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl h5:nth-of-type(2)::before {
  background-color: #ed1a3a;
}
.main_outer1 .typeArea .content #idlingCont .secWp .noticeArea .noticeImg {
  display: block;
}
.main_outer1 .typeArea .content #idlingCont .secWp .noticeArea .noticeImg > div {
  width: 100%;
}
.main_outer1 .typeArea .content #enCont .en-jis {
  padding: 30px 100px;
  background-color: #ffffb9;
}
.main_outer1 .typeArea .content #enCont .en-jis h3 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  text-align: center;
  background-color: #ffffb9;
  color: #00378b;
  border-bottom: 2px solid #00378b;
}
.main_outer1 .typeArea .content #enCont .en-jis table {
  width: 100%;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr td, .main_outer1 .typeArea .content #enCont .en-jis table tr th {
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #00378b;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr th {
  color: #00378b;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr td span {
  display: block;
  font-size: 1.4rem;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr:nth-of-type(1) {
  background-color: #a2cbea;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr:nth-of-type(1) th:first-child {
  border-top-width: 0;
  border-left-width: 0;
  background-color: #ffffb9;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr:nth-of-type(2) {
  background-color: #fbe6ef;
}
.main_outer1 .typeArea .content #enCont .en-jis table tr:nth-of-type(3) {
  background-color: #fff;
}
.main_outer1 .typeArea .content #enCont .en-jis p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.main_outer1 .typeArea .content #enCont .en-jis p:nth-last-of-type(2) {
  margin: 20px auto;
  color: #ed1a3a;
}
.main_outer1 .typeArea .content #enCont .en-jis p:nth-last-of-type(1) {
  padding: 10px;
  color: #fff;
  background-color: #00378b;
}
.main_outer1 .changeArea {
  padding: 80px 0;
  background-color: #e6e6e6;
}
.main_outer1 .changeArea .content h3 {
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #545353;
}
.main_outer1 .changeArea .content h3 span {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
}
.main_outer1 .changeArea .content .sizeArea {
  background-color: #fff;
  padding: 20px;
}
.main_outer1 .changeArea .content .sizeArea .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .changeArea .content .sizeArea .size > div p {
  margin-bottom: 20px;
}
.main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(1) {
  width: 37%;
  text-align: center;
}
.main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(2) {
  width: 60%;
}
.main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(2) p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(2) p:last-child {
  margin-top: 20px;
  padding: 16px 0;
  background-color: #ed1a3a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.main_outer1 .furukawaArea {
  padding: 0 0 80px;
  background-color: #e6e6e6;
}
.main_outer1 .furukawaArea .content {
  background-color: #e6e6e6;
}
.main_outer1 .furukawa h3 {
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #545353;
}
.main_outer1 .furukawa h3 span {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
}
.main_outer1 .furukawa .furukawaDtl {
  padding: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .furukawa .furukawaDtl p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_outer1 .furukawa .furukawaDtl p img {
  width: 100%;
}
.main_outer1 .furukawa .furukawaDtl p:nth-of-type(1) {
  width: 37%;
}
.main_outer1 .furukawa .furukawaDtl p:nth-of-type(2) {
  width: 60%;
}
.main_outer1 .shopBtn {
  padding-bottom: 50px;
  background-color: #e6e6e6;
}
.main_outer1 .shopBtn p {
  width: 400px;
  margin: auto;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
  background-color: #ed1a3a;
}
.main_outer1 .shopBtn p a {
  display: block;
  padding: 10px 0;
  color: #fff;
  position: relative;
}
.main_outer1 .shopBtn p a span {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
  position: relative;
}
.main_outer1 .shopBtn p a span::before {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  left: 24px;
}
.main_outer1 .shopBtn p a span::after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  right: 24px;
}
.main_outer1 .shopBtn p a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  top: 32px;
  right: 70px;
}
.main_outer1 .shopBtn p a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #ed1a3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  top: 39px;
  right: 79px;
}
@media (max-width: 767px) {
  .main_outer1 .kvArea {
    margin-bottom: 0.390625vw;
  }
  .main_outer1 .date {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .leadArea {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .leadArea .content p {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .main_outer1 .searchArea {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .searchArea .content h2 {
    margin-bottom: 2.6041666667vw;
    font-size: 5.2083333333vw;
  }
  .main_outer1 .searchArea .content .search {
    padding: 3.125vw;
    border: 4px solid #ffbf00;
  }
  .main_outer1 .searchArea .content .search h3 {
    margin-bottom: 2.6041666667vw;
    font-size: 4.4270833333vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl {
    margin-bottom: 6.5104166667vw;
    display: block;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt {
    margin-bottom: 2.6041666667vw;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt ul {
    padding-left: 3.90625vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn {
    margin-top: 3.90625vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(1) {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) {
    margin-bottom: 3.90625vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) a {
    padding: 1.8229166667vw 0;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    top: 2.0833333333vw;
    right: 15.625vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchTxt .searchBtn p:nth-child(2) a::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #ed1a3a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    top: 3.2552083333vw;
    right: 17.0572916667vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchEx {
    width: 100%;
    padding: 2.6041666667vw;
    display: block;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchEx section {
    width: 100%;
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchEx section h4 {
    margin-bottom: 2.6041666667vw;
    padding: 1.0416666667vw 0;
    font-size: 3.125vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchEx section h4::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.6041666667vw 2.6041666667vw 0 2.6041666667vw;
    border-color: #fff transparent transparent transparent;
    bottom: -1.3020833333vw;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchEx section p {
    margin-top: 1.3020833333vw;
    font-size: 3.125vw;
    text-align: center;
  }
  .main_outer1 .searchArea .content .search .searchDtl .searchEx section p span {
    font-size: 2.34375vw;
  }
  .main_outer1 .searchArea .content .search .msg {
    padding: 2.6041666667vw 26.0416666667vw 2.6041666667vw 2.6041666667vw;
    font-size: 2.8645833333vw;
  }
  .main_outer1 .searchArea .content .search .msg::after {
    width: 23.3072916667vw;
    height: 21.2890625vw;
    right: 3.90625vw;
  }
  .main_outer1 .typeArea h2 {
    padding: 1.3020833333vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content .typeList {
    margin-bottom: 3.90625vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_outer1 .typeArea .content .typeList li {
    width: 48%;
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content .typeList li a {
    height: 11.1979166667vw;
    padding: 1.3020833333vw 1.3020833333vw 11.71875vw 15.625vw;
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content .typeList li a span {
    font-size: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content .typeList li a::before {
    content: "";
    width: 9.765625vw;
    height: 6.5104166667vw;
    position: absolute;
    left: 2.6041666667vw;
    top: 2.0833333333vw;
  }
  .main_outer1 .typeArea .content .typeList li a::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: 9.1145833333vw;
    right: 19.53125vw;
  }
  .main_outer1 .typeArea .content .typeList li:nth-of-type(1) a::before {
    background: url("../img/list_nomal.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList li:nth-of-type(2) a::before {
    background: url("../img/list_idling.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList li:nth-of-type(3) a::before {
    background: url("../img/list_hybrid.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList li:nth-of-type(4) a::before {
    background: url("../img/list_en.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(1) li:nth-of-type(1) a::after {
    border-width: 0;
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: 9.1145833333vw;
    right: 19.53125vw;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(1) li:nth-of-type(1) a::before {
    background: url("../img/list_nomal_w.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(2) li:nth-of-type(2) a::after {
    border-width: 0;
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: 9.1145833333vw;
    right: 19.53125vw;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(2) li:nth-of-type(2) a::before {
    background: url("../img/list_idling_w.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(3) li:nth-of-type(3) a::after {
    border-width: 0;
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: 9.1145833333vw;
    right: 19.53125vw;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(3) li:nth-of-type(3) a::before {
    background: url("../img/list_hybrid_w.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(4) li:nth-of-type(4) a::after {
    border-width: 0;
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: 9.1145833333vw;
    right: 19.53125vw;
  }
  .main_outer1 .typeArea .content .typeList:nth-of-type(4) li:nth-of-type(4) a::before {
    background: url("../img/list_en_w.png");
    background-size: contain;
  }
  .main_outer1 .typeArea .content article h3 {
    padding: 1.3020833333vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content article h3 span {
    display: block;
    margin-top: 1.3020833333vw;
    font-size: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea {
    padding: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea h4 {
    margin-bottom: 2.6041666667vw;
    padding-bottom: 1.3020833333vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .sizeArea h4 span {
    display: block;
    margin-top: 1.3020833333vw;
    font-size: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size {
    display: block;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div p {
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div > p {
    line-height: 4.4270833333vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(1) p {
    width: 48%;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) {
    width: 100%;
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl {
    padding: 1.3020833333vw 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode {
    margin: 2.6041666667vw auto;
    font-size: 6.5104166667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span {
    margin: 0 0.6510416667vw;
    padding: 0 0.6510416667vw;
    border-style: solid;
    border-width: 3px;
    position: relative;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span::before {
    padding: 0.6510416667vw 1.5625vw;
    font-size: 2.6041666667vw;
    top: -2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(1)::before {
    left: -2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(2)::before {
    right: -2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(3)::before {
    right: -2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5 {
    margin-bottom: 1.3020833333vw;
    padding-left: 7.8125vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .sizeArea .size > div:nth-of-type(2) .sizeDtl h5::before {
    padding: 1.0416666667vw 2.0833333333vw 1.3020833333vw;
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content article .secWp {
    padding: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp {
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item {
    margin-bottom: 3.90625vw;
    display: block;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg {
    width: 100%;
    margin-bottom: 2.6041666667vw;
    padding-top: 1.3020833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p span {
    width: 19.53125vw;
    height: 19.53125vw;
    padding: 4.9479166667vw 1.0416666667vw;
    font-size: 2.34375vw;
    left: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p span sup {
    font-size: 2.0833333333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg > p .line4 {
    padding: 3.90625vw 1.0416666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemImg .search {
    font-size: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo {
    width: 100%;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p {
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p img {
    margin-right: 2.6041666667vw;
    width: 13.0208333333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p span {
    color: #ed1a3a;
    font-weight: bold;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo > p:nth-of-type(1) {
    padding: 0.5208333333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo h4 {
    margin: 3.125vw auto;
    font-size: 4.4270833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo h4 span {
    margin-left: 3.125vw;
    padding: 0.5208333333vw 2.0833333333vw;
    font-size: 3.125vw;
    border-radius: 4px;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea {
    margin-top: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea p {
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea p a {
    margin-left: 1.3020833333vw;
    padding: 0.5208333333vw 0.78125vw 0.78125vw 5.2083333333vw;
    font-size: 2.0833333333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .item .itemInfo .priceArea p span {
    font-size: 5.7291666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr td, .main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr th {
    padding: 1.3020833333vw;
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .tableWp table tr td span {
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .acc {
    width: 78.125vw;
    margin: 2.6041666667vw auto 5.2083333333vw;
    padding: 1.8229166667vw 0;
    font-size: 3.125vw;
    border: 1px solid #3c3c3c;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .acc::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
  }
  .main_outer1 .typeArea .content article .secWp .itemWp .active::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #545353;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    top: 2.6041666667vw;
    right: 2.0833333333vw;
  }
  .main_outer1 .typeArea .content article .secWp .simWp {
    margin-bottom: 3.90625vw;
    padding: 2.6041666667vw 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .simWp .sim {
    padding: 2.6041666667vw;
    border-radius: 10px;
  }
  .main_outer1 .typeArea .content article .secWp .simWp .sim .que h5 {
    margin-bottom: 3.90625vw;
    padding-left: 7.8125vw;
    font-size: 3.3854166667vw;
    text-align: left;
  }
  .main_outer1 .typeArea .content article .secWp .simWp .sim .que h5 span::before {
    content: "";
    width: 4.7075320513vw;
    height: 4.7075320513vw;
    position: absolute;
    background: url("../img/icon_q.png");
    background-size: contain;
    left: -5.9895833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .simWp .sim .que ul {
    display: block;
  }
  .main_outer1 .typeArea .content article .secWp .simWp .sim .que ul li {
    width: 100%;
    margin-bottom: 2.6041666667vw;
    padding: 2.6041666667vw;
    border-radius: 5px;
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content article .secWp .simWp .sim .reQue {
    width: 100%;
    margin-bottom: 2.6041666667vw;
    padding: 2.6041666667vw;
    border-radius: 5px;
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea h4 {
    padding: 1.3020833333vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea h4 span {
    display: block;
    margin-top: 1.3020833333vw;
    font-size: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg {
    margin: 2.6041666667vw auto;
    display: block;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > div {
    width: 100%;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noticeImg > div p {
    margin-bottom: 2.6041666667vw;
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noUse {
    padding: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noUse p {
    font-size: 3.6458333333vw;
    font-weight: bold;
  }
  .main_outer1 .typeArea .content article .secWp .noticeArea .noUse ul {
    margin-top: 2.6041666667vw;
    padding-left: 5.2083333333vw;
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn {
    display: block;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p {
    width: 100%;
    margin-bottom: 2.6041666667vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p a {
    padding: 1.8229166667vw 0;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(1) {
    border: 1px solid #3c3c3c;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(1) a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #3c3c3c;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    top: 1.8229166667vw;
    right: 2.6041666667vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(1) a::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    top: 2.734375vw;
    right: 4.0364583333vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a span {
    margin-bottom: 0.78125vw;
    font-size: 2.8645833333vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a span::before {
    width: 1px;
    height: 3.90625vw;
    left: 7.8125vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a span::after {
    width: 1px;
    height: 3.90625vw;
    right: 7.8125vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    top: 6.5104166667vw;
    right: 15.625vw;
  }
  .main_outer1 .typeArea .content article .secWp .linkBtn p:nth-child(2) a::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #ed1a3a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    top: 7.6822916667vw;
    right: 17.0572916667vw;
  }
  .main_outer1 .typeArea .content #idlingCont .sizeArea .size > div:nth-of-type(2) .sizeDtl .sizeCode span:nth-of-type(2)::before {
    right: 7.1614583333vw;
  }
  .main_outer1 .typeArea .content #hybridCont .sizeArea .size > div:nth-of-type(1) p:last-child {
    width: 100%;
  }
  .main_outer1 .typeArea .content #enCont .en-jis {
    padding: 3.90625vw;
  }
  .main_outer1 .typeArea .content #enCont .en-jis h3 {
    margin-bottom: 2.6041666667vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .typeArea .content #enCont .en-jis table tr td, .main_outer1 .typeArea .content #enCont .en-jis table tr th {
    padding: 1.3020833333vw;
    font-size: 2.8645833333vw;
    border: 1px solid #00378b;
  }
  .main_outer1 .typeArea .content #enCont .en-jis table tr th {
    color: #00378b;
  }
  .main_outer1 .typeArea .content #enCont .en-jis table tr td span {
    display: block;
    font-size: 1.8229166667vw;
  }
  .main_outer1 .typeArea .content #enCont .en-jis p {
    font-size: 3.125vw;
  }
  .main_outer1 .typeArea .content #enCont .en-jis p:nth-last-of-type(2) {
    margin: 2.6041666667vw auto;
  }
  .main_outer1 .typeArea .content #enCont .en-jis p:nth-last-of-type(1) {
    padding: 1.3020833333vw;
  }
  .main_outer1 .changeArea {
    padding: 10.4166666667vw 0;
  }
  .main_outer1 .changeArea .content h3 {
    padding: 1.3020833333vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .changeArea .content h3 span {
    display: block;
    margin-top: 1.3020833333vw;
    font-size: 2.6041666667vw;
  }
  .main_outer1 .changeArea .content .sizeArea {
    padding: 2.6041666667vw;
  }
  .main_outer1 .changeArea .content .sizeArea .size {
    display: block;
  }
  .main_outer1 .changeArea .content .sizeArea .size > div p {
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(1) p {
    width: 48%;
  }
  .main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(2) {
    width: 100%;
  }
  .main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(2) p {
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  .main_outer1 .changeArea .content .sizeArea .size > div:nth-of-type(2) p:last-child {
    margin-top: 2.6041666667vw;
    padding: 16 0;
    font-size: 3.6458333333vw;
  }
  .main_outer1 .furukawaArea {
    padding: 0 0 10.4166666667vw;
    background-color: #e6e6e6;
  }
  .main_outer1 .furukawaArea .furukawaDtl {
    padding: 2.6041666667vw;
  }
  .main_outer1 .furukawa h3 {
    padding: 1.3020833333vw 0;
    font-size: 3.90625vw;
  }
  .main_outer1 .furukawa h3 span {
    display: block;
    margin-top: 1.3020833333vw;
    font-size: 2.6041666667vw;
  }
  .main_outer1 .furukawa .furukawaDtl {
    padding: 2.6041666667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_outer1 .furukawa .furukawaDtl p {
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  .main_outer1 .furukawa .furukawaDtl p:nth-of-type(1) {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .main_outer1 .furukawa .furukawaDtl p:nth-of-type(2) {
    width: 100%;
    margin-bottom: 2.6041666667vw;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .main_outer1 .modal_furukawa {
    width: 80%;
  }
  .main_outer1 .shopBtn {
    padding-bottom: 13.0208333333vw;
  }
  .main_outer1 .shopBtn p {
    width: 84.6354166667vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .shopBtn p a {
    padding: 1.8229166667vw 0;
  }
  .main_outer1 .shopBtn p a span {
    margin-bottom: 0.78125vw;
    font-size: 2.8645833333vw;
  }
  .main_outer1 .shopBtn p a span::before {
    width: 1px;
    height: 3.90625vw;
    left: 7.8125vw;
  }
  .main_outer1 .shopBtn p a span::after {
    width: 1px;
    height: 3.90625vw;
    right: 7.8125vw;
  }
  .main_outer1 .shopBtn p a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    top: 6.5104166667vw;
    right: 15.625vw;
  }
  .main_outer1 .shopBtn p a::after {
    position: absolute;
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #ed1a3a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    top: 7.6822916667vw;
    right: 17.0572916667vw;
  }
}
/*# sourceMappingURL=style.css.map */