@charset "utf-8";
/* ===============================================
 plancheckArea（各シミュレータ共通）　
=============================================== */
/*共通設定*/
.innerFix {
	/* simulatorのwidthが整数でないとカラム落ちしてしまう為 */
	width: 100%;
	padding-left: 18px!important;
	padding-right: 18px!important;
}
.plancheckArea {
	display: none;
	width: 100%;
	max-width: 860px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto 25px;
	padding: 0 9px;
	border: 1px solid #d7cac7;
	border-radius: 10px;
	background: #ffffff;
}
.plancheckArea a {
	color: #00afd5;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.plancheckArea .plancheckInner {
	overflow: hidden;
}
.plancheckArea .planCheckList > li {
	max-width: 840px;
}
.plancheckArea .planCheckList > li:nth-of-type(n+2) {
	margin-top: 40px!important;
}
.plancheckArea .memo {
	text-align: center;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*PC設定*/
@media screen and (min-width:784.1px) {
	.plancheckArea a:hover {
	color: #52c6a3;
	text-decoration: none;
}
}
/*SP*/
@media screen and (max-width:784px) {
		.plancheckArea {
		padding: 0 10px;
		min-height: 465px;/* 要調整 */
	}
		.plancheckArea .memo {
		font-size: 14px;
	}
}

/*＝＝＝＝＊＊arrow「進む・戻るボタン」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea .arrow li {
	width: 20px!important;
	height: 60px;
	position: absolute;
	top: 15%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	text-indent: -9999px;
	cursor: pointer;
}
.plancheckArea .arrow li:first-child {
	left: -10px;
	background-image: url(../images/simulator/simulator_prev_01.svg);
}
.plancheckArea .arrow li:last-child {
	right: -10px;
	background-image: url(../images/simulator/simulator_next_01.svg);
}

/*＝＝＝＝＊＊title「質問」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea li .title {
	width: 700px;
	line-height: 1.4;
	position: relative;
	margin: 0 auto 30px;
	padding: 20px 25px 18px;
	border: none;
	background-color: #e0f0ff;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	color: #034298;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.plancheckArea li .title::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -13px;
	border-style: solid;
	border-width: 15px 13px 0 13px;
	border-color: #e0f0ff transparent transparent transparent;
}
.plancheckArea li .title span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.plancheckArea .step1 .title {
	background-image: url(../images/simulator/simulator_ic_05.svg);
}
.plancheckArea .step2 .title {
	background-image: url(../images/simulator/simulator_ic_06.svg);
}
.plancheckArea .step3 .title {
	background-image: url(../images/simulator/simulator_ic_07.svg);
}
.plancheckArea .step4 .title {
	background-image: url(../images/simulator/simulator_ic_08.svg);
}
/*SP*/
@media screen and (max-width:784px) {
	.plancheckArea li .title {
	width: 100%;
	font-size: 17px;
	text-align: left;
	}
}

/*＝＝＝＝＊＊simulator_btn01「ボタン01」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea .simulator_btn01 {
	margin-top: 20px;
}
.plancheckArea .simulator_btn01 + .simulator_btn01 {
	margin-top: 15px;
}
.plancheckArea .simulator_btn01 a {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 11px 30px 10px;
	border: 1px solid #00afd5;
	border-radius: 50px;
	background: #00afd5 url(../images/common/common_ic_06.png) no-repeat 240px center;
	background-size: 10px 17px;
	color: #ffffff; 
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .4s;
}
.plancheckArea .simulator_btn01.bgRed a {
	border: 1px solid #e5007e;
	background-color: #e5007e;
}
/*PC設定*/
@media screen and (min-width:784.1px) {
	.plancheckArea .simulator_btn01 a:hover {
		border: 1px solid #00afd5;
		background-color: #ffffff;
		background-image: url(../images/common/common_ic_05.png);
		background-size: 10px 17px;
		color: #00afd5; 
	}
	.plancheckArea .simulator_btn01.bgRed a:hover {
		border: 1px solid #e5007e;
		background: #ffffff url(../images/common/common_ic_19.png) no-repeat 240px center;
		background-size: 10px 17px;
		color: #e5007e; 
	}
}
/*SP*/
@media screen and (max-width:784px) {
	.plancheckArea .simulator_btn01 a {
		width: 96.875%;
		margin: 0 auto;
		background: #00afd5 url("../images/common/common_ic_06.png") no-repeat right 15px center;
		background-size: 8px 13px;
		font-size: 14px;
	}
}

/*＝＝＝＝＊＊select「ラジオボタン」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea .select {
	display: table;
	margin: 0 auto 40px;
}
.plancheckArea .planCheckList > li[class^="step"] .select {
	width: 700px;
}
.plancheckArea .select li {
	float: left;
	width: 340px;
	font-size: 18px;
}
.plancheckArea .select li:nth-of-type(odd) {
	margin-right: 20px;
}
.plancheckArea .select li:nth-of-type(n+3) label {
	margin-top: 10px;
}
.plancheckArea .select li label {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 7px 35px 4px;
	border: 1px solid #00afd5;
	border-radius: 30px;
}
.plancheckArea .select li label input {
	display: none;	
}
.plancheckArea .select li label:before {
	content: "";
	display: inline-block;
	margin: auto 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background: url(../images/simulator/simulator_radio_01.svg) no-repeat left top;
	background-size: 20px 20px;
}
.plancheckArea .select li.on label {
	background-color: #e0f0ff;
}
.plancheckArea .select li.on label:before {
	background-image: url(../images/simulator/simulator_radio_01_on.svg);
}
/*PC*/
@media screen and (min-width:784.1px) {
	.plancheckArea .select li {
		text-align: center;
	}
}
/*SP*/
@media screen and (max-width:784px) {
	.plancheckArea .planCheckList > li[class^="step"] .select {
		width: 100%;
		margin: 26px auto 15px;
	}
	.plancheckArea .select li {
		width: 48%;
		font-size: 15px;
	}
	.plancheckArea .select li:nth-of-type(odd) {
		margin-right: 3.9%;
	}
	.plancheckArea .select li label {
		padding: 11px 15px 7px 35px;
	}
}

/*＝＝＝＝＊＊status「ステータス」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea .status {
	display: none;
	margin-left: -62px;
	position: absolute;
	left: 50%;
	top: 15px;
	font-size: 0;
	text-align: center;
}
.plancheckArea .status li {
	display: inline-block;
	margin-right: 1px;
	width: 30px;
	height: 17px;
	background-repeat: no-repeat;
	background-positon: left top;
	background-size: 30px 17px;
	text-indent: -9999px;
}
.plancheckArea .status li:first-child {
	background-image: url(../images/simulator/simulator_ic_01.svg);	
}
.plancheckArea .status li.current {
	background-color: transparent;
}	
.plancheckArea .status li.current:first-child {
	background-image: url(../images/simulator/simulator_ic_01_on.svg);	
}
.plancheckArea .status li:nth-of-type(2) {
	background-image: url(../images/simulator/simulator_ic_02.svg);	
}
.plancheckArea .status li.current:nth-of-type(2) {
	background-image: url(../images/simulator/simulator_ic_02_on.svg);	
}
.plancheckArea .status li:nth-of-type(3) {
	background-image: url(../images/simulator/simulator_ic_03.svg);	
}
.plancheckArea .status li.current:nth-of-type(3) {
	background-image: url(../images/simulator/simulator_ic_03_on.svg);	
}
.plancheckArea .status li:last-child {
	background-image: url(../images/simulator/simulator_ic_04.svg);
}
.plancheckArea .status li.current:last-child {
	background-image: url(../images/simulator/simulator_ic_04_on.svg);
}

/*＝＝＝＝＊＊step0「ステップ0」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea .step0 .txt {
	margin-top: 30px;
	color: #00afd5;
	text-align: center;
	font-size: 16px;
}
.plancheckArea .step0 .form {
	margin-top: 12px;
	text-align:	center;
}
.plancheckArea .step0 .form input {
	margin-right: 5px;
	padding: 15px 10px 12px;
	font-size: 18px;
}
/*PC設定*/
@media screen and (min-width:784.1px) {
		.plancheckArea .step0 {
		margin-top: 80px!important;
		}
}
/*SP*/
@media screen and (max-width:784px) {
		.plancheckArea .step0 {
		margin-top: 130px!important;
		}
		.plancheckArea .step0 .title {
		padding: 12px 14px 10px;	
		}
	.plancheckArea .step0 .txt {
		font-size: 14px;
	}
}

/*＝＝＝＝＊＊step5「ステップ5」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea  .planCheckList > li.step5 {
	margin-top: 40px!important;
	margin-bottom: 40px!important;
}
.plancheckArea .step5 .num {
	display: inline-block;
	margin: 0 7px;
	padding-top: 8px;
	border: 1px solid #bfbfbf;
	background: #ffffff;
	font-size: 38px;
	font-weight: bold;
	color: #e6007e;
	text-align: center;
}
.plancheckArea .step5 .dataNum {
	font-size: 20px;
}
.plancheckArea .step5 .dataNum .num {
	width: 170px;
}
.plancheckArea .step5 .planNum {
	font-size: 20px;
	font-weight: bold;
}
.plancheckArea .step5 .txt01 {
	font-size: 26px;	
}
	.plancheckArea .step5 .btn a {
	display: block;
	}
/*SP*/
@media screen and (max-width:784px) {
	.plancheckArea .planCheckList > li.step5 {
		text-align: center;
	}
		.plancheckArea .step5 .num {
		font-size: 22px;
	}
	.plancheckArea .step5 .dataNum {
		width: 100%;
		margin: 0 auto;
		font-size: 15px;
	}
	.plancheckArea .step5 .dataNum > br {
		display: none;
	}
	.plancheckArea .step5 .dataNum .num {
		width: 35%;
		margin: 0 7px;
	}
		.plancheckArea .step5 .planNum {
		clear: both;
		width: 100%;
		margin: 20px auto 0;
		font-size: 16px;
	}
		.plancheckArea .step5 .txt01 {
		font-size: 16px;
	}
}

/* ===============================================
 capacity-simulator（容量シミュレータ）　
=============================================== */
/*＝＝＝＝＊＊step5「ステップ5」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea.capacity .step5 > div + div {
	margin-top: 20px;
}
.plancheckArea.capacity .step5 .dataNum {
	margin: 0 0 0 5%;
	width: 243px;
	float: left;
}
.plancheckArea.capacity .step5 .planNum .num {
	width: 435px;
}
.plancheckArea.capacity .step5 .planNum {
	float: left;
}
.plancheckArea.capacity .step5 .NTTdocomoNum {
	float: left;
	width: 45%;
	margin: 0 5%;
	font-size: 20px;
}
.plancheckArea.capacity .step5 .SoftBankNum {
	float: left;
	width: 45%;
	font-size: 20px;
}
.plancheckArea.capacity .step5 .NTTdocomoNum .num,
.plancheckArea.capacity .step5 .SoftBankNum .num {
	width: 230px;
}
/*SP*/
@media screen and (max-width:784px) {
	.plancheckArea.capacity .step5 .dataNum {
		margin: 0 auto;
		width: 100%;
		float: none;
	}
	.plancheckArea.capacity .step5 .txt01 {
		width: 15%;
	}
	.plancheckArea.capacity .step5 .planNum .num {
		width: 75%;
	}
	.plancheckArea.capacity .step5 .NTTdocomoNum .num,
	.plancheckArea.capacity .step5 .SoftBankNum .num {
		width: 75%;
	}
	.plancheckArea.capacity .step5 .NTTdocomoNum {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}
	.plancheckArea.capacity .step5 .SoftBankNum {
		width: 100%;
		clear: both;
		margin-top: 20px;
		font-size: 15px;
	}
}

/* ===============================================
 charges-simulator（料金シミュレータ）　
=============================================== */
/*＝＝＝＝＊＊step5「ステップ0」＊＊＝＝＝＝*/
/*PC設定*/
@media screen and (min-width:784.1px) {
	.plancheckArea.charges .step0 {
	margin-top: 100px!important;
	}
}
/*SP設定*/
@media screen and (max-width:784px) {
	.plancheckArea.charges .step0 {
		margin-top: 110px!important;
	}
	.plancheckArea.charges .step0 .form input {
		width: 75%;
	}
}
/*＝＝＝＝＊＊step5「ステップ5」＊＊＝＝＝＝*/
/*共通設定*/
.plancheckArea.charges {
	min-height: 515px;
}
.plancheckArea.charges .step5 .dataNum {
	width: 90%;
	margin: 0 5%;
	text-align: center;
}
.plancheckArea .step5 .dataNum .num {
	margin: 0 3px;
}
.plancheckArea.charges .step5 .dataNum #plan_description {
	display: inline-block;
	margin-top: 20px;
	padding: 15px 10px 12px;
	border: 1px solid #bfbfbf;
	color: #e6007e;
	font-size: 20px;
	font-weight: bold;
}
.plancheckArea.charges .step5 .planNum .num {
	width: 250px;
}
.plancheckArea.charges .step5 .planNum {
	width: 90%;
	margin: 20px 5% 0;
	text-align: center;
}
.plancheckArea.charges .step5 #goal_ng {
	display: none;
	margin-top: 180px;
}
/*PC設定*/
@media screen and (min-width:784.1px) {
	.plancheckArea.charges .step5 .simulator_btn01 a:hover {
		width: 650px;
		background-position: 630px center;
		background-size: 10px 17px;
	}
	.plancheckArea.charges .step5 .simulator_btn01 a  {
		width: 650px;
		background-position: 630px center;
		background-size: 10px 17px;
	}
}
/*SP*/
@media screen and (max-width:784px) {
	.plancheckArea.charges .planCheckList > li.step5 {
		margin-top: 70px!important;
	}
		.plancheckArea.charges .step5 .planNum .num {
		width: 35%;
	}
	.plancheckArea.charges .step5 .dataNum #plan_description {
		font-size: 16px;
	}
		.plancheckArea.charges .step5 #goal_ng {
		margin-top: 150px;
	}
}

