@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#jukourule { max-width: 960px; }
/*-----header-------------*/
#jukourule .header {
	background: url(../core_sys/images/others/15th/jukou-rule/header_bg.png) no-repeat;
	background-size:cover;
	background-position: right;
	margin: 0 auto;
	padding: 20px;
}
#jukourule .header_titleset {
	text-align: center;
	max-width: 50%;
}
#jukourule .header_02 { margin: 20px auto 60px; }
/*-----navi---------------*/
#jukourule .nav {
	max-width: 960px;
	text-align: left;
	background-color: #f2eb30;
	background: url(../core_sys/images/others/15th/jukou-rule/nav_pc_title.svg) no-repeat;
	background-size: cover;
}
#jukourule .nav img {
	margin-top: -55px;
	float: right;
	margin-right: 20px;
	max-width: 20%;
}
/*-----contents-------------*/
#jukourule .reason_title {
	width: 100%;
	background-color: #55b400;
	padding: 20px 0px 30px ;
}
/*border color*/
#jukourule .border_green { border: 5px solid #aed767; }
#jukourule .border_orange { border: 5px solid #ffd085; }
#jukourule .border_pink { border: 5px solid #ffb4b3; }
/*bg color*/
#jukourule .bg_green {background:#55b400;}
#jukourule .bg_lightgreen {background:#aed767;}
#jukourule .bg_orange {background:#ffd085;}
#jukourule .bg_pink {background:#ffb4b3;}

#jukourule .img_btm {
	position: absolute;
	bottom: 0;
}
#jukourule .box_R {
	float: right;
	width: 56%;
	padding: 10px;
	text-align:center;
}
#jukourule .box_R2 {
	float: right;
	width: 50%;
	padding: 20px 20px 0px 20px;
	text-align: right;
}
#jukourule .box_L {
	float: left;
	width: 40%;
	padding: 10px;
}
#jukourule .bx_reason {
	margin: 80px auto 0px;
	max-width: 900px;
	width: 90%;
	border-radius: 30px;
	position: relative;
	text-align: left;
}
#jukourule .r_title {
	position: absolute;
	margin-top: -30px;
	margin-left: -30px;
	width: 45%;
}
#jukourule .pc { display: block; }
#jukourule .phone { display: none; }
#jukourule .logo_15th { width: 60px; }
@media (max-width:768px) {
#jukourule .header { background-position:center; }
#jukourule .nav img {
	margin-top: -35px;
	margin-right: 10px;
}

#jukourule .bx_reason { text-align: center; }
#jukourule .r_title {
	position: relative;
	width: 70%;
	margin-left: 0;
}
#jukourule .box_R {
	width: auto;
	float: none;
}
#jukourule .box_R2 {
	width: auto;
	float: none;
}
#jukourule .box_L {
	position: relative;
	width: 100%;
	float: none;
	text-align: center;
}
}

@media (max-width:590px) {
#jukourule .pc { display: none; }
#jukourule .phone { display: block; }
#jukourule .header {position:relative;background-size:auto 120%;}
#jukourule .header_01 { margin: 10px auto 40px 20px;}
#jukourule .header_02 { margin: 20px; }
#jukourule .nav_phone {
	margin:3px 0px;
}
#jukourule .logo_15th {
	position:absolute;
	bottom:20px;
	right:20px;
}
#jukourule .bx_reason {
	margin: 40px auto 0px;
	border: none;
}
#jukourule .reason_txt {
	width:80%;
	display:block;
	margin:0 auto;
}
#jukourule .r_title {
	margin: auto;
	width: auto;
}
#jukourule .box_R {
	width: 100%;
	padding: 0;
}
#jukourule .box_R2 {
	width: 100%;
	padding: 20px 0px;
}
#jukourule .box_L { padding: 0; }
}