@charset "UTF-8";

#contents_body{
	font-size: 120%;
}

.ic_check::before,
.ic_ok::before {
	height: 2.2rem;
	width: auto;
}

h2.title .t2 {
	font-size: 2.8rem;
}
h3.title .t3,
h3.title .t2	{
	font-size: 2.2rem;
}
h4.title.num.label_orange {
	font-size: 1.8rem;
}
.counter .num.label_orange:before {
	font-size: 2.6rem;
}

.fbox_outer .cols_box .col_child.flow_arr {
	position: relative;
}
.fbox_outer .cols_box .col_child.flow_arr:before {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	right: -10px;
	background: orange;
	width: 17.3205080757px;
	height: 40px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 1;
}

@media screen and (max-width: 1144px){
.h_header {
		display: block !important;
		max-width: 100% !important;
	}
}
.smlpc_only{
	display: none;
}
@media screen and (max-width: 1144px) and (min-width: 1025px){
.h_header span.col {
		display: block !important;
		max-width: 100% !important;
	}
	.smlpc_only{
		display: block;
	}
}

@media screen and (max-width: 1024px){
.fbox_outer .cols_box .col_child.flow_arr:before {
		left: calc(50% - 20px);
		top: calc(100% - 10px);
		height: 17.3205080757px;
		width: 40px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}

.box_cv .btn_cv {
	border: 2px solid #860307;
	border: 2px solid #b70007;
	color: #b70007;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 20px 60px;
	text-decoration: none;
	line-height: 1;
	transition: all 0.3s ease;
	justify-content: space-evenly;
	display: flex;
	justify-content: center;
}

.box_cv .btn_cv span {
	font-weight: bold;
}
.box_cv .btn_cv:before {
	content: "";
	margin-right: 0.8em;
	width: 28px;
	height: 28px;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20473.981%20473.981%22%20style%3D%22enable-background%3Anew%200%200%20473.981%20473.981%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20style%3D%22fill%3A%23b70007%3B%22%20d%3D%22M33.245%2C291.143V53.277c0-1.972%2C1.607-3.579%2C3.572-3.579h350.514c1.965%2C0%2C3.57%2C1.607%2C3.57%2C3.579%20V234.11h33.245V53.277c0-20.307-16.508-36.824-36.815-36.824H36.817C16.51%2C16.452%2C0%2C32.97%2C0%2C53.277v237.866%20c0%2C20.308%2C16.51%2C36.825%2C36.817%2C36.825h117.491v47.724h-18.521c-9.187%2C0-16.622%2C7.442-16.622%2C16.623%20c0%2C9.179%2C7.436%2C16.622%2C16.622%2C16.622h152.571c9.188%2C0%2C16.623-7.443%2C16.623-16.622c0-9.181-7.436-16.623-16.623-16.623h-18.537%20v-47.724h56.36v-33.245H36.817C34.853%2C294.723%2C33.245%2C293.115%2C33.245%2C291.143z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%23b70007%3B%22%20d%3D%22M452.765%2C254.888h-84.588c-11.703%2C0-21.217%2C9.52-21.217%2C21.223v160.193%20c0%2C11.706%2C9.514%2C21.225%2C21.217%2C21.225h84.588c11.704%2C0%2C21.217-9.52%2C21.217-21.225V276.111%20C473.981%2C264.407%2C464.469%2C254.888%2C452.765%2C254.888z%20M371.894%2C279.821h77.154v139.091h-77.154V279.821z%20M410.463%2C446.239%20c-1.558%2C0-2.954-0.487-4.237-1.168c-2.905-1.551-4.967-4.522-4.967-8.052c0-5.088%2C4.122-9.212%2C9.204-9.212%20c5.096%2C0%2C9.22%2C4.124%2C9.22%2C9.212c0%2C3.53-2.046%2C6.501-4.967%2C8.052C413.416%2C445.752%2C412.021%2C446.239%2C410.463%2C446.239z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box_cv .btn_cv:hover {
	color: #fff;
	background: #860307;
	background: #b70007;
}
.box_cv .btn_cv:hover:before {
	filter: invert(100%) contrast(100%) brightness(500%);
	transition: all 0.3s ease;
}

.justwidth{
	width: fit-content;
}
.m_auto{
	margin: auto;
}
.ph40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

@media screen and (max-width: 820px){
	.box_cv .btn_cv{
		padding: 20px 0;
	}
	.sp_no_p{
		padding: 0 !important;
	}
}
.box_mask img.cov{
	width: 115%;
	height: auto;
}