@charset "utf-8";

@import url("/COMMON/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("/COMMON/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("/COMMON/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");
.modaal-wrapper * {
    font-family: ShinGoPro-Regular,sans-serif !important;
}
.nbf-light {
    font-family: ShinGoPro-Light,sans-serif !important;
}
.nbf-regular {
    font-family: ShinGoPro-Regular,sans-serif !important;
}
.nbf-bold {
    font-family: ShinGoPro-Bold,sans-serif !important;
}
_::-webkit-full-page-media, _:future, :root .no-wrap-ws {
    white-space: nowrap;
}
_::-webkit-full-page-media, _:future, :root .no-wrap-wb {
    word-break: keep-all;
}
_::-webkit-full-page-media, _:future, :root .no-wrap-af::after {
    content: '.';
    display: inline-block;
    width: 0;
    color: transparent;
    pointer-events: none;
}
_::-webkit-full-page-media, _:future, :root .no-wrap-mw {
    width: max-content;
}


/******************
 BUTTON
******************/
:root {
	--main-color: #c3002c;
}


/* おすすめのプランを診断する */
.subsidy_btn_area .btn,
.subsidy_btn_area a.btn,
.subsidy_btn_area button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.subsidy_btn_area a.btn-flat {
	overflow: hidden;
	padding: 1.2rem 50px 1.2rem 90px;
	color: var(--main-color);
	border-radius: 0;
	background: #fff;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
	font-size:18px;
	border:1px solid var(--main-color);
}
.subsidy_btn_area a.btn-flat:hover {
	color: #fff;
}

.subsidy_btn_area a.btn-flat:focus {
  outline: none;
}

.subsidy_btn_area a.btn-flat span {
	position: relative;
	padding-left: 40px;
	letter-spacing: 4px;
}

.subsidy_btn_area a.btn-flat:before {
	position: absolute;
	top: 20px;
	left: 60px;
	width: 100px;
	height: 100px;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-80%) translateY(-25px);
	transform: translateX(-80%) translateY(-25px);
	background: var(--main-color);
}

.subsidy_btn_area a.btn-flat:hover:before {
	left: 0px;
	width: 110%;
	height: 400px;
	-webkit-transform: translateX(-1%) translateY(-175px);
	transform: translateX(-1%) translateY(-175px);
}
.subsidy_btn_area a.btn-flat:hover a.btn-flat {
	color: #fff;
}
.op_plus {
	display: inline-block;
	position: absolute;
	left: 28px;
	width: 100px;
	height: 100px;
	margin: 0 5px;
}
.op_plus:before, .op_plus:after {
	display: block;
	content: '';
	background-color: #fff;
	border-radius: 0px;
	position: absolute;
	width: 35px;
	height: 2px;
	top: 12px;
	left: -12px;
}
.op_plus:before {
	width: 2px;
	height: 35px;
	top: -5px;
	left: 5px;
}

.op_plus_x {
	display: inline-block;
	position: absolute;
	left: 28px;
	width: 100px;
	height: 100px;
	margin: 0 5px;
}
.op_plus_x:before, .op_plus_x:after {
	display: block;
	content: '';
	background-color: #fff;
	border-radius: 0px;
	position: absolute;
	width: 35px;
	height: 2px;
	top: 12px;
	left: -12px;
	transform: rotate(45deg);
}
.op_plus_x:before {
	width: 2px;
	height: 35px;
	top: -5px;
	left: 5px;
}

.subsidy_btn_area {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}


@media screen and (max-width: 768px) {
	.subsidy_btn_area a.btn-flat span {
		padding-left: 0px;
		letter-spacing: 0.2vw;
	}
	.subsidy_btn_area a.btn-flat {
		padding: 1.2rem 20px 1.2rem 100px;
		font-size: 15px;
	}
}

@media screen and (max-width: 345px) {
	.subsidy_btn_area a.btn-flat {
		padding: 1.2rem 5vw 1.2rem 28vw;
	}
}

