@charset "utf-8";


div, p, ul, li, table, table tr td, table tr th, table tr td, dl, dt, dd, img, nav, footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 62.5%;/*10px*/
}
body {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Noto Sans Japanese", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.8;
	word-break: break-all;
	font-size: 1.6em;
	color: #2a2a2a;
	background: #f7f3e9;
	-webkit-text-size-adjust: 100%; /*スマホを横向きにした時用*/
	background-size: 100%;
}
img {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}

/* Page Top
=================================== */
#page-top {
	position: fixed;
	bottom: 16px;
	right: 15px;
	display: block;
	z-index: 9999;
/*
	background-color: rgba(255, 255, 255, 0.8); 
	border-radius: 80%;
	border: 4px solid #999;
	color: #999;
	width: 50px;
	padding: 13px 10px;
	font-size: 14px;
	text-align: center;
*/
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	behavior: url(PIE.htc);
	width: 70px;
}
#page-top a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #999;
	text-decoration: none;
}
#page-top:hover {
	opacity: 0.6;
	transition: all 0.2s;
}




#main {
	margin: 0 auto;
}
#main img {
	width: 100%;
}

h1 {
/*	background: #e32d2d;*/
	margin: 0 auto;
/*	background: #ffeb63;*/
	background: url(../img/top_bg.gif);
	background-size: 100px;
}

h1 img {
	max-width: 960px;
}

#main h2 {
	width: 100%;
	margin: 0 auto 4rem;
	background: #e02613;
	line-height: 1;
}

#main h2 img {
	width: 100%;
	max-width: 600px;
}

#main h3 img {
	width: 50%;
	max-width: 380px;
/*	padding-bottom: 2rem;*/
}




ul.prlist  {
	margin: 1em 0 0 0;
}
ul.prlist li {
	position: relative;
	margin: 30px auto;
	font-weight: 700;
	line-height: 1.5;
	border: 3px solid #46210c;
	border-radius: 10px;
	padding: 1rem;
	width: 90%;
	max-width: 480px;
	background: #FFF;
}
.prlist_ttl {
	box-sizing: border-box;
	width: 100%;
/*	max-width: 400px;*/
	margin: 0 auto;
	padding: 5px 2%;
/*	background: #f4e492;*/
}
.prlist_img {
	width: 100%;
/*	max-width: 400px;*/
	margin: 0 auto;
}
.prlist_img img {
	width: 100%;
}



.number {
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #333;
	width: 50px;
	height: 50px;
}
.strong {
	font-size: 18px;
/*	line-height: 1.4;*/
}
.red {
	color: #e51616;
	font-size: 1.2em;
}
.info_container {
	margin: 0 auto 0;
/*	padding: 20px 0;*/ /* 190107 */
	padding: 0 0 20px;
}
.form_container {
	width: 80%;
	max-width: 660px;
	margin: 1rem auto 2rem;
}
.form_container a {
	transition: all 0.3s;
}
.form_container a:hover {
	opacity: 0.7;
}


.info01 {
	font-weight: 700;
	background: #e02613;
	padding: 2rem 0;
	color: #FFF;
}

/* btn */
.info02 a {
	display: block;
	position: relative;
	background: #f11439;
	color: #FFF;
	width: 70%;
	max-width: 600px;
	margin: 0 auto;
	padding: 1.2em 1.5em;
	border-radius: 8px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 4px solid #a60d27;
}
.info02 a::after {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/arrow.png");
	background-size: contain;
	vertical-align: middle;
}
.info02 a:hover {
	opacity: 0.7;
}
.info02 a span {
	display: block;
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
}


/* close */
.info03 {
	width: 90%;
	max-width: 700px;
	margin: -1rem auto 1rem;
	padding: 1.2rem 1rem;
	border: 3px solid #e02613;
	color: #e02613;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.6;
	background: #FFF;
}

.info03 p.sub {
	margin-top: 1rem;
	font-size: 1.6rem;
}

.info03 span {
	display: block;
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: normal;
}

.note {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	margin: 3px auto 0;
}

/* footer
=================================== */
footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
}
footer .footer-inner {
	width: 100%;
	margin: 0 auto;
}
footer .copyright {
	clear: both;
	padding: 35px 0;
}
footer .copyright a, footer .copyright .attention {
	display: block;
	color: #333333;
	text-decoration: none;
}
footer .copyright a:hover {
	opacity: 0.5;
	transition: 0.4s;
}

.sns-archive {
	background-color: transparent !important;
}


/* -------------------------------------------------------------------------------------------------------------------
haro_root_element                                                                                              
------------------------------------------------------------------------------------------------------------------- */

div#haro_root_element {
	overflow: hidden;
}

/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                          
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1099px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                             PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1100px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	
	
	h1 {
/*		margin-bottom: 50px;*/
	}	
	#main h2 {
/*		font-size: 28px;*/
		margin-bottom: 50px;
/*		padding: 17px 0 15px;*/
	}
	
	#main h3 img {
		width: 50%;
		padding: 20px 0 50px;
	}
	
/*
	#main h2 dl dt {
		font-size: 0.8em;
	}		
	#main h2 .space {
		padding: 0 3px 0 3px;
	}		
*/
	ul.prlist {
		box-sizing: border-box;
		font-size: 0;
		max-width: 1060px;
		margin: 0 auto 80px;
		text-align: left;
	}		
	ul.prlist li {
		box-sizing: border-box;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		font-size: 16px;
		padding: 18px;
	}
	ul.prlist li:nth-of-type(2n) {
		margin-left: 100px;
	}
	ul.prlist li:nth-of-type(1), ul.prlist li:nth-of-type(2) {
		margin-bottom: 60px;
	}
	ul.prlist li {
		width: 50%;
/*		max-width: 332px;*/
	}

	
	.number {
		top: -35px;
		left: -35px;
		width: 80px;
		height: 80px;
	}
	
	
	
	
	
	
	.strong {
		font-size: 24px;
	}
	.red {
		font-size: 22px;
	}
	ul.prlist li:nth-of-type(4), ul.prlist li:nth-of-type(5) {
/*		padding: 10px 20px 0 20px;*/
	}
	
	.prlist_ttl {
		text-align: center;
		background: #FFF;
		padding: 10px 2%;
	}
	
	.info_container {
		margin: 10px auto 60px;
	}
	.info01 {
		margin: 0 auto;
		padding: 30px 0;
		font-size: 28px;
	}
	.info01b {
		margin: 0 auto 30px;
		max-width: 700px;
	}
	.info01b a {
		font-size: 36px;
		padding: 0.8em;
	}
	.info01b span.kikan {
		font-size: 18px;
	}	
	/* btn */
	.info02 a {
		padding: 25px 30px;
		font-size: 36px;
	}
	.info02 a span {
		display: block;
		margin-top: 0.5rem;
		font-size: 18px;
	}
	.info02 a::after {
		right: 16px;
		width: 30px;
		height: 30px;
	}	
		

	/* close */
	
	

	
	
	.info03 {
		width: 90%;
		max-width: 800px;
		margin: 7rem auto 1rem;
		padding: 2rem 2rem;
		font-size: 3rem;
		font-weight: 700;
		line-height: 1.6;
	}
	
	.info03 p.sub {
		margin-top: 1rem;
		font-size: 2rem;
	}

	.info03 span {
		display: block;
		margin-top: 1rem;
		font-size: 1.8rem;
		font-weight: normal;
	}
	
	.sns-archive {
		width: 960px;
		margin: 0 auto;
	}
	

	.form_container {
		margin: 20px auto 80px;
	}
	
	#page-top {
		width: 100px;
	}	
	
}
