@charset "utf-8";
:root {
	--gray: #d9d9d9;
	--white: #ffffff;
	--yellow: #FCFFC1;
	--red: #d11717;
	--blue: #042b71;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
html {
	-webkit-font-feature-settings: "palt"1;
	font-feature-settings: "palt"1;
	letter-spacing: 0.01rem;
	overflow-x: hidden;
}
body {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #1c1c1c;
}
/*
.button .btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 0.5rem;
}*/
@media screen and (min-width:768px) {
	body {
		font-size: 20px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
.clear::after {
	content: "";
	clear: both;
	display: block;
}
/*----------------------------------------------*/
.wrap, .wrap_regist {
	margin: 0 auto;
	max-width: 1024px;
	background-color: var(--white);
}
@media (min-width:800px) {
	.wrap {
		margin: 0 auto 28px;
		padding: 0 auto;
	}
	.wrap_regist {
		margin-bottom: 28px;
		padding: 28px 0;
		max-width: 1024px;
	}
}
.inner {
	padding: 0 16px;
}
@media (min-width:768px) {
	.inner {
		padding: 0 36px;
	}
}
.sp-only2, .sp-only {
	display: block;
}
.pc-only {
	display: none;
}
@media (min-width:500px) {
	.sp-only2 {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
@media (min-width:768px) {
	.sp-only {
		display: none;
	}
	.pc-only {
		display: block;
	}
}
ul, li {
	list-style: none;
}
.youtube2 {
	position: relative;
	max-width: 100%;
	padding-top: 54.25%;
	margin: 0 auto;
}
.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.red {
	color: var(--red);
}
.yellow {
	color: var(--yellow);
}
.yb {
	background-color: var(--yellow);
	padding: 0 2px;
	margin: 0 2px;
}
.ulinedot {
	border-bottom: 2px dotted;
}
.uline {
	border-bottom: 2px solid;
}
.nob {
	font-weight: 400;
}
/* 使っていない
.half_left {
	display: inline-block;
	width: calc(100% / 2 - 0.6rem);
	padding: 1rem;
}
.half_right {
	display: inline-block;
	width: calc(100% / 2 - 0.6rem);
	padding: 1rem;
}*/

.fl_txt {
	float: left;
	margin-right: 15px;
}
.fr_txt {
	float: right;
	margin-left: 15px;
}
.fade {
	opacity: 0;
	transform: translateY(40px);
	transition: 0.5s ease;
}
.fade.effect {
	opacity: 1;
	transform: translateY(0);
	transition: 0.5s ease;
}
.sec_pad {
	padding: 28px 0;
}
.mt {
	margin-top: 36px !important;
}
.mc {
	margin: 0 auto;
	text-align: center;
}
.pb {
	padding-bottom: 6rem !important;}

@media screen and (min-width:768px) {
	.sec_pad {
		padding: 20px 0;
		/*    padding: 60px 0; */
	}
	.mt {
		margin-top: 60px !important;
	}
}