/******************
 modaal css
******************/
.modaal-wrapper {
  z-index: 2147483602;
}

.modaal-overlay {
  z-index: 2147483601;
}

/******************
 pc-sp
******************/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 580px){
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/******************
 Modaal content
******************/
.modaal-container {
  max-width: none;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
}

.modaal-content-container {
  padding: 0;
  position: relative;
}

#modaal-close {
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  border: solid 1px #C3002C;
}

.modaal-close:before, .modaal-close:after {
  top: 5px;
  left: 13px;
  width: 3px;
  height: 18px;
  border-radius: 0;
  background: #C3002C;
}

#modaal-close:hover {
  background-color: #C3002C;
  border: solid 1px #fff;
}

.modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff;
}


@media screen and (min-width: 581px) and (max-width: 705px){
  .modaal-container {
    max-width: none;
    border-radius: 2.837vw;
  }
  #modaal-close {
    right: 2.553vw;
    top: 2.553vw;
    width: 4.255vw;
    height: 4.255vw;
    position: absolute;
    background-color: #fff;
    border: solid 0.142vw #C3002C;
  }

  .modaal-close:before, .modaal-close:after {
    top: 0.709vw;
    left: 1.844vw;
    width: 0.426vw;
    height: 2.553vw;
    border-radius: 0;
    background: #C3002C;
  }
}

@media screen and (max-width: 580px){

  .modaal-inner-wrapper {
    padding: 21.333vw 6.667vw;
  }
  .modaal-container {
    max-width: none;
    background: none;
    overflow: visible;
  }
  .modaal-wrapper *[tabindex="0"]{
    outline: none !important;
    border-radius: 5.333vw;
    overflow: hidden;
    background: #fff;
  }
  #modaal-close {
    top: auto;
    bottom: -70px;
    left: 50%;
    width: 40px;
    height: 40px;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #000;
    border: solid 1px #000;
  }
  .modaal-close:before, .modaal-close:after {
    top: 7px;
    left: 17px;
    width: 4px;
    height: 24px;
    border-radius: 0;
    background: #fff;
  }
  #modaal-close:hover {
    border: solid 1px #C3002C;
  }
}

/******************
 zesp3-sim-content 画面切替
******************/
/*
.zesp3-sim-item {
  transform: translateY(-30px);
  opacity: 0;
  transition: 1.5s;
}

.zesp3-sim-item.openitem {
  transform: translateY(0);
  opacity: 1;
  transition: 1.5s;
}
*/

/******************
 zesp3-sim-content 共通
******************/
.zesp3-sim-item {
  width: 655px;
  height: 324px;
}
.zesp3-sim-item.zesp3-sim-item-result {
  width: 443px;
  height: 443px;
}

@media screen and (min-width: 581px) and (max-width: 705px){
  .zesp3-sim-item {
    width: 92.908vw;
    height: 45.957vw;
  }
  .zesp3-sim-item.zesp3-sim-item-result {
    width: 62.837vw;
    height: 62.837vw;
  }
}

@media screen and (max-width: 580px){
  .zesp3-sim-item {
    width: 86.667vw;
    height: 112.533vw;
  }
  .zesp3-sim-item.zesp3-sim-item-result {
    width: 80vw;
    height: 80vw;
  }
}


/******************
 zesp3-sim-content 車種選択
******************/
.zesp3-inner-title {
  background-color: #C3002C;
}

