@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.font_NS{
	font-family: "Noto Sans JP", serif;
}

.ui_open_btn{
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.use_open_icon{
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid currentcolor;
	border-radius: 50%;
	transform: translateY(-50%);
}
.use_open_icon::before,.use_open_icon::after{
	content: '';
	position: absolute;
	left: 4px;
	top: calc(50% - 1px);
	width: 10px;
	height: 2px;
	background: currentColor;
}
.use_open_icon::before{
	transform: rotate(-90deg);
}
.ui_open_close{
	margin: 25px auto 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.ui_open_close:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ui_open_btn.is_on .use_open_icon::before{
	display: none;
}
.ui_open_box{
	display: none;
}

.use_h1_box{
	background: #d2d2d2;
	padding: 20px 0 15px;
	margin-bottom: 20px;
}
.use_head{
	margin-bottom: 0 !important;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 600;
	color: #565a5b;
}
.use_head h2{
	font-size: 1.5625rem;
	font-weight: 600;
}
.use_top_navi{
	font-weight: 500;
}
.use_top_navi li {
	margin-bottom: 10px;
}
.use_top_navi li a{
	background: #565a5b;
	border-radius: 5px;
	padding: 6px 0;
	color: #fff;
	font-size: 0.93rem;
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;
}
.use_top_navi li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-65%) rotate(135deg);
}
.use_title{
	margin-bottom: 15px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	border-radius: 5px;
	background: #565a5b;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
}
.use_cr_red{
	color: #c92f19;
}
.use_col0201{
	margin-bottom: 20px;
}
.fea_flex .use_col0201:last-child{
	margin-bottom: 0;
}
.use_img01{
	margin: -4px -2px -2px -6px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	line-height: 0;
}
.use_img02{
	margin: -4px -2px -2px 0;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	line-height: 0;
}
.use_font{
	font-size: 0.875rem;
}
.use_stit{
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.use_stit span{
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #d2d2d2;
	color: #565a5b;
}
.use_tline{
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #565a5b;
	border-bottom: 2px solid currentColor;
	font-size: 0.875rem;
}
.use_mark_box{
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.use_mark_cir{
	margin-right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #c92f19;
	color: #fff;
}
.use_img03{
	margin: 0 auto;
	width: 122px;
}
.use_img04{
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
	width: 38px;
}
.use_img05{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px;
	width: 293px;
}
.use_img06{
	margin: 0 auto auto 5px;
	min-width: 62px;
	max-width: 62px;
}
.use_fb{
	font-weight: 600;
}
.use_mgn01{
	display: inline-block;
	margin: 0 -10px 0 -5px;
}

.use_open{
	margin-top: -10px;
}
.use_open_btn{
	background: #f1f1f1;
	border: 2px #d2d2d2 solid;
	padding: 10px 0;
	text-align: center;
	color: #565a5b;
}
.use_open_box{
	border: 2px #d2d2d2 solid;
	border-top: none;
	padding: 20px 10px;
}
.use_open_h{
	margin-bottom: 15px;
	padding: 2px 10px;
	background: #d2d2d2;
	color: #565a5b;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-align: center;
}






 @media only screen and (min-width: 768px) and (max-width: 1274px) {

}


