@charset "utf-8";

:root {
	--fsize-10: .625rem;
	--fsize-12: .75rem;
	--fsize-13: .8125rem;
	--fsize-14: .875rem;
	--fsize-15: .9375rem;
	--fsize-18: 1.125rem;
	--fsize-20: 1.25rem;
	--fsize-22: 1.375rem;
	--fsize-24: 1.5rem;
	--fsize-26: 1.625rem;
	--fsize-28: 1.75rem;
	--fsize-30: 1.875rem;
	--fsize-32: 2rem;
	--fsize-34: 2.0875rem;
	--fsize-36: 2.25rem;
	--fsize-40: 2.5rem;
	--fsize-42: 2.625rem;
	--fsize-44: 2.75rem;
	--fsize-45: 2.8125rem;
	--fsize-46: 2.875rem;
	--fsize-48: 3rem;
	--fsize-52: 3.25rem;
	--fsize-54: 3.375rem;
	--fsize-56: 3.5rem;
	--fsize-60: 3.75rem;
	--fsize-64: 4rem;
	--fsize-72: 4.5rem;
	--fsize-100: 6.25rem;
	--fsize-130: 8.125rem;
	--font-base: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/* --font-header: "M PLUS 1 Code", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	--font-en: "Oswald", sans-serif;
	--font-YuGo: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--color-blue: #2A4A9D;
}

/*--- aform ---***/
/*
.aformbox{
	
}
	.aformbox .notice{
		margin:0 0 50px 0;
		padding:30px;
	}
		.aformbox .notice .tel{
			color:#C41526;
			font-size:3.2rem;
			font-weight:bold;
			position:relative;
			top:5px;
		}
*/

#contact_content{
	margin:0;
}
	#contact_content dl{
		padding:20px 0 20px 0;
		overflow:hidden;
		border-bottom:1px solid #D3D3D3;
	}
		#contact_content dl dt{
			font-weight:bold;
			width:400px;
			padding:0 15px 0 15px;
			float:left;
			/*background-color:#F0F0F8;*/
		}
			#contact_content dl dt span.aform-required{
				color:#FFF;
				font-size:12px;
				margin-top:8px;
				padding:2px 10px 2px 10px;
				background-color:#CB0106;
				display:inline-block;
				float:right;
			}
		#contact_content dl dd{
			/*padding:0 0 0 460px;*/
			width:calc(100% - 460px);
			float:right;
		}
			/*- form parts -*/
			#contact_content dl dd input,
			#contact_content dl dd textarea,
			#contact_content dl dd select{
				width:100%;
				padding:12px 15px 12px 15px;
				box-sizing:border-box;
			}
			#contact_content dl dd input[type="checkbox"],
			#contact_content dl dd input[type="radio"]{
				width:auto;
			}
			#contact_content dl dd label{
				margin-left:10px;
				margin-top:-1px;
			}
			#contact_content dl dd ul{
				margin-left:0;
			}
				#contact_content dl dd ul li{
					margin-left:0;
				}
					#contact_content dl dd ul li::marker{
						content:none;
					}
					#contact_content dl dd ul li label{
						
					}

.submit,
.aform-button-area{
	max-width: 264px;
	width: 100%;
	height: 58px;
	margin: 50px auto 0;
}
	.submit input,
	.aform-button-area input{
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		font-size: var(--fsize-22);
		line-height: 1;
		width: 100%;
		height: 100%;
		border-radius: 30px;
		color: #333;
		border: 1px solid #707070;
		transition: all .5s ease;
	}
	.submit input:hover,
	.aform-button-area input:hover{
		background-color: var(--color-blue);
		color: #FFF;
		border: 1px solid var(--color-blue);
		cursor:pointer;
	}
	
#aform-confirm-form .aform-button-area{
	max-width:560px;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	input{
		width:264px;
		height:58px;
		margin-top:20px;
	}
}
	
/*.aform-hdln{
	font-size:2.0rem;
	font-weight:bold;
	margin:50px 0 15px 0;
	padding:0 0 5px 5px;
	border-bottom:1px dotted #808080;
}

.aformbox .about_inq .aform-radio-ul,
.aformbox .about_inq .aform-checkbox-ul{
	padding:15px 0 0 0;
}
	.aformbox .about_inq .aform-radio-ul li,
	.aformbox .about_inq .aform-checkbox-ul li{
		display:inline-block;
		margin:0 20px 0 0;
		padding:0;
	}
		.aformbox .about_inq .aform-radio-ul li input,
		.aformbox .about_inq .aform-checkbox-ul li input{
			width:auto;
			margin-right:5px;
		}
*/

#support .aform-header{
	display:none;
}

#support #aform_confirm_msg{
	margin:30px 0 0 0;
}


.aform-error{
	color:#F00;
}

.aform-inactive-msg{
	color:#FFF;
	font-weight:bold;
	background-color:#F00;
	margin:50px 0 0 0;
	padding:30px 10px;
	text-align:center;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 1515px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1515px) {




}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 1100px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1100px) {

#contact_content dl dt{
	width:300px;
}
#contact_content dl dd{
	width:calc(100% - 360px);
}

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 900px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 900px) {

#contact_content dl dt{
	width:100%;
	display:block;
	margin:0 0 20px 0;
	padding-left:0;
	float:none;
}
#contact_content dl dd{
	width:100%;
	display:block;
	padding:0;
}
	/*- form parts -*/
	#contact_content dl dd input,
	#contact_content dl dd textarea,
	#contact_content dl dd select{
		width:100%;
	}
#seminar .aformbox .aform-radio-ul,
#seminar .aformbox .aform-checkbox-ul{
	padding:0 0 0 0;
	margin:0;
}
	#seminar .aformbox .aform-radio-ul li{
		margin:0 0 0 0;
	}

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {


}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 650px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 650px) {



}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 550px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 550px) {




}