@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	background-color: #EB7812;
	color: #212121;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap {
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
#particles-js{
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.loading{
	z-index: 1100;
}
img{
	max-width: 100%;
}
img.lazyload{
	visibility: hidden;
}
hr{
	border-color: #EB7812;
}
time{
	font-size: 75%;
}
@media screen and (max-width:359px){
}
@media screen and (min-width:940px) and (max-width:1239px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:1240px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}



/**************************************************50
 * common
 **************************************************/
/* -- color -- */
.orange{
	color: #EA7900;
}

/* -- link -- */
a{
	color: #212121;
}

[class^="link_to"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #EB7812;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: middle;
}
[class^="link_to"]{
	background-color: #FFFFFF;
	border: 3px solid #EB7812;
}
[class^="btn_"]{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 125%;
	margin: 0 1em;
	width: 240px;
}
[class^="link_to"]:hover,
[class^="btn_"]:hover{
	opacity: 0.7;
}
[class^="link_to"]:after{
	border-radius: 50%;
	content: "\F142";
	font-size: 150%;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.2em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0.2em;
}
[class^="btn_"]:after{
	right: 0.2em;
}
.link_right{
	display: inline-block;
	padding-right: 1em;
	position: relative;
	text-decoration: none;
}
.link_right:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #EA7900;
	content: "\F13E";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: -0.3em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: right 0.2s ease-out 0s;
}
.link_right:hover:after{
	right: -0.6em;
}
.btn_confirm:after{
	content: "\F13E";
}
.btn_back{
	background-color: #FFFFFF;
	color: #EA7900;
}
.btn_back:before{
	content: "\F13D";
}
.btn_submit{
	color: #FFFFFF;
}
.btn_submit:after{
	content: "\F13E";
}
@media screen and (max-width:767px){
	[class^="link_to"],
	[class^="btn_"]{
		height: 42px;
		width: 200px;
	}
	[class^="link_to"]{
		line-height: 36px;
	}
	[class^="btn_"]{
		line-height: 42px;
	}
}
@media screen and (min-width:768px){
	[class^="link_to"],
	[class^="btn_"]{
		height: 58px;
		width: 240px;
	}
	[class^="link_to"]{
		line-height: 52px;
	}
	[class^="btn_"]{
		line-height: 58px;
	}
}

/** -- pager -- **/
#pager{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #EA7900;
	border-radius: 5px;
	color: #EA7900;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #EA7900;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > span{
	background-color: #EA7900;
	border-color: #EA7900;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #EA7900;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #EA7900;
	border-radius: 100px;
	color: #FFFFFF;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #FFFFFF;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	left: 0;
}
.pager_btn .pager_next:before{
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}

@media screen and (max-width:767px){
	#pager{
		padding-bottom: 3.125%;
	}
	.sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	#pager{
		margin-top: 10px;
	}
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width:939px){
	.pc_show{
		display: none !important;
	}
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:940px){
	.pc_hide{
		display: none !important;
	}
}

