@charset "utf-8";
/* CSS Document */


/*==============================*/
/* frame */
/*==============================*/
div.contactWrap{
	padding: 40px;
	background: #F3F3F3 url("/common/img/share/bg-texture.webp");	
}
div.contactWrap > div{
	padding: 80px 96px 96px 96px;
	background: #fff;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.contactWrap{
			padding: 28px;
		}
		div.contactWrap > div{
			padding: 72px 56px 80px 56px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.contactWrap{
			width: calc(100% + 48px);
			margin-left: -24px;
			padding: 18px 16px;
		}

		div.contactWrap > div{
			padding: 56px 24px 24px 24px;
			background: #fff;
		}
	}


/*==============================*/
/* Message */
/*==============================*/
div.contactMessage{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 80px;
	margin-bottom: 40px;
}
div.contactMessage::before, 
div.contactMessage::after {
	content: '';
	width: 30px;
	height: 30px;
}

div.contactMessage::before {
	position: absolute; top: 0; left: 0;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}
div.contactMessage::after {
	position: absolute; bottom: 0; right: 0;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

div.contactMessage p{ font-size: 15px;}
div.contactMessage p:not(:last-child){ margin-bottom: 16px;}

div.contactMessage h2{
	margin-bottom: 14px;
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 600;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.contactMessage{
			position: relative;
			max-width: 800px;
			margin: 0 auto;
			padding: 40px 40px;
			margin-bottom: 40px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.contactMessage{
			padding: 32px 28px;
			margin-bottom: 40px;
		}
	}



/*==============================*/
/* Contact */
/*==============================*/
div.contact dl{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.contact dl:not(:last-child){ margin-bottom: 40px;}

div.contact dl dt{
	position: relative;
	width: 280px;
	padding-top: 6px;
	color: #000;
	font-size: 17px;
	font-weight: 600;
}
div.contact dl dt span{
	position: absolute; top: 10px; right: 0;
	display: inline-block;
	padding: 2px 16px;
	background: #C1C1C1;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	line-height: 1.414em;
}
div.contact dl dt span.required{ background: #D43D3D;}

div.contact dl dd{ width: calc(100% - 280px - 32px);}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.contact dl dt{
			width: 256px;
			font-size: 16px;
		}
		div.contact dl dd{ width: calc(100% - 256px - 24px);}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.contact dl{ flex-direction: column; -webkit-flex-direction: column;}
		div.contact dl:not(:last-child){ margin-bottom: 32px;}

		div.contact dl dt{
			width: 100%;
			margin-bottom: 8px;
			padding-top: 0px;
			font-size: 16px;
		}
		div.contact dl dt span{ position: absolute; top: 0; right: 0;}

		div.contact dl dd{
			width: 100%;
		}
	}


/*-- 確認ページ
------------------------- */
#confirm div.contact dl dt{
	width: 240px;
	padding-top: 0px;
}
#confirm div.contact dl dt span{
	position: absolute; top: 4px; right: 0;
}
#confirm div.contact dl dd{
	font-size: 15px;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
	}


/*-- 
------------------------- */



