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


/*---------------------------------
main-images
---------------------------------*/

/*
.contact_details_main_images{
    width: 100%;
    min-width: 1100px;
    height: 1px;
    margin: 48px auto 0;
    overflow: hidden;
    background: url(/cms/wp-content/themes/daiei/blog/img/main_blog_details.png) no-repeat center;
    background-size: cover;
}
*/

/*---------------------------------
下層ページ アコーディオンナビ
---------------------------------*/
.contact_container{
    background: #fff;
    width: 100%;
    min-width: 1100px;
    margin: 0 auto;
}

/*---------------------------------
パンくず
---------------------------------*/
.breadcrumb_box{
    width:1000px;
    margin: 30px auto 0;
    font-family: "Noto Sans CJK JP";
    font-size: 13px;
}

/*---------------------------------
下層ページ article
---------------------------------*/
.page_section_contact01{
    width: 800px;
    margin: 50px auto;
}
.page_title{
    display: inline-block;
/*    width: 735px;*/
    font-size: 38px;
    font-weight: 100;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 15px;
    margin: 0 0 35px;
    border-bottom: 4px solid #ffe231;
}
.page_title_text{
    color: #184098;
    line-height: 1.8;
    font-size: 19px;
    font-family: "Noto Sans CJK JP";
}
.page_section_contact02{
    width: 800px;
    margin: 0 auto 15px;
}
.page_section_contact02 .required_text{
    color: #444;
    font-size: 14px;
}
.page_section_contact02 .required_title{
    padding: 0 5px 0 0;
    font-size: 14px;
    color: #3ca4f0;
}
.page_section_contact03{
    width: 800px;
    margin: 0 auto 80px;
    padding: 50px 0;
    background: #eee;

}
.page_section_contact03 .required_icon{
    font-size: 14px;
    color: #3ca4f0;
    padding: 0 0 0 5px;
}
.contact_table{
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
}
.contact_table th{
    text-align: right;
    padding: 0 20px 0 0;
    width: 30%;
    color: #444;
}
.contact_table th.message_th{
    vertical-align: top;
    padding: 10px 20px 0 0;
}
.contact_table td{
    padding: 10px 0;
}
.contact_table td input[type="text"],
.contact_table td input[type="mail"],
.contact_table td input[type="tel"]{
    padding: 5px;
    font-size: 14px;
}
.contact_table td .form_ul li{
    line-height: 2.5;
}
.contact_table td.table_privacy a{
    font-size: 14px;
    color: #11559e;
}
.contact_table td.table_privacy a:before{
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 10px 0 0;
}
.contact_table td.table_privacy a:hover{
    opacity: 0.7;
}
.contact_table tfoot{
    margin: 70px 0 0;
}
.contact_table .inqBox{
    text-align: center;
    margin: 70px 0 0;
}
.contact_table .inqBox .confbtn{
    width: 310px;
    background: #228B22;
/*    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #228B22 0%, #3CB371 98%) repeat scroll 0 0;*/
    border: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
}
.contact_table .inqBox .confbtn:hover{
    background: #3CB371;
}
/*必須項目入力されていないときのスタイル*/
.contact_table .inqBox .confbtn:disabled{
    background-color: #ccc;
    border-color: #ccc;
}



/*---------------------------------
確認ページ
---------------------------------*/

.conf_table th{
    line-height: 3;
    width: 40%;
}
.conf_table td{
    color: #444;
    font-weight: bold;
}
.conf_table td .conf_ul li{
    line-height: 1.7;
}
.conf_table #back-input{
    background: #afafaf;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0 50px 0 0;
    padding: 15px 30px;
}
.conf_table #back-input:hover{
    opacity: 0.7;
}
.conf_table #back-input span:before{
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 21px;
    left: -12px;
    position: relative;
    top: 0;
}
.conf_table #submit-send{
    background: #228b22;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 80px;
    padding: 15px 70px;
}
.conf_table #submit-send:hover{
    background: #3CB371;
}
.conf_table #submit-send span:after{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 21px;
    left: 12px;
    position: relative;
    top: 0;
}

/*---------------------------------
完了ページ
---------------------------------*/
.thank_page{
    width: 700px;
    margin: 0 auto 30px;
}
.thank_page p{
    color: #444;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
}

.thank_img{
    width: 470px;
    margin: 0 auto 65px;
}
.thank_img img{
    
}

.top_back{
    font-size: 16px;
    margin: 0 auto 50px;
    width: 257px;
    border: 2px solid #9cadd3;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
.top_back a{
    color: #11559e;
    text-decoration: none;
    display: inline-block;
}
.top_back:hover a,
.top_back:hover a:before{
    color: #fff;
}
.top_back a:before {
    color: #00669e;
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 6px 0 0;
    position: relative;
    top: -1px;
    left: 0px;
}
.top_back:before,
.top_back::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.top_back,
.top_back:before,
.top_back:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.top_back_btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.top_back_btn:hover {
	color: #fff;
}
.top_back_btn:after {
	top: 0;
  left: -100%;
	width: 100%;
	height: 100%;
}
.top_back_btn:hover:after {
	left: 0;
	background-color: #9cadd3;
}

/*---------------------------------
エラーメッセージ
---------------------------------*/
.error_txt_box {
  width: 500px;
  margin: 30px auto;
}
.error_txt {
  display: none;
/*  background: #fee;*/
  border: 2px solid #f00;
  padding: 20px;
  color: #f00;
    text-align: center;
    background: #fff;
}