/*===========================
basic
===========================*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}
body {
	line-height: 1;
}
img {
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #008bda;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}
/*===========================
fonts
===========================*/


/*===========================
general
===========================*/



body {
	font-size: 14px;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background: #fff;
}
.wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.arrow {
	position: relative;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	background: #549acf;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow1::before {
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	padding: 10px 20px 9px 24px;
}
.arrow a:hover {
	background: #73c7e6;
}

@media only screen and (max-width: 768px) {
.wrapper {
	width: 96%;
}
}
/*===========================
nav
===========================*/


.main-nav {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	height: 61px;
	z-index: 1;
	position: relative;
}
.main-nav ul {
	height: 61px;
	width: 95%;
	padding: 0 1% 0 4%;
}
.main-nav li {
	height: 61px;
	display: inline-block;
	width: 15%;
	margin: 0 2%;
	text-align: center;
	line-height: 61px;
	font-family: "Times New Roman", Times, serif;
}
.main-nav li.on {
	background-image: url(../img/common/line_navi.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto;
}
.main-nav li a {
	display: block;
	width: 100%;
	height: 61px;
	text-decoration: none;
	color: #222;
}
.main-nav li a:after {
	display: block;
	content: "";
	width: 0;
	height: 3px;
	background-color: #7e1b1d;
	margin: -61px auto 0;
	transition: .50s ease-out;
	-webkit-transition: .50s ease-out;
	-moz-transition: .50s ease-out;
	-o-transition: .50s ease-out;
	-ms-transition: .50s ease-out;
}
.main-nav li a:hover:after {
	width: 100%;
}
.main-nav li a:hover {
}
#slide-menu {
	display: none;
}

@media only screen and (max-width: 768px) {
.main-nav {
	display: none;
}
#sp-nav {
	width: 100%;
	border-bottom: 1px solid #EEE;
}
#slide-menu {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 100%;
	background: url("../img/common/icon-menu.svg") no-repeat center center;
	background-size: 60px 44px;
	cursor: pointer;
	text-indent: -9999px;
	padding: 10px 0;
	margin-right: 10px;
}
}
/*===========================
main_area
===========================*/

.text {
	margin: 0 0 1em 0;
}
.text2 {
	margin: 0 0 2em 0;
}
/*===========================
footer
===========================*/

#footer {
	padding: 36px 0;
	clear: both;
	background-color: #5c0f11;
	color: #f3d7cf;
	font-size: 0.9em;
}
#footer .data {
	float: left;
	width: 50%;
	margin-bottom: 0.5em;
}
#footer .data h1 {
	font-size: 1.1em;
	color: #f3d7cf;
	margin-bottom: 0.4em;
}
#footer .data p {
	margin-bottom: 0.4em;
}
#footer .map {
	float: right;
	width: 50%;
	text-align: right;
}
#footer .copyright {
	text-align: center;
	clear: both;
	font-size: 92%;
	color: #9b5c4b;
}

@media only screen and (max-width: 768px) {
	

#footer {
	padding: 20px 0;
}	

#footer .data {
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}
#footer .data h1, #footer .data p {
	text-align: center;
}
#footer .map {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}
}
/*===========================
other
===========================*/


@media only screen and (max-width: 768px) {

.sp {
	display: none;
}

}



/* 「※」付きなど用の文字インデント */

.ex {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.3em;
}
.ex span {
	color: #FF0000;
}
#pagetop {
	position: fixed;
	bottom: 164px;
	right: 10px;
	font-size: 12px;
	z-index: 5;
}
#pagetop a {
	display: block;
	background-color: rgba(91,5,8,0.6);
	text-decoration: none;
	color: #FFF;
	border: 1px solid #f3d7cf;
	background-image: url(../img/common/arrow_top.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	padding: 15px 18px 10px;
}
#pagetop a:hover {
	background-color: rgba(91,5,8,0.9);
}
.dataArea {
	padding: 40px 0 40px 0;
	border-top: 1px solid #d8e3ec;
	clear: both;
}
.topData {
	border-top: none;
}
.dataArea .data {
	float: left;
	margin-right: 20px;
}
.pdf {
	background-image: url(../img/common/icn_pdf.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 21px;
}
.external {
	background-image: url(../img/common/icn_externallink.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 15px;
}

 @media only screen and (max-width: 768px) {
	 
	 #pagetop {
	bottom: 20px;
}
 }