.link_prev_next{
	text-align: center;
}
.link_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.link_prev_next .dummy_prev,
.link_prev_next .dummy_next,
.link_prev_next .link_next,
.link_prev_next .link_prev,
.link_prev_next .link_upper{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	height: 38px;
	transition: opacity 0.2s ease-out 0s;
	width: 10em;
}
.link_prev_next .link_prev,
.link_prev_next .dummy_prev{
	float: left;
}
.link_prev_next .link_next,
.link_prev_next .dummy_next{
	float: right;
}
.link_prev_next .link_next,
.link_prev_next .link_prev,
.link_prev_next .link_upper{
	background-color: #FFFFFF;
	border: 3px solid #EA7900;
	color: #EA7900;
	position: relative;
	text-decoration: none;
	line-height: 32px;
}
.link_prev_next .dummy_prev:hover,
.link_prev_next .dummy_next:hover,
.link_prev_next .link_next:hover,
.link_prev_next .link_prev:hover,
.link_prev_next .link_upper:hover{
	opacity: 0.7;
}
.link_prev_next .link_next:after,
.link_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.link_prev_next .link_next:after{
	content: "\F142";
}
.link_prev_next .link_prev:after{
	content: "\F141";
}
@media screen and (max-width:767px){
	.link_prev_next{
		margin-top: 3.125%;
		margin-bottom: 6.25%;
		padding: 0 3.125%;
	}
	.link_prev_next .link_upper{
		width: 140px;
	}
	.link_prev_next .dummy_next,
	.link_prev_next .dummy_prev,
	.link_prev_next .link_next,
	.link_prev_next .link_prev,
	.link_prev_next .link_upper{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.link_prev_next .link_next:after,
	.link_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.link_prev_next .link_next:after{
		right: 0;
	}
	.link_prev_next .link_prev:after{
		left: 0;
	}
}
@media screen and (min-width:768px){
	.link_prev_next{
		margin-bottom: 50px;
		padding: 0 -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 0 calc((100% - 280px - (10em * 2)) / 2);
	}
	.link_prev_next .link_prev:after{
		left: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.link_prev_next .link_next:after{
		right: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.link_prev_next{
		padding: 0 20px;
	}
	.link_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.link_prev_next .link_next,
	.link_prev_next .link_prev,
	.link_prev_next .link_upper{
		cursor: pointer;
	}
}

/* - form - */
label.select_box{
	display: inline-block;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 2px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 2.1em 0 0.5em;
}
select::-ms-expand{
	display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
	vertical-align: baseline;
	width: 100%;
}
textarea{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	width: 100%;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #424242;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label{
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:after{
	color: #EA7900;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:hover,
input[type="checkbox"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:before{
	color: transparent !important;
}
input[type="radio"]:checked + label:after{
	color: #EA7900;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}


.slick-prev,
.slick-next{
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 46px;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.slick-prev:before,
.slick-next:before{
	font-size: 150px;
	font-family: "Material Design Icons";
	color: #5C5C5C;
}
.slick-prev:before{
	content: "\F141";
	position: relative;
	right: 50px;
}
.slick-next:before{
	content: "\F142";
	position: relative;
	left: -54px;
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
}
#header_wrap{
	background-color: #FFFFFF;
	border-color: #EB7812;
	border-style: solid;
}
#header_wrap:after{
	clear: both;
	content: "";
	display: block;
}
header nav{
	width: 100%;
}
header nav > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	color: #212121;
	position: relative;
	text-decoration: none;
	transition: color 0.2s ease-out 0s;
}
header nav > a:hover,
header nav > a.active{
	color: #EA7900;
}
header nav > a:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-size: 150%;
	line-height: 1;
	position: absolute;
	transition: color 0.2s ease-out 0s;
}
header nav > a:hover:after,
header nav > a.active:after{
	color: #EA7900;
}
#header_wrap a[href$="=contact/input"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: -webkit-linear-gradient(left, #60E0A9 0%, #89DC45 100%);
	background-image: linear-gradient(to right, #60E0A9 0%, #89DC45 100%);
	color: #FFFFFF;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 160px;
}
#header_wrap a[href$="=contact/input"]:before{
	content: "\F1EE";
	font-size: 150%;
	margin-right: 0.2em;
	vertical-align: bottom;
}
#header_wrap a[href$="=contact/input"]:hover{
	opacity: 0.7;
}
@media screen and (max-width:939px){
	#header_wrap{
		border-width: 2px 0 0 0;
	}
	#header_wrap h1 img{
		height: 54px;
	}
	#btn_menu{
		background: url("https://hiroshima-reiwa.com/images/user/button/menu.png") center center no-repeat;
		background-size: contain;
		display: block;
		height: 52px;
		position: fixed;
		top: 2px;
		right: 0;
		width: 52px;
		z-index: 1000;
	}
	header nav{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #EA7900;
		color: #FFFFFF;
		max-height: -webkit-calc(100vh - 56px);
		max-height: calc(100vh - 56px);
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 56px;
		right: -100%;
		transition: right 0.2s ease-out 0s;
		z-index: 1000;
	}
	header nav.active{
		right: 0;
	}
	header nav > a{
		display: block;
		border-top: 1px solid #EA7900;
		padding: 3.125%;
		text-align: left;
	}
	header nav > a:after{
		color: #EA7900;
		content: "\F142";
		top: 50%;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header nav > a.pc_hide:before{
		color: #EA7900;
		content: "\F35F";
		font-size: 150%;
		line-height: 1;
		vertical-align: text-bottom;
	}
	header nav > a.pc_hide:after{
		content: "";
	}
	header nav > div{
		padding: 3.125%;
	}
	header nav > div .mdi{
		font-size: 150%;
		line-height: 1;
		vertical-align: text-bottom;
	}
	header nav > div img[src$="logo_w.png"]{
		width: 75%;
		max-width: 560px;
	}
	#header_wrap a[href$="=contact/input"]{
		border-radius: 15px;
		margin: 3.125% 0;
	}
}
@media screen and (min-width:940px){
	header{
		padding-top: 140px;
	}
	#header_wrap{
		border-width: 5px 0 0 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	#header_wrap p.pc_show{
		font-size: 75%;
		height: 25px;
		line-height: 25px;
	}
	#header_wrap h1 img{
		height: 60px;
	}
	#btn_menu{
		display: none;
	}
	header nav{
		background-color: #212121;
		border-collapse: separate;
		border-spacing: 1px 0;
		display: table;
	}
	header nav > a{
		display: table-cell;
		height: 50px;
		overflow: hidden;
		vertical-align: middle;
		width: -webkit-calc(100% / 7);
		width: calc(100% / 7);
	}
	header nav > a:after{
		color: #FFFFFF;
		content: "\F35D";
		bottom: -4px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#header_wrap a[href$="=contact/input"]{
		border-radius: 100px;
		position: fixed;
		top: 44px;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
	#header_wrap a[href$="=contact/input"]{
		right: 20px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width:1200px){
	#header_wrap a[href$="=contact/input"]{
		left: -webkit-calc(50% + 600px);
		left: calc(50% + 600px);
		-ms-transform: translate(-100%, -50%);
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:768px) and (max-width:939px){
	#middle_block{
		min-height: -webkit-calc(100vh - 60px - 130px);
		min-height: calc(100vh - 60px - 130px);
	}
}
@media screen and (min-width:940px){
	#middle_block{
		min-height: -webkit-calc(100vh - 140px - 215px);
		min-height: calc(100vh - 140px - 215px);
	}
}

