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

nav.pnkz {
	background-color: #f5f5f5;
	margin: 0;

}

nav.pnkz ol {
	margin: 0;
	padding: 4px 0 4px 20px;
}

nav.pnkz li {
	font-size: 13px;
	color: #999;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	display: inline-block;
	position: relative;
}

nav.pnkz li:after {
	content: "＞";
	position: absolute;
	right: 0px;
	font-size: 12px;
}

nav.pnkz li:last-child:after {
	content: "";
}

nav.pnkz a {
	font-size: 13px;
	color: #999;
	text-decoration: underline;
}


@media screen and (min-width: 741px) {

	.contact_box {
		background-color: #e0ab1c;
		margin-bottom: 30px;
	}

	.contact_box h3 {
		font-size: 32px;
		text-align: center;
		padding: 80px 0 0 0;
		color: #fff;
	}

	.contact_box p {
		font-size: 14px;
		text-align: center;
		color: #fff;
		padding: 0 0 70px 0;
		margin-bottom: 50px;
	}

	.contact_contents h3 {
		font-size: 30px;
		color: #000;
		text-align: center;
		position: relative;
		margin: 0 auto 75px;
	}

	.contact_contents h3::after {
		content: "";
		width: 64px;
		border-bottom: 2px solid #e0ab1c;
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin: 0 0 0 -32px;
	}

	.form {
		width: 900px;
		margin: 0 auto 100px auto;
		padding: 0;
	}

	.form strong {
		font-weight: bold;
		font-size: 16px;
	}

	.redbold {
		color: #da0000;
	}

	.form h3 {
		font-size: 32px;
		text-align: center;
		margin: 0 0 55px 0;
		position: relative;
	}

	.form h3:after {
		content: "";
		background: #db8745;
		height: 2px;
		position: absolute;
		width: 30px;
		bottom: -30px;
		left: 40%;
		right: 40%;
		margin: 0 auto;
	}

	.form .note {
		font-size: 14px;
		margin: 0 auto 40px auto;
		line-height: 190%;
	}

	.form .note .transfer {
		padding: 10px;
		border: 1px solid #ccc;
		display: inline-block;
		margin: 15px 0 0;
	}

	.form .note .transfer p {
		font-size: 16px;
	}

	.form_txt01 {
		text-align: center;
		font-size: 14px;
		margin: 0 0 40px 0;
	}

	.form_txt02 {
		text-align: center;
		font-size: 15px;
		margin: 0 0 80px 0;
		line-height: 180%;
	}

	.form table {
		width: 100%;
		margin: 0 0 70px 0;
		border: 1px solid #999999;
	}

	.form th {
		background: #161b47;
		color: #fff;
		width: 400px;
		text-align: left;
		padding: 20px 15px 20px 20px;
		font-size: 15px;
		border: 1px solid #ccc;
	}

	.form td {
		padding: 20px;
		border: 1px solid #ccc;
	}

	.form td input[type="text"], .form td input[type="email"] {
		width: 325px;
		border: none;
		appearance: none;
		-webkit-appearance: none;
		color: #333;
		padding: 5px;
		font-size: 14px;
		border: 1px solid #ccc;
	}

	.form #name, .form #free_01 {
		width: 240px;
	}

	.form td input[name="zip"] {
		width: 140px;
	}

	.form td label {
		display: block;
		margin: 0 0 10px;
		line-height: 100%;
	}

	.form td label input {
		vertical-align: top;
		display: inline-block;
		margin: 0 5px 0 0;
	}

	.form .privacy_link {
		text-align: center;
		margin: 10px 0 0;
	}

	.form .privacy_link a {
		text-decoration: underline;
	}

	.accept {
		margin: 0 0 10px;
	}

	.accept span {
		width: 65px;
		display: inline-block;
	}

	.privacy {
		margin-bottom: 50px;
	}

	.privacy .inner {
		height: 300px;
		border: 1px solid #ccc;
		overflow-y: auto;
		padding: 25px;
	}

	.privacy .inner .policy>.ttl {
		font-size: 16px;
		margin: 0 0 10px;
		color: #161b47;
	}

	.privacy .inner .policy p {
		margin: 0 0 15px;
	}

	.privacy .inner .policy p a {
		text-decoration: underline;
	}

	.privacy .inner .policy ul {
		padding: 0 0 0 1em;
	}

	.privacy .inner .policy ul .ttl {
		font-size: 14px;
		margin: 0 0 5px;
		color: #161b47;
		border-bottom: 1px solid #161b47;
		padding: 0 0 5px;
	}

	.privacy .check {
		background-color: #e0ab1c;
		text-align: center;
		padding: 10px 0 5px;
	}

	.privacy .check li {
		margin: 0 0 5px;
	}

	.privacy .check label {
		color: #fff;
	}

	.privacy .check label input {
		vertical-align: 5%;
		margin: 0 5px 0 0;
	}

	.td01_box {
		width: 250px;
		padding: 5px;
		border: 1px solid #ccc;
		color: #333;
	}

	.form td textarea {
		width: 425px;
		height: 180px;
		appearance: none;
		-webkit-appearance: none;
		border: none;
		padding: 10px;
		color: #333;
		margin-bottom: -6px;
		border-radius: none;
		border: 1px solid #ccc;
	}

	.form .detail-section {
		margin-top: 30px;
	}

	.form .detail-section input {
		margin-top: 10px;
	}

	.form label {
		color: #161b47;
		font-size: 16px;
		font-weight: bold;
	}

	.form label input[type="checkbox"] {
		appearance: none;
		-webkit-appearance: none;
		width: 16px;
		height: 16px;
		cursor: pointer;
		position: relative;
		border: 1px solid #161b47;
	}

	.form label input[type="checkbox"]::before {
		content: "✔";
		position: absolute;
		top: -8px;
		left: 0;
		font-size: 28px;
		color: #161b47;
		opacity: 0;
	}

	.form label input[type="checkbox"]:checked::before {
		opacity: 1;
	}

	.form .agreement2 {
		text-align: center;
		margin-bottom: 50px;
	}

	.contact_btn {
		text-align: center;
		position: relative;
		width: 320px;
		margin: 0 auto;
	}

	.contact_btn input {
		appearance: none;
		-webkit-appearance: none;
		position: relative;
		background: #fff;
		color: #161b47;
		border: 1px solid #161b47;
		font-size: 16px;
		width: 320px;
		border-radius: 4px;
		margin: 0 auto 0;
		padding: 25px 0;
		transition: .3s;
		cursor: pointer;

	}

	.contact_btn:after {
		content: "\f061";
		font-family: FontAwesome;
		font-size: 9px;
		color: #161b47;
		position: absolute;
		right: 15px;
		top: 25px;
		transition: .3s;
	}

	.contact_btn:hover:after {
		right: 10px;
		transition: .3s;
	}

	.efo_btn_txt {
		text-align: center;
		color: #d60000;
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 10px;
	}

	.redbold {
		color: #d60000;
		font-size: 13px;
		margin: 10px 0 0 5px;
		font-weight: bold;
	}

	.btn_error {
		text-align: center;
		background: #888;
		color: #fff;
		margin: 0 auto;
		font-size: 15px;
		padding: 25px 0;
		border-radius: 4px;
		width: 320px;
	}

	.btn_back {
		background: #999;
		color: #fff;
		cursor: pointer;
		text-align: center;
		width: 200px;
		border-radius: 4px;
		margin: 50px auto 0;
	}

	.btn_back a {
		padding: 20px 0;
		transition: .3s;
		display: block;
		text-decoration: none;
		color: #fff;
	}

	.gotop {
		width: 320px;
		margin: 0 auto;
	}

	.gotop a {
		background: #fff;
		display: block;
		position: relative;
		border-radius: 4px;
		color: #161b47;
		border: solid 1px #161b47;
		padding: 25px 0;
		text-align: center;
		font-size: 15px;
		text-decoration: none;
	}

	.gotop a:after {
		content: "\f061";
		font-family: FontAwesome;
		font-size: 9px;
		color: #161b47;
		position: absolute;
		right: 15px;
		transition: .3s;
	}

	.gotop a:hover:after {
		right: 10px;
		transition: .3s;
	}

	/*===== PC ここまで =====*/

}

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {

	.contact_box {
		background-color: #e0ab1c;
		margin-bottom: 30px;
	}

	.contact_box h3 {
		font-size: 20px;
		text-align: center;
		padding: 40px 0 0 0;
		color: #fff;
	}

	.contact_box p {
		font-size: 14px;
		text-align: center;
		color: #fff;
		padding: 0 0 35px 0;
	}

	.contact_contents h3 {
		font-size: 30px;
		color: #000;
		text-align: center;


		position: relative;
		margin: 0 auto 75px;
	}

	.contact_contents h3::after {
		content: "";
		width: 64px;
		border-bottom: 2px solid #e0ab1c;
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin: 0 0 0 -32px;
	}

	.form {
		width: 90%;
		margin: 0 auto 0 auto;
		padding: 0;
	}

	.form h3 {
		font-size: 16px;
		text-align: center;
		margin: 0 0 40px 0;
		position: relative;
	}

	.form h3:after {
		content: "";
		background: #db8745;
		height: 2px;
		position: absolute;
		width: 30px;
		bottom: -25px;
		left: 40%;
		right: 40%;
		margin: 0 auto;
	}

	.form .note {
		font-size: 12px;
		margin: 0 auto 20px auto;
		line-height: 160%;
		color: #000;
	}

	.form .note .transfer {
		padding: 10px;
		border: 1px solid #ccc;
		margin: 15px 0 0;
		display: inline-block;
	}

	.form .note span {
		text-indent: -1em;
		padding-left: 1em;
		display: inline-block;
	}

	.form .note .transfer p {
		font-size: 14px;
	}

	.form strong {
		font-weight: bold;
		font-size: 16px;
	}

	.form_txt01 {
		text-align: center;
		font-size: 12px;
		margin: 0 0 30px 0;
		color: #222;
	}

	.form_txt02 {
		text-align: center;
		font-size: 12px;
		margin: 0px 0 45px 0;
		color: #000;
	}

	.form table {
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
		border: 1px solid #ccc;
	}

	.form th {
		text-align: left;
		font-size: 14px;
		display: block;
		background-color: #161b47;
		color: #fff;
		padding: 7px;
	}

	.form td {
		padding: 15px 0px 20px 10px;
		display: block;
	}

	.form td p {
		color: #222;
	}

	.form td input[name="zip"] {
		width: 140px;
	}

	.form td label {
		display: block;
		margin: 0 0 10px;
		line-height: 100%;
	}

	.form td label input {
		vertical-align: top;
		display: inline-block;
		margin: 0 5px 0 0;
	}

	.form .privacy_link {
		text-align: center;
		margin: 0 0 40px;
	}

	.form .privacy_link a {
		text-decoration: underline;
	}

	.accept {
		margin: 0 0 10px;
	}

	.accept span {
		display: inline-block;
		margin: 5px 0;
	}

	.privacy {
		margin-bottom: 50px;
	}

	.privacy .inner {
		height: 300px;
		border: 1px solid #ccc;
		overflow-y: auto;
		padding: 25px;
	}

	.privacy .inner .policy>.ttl {
		font-size: 16px;
		margin: 0 0 10px;
		color: #161b47;
	}

	.privacy .inner .policy p {
		margin: 0 0 15px;
	}

	.privacy .inner .policy p a {
		text-decoration: underline;
	}

	.privacy .inner .policy ul {
		padding: 0 0 0 1em;
	}

	.privacy .inner .policy ul .ttl {
		font-size: 14px;
		margin: 0 0 5px;
		color: #161b47;
		border-bottom: 1px solid #161b47;
		padding: 0 0 5px;
	}

	.privacy .check {
		background-color: #e0ab1c;
		text-align: center;
		padding: 10px 0 5px;
	}

	.privacy .check li {
		margin: 0 0 5px;
	}

	.privacy .check label {
		color: #fff;
	}

	.privacy .check label input {
		vertical-align: 5%;
		margin: 0 5px 0 0;
	}

	.td01_box {
		width: 94%;
		padding: 5px;
		color: #333;
	}

	.form td input[type="text"], .form td input[type="email"] {
		width: 90%;
		border: none;
		appearance: none;
		-webkit-appearance: none;
		color: #333;
		padding: 5px;
		border: 1px solid #ccc;
	}

	.form td textarea {
		width: 90%;
		height: 200px;
		appearance: none;
		-webkit-appearance: none;
		border: none;
		padding: 10px;
		color: #333;
		margin-bottom: -6px;
		border-radius: none;
		border: 1px solid #888;
	}

	.form .detail-section {
		margin-top: 20px;
	}

	.form .detail-section input {
		margin-top: 10px;
	}

	.form label {
		color: #161b47;
		font-size: 16px;
		font-weight: bold;
	}

	.form label input[type="checkbox"] {
		appearance: none;
		-webkit-appearance: none;
		width: 16px;
		height: 16px;
		cursor: pointer;
		position: relative;
		border: 1px solid #161b47;
	}

	.form label input[type="checkbox"]::before {
		content: "✔";
		position: absolute;
		top: -8px;
		left: 0;
		font-size: 28px;
		color: #161b47;
		opacity: 0;
	}

	.form label input[type="checkbox"]:checked::before {
		opacity: 1;
	}

	.form .agreement2 {
		text-align: center;
		margin-bottom: 50px;
	}

	.contact_btn {
		text-align: center;
		position: relative;
		width: 80%;
		margin: 0 auto;
	}

	.contact_btn input {
		appearance: none;
		-webkit-appearance: none;
		background: #fff;
		color: #161b47;
		border: 1px solid #161b47;
		width: 100%;
		margin: 0 auto 10px;
		border-radius: 4px;
		padding: 15px 0;
		transition: .3s;
		cursor: pointer;
		font-size: 13px;
	}

	.contact_btn:after {
		content: "\f061";
		font-family: FontAwesome;
		font-size: 9px;
		color: #161b47;
		position: absolute;
		right: 15px;
		top: 15px;
		transition: .3s;
	}

	.efo_btn_txt {
		text-align: center;
		color: #d60000;
		font-weight: bold;
		font-size: 15px;
		padding-bottom: 20px;
	}

	.redbold {
		color: #d60000 !important;
		font-weight: bold;
	}

	.btn_error {
		text-align: center;
		background: #777;
		color: #fff;
		margin: 0 auto 10px;
		border-radius: 4px;
		padding: 15px 0;
		width: 80%;
		font-size: 13px;
	}

	.btn_back {
		background: #999;
		color: #fff;
		cursor: pointer;
		text-align: center;
		width: 50%;
		border-radius: 4px;
		margin: 30px auto 40px;
	}

	.btn_back a {
		padding: 15px 0;
		transition: .3s;
		display: block;
		color: #fff;
		font-size: 13px;
	}

	.gotop {
		width: 70%;
		margin: 0 auto 40px;
	}

	.gotop a {
		background: #fff;
		display: block;
		position: relative;
		border-radius: 4px;
		color: #161b47;
		padding: 15px 0;
		text-align: center;
		font-size: 13px;
		text-decoration: none;
		border: 1px solid #161b47;
	}

	.gotop a:after {
		content: "\f061";
		font-family: FontAwesome;
		font-size: 9px;
		color: #161b47;
		position: absolute;
		right: 15px;
		transition: .3s;
	}

	.gotop a:hover:after {
		right: 10px;
		transition: .3s;
	}
}