@charset "utf-8";


/* =============================================================================
お問い合わせ 共通
   ========================================================================== */
.br-sp {
display: none;
 }
.br-pc {
display: block;
 }

.contact .keyimages h2 {
   
}

@media screen and (max-width: 767px) {
	.br-sp {
	display: block;
	 }
	.br-pc {
	display: none;
	 }
}

/* =============================================================================
   電話エリア
   ========================================================================== */
#telSec .telInner {
	max-width: 697px;
	margin: 0 auto;
	border: 4px solid #37c0ff;
	padding: 50px;
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 767px) {
	#telSec .telInner {
		padding: 20px;
		display: block;
		text-align: center;
	}
	#telSec .telInner span {
		display: block;
		padding-top: 10px;
		font-size: 13px;
	}
	#telSec .telInner a img {
		width: 215px;
	}
	
	.contact .phone h3{
		font-size: 17px !important;
	}
	.contact .phone h4{
		font-size: 20px;
		margin: 0px auto 60px;
	}
	.contact .phone h4 span{
		font-size: 14px;
	}
	.contact .phone .box .number{
		font-size: 26px;
		padding-bottom: 10px;
	}
	.contact .phone .box .number:before{
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.contact .phone .box .hours{
		font-size: 13px;
	}
	.head-border {
    position: relative;
    padding: 0 55px;
} 
	.head-border:before,
	.head-border:after {
		content: '';
		position: absolute;
		top: 50%;
		width: 50px;
		height: 2px;
		background-color: #333;
	}
	.head-border:before {
		left: 15px;
	}
	.head-border:after {
		right: 15px;
	}
}

/* =============================================================================
   メールフォーム
   ========================================================================== */
/* =============================================================================
   フォーム
   ========================================================================== */
   #formWrap {
    max-width: 680px;
    margin: 0 auto;
}
.con_sec1 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.con_sec1 h4 {
	padding-bottom: 40px;
}
.con_sec1 .submit {
	padding-top: 60px;
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}
.con_sec1 .submit input {
	font-size: 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: none;
    outline: none;
    transition: .3s;
    background-color: #2442a2;
    width: 179px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	margin: 10px;
}
.con_sec1 .submit input:hover {
	background-color: #37c0ff;
	color: #2442a2;
}
.contact_02 {
	text-align: center;
}
.contact_02 a {
	font-size: 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: none;
    outline: none;
    transition: .3s;
    background-color: #2442a2;
    width: 250px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	margin: 10px;
}
#formWrap p {
    margin-bottom: 2em;
}
#formWrap .submit {
	padding-top: 60px;
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}

#formWrap .submit input {
	font-size: 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: none;
    outline: none;
    transition: .3s;
    background-color: #2442a2;
    width: 179px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	margin: 10px;
}
#formWrap .submit input:hover {
	background-color: #37c0ff;
	color: #2442a2;
}

#mailSec .form table {
    width: 100%;
    margin-bottom: 50px;
}
#formWrap tr {
    border-bottom: 1px solid #ccc;
}



#formSec h2 {
	margin-bottom: 40px;
}
#formSec p.sub {
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}
#formSec p.sub a {
	text-decoration: underline;
	color: #2442a2;
}
#formSec .form {
	max-width: 710px;
	margin: 0 auto;
}
.c-w--130 {
	width: 130px !important;
}
.form form .address .right .address-txt {
    width: 100%;
}

.policy {
	background: url(../images/top/bgService.jpg);
	background-size: cover;
	background-position: top;
   padding-left: 10px;
   padding-right: 10px;
	padding-bottom: 50px;
	 margin: 0 auto;
}

.policy_01 dl dt.policyTtl {
	color: #2442a2;
}
@media screen and (min-width: 768px) {
	#mailSec .form th {
		width: 23%;
		padding: 20px;
		text-align: left;
		vertical-align: middle;
		font-size: 14px;
	}
	#mailSec .form td {
		width: 60%;
		padding: 20px;
	}
.form form dl {
		width: 100%;
		letter-spacing: -0.4em;
	}
.form form dl dt {
	padding: 20px 0;
    width: 30%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-weight: bold;
	}
.form form dl .hissu {
	position: relative;
	}
.form form dl .hissu:before {
	position: absolute;
	content: "必須";
	top: 20px;
    left: -50px;
	color: #fe0030;
	}
