@charset "utf-8";

.main-image img{
	width: 100%;
}
.contact-title{
	font-family: "Hind Siliguri", sans-serif;
	text-align:center;
	font-size: 40px;
    font-weight: bold;
    color: #7F7F80;
    margin-top: 40px;
    line-height: 1;
}
.contact-title-child{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #2D2D2D;
}
.container {
    width: 100%;
    max-width: 1000px;
	padding: 50px 60px;
    margin-right: auto;
    margin-left: auto;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.row{
	display: flex;
    flex-wrap: wrap;
	margin-right:-15px;
	margin-left: -15px;
	margin-top: 15px;
}
.form{
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.form-group{
    margin-bottom: 1rem;
}
.label {
	width: 174px;
    margin-right: 30px;
    padding-top: calc(.375rem + 4px);
    padding-bottom: calc(.375rem + 1px);
}
.form-control {
	width: 100%;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tel{
	width: 265px;
}
#textarea{
	width: 686px;
	height: 360px;
}
.badge {
    display: inline-block;
    padding: .45em .5em;
    margin-left: 0.5em;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.d-inline-block {
    display: inline-block !important;
}

::placeholder{
    color: #999;
  }

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block !important;
    width: 7% !important;
    line-height: 0.5 !important;
    height: 1.0rem !important;
}
.select{
	margin-bottom: 14px;
}
.select-box{
	width: 290px;
	padding-right: 27px;
    background-image: url(../img/entry/entry2.png);
    background-repeat: no-repeat;
    background-position:bottom 50% right 5px;
    background-size: 13px;
}
.arrow1{
  width: 17px;
  height: 17px;
  border: 4px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}

.text-center{
	text-align: center;
}
.btn {
    color: #fff;
    background-color: #0079c2;
    padding: 0.5rem 3.5rem;
    margin: 2rem auto 1.5rem;
    border-radius: .25rem;
    font-size: 18px;
}

.btn:hover{
    background-color: #999;
}

.privacy{
	text-align: center;
    font-size: 16px;
    color: #174f8e;
    text-decoration: underline;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin-top: 8px;
}
@media screen and (max-width: 950px){
	.form-group{
		
	}
	.item{
		
	}
	.form-control{
		
	}
}

@media screen and (max-width: 600px){
    .contact-title {
        font-size: 2rem;
    }

    .container {
        padding: 0 40px 50px;
    }

    #textarea {
        width: 100%;
        height: auto;
    }

    .btn {font-size: 1rem;
    }

}