hr {
	box-sizing: content-box;
	height: 0
}
@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important
}

}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container:before, .container:after {
	content: " ";
	display: table
}
.container:after {
	clear: both
}

@media (min-width: 768px) {
.col-sm-3, .col-sm-9{
	float: left
}
.col-sm-3 {
	width: 25%
}
.col-sm-9 {
	width: 75%;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	}


.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1;
	}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 10px;
	
}

.form-group-sm .form-control {
	height: 31px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px
}
.form-group-sm select.form-control {
	height: 31px;
	line-height: 31px
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 31px;
	min-height: 34px;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.5
}

.form-group-lg .form-control {
	height: 48px;
	padding: 10px 16px;
	font-size: 19px;
	line-height: 1.33333;
	border-radius: 6px
}
.form-group-lg select.form-control {
	height: 48px;
	line-height: 48px
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 48px;
	min-height: 40px;
	padding: 11px 16px;
	font-size: 19px;
	line-height: 1.33333
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	pointer-events: none
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 28px
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table
}
.form-horizontal .form-group:after {
	clear: both
}

.fineCONTACT .control-label{
	border-left: 5px solid rgba(0,0,0,1.00);
	font-family: "UD Shin Go Regular";
/*	font-feature-settings : "palt";*/
	}



#contact .form-horizontal .control-label {
	text-align: left;
	font-size: 15px;
	padding: 6px 0px 6px 7px;
	}
#contact input[type=text], #contact input[type=password], #contact input[type=email], #contact input[type=url], #contact input[type=number] {
	height: 40px
}
#contact .form-group {
	margin-bottom: 70px;
	min-height: 50px
}
#contact .form-group .radio-inline, #contact .form-group .wpcf7-radio .wpcf7-list-item {
	margin-right: 30px
}
#contact .form-group .radio-inline, #contact .form-group .checkbox-inline {
	padding-left: 0px
}
/*
#contact .require {
	font-weight: bold;
	color: #C1272D;
	float: right;
	
}
*/


.form-group input{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}


.fineCONTACT{
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}


.wpcf7-list-item-label{
	margin-left: 10px;
}


.formbtn {
    display: block;
    width: 230px;
	height: 50px;
    margin: 50px auto;
    border: #2B7438 2px solid;
    padding: 10px 0;
    color: #2B7438;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
	font-weight: bold;
	background-color: #fff;
}
.formbtn:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
	right: -50px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: #2B7438 2px solid;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
}
.formbtn:hover {
	opacity: 0.8;
/*    background: #666666;*/
}
