#conf table th
{
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#conf table td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

#conf table tr:first-child th,
#conf table tr:first-child td
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}


#end h2
{
	background-position: center bottom;
	text-align: center;
}




#contact_form .tel
{

}

#contact_form .tel h4
{
	font-size: 70px;
	color: #a40000;
	text-align: center;
	font-weight: bold;
}

#contact_form .tel h4 .tel_title
{
	font-size: 28px;
	line-height: 140%;
	color: #000;
	padding-right: 1em;
}

#contact_form .access
{
	padding-top: 1em;
}

#contact_form .access ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#contact_form .access ul li
{
	margin: 0px;
	padding: 0px;
	width: 49%;
	display: block;
	list-style-type: none;
}

#contact_form .access ul li:first-child
{
	float: left;
}

#contact_form .access ul li:last-child
{
	float: right;
}


#contact_form .access ul li a
{
	background-color: #6C0;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#contact_form .access ul li a:before 
{
	font-family: "Font Awesome 5 Free";
	content: '\f3c5';
	font-weight: 900;
	margin-right: 10px;
}

#contact_form .access ul li a:hover
{
	background-color: #6C3;
	color: #FFF !important;
}


.contact_text
{
	text-align: left;
	margin-bottom: 1em;
}

#mail_form
{
	margin-bottom: 2em;
}




#contact_form .ind,
#contact_form .any
{
	font-size: 12px !important;
	display: inline-block;
	color: #FFF;
	background-color: #ff6600;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 12px;

}

#contact_form .any
{
	background-color: #6DB943;
}



#contact_form .list_img01
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

#contact_form .list_img01 li
{
	font-family: BlinkMacSystemFont, "Helvetica Neue", HiraginoSans, "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Roboto, "Droid Sans", "ƒƒCƒŠƒI", Meiryo, Verdana, "‚l‚r‚oƒSƒVƒbƒN", sans-serif;

	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	position: relative;
}

#contact_form .list_img01 li::before
{
	content: "E";
	position: absolute;
	left: 0px;
}

#contact_form .list_img01 li a
{
	color: #333;
	text-decoration: underline;
}



#mail_form table
{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#mail_form caption
{
	text-align: left;
}

#mail_form th
{
	font-size: 18px;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
	width: 240px;
	margin: 0px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;

}

#mail_form .th_center
{
	vertical-align: middle;
}



#mail_form th span
{

	font-size: 16px;
}



#mail_form th a
{
	margin-left: 0.2em;
}

#mail_form th p
{
	margin-bottom: 1em;
}

#mail_form td
{
	margin: 0px;
	font-size: 16px;
	line-height: 140%;
	padding-top: 20px;
	padding-right: 1em;
	padding-bottom: 20px;
	padding-left: 1em;

	text-align: left;
}

#mail_form td p
{
	margin-top: 1em;
}


#mail_form tr:last-child th,
#mail_form tr:last-child td
{
}


#mail_form td input[type=text],
#mail_form td input[type=date],
#mail_form td input[type=tel],
#mail_form dd textarea,#mail_form dd select,
#mail_form input[type=text],
#mail_form input[type=tel],
#mail_form dd textarea,#mail_form dd select
{
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	box-sizing: border-box;
}

#mail_form td input[type=file]
{
	margin-bottom: 10px;
}

#mail_form .group
{
	margin-bottom: 0.6em;
}

#mail_form .group span
{
	line-height: 100% !important;
	display: inline-block;
}


#mail_form .point
{
	padding-left: 1em;
	text-indent: -1em;
}


#mail_form .glay_box
{
	background-color: #f1f1f1;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: middle;
	line-height: 180%;
	border-bottom-style: none;
}

#mail_form .glay_box input[type=radio]
{
	margin-left: 1em;
}




#mail_form .err_msg
{
	color: #F00;
	display: block;
	padding-top: 4px;
}


#mail_form .questionnaire
{
	border-right-style: none;
	border-left-style: none;
}

#mail_form .questionnaire th
{
	color: #333;
	border-bottom-color: #9e8f87;
	background-color: transparent;
	border-right-color: #9e8f87;
	border-right-width: 1px;
	border-right-style: solid;
}



#mail_form_btn
{
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#mail_form_btn input
{
	height: 40px;
	width: 100px;
	margin-right: 4px;
	margin-left: 4px;
}

#mail_form_btn
{
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#mail_form_btn input
{
	height: 40px;
	width: 40%;
	margin-right: 4px;
	margin-left: 4px;
}

#mail_form .mail_send_btn
{
	text-align: center;
	padding-top: 0em;
}

#mail_form .mail_send_btn p
{
	text-align: center;
}

#mail_form .mail_send_btn p a:after
{
}


#mail_form .mail_send_btn input[type=submit],
#mail_form .mail_send_btn button[type=submit]
{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #ff6600;
	line-height: 100%;
	border: 2px solid #f60;
	text-align: center;
	width: 380px;
}


#mail_form .mail_send_btn input[type=submit]:after,
#mail_form .mail_send_btn button[type=submit]:after
{
}

#mail_form .mail_send_btn input[type=submit]:before,
#mail_form .mail_send_btn button[type=submit]:before
{

}


#mail_form .mail_send_btn input[type=submit]:hover,
#mail_form .mail_send_btn button[type=submit]:hover
{
	color: #ff6600 !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background-color: #FFF;
}

#mail_form .mail_send_btn input[type=submit]:hover:after,
#mail_form .mail_send_btn button[type=submit]:hover:after
{
}

#mail_form .mail_send_btn input[type=submit]:hover:before,
#mail_form .mail_send_btn button[type=submit]:hover:before
{
}





#mail_form .mail_send_btn button:after
{
}




.befor_btn,
.send_btn
{
	font-size: 16px;
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid #444;
	background-color: #FFF;
}

.befor_btn
{
}

.befor_btn:after,
.send_btn:before
{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: -1;
	background: var(--link-color);

}

.send_btn:before
{
	transform-origin: left top;
}

.befor_btn:hover,
.send_btn:hover
{
	color: var(--font-color) !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.befor_btn:hover:after,
.send_btn:hover:before
{
	transform: scale(1, 1);
}


.befor_btn:before,
.send_btn:after
{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	color: #444;

}

.befor_btn:hover:before,
.send_btn:hover:after
{
	color: var(--font-color) !important;

}




.befor_btn ,
.send_btn 
{
	padding-top: 4px !important;
	padding-right: 20px;
	padding-bottom: 4px !important;
	padding-left: 20px;
}

.befor_btn:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f100';
	font-weight: 900;
	margin-right: 10px;

}

.send_btn:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	margin-left: 10px;
}



#mail_form .table
{
	margin: 0px;
	padding: 0px;

}

#mail_form .table li
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 160px;
	list-style-type: none;
	_zoom: 1;
	overflow: hidden;
	vertical-align: bottom;
}


#mail_form .egbox
{

}

#mail_form .table li span
{
	_zoom: 1;
	overflow: hidden;
	display: inline-block;
	padding-right: 1em;
	padding-left: 20px;
	margin-top: -20px;
	position: relative;
	z-index: 0;
}

#mail_form .table li .img
{
	display: block;
	clear: both;
	float: none;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#mail_form .table li input
{
	position: relative;
	z-index: 100;
}


#contact_form .contact_box
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contact_form .contact_box h3
{
	text-align: center;
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 30px;
	font-weight: bold;
	color: var(--caption-color);
}

#contact_form .contact_box h4
{
	font-size: 22px;
	line-height: 120%;
	color: #1E1E4B;
	text-align: center;
	padding: 0px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contact_form .contact_box p
{
	font-size: 18px;
	line-height: 160%;
}


.small
{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 140% !important;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	border: 3px solid #000;
}

.small p
{
	font-size: 16px !important;
	text-align: justify;
	margin-bottom: 0px;
	color: #4C4644;
}

.small p a
{
	color: #009FE5;
	text-decoration: underline;
	pointer-events:none;
}


.small .tel
{
	font-size: 18px !important;
	text-align: center;
	line-height: 140%;
	background-color: transparent !important;
	color: #000;
}

.small .tel strong
{
	color: #000;
	display: inline-block;
	line-height: 100%;
}

.small .tel strong small
{
	display:block;
}

.small .tel_title
{
	color: #009FE5 !important;
}

.small .tel a
{
	font-size: 20px !important;
	line-height: 140%;
	color: #222 !important;
	text-decoration: none;
}

.small .tel a small
{
	font-size: 14px !important;
	line-height: 140%;
}

.small .tel small
{
	font-size: 14px !important;
	display: block;
}


.sent
{
	margin-top: 2em;
	margin-bottom: 50px;
	font-size: 25px;
	color: #fe4a26;
	font-weight: bold;
}


.comment
{
	font-family: BlinkMacSystemFont, "Helvetica Neue", HiraginoSans, "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Roboto, "Droid Sans", "ƒƒCƒŠƒI", Meiryo, Verdana, "‚l‚r‚oƒSƒVƒbƒN", sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #333;
	text-align: center;
}



.return
{
	margin-bottom: 100px;
}


.return a
{
	font-family: BlinkMacSystemFont, "Helvetica Neue", HiraginoSans, "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Roboto, "Droid Sans", "ƒƒCƒŠƒI", Meiryo, Verdana, "‚l‚r‚oƒSƒVƒbƒN", sans-serif;

	color: #FFF;
	background-color: #FF9800;
	display: inline-block;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.return a:hover
{
	color: #FFF !important;
	background-color: #C7B8B1;
}

#mail_form table
{
	width: 100%;
}


/* PC‚Ì‚ÝÝ’è  768 ˆÈã*/
@media screen and (min-width:768px)
{

#mail_form table
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#contact_form table th .ind,
#contact_form table th .any
{
}

.contact_box > p
{
	text-align: center;
}

.small
{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}


.small p
{
	text-align: center;
}

.small .tel a
{
	pointer-events:none;

}

.small .tel big
{
	margin-right: 60px;
}
.small .tel small
{
	text-align: right;
	padding-right: 100px;
}

}

/* ƒ^ƒuƒŒƒbƒgƒŒƒCƒAƒEƒg : 768 px ` 959 px*/
@media screen and (max-width:1199px)
{

#contact_form .contact_box
{
	width:auto;
}

#contact_form .contact_box h3
{
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 30px;
	font-weight: bold;
	color: var(--caption-color);
}

.small
{
	width: auto;
	margin-right: auto;
	margin-left: auto;
}


}

/* ƒXƒ}ƒzÝ’è  768 ˆÈ‰º*/
@media screen and (max-width:767px)
{

#contact_form .pad
{
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#contact_form .contact_box h3
{
	font-size: 24px;
	line-height: 120%;
}


#contact_form .map
{
	float: none;
	margin-right: 0em;
	margin-bottom: 1em;
}




#contact_form .tel h4
{
	font-size: 30px;
	color: #a40000;
	text-align: center;
	font-weight: bold;
	padding-top: 0.4em;
}

#contact_form .tel h4 a
{
	color: #a40000;
}

#contact_form .tel h4 .tel_title
{
	font-size: 20px;
	line-height: 140%;
	color: #000;
	padding-right: 1em;
}


#contact_form .access ul li
{
	width: auto;
}

#contact_form .access ul li:first-child,
#contact_form .access ul li:last-child
{
	float: none;
	margin-bottom: 1em;
}



#contact_form .wak_box
{
	padding: 6% !important;
}

#contact_form .body
{
	width: auto;
}


#mail_form
{
	padding: 0px;
}



#mail_form .questionnaire th
{
	border-right-style: none;
}



#mail_form .table li
{
	width: 49%;
	vertical-align: top;
}


#contact_form .contact_box
{
	width: auto;
}


.contact_text
{
	text-align: left;
	margin-bottom: 1em;
}

.thanks p
{
	margin-bottom: 1em;
	text-align: left;
}

.thanks .point
{
	width: 100%;
	line-height: 140%;
}

#mail_form_btn
{
	text-align: center;
	padding-top: 0em;
}


#mail_form .mail_send_btn 
{
	text-align: center;
}


#mail_form .mail_send_btn input[type=submit],
#mail_form .mail_send_btn button[type=submit]
{
}



#mail_form_btn button
{
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.befor_btn:before,
.send_btn:after
{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.befor_btn:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f100';
	font-weight: 900;
	margin-right: 10px;
}

.send_btn:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	margin-left: 10px;
}


.comment
{
	text-align: left;
	line-height:1.4em;
}

#contact_form .contact_box h3
{
	font-size: 26px;
	line-height: 140%;

}


.small
{
	width: auto;
	padding: 20px;
}

.small p
{
	text-align: justify !important;
}



.small p a
{
	pointer-events:auto;
}


.small .tel
{
	padding-top: 10px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}


.small .tel a
{
	font-size: 26px !important;
	line-height: 140%;
	display: block;
	color: #FFF !important;
	background-color: var(--link-color) !important;
}

.small .tel strong
{
	text-align: center !important;
	display: block;
}




}

/* ƒXƒ}ƒzÝ’è  599 ˆÈ‰º*/
@media screen and (max-width:599px)
{

#mail_form table
{
	width: 100%;
}

#mail_form th
{
	display: block;
	width: auto;
	border-bottom-style: none;
	background-image: none;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: left;
}

#mail_form td
{
	width: auto;
	display: block;

}


#conf th
{
	padding-bottom: 10px;
}

#conf td
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbd9df;
}


#mail_form .mail_send_btn input[type=submit],
#mail_form .mail_send_btn button[type=submit]
{
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


}
