@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600&display=swap');
#r1202 p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-weight: 400;
}

#r1202 .below {
	margin:100px 0 50px;
	font-size: 36px;
	color: #1b9496;
	background-color: #eaebeb;
	padding: 10px 53px 10px;
	text-align: center;
	position:relative;
}

#r1202 .pro {
	margin-bottom: 50px;
}

#r1202 .heading {
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#r1202 .link {
	text-align: right;
	font-size: 20px;
}

#r1202 .link a {
	text-decoration: none;
}

#r1202 .link a span {
	text-decoration: underline;
}

#r1202 .term {
	text-align: center;
	color: #1b9496;
	border: 1px solid #1b9496;
	padding: 10px 0;
	margin-top: 30px;
	line-height: 1.4em;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#r1202 .below:before {
	position:absolute;
	left: 50px;
	top: 35px;
	content: "";
	display: inline-block;
	width: 40px;
	height: 23px;
	background: url(../../../../img/usr/genre/r1202/bg_below.png) no-repeat;
	background-size: contain;
}

#r1202 .below:after{
	position:absolute;
	right: 50px;
	top: 35px;
	content: "";
	display: inline-block;
	width: 40px;
	height: 23px;
	background: url(../../../../img/usr/genre/r1202/bg_below.png) no-repeat;
	background-size: contain;
}
	
#r1202 .term {
	font-size: 24px;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r1202 .lead {
	font-size: 0.8em;
}
	
#r1202 .below {
	margin:40px 0 20px;
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
	line-height: 1.3em;
}

#r1202 .below:before {
	position:absolute;
	left: 12px;
	top: 18px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 11px;
	background: url(../../../../img/usr/genre/r1202/bg_below.png) no-repeat;
	background-size: contain;
}

#r1202 .below:after{
	position:absolute;
	right: 12px;
	top: 18px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 11px;
	background: url(../../../../img/usr/genre/r1202/bg_below.png) no-repeat;
	background-size: contain;
}
	
#r1202 .heading {
	text-align: center;
	font-size: 24px;
	margin-bottom: 5px;
}
	
#r1202 .link {
	font-size: 14px;
	margin-top: 5px;
}
	
#r1202 .sp_block {
	display: block;
}
		
}