@charset "UTF-8";

/* ############################################## */

.second_header h2 {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../sp_img/contact/main_title_en.png") no-repeat center bottom;
	background-size: contain;
	padding-bottom: 8vw;
}

/* ############################################## */

.contents_title_01 {
	text-align: center;
	margin-bottom: 6.66vw;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_01:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}
.contents_title_02 {
	text-align: center;
	margin-bottom: 6.66vw;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_02:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}

/* ############################################## */

.contact_wrap {
	width: 100%;
    padding: 10.66vw 0 13.33vw 0;
}
.contact {
    width: 90%;
    margin: 0 auto;
}
.contents_tel {
	margin-bottom: 13.33vw;
}
.contents_tel a {
    display: block;
    background: #fff url("../sp_img/common/bottom_contact_tel_icon.png") no-repeat center left 15vw;
	border: 3px solid #cce459;
	background-size: 6.4vw auto;
    width: 100%;
    height: 18.66vw;
    box-sizing: border-box;
	padding-left: 10vw;
    text-align: center;
    font-size: 22px;
    line-height: 18.66vw;
    font-weight: 700;
    color: #413939;
    text-decoration: none;
    letter-spacing: 1px;
}
.contents_txt_01 {
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0vw;
}
.company_table_01 {
	width: 100%;
	margin: 0 auto 6.66vw auto;
}
.company_table_01 th {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    padding:6.66vw 0 2.66vw 0 ;
    color: #000;
}
.company_table_01 th span {
    font-size: 15px;
    line-height: 25px;
    padding: 6px 10px;
    background: #ff9727;
    margin-left: 20px;
    color: #fff;
}
.company_table_01 td input[type="text"] {
    width: 100%;
    height: 54px;
    border: 1px solid #cfcfcf;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 54px;
    font-weight: 700;
}
.company_table_01 td textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #cfcfcf;
    background: #fff;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 26px;
}
.contact input[type="submit"] {
    width: 100%;
    height: 70px;
    background:#cce459;
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    display: block;
    border: none;
    color: #000;
    margin: 0 auto;
}
.contact li {
	font-size: 15px;
	line-height: 1;
	text-align: center;
	margin-bottom: 6.66vw;
}
.contact li a:link,
.contact li a:visited,
.contact li a:hover,
.contact li a:active {
	color: #000;
}

#mfp_confirm_table th {
	width: 100%;
	display: block;
	font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
     background: #ff9727;
}
#mfp_confirm_table td {
	width: 100%;
	display: block;
	font-size: 16px;
    line-height: 26px;
    padding: 10px 20px;
    color: #000;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
}
div.mfp_buttons {
    text-align: center;
}
#mfp_button_send {
	background:#ff9727;
	width: 80%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 10px auto ;
    border:none;
}
#mfp_button_cancel {
	background:#999;
	width: 80%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 0 auto ;
    border:none;
}

.thanks_txt {
	width: 80%;
    margin: 0 auto 10vw auto;
}
.thanks_txt p {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}