@charset "utf-8";
/* CSS Document */
/* BASE
///////////////////////////////////////////////////////////////////////////////////////////////////*/
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansJP-Regular.woff") format('woff'), url("../fonts/NotoSansJP-Regular.eot") format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NotoSansJP-Medium.woff") format('woff'), url("../fonts/NotoSansJP-Medium.eot") format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NotoSansJP-Bold.woff") format('woff'), url("../fonts/NotoSansJP-Bold.eot") format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'Holland';
	font-style: normal;
	src: url("../fonts/Holland.woff") format('woff'), url("../fonts/Holland.eot") format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'KozGoPr6N-Regular';
	font-style: normal;
	src: url("../fonts/KozGoPr6N-Regular.woff") format('woff'), url("../fonts/KozGoPr6N-Regular.eot") format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSerifJP-Bold';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NotoSerifJP-Bold.woff") format('woff'), url("../fonts/NotoSerifJP-Bold.eot") format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'Spartan-VariableFont_wght';
	font-style: normal;
	src: url("../fonts/Spartan-VariableFont_wght.woff") format('woff'), url("../fonts/Spartan-VariableFont_wght.eot") format('eot');
	font-display: swap;
}
html {
	font-family: NotoSansCJKjp, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	letter-spacing: 0.05em;
}
body {
	font-feature-settings: "palt";
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
}
/* PAN
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.pan li{
	display: inline-block;
	font-size: 1.2rem;
	margin: 30px 0 20px 0;
}
.pan li a{
	border-bottom: 1px dotted;
	transition:  0.2s all;
}
.pan li a:hover{
	color: #C00004;
	transition:  0.2s all;
	font-weight: bold;
}

/* PAGETOP
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.pagetop {
	display: none;
	position: fixed;
}
.pagetop a {
	display: block;
	font-size: 0;
	width: 50px;
	transition: 0.2s all;
}
.pagetop a:hover {
	transition: 0.2s all;
	opacity: 0.7;
}


/* 申込完了画面
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.txtindents {
	padding-left: 1rem;
	text-indent: -1rem;
}
.checktxt {
	background: #E0E0E0;
	padding: 30px 20px;
	margin: 40px 0 100px 0;
}
.kannryo_title{
	font-weight: 900;
	margin: 70px 0 30px 0;
}