.home2020 .home-navigation h2｛
	font-size: 18px;
｝
.Text21 {
  font-size: 21px !important;
}


/* Form
   ---------------------------------------------------------------------------*/

.contact a:link, a:visited, a:active {
    color: #0074a2;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    outline: 0;	
}

h6 {
    font-size: 1.2em;
	font-weight: bold;
}
.promo {
    border-left: 5px solid #f28500;
    margin-bottom: 30px;
    padding: 15px 18px;
    position: relative;
    background-color: #36404d;
}
.promo h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 0;
    margin: 0;
    color: #FFFFFF;
}
.required {
    margin-left: 5px;
    padding: 4px 7px;
    font-size: 10px;
    line-height: 1.0;
    color: #fff;
    background-color: #CC3305;
    display: inline-block;
    border-radius: 3px;
}

.form-group {
	text-align: left;
}
/*入力テキストの位置調整*/
.input-lg {
    padding: 14px 16px 0;
}
/*textarea入力テキストの位置調整*/
.input-llg {
    padding-top: 20px;
}
.form-control.input-lg {
    resize: vertical;
 font-size: 1.1em;
}
.form-control.input-ll {
 font-size: 2em;
	height: 60px;
}
.form-control2 {
	display: inline-block;
	width: 85%;
}
/*フローティングラベル調整*/
/*cssを読み込む必要あり
https://cdn.rawgit.com/tonystar/bootstrap-float-label/v3.0.1/dist/bootstrap-float-label.min.css*/
.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 0.9em;
    opacity: .5;
    top: .3em;
    font-weight: 400;
}
.has-float-label label, .has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 0.4;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -8px;
    left: 16px;
    z-index: 3;
    line-height: 1.2;
    padding: 0 1px;
}
.has-float-label label::after, .has-float-label>span::after {
    background: none;
}

div.attention {
    border: thin solid #ccc;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 30px 15px;
	line-height: 1.8;
}
div.attention ul li {
    margin-bottom: 15px;
}
@media(max-width:767px) {
	/*form#mailformpro label {
		margin-top: 0;
	}*/
}


/* form -------------*/
p.formIitem {
	padding-top: 10px;
}
label {
	/*padding: 10px 0 0;*/
}
#contact-check label {
	padding: 0;
}
select {
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
h5.contact {
    font-size: 42px !important;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
}
h5.contact i {
	color: #ccc;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: #f00;
  transform: scale(2);
}

.select-box {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #e9e9e9;
}
.select-box select {
	width: 100%;
	padding: 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../contact/images/arrow-select.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#e9e9e9 100%);
	background: url(../contact/images/arrow-select.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#e9e9e9 100%);
	background-size: 20px, 100%;
}
.select-box2 select {
	width: 85%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../contact/images/arrow-select.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#e9e9e9 100%);
	background: url(../contact/images/arrow-select.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#e9e9e9 100%);
	background-size: 20px, 100%;
	display: inline-block;
}
.mfp_element_select-one {
	padding: 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../contact/images/arrow-select.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#e9e9e9 100%);
	background: url(../contact/images/arrow-select.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#e9e9e9 100%);
	background-size: 20px, 100%;
}
.BoxedArticle-privacy {
	margin: 20px 0;
	padding: 20px 40px 10px;
	border: 1px solid #e5e5e5;
}
.BoxedArticle-privacy h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.BoxedArticle-privacy p.agree {
	font-size: 12px;
	margin-bottom: 10px;
}
@media(max-width:767px) {
	h5.contact {
    	font-size: 36px !important;
	}
	.BoxedArticle-privacy {
	padding: 20px 20px 10px;
	}
	.mfp_element_select-one {
		padding: 10px 20px;
	}
}


.form-gray-fields .form-control {
  background-color: #f2f2f2;
  border-color: #e9e9e9;
  color: #333;
}
.form-gray-fields .form-control:focus {
  background-color: #eeeeee;
}



 /* Mailform pro 4 調整 -------------*/

/* 送信ボタン「確認画面」テキスト2重回避 */
.mfp_element_submit,.mfp_element_reset,.mfp_element_button {
	text-shadow: none;
}
.mfp_element_all {
	    max-width: 100%;
}
/*labelタグの位置調整*/
form#mailformpro label {
	margin-top: 13px;
    white-space: normal;
	display: inline-block;
	font-size: 1em;
	color: #000;
}
form#mailformpro label.mfp_not_checked {
    border: none;
}
div.mfp_err {
    padding: 0 0 0 15px;
    background: none;
	color: #F00;
}
@media(max-width:767px) {
	table#mfp_confirm_table tr th {
		display: block;
    	width: 100%;
	}
	table#mfp_confirm_table tr td {
		display: block;
    	width: 100%;
	}
}
