@charset "utf-8";


body.guide footer{
	padding-bottom: 200px!important;
}

body.guide #pagetop{
	padding-bottom: 65px!important;
}


@media screen and (max-width: 1024px) {
	body.guide footer{
		padding-bottom: 70px!important;
	}
}


/******************************************************/
/* main */
/******************************************************/

.guide_main{
	background: url(/img/guide/main.jpg) no-repeat center bottom #5893cf;
	padding: 300px 0 300px 0;
	box-sizing: border-box;
	background-size:100%!important;
	text-align: center;
}

	.guide_main h1{
		font-size: 250%;
		margin-bottom: 40px;
	}

	h2.title-border{
		padding:40px 0 40px 0!important;
	}

	.guide_lead{
		text-align: center;
		margin: -20px 0 8px 0;
		line-height: 180%;
		font-size: 140%;
	}
		.guide_lead span{
			font-size: 70%;
		}

	.guide_box{
		display: flex;
		justify-content: space-between;
		background: #f0f4fa;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.guide_box.last{
		margin-bottom: 0;
	}

		.guide_box .box_left{
			width: 63%;
			line-height: 200%;
		}

		.guide_box .box_right{
			max-width: 379px;
			padding-left: 20px;
		}

		.guide_box h3{
			padding: 10px 0 10px 60px;
			font-size: 190%;
			line-height: 100%;
			margin-bottom: 20px;
		}



		.guide_box h3.num01{
			background: url(/img/guide/icon01.png) no-repeat center left;
		}
		.guide_box h3.num02{
			background: url(/img/guide/icon02.png) no-repeat center left;
		}
		.guide_box h3.num03{
			background: url(/img/guide/icon03.png) no-repeat center left;
		}
		.guide_box h3.num04{
			background: url(/img/guide/icon04.png) no-repeat center left;
		}
		.guide_box h3.num05{
			background: url(/img/guide/icon05.png) no-repeat center left;
		}
		.guide_box h3.num06{
			background: url(/img/guide/icon06.png) no-repeat center left;
		}



		.list_set{
			font-family: 'メイリオ';
			width: 100%;
		}


			.list_set .list_box{
				background: #f6f8fc;
				padding: 10px;
				box-sizing: border-box;
				width: 31%;
				float: left;
				margin:3.5% 3.5% 0 0;
			}
				.list_set .list_box:nth-child(3n){
					margin-right: 0!important;
				}


			.list_set .list_box .lbox_inner{
				background: #fff;
				padding: 1px;
				box-sizing: border-box;
			}
				.list_set .list_box .lbox_inner ul{
					display: flex;
					align-items: center;
				}
				.list_set .list_box .lbox_inner ul li.list_name{
					padding: 8px 0 0 1vw;
					font-size: 1.2vw;
					line-height: 130%;
				}
					.list_set .list_box .lbox_inner ul li.list_name span{
						display: block;
						font-size: 60%;
					}

				.list_set .list_box .list_comment{
					line-height: 180%;
					font-size: 90%;
					padding: 12px 12px 0 12px;
				}

/******************************************************/
/* clear */
/******************************************************/
.list_set{
	display:block;content:"";clear:both;overflow:hidden;
}

/******************************************************/
/* inq_bottom */
/******************************************************/

.inq_bottom{
	background: #fff;
	width: 100%;
	position: fixed;
	bottom:0;
	z-index: 1000;
	border-top: #e60012 4px solid;
	line-height: 180%;
	font-family: 'メイリオ';
	font-size: 80%;
}

.inq_inner{
	width: 1250px;
	margin: auto;
	padding: 25px 25px 22px 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inq_tit{
	width: 300px;
	margin: -10px 20px 0 0;
}

.inq_txt{
	width: 580px;
	margin-right: 20px;
}

.inq_tel{
	width: 380px;
	background: url(/img/guide/howto_allow.png) no-repeat center left;
	padding-left: 30px;
}
	.inq_tel .tel_title{
		font-size: 140%;
		margin-bottom: 8px;
	}

	.inq_tel .tel_num{
		font-size: 170%;
	}
		.inq_tel .tel_num span{
			font-size: 50%;
		}



@media screen and (max-width: 1200px) {
		.inq_inner{
			width: 100%;
		}
	}


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

.inq_bottom .more_btn{
	background: #fff!important;
	margin-bottom: 3px;
}

.inq_bottom button.readmore::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: -15px;
}