/*.form form dl dt span {
	color: #fe0030;
    padding-left: 10px;
    font-weight: normal;
	}*/
.form form dl dd {
	padding: 20px 0;
    width: 70%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
	}
.form form dl dd input,.form form dl dd textarea {
		width: 100%;
		padding: 20px;
		border: 1px solid #9d9d9d;
		background: #fff;
		border-radius: 5px;
	}
.form form .address .left {
		float: left;
		width: 30%;
	}
.form form .address .right {
		float: right;
		width: 70%;
	}
.form form .address .clear {
		clear: both;
	}

.form .submitbt {
    padding-top: 60px;
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}
.form .submitbt .btnSend {
	font-size: 16px;
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: none;
    outline: none;
    transition: .3s;
    background-color: #2442a2;
    width: 179px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	margin: 10px;
}
.form .submitbt input:hover {
	background-color: #37c0ff;
	color: #2442a2;
}
.form .submitbt .btnReset {
	font-size: 16px;
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: none;
    outline: none;
    transition: .3s;
    background-color: #d8d8d8;
    width: 179px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #838282;
    margin-left: auto;
    margin-right: auto;
	margin: 10px;
}

   .policy {
	margin: 0 auto;
	padding: 200px 0 160px;
	
}
.policy_01 {
	background: #fff;
    padding: 30px;
    overflow: auto;
    max-width: 1096px;
    height: 530px;
	margin: 0 auto;
}
.policy_01 h3 {
	font-size: 20px;
	padding-bottom: 20px;	
}
.policy_01 dl dt {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
    padding-bottom: 10px;	
	}

.policy_01 dl dd {
	line-height: 2em;
}

}

@media screen and (max-width: 767px) {
	#formSec p.sub {
		text-align: left;
		letter-spacing: 0;
		margin-bottom: 60px;
		font-size: 14px;
	}
	.form form dl .hissu {
		position: relative;
		padding-left: 48px;
	}
	.form form dl .hissu:before {
		position: absolute;
		content: "必須";
		top: 20px;
		left: 0;
		color: #fe0030;
	}
	.form form dl dt {
		font-weight: bold;
		padding: 20px 0 10px;
	}
		.form form dd {
			padding-bottom: 10px;
		}
	.form form dd input,.form form dd textarea {
		width: 100%;
		line-height: 36px;
		padding-left: 30px;
		outline: none;
		background-color: #fff;
		border: 1px solid #9d9d9d;
		border-radius: 5px;
		}
	.form form .contact-txt {
		padding-bottom: 20px;
		}
	.form form .contact-txt span {
			color: #fe0030;
		}
	.top_contetn03_05 {
		padding-top: 35px;
		text-align: center;
	}
	.form .submitbt {
		padding-top: 30px;
		text-align: center;
		width: 100%;
		padding-bottom: 30px;
	}
	.form .submitbt .btnSend {
		font-size: 20px;
		cursor: pointer;
		position: relative;
		display: inline-block;
		border: none;
		outline: none;
		transition: .3s;
		background-color: #2442a2;
		width: 179px;
		height: 51px;
		line-height: 51px;
		text-align: center;
		color: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		margin: 10px;
	}
	.form .submitbt input:hover {
		background-color: #37c0ff;
		color: #2442a2;
	}
	.form .submitbt .btnReset {
		font-size: 20px;
		cursor: pointer;
		position: relative;
		display: inline-block;
		border: none;
		outline: none;
		transition: .3s;
		background-color: #d8d8d8;
		width: 179px;
		height: 51px;
		line-height: 51px;
		text-align: center;
		color: #838282;
		margin-left: auto;
		margin-right: auto;
		margin: 10px;
	}
	
	.policy {
		background: url(../images/top/bgService.jpg);
		background-size: cover;
		background-position: top;
	   padding-left: 10px;
	   padding-right: 10px;
		padding-bottom: 50px;
		 margin: 0 auto;
		
	}
	
	.policy_01 {
		margin: 0 auto;
		background: #fff;
		padding: 20px;
		overflow: auto;
		width: 100%;
		height: 300px;
		padding-top: 30px;
	}
	.policy_01 dl dt {
		font-size: 16px;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 10px;	
		}
	
	.policy_01 dl dd {
		line-height: 1.6em;
	}

}


/* =============================================================================

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