@charset "utf-8";

#keyVisual{
	background: url("../../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}

/* ------------------------------------------------------------------------ */

/*  本文エリア

/* ------------------------------------------------------------------------ */

#contentsBlock > section{
	margin: 100px 0;
}

section .contents{
	text-align: left;
}

section .color{
	color: #001555;
	font-weight: 700;
}

.contents .lead{
	line-height: 2;
}

.contents .lead + .lead{
	margin-top: 1.5em;
}

.contents table{
	margin-top: 64px;
}

.cnt-payment{
	border: solid 3px #001555;
	padding: 20px;
	margin-top: 1.5em;
}

.cnt-payment dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-spacing-trim: trim-start;
}

.cnt-payment dl + dl{
	border-top: dashed 1px #001555;
	margin-top: 20px;
	padding-top: 20px;
}
.cnt-payment dl dt{
	font-weight: 700;
	color: #001555;
	width: 160px;
}

.cnt-payment li{
	text-indent: -1em;
	padding-left: 1em;
}

.cnt-payment li::before{
	content: "\f105";
	color: #001555;
	font-family: 'FontAwesome';
	line-height: 1;
	margin-right: 9px;
}

.form .in-container .box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.form .in-container .box + .box{
	margin-top: 20px;
}

.in-container .box dt{
	width: 100px;
}

.in-container .box dd{
	width: calc(100% - 100px);
}

@media screen and (max-width: 1023px){
	.form .in-container .box{
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	.in-container .box dd{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	#contentsBlock > section{
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px){
	.cnt-payment dl{
		flex-direction: column;
	}
	.cnt-payment dl dt{
		font-size: 1.6rem;
		padding-bottom: 5px;
	}
	
	.cnt-payment ul{
		margin-top: 8px;
	}
}

@media screen and (max-width: 424px){
	#tel1,#tel2{
		max-width: inherit;
		margin-left: 0 !important;
		margin-top: 10px;
	}
}


