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

/* contact ==============================================================
	1. p-content
	2. p-contactLink
	3. p-form
======================================================================== */

/* =====================================================================
	1. p-content
======================================================================== */
.p-content {
	margin: 0 0 100px;
}
@media screen and (max-width: 799px) {
	.p-content {
		overflow: hidden;
	}
}

/* =====================================================================
	2. p-contactLink
======================================================================== */
.p-contactLink {
	display: table;
	margin: auto;
	text-align: center;
}
.p-contactLink .menu-item {
	float: left;
	display: inline-block;
	width: 300px;
	height: 50px;
	margin: 20px 14px;
}
.p-contactLink .menu-item a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.p-contactLink .p-contact.menu-item {
	background: url(../img/contact/flow_contact.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-contactLink .p-contact.current_page_item {
	background: url(../img/contact/flow_contact_current.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-contactLink .p-confirm.menu-item {
	background: url(../img/contact/flow_confirm.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-contactLink .p-confirm.current_page_item {
	background: url(../img/contact/flow_confirm_current.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-contactLink .p-sent.menu-item {
	background: url(../img/contact/flow_sent.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-contactLink .p-sent.current_page_item {
	background: url(../img/contact/flow_sent_current.png) no-repeat center center;
	background-size: 300px 50px;
}
@media screen and (max-width: 799px) {
	.p-contactLink .menu-item {
		display: none;
	}
	.p-contactLink .current-menu-item {
		display: block;
	}
}

/* =====================================================================
	3. p-form
======================================================================== */
.p-form {
	width: 960px;
	margin: 0 15px 60px;
}
.p-form .c-sentence {
	margin: 0 0 20px 15px;
}
.p-form .p-table {
	width: 945px;
	margin: 0 0 10px 15px;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
}
.p-form .p-table .c-th {
	width: 160px;
	padding: 10px 30px;
	border: #CCCCCC solid 1px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.p-form .p-table .c-td {
	width: auto;
	padding: 10px 30px;
	border: #CCCCCC solid 1px;
}
.p-form .c-necessary {
	float: right;
	display: inline-block;
	color: #FFFFFF;
	padding: 0 3px;
	background-color: #FF0000;
	border-radius: 3px;
}
.p-form input[type="submit"] {
	width: 300px;
	height: 50px;
	margin: 20px 15px;
	border: none;
	border-radius: 0;
	font-size: 0;
}
.p-form input[name="submitConfirm"] {
	background: url(../img/contact/link_confirm.png) no-repeat center;
	background-size: 300px 50px;
}
.p-form input[name="submitBack"] {
	background: url(../img/contact/link_back.png) no-repeat center;
	background-size: 300px 50px;
}
.p-form input[name="submitSend"] {
	background: url(../img/contact/link_send.png) no-repeat center;
	background-size: 300px 50px;
}
.p-form input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
@media screen and (max-width: 799px) {
	.p-form {
		display: block;
		width: auto;
		margin: 0 25px 60px;
	}
	.p-form .c-sentence {	
		margin: 0 0 20px;
	}
	.p-form .p-table {
		width: 100%;
		margin: 0;
	}
	.p-form .p-table .c-th {
		display: block;
		width: auto;
	}
	.p-form .p-table .c-td {
		display: block;
	}
	.p-form .c-inputText {
		width: 85%;
	}
	.p-form .c-textarea {
		width: 85%;
		height: 100px;
	}
	.p-form input[type="submit"] {
		width: 140px;
		margin: 20px 5px;
	}
}

@media screen and (max-width: 799px) {
	.grecaptcha-badge {
		bottom: 100px !important;
	}
}