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

.btn-info {
    background-color: #65c400!important;
    border-color: #65c400!important;
}
.btn-info:hover{
    background-color: #65c400;
    border-color: #65c400;
	opacity: 0.9;
}
.alert-info {
    color: #437f44;
    background-color: #d8efd6;
    border-color: #b9deb6;
}
.alert-danger {
    color: #437f44;
    background-color: #d8efd6;
    border-color: #b9deb6;
}

@media (min-width: 768px){
.inline{
	width: 140px;
	display: inline-block;
}
	
/* お問合わせテーブル */
.table.table-form th{ 
	width: 30%;
}

/* 電話・FAXでのお問合わせ */
.logo{
	margin-top: 40px;
	display: flex;
}
.logo>div:first-child{
	padding: 25px 40px;
	width: 390px;
	border-right: 5px solid #65c400;
	text-align: center;
}
.logo>div:first-child img{
	height: 56px;
}
.logo>div:last-child{
	position: relative;
}
.logo>div:last-child>div{
	position: absolute;
	width: 600px;
	height: 100px;
	top: 0;
	right: 0;
	left: 40px;
	bottom: 0;
	margin: auto;
	line-height: 2;
}
.logo>div:last-child>div>span{
	display: inline-block;
	margin: 0 10px;
}
.logo .span1{
	width: 170px!important;
}
.logo .span2{
	width: 30px!important;
	text-align: center;
}
.logo .span3{
	width: 180px!important;
}
.logo .tel img{
	width: 16px;
}
.logo .fax img{
	width: 26px;
}
.logo .mail img{
	width: 23px;
}
.logo a{
	color: #000;
}
.banner{
	padding-top: 100px;
	text-align: center;
}
.banner img{
	margin: 0 10px;
}

.alert-info {
    margin-top:70px;
}
.thanks{
	margin-top: 70px;
	text-align: center;	
}
}
@media (max-width: 767.98px) {
.inline{
	width: 60px;
	display: inline-block;
}

/* お問合わせテーブル */
.table.table-form,
.table.table-form tbody,
.table.table-form tr,
.table.table-form th,
.table.table-form td{ 
	display: block;
	width: 100%;
}
.table.table-form th{
	padding: 10px 10px 5px 10px;
}
.table.table-form td{
	padding: 0 10px 10px 10px;
	border-top: none;
}
.table.table-form tbody tr:last-child td{
	border-bottom: 1px solid #dee2e6;
}
	
/* 電話・FAXでのお問合わせ */
.logo{
	margin-top: 40px;
}
.logo>div:first-child{
	width: 100%;
	border-bottom: 3px solid #56ac57;
	text-align: center;
	padding: 10px 0;
}
.logo>div:first-child img{
	width: 80%;
}
.logo>div:last-child{
	position: relative;
}
.logo>div:last-child>div{
	width: 600px;
	top: 0;
	right: 0;
	left: 40px;
	bottom: 0;
	margin: auto;
	margin-top: 20px;
	line-height: 2;
}
.logo>div:last-child>div>span{
	display: inline-block;
	margin: 0 5px;
}
.logo .span1{
	margin-bottom: 5px!important;
	width: 170px!important;
}
.logo .span2{
	margin-bottom: 20px!important;
	width: 30px!important;
	text-align: center;
}
.logo .span3{
	margin-bottom: 20px!important;
	width: 180px!important;
}
.logo .tel img{
	width: 16px;
}
.logo .fax img{
	width: 26px;
}
.logo .mail img{
	width: 23px;
}
.logo a{
	color: #000;
}
	
.banner{
	padding-top: 50px;
	text-align: center;
}
.banner img{
	margin: 2px;
}
}


@media (min-width: 768px) {
}
@media (max-width: 767.98px) {
}
form label {
	margin-right: 1em;
}
