/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(./img/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
.premain{
	width: 1200px;
	text-align: center;
	margin: 0 auto 50px auto;
	padding: 50px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.topimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}
.midimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
.topimg img,
.midimg img{
	max-width: 100%;
	height: auto;
}
.p1{
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.p2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}
.brown{	color: #945b00;}
.p3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	color: #ff7800;
	margin: 0 0 20px 0;
}
.p3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.p3 em:before,
.p3 em:after{
	content: '';
	width: 2px;
	height: 24px;
	background: currentColor;
	border-radius: 2px;
	position: absolute;
	top: 10px;
}
.p3 em:before{
	left: -15px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.p3 em:after{
	right: -15px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mb{	margin-bottom: 30px;}
.p2+.p1.mb{	margin-top: -15px;}


/** prelist **/

.prelist{
	position: relative;
	width: 650px;
	margin: 0 auto 50px auto;
	padding: 20px 30px;
	border-radius: 10px;
	background: #fff4ca;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prelist ul{}
.prelist li{
	position: relative;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	color: #009069;
	border-bottom: 2px dotted #dfc976;
	padding: 9px 0 9px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prelist li:last-of-type{	border-bottom: none;}
.prelist li span{
	font-size: 22px;
	line-height: 25px;
	color: #ff7800;
	position: absolute;
	top: 8px;
	left: 10px;
}


/** precaution **/

.precaution{
	position: relative;
	width: 700px;
	margin: 0 auto 50px auto;
	padding: 50px 0;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.precaution > span{
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 46px;
	color: #ffff00;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.precaution p{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 30px 0;
}
.precaution p:nth-of-type(2){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	color: #ff0000;
}
.precaution p:nth-of-type(3){	margin-bottom: 10px;}
.precaution > a{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 5px 35px;
	color: #ff0000;
	background: #ffff66;
	border-radius: 35px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.precaution > a:hover{	text-decoration: none;}
.precaution p:last-of-type{	margin-bottom: 0;}


/** prebtm **/

.prebtm{}
.prebtm p{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 30px 0;
}
.prebtm p:nth-of-type(2){
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	color: #2c92bd;
}
.prebtm p:last-of-type{	margin-bottom: 0;}


/*=================================================
 * CSS for SP
 * ================================================= */

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

	body:before{
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.premain{
		width: auto;
		display: block;
		margin: 0 15px 30px 15px;
		padding: 15px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.topimg{
		margin: 0 0 10px 0;
	}
	.midimg{
		margin: 0 0 10px 0;
	}
	.p1{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.p2{
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	.p3{
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	.p3 em:before,
	.p3 em:after{
		top: 5px;
	}
	.mb{	margin-bottom: 20px;}
	.p2+.p1.mb{	margin-top: -10px;}


	/** prelist **/
	.prelist{
		width: auto;
		margin: 0 0 50px 0;
		padding: 10px 15px;
	}
	.prelist ul{}
	.prelist li{
		position: relative;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		text-align: left;
		padding: 9px 0 9px 30px;
	}
	.prelist li:last-of-type{	border-bottom: none;}
	.prelist li span{
		font-size: 18px;
		line-height: 20px;
		color: #ff7800;
		position: absolute;
		top: 8px;
		left: 3px;
	}


	/** precaution **/

	.precaution{
		width: auto;
		margin: 0 0 30px 0;
		padding: 50px 0 30px 0;
	}
	.precaution p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.precaution p:nth-of-type(2){
		font-size: 15px;
		line-height: 24px;
	}
	.precaution p:nth-of-type(3){	margin-bottom: 10px;}
	.precaution > a{
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 10px 0;
		padding: 5px 25px;
		border-radius: 25px;
	}
	.precaution > a:hover{	text-decoration: none;}
	.precaution p:last-of-type{	margin-bottom: 0;}


	/** prebtm **/
	.prebtm{}
	.prebtm p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.prebtm p:nth-of-type(2){
		font-size: 15px;
		line-height: 22px;
	}
	.prebtm p:last-of-type{	margin-bottom: 0;}

}