/* ===============================================
 hennna-simulator（変なSIMシミュレータ）　
=============================================== */
.plancheckArea.hennna {
	margin-top: 20px;
}
.plancheckArea.hennna .step0 {
	margin-top: 60px!important
}
.plancheckArea.hennna .planCheckList > li[class^="step"] .title {
	background-image: none;
}
.plancheckArea.hennna .planCheckList > li.step9 {
	margin-top: 70px!important;
}

.plancheckArea.hennna .step9 .num {
	display: inline-block;
	margin-right: 7px;
	padding-top: 8px;
	border: 1px solid #bfbfbf;
	background: #ffffff;
	font-size: 38px;
	font-weight: bold;
	color: #e6007e;
	text-align: center;
}

.plancheckArea.hennna .step9 .dataNum {
	margin: 0 0 0 53px;
	width: 243px;
	float: left;
	font-size: 20px;
}

.plancheckArea.hennna .step9 .dataNum .num {
	width: 170px;
}

.plancheckArea.hennna .step9 .planNum .num {
	width: 250px;
}

.plancheckArea.hennna .step9 .planNum {
	float: left;
	font-size: 20px;
	font-weight: bold;
}

.plancheckArea.hennna .step9 .txt01 {
	font-size: 26px;	
}

.plancheckArea.hennna .step9 .btn a {
	display: block;
}
.plancheckArea.hennna .step9 .reset_btn {
	margin-bottom: 20px;
}
/*＝＝＝＝＊＊step9「ステップ9」＊＊＝＝＝＝*/
/*SP*/
@media screen and (max-width: 784px) {
	.plancheckArea.hennna .step0 {
		margin-top: 120px!important
	} 
	.plancheckArea.hennna .planCheckList > li.step9 {
		text-align: center;
	}
		.plancheckArea.hennna .step9 .num {
		font-size: 22px;
	}
	.plancheckArea.hennna .step9 .dataNum {
		width: 100%;
		margin: 0 auto;
		font-size: 15px;
	}
	.plancheckArea.hennna .step9 .dataNum > br {
		display: none;
	}
	.plancheckArea.hennna .step9 .dataNum .num {
		width: 30%;
		margin: 0 7px;		
	}
	.plancheckArea.hennna .step9 .planNum {
		clear: both;
		width: 100%;
		margin-top: 20px;
		font-size: 17px;
	}
	.plancheckArea.hennna .step9 .planNum .num {
		width: 75%;
	}
	.plancheckArea.hennna .step9 .txt01 {
		font-size: 17px;
	}
}