@charset "utf-8";
/* CSS Document */

img {
	float: none;
}

body {
	width: 100% !important;
}

a {
	color: #0099CC;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	background: #fff;
	overflow: hidden;
	font-size: 1.4rem;
}

header .navi {
	box-sizing: border-box;
	padding: 0 4%;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 9999;
	border-bottom: #00468c solid 1px;
}

header .navi ul {
	width: 100%;
	text-align: right;
	padding-top: 25px;
}

header .navi li {
	display: inline-block;
}

header .navi li a {
	color: #00468c;
	padding: 6px 5%;
	text-decoration: none;
	display: block;
	font-size: 13px;
}

header h1 {
	float: left;
	margin-left: 3%;
	margin-top: 10px;
	width: 30%;
}

#contents {
	margin-top: -2px;
}

.main {
	padding-top: 60px;
}

section:not(#special) {
	box-sizing: border-box;
	padding: 80px 4% 40px;
}

section h2 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

section h3 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 400;
	color: #111;
}

section p {
	line-height: 1.5;
}

.section_title {
	text-align: center;
	margin-bottom: 30px;
}

.section_title_in {
	display: inline-block;
	width: auto;
	padding-bottom: 10px;
	color: #111;
	border-bottom: #195087 solid 1px;
}

#special {
	padding: 80px 0 40px;
}

#special .special_con {
	height: auto;
}

#special .special_con .relative {
	position: relative;
}

#special .special_con .special_txt {
	width: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 76%;
	line-height: 25px;
	color: #fff;
	text-align: left;
	background: none;
	border: none;
	position: absolute;
	top: 40%;
	left: 13%;
}

@media screen and (max-width: 320px) {
	#special .special_con .special_txt {
		left: 5%;
	}
}

#special .special_con p {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	background: #d35a67;
	padding: 15px 0px;
	border: #f2cdd1 2px solid;
}

#special .special_con p a {
	width: 100%;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding: 15px 0px;
}

#rss {
	width: 100%;
}

#rss ul {
	border-top: 1px dotted #333333;
}

#rss ul li {
	border-bottom: 1px dotted #333333;
	overflow: hidden;
	padding: 20px 0;
}

#rss ul li div {
	width: 30%;
	color: #00468C;
	font-weight: bold;
	text-align: right;
	float: right;
}

#rss ul li span {
	font-weight: bold;
	color: #04468C;
	display: block;
	padding-top: 10px;
}

#rss ul li span a {
	padding-top: 20px;

}

/*----------------------------------------------------------------*/
.main img,
#greeting img,
.relative img,
#aboutus img {
	width: 100%;
}

.acss_map h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #195087;
}

.acss_map p {
	margin-bottom: 10px;
}


#aboutus table {
	width: 100%;
	margin-bottom: 20px;
}

#aboutus table tr {
	text-align: left;
}

#aboutus dl {
	width: 100%;
	color: #444;
}

.service_con {
	margin-bottom: 25px;
}

#service dt.accordion {
	background: #00468c;
	color: #FFFFFF;
}

#service dd h4 {
	font-size: 1.8rem;
	color: #00468c;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #00468c 1px dashed;
}

#service dl ul {
	margin-bottom: 30px;
}

#service dl ul li {
	background: rgba(0, 0, 0, 0) url("../img/point01.png") no-repeat scroll left center;
	line-height: 2.5;
	padding-left: 4%;
	padding-bottom: 0;
}

#service dl ul li.s_list {
	background: rgba(0, 0, 0, 0) url("../img/point02.png") no-repeat scroll 4% !important;
	line-height: 2.5;
	padding-left: 8%;
	padding-bottom: 0;
}

#service dl ul li.st01 {
	background: rgba(0, 0, 0, 0) url("../img/point01.png") no-repeat scroll left top 6px;
	line-height: 1.6;
}

section dt.accordion {
	width: 100%;
	color: #444;
	background: #eee;
	-webkit-background-size: 100%;
	box-sizing: border-box;
	padding: 20px 12%;
	font-size: 1.6rem;
	border: solid 1px #fff;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	line-height: 1.5;
}

section dt.accordion.opened {
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0%, 0% 0%;
	-webkit-background-size: 0% 0%, 100%;
	background: #F3F8FE;
}

section dd {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

section dd ul li {
	list-style: none;
	background: #fff;
	padding-bottom: 18px;
}

section .close p {
	padding: 20px 0;
	text-align: center;
	letter-spacing: 0.2;
	color: #111;
	background: #d7e7f7;
}

#aboutus p.navi {
	float: right;
	margin-right: 5%;
	font-size: 2rem;
}

#page-top {
	padding: 30px;
	position: fixed;
	bottom: 1%;
	right: 1%;
	font-size: 1.4rem;
}

#page-top a {
	background: #666666;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 60px;
	line-height: 60px;
}

footer ul {
	overflow: hidden;
}

footer ul li {
	list-style-type: none;
}

footer ul li a {
	box-sizing: border-box;
	width: 50%;
	height: 60px;
	text-decoration: none;
	float: left;
	color: #fff;
	background-color: #04468c;
	border: 1px solid #fff;
	text-align: center;
	padding-top: 20px;
	font-size: 2.0rem;
}

footer .f_add {
	padding-bottom: 15px;
}

footer .f_add p {
	padding: 8px 0;
}

.footer_bottom {
	box-sizing: border-box;
	padding: 75px 0 50px 20px;
	background-color: #c6e1f7;
}

.footer_bottom p {
	color: #222;
}

p.name {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

p.privacy a {
	display: block;
	color: #00468c;
	margin-bottom: 10px;
}

small {
	font-size: 1.4rem;
}

/*下層ページ*/
.title_box {
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 80px 0 160px 0;
}

.con_form {
	width: 100%;
	border-bottom-style: none;
	font-size: 1.6rem;
}

.con_form tr th {
	box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	display: block;
}

.con_form tr td {
	box-sizing: border-box;
	display: block;
	padding: 10px;
	vertical-align: middle;
}

.con_form tr td input {
	width: 95% !important;
	text-align: left !important;
	padding: 3px;
	height: 44px;
	font-size: 16px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.con_form tr td textarea {
	width: 95% !important;
	text-align: left !important;
	padding: 3px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.con_form tr td select {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 5px;
}

#image-btn {
	border: 0px;
	width: 240px;
	height: 60px;
	background: url(../img/con_bt_off.png) left top no-repeat;
	cursor: pointer;
}

.font_red {
	color: #CC0000;
}

.bt {
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#recruit p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.rec_table tr {
	font-size: 1.6rem;
}

.rec_table tr th,
td {
	box-sizing: border-box;
	text-align: left;
}

.rec_table tr th {
	vertical-align: top;
	width: 20%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
}

.rec_table tr td {
	width: 100%;
	padding: 20px 10px;
}

.rec_table tr div {
	border: #000 1px solid;
	padding: 10px 6%;
	line-height: 1.5;
}

#privacy h4 {
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 2px solid #00468c;
	color: #00468c;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.8;
}

#privacy ul .st {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#privacy ul {
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
}

#privacy .ma_b70 {
	border-bottom: 1px dotted #000;
	margin-bottom: 70px;
}

#privacy ul li {
	padding-bottom: 20px;
	list-style: none;
}

#rss ul li {
	list-style: none;
	padding: 10px 0px;
}

#map2 {
	position: relative;
	height: 0;
	overflow: hidden;
}

#map2 iframe,
#map2 object,
#map2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}