/* common.css */

/* pv BIGIN */
.pv {
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
	z-index: 0;
}
.pv.tp {
	display: none;
}
.pv.bt {
	z-index: 2;
	display: none;
}
.pv .inner {
	margin: 0 auto;
	width: 9999px;
	height: auto;
}
.pv img {
	width: 100%;
	height: auto;
	line-height: 0;
	z-index: 0;
}
/* END PV */
* {
	font-family: Noto Sans, "Noto Sans JP", Arial, "メイリオ", Meiryo, sans-serif;
}
html {
	margin: 0 auto 0 auto;
	min-width: 1500px;
}
body {
	position: relative;
}
a {}
a:hover {
	opacity: 0.8;
}
p {
	font-size: 12px;
	line-height: 1.4167;
	color: #06062E;
}

/* parts */
a.linkbtn {

}
a.linkbtn::after {

}
a.linkbtn.typel {
}
a.linkbtn.typel::after {

}
a.linkbtn.typeb {

}
a.linkbtn.typeb::after {
	display: none;
}
.bg-gray {
	background-color: #F7F7F7;
}
.bg-org {
	background-color: #EDEADE;
}
.san {
	font-family: "Noto Sans JP" !important;
}
.fs32,
.page .fs32 {
	font-size: 32px;
}
/* anime */
.anime-ex {}
.fid {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fid;
	animation-name: fid;
	visibility: visible !important;
}
@-webkit-keyframes fid {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fid {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* 背景後に表示 */
.mask_wrap{
	display: table;
	overflow: hidden;
}
.mask-wrap .mask {
	display: table;
	position: relative;
	margin-bottom: .25em;
	left: -100%;
	overflow: hidden;
}
.mask-wrap .mask-bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

/* parts END */
/* tgl */
.tgl-lv-def,
.tgl-inp-def,
input[type="checkbox"].tgl-inp-def:focus {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	box-sizing: inherit;
	border-bottom: none;
	border-left: none;
}
.tgl-lv-def::before {}
.tgl-inp-def {}
.tgl-sld-def {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].tgl-inp-def:checked {}
input[type="checkbox"].tgl-inp-def:checked+.tgl-sld-def {
	max-height: 999px;
}
/* tgl END */
/* form  */
form {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 778px;
}
form input, form textarea {
	border: 1px solid #707070;
	margin: 0 0 4px 0;
	padding: 8px 8px;
	width: calc(100% - 8px - 8px - 2px);
}
form textarea {
	min-height: 400px;
}
.form-group {
	margin: 18px 0 0 0;
	width: 100%;
}
.form-group:nth-child(1) {
	margin: 0 0 0 0;
}
.form-group label, .form-group .inp {
	width: 100%;
	display: block;
	text-align: left;
}
.form-group label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-group label span {
	padding: 5px 0;
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 16px;
}
.form-group label span:nth-child(1) {}
.form-group label span:nth-child(2) {
	margin:  0 0 0 30px;
	padding: 5px 7px;
	background: #FF0000;
	color: #ffffff;
}
.form-group .inp {
	margin: 10px 0 0 0;
}
.policy-privacy {
	margin: 40px auto 0 auto;
}
.policy-privacy .in-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.policy-privacy input#check {
	width: 18px;
	height: 18px;
}
.policy-privacy .in-box label {
	padding: 0 0 0 38px;
	font-family: Hiragino Kaku Gothic ProN;
	font-size: 18px;
}
.policy-privacy .in-box a {
	color: #011569;
	text-decoration: underline;
}
.submit-btn {
	margin: 60px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 456px;
	position: relative;
}
.submit-btn::after {
	content: "";
	display: inline-block;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	margin: -8px 0 0 0;
	width: 10px;
	height: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: calc(24px + 10px);
}
.submit-btn input#submit {
	padding: 0px 66px;
	width: 100%;
	background: #366AAF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 20px;
	line-height: 3.1;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	outline: none;
}



/* form END */
/* common */
.cf {
	height: auto;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.none {
	display: none !important;
}
.pc,.pc-ib {}
.sp,.sp-ib {
	display: none !important;
}
/* COMMON END */
