@charset "utf-8";

@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
	overflow-wrap : break-word;
}
body {
	font-size: 13px;
	line-height: 150%;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}
.clear {
	clear: both;
}
a:link,
a:visited {
	color: #09C;
	text-decoration: none;
}
a:hover,
a:active {
	color: #F60;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:760px;
	height:auto;
}
p {
	margin-bottom: 1em;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	table-layout : fixed;
}
table th {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	padding: 1em;
	font-weight: normal;
	width: 30%;
}
table td {
	border: 1px solid #CCC;
	padding: 1em;
}
header {
	width: 100%;
	background-color: #FFFFFF;
	color: #FFF;
}
header .logo {
	margin: 0px;
	line-height: 0;
	padding: 20px;
}
header .logo img {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: auto;
}


#page_title {
	box-sizing: border-box;
	width: calc(100% - 40px);
	height:120px;
	position: relative;
	z-index:1;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	font-size: 32px;
	line-height: 120%;
	font-weight: normal;
	color: #FFF;
	border-radius:10px;
	background: linear-gradient(353deg, #85DBAF 35%, #1DBCBC);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 70px;
	background-color: #b3ebf9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0f92b3;
}
footer .close {

	text-decoration: none;

	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	text-align: center;
	transition:0.5s;
	color: #FFF;
	background-color: #0f92b3;
}
footer .close:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #0f92b3;
}

.detail_body {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	min-height:370px;
}
.content_title {
	margin-bottom: 25px;;

	margin-right: auto;
	margin-left: auto;
	max-width: 760px;
	padding: 15px;
	background-color: #e2f2f8;
	border: 1px solid #DDD;
	border-radius:4px;
}
.content_title .date{
	line-height: 150%;
	font-weight: normal;
	font-size: 115%;
	color: #F60;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.content_title .date .icon {
	vertical-align: middle;
	text-align: center;
	width: 8em;
	color: #FFF;
	background-color: #FFFFFF;
	font-size: 90%;
	margin-left: 0.7em;
	display: inline-block;
	line-height: 180%;
	border-radius:4px;
}
.content_title .date .topics_news{
	background-color: #ff6600;
}
.content_title .date .topics_recruit{
	background-color: #006699;
}
.content_title .date .topics_update{
	background-color: #669966;
}
.content_title .date .topics_other{
	background-color: #999;
}


.content_title h1 {
	font-size: 150%;
	line-height: 140%;
	font-weight: normal;
}

.detail_body .body {

}
.detail_body .body p {
	margin-bottom: 1.5em;
	line-height: 190%;
}
.detail_body .image_gallery_box {

}
.detail_body .image_gallery_box ul {

}
.detail_body .image_gallery_box ul li {
	text-align: center;
	margin-bottom: 1.5em;
}
.detail_body .image_gallery_box ul li img {
	height: auto;
	width: 100%;
}
.detail_body .image_gallery_box ul li .caption {
	margin-top: 2px;
	font-size: 90%;
	line-height: 140%;
}

.layout_1 .detail_body .body {
	width: 490px;
	float: left;
}
.layout_1 .detail_body .image_gallery_box {
	width: 250px;
	float: right;
}
.layout_2 .detail_body .body {
	width: 490px;
	float: right;
}
.layout_2 .detail_body .image_gallery_box {
	width: 250px;
	float: left;
}

.layout_1 .detail_body .image_gallery_box ul li,
.layout_2 .detail_body .image_gallery_box ul li {
	width: 250px;
}

.layout_3 .detail_body .image_gallery_box,
.layout_5 .detail_body .image_gallery_box {
	margin-bottom: 2.5em;
}

.layout_4 .detail_body .image_gallery_box,
.layout_6 .detail_body .image_gallery_box {
	margin-top: 2.5em;
}


