@charset "utf-8";


/* desktop */

*:focus {
outline: none;
}

#wrap {
}

#wrap #mainImage {
	height: 200px;
	background: url(../img/contact/main_image.jpg) center top repeat-x;
}

#wrap #contact section {
	min-height: 680px;
	padding: 80px 0 0 0;
	background: url(../img/common/section_bg.png) top center no-repeat;
}

#wrap #contact section .sectionBg {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

#wrap #contact section p {
	margin: 0 0 6px 0;
}

#wrap #contact section p dl dd img {
	width: 100%;
}

#wrap #contact section ul {
	margin: 20px 0 0 0;
}

#wrap #contact section ul li {
	width: 1000px;
	margin: 0 auto 20px auto;
}

#wrap #contact section ul li:last-child {
	margin: 0 auto;
}

#wrap #contact section ul li h3 {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 0 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 2.000em;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: url(../img/common/h3_bg.png) no-repeat;
}

#wrap #contact section ul li h4 {
	padding: 10px 0 0 0;
	font-size: 1.071em;
	font-weight: bold;
}

#wrap #contact section .tel {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 	4.286em;
	font-weight: bold;
	float: left;
}

#wrap #contact section .tel span {
	font-size: 0.600em;
}

#wrap #contact section .time {
	margin: 24px 0 0 10px;
	padding: 6px;
	font-size: 	1.429em;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}

#wrap #contact section table {
	width: 100%;
	border: 2px solid #493759;
	font-size: 1.143em;
	font-weight: normal;
	border: 2px solid #493759;
}

#wrap #contact section table tr th,
#wrap #contact section table tr td {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border-right: 2px solid #493759;
	border-bottom: 2px solid #493759;
}

#wrap #contact section table tr th {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
	color: #fff;
	background: #604876;
}

#wrap #contact section table tr td span {
	font-size: 0.857em;
}

#wrap #contact section table tr td .w100 {
	width: 100%;
}

#wrap #contact section table tr td textarea.w100 {
	height: 16em;
}

#wrap #contact section .tableTet {
	margin: 20px 0 0 0;
	text-align: center;
}

#wrap #contact section .submit {
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
}

#wrap #contact section .submit input {
	width: 342px;
	height: 62px;
	margin: 20px auto 80px auto;
 border: 0;
	background: url(../img/top/btn_bg.png);
}

#wrap #contact section .submit input:hover {
	cursor: pointer;
 opacity:0.5;
}

#wrap #contact section .clearfix .submit {
	width: 50%;
	float: left;
}

#wrap #contact section .submit.inner {
	border: none;
}

#wrap #contact section .personal {
	padding: 40px 0 0 0;
	border-top: 1px solid #fff;
}

#wrap #contact section .personal ul {
	margin: 20px 0 40px 0;
}

#wrap #contact section .personal ul li {
	margin: 0;
}

#wrap #contact section .personal ul li ul {
	margin: 0;
}

#wrap #contact section .personal ul li ul li {
	margin: 0;
}

#wrap #contact section .privacy_h3{
    padding-bottom: 10px;
}

.dot{
    list-style: none;
    position: relative;
    padding-left: 10px;
    margin-left: 10px!important;
}

.dot::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #604876;
    border-radius: 50%;
}

.cookie{
    margin-left: 10px!important;
}

.cookie .dot{
    margin: 0!important;
}

.space_bottom{
    padding-bottom: 10px;
}


/* smartphone */

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

br {
	display: block;
}

#wrap {
	background: url(../img/top/index_bg_sp01.png) center top no-repeat;
	background-size: contain;
}

#wrap #mainImageSp p img {
	vertical-align: bottom;
}

#wrap #contact section {
	padding: 20px 0 0 0;
	background: url(../img/common/section_bg_sp.png) top center no-repeat;
	background-size: contain;
	box-sizing: border-box;
}

#wrap #contact section .sectionBg {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

#wrap #contact section p {
	margin: 6px 0 0 0;
}

#wrap #contact section ul {
	margin: 10px 0 0 0;
}

#wrap #contact section ul li {
	width: 100%;
	margin: 0 0 10px 0;
}

#wrap #contact section ul li:last-child {
	margin: 0 auto;
}

#wrap #contact section ul li h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2px 0 2px 10px;
	font-size: 1.286em;
	line-height: 1.4;
	background: none;
	background: #333;
	box-sizing: border-box;
	border: 1px solid #f9f1af;
}

#wrap #contact section .tel {
	font-size: 2.429em;
	font-weight: bold;
	float: none;
}

#wrap #contact section .tel span {
	font-size: 0.600em;
}

#wrap #contact section .time {
	width: 100%;
	margin: 0;
	padding: 6px;
	font-size: 1.143em;
	text-align: center;
	float: none;
	box-sizing: border-box;
}

#wrap #contact section table {
}

#wrap #contact section table tr th,
#wrap #contact section table tr td {
	text-align: left;
	border-right: none;
	border-bottom: none;
	display: block;
}

#wrap #contact section .submit {
	width: 100%;
	height: auto;
	margin: 10px 0 60px 0;;
	background: none;
	background: linear-gradient(#e1e1e1, #fff);
	background-size: contain;
	font-size: 	1.000em;
	font-weight: bold;
	text-align: center;
	display: block;
	box-shadow: 2px 2px rgba(0,0,0,0.4);
}

#wrap #contact section .submit input {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 12px;
	background: none;
}

#wrap #contact section .clearfix .submit {
	width: 100%;
	margin: 20px 0 20px 0;
	float: none;
}

#wrap #contactBox .btn a {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.dot{
    margin-left: 0px!important;
}
.space_bottom{
    padding-bottom: 5px;
}






}

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

}

