/*メインビジュアル
===============================*/
.main-visual {
		background-image: url('../img/contact/main.jpg');
}
@media screen and (max-width: 1024px) {
		.main-visual {
				background-image: url('../img/contact/sp/main.jpg');
		}
}
/*.section-1
===============================*/
.section-1 .top_text{
	width: 80%;
	margin:0 auto 40px;
}
.section-1 .top_text.finish{
	background-color: #00cbd6;
	color: #fff;
	padding: 10px;
}
.ud_layer table th{
	text-align: center;
	background-color: #f0f0f0;
}
.ud_layer table th,
.ud_layer table td{
	border:1px solid #b5b0b0;
}
.section-1 form td input{
	display: block;
	width:100%;
	height:35px;
	margin:0;
	padding: 15px;
	border: 1px solid #b5b5b5;
}
.section-1 form td input[type="tel"]{
	display: inline-block;
	width: 25%;
}
.section-1 form td textarea[name="contents"]{
	width:100%;
	height:150px;
	margin:0;
	padding:15px;
}
.section-1 form td.tel{
	text-align:left;
}
.section-1 ul{
	width:570px;
	margin: 50px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex; display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content:
	space-between;
	justify-content: space-between;
}
.section-1 ul li button,
.section-1 ul li input{
	padding:10px 0;
	width:240px;
	margin:0;
}
.section-1 input[type="button"]{
	width:300px;
	border:1px solid #000;
	background:#fff;
	padding:20px 0;
}
.section-1 .send_message{
	text-align: center;
	color: #ff0000;
}
.section-1 .tel {
	width: 100%;
	margin: 0 auto;
}
.section-1 ul li button{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	box-shadow: none;
	outline: none;
	border: none 0;
}
.section-1 ul li:nth-child(1) button{
	background: #deb000;
}
.section-1 ul li:nth-child(2) button{
	background: #545454;
}
.section-1 ul li button:disabled{
	opacity: .65;
	cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
			.section-1 .top_text{
			width: 100%;
		}
	.section-1 .sec1{
		width: auto;
		margin: 0 2% 8%;
		overflow: hidden;
	}
	.section-1 .sec1 p.top_text{
		width: auto;
		margin: 0 3% 5%;
	}
	.section-1 form p.top_text{
		border-bottom:1px solid #ccc;
		padding-bottom:1%;
	}
	.ud_layer table tr:not(:first-of-type) th,
	.ud_layer table td{
		border-top:none;
	}
	.section-1 form td.tel1,
	.section-1 form td.tel2{
		text-align: center;
	}
	.section-1 form td input[name="name"],
	.section-1 form td input[name="kana"],
	.section-1 form td input[type="email"]{
		width:94%;
		margin: 0 auto;
		display: block;
		padding: 25px 4%;
	}
	.section-1 form td input[type="tel"]{
		width:29%;
		padding: 25px 4%;
	}
	.section-1 form td textarea[name="contents"]{
		display: block;
		height: 100px;
	}
	.section-1 ul{
		display: block;
		width:100%;
		margin-top:5%;
	}
	.section-1 ul li {
		text-align: center;
	}
	.section-1 ul li button{
		width: 80%;
		text-align: center;
		color: #fff;
		padding: 4% 0;
		margin: 0 0 5%;
	}
}
/*.section-2
===============================*/
.ud_layer section:nth-of-type(even){
	background-color:#fff;
}
.section-2{
	text-align: center;
}
.section-2 .section-inner{
	border-top:1px dotted #b5b0b0;
}
.section-2 .tel_numb{
	display: inline-block;
	/*width: 300px;*/
	height: 60px;
	line-height: 60px;
	background-color: #deb000;
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 20px 0;
	padding:0 20px;
}
/*.section-2 .tel_numb .icon{
	position: relative;
	padding-left:40px;
}*/
/*.section-2 .tel_numb .icon::before{
	position: absolute;
	top:3px;
	left:0;
	content: "";
	background:url(../img/contact/icon_phone.png) no-repeat;
	background-size:36px 36px;
	width: 36px;
	height: 36px;
}*/
/* プライバシーポリシー同意エリア */
.privacy{
    border: 1px solid #000;
    max-width: 960px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    background: #fff;
    margin: 20px auto;
    line-height: 1;
}
.privacy > .inner{
    padding: 15px;
}
.privacy h2{
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-size: 1.6rem;
}
.privacy dl div{
    margin-bottom: 20px;
}
.privacy dl div dt{
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.privacy dl div dt::before{
	content: "(1)";
	margin-left: -1em;
}
.privacy dl div:nth-of-type(2) dt::before{
	content: "(2)";
}
.privacy dl div:nth-of-type(3) dt::before{
	content: "(3)";
}
.privacy dl div:nth-of-type(4) dt::before{
	content: "(4)";
}
.privacy dl div:nth-of-type(5) dt::before{
	content: "(5)";
}
.privacy dl div:nth-of-type(6) dt::before{
	content: "(6)";
}
.privacy dl div:nth-of-type(7) dt::before{
	content: "(7)";
}
.privacy dl div:nth-of-type(8) dt::before{
	content: "(8)";
}
.privacy dl div:nth-of-type(9) dt::before{
	content: "(9)";
}
.privacy dl div:nth-of-type(10) dt::before{
	content: "(10)";
}
.privacy dl div:nth-of-type(11) dt::before{
	content: "(11)";
}
.privacy dl div dd{
    font-size: 1.4rem;
    color: #595959;
    margin: 0 1em;
    line-height: 1.2;
}
.privacy dl div dd ul.two{
    display: block;
    margin: 0;
}
.privacy dl div dd ul.two li{
    margin-bottom: 5px;
    padding-left: 1em;
}
.privacy dl div dd ul.two li:before{
    content: "・";
    margin-left: -1em;
}
.privacy dl div dd ul.two li:last-of-type{
    margin-bottom: 0;
}
.privacy dl div dd table,
.privacy dl div dd table th,
.privacy dl div dd table td{
	border: 1px solid #333;
	border-collapse: collapse;
}
.privacy dl div dd table{
	width: 100%;
	color: #333;
}
.privacy dl div dd table th{
    width: 20%;
    padding: 15px;
}
.privacy dl div dd table td{
    padding: 15px;
}
.privacy dl div dd table td ul{
    display: block;
    margin: 0;
}
.privacy dl div dd table td ul li{
    margin-bottom: 5px;
    padding: 0;
}
.privacy dl div dd table td ul li::before{
	content: none;
}
.privacy dl div dd table td ul li:last-of-type{
	margin-bottom: 0;
}
.privacy-check-wrapper {
    text-align: center;
    margin: 10px 0 0;
}
.privacy-check-wrapper label {
    vertical-align: middle;
}
@media screen and (max-width: 1024px) {
	.privacy > .inner{
		padding: 4% 2%;
	}
	.privacy h2{
		font-size: 1.4rem;
	}
	.privacy dl div{
		margin-bottom: 10px;
	}
	.privacy dl div dt{
		font-size: 1.2rem;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.privacy dl div dd{
		font-size: 1.2rem;
	}
	.privacy dl div dd ul.two{
		display: block;
		margin: 0;
	}
	.privacy dl div dd ul.two li{
		text-align: left;
	}
	.privacy dl div dd table,
	.privacy dl div dd table th,
	.privacy dl div dd table td{
		border: 0;
	}
	.privacy dl div dd table{
		border: 1px solid #f0f0f0;
	}
	.privacy dl div dd table th{
		width: auto;
	}
	.privacy dl div dd table td{
		padding: 15px;
	}
	.privacy dl div dd table td ul li{
		text-align: left;
	}
}