@charset "UTF-8";
/* CSS Document */
.ttl {
	background-image: url(../img/top_contact.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.contact_box {
	min-height: 100vh;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
table th {
	font-size: 16px;
	width: 30%;
	padding: 30px 3%;
	border-bottom: 1px solid #ccc;
}
table th span {
	color: #f00;
	margin-left: 5px;
}
table td {
	font-size: 18px;
	width: 70%;
	padding: 30px 5%;
	border-bottom: 1px solid #ccc;
}
input {
	width: 98%;
	padding: 15px 1%;
	font-size: 16px;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
}
input.input02 {
	width: 20%;
	margin-bottom: 10px;
}
textarea {
	width: 98%;
	padding: 10px 1%;
	font-size: 16px;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
}
ul {
	font-size: 14px;
}
ul span {
	color: #f00;
}
.btn_box {
	width: 50%;
	margin: 0 auto;
}
.btn_box input {
	width: 47%;
	height: 70px;
	margin: 50px 1%;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.btn_box input:hover {
	opacity: 0.8;
}
.btn_box input.reset, .btn_box input.back {
	background-color: #23194F;
}
.btn_box input.submit {
	background-color: #e58d0f;
}
.btn a {
	width: 250px;
	margin: 50px auto;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #e58d0f;
	padding: 20px 0;
	cursor: pointer;
	border-radius: 5px;
	display: block;
}
.pp {
	position: relative;
	width: 90%;
	padding: 10px 5%;
}
.pp::before, .pp::after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.pp::before {
	left: 0;
	border-left: 1px solid #cecece;
}
.pp::after {
	right: 0;
	border-right: 1px solid #cecece;
}
.pp h3 {
	font-size: 14px;
}
.pp p {
	font-size: 14px;
}
footer.contact {
	height: auto;
	background-color: #6d7186;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
.contact_box {
	min-height: 100vh;
}
.contact_box p {
	font-size: 14px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
table th {
	font-size: 16px;
	width: 90%;
	padding: 20px 5% 0;
	border-bottom: none;
	display: block;
	text-align: left;
}
table th span {
	color: #f00;
	margin-left: 5px;
}
table td {
	font-size: 18px;
	width: 90%;
	padding: 20px 5%;
	border-bottom: 1px solid #ccc;
	display: block;
}
input {
	width: 98%;
	padding: 15px 1%;
	font-size: 16px;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
}
input.input02 {
	width: 50%;
	margin-bottom: 20px;
}
textarea {
	width: 98%;
	padding: 10px 1%;
	font-size: 16px;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
}
ul {
	font-size: 12px;
}
ul span {
	color: #f00;
}
.btn_box {
	width: 90%;
	margin: 0 auto;
}
.btn_box input {
	width: 47%;
	height: 70px;
	margin: 30px 1%;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.btn_box input:hover {
	opacity: 0.8;
}
.btn_box input.reset, .btn_box input.back {
	background-color: #23194F;
}
.btn_box input.submit {
	background-color: #e58d0f;
}
.btn_box input[type="reset"] {
	-webkit-appearance: none;
}
.btn_box input[type="submit"] {
	-webkit-appearance: none;
}
.btn a {
	width: 90%;
	margin: 50px auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #e58d0f;
	padding: 20px 0;
	cursor: pointer;
	border-radius: 5px;
	display: block;
}
.pp {
	position: relative;
	width: 90%;
	padding: 10px 5%;
}
.pp::before, .pp::after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.pp::before {
	left: 0;
	border-left: 1px solid #cecece;
}
.pp::after {
	right: 0;
	border-right: 1px solid #cecece;
}
.pp h3 {
	font-size: 14px;
}
.pp p {
	font-size: 14px;
}
footer.contact {
	height: auto;
	background-color: #6d7186;
}
}

@media screen and (max-width: 700px) {
.contact_box {
	min-height: 100vh;
}
.contact_box p {
	font-size: 14px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
table th {
	font-size: 16px;
	width: 90%;
	padding: 20px 5% 0;
	border-bottom: none;
	display: block;
	text-align: left;
}
table th span {
	color: #f00;
	margin-left: 5px;
}
table td {
	font-size: 18px;
	width: 90%;
	padding: 20px 5%;
	border-bottom: 1px solid #ccc;
	display: block;
}
input {
	width: 98%;
	padding: 15px 1%;
	font-size: 16px;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
}
input.input02 {
	width: 50%;
	margin-bottom: 20px;
}
textarea {
	width: 98%;
	padding: 10px 1%;
	font-size: 16px;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 5px;
}
ul {
	font-size: 12px;
}
ul span {
	color: #f00;
}
.btn_box {
	width: 90%;
	margin: 0 auto;
}
.btn_box input {
	width: 47%;
	height: 70px;
	margin: 30px 1%;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.btn_box input:hover {
	opacity: 0.8;
}
.btn_box input.reset, .btn_box input.back {
	background-color: #23194F;
}
.btn_box input.submit {
	background-color: #e58d0f;
}
.btn_box input[type="reset"] {
	-webkit-appearance: none;
}
.btn_box input[type="submit"] {
	-webkit-appearance: none;
}
.btn a {
	width: 90%;
	margin: 50px auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #e58d0f;
	padding: 20px 0;
	cursor: pointer;
	border-radius: 5px;
	display: block;
}
.pp {
	position: relative;
	width: 90%;
	padding: 10px 5%;
}
.pp::before, .pp::after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.pp::before {
	left: 0;
	border-left: 1px solid #cecece;
}
.pp::after {
	right: 0;
	border-right: 1px solid #cecece;
}
.pp h3 {
	font-size: 14px;
}
.pp p {
	font-size: 14px;
}
footer.contact {
	height: auto;
	background-color: #6d7186;
}
}