/* -- breadcrumbs -- */
.breadcrumbs{
	color: #FFFFFF;
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs a{
	color: #FFFFFF;
}
.breadcrumbs > *{
	display: inline-block;
	position: relative;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #FFFFFF;
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.breadcrumbs{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* -- list -- */
.list_note{
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F44A";
	text-indent: 0;
}
.list_num{
	counter-reset: number;
}
.list_num > li{
	padding-left: 2em;
	text-indent: -2em !important;
}
.list_num > li:before{
	counter-increment: number;
	content: counter(number) "．";
	display: inline-block;
	text-align: right;
	text-indent: 0 !important;
	width: 2em
}
.list_parenthesis{
	counter-reset: parenthesis;
}
.list_parenthesis > li{
	padding-left: 3em;
	text-indent: -3em !important;
}
.list_parenthesis > li:before{
	counter-increment: parenthesis;
	content: "（" counter(parenthesis) "）";
	display: inline-block;
	text-align: left;
	text-indent: 0 !important;
	width: 3em
}

/* -- title -- */
#title_page{
}
@media screen and (max-width:767px){
	#title_page{
		padding-top: 6.25%;
	}
}
@media screen and (min-width:768px){
	#title_page{
		padding-top: 30px;
	}
}

.title_section{
	color: #FFFFFF;
	line-height: 1;
}
.title_section b{
	display: block;
	letter-spacing: 0.05em;
	position: relative;
}
.title_section b:after{
	background-color: #FFFFFF;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1em;
}
.title_section span{
	display: block;
	letter-spacing: 0.2em;
}
@media screen and (max-width:767px){
	.title_section{
		padding-bottom: 3.125%;
	}
	#title_page .title_section{
		padding-bottom: 6.25%;
	}
	.title_section b{
		font-size: 200%;
		padding: 0 3.125% 5px -webkit-calc(3.125% + 0.05em);
		padding: 0 3.125% 5px calc(3.125% + 0.05em);
	}
	.title_section span{
		margin-top: 5px;
		padding: 0 3.125% 0 -webkit-calc(3.125% + 0.1e0.2emm);
		padding: 0 3.125% 0 calc(3.125% + 0.2em);
		font-size: 75%;
	}
}
@media screen and (min-width:768px){
	.title_section{
		padding-bottom: 30px;
	}
	#title_page .title_section{
		padding-bottom: 60px;
	}
	.title_section b{
		font-size: 300%;
		padding-bottom: 10px;
		padding-left: 0.05em;
	}
	.title_section span{
		margin-top: 10px;
		padding-left: 0.2em;
	}
}

