@charset "UTF-8";

/* 共通
----------------------------------------------- */
.nowrap { white-space: nowrap; }

.mainContent {
	padding-bottom: 3rem;
}
.mainContent  .contentTitle_wrap {
	height: auto;
	padding-top: 35px;
	padding-bottom: 20px;
}
.contentTitle_wrap::after {
	width: 0;
	height: 0;
	background: inherit;
}
.mainContent .contentTitle_wrap .contentTitle {
	position: relative;
}
.mainContent h1 {
	line-height: 1.2;
	padding-right: 1rem;
}
.mainContent h3 {
	font-size: 100%;
	background: none;
	border: solid 0;
	padding: 0;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.mainContent h3::before {
	width: 0;
	height: 0;
	background-color: inherit;
}
.mainContent ul {
	margin-bottom: 1rem;
}
.mainContent ul li {
	line-height: 1.4;
}

.mainContent table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
}
.mainContent table th,
.mainContent table td {
	border: solid 1px #dadada;;
	text-align: left;
	padding: 0.25rem 0.5rem;
}
.mainContent table img {
	width: auto;
}
.hissu {
	color: red;
}


/* index.php
----------------------------------------------- */
.mainContent p.link_privacy {
	text-align: right;
	margin-bottom: 2rem;
}
.mainContent img.img_noi {
	width: 100%;
	max-width: 200px;
	margin-left: 0.5rem;
}
@media only screen and (max-width: 450px) {
	.mainContent img.img_noi {
		display: block;
		float: none;
		margin: 0 auto 1rem;
	}
}
.mainContent .link_contact table th:first-child,
.mainContent .link_contact table td:first-child {
	width: 75%;
}
.mainContent .link_contact table td:nth-child(2) {
	text-align: center;
	vertical-align: middle;
}
.mainContent .link_contact table th {
	background-color: #009370;
	color: white;
}
.mainContent .link_contact table .contact_soumu th {
	background-color: #555;
	color: white;
}


/* check.php
----------------------------------------------- */
.mainContent #form_contact table th,
.mainContent #form_contact table td {
	vertical-align: top;
	padding: 10px;
}

.mainContent #form_contact table th{
	background-color: #f8f8f8;
}

.mainContent form table th:first-child {
	width: 25%;
	min-width: 100px;
}
.mainContent #form_contact table td label {
	white-space: nowrap;
}
.mainContent #form_contact input[type="text"][name="syamei"],
.mainContent #form_contact input[type="text"][name="address"],
.mainContent #form_contact textarea {
	width: calc(100% - 0.5rem);
	padding: 10px;
	box-sizing: border-box;
}
.mainContent #form_contact input[type="text"][name="name1"],
.mainContent #form_contact input[type="text"][name="name2"],
.mainContent #form_contact input[type="text"][name="kananame1"],
.mainContent #form_contact input[type="text"][name="kananame2"],
.mainContent #form_contact input[type="text"][name="tel"] {
	width: calc(100% - 1.5rem);
	max-width: 10rem;
	padding: 10px;
	box-sizing: border-box;
}
.mainContent #form_contact input[type="text"][name="email"] {
	width: calc(100% - 0.5rem);
	max-width: 20rem;
	padding: 10px;
	box-sizing: border-box;
}
.mainContent #form_contact input[type="text"][name="contact3"] {
	width: calc(100% - 3.5rem);
	max-width: 10rem;
	padding: 10px;
	box-sizing: border-box;
}
.mainContent #form_contact input[type="text"][name="zip1"] {
	width: 3rem;
	padding: 10px;
	box-sizing: border-box;
}
.mainContent #form_contact input[type="text"][name="zip2"] {
	width: 4rem;
	padding: 10px;
	box-sizing: border-box;
}

.btn{
	text-align: center;
}


.btn input[type="submit"],
.btn input[type="reset"],
.btn input[type="button"] {
	border: none;
    background-color: #1f509c;
    color: #fff;
	padding: 10px 18px;
	cursor: pointer;
	border-radius: 20px;
}

.btn input[type="submit"]:hover,
.btn input[type="reset"]:hover,
.btn input[type="button"]:hover {
    background-color: #AD2A4B;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

	.btn input[type="submit"]:hover,
	.btn input[type="reset"]:hover,
	.btn input[type="button"]:hover {
		background-color: #1f509c;
	}

}


/* complete.php
----------------------------------------------- */


/* end */