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

  form Css

------------------------------*/
h2{
    font-weight: 600;
    letter-spacing: 0.25rem;
	font-size: 30px;
}
h2 span{
   	display: block;
    line-height: 1;
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 300;
	padding-top: 10px;
}
a.txt-link {
    text-decoration: underline;
    color: #007cd4;
}

#hero .main-ttl img{
	margin-bottom: 20px;
}

.inner {
    margin-bottom: 100px;
}

/* お電話案内 */
.tel{
	border: solid 1px #000;
    padding: 10px;
    background-color: #fbfbfb;
    font-size: 16px;
    margin: 0 auto;
    max-width: 750px;
    display: block;
}
.tel span{
	font-size: 200%;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* ボタン　資料請求問い合わせ */
.btn-document{
	display: block;
    max-width: 750px;
    color: #000;
    background: #fdc230;
    border: solid 2px #000;
    font-size: 150%;
	font-weight: 600;
    letter-spacing: .08em;
    margin: 20px auto;
    padding: 20px;
}
.btn-document:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 44px;
	margin-right: 15px;
	background: url("../img/icon-document.png") no-repeat center;
	background-size: contain;
}
.btn-document.contact:before{
	background: url("../img/icon-contact-sub.png") no-repeat center;
	background-size: contain;
}
.btn-document:after{
	content: "＞";
    margin-left: 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.btn-document {
		font-size: 100%;
		margin: 30px auto;
		padding: 15px 10px;
	}
	.btn-document:before {
		width: 20px;
		height: 22px;
	}
	.btn-document:after {
    	font-size: 14px;
	}
}


#contact-form .info{
	padding-top: 60px;
}
.form h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}
.form h3 span{
	display: block;
    border-top: solid 1px #000;
    padding-top: 10px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
}
.form h3 span img.icon-tri{
	margin: 0 5px;
	display: inline-block;
}
.form-box{
	margin-right: -20px;
	margin-bottom: 60px;
}
.form-box .item{
	width: 100%;
	padding-right: 20px;
	margin-bottom: 30px;
	flex-direction: column;
    align-self: flex-end;
}
.form-box .item.half{
	width: 50%;
}
.form-box .item dd{
	height: 50px;
    position: relative;
}
.form-box .item dd.necessary:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1.5em solid transparent;
    border-left: 1.5em solid #fdc230;
    position: absolute;
}
.form-box .input-box, .form-box select, .form-box textarea{
	width: 100%;
    border: none;
    background-color: #eeeeee;
    padding: 15px 20px;
}
.form-box dd.radio-btn{
	height: auto;
    background-color: #eeeeee;
    padding: 15px;
}
.form-box dd.radio-btn label{
	width: 33.3333%;
	padding-right: 20px;
}
.form-box dd.rado-btn input{
	width: 20px;
    height: auto;
    padding: 0;
}
.privacy{
	margin-bottom: 60px;
}
.entry-btn{
	width: 320px;
    padding: 6px 0;
    display: block;
    transition-duration: 0.3s;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
    background-color: #fdc230;
    border: solid 2px #000;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.entry-btn:hover{
	color: #fff;
	background-color: #000;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.inner {
		margin-bottom: 60px;
	}
	.privacy {
		margin-bottom: 30px;
	}
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#contact-form .info {
		padding-top: 30px;
	}
	.tel span {
    	font-size: 160%;
	}
	.form h3 {
		margin-bottom: 30px;
	}
	.form-box {
		margin-bottom: 30px;
	}
	.form-box .item{
		margin-bottom: 20px;
	}
	.form-box .item.half {
		width: 100%;
	}
	.form-box dd.radio-btn label {
    	width: 100%;
	}
}


.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}



