@charset "UTF-8";

/* -----------------------------------------------------
	Box Modules
----------------------------------------------------- */
/* box-section-01
--------------------------- */
.box-section-01 {
  /*padding: 15px 0 60px;*/
  /*border-bottom: 1px dotted #c1c1c1;*/
}
.box-section-01.last {
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: none;
}

.box-section-01 a {
  color: #c71444;
  text-decoration: none;
}

.box-section-01 a::after {
	content: none;
}

.box-section-01 a:link,
.box-section-01 a:visited {
  color: #c71444;
  text-decoration: none;
}

.box-section-01 a:hover,
.box-section-01 a:focus, a:active {
  color: #c71444;
  text-decoration: none;
  outline: none;
}

.box-section-01 dt {
	font-size: calc(16/14 * 1em);
	margin-top: 0;
	padding-top: 0;
}

.box-section-01 dd {
	font-size: calc(12/12 * 1em);
	/*margin-top: .5em;*/
	padding-top: 0;
}

.box-section-01 ul {
	margin: calc(25/1170 * 100%) 0;
}

.box-section-01 ul li + li {
	margin-top: calc(10/1170 * 100%);
}


@media screen and (max-width: 600px) {
  .box-section-01 {
    padding: 5px 0 10px;
  }
  .box-section-01.last {
    padding-bottom: 40px;
    border-bottom: 1px dotted #c1c1c1;
  }
  .box-section-01.mod01 {
    border-bottom: none;
    padding-bottom: 10px;
  }
  
  .box-section-01 ul {
  	margin: calc(20/375 * 100vw) 0;
  }
}
/* box-attention-01
--------------------------- */
.box-attention-01 {
  margin-top: 30px;
  padding: 1em;
  border: 1px solid #C41D46;
  color: #C41D46;
  font-size: 117%;
}

/* link-normal-01
--------------------------- */
.link-normal-01 {
  font-size: 117%;
  margin-bottom: 20px;
}
.link-normal-01 a {
  padding-right: 11px;
  margin-right: 4px;
}
.link-normal-01 a:hover {
  background: url(/EV/LEAF/SHARED/IMG/ICON/icon_link_normal_01_o.png) no-repeat right center;
}
.link-normal-01.pdf a span {
  color: #666666;
}

@media screen and (max-width: 600px) {
  .link-normal-01 {
    font-size: 84%;
    margin-bottom: 10px;
  }
  .link-normal-01 a {
    padding-right: 7px;
	margin-right: 2px;
  }
  .link-normal-01 a:hover {
    background: url(/EV/LEAF/SHARED/IMG/ICON/icon_link_normal_01_sp_o.png) no-repeat right center;
    background-size: 4px 6px;
  }
}


/* -------------------------------------------------------------------

	Print
	
-------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: .7;
  }
}

/*  guide-wrap 20160225
--------------------------------------- */
.guide-wrap {
	color: #c71444;
	font-size: 117%;
	margin: 20px 0;
}

@media screen and (max-width: 600px) {
	.guide-wrap {
		font-size: 84%;
	}
}

/**/
.leafAttention04{
	color: #022052;
	font-weight:bold;
	font-size: 150%;}
	
@media screen and (max-width: 600px) {
	.leafAttention04 {
		font-size: 100%;
	}
}

#naruhodo_ev_charge img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 581px) {
	#naruhodo_ev_charge a	{
		width: 45%;
	}
}