.inq_bottom .more_btn .readmore{
	position: absolute;
	top: 20px;
}

	.inq_inner{
		font-size: 120%;
		width: 100%;
		line-height: 180%;
		box-sizing: border-box;
		display: block;
		padding: 15px 0 0 0!important;
	}

	.inq_tit{
		width: 100%!important;
		margin: 0!important;
		padding-bottom: 15px;
		text-align: center;
	}
		.inq_tit img{
			width: 200px!important;
		}

.inq_txt{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.inq_tel{
	width: 100%;
	background:none;
	padding-left: 0;
	text-align: center;
}
	.inq_tel .tel_title{
		font-size: 140%;
		margin-bottom: 8px;
	}

	.inq_tel .tel_num{
		font-size: 200%;
		line-height: 120%;
	}
		.inq_tel .tel_num span{
			display: block;
		}

	.guide_lead{
		text-align: center;
		margin: -5px 0 0 0;
		line-height: 160%;
		font-size: 90%;
	}


}



/******************************************************/
/* アコーディオン */
/******************************************************/
.hide-text{
	display: none;
	line-height: 180%;
	background: #fff;
	padding: 0 10px 10px 10px;
	font-size: 80%;
}
	.hide-text dl:first-child{
		padding-top: 15px;
	}

	.hide-text dl{
		display: flex;
		padding-bottom: 5px;
	}
	.hide-text dl dt{
		width: 15%;
		margin-right: 20px;
	 }

	.hide-text dl dd{
		word-break: break-all
	 }

.on-click {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	top:-5px!important;
}

.more_btn{
	width: 94%;
	cursor: pointer;
	position: relative;
	margin: 10px auto 10px auto;
	font-size: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	line-height: 100%;
}


.more_btn .txt{
	padding:13px 0 10px 0;
	text-align: center;
	font-size: 0.8vw
}

.more_btn .readmore{
	position: absolute;
	right: 15px;
	top: 12px;
}

button.readmore {
	margin: 15px auto 0 auto;
	background-color: transparent;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
	cursor: pointer;
}

button.readmore::after {
	content: " ";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 1px #e60012;
	border-right: solid 1px #e60012;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: 2px;
	top: -15px;
}


.license{
	border-bottom: 1px dotted #555;
	margin: 7px 0 5px 0;
	padding-bottom: 3px;
}










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

	#p2nd.guide #content {
    padding-top: 0!important;
	}

	h2.title-border{
		padding:20px 0 15px 0!important;
		font-size: 125%!important;
		line-height: 150%!important;
	}
		h2.title-border:before,
		h2.title-border:after {
			border-top:none!important;
		}


		#p2nd.product #content{
			padding-top: 0!important;
			padding-bottom: 20px!important;
		}

		.guide_main{
			padding:90px 1.5rem 100px 1.5rem;
			line-height: 180%;
		}

		.guide_main h1{
			font-size: 150%;
			margin-bottom: 10px;
			line-height: 150%;
		}

		.guide_main h1 span{
			display: block;
		}

		.guide_box{
			display: block!important;
			padding: 15px 20px 20px 20px;
			margin-bottom: 30px;
		}

		.guide_box .box_left{
			width: 100%;
			margin-bottom: 20px;
		}

		.guide_box .box_right{
			max-width: 100%;
			padding-left: 0;
		}

		.guide_box h3{
			font-size: 120%;
			margin-bottom: 5px;
			background-size: 25px!important;
			padding-left: 30px;
		}

		.guide_box img{
			width: 100%;
		}

			.list_set .list_box{
				width: 100%;
				float: none;
				margin:20px 20px 0 0;
			}

		.more_btn .txt{
			font-size: 100%;
		}

		.list_set .list_box .lbox_inner ul li.list_name{
			padding-left: 20px;
			font-size: 100%;
		}

	}


/******************************************************/
/* clear */
/******************************************************/
.clear:after{
	display:block;content:"";clear:both;overflow:hidden;
}
