@charset "utf-8";
/* /denki/minaoshi/ CSS */

/* mainTtl */
.mainTtlSub {
	display: inline-block;
	background-color: #fff;
	color: #17509e;
	font-weight: bold;
	border: #17509e 3px solid;
	border-radius: 2px;
}
/* 8つの理由 */
#reason {
	background-image: url("/denki/img/minaoshi/bg_pattern.png");
	background-repeat: repeat-x;
	background-position: top center;
}
#reasonTtl {
	background-image: url("/denki/img/minaoshi/reason_bg.png");
	background-repeat: no-repeat;
}
#reasonListWrap {
	background-color: #b7e3f6;
}
.reasonList {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.reasonList > li {
	background-color: #fff;
	border: #007acf 4px solid;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	position: relative;
}
.reasonList > li:before {
	counter-increment: item;
	content: counter(item);
	color: #007acf;
	font-weight: bold;
	border: #007acf;
	background-color: #fff;
	display: block;
	border: #007acf 6px solid;
	border-radius: 50%;
	position: absolute;
}
.reasonList > li > dl > dt {
	text-align: center;
	font-weight: bold;
	color: #007acf;
	margin-bottom: 0.25em;
}
.reasonList > li > dl > dt span {
	background: linear-gradient(transparent 60%, #fcff00 60%);
}
.reasonList > li > dl > dd {
	text-align: left;
	font-weight: bold;
}
.reasonList > li > dl > dd .astNumNote {
	font-weight: normal;
}
.astNumNote {
	font-size: 0.86em;
	margin-top: 1em;
	line-height: 1.4;
}
.astNumNote li {
	padding-left: 2em;
	text-indent: -2em;
}
/* 切り替えの手順 */
#step {
	background-color: #17509e;
	color: #fff;
}
#stepTtl {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.stepList .stepNum {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.25em;
}
.stepList .ic {
	text-align: center;
	margin: 0 auto 0.5em;
}
.stepList .sTtl {
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}
.stepList .txt {
	text-align: left;
}
/* ========== SP ========== */
@media screen and (max-width:767px){
/* mainTtl */
.mainTtl {
	margin-bottom: 10px;
}
.mainTtlSub {
	line-height: 1;
	padding: 0.5em 1em;
	font-size: 1.4rem;
}
/* 8つの理由 */
#reason {
	padding: 5% 5% 10%;
	background-size: auto 190px;
}
#reasonTtl {
	padding-top: 10.1%;
	padding-bottom: 6%;
	padding-left: 33%;
	background-position: left bottom;
	background-size: 33% auto;
}
#reasonListWrap {
	padding: 5%;
}
.reasonList > li {
	margin-bottom: 20px;
	padding: 20px 10px 10px;
}
.reasonList > li:before {
	border: #007acf 4px solid;
	width: 34px;
	height: 34px;
	line-height: 34px;
	left: -17px;
	top: -17px;
	font-size: 2.2rem;
}
.reasonList > li > dl > dt {
	font-size: 2.2rem;
}
.reasonList > li > dl > dd {
	font-size: 1.4rem;
}
/* 切り替えの手順 */
#step {
	padding: 10%;
}
#stepTtl {
	font-size: 2.2rem;
	line-height: 1.4;
}
.stepList > li {
	padding-bottom: 46px;
	background-image: url("/denki/img/common/parts/step_ar_b.svg");
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 26px auto;
	display: table;
	width: 100%;
}
.stepList > li:last-child {
	background-image: none;
	padding-bottom: 0;
}
.stepList > li .stepIc {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 33.2%;
}
.stepList > li .stepTxt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	font-size: 1.4rem;
}
.stepList .stepNum {
	font-size: 1.4rem;
}
.stepList .sTtl {
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
}

/* ========== PC ========== */
@media print, screen and (min-width:768px){
/* mainTtl */
.mainTtl {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
}
.mainTtlSub {
	vertical-align: bottom;
	font-size: 2.8rem;
	padding: 0.25em 0.5em;
	line-height: 1;
}
/* 8つの理由 */
#reason {
	margin-bottom: 55px;
}
#reasonIn {
	width: 90%;
	max-width: 830px;
	margin: 0 auto;
}
#reasonTtl {
	padding-top: 10.1%;
	padding-bottom: 6%;
	padding-left: 37.3%;
	background-position: 9.6% top;
	background-size: auto 100%;
}
#reasonListWrap {
	padding: 35px 45px;
}
.reasonList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -30px;
}
.reasonList > li {
	width: 48%;
	margin-bottom: 30px;
}
.reasonList > li > dl {
	padding: 30px 15px 15px;
}
.reasonList > li:before {
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: -25px;
	top: -25px;
	font-size: 3rem;
}
.reasonList > li > dl > dt {
	font-size: 3.2rem;
}
.reasonList > li > dl > dd {
	font-size: 1.5rem;
}
/* 切り替えの手順 */
#step {
	padding: 90px 0;
}
#stepIn {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
#stepTtl {
	font-size: 3.6rem;
}
.stepList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.stepList > li {
	width: calc(25% - 30px);
	position: relative;
}
.stepList > li:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("/denki/img/common/parts/step_ar_r.svg");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: -15%;
	top: 26%;
}
.stepList > li:last-child:after {
	content: none;
}
.stepNum {
	font-size: 2rem;
}
.stepList .ic {
	max-width: 164px;
}
.stepList .sTtl {
	font-size: 2.2rem;
}
.stepList .txt {
	font-size: 1.6rem;
}
.stepList .note {
	font-size: 1.4rem;
}
}