@charset "utf-8";


/* box-evsim-01
--------------------------- */

.box-evsim-01 {
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
	padding: 30px 30px 17px 150px;
}

.box-evsim-01.ev {
	background: url(../RUNNINGCOST_IMG/BG/bg_evsim_01_pc.png) no-repeat left center;
}

.box-evsim-01 .inputArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(730/1170 * 100%);
}

.box-evsim-01 .box-input {
	/*float: left;*/
	width: 20%;
}

.box-evsim-01 .box-operator {
	/*float: left;*/
	width: 4%;
}

.box-evsim-01 .box-operator .operator {
	color: #8a8a8a;
	font-size: 200%;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}

.box-evsim-01 .box-result {
	/*float: left;*/
	width: 25%;
}

.box-evsim-01 .label {
	font-size: calc(11/14 * 1em);
	margin-bottom: 0.4em !important;
}

.box-evsim-01 .label .sub {
	vertical-align: baseline;
	font-size: calc(10/14 * 1em);
	margin-left: 0.1em;
}

.box-evsim-01 input {
	width: 100%;
	margin: 0;
	border: 1px solid #5c5c5c;
	color: #5c5c5c;
	text-align: center;
	line-height: 1.0;
	border-radius: 0;
	box-shadow: none;
	ime-mode: disabled;
}

.box-evsim-01 input[type=image] {
	border: none;
}

.box-evsim-01 input::-webkit-inner-spin-button, .box-evsim-01 input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.box-evsim-01 input.evsim-input {
	padding: 7px 0;
	font-size: 200%;
}

.box-evsim-01 input.evsim-result {
	padding: 12px 0;
	background: #c3c3c3;
	font-size: 220%;
}

.box-evsim-01 label.error {
	display: block;
	text-align: center;
	font-size: 92%;
	color: #c71444;
}

.box-evsim-01 .unit {
	font-size: calc(11/14 * 1em);
	margin-top: 0.3em;
	text-align: center;
}

* html .box-evsim-01 {
	padding-left: 170px;
	padding-right: 0;
}

* html .box-evsim-01 .box-input {
	width: 124px;
}

* html .box-evsim-01 .box-operator {
	width: 45px;
}

* html .box-evsim-01 .box-result {
	width: 180px;
}

* html .box-evsim-01 input.evsim-input {
	width: 122px;
}

* html .box-evsim-01 input.evsim-result {
	width: 178px;
}

@media screen and (max-width: 580px) {
	.box-evsim-01 {
		margin-bottom: 10px;
		padding: 125px 13px 13px;
	}
	
	.box-evsim-01.ev {
		background: url(../RUNNINGCOST_IMG/BG/bg_evsim_01_sp.png) no-repeat center top;
		background-size: 640px 115px;
	}
	
	.box-evsim-01 .box-input, .box-evsim-01 .box-operator, .box-evsim-01 .box-result {
		float: none;
		width: 100%;
	}
	
	.box-evsim-01 .box-operator .heightLine-label {
		display: none;
	}
	
	.box-evsim-01 .box-operator .operator {
		padding: 0;
		line-height: 1.2;
	}
	
	.box-evsim-01 .label {
		text-align: center;
		font-size: calc(12/375 * 100vw);
		margin-bottom: 0.4em !important;
	}

	.box-evsim-01 .label .sub {
		font-size: calc(10/375 * 100vw);
	}
}


/* box-evsim-03
--------------------------- */

.box-evsim-03 {
	width: calc(910/1170 * 100%);
	border: 1px solid #c2c2c2;
	margin: 0 auto;
	padding: 0;
}