.title_newest{
	line-height: 1.2;
	text-align: left;
}
@media screen and (max-width:767px){
	.title_newest{
		font-size: 125%;
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	.title_newest{
		font-size: 150%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.title_newest{
		padding: 0 20px;
	}
}
@media screen and (min-width:940px) and (max-width:979px){
	.title_newest{
		padding: 0 10px;
	}
}
@media screen and (min-width:980px){
	.title_newest{
		margin-left: auto;
		margin-right: auto;
		width: 930px;
	}
}

/* -- text -- */
@media screen and (max-width:767px){
	.box_text{
		padding: 0 3.125%;
		text-align: left;
	}
}

/* -- table -- */
[class^="tbl_form"]{
	color: #212121;
}
[class^="tbl_form"] tr th{
	background-color: #E0E0E0;
	border-radius: 5px;
}
[class^="tbl_form"] tr td{
	text-align: left;
}
[class^="tbl_form"] tr th.required{
	position: relative;
}
[class^="tbl_form"] tr th.required:after{
	color: #FF2722;
	content: "※";
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="tbl_form"] tr td input[type="text"],
[class^="tbl_form"] tr td input[type="email"],
[class^="tbl_form"] tr td input[type="tel"],
[class^="tbl_form"] tr td input[type="password"],
[class^="tbl_form"] tr td textarea{
	border-radius: 5px;
}
[class^="tbl_form"] tr td .error_notice{
	background-color: #FFEBEE;
	border-radius: 5px;
	line-height: 1.2;
	padding: 0.2em 0.8em;
	margin-bottom: 0.5em;
}
.tbl_form_conf tr th{
}
.tbl_form_conf tr td{
	background-color: #FFFFFF;
	border-radius: 5px;
}
@media screen and (max-width:767px){
	[class^="tbl_form"],
	[class^="tbl_form"] tbody,
	[class^="tbl_form"] tr,
	[class^="tbl_form"] th,
	[class^="tbl_form"] td{
		display: block;
	}
	[class^="tbl_form"]{
	}
	[class^="tbl_form"] tr th{
		margin: 0 auto 1.5625%;
		padding: 1.5625% 3.125%;
		text-align: left;
		width: 93.75%;
	}
	[class^="tbl_form"] tr th.required{
		padding: 1.5625% -webkit-calc(3.125% + 1em + 3.125%) 1.5625% 3.125%;
		padding: 1.5625% calc(3.125% + 1em + 3.125%) 1.5625% 3.125%;
	}
	[class^="tbl_form"] tr th.required:after{
		right: 3.333333333333333%;
	}
	[class^="tbl_form"] tr th br{
		display: none;
	}
	[class^="tbl_form"] tr td{
		margin: 0 auto 3.125%;
		width: 93.75%;
	}
	.tbl_form_conf tr td{
		padding: 1.5625% 3.125%;
	}
}
@media screen and (min-width:768px){
	[class^="tbl_form"]{
		border-collapse: separate;
		border-spacing: 5px 10px;
		margin: 20px auto;
		width: 690px;
	}
	[class^="tbl_form"] tr th{
		line-height: 1;
		font-size: 87.5%;
		width: 10em;
	}
	[class^="tbl_form"] tr th.required:after{
		right: 0.2em;
	}
	[class^="tbl_form"] tr th span{
		font-size: 75%;
	}
	.tbl_form_conf tr td{
		padding: 0.5em 1em;
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	text-align: center;
}
footer a{
	color: #FFFFFF;
}
#footer_wrap{
	margin-left: auto;
	margin-right: auto;
}
#copyright{
	color: #FFFFFF;
	font-size: 75%;
}
#copyright a{
	text-decoration: none;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	position: fixed;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
	#footer_wrap{
		padding-top: 3.125%;
	}
	#footer_logo img{
		width: 62.5%;
		max-width: 560px;
	}
	#copyright{
		padding: 1.5625% 3.125%;
	}
	#btn_totop{
		margin-bottom: 1.5625%;
		margin-right: 1.5625%;
		right: 0;
		bottom: 0;
		width: 50px;
	}
}
@media screen and (min-width:768px){
	#footer_wrap{
		padding-top: 20px;
	}
	#footer_logo img{
		height: 90px;
	}
	#btn_totop{
		bottom: 20px;
	}
	#copyright{
		line-height: 60px;
		line-height: 60px;
	}
}
@media screen and (min-width:768px) and (max-width:1279px){
	#btn_totop{
		right: 20px;
		width: 60px;
	}
}
@media screen and (max-width:939px){
	footer nav{
		display: none;
	}
}
@media screen and (min-width:940px){
	footer nav{
		margin-bottom: 20px;
	}
	footer nav a{
		display: inline-block;
		margin: 0 0.5em;
	}
	footer nav a:hover,
	footer nav a.active{
		text-decoration: none;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
	footer nav a{
		font-size: 87.5%;
	}
}
@media screen and (min-width:1280px){
	#btn_totop{
		left: -webkit-calc(50% + 620px);
		left: calc(50% + 620px);
		width: 80px;
	}
}