.layout_3 .detail_body .image_gallery_box,
.layout_4 .detail_body .image_gallery_box,
.layout_5 .detail_body .image_gallery_box,
.layout_6 .detail_body .image_gallery_box {
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.layout_3 .detail_body .image_gallery_box ul li,
.layout_4 .detail_body .image_gallery_box ul li {
	width: 100%;
}
.layout_5 .detail_body .image_gallery_box ul li,
.layout_6 .detail_body .image_gallery_box ul li {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.detail_body .att_files_list {
	margin-top: 2.5em;
	margin-bottom: 50px;
}
.detail_body .att_files_list ul {

}
.detail_body .att_files_list ul li {
	margin-bottom: 1.5em;
}
.detail_body .att_files_list ul li a {
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 110%;
	width: 430px;
	min-height:60px;
	border-radius: 30px;
	margin-right: auto;
	margin-left: auto;
	transition: 0.4s;
	background: linear-gradient(90deg, #9AF3D9, #3CABDB 70%);
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-right: 40px;
	padding-left: 40px;
}
.detail_body .att_files_list ul li a:after {
	content: "▼";
	display: block;
	line-height: 60px;
	width: 60px;
	position: absolute;
	text-align:center;
	top: 0px;
	right: 0px;
	transform:rotate(-90deg)
}
.detail_body .att_files_list ul li a:hover {
	opacity:0.6;
}




/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


body {
	font-size: 24px;
	line-height: 170%;
	width: 640px;
}

img {
	max-width:600px;
	height:auto;
}
br.pc_nowrap {
	display: inline;
}
br.mobile_nowrap {
	display: none;
}



footer .close {
	text-decoration: none;
	display: block;
	line-height: 50px;
	font-size: 24px;
	font-weight: normal;
	height: 50px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	text-align: center;
	transition:0.5s;
}
footer .close:hover {
	text-decoration: none;
}

.detail_body {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	min-height:700px;
}
.content_title {
	box-sizing:border-box;
	margin-bottom: 25px;;

	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	padding: 15px;
	border: 1px solid #DDD;
	border-radius:4px;
}


.content_title h1 {
	font-size: 130%;
	line-height: 140%;
	font-weight: normal;
}

.layout_1 .detail_body .body {
	width: 380px;
	float: left;
}
.layout_1 .detail_body .image_gallery_box {
	width: 200px;
	float: right;
}
.layout_2 .detail_body .body {
	width: 380px;
	float: right;
}
.layout_2 .detail_body .image_gallery_box {
	width: 200px;
	float: left;
}

.layout_1 .detail_body .image_gallery_box ul li,
.layout_2 .detail_body .image_gallery_box ul li {
	width: 200px;
}

.layout_3 .detail_body .image_gallery_box,
.layout_5 .detail_body .image_gallery_box {
	margin-bottom: 2.5em;
}

.layout_4 .detail_body .image_gallery_box,
.layout_6 .detail_body .image_gallery_box {
	margin-top: 2.5em;
}


.layout_3 .detail_body .image_gallery_box,
.layout_4 .detail_body .image_gallery_box,
.layout_5 .detail_body .image_gallery_box,
.layout_6 .detail_body .image_gallery_box {
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.layout_3 .detail_body .image_gallery_box ul li,
.layout_4 .detail_body .image_gallery_box ul li {
	width: 100%;
}
.layout_5 .detail_body .image_gallery_box ul li,
.layout_6 .detail_body .image_gallery_box ul li {
	width: 280px;
}
.detail_body .att_files_list {
	margin-top: 2.5em;
	margin-bottom: 50px;
}
.detail_body .att_files_list ul {

}
.detail_body .att_files_list ul li a {
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 110%;
	width: 100%;
	min-height:90px;
	border-radius: 45px;
	margin-right: auto;
	margin-left: auto;
	transition: 0.4s;
	background: linear-gradient(90deg, #9AF3D9, #3CABDB 70%);
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-right: 70px;
	padding-left: 70px;
}
.detail_body .att_files_list ul li a:after {
	content: "▼";
	display: block;
	line-height: 90px;
	width: 90px;
	position: absolute;
	text-align:center;
	top: 0px;
	right: 0px;
	transform:rotate(-90deg)
}
.-----MOBILE_ONLY_CSS_END----- {}

	
}