.box-evsim-03 dl {
	padding: 2% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-evsim-03 dl dt {
	width: 50%;
	color: #7f7f7f;
	font-size: calc(22/14 * 1em);
	font-weight: bold;
	text-align: right;
}

.box-evsim-03 dl dd {
	width: 50%;
	padding-left: 5%;
}

.box-evsim-03 dl dd p {
	margin: 0
}

.box-evsim-03 .label {
	font-size: calc(11/14 * 1em);
	margin-bottom: 0.4em;
}

.box-evsim-03 .unit {
	width: 62.814070351759%;
	font-size: calc(11/14 * 1em);
	margin-top: 0.3em;
	text-align: center;
}

.box-evsim-03 input {
	width: 62.814070351759%;
	margin: 0;
	padding: 7px 0;
	border: 1px solid #5c5c5c;
	background: #c3c3c3;
	color: #5c5c5c;
	text-align: center;
	line-height: 1.0;
	border-radius: 0;
	box-shadow: none;
	ime-mode: disabled;
}

.box-evsim-03 input::-webkit-inner-spin-button, .box-evsim-03 input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.box-evsim-03 input.evsim-year {
	font-size: 250%;
}

.box-evsim-03 input.evsim-month {
	font-size: 200%;
}

* html .box-sim-03 input.evsim-year, * html .box-sim-03 input.evsim-month {
	width: 268px;
}

p.doc-plain-01 {
	width: calc(910/1170 * 100%);
	margin: 1em auto 0;
	font-size: calc(12/14 * 1em);
}

@media screen and (max-width: 580px) {
	.box-evsim-03 {
		width: 100%;
		margin-top: calc(25/375 * 100vw);
		margin-bottom: calc(10/375 * 100vw);
		padding: 0 15px;
	}
	
	.box-evsim-03 dl {
		margin-top: 0;
		padding: calc(15/375 * 100vw) 0;
		display: block;
	}
	
	.box-evsim-03 dl dt {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 0.6em;
	}
	
	.box-evsim-03 dl dd {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.box-evsim-03 .label {
		text-align: center;
		height: auto;
	}
	
	.box-evsim-03 .unit {
		width: 100%;
	}
	
	.box-evsim-03 input {
		width: 100%;
	}
	
	p.doc-plain-01 {
		width: 100%;
		margin: 1em auto 0;
	}
}



/* over ride */

.box-evsim-01.ev {
	padding: 0;
	background-image: none;
}

.box-evsim-01 {
	padding-left: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

.box-evsim-01.ev p {
	margin-bottom: 0;
}

.box-evsim-01.tableLayout {width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tableLayout .imgTitle {
	width: calc(146/1168 * 100%);
}

.tableLayout .submit {
	width: calc(240/1170 * 100%);
}

.tableLayout .submit p {
	margin: 0;
	width: calc(212/240 * 100%);
}

.list-ordered-01 {
	font-size: calc(12/14 * 1em);
	margin: calc(20/1170 * 100%) 0;
}

input[type=submit]#btn-calculate {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	background-color: #ca1b42;
	font-size: calc(15/14 * 1em);
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	padding: .8em 0 .7em;
	cursor: pointer;
}


@media only screen and (max-width: 580px) {
	.printLink {
		display: none;
	}
	
	.box-evsim-01.tableLayout {
		display: block;
		padding-top: calc(135/375 * 100vw);
		padding-bottom: calc(25/375 * 100vw);
	}
	
	.tableLayout .imgTitle {
		display: none;
	}
	
	.tableLayout .inputArea {
		display: block;
		height: auto;
		width: 88%;
		margin: 0 auto;
	}
	
	.box-evsim-01.ev {
		background: url('../RUNNINGCOST_IMG/BG/bg_evsim_01_sp.png') no-repeat center top;
		/*background-size: 640px 115px;*/
		background-size: 180%;
	}
	
	.box-evsim-01 {
		padding: 125px 13px 13px;
		margin-bottom: 10px;
	}
	
	.lyt-column-type07 .submit {
		width: 100%;
	}
	
	.list-ordered-01 {
		font-size: 12px;
		font-size: calc(12/375 * 100vw);
		margin: calc(20/375 * 100vw) 0;
	}

	input[type=submit]#btn-calculate {
		margin-top: .4em;
		width: 100%;
		font-size: 20px;
		font-size: calc(20/375 * 100vw);
	}
	
}
.gray-box {
	background-color: #ddd;
	padding: 13px;
    display:inline-block;
	margin-bottom: 20px;
}
@media screen and (min-width: 581px) {
.gray-box {
	width:  90%;
}
}
.gray-box:last-child {
	margin-bottom: 0px;
}
.gray-box span, .chargingLink span{
    color: #c3002f;
}
.gray-box a ,.chargingLink a {
    text-decoration: underline;
    color: #8a8a8a;
    font-weight: 700;
}
.gray-box a:hover ,.chargingLink a:hover {
    text-decoration: none;
}
.mt_adj {
    position: relative;
    top :-1.4em;
}
.chargingLink a {
	display:inline
}
a.icon_pdf:after {
    content: "";
    padding: 0 24px 6px 0;
    background: url(../IMAGES/icon_pdf.png) no-repeat;
	background-position: top 0 left 5px;
}
.pfa-copy {
	margin-top: calc(60/1500 * 100%);
	text-align: center;
	font-size: 1.7em;
	line-height: 2;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}
.NES-box {
	background-color: #ddd;
	padding: 13px;
	margin-bottom: 10px;
    display:inline-block;
}
@media screen and (min-width: 581px) {
.NES-box {
	width:  100%;
}
}
.NES-box span {
    color: #ffffff;
	
}
.NES-box a {
    text-decoration: none;
    color: #8a8a8a;
    font-weight: 700;
}
.NES-box a:hover {
    text-decoration: none;
}
.section .link_box_center {
	margin: 1em auto;
}
.gray-bg {
	width:  auto;
	background-color: #ddd;
	padding: 8px;
    display:inline-block;
	margin: 10px 10px 5px 0;
}
@media screen and (min-width: 581px) and (max-width: 1279px) {
.gray-bg {
	margin: 10px 10px 0 0;
}
}
#naruhodo_ev_charge img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 581px) {
	#naruhodo_ev_charge a	{
		width: 45%;
	}
}
#nissan_denki img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 581px) {
	#nissan_denki a	{
		width: 45%;
	}
}
/* CHARGE Movie */
#chargingEquipment .gray-box .chargingMovie {
	display: flex;
}
#chargingEquipment .gray-box .chargingMovie .chargingMovieContent img {
	height: auto;
}
#chargingEquipment .gray-box .chargingMovie .chargingMovieContent .modal-ytmovie {
	position: relative;
}
#chargingEquipment .gray-box .chargingMovie .chargingMovieContent .modal-ytmovie::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../IMAGES/icon_play.svg) center/contain no-repeat;
	z-index: 1;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 80px;
	height: 80px;
}
.js-movie-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 100vh;
}
.js-movie-modal #movie-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11;
	width: 90%;
	max-width: 900px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.js-movie-modal #movie-content #box-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
}
.js-movie-modal #movie-content #box-movie iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.js-movie-overray {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #000;
	width: 100%;
	height: 100vh;
}
.js-movie-close {
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 11;
	cursor: pointer;
	background: url(../IMAGES/icon_close.svg) center/contain no-repeat;
	width: 40px;
	height: 40px;
}
@media screen and (max-width: 1240px) and (min-width: 581px) {
	#chargingEquipment .gray-box .chargingMovie .chargingMovieContent .modal-ytmovie::after {
		width: 6.45161vw;
		height: 6.45161vw;
	}
}
@media screen and (min-width: 581px) {
	#chargingEquipment .gray-box .chargingMovie .chargingMovieContent:nth-child(2) {
		margin-left: calc(25 / 1170 * 100%);	
	}
	
	#chargingEquipment .gray-box .chargingMovie .chargingMovieContent .modal-ytmovie:hover::after {
		background: url(../IMAGES/icon_play-hover.svg) center/contain no-repeat;
	}
}
@media screen and (max-width: 580px) {
	#chargingEquipment .gray-box .chargingMovie {
		flex-direction: column;
	}
	.js-movie-close {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	
	#chargingEquipment .gray-box .chargingMovie .chargingMovieContent .modal-ytmovie::after {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
}

