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

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

html, body {
	font-size: 16px;
}

.header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.header:before {
	content: "";
	background-image: url("../img/common/hdr_topline.png");
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.header .hdr-wrap {
	display: none;
}

ul.nav-list {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: space-between;
	font-size: 90%;
	line-height: 110%;
	text-align: center;
}

ul.nav-list li {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #037A91;
}

ul.nav-list li:first-child {
	border-top: solid 1px #037A91;
}

ul.nav-list li a {
	width: 90%;
	margin: 0 auto;
	padding: 15px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #037A91;
	transition: all 0.3s;
}

ul.nav-list li a:after {
	content: "";
	display: inline-block;
	background: center / contain no-repeat url("../img/common/hdr_sp-arr.png");
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	transition: all 0.3s;
}

ul.nav-list li a:hover {
	color: #037A91;
}

ul.nav-list li a:hover:after {
	display: none;
}

ul.sp-extranav {
	width: 90%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 90%;
	line-height: 110%;
	font-weight: bold;
}

ul.sp-extranav li {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: visible;
}

ul.sp-extranav li:before {
	content: "●";
	font-size: 50%;
	color: #037A91;
	display: inline;
	width: 1.0em;
	margin: 0 1.0em 0 -1.0em;
}

ul.sp-extranav li a {
	color: #037A91
}

.sp-navbnr {
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-image: url("../img/common/hdr_bnrstripe-bk.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 90%;
	line-height: 110%;
}

.sp-navbnr a {
	width: 90%;
	margin: 0 auto;
	padding: 15px 5%;
	display: block;
	color: #000000;
}

.sp-hospbnr {
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #2390AC;
	text-align: center;
	font-size: 80%;
}

.sp-hospbnr a {
	width: 90%;
	margin: 0 auto;
	padding: 5px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

.sp-hospbnr a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url("../img/common/hdr_hospbnr-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/*****MAIN*****/

.main {
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.hdr-img {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.hdr-img h1 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	line-height: 210%;
	color: #FFFFFF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hdr-img h1:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 40px;
	background-color: #FFFFFF;
	margin: 0 10px 0 0;
}

.pankuzu {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 60%;
	color: #434343;
}

.pankuzu a {
	color: #434343;
}

.page-wrap {
    width: 98%;
	max-width: 1200px;
    margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.content-wrap {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.cont-sec {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.cont-sec h3 {
	width: 95%;
	margin: 0 auto 30px;
	padding: 15px 2.5%;
	position: relative;
	overflow: hidden;
	background-color: #2390AC;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	line-height: 180%;
}

section.cont-sec h4 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
	line-height: 110%;
	color: #037A91;
	border-bottom: solid 2px #037A91;
}

section.cont-sec .wrap {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.cont-sec .txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 240%;
}

section.cont-sec .small {
	font-size: 80%;
}

section.cont-sec a {
	text-decoration: underline;
	color: #495093;
	transition: all 0.3s;
}

section.cont-sec a:hover {
	opacity: 0.5;
}

.link-list ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 90%;
	font-weight: bold;
}

.link-list ul li {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: visible;
}

.link-list ul li:before {
	content: "●";
	font-size: 80%;
	color: #495093;
	display: inline-block;
	width: 1.0em;
	margin: 0 0.6em 0 -1.0em;
}

.link-list ul li a {
	text-decoration: none;
	color: #495093;
}

.link-list ul li a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	background-image: url("../img/common/linklist-icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.googlemap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 70%;
}

.googlemap iframe {
    width: 100%;
    height: 300px;
    margin: 0;
}

/***FOOTER***/

.pageup {
    width: 10%;
    max-width: 50px;
    position: fixed;
    right: 2%;
	bottom:50px;
    z-index: 100;
    line-height: 0%;
	cursor: pointer;
    
	opacity: 0;
	transition: all 0.2s;
}

.sticky {
	position: fixed;
	bottom:50px;
	transition: all 0.5s;
}

.fadeitin {
	opacity: 1.0;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 30px 0 10px;
    position: relative;
    overflow: hidden;
    background-color: #EDFCFF;
}

.ftr-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ftr-top {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}

.ftr-top .ftr-l {
     width: 100%;   
	 margin: 0 0 10px;
}

.ftr-l .ftr-logo {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    color: #037A91;
}

.ftr-l .ftr-add {
     width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ftr-top .ftr-r {
    width: 100%;
	display: flex;
	justify-content: space-between;
}

.ftr-r .ftr-btn {
	width: 48%;
	background-image: url("../img/common/ftr_bnrstripe-bk.png");
	background-size: cover;
	background-position: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
	
	opacity: 1.0;
	transition: all 0.3s;
}

.ftr-r .ftr-btn:hover {
	opacity: 0.5;
}

.ftr-r .ftr-btn a {
	width: 80%;
	margin: 0 auto;
	padding: 10px 10%;
	display: block;
	color: #000000;
}

.ftr-bot {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
	font-size: 80%;
	line-height: 180%;
}

.ftr-bot h5 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
}

.copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 60%;
	font-weight: bold;
	text-align: right;
}

/***NEWS***/

ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
    justify-content: flex-start;
	flex-wrap: wrap;
}

ul.news-list li {
    width: 90%;
	margin: 0 auto 30px;
}

ul.news-list li a {
    color: #000000;
}

ul.news-list li .news-img {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 110%;
	border: solid 1px #C6D6D9;
}

ul.news-list li .news-date {
    font-size: 80%;
    line-height: 110%;
}

ul.news-list li .news-title {
    font-size: 100%;
}

.news-btn {
	width: 40%;
	float: right;
	max-width: 150px;
	margin: 0 5% 10px 0;
	border: solid 1px #C6D6D9;
	font-size: 80%;
	line-height: 110%;
	font-weight: bold;
}

.news-btn a {
	width: 80%;
	margin: 0 auto;
	padding: 20px 10%;
	display: flex;
	justify-content: space-between;
    align-items: center;
    color: #000000; 
    background-color: #FFFFFF;
    transition: all 0.5s;
}

.news-btn a:hover {
	background-color: #EDFCFF;
}

.news-btn a:after {
	content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/index/pagecontent-arr.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

ul.pagination {
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: center;
}

ul.pagination li {
	margin: 0 0.5%;
}

ul.pagination li a {
	color:#000000;
	display: block;
	text-decoration: none;
	line-height: 100%;
	background: #ededed;
	padding: 10px 13px;
}

ul.pagination li.no-link {
	text-decoration: none;
	color: #cccccc;
	line-height: 100%;
	padding: 10px 13px;
}

ul.pagination li.this-page,ul.pagination li span.current {
	text-decoration: none;
    color: #ffffff;
    background: #2390ac;
    line-height: 100%;
    padding: 10px 13px;
}

.back-btn {
	width: 60%;
	max-width: 300px;
	margin: 100px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
	background-color: #2390AC;
	border-radius: 8px;
}

.back-btn:hover {
	background-color: #0C5166;
}

.back-btn a {
	width: 100%;
	padding: 20px 0;
	display: block;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

}