.zesp3-inner-title p {
  margin: 0;
  font-size: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.zesp3-inner-vehicles .vehicles-txt {
  font-size: 20px;
  padding: 24px 0;
  margin: 0;
  text-align: center;
}

.vehicles-btn {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.vehicles-btn-style {
  margin-right: 55px;
}

.vehicles-btn-style:focus {
  outline: none;
}

.vehicles-btn-style:last-of-type {
  margin-right: 0;
}

.vehicles-btn-img {
  margin-bottom: 12px;
}

.vehicles-btn-txt {
  width: 120px;
  border: solid 1px #C3002C;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}

.vehicles-btn-txt p{
  font-size: 14px;
  padding: 8px 0;
  margin: 0;
  color: #C3002C;
}

.vehicles-btn-style:hover .vehicles-btn-txt {
  background-color: #C3002C;
  transition: 0.3s;
}

.vehicles-btn-style:hover .vehicles-btn-txt p{
  color: #fff;
  transition: 0.3s;
}

.select-leaf {
  position: absolute;
  width: 100%;
  top: 118px;
  text-align: center;
  background-color: rgba(0,0,0,0.55);
}

.select-leaf-btn {
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.select-leaf-btn a {
  width: 167px;
  background-color: #fff;
  border: solid 1px #9A9A9A;
  padding: 7px 0;
  margin-right: 37px;
  position: relative;
}

.select-leaf-btn a:hover {
  background-color: #C1002B;
  border: solid 1px #FFFFFF;
  transition: 0.3s
}


.select-leaf-btn a:last-of-type {
  margin-right: 0;
}

.select-leaf-btn a p{
  margin: 0 0 0 -1.5rem;
  font-size: 14px;
  color: #9A9A9A;
}

.select-leaf-btn a:hover p{
  color: #FFFFFF;
  transition: 0.3s
}

.select-leaf-btn a p:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../IMAGES/zesp-sim-btn-arrow-normal.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 14px;
}

.select-leaf-btn a:hover p:after {
  background: url(../IMAGES/zesp-sim-btn-arrow-hover.svg) no-repeat;
}

.return-vehicle-style {
  font-size: 14px;
  color: #fff;
  padding-bottom: 24px;
  display: inline-block;
}

.return-vehicle-style p{
  margin: 0;
}

.return-vehicle-style:hover p{
  color: #fff;
  text-decoration: underline;
}


@media screen and (min-width: 581px) and (max-width: 705px){
  .zesp3-inner-title p {
    font-size: 4.113vw;
    padding-top: 1.418vw;
    padding-bottom: 1.418vw;
  }
  .zesp3-inner-vehicles .vehicles-txt {
    font-size: 2.837vw;
    padding: 3.404vw 0;
  }
  .vehicles-btn {
    margin-bottom: 5.674vw;
  }
  .vehicles-btn-style {
    margin-right: 7.801vw;
  }
  .vehicles-btn-img {
    margin-bottom: 1.702vw;
    width: 20vw;
  }
  .vehicles-btn-txt {
    width: 17.021vw;
    border-radius: 2.837vw;
  }
  .vehicles-btn-txt p{
    font-size: 1.986vw;
    padding: 1.135vw 0;
  }
  .select-leaf {
    top: 16.738vw;
  }
  .select-leaf-btn {
    padding-top: 7.092vw;
    padding-bottom: 2.837vw;
  }
  .select-leaf-btn a {
    width: 23.688vw;
    padding: 0.993vw 0;
    margin-right: 5.248vw;
  }
  .select-leaf-btn a p{
    font-size: 1.986vw;
  }
  .select-leaf-btn a p:after {
    right: 1.986vw;
    top: 1.986vw;
  }
  .return-vehicle-style {
    font-size: 1.986vw;
    padding-bottom: 3.404vw;
  }
}

@media screen and (max-width: 580px){
  .zesp3-inner-title {
    background-color: #fff;
  }
  .zesp3-inner-title p {
    color: #C3002C;
    font-size: 6.667vw;
    font-weight: bold;
    padding-top: 6.933vw;
    padding-bottom: 0px;
  }
  .zesp3-inner-vehicles .vehicles-txt {
    font-size: 4.8vw;
    padding: 5.333vw 0 11vw 0;
  }
  .vehicles-btn {
    margin-bottom: 0;
  }
  .vehicles-btn-style {
    margin-right: 1.6vw;
    padding-top: 5.333vw;
    position: relative;
  }
  .vehicles-btn-style:nth-of-type(2) {
    margin-right: 0.533vw;
  }
  .vehicles-btn-img {
    margin-bottom: 3.2vw;
    width: 26.667vw;
  }
  .vehicles-btn-txt {
    width: auto;
    border: none;
    border-radius: unset;
    margin: 0 auto;
    text-align: center;
  }
  .vehicles-btn-txt p {
    font-size: 3.2vw;
    padding: 0.533vw 0;
    margin: 0;
    color: #343434;
  }
  .vehicles-btn-style:hover .vehicles-btn-txt {
    background-color: unset;
    transition: none;
  }
  .vehicles-btn-style:hover .vehicles-btn-txt p {
    color: #343434;
    transition: none;
  }
  .vehicles-btn-style:before {
    content: "";
    display: inline-block;
    width: 5.333vw;
    height: 5.333vw;
    background: url(../IMAGES/zesp-sim-btn-circle.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -2.133vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .vehicles-btn-style:hover:before {
    background: url(../IMAGES/zesp-sim-btn-circle-selected.png) no-repeat;
    background-size: contain;
  }
  .vehicles-btn-style.selected-btn:before {
    background: url(../IMAGES/zesp-sim-btn-circle-selected.png) no-repeat;
    background-size: contain;
  }
  .sp-leaf-field {
    width: 100%;
    height: 18.667vw;
  }
  .sp-leaf-field-select-btn {
    padding-top: 1.067vw;
    text-align: center;
  }
  .sp-leaf-field-select-btn .btn-wrapp {
    display: flex;
    justify-content: center;
    padding-left: 4.267vw;
  }
  .sp-leaf-field-select-btn .arrow-bottom {
    width: 59.2vw;
  }
  .sp-leaf-field-select-btn-style {
    margin-right: 14.2vw;
    color: #B7B7B7;
    font-size: 3.2vw;
    position: relative;
  }
  .sp-leaf-field-select-btn-style:focus {
    outline: none;
  }
  .sp-leaf-field-select-btn-style:last-of-type {
    margin-right: 0;
  }
  .sp-leaf-field-select-btn-style:before {
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../IMAGES/zesp-sim-btn-small-circle.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3.2vw;
    right: auto;
    left: -5.867vw;
  }
  .sp-leaf-field-select-btn-style p {
    margin-top: 2.133vw;
  }
  .sp-leaf-field-select-btn-style.selected-btn {
    color: #C3002C;
    transition: 0.3s;
  }
  .sp-leaf-field-select-btn-style.selected-btn:before {
    background: url(../IMAGES/zesp-sim-btn-small-circle-selected.svg) no-repeat;
    background-size: contain;
  }
  .sp-vehicles-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .sp-vehicles-btn-style {
    text-align: center;
    pointer-events: none;
  }
  .sp-vehicles-btn-style p{
    margin: 0;
    margin-left: -2.667vw;
    padding: 5.333vw 0;
    background: #B7B7B7;
    color: #fff;
    position: relative;
  }
  .sp-vehicles-btn-style p:after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background: url(../IMAGES/zesp-sim-btn-arrow-hover.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 54.4vw;
  }
  .sp-vehicles-btn-style.open {
    pointer-events: auto;
  }
  .sp-vehicles-btn-style.open p{
    background: #C3002C;
    transition: 0.3s;
  }
}

/******************
 zesp3-sim-content 設問
******************/
.sim-item-wrapp {
  position: relative;
}

.sim-back-btn {
  position: absolute;
  top: 24px;
  left: 40px;
  color: #fff;
}

.sim-back-btn:hover {
  color: #fff;
}

.sim-back-btn p{
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
}

.sim-back-btn p:before {
  width: 11px;
  height: 11px;
  top: 4px;
  left: -14px;
  content: "";
  display: inline-block;
  background: url(../IMAGES/zesp-sim-back-arrow-pc.svg) no-repeat;
  background-size: contain;
  position: absolute;
}

.sim-back-btn:hover p:before {
  left: -20px;
  transition: 0.3s;
}

.sim-txt-img-wrap {
  display: flex;
  justify-content: center;
}

.sim-txt-img-wrap .sim-txt-title {
  width: 295px;
  padding-left: 21px;  margin: 0;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.8;
}

.sim-btn-wrap {
  bottom: 74px;
  left: 52px;
  position: absolute;
  display: flex;
}

.sim-btn-yesno {
  width: 120px;
  font-size: 14px;
  padding: 9px 0;
  margin-right: 30px;
  border-radius: 22px;
  border: 1px solid #C3002C;
  background-color: #fff;
  color: #C3002C;
  text-align: center;
}

.sim-btn-yesno.sim-btn-yes {
  letter-spacing: 16px;
  text-indent: 16px;
}

.sim-btn-yesno.sim-btn-no {
  letter-spacing: 4px;
  text-indent: 4px;
}

.sim-btn-yesno:hover {
  background-color: #C3002C;
  color: #fff;
  transition: 0.3s
}
.zesp-sim-img {
  width: 298px;
}

.zesp-sim-img img{
  max-width: 100%;
}

.sim-item-3-style .sim-txt-img-wrap .sim-txt-title {
  margin-top: 45px;
}

.sim-item-3-style .zesp-sim-img {
  width: 303px;
  padding-left: 33px;
  margin-top: 42px;
  text-align: center;
}

.sim-item-3-style .sim-subtxt {
  font-size: 12px;
  text-align: left;
  margin: 16px 0px;
  text-align: center;
}

.sim-item-3-style .sim-btn-wrap {
  bottom: 38px;
}

.sim-item-4-style {
  padding-bottom: 100px;
}
.sim-item-4-style .sim-txt-img-wrap .sim-txt-title {
  white-space: nowrap;
}
.sim-item-4-style .zesp-sim-img {
  margin-top: 41px;
  padding-left: 32px;
  text-align: center;
}
.sim-btn-wrap-3choices {
  bottom: 15px;
  left: 50px;
  width: 232px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 2px;
}
.choices-3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 6px 0;
  margin-bottom: 12px;
  border: solid 1px #C3002C;
  background-color: #fff;
  color: #C3002C;
  border-radius: 22px;
}
.choices-3:hover {
  color: #fff;
  background-color: #C3002C;
  transition: 0.3s;
}

@media screen and (min-width: 581px) and (max-width: 705px){
  .sim-back-btn {
    top: 3.404vw;
    left: 5.674vw;
  }
  .sim-back-btn p{
    font-size: 1.844vw;
    letter-spacing: 0.284vw;
  }
  .sim-back-btn p:before {
    width: 1.56vw;
    height: 1.56vw;
    top: 0.567vw;
    left: -1.986vw;
  }
  .sim-back-btn:hover p:before {
    left: -2.837vw;
  }
  .sim-txt-img-wrap .sim-txt-title {
    width: 41.844vw;
    padding-left: 2.979vw;  margin: 0;
    margin-top: 4.255vw;
    font-size: 2.837vw;
  }
  .sim-btn-wrap {
    bottom: 10.496vw;
    left: 7.376vw;
  }
  .sim-btn-yesno {
    width: 17.021vw;
    font-size: 1.986vw;
    padding: 1.277vw 0;
    margin-right: 4.255vw;
    border-radius: 3.121vw;
  }
  .sim-btn-yesno.sim-btn-yes {
    letter-spacing: 2.27vw;
    text-indent: 2.27vw;
  }
  .sim-btn-yesno.sim-btn-no {
    letter-spacing: 0.567vw;
    text-indent: 0.567vw;
  }
  .zesp-sim-img {
    width: 42.27vw;
  }
  .sim-item-3-style .sim-txt-img-wrap .sim-txt-title {
    margin-top: 6.383vw;
  }
  .sim-item-3-style .zesp-sim-img {
    width: 42.979vw;
    padding-left: 4.681vw;
    margin-top: 5.957vw;
  }
  .sim-item-3-style .sim-subtxt {
    font-size: 1.702vw;
    margin: 2.27vw 0px;
  }
  .sim-item-3-style .sim-btn-wrap {
    bottom: 5.39vw;
  }
  .sim-item-3-style .zesp-sim-img img{
    width: 19.007vw;
  }
  .sim-item-4-style {
    padding-bottom: 14.184vw;
  }
  .sim-item-4-style .sim-txt-img-wrap .sim-txt-title {
  }
  .sim-item-4-style .zesp-sim-img {
    margin-top: 5.816vw;
    padding-left: 4.539vw;
  }
  .sim-btn-wrap-3choices {
    bottom: 2.128vw;
    left: 7.092vw;
    width: 32.908vw;
    letter-spacing: 0.284vw;
  }
  .choices-3 {
    width: 100%;
    font-size: 1.986vw;
    padding: 0.851vw 0;
    margin-bottom: 1.702vw;
    border-radius: 3.121vw;
  }
  .sim-item-4-style .zesp-sim-img img {
    width: 19.291vw;
  }

}

@media screen and (max-width: 580px){
  .sim-item-2-style .zesp3-inner-title,.sim-item-3-style .zesp3-inner-title,.sim-item-4-style .zesp3-inner-title {
    display: none;
  }
  .sim-back-btn {
    margin-top: 4.8vw;
    margin-left: 9.333vw;
    position: static;
    display: inline-block;
    color: #C3002C;
  }
  .sim-back-btn:hover {
    color: #C3002C;
  }
  .sim-back-btn p{
    font-size: 3.467vw;
    letter-spacing: 0.533vw;
  }
  .sim-back-btn p:before {
    width: 2.933vw;
    height: 2.933vw;
    top: 1.067vw;
    left: -3.733vw;
    background: url(../IMAGES/zesp-sim-back-arrow-sp.svg) no-repeat;
    background-size: contain;
  }
  .sim-back-btn:hover p:before {
    left: -5.333vw;
  }
  .sim-txt-img-wrap {
    display: block;
    text-align: center;
  }
  .sim-txt-img-wrap .sim-txt-title {
    width: auto;
    padding-left: 0;
    margin-top: 5.333vw;
    font-size: 4.8vw;
  }
  .zesp-sim-img {
    width: 75.5vw;
    margin: 0 auto;
  }
  .zesp-sim-img img{
    width: 100%;
  }
  .sim-btn-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .sim-item-3-style .sim-btn-wrap {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .sim-item-4-style .sim-btn-wrap {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
  }
  .sim-btn-yesno {
    width: 50%;
    font-size: 3.733vw;
    padding: 5.333vw 0;
    margin-right: 0;
    border-radius: unset;
    border: none;
    background-color: #C3002C;
    color: #fff;
    text-align: center;
  }
  .sim-btn-yesno:hover {
    opacity: 0.8;
  }
  .sim-btn-yesno.sim-btn-yes {
    letter-spacing: 4.267vw;
    text-indent: 4.267vw;
  }
  .sim-btn-yesno:first-of-type {
    border-right: solid 1px #fff;
  }
  .sim-item-3-style .sim-txt-img-wrap .sim-txt-title {
    margin-top: 8vw;
  }
  .sim-item-3-style .zesp-sim-img {
    padding: 0 5.333vw;
    width: auto;
    margin-top: 2.667vw;
  }
  .sim-item-3-style .zesp-sim-img img{
    width: 35.733vw;
  }
  .sim-item-3-style .sim-subtxt {
    font-size: 3.2vw;
    text-align: center;
    margin: 4.267vw 0px;
  }
  .sim-item-4-style .zesp-sim-img {
    padding-left: 0;
    width: 36.267vw;
    margin-top: 13.333vw;
  }
  .sim-btn-wrap-3choices {
    left: 0;
    bottom: 0;
    width: 100%;
    flex-wrap: nowrap;
    letter-spacing: 0.2vw;
  }
  .choices-3 {
    font-size: 3.733vw;
    margin-bottom: 0;
    border-radius: unset;
    border: none;
    background-color: #C3002C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #fff;
    padding: 0;
    height: 16.267vw;
  }
  .choices-3:hover {
    opacity: 0.8;
  }
  .choices-3:last-of-type {
    border: none;
  }
  .sim-item-4-style {
      padding-bottom: 36.8vw;
  }
}

/******************
 zesp3-sim-content 結果
******************/
.zesp3-sim-item-result {
  background-color: #C3002C;
}

.sim-result-img {
  text-align: center;
  padding-top: 69px;
}

.sim-result-txt {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 0;
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.sim-result-txt-big {
  text-align: center;
  margin: 0;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  margin-top: 18px;
  letter-spacing: -0.05em;
}

.sim-result-txt-big span{
  font-size: 85px;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

.sim-restart-btn-style {
  position: absolute;
  font-size: 16px;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  padding-bottom: 3px;
  padding-left: 25px;
  border-bottom: 1px solid #C3002C;
}

.sim-restart-btn-style:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.sim-restart-btn-style p{
  margin: 0;
  position:relative;
}

.sim-restart-btn-style p:before {
  width: 17px;
  height: 17px;
  top: 5px;
  left: -24px;
  content: "";
  display: inline-block;
  background: url(../IMAGES/zesp-sim-img-restart.svg) no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 581px) and (max-width: 705px){
  .sim-result-img {
    padding-top: 9.787vw;
  }
  .sim-result-img img{
    width: 23.688vw;
  }
  .sim-result-txt {
    font-size: 3.404vw;
    margin-top: 2.128vw;
    letter-spacing: 0.142vw;
  }
  .sim-result-txt-big {
    margin: 0;
    font-size: 6.525vw;
    margin-top: 2.553vw;
  }
  .sim-result-txt-big span{
    font-size: 12.057vw;
    padding-left: 0.709vw;
  }
  .sim-restart-btn-style {
    font-size: 2.27vw;
    bottom: 4.823vw;
    padding-bottom: 0.426vw;
    padding-left: 3.546vw;
  }
  .sim-restart-btn-style p:before {
    width: 2.411vw;
    height: 2.411vw;
    top: 0.709vw;
    left: -3.404vw;
  }
}

@media screen and (max-width: 580px){
  .sim-result-img {
    padding-top: 8.533vw;
  }
  .sim-result-img img{
    width: 32.8vw;
  }
  .sim-result-txt {
    font-size: 4.8vw;
    margin-top: 0.8vw;
    letter-spacing: 0.267vw;
  }
  .sim-result-txt-big {
    font-size: 8vw;
    margin-top: 3.733vw;
  }
  .sim-result-txt-big span {
    font-size: 14.667vw;
    padding-left: 1.333vw;
  }
  .sim-restart-btn-style {
    font-size: 3.2vw;
    padding-bottom: 0.533vw;
    padding-left: 4.8vw;
    bottom: 6.4vw;
  }
  .sim-restart-btn-style p:before {
    width: 3.733vw;
    height: 3.733vw;
    top: 0.8vw;
    left: -5.067vw;
  }
}

/******************
 iOS Android ハイライトカラー無効化
******************/

.subsidy_btn_area a, .modaal-wrapper a,.modaal-wrapper {
 -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
  outline: none;
}

/* 230825 「再生可能エネルギーについて」ページへの導線を設置 */
#renewable_energy.section .link_box {
	padding: 0.1em 0.8em;
}
#renewable_energy.section .link_box:after {
	content: none;
}
@media screen and (min-width: 581px) {
	#renewable_energy.section .link_box {
		font-size: calc(10 / 14 * 1em);
		width: 123px;
		min-height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
#naruhodo_ev_charge img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 581px) {
	#naruhodo_ev_charge a	{
		width: 45%;
	}
}
.chargingspotLink span{
    color: #c3002f;
}
.chargingspotLink a {
    text-decoration: underline;
    color: #8a8a8a;
    font-weight: 700;
}
.chargingspotLink a:hover {
    text-decoration: none;
}
.chargingspotLink a {
	display:inline
}

.indent {
	display: block;
	padding-left: 1.0em;
}