/* CHARGE 充電タイプブロック */
.chargingTypeAnnotation {
	text-align: left;
    border: 1px solid #ff0000;
    padding: 5px;
    width: 80%;
    color: #ff0000;
	margin: calc(13 / 1170 * 100%) 0 0 !important;
	font-size: calc(12 / 14 * 1em);
}

.chargingTypeChargerLink {
	margin: calc(26 / 1170 * 100%) 0 0 !important;
}

.chargingTypeChargerLink a {
	color: #0070C0;
	text-decoration: underline;
}

.chargingTypeChargerLink a:hover {
	color: #0070C0;
	text-decoration: none;
}

.chargingTypeChargerImg {
	margin: calc(13 / 1170 * 100%) 0 0;
}

.chargingTypeChargerDesc {
	margin: calc(13 / 1170 * 100%) 0 0;
}

.chargingTypeChargerDesc .option,
.chargingTypeChargerList .option {
	font-size: calc(12/14 * 1em);
	display: inline-block;
	border: calc(1/14 * 1em) solid;
	padding: 0px 2px;
	margin-left: 0px;
}

.chargingTypeChargerList {
	margin: calc(26 / 1170 * 100%) 0 0;
}

.chargingTypeChargerList p {
	margin: 0;
}

@media screen and (max-width: 580px) {
	.chargingTypeAnnotation {
		width: 100%;
		margin: calc(10 / 375 * 100vw) 0 0 !important;
	}
	
	.chargingTypeChargerImg {
		width: 100%;
		margin: calc(10 / 375 * 100vw) 0 0;
	}
	
	.chargingTypeChargerLink {
		margin: calc(20 / 375 * 100vw) 0 0 !important;
	}
	
	.chargingTypeChargerDesc {
		margin: calc(10 / 375 * 100vw) 0 0;	
	}
	
	.chargingTypeChargerList {
		margin: calc(20 / 375 * 100vw) 0 0;
	}
}

@media screen and (min-width: 581px) {
	.chargingTypeChargerImg {
		max-width: calc(570 / 1170 * 100%);
	}
}

.indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	color: #343434 !important;
}

