@charset "UTF-8";


/* /////////////////////contactFormの設定///////////////////// */
.row.contactform {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.message {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #555555;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.message a {
	color: rgba(53,124,164,1.00);
}
a.policy  {
    color: #01712F;
    display: inline;
}
dt {
	color: #555555;
	font-family: "Noto Sans Japanese", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}
dt span {
	color: #357CA4;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

.chkbox input[type=checkbox] {
	width: 12px;
	height: 12px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#mail_form #form_submit #form_submit_button {
	background-color: rgba(53,124,164,1.00);
	height: auto;
}
li label .kind {
}
dd ul .chkbox {
	font-size: 16px;
	font-weight: lighter;
}


/* //////////////////////////////////////576px以下の設定（スマートフォン用）////////////////////////////////////// */

@media (max-width: 576px){
.row.contactform {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.contactform .col-md-12  {
    padding-left: 0px;
    padding-right: 0px;
}
.message {
	margin-bottom: 40px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
}
.policy {
	font-weight: bold;
}
.tel {
	font-weight: bold;
}
}

/* //////////////////////////////////////992px以上の設定（PC用）////////////////////////////////////// */

@media (min-width: 992px){
.row.contactform {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
}
.message {
    width: 992px;
    text-align: center;
}
}
