@charset "UTF-8";
/* CSS Document */

.link {
	background-color:#10a9a6;
	padding:2px 10px 2px 10px;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.link:hover {
	color:#ffff99;
}
a.link2{color:#0097D6;text-decoration:none;}
a.link2:hover{color:#0097D6;}
a.link2:active, a:focus{outline:0;}

.telbox {
	display:block;
	margin: 0px 0px 40px 0px;
}
.telbox .box_border {
	display:block;
	width:680px;
	margin: 20px auto 20px auto;
	border: solid 1px #ccc;
	padding:20px;
	background-color:#EEE;
	text-align:center;
	line-height:1.8;
}
.telbox .box_border .name {
	display:block;
	font-size:24px;
}
.telbox .box_border .free {
	color:#e83416;
	font-size:36px;
	font-weight:bold;
}
.telbox .box_border .time {
	display:block;
	text-align:left
}
.telbox .box_border img {
	padding:10px 0px 10px 0px ;
}
.mailbox {
	display:block;
	margin: 0px 0px 20px 0px;
}

/* === フォームテーブル === */
#contents p.img_flow {
	display:block;
	margin: 0px auto 20px auto;
	text-align:center;
}
#contents p.img_flow2 {
	display:block;
	margin: 0px auto 20px auto;
	text-align:center;
}
#contents p.img_flow3 {
	display:block;
	margin: 0px auto 20px auto;
	text-align:center;
}
#contents div.contactTbl {
	margin-bottom:30px;
}
#contents div.contactTbl table {
	font-size: 14px;
	border:1px solid #CCC;
	width:1000px;
	margin: 0px auto;
}

#contents div.contactTbl table th,
#contents div.contactTbl table td {
	border-bottom:1px solid #CCC;
	line-height:1.8;
	padding:10px 15px;
	vertical-align:top;
}

#contents div.contactTbl table th {
	background-color:#ededed;
	text-align:left;
}
#contents div.contactTbl table th.w40{
	word-break: keep-all;
}

#contents div.contactTbl table td.err {
	background-color:#FFE6E2;
}
#contents div.contactTbl table td .formList ul li {
	float:left;
	width:220px;
}
#contents div.contactTbl table td .formList ul:after {
	clear:both;
}

#contents div.contactTbl table td p.err {
	color:red;
	margin-bottom:5px;
}

#contents div.contactTbl table div.frame {
	border:1px solid #CCC;
	height:150px;
	padding:10px;
	overflow:auto;
}
#contents div.addressHack {
	background:#FFF2EC;
	margin-top:10px;
	padding:10px;
}


#contents div.addressHack p {
	font-size:93%!important;
}

#contents div.addressHack p.mihon {
	color:red;
	font-size:22px!important;
}

/* === フォームテーブル === */
.textform_input{
	background-color: #FFFBE7;
	border: 1px solid #10a9a6;
	font-size: 13px;
	line-height: 140%;
	padding: 5px 5px;
	margin: 0px 0px 4px 0px;
	text-align: left;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.textarea_input{
	background-color: #FFFBE7;
	border: 1px solid #10a9a6;
	font-size: 13px;
	line-height: 140%;
	padding: 5px 5px;
	margin: 0px 0px 4px 0px;
	text-align: left;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.formBtn {
	margin-bottom:80px;
	text-align:center;
}

.formBtn p input {
	background-color:#666565;
	border:1px solid #666565;
	color:#FFF;
	display:inline-block;
	font-size:20px!important;
	margin:0 5px;
	padding:10px;
	text-align:center;
	width:180px;
	border-radius:5px;
}

.formBtn p input.orange {
	border:1px solid #10a9a6;
	background: #10a9a6;
	border-radius:5px;
}
::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}


.contactLeadArea {
    width: 100%;
    padding: 50px 0 50px;
    background-color: #E9F2F5;
    margin: 50px auto;
}
.contactLeadInner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contactLeadInner .img {
    width: 350px;
}
.contactLeadInner .textBlock {
    width: 525px;
}
.contactLeadInner .h2-contact {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 40px;
    margin-bottom: 33px;
}
.contactLeadInner .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 33px;
}
.contactLeadInner .text + .text {
    margin-top: 1em;
}
