@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: 20px;
	top: 50%;
	width: 34px;
	height: 34px;
	border: 2px solid currentcolor;
	border-radius: 50%;
	transform: translateY(-50%);
}
.use_open_icon::before,.use_open_icon::after{
	content: '';
	position: absolute;
	left: 5px;
	top: calc(50% - 2px);
	width: 20px;
	height: 4px;
	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;
	height: 230px;
	margin-bottom: 30px;
}
.use_head{
	margin-bottom: 0 !important;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 600;
	color: #565a5b;
}
.use_head h2{
	font-size: 2.8125rem;
	font-weight: 600;
}
.use_top_navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	font-weight: 500;
}
.use_top_navi li {
	margin-bottom: 25px;
	width: calc((100% - 60px)/2);
}
.use_top_navi li a{
	background: #565a5b;
	border-radius: 10px;
	padding: 19px 0 21px;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;
}
.use_top_navi li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 13px;
	height: 13px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: translateY(-65%) rotate(135deg);
}
.use_title{
	margin-bottom: 25px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 79px;
	border-radius: 10px;
	background: #565a5b;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 600;
}
.use_cr_red{
	color: #c92f19;
}
.use_img01{
	margin: -2px -4px -2px -6px;
	display: inline-block;
	vertical-align: middle;
	width: 33px;
}
.use_img02{
	margin: -2px 0;
	display: inline-block;
	vertical-align: middle;
	width: 27px;
}
.use_col0201{
	position: relative;
	width: 47%;
}
.use_line_r::after{
	content: '';
	position: absolute;
	right: -6.5%;
	top: 0;
	width: 0;
	height: 100%;
	border-left: 3px dashed #d2d2d2;
}
.use_stit{
	display: flex;
	font-size: 1.25rem;
	font-weight: 600;
}
.use_stit span{
	padding: 5px 20px;
	margin-bottom: 20px;
	background: #d2d2d2;
	color: #565a5b;
}
.use_tline{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 5px;
	font-weight: 600;
	color: #565a5b;
	border-bottom: 2px solid currentColor;
}
.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-top: -4px;
	width: 142px;
}
.use_img04{
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
	width: 56px;
}
.use_img05{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px;
	width: 293px;
}
.use_img06{
	margin: -18px 0 auto 15px;
	min-width: 71px;
	max-width: 71px;
}
.use_fb{
	font-weight: 600;
}
.use_mgn01{
	display: inline-block;
	margin: 0 -10px 0 -5px;
}

.use_open_btn{
	background: #f1f1f1;
	border: 3px #d2d2d2 solid;
	padding: 20px 0;
	font-size: 1.25rem;
	text-align: center;
	color: #565a5b;
}
.use_open_box{
	border: 3px #d2d2d2 solid;
	border-top: none;
	padding: 30px 45px;
}
.use_open_box p{
	margin-right: -0.5em;
}
.use_open_h{
	margin-bottom: 15px;
	padding: 5px 20px;
	background: #d2d2d2;
	color: #565a5b;
	font-weight: 600;
	letter-spacing: 0.3em;
}






 @media only screen and (min-width: 768px) and (max-width: 1274px) {

}


