@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/***************/
/*
html {
	font-size: 62.5%;
}
*/
@media screen and (max-width:599px) {
	html {
		font-size: 2.5vw;
	}
}
header {
	padding: 28px 50px 10px;
/*	background-color: #7ecef4; */
}
@media screen and (max-width:768px) {
	body {
		background: none;
	}
	header {
		height: 60px;
		margin-bottom: 0;
		padding: 0 0px 0 0px; /* leftが45pxだった 3本線アイコン用 */
		background-color: #fff;
		position: sticky;
		top: 0;
		z-index: 15;
		border-bottom: #ddd 1px solid;
		display: flex;
		align-items: center;
	}
	h1 {
		width: 60%;
		text-align: left;
		position: relative;
		z-index: 9999;
	}
	footer {
		margin-top: 0;
		padding: 20px 15px;
	}
	footer > div {
		display: block;
	}
	footer > div > dl {
		display: block;
	}
	footer > div > dl dt {
		width: 100%;
		padding: 5px 0;
		display: block;
	}
	footer > div > dl dd {
		margin-top: 10px;
		padding-left: 0;
		text-align: center;
		display: block;
	}
	footer > div > dl dd br:nth-child(1),
	footer > div > dl dd br:nth-child(3),
	footer > div > dl dd br {
		display: block;
	}
}
@media screen and (max-width:500px) {
	h1 img {
		width: auto;
		/*height: 9.5vw;*/
		height: 6.5vw;
	}
}
/***** ID *****/
@media screen and (max-width:768px) {
	#container {
		width: 100%;
		margin: 0;
		background-size: contain;
	}
	#wrap {
		display: block;
	}
	#wrap_l {
		width: 100%;
		padding: 20px 15px;
	}
	#wrap_r {
		width: 100%;
		padding: 0;
	}
	#acceptance {
		margin: 0 0 20px 0;
	}
	#acceptance a {
		padding: 20px 0;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		color: var(--sub-color2);
		display: block;
		background: #fff;
		border-radius: 5px;
		transition: 0.5s;
	}
	#sponsorbnr {
		margin: 0 auto;
		width: 80%;
	}
	#copy {
		margin-top: 20px;
		padding-top: 20px;
		text-align: center;
		border-top: #fff 1px solid;
	}
}
/***** nav *****/
#nav li {
	border-bottom: #fff 1px dotted;
}
#nav li a {
	padding: 15px;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}
#nav .focus a {
	color: #333;
	background-color: #fff;
}
@media only screen and (max-width : 768px) {
	#menu_btn {
		top: 15px;
		right: 10px;
		transition: .3s;
		cursor: pointer;
		position: fixed;
		z-index: 9999;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 18px;
		height: 17px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--base-color);
		transition: all .2s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 70%;
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	#menu_btn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}
	#nav {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding-top: 60px;
		background: var(--base-color);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
		transform: translate(100%);
		transition: all .5s;
	}
	#nav.open {
		transform: translateZ(0);
	}
	#nav li {
		padding: 0;
	}
	#nav li a {
		position: relative;
		padding: 15px 10px;
		color: #fff;
	}
}
@media print, screen and (min-width : 769px) {
	#menu_btn, .overlay {
		display: none;
	}
	#nav ul {
		/*display: flex;
    flex-wrap: wrap;*/
	}
	#nav li {
		position: relative;
	}
	#nav li:first-child {
		border-top: #fff 1px dotted;
	}
	#nav li a {
		transition: .4s;
	}
	#nav li a:hover {
		padding-left: 16px;
		background-color: rgba(255, 255, 255, 0.3);
	}
}
/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/***** margin *****/
/*
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mb3 {
	margin-top: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
*/
/***** リスト *****/
.disc {
	margin-left: 20px;
	list-style-type: disc;
}
.deci {
	margin-left: 25px;
	list-style-type: decimal;
}
.num li {
	margin-left: 1em;
	text-indent: -1em;
}
.li_mb5 li {
	margin-bottom: 5px;
}
.li_mb5 li:last-child {
	margin-bottom: 0;
}
.li_mb10 li {
	margin-bottom: 10px;
}
.li_mb10 li:last-child {
	margin-bottom: 0;
}
/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}
.ft_l {
	font-size: 1.8rem;
}
.ft_ll {
	font-size: 2.2rem;
}
/***** フォント太さ *****/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/***** ※ *****/
/*
.note {
	margin-top: 5px;
	margin-left: 1em;
	text-indent: -1em;
}
.note::before {
	content: "※";
}

.note_dl, .note_dl_s {
	margin-top: 5px;
}
.note_dl dt {
	width: 2.5em;
	float: left;
	clear: left;
}
.note_dl dd {
	margin-bottom: 3px;
	padding-left: 2.5em;
}
.note_dl_s dt {
	width: 1.5em;
	float: left;
	clear: left;
}
.note_dl_s dd {
	margin-bottom: 3px;
	padding-left: 1.5em;
}
*/
/***** 位置 *****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
/***** 色 *****/
/*
.red {
	color: #cc0000;
}
.blue {
	color: #0580c4;
}
.black {
	color: #000;
}
*/
/***** 取り消し *****/
.cancel {
	text-decoration: line-through;
}
.cancel > span {
	color: #000;
}
/***** 下線 *****/
.u_line {
	text-decoration: underline;
}
.marker {
	margin-right: 5px;
	padding: 1px 5px;
	background-color: #ffecec;
	display: inline-block;
}
/***** 上付き *****/
.sup {
	font-size: 0.8em;
	vertical-align: super;
}
/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
/***** ボタン *****/
.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.inner .btn:first-child, .inner_item .btn:first-child {
	margin-top: 0;
}
.inner .btn:last-child, .inner_item .btn:last-child {
	margin-bottom: 0;
}
.btn .no_link {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
	border-radius: 5px;
	display: block;
}
.btn a {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #fff;
	border: 3px solid;
	border-color: var(--base-color);
	border-radius: 5px;
	background: var(--base-color);
	display: block;
	transition: all 0.4s;
}
.btn a:hover {
	color: #333;
	background-color: #fff;
	border: 3px solid;
	border-color: var(--base-color);
	display: block;
}
.btn2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}
.btn2 li:nth-child(odd) {
	margin-right: 2%;
}
.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
	.btn .no_link {
		padding: 10px 0;
	}
	.btn a {
		padding: 10px 0;
	}
	.btn2 {
		display: block;
	}
	.btn2 li {
		width: 100%;
		display: block;
	}
	.btn2 li:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 2%;
	}
	.btn_s {
		width: 100%;
	}
	.btn_m {
		width: 100%;
	}
	.btn_l {
		width: 100%;
	}
}
/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--sub-color2);
	transition: 0.5s;
}
#pagetop a:hover {
	opacity: 0.7;
}
#pagetop a::before {
	content: "";
	border-right: 9px solid transparent;
	border-bottom: 11px solid #fff;
	border-left: 9px solid transparent;
	display: block;
	color: #fff;
}
@media screen and (max-width:768px) {
	#pagetop img {
		width: 50px;
	}
}
#info_nav li {
	margin-bottom: 10px;
}
#info_nav li img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#info_nav li {
		margin-bottom: 10px;
		text-align: center;
	}
	#info_nav li:last-child {
		margin-bottom: 0;
	}
	#info_nav li img {
		width: 250px;
	}
}



.agreement_kei {
	padding-bottom: 4px;
	line-height:1.3;
}

