/* COMPANY /company */

@charset "utf-8";

#main {
	position: relative;
	z-index: 0;
}

.pwt-vat{ vertical-align: top;}

.lcl-box02 { 
	overflow: hidden;
    padding-bottom: 100px;
}

.lcl-box01__img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.lcl-table-wrp{
	width: 100%;
	/*float: left;*/
	border-top: 1px solid #a9cf52;
	border-bottom: 1px solid #a9cf52;
}
.lcl-table-tr{
	border-bottom: 1px solid #a9cf52;
}
.lcl-table-th{
	width: 180px;
	color: #80a037;
	background-color: #faf8ec;
	padding: 20px;
	font-weight: bold;
	position: relative;
}
.lcl-table-td{
	padding: 20px;
}
.lcl-table-td p{
	/*margin-bottom: 15px;*/
}
.lcl-form_hissu{
    background-color: #b31018;
    font-size: 11px;
    border-radius: 8px;
    color: #fff;
    padding: 3px 6px;
    position: absolute;
    right: 20px;
}


.blockarea_link_btn {
    width: 280px;
    margin: 25px auto;
}

.blockarea_btn {
	display: inline-block;
	width: 280px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	outline: none;
	background-color: #e7b316;
	border: 2px solid #e7b316;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.blockarea_btn::before,
.blockarea_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.blockarea_btn,
.blockarea_btn::before,
.blockarea_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.blockarea_btn:hover {
	background-color: #fff;
	border-color: #e7b316;
	color: #333;
}
.blockarea_btn:hover::after{
	color: #333;
}
.blockarea_btn::after{
	content: " > ";
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    z-index: 3;
    line-height: 44px;
}

.lcl-form-submit-btn-back{
	background-color:#a3a3a3;
	border-color:#a3a3a3;
}

.blockarea_btn.lcl-form-submit-btn-back:hover {
    border-color: #a3a3a3;
}

/* PCのみ */
@media screen and (min-width: 768px) {
	.lcl-box01-tel{
		font-size: 20px;
		color: #80a037;
	}
	.lcl-box01-tel_ub{
		text-decoration: underline;
	}
	.lcl-form-radio{
		margin-bottom: 10px;
		margin-right: 8px;
	    vertical-align: top;
	}

	.lcl-box01__img--left{
		width: 63.5%;
		float: left;
		display: inline-block;
	}
	.lcl-box01__img--right{
		width: 36.5%;
		margin-bottom: 100px;
	}
	.lcl-form-inp{
		width: 350px;
	    padding: 7px;
	    border: 1px solid #ccc;
	    font-weight: initial;
	}
	
	.lcl-form-inp_short{
		width: 200px;
	    padding: 7px;
	    border: 1px solid #ccc;
	    font-weight: initial;
	}

	.lcl-form-txtarea{
		width: 100%;
		height: 200px;
		border:1px solid #ccc;
		padding: 7px;
	}
	.lcl-form-address_txt{
		padding-left: 20px;
	}

	.lcl-contact_btn_page2{
		width: 600px;
		margin: auto;
		position: relative;
	}
	.lcl-contact_btn_page2 .blockarea_link_btn{
		display: inline-block;
		float: left;
	}
	.lcl-contact_btn_page2 .blockarea_link_btn:first-child{
		margin-right: 40px;
	}
	.lcl-table-td label{
		width: 100%;
	    display: block;
	    margin-bottom: 7px;
	}

	.lcl-box01__img--01{
		background-image: url(../img/img_01.jpg);
	    width: 100%;
	    background-size: contain;
	    height: 40px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}
	.lcl-box01__img--02{
		background-image: url(../img/img_02.jpg);
	    width: 100%;
	    background-size: contain;
	    height: 40px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}
	.lcl-box01__img--03{
		background-image: url(../img/img_03.jpg);
	    width: 100%;
	    background-size: contain;
	    height: 40px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}

}

@media screen and (max-width: 767px) {
	.lcl-box02 {  }

	.lcl-box01__img--left{
		margin-top: 40px
	}

	.lcl-box02 {
	    padding: 0;
	}
	.lcl-table-wrp {
	    float: none;
	    margin-bottom: 50px;
	}
	.lcl-table-th {
	    width: 100%;
	    display: block;
	    padding: 20px;
	}
	.lcl-form_hissu {
	    position: relative;
	    margin-left: 40px;
	}
	.lcl-table-td {
		width: 90%;
	    display: block;
	    padding: 20px 0;
	    margin: auto;
	}

	.lcl-box01-tel {
	    text-align: center;
	    margin: 15px 0;
	    color: #80a037;
	    font-size: 20px;
	}
	.lcl-box01-tel_ub {
	    text-decoration: underline;
	}
	.lcl-form-inp{
		width: 95.5%;
		margin:auto;
		border:1px solid #ccc;
	    padding: 7px;
	}
	.lcl-table-td label {
	    display: inline-block;
	    width: 50%;
	    margin: 7px 0;
	}
	.lcl-form-inp_short{
		width: 200px;
	    padding: 7px;
	    border: 1px solid #ccc;
	    font-weight: initial;
	}
	.lcl-form-address_txt {
	    display: block;
	    margin-bottom: 10px;
	}
	.lcl-form-txtarea{
			width: 95.5%;
			margin:auto;
			border:1px solid #ccc;
		    padding: 7px;
	}

	.lcl-box01__img--01{
		background-image: url(../img/sp/sp_contact_01.jpg);
	    width: 100%;
	    background-size: contain;
	    height: 80px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}
	.lcl-box01__img--02{
		background-image: url(../img/sp/sp_contact_02.jpg);
	    width: 100%;
	    background-size: contain;
	    height: 80px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}
	.lcl-box01__img--03{
		background-image: url(../img/sp/sp_contact_03.jpg);
	    width: 100%;
	    background-size: contain;
	    height: 80px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}

	.sp_tac{
		text-align: center;
	}


}