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

.pd-ct
{
	
	padding:90px 0 100px 0;

}
.title-parent, .info-contact
{
	text-align:left;
	padding-left:350px;
}
.title-contact
{
	border-bottom:1px solid #C1C1B2;
	padding-bottom:22px;
}
.info-contact span.ct-tel-text
{
	font-size:20px;
	line-height:67px;
	color:#4D4D4D;
	vertical-align:middle;
}
.info-contact span.ct-text-info
{
	font-size:45px;
	line-height:67px;
	color:#95721D;
	vertical-align:middle;
	font-weight:bold;
}
.info-contact span.ct-fax-text
{
	font-size:18px;
	line-height:67px;
	vertical-align:middle;
}
.info-contact span.ct-fax-info
{
	font-size:28px;
	line-height:67px;
	vertical-align:middle;
}
.info-contact
{
	padding-top:35px;
}
.wrap-page-orange {
    padding: 95px 0 95px;
}
.wrap-page-orange .title-ct-child h3
{
	color: #5c5c33;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
	text-align:center;
}
.title-ct-child
{
	border-bottom:2px solid #C1C1B2;
	padding-bottom:22px;
}
.form-ct
{
	padding:30px 150px 5px 150px;
}
.form-ct-note
{
	font-size:14px;
	line-height:26px;
	color:#585858;
}
span.red
{
	color:#f00;
	font-size:14px;
}
.form-ct-content
{
	padding-top:15px;
	font-size:18px;
	line-height:30px;
	color:#585858;
}
.item-text, .item-input
{
	float:left;
}
.item-text
{
	width:23%;
}
.item-input
{
	width:77%;
}
.item-input .input
{
	 width: 100%;
	 border:1px solid #C9C8B9;
	 border-radius:8px;
	 padding:5px 10px;
	 font-size:14px;
}
.item-input .textarea
{
	width:100%;
	border:1px solid #C9C8B9;
	border-radius:10px;
	resize: none;
	height:190px;
	padding: 10px;
	font-size:14px;
}
.row-item-ct
{
	border-bottom:1px dashed #C1C1B2;
	padding: 10px 0;
}
.row-item-ct:last-child
{
	border-bottom:none;
}
.btn-contact
{
	text-align:center;
	 padding-top: 25px;
}
.btn-contact button.btn-contact
{
	background:#96731E;
	color:#fff;
	font-size:30px;
	border:none;
	border-radius:8px;
	cursor:pointer;
	padding:5px 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title-ct-child h3 {
    color: #5c5c33;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.wrap-contact-info
{
	padding:100px 0;
}
.text-contact-child
{
	font-size:15px;
	line-height:27px;
	color:#595757;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:25px 150px 0;
	text-align: justify;
}
.text-contact-child .pd-text
{
	padding-left:15px;
}

.btn-contact a.ct-submit
{
	background: #96731e none repeat scroll 0 0;
    border: medium none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 30px;
    line-height: 52px;
    padding: 6px 25px;
	margin-left: 12px;
}
.btn-contact a.ct-submit:hover
{
	text-decoration:none;
}
.pd-text ol 
{
	padding-left:20px;
}
.pd-text ol li
{
	list-style: inherit;
	padding-bottom:25px;
}

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

.title-parent, .info-contact
{
	text-align:center;
	padding-left:0px;
}
.form-ct
{
	padding:30px 0 5px;
}
.text-contact-child
{
	padding:25px 0 0;
}
}
@media screen and (max-width:768px) 
{
.pd-ct
{
	padding:50px 0;
}
.wrap-page-orange .title-ct-child h3, .title-ct-child h3
{
	font-size:24px;
	line-height:30px;
}
.wrap-page-orange, .wrap-contact-info
{
	padding:50px 0;
}
.form-ct-content
{
	font-size:15px;
	line-height:28px;
}
.btn-contact button.btn-contact
{
	font-size:24px;
	line-height:40px;
	padding:0 20px;
}

.btn-contact a.ct-submit
{
	font-size:24px;
	line-height:40px;
	padding:5px 20px;
}

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

.form-ct-content
{
	font-size:13px;
	line-height:24px;
}
.title-ct-child
{
	padding-bottom:10px;
}
.text-contact-child
{
	font-size:14px;
	line-height:24px;
}
.text-contact-child .pd-text
{
	padding-left:0;
}

}
@media screen and (max-width:480px) 
{
.item-text
{
	width:30%;
}
.item-input
{
	width:70%;
	padding-left:5px;
}
}
@media screen and (max-width:460px) 
{

.info-contact span.ct-tel-text, .info-contact span.ct-fax-text
{
	font-size:16px;
	line-height:40px;
}
.info-contact span.ct-text-info, .info-contact span.ct-fax-info
{
	font-size:28px;
	line-height:40px;
}
.title-parent h3, .wrap-page-orange .title-ct-child h3, .title-ct-child h3
{
	font-size:16px;
	line-height:24px;
}
.title-contact
{
	padding-bottom:10px;
}
.text-contact-child
{
	text-align:left;
}
.btn-contact button.btn-contact
{
	font-size:20px;
	padding:0 30px;
}

.btn-contact a.ct-submit
{
	font-size:20px;
	padding:7px 30px;
}

}