@charset "shift_jis";
/* --------------------------------------

	お問い合わせの前に (2023.09)
  #contact

-------------------------------------- */
/* FAQ example
-------------------- */
#contact .faqExp dl {
	padding: 1rem 0;
	border-bottom: 1px dotted #663300;
}
#contact .faqExp dl dt {
	margin-bottom: 10px;
	padding: 0 0 0 30px;
	background: url(/faq/images/faq_01.gif) 0 0 no-repeat;
	line-height: 1.6;
	font-weight: bold;
}
#contact .faqExp dl dd {
	padding: 0 0 0 30px;
	background: url(/faq/images/faq_02.gif) 0 0 no-repeat;
	line-height: 1.6;
}

#contact .faqExp .komeA01 {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
#contact .faqExp .komeA02 {
	display: block;
	padding-top: .5em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
}
/* infomation 
-------------------- */
/* event */
#contact .eventInfo {
	padding: 1rem 0;
	background-color: #ebf3ff;
}
#contact .eventInfo h3 {
	display: flex;
	align-items: center;
}
#contact .eventInfo h3 span {font-weight: bold;}
#contact .eventInfo h3::before {
	content: "";
	display: block;
	background: url(/contact/images/s_event.png) left center no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
/* kasite */
#contact .counterInfo {
	padding: 1rem 0;
	background-color: #fff0f5;
}

/* Button 
-------------------- */
/* wrap */
#contact .btnArea {
	margin-top: 35px;
	margin-bottom: 50px;
}
/* base */
#contact .btn {
	position: relative;
	display: table;
	padding: 0 25px;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	line-height: 1;
	text-align: center;
}
#contact .btn span {
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}
#contact .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	-ms-transform: rotate( -45deg );
	-webkit-transform: rotateZ( -45deg );
	-ms-transform: rotateZ( -45deg );
	transform: rotateZ( -45deg );
}
/* navy */
#contact .btnNavy {
	position: relative;
	padding: 1em 1.75em;
	border: 1px solid #00004a;
	background-color: #00004a;
}
#contact .btnNavy span {
	line-height: 1.4;
	text-align: left;
	color: #FFF;
}
#contact .btnNavy::after {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
/* gray */
#contact .btnGray {
	padding: 0.5rem 1rem;
	border: 1px solid #cccccc;
	background-color: #dcdcdc;
}
#contact .btnGray span {color: #663300;}
#contact .btnGray::after {
	border-right: 2px solid #663300;
	border-bottom: 2px solid #663300;
}
/* pink */
#contact .btnPink {
	border: 1px solid #ff6f8d;
	background-color: #ff6f8d;
}
#contact .btnPink span {color: #fff;}
#contact .btnPink::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* PopupIco x Button
-------------------- */
#contact .btnArea.popIco .btn span {position: relative;}
#contact .btnArea.popIco .btn span::before,
#contact .btnArea.popIco .btn span::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 4px;
	border-top: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #FFF;
}
#contact .eventInfo .btnArea.popIco .btn span::before,
#contact .eventInfo .btnArea.popIco .btn span::after {
	border-top: 2px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #00004a;
}
#contact .btnArea.popIco .btn span::before {
	top: 50%;
	left: -16px;
}
#contact .btnArea.popIco .btn span::after {
	top: 50%;
	left: -20px;
	margin-top: -4px;
}
