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

#low header {
	padding: 0px;
	background-image: url(../images/bg_header_low.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
#low header .access {
    margin-bottom: 0;
    padding-top: 36px;
}
#low header .contact_box {
	position: relative;
	bottom:inherit;
	right:inherit;
	background-color: rgba(0,163,135,1);
	float: right;
	top:0;
	margin-left: 20px;
}
#low header nav#gnavi {
	padding-top: 60px;
	margin-bottom: 0px;
}
main #container {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
}
main #container > .left {
	width: 300px;
}
main #container > .left .title img {
	width: inherit;
	max-width: none;
	width /***/: inherit;
}
main #container > .right {
	width: 780px;
}
main #container > .right section {
	margin-bottom: 70px;
}
main #container > .right section img {
	width: 100%;
}
main #container .box {
	margin-bottom: 30px;
}
main #container h4 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 44px;
	padding-left: 20px;
	border-left: 3px solid #00a387;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
main #container h5 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	border-left: 3px solid #282828;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
main #container h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
main #container p {
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 1em;
}
main #container p.link {
	text-align: right;
}
main #container p.link.big {
	text-align: center;
}
main #container p.link a {
	font-size: 12px;
	padding: 10px 20px;
	background-color: #00a387;
	text-align: center;
	color: #fff;
	display: inline-block;
}
main #container p.link.big a {
	font-size: 16px;
	padding: 20px 40px;
	background-color: #00a387;
	text-align: center;
	color: #fff;
	display: block;
}
main #container p.link a:hover {
	background-color: #006350;
}
main #container p.link a span {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_r.svg);
	padding-left: 20px;
}
main #container > .right .layout1 .left.block {
	width: 65%;
}
main #container > .right .layout1 .right.block {
	width: 30%;
}
main #container > .right .layout2 .left.block {
	width: 51%;
}
main #container > .right .layout2 .right.block {
	width: 44.231%;
}
main #container > .right .layout3 .left.block {
	width: 38%;
}
main #container > .right .layout3 .right.block {
	width: 60%;
}
main #container > .right .right.block .image,
main #container > .right .right.block .image {
	margin-bottom: 5px;
}
 p.cap {
	text-align: center;
	font-size: 12px !important;
}
ul.img_3pct {
	letter-spacing: -0.4em;
	margin-right: -2%;
	margin-bottom: 10px;
}
ul.img_3pct li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 2%;
	width: 31.233%;
	text-align: center;
	vertical-align: top;
}
ul.img_3pct li .image {
	margin-bottom: 5px;
}
table.tb_3mix th,
table.tb_3mix td {
	border: 1px solid #000;
	padding: 10px;
}
table.tb_3mix th {
	font-weight: bold;
	text-align: center;
	background-color: #00a387;
	color: #fff;
	width: 70%;
}
table.tb_3mix td {
	width: 30%;
}
table.tb_3mix td:last-child {
	text-align: center;
}
.gray_box {
	background-color: #eee;
	padding: 20px;
}
.gray_box p:last-child {
	margin: 0 !important;
	font-weight: bold;
}
.gray_box p a {
	text-decoration: underline;
	color: #00a387;
}
.gray_box p a:hover {
	text-decoration: none;
}
ul.keika {
	padding-left: 14px;
}
ul.keika li {
	margin-bottom: 15px;
}
ul.keika li p {
	margin-bottom: 5px !important;
	padding-left: 1em;
}
ul.keika li p b {
	font-size: 14px;
}
ul.keika li p.day {
	padding-left: 0;
}
ol.num li {
	margin-bottom: 5px;
}
p.gray_line {
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1em;
	padding: 10px;
	background-color: #eee;
}
table.tb_touroku {
	width: 100%;
	font-size: 12px;
}
table.tb_touroku th,
table.tb_touroku td {
	border: 1px solid #000;
	padding: 6px;
}
table.tb_touroku th {
	font-weight: bold;
	background-color: #eee;
	width: 30%;
}
table.tb_touroku td {
	width: 70%;
}
ul.occ_list {
	padding-left: 14px;
}
ul.occ_list li {
	margin-bottom: 5px;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
table.tb_contact {
	width: 100%;
	font-size: 15px;
}
table.tb_contact th,
table.tb_contact td {
	border: 1px solid #000;
	padding: 10px;
}
table.tb_contact th {
	font-weight: bold;
	background-color: #00a387;
	color: #fff;
	width: 25%;
}
table.tb_contact td {
	width: 75%;
}
table.tb_contact label {
	margin-right: 20px;
}
table.tb_contact input[type=text],
table.tb_contact textarea {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 16px;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
table.tb_contact input[type=radio] {
	margin-right: 5px;
}
table.tb_contact textarea {
	width: 100%;
	height: 200px;
	resize: vertical;
	max-height: 500px;
}
.submit_box {
	text-align: center;
	padding: 20px 0;
}
.submit_box span {
}
.submit_box input {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #fff;
	font-weight: bold;
	font-size:16px;
	display: inline-block;
	background-position: 3em center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_r.svg);
	width: 200px;
	height: 50px;
	border: 1px solid #00a387;
	background-color: #00a387;
	text-indent: 1em;
}
.submit_box input:hover {
	background-color: #006350;
	border: 1px solid #006350;
}
.submit_box .btn_back {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	margin-right: 10px;
	background-color: #aaa;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	font-size:16px;
}
