
@charset "UTF-8";

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

.second_header h2 {
	position: absolute;
	top: 185px;
	left: 0;
    font-size: 36px;
    line-height: 1;
	padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../pc_img/contact/main_title_en.png") no-repeat center bottom;
}

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

.contents_title_01 {
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 24px;
	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: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 24px;
	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: 20px 0 50px 0;
}
.contact {
    width: 1100px;
    margin: 0 auto;
}
.contents_tel {
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 70px;
}
.contents_tel:before {
	content: url("../pc_img/contact/contents_tel_icon.png");
	margin-right: 20px;
}
.contents_txt_01 {
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
}
.company_table_01 {
	width: 760px;
	margin: 0 auto 50px auto;
}
.company_table_01 th {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding:30px 0 10px 0 ;
    color: #000;
}
.company_table_01 th span {
    font-size: 14px;
    line-height: 1;
    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: 200px;
    border: 1px solid #cfcfcf;
    background: #fff;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 26px;
}
.contact input[type="submit"] {
    width: 600px;
    height: 100px;
    background:#cce459;
    font-size: 35px;
    line-height: 100px;
    font-weight: 700;
    text-align: center;
    display: block;
    border: none;
    color: #000;
    margin: 0 auto;
}
.contact li {
	font-size: 17px;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
.contact li a:link,
.contact li a:visited,
.contact li a:hover,
.contact li a:active {
	color: #000;
}

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

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

.thanks_txt {
	width: 880px;
    margin: 0 auto 60px auto;
}
.thanks_txt p {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}