@charset "UTF-8";

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

.main_img_wrap {
    width: 100%;
    height: 550px;
    background: url(../pc_img/contact/main_img.jpg) no-repeat bottom center;
	background-size: cover;
    margin-bottom: 120px;
}
.main_img {
    width: 1200px;
	height: 550px;
    margin: 0 auto;
    position: relative;
}
.main_img div {
	text-align:left;
	position: absolute;
	bottom: 60px;
	left: 120px;
}
.main_img p {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.main_img h1 {
	font-size: 50px;
	line-height: 1;	
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}

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

.contact_wrap {
	padding: 0px 0 150px 0;
	background: #fff;
}
.contact {
	width: 740px;
	margin: 0 auto;
}
.contact_contents_01 {
	margin-bottom: 60px;
}
.contact_contents_01_left {
	
	padding: 5px 30px 0 10px;
	box-sizing: border-box;
}
.contact_contents_01_left h2 {
	color: #00164D;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
}
.contact_contents_01_left p {
	font-size: 14px;
	line-height: 24px;
	color: #808AA6;
}
.contact_contents_01_right {
	width: 370px;
	background: #D9DCE4;
	border-radius: 10px;
	padding: 20px 30px 30px;
	box-sizing: border-box;
}
.contact_contents_01_right li{
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-indent: -1em;
    padding-left: 1em;
}
.contact_contents_01_right a{
	color: #808AA6;
}
.box_btn{
	text-align: center;
}
.box_txt3{
	color:#06c755!important;
	font-weight: bold;
	border: 1px #06c755 solid;
	border-radius: 10px;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
    font-size: 14px;
	padding-bottom: 5px!important;
}
.contact_contents_01_right h2{
	color: #4C5C82;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
}
.contact_contents_01_right dl {
	margin-bottom: 5px;
}
.contact_contents_01_right dt {
	font-size: 20px;
	line-height: 30px;
	float: left;
	color: #808AA6;
	margin-right: 15px;
	vertical-align: bottom;
	letter-spacing: 1px;
}
.contact_contents_01_right dd {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2px;
	color: #4C5C82;
	float: left;
}
.contact_contents_01_right p {
	font-size: 12px;
	line-height: 1.5;
	color: #808AA6;
}
.contact_contents_02 h5 {
	font-size: 12px;
	line-height: 1;
	color: #808AA6;
	margin-bottom: 15px;
}
.contact_contents_02 h5 span {
	color: #FF0000;
	vertical-align: text-top;
}
.contact_contents_02 table {
	border-bottom: 1px solid #808AA6;
	margin-bottom: 60px;
}
.contact_contents_02 th {
	width: 145px;
	box-sizing: border-box;
	border-top: 1px solid #808AA6;
	padding: 15px 5px 15px 5px;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #4C5C82;
}
.contact_contents_02 th span {
	color: #FF0000;
	vertical-align: text-top;
}
.contact_contents_02 td {
	border-top: 1px solid #808AA6;
	padding: 15px 45px 15px 0;
}
.contact_contents_02 td input[type="text"] {
	width: 550px;
	background: #D9DCE4;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	color: #00164D;
	border: none;
}
.contact_contents_02 td input[type="number"] {
	width: 550px;
	background: #D9DCE4;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	color: #00164D;
	border: none;
}
.contact_contents_02 td input[type="email"] {
	width: 550px;
	background: #D9DCE4;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	color: #00164D;
	border: none;
}
.contact_contents_02 td textarea {
	width: 550px;
	height: 200px;
	background: #D9DCE4;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	color: #00164D;
	border: none;
}
.contact_contents_02 p {
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #00164D;
}
input[type="submit"]  {
	width: 100%;
	border: 1px solid #4C5C82;
	background: #fff;
	padding: 35px 0;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1;
	color: #00164D;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	transition: .3s;
}
input[type="submit"]:hover {
	width: 100%;
	border: 1px solid #4C5C82;
	background: #00164D;
	padding: 35px 0;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	transition: .3s;
}
.contact_contents_03 {
	width: 100%;
	background: #808AA6;
	padding: 15px 0;
	margin-bottom: 20px;
	border-radius: 10px;
}
.contact_contents_03 p {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

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

#mfp_confirm_table {
	border-top:1px solid #808AA6 !important;
    border-collapse: collapse !important;
}
#mfp_confirm_table th {
	font-size: 12px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    padding: 30px 45px 30px 0 !important;
    color: #4C5C82;
	width: 25%;
    box-sizing: border-box;
    border-bottom:1px solid #808AA6 !important;
    background: #fff;
}
#mfp_confirm_table td {
	font-size: 12px !important;
    line-height: 22px !important;
    padding: 30px 45px 30px 0 !important;
    color: #4C5C82;
    box-sizing: border-box;
    border-bottom:1px solid #808AA6 !important;
    background: #fff;
    text-align: left;
}
div.mfp_buttons {
    text-align: center;
}
#mfp_button_send {
	display: inline-block;
	background:#D9DCE4;
	width: 100%;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	color: #4C5C82;
    border: 1px solid #4C5C82;
    box-sizing: border-box;
	margin-bottom: 0px;
    border-radius: 10px;
}
#mfp_button_send:hover {
	display: inline-block;
	background:#00164D;
	width: 100%;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	color: #fff;
    border: 1px solid #00164D;
    box-sizing: border-box;
	margin-bottom: 0px;
    border-radius: 10px;
}
#mfp_button_cancel {
	display: inline-block;
	background:#fff;
	width: 100%;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	color: #4C5C82;
    border: 1px solid #4C5C82;
    box-sizing: border-box;
    margin-bottom: 0;
    border-radius: 10px;
}

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

.thanks_area h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #00164D;
    margin-bottom: 35px;
}
.thanks_area p {
    font-size: 16px;
    line-height: 30px;
    color: #4C5C82;
    margin-bottom: 30px;
}
.thanks_area li {
    font-size: 16px;
    line-height: 30px;
    color: #4C5C82;
    margin-bottom: 30px;
    padding-left: 1em;
    position: relative;
}
.thanks_area li:before {
    content: "・";
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: -0;
    top: 0;
}
