@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */


@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#logo-sub {
		display: none;
	}

	.sp-header {
		display: none;
	}

	#scrollTop {
		/* display: none; */
		display: block;
	}
}


/* Windows */
@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local('YuGothic-Medium'),
		/* Mediumを明示的に指定 */
		local('Yu Gothic Medium'),
		/* Chrome用 */
		local('YuGothic-Regular');
	/* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local('YoGothic-Bold'),
		/* Boldはそのまま */
		local('Yu Gothic');
	/* Chrome用 */
}

.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: 5px;
	color: #ff5353;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	zoom: 1;
}

.none_text {
	display: none;
}




a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder {
	color: #333;
}


body,
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 140%;


}



ol,
ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}


@media screen and (min-width: 768px) {
	.sp-disp {
		display: none !important;
	}

}

@media screen and (max-width: 767px) {
	.pc-disp {
		display: none !important;
	}

}



@media screen and (min-width: 601px) {
	.sp-disp600 {
		display: none !important;
	}

}

@media screen and (max-width: 600px) {
	.pc-disp600 {
		display: none !important;
	}

}





.hideAnchor {
	display: block;
	height: 0px;
		overflow: hidden;
	text-indent: -9999px;
	margin-top: -90px;
	padding-bottom: 90px;
}



#lay-container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
	position: relative;
}



#scrollTop {
	position: fixed;
	display: flex;
	justify-content: flex-end;
	width: fit-content;
	right: 0;
	bottom: 0;
	z-index: 20;
	margin-bottom: 0;

}

#scrollTop > a {
	display: block;
	width: 60px;
}

#scrollTop > a > img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 861px) {
	#scrollTop > .com-snsLinkList {
		display: none !important;
	}
}


#scrollTop > .com-snsLinkList > li {
	width: 50px;
}
@media screen and (max-width: 460px) {
	#scrollTop > .com-snsLinkList > li {
		width: 40px;
	}
}

.skip-header a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}

.header-bottom {
	padding-top: 109px;
}

@media screen and (max-width: 860px) {
	.header-bottom {
		padding-top: 70px;
	}
}


#pc-header {
	width: 100%;
	position: fixed;
	z-index: 9998;
	background-color: rgba(255, 255, 255, 1.0);
}


#header {
	width: 100%;
}


#headerInner {
	width: 100%;
}

#headerInner table {
	width: 100%;
	box-shadow: 0px 7px 5px -5px rgb(0 0 0 / 20%);
}

.headerInner-l {
	width: 220px;
	padding-left: 10px;
	vertical-align: middle;
}

.headerInner-l img {
	width: 100%;
}


.headerInner-r {
	width: auto;
	text-align: right;
	vertical-align: top;
	clear: both;
	padding: 0;
}
.headerInner-r-top {
	display: flex;
	justify-content: flex-end;
	width: fit-content;
	padding: 0;
	margin: 0 0 0 auto;
}




.font-size {
	background-color: #005b4c;
	display: block;
	width: auto;
	height: 52px;
	padding: 10px 15px 7px 15px;
	text-align: center;
}

.pc-search {
	display: block;
	width: auto;
	height: 52px;
	background-color: #005b4c;
	float: right;
	padding: 9px 17px;
	text-align: left;
}

.sp-search {

	margin-top: 50px;
	text-align: center;
}


.pc-search span {
	display: inline-block;
}

.label {
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
}

.default {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.default a:link {
	text-decoration: none;
	display: block;
	background-color: #fff;
	color: #000;
	padding: 3px 8px;
	border-radius: 20px;
}

.default a:hover {
	background-color: #fff;
	color: #000;
}

.large {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.large a:link {
	text-decoration: none;
	display: block;
	background-color: #000;
	color: #f6e490;
	padding: 3px 8px;
	border-radius: 20px;
}

.large a:hover {
	background-color: #fff;
	color: #000;
}





.input_item {
	width: 166px;
	border: none;
	height: 32px;
	padding: 3px 28px 3px 5px;
	background: #fff;
	font-size: 16px;

	border-radius: 0px !important;
	color: #333;
}


#searchsubmit {
	width: 18px;
	margin-left: -26px;
	padding-bottom: 0;

}


.input_item2 {
	width: 90%;
	max-width: 300px !important;
	border: 1px solid #ccc;
	height: 32px;
	padding: 3px 28px 3px 5px;
	background: #fff;
	font-size: 16px;

	border-radius: 0px !important;
	color: #333;
}


#searchsubmit2 {
	width: 18px;
	margin-left: -26px;
	padding-bottom: 0;

}





#globalNav {
	width: 100%;
	padding-top: 5px；
}

#globalNavInner {
	width: 100%;
	padding: 0 0 0 0;
}



#globalNavInner ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	font-size: 110%;
	justify-content: right;
	padding: 8px 0;
}



#globalNavInner ul li {
	text-align: center;
	padding: 8px 0;
	font-size: 90%;
}


#globalNavInner ul li a {
	display: block;
	padding: 0 22px;
	text-decoration: none;
	font-weight: bold;
border-left: #000 solid 1px;
}




@media screen and (max-width: 1000px) {
	#globalNavInner ul li a {
		padding: 0 10px;
	}
}


#globalNavInner ul li:first-child a {
	border-left: none;
}




#globalNavInner ul li a:hover {
	color: #005b4c;
}




/* プルダウン Nav
================================================== */

#globalNavInner {
	position: relative;
}





#globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
	width: 300px;
}


#globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 80%;
	transition: .4s;
	color: #fff;

}

#globalNavInner>ul .child li:nth-child(odd) {
	background-color: #005b4c;
}

#globalNavInner>ul .child li:nth-child(even) {
	background-color: #004136;
}


#globalNavInner>ul .child li:last-child {}

#globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	text-align: left;
	color: #fff;
	border-left: none;
}

#globalNavInner>ul .child li a:hover {}

#globalNavInner>ul .child li:hover {
	background-color: #b99814;
}


.com-snsLinkList {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	background-color: #fff;
}
.com-snsLinkList > li {
	display: block;
	width: 52px;
}
.com-snsLinkList > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.com-snsLinkList > li > a > img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}





/*メニュー関係終わり
---------------------------------------------------------------*/




/* トップ
================================================== */



#home #content {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 0px;
	border-bottom: none;
}


#content {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 60px;
}

.top1 {
	width: 100%;
	position: relative;
	background-image: url(../images/slide_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	display: none;
}



.top1-inner {
	width: 100%;
	padding: 60px 0 0 0;
	overflow: hidden;

}


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

	.top1-inner {
		padding: 40px 0 0 0;
	}

}


.top1-inner .slick-box {
	width: 220%;
	margin-left: -60%;

}




.top1-inner .slick-box li {
	padding: 0 20px;
	width: 100%;
}



.top1-inner .slick-box li img {
	width: 100%;
}





.tomizuhiki {
	width: 100%;
}

.mizuhiki img {
	width: 100%;
	display: block;
}


.shimanekko-l,.shimanekko-r {
	position: absolute;
	bottom: 20px;
	width: 10%;
}

.shimanekko-l img,.shimanekko-r img {
	width: 100%;
}

.shimanekko-l {
	left: 6%;
}


.shimanekko-r {
	right: 6%;
}


@media screen and (max-width: 767px) {
	.top1-inner .slick-box {
		width: 300%;
		margin-left: -100%;
	}

	.shimanekko-l {
		width: 15%;
		left: 5%;
	}

	.shimanekko-r {
		width: 15%;
		right: 5%;
	}

}

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


	.shimanekko-l,.shimanekko-r  {
		width: 17%;
    	bottom: 12px;

	}
}


#home h2 {
	font-size: 300%;
	font-family: 'Anton', sans-serif;
	letter-spacing: .08em;
	text-align: center;
	font-weight: 400;
	padding-bottom: 5px;
}


.h2-sub {
	text-align: center;
	font-weight: bold;
	color: #b99814;
	margin-bottom: 13px;
	font-size: 97%;
	font-family: 'Noto Sans JP', sans-serif;
}



.top2 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.top2-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 40px 0 40px;
	position: relative;
	z-index: 11;
}


@media screen and (max-width: 500px) {
.top2-inner {
    padding: 60px 20px 0 20px;
}
}



#home .top2 h2 {
	color: #005b4c
}

.top2 .top-news-header-catTab {
	margin: 2.0rem 0 0;
}

.top2 .no-content {
	font-weight: 600;
	font-size: 120%;
	text-align: center;
	margin: 4.0rem 0;
	opacity: 0.8;
}

.top2-ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2.5rem 2.0rem;
	width: 100%;
	margin: 2.5rem 0 0;
}

@media screen and (max-width: 860px) {
	.top2-ul {
		gap: 2.0rem 1.0rem;
		margin: 1.5rem 0 0;
	}
}

.top2-ul li {
	display: block;
	width: calc(100% / 3 - (2.0rem * 2 /3));
}
@media screen and (max-width: 860px) {
	.top2-ul li {
		width: calc(100% / 3 - (1.0rem * 2 /3));
	}
}
@media screen and (max-width: 600px) {
	.top2-ul li {
		width: calc(50% - 0.5rem);
	}
}


.top2-ul li:last-child {
	border-bottom: none;
}

.top2-ul li .thumb {
	width: 100%;
	display: block;
}

.top2-ul li .thumb > a {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}

.top2-ul li .thumb > a > img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

.top2-ul li .textGroup {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:  0.5rem 1.0rem;
	width: 100%;
	flex-grow: 1;
	margin: 1.0rem 0 0;
}

.top2-ul li .date {
	order: 1;
	display: block;
	color: #005b4c;
}

.top2-ul li .list-category-mark {
	order: 2;
}

.top2-ul li .title {
	order: 3;
	display: block;
	width: 100%;
}

.news-link {
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width: 600px) {
	.news-link {
		margin-top: 40px;
	}
}

.news-link a:link {
	display: inline-block;
	padding: 8px 35px 8px 12px;
	background-color: #005b4c;
	color: #fff;
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 7px;
	text-decoration: none;
	font-size: 77%;
	font-weight: bold;
}

.news-link a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.news-link a:visited {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.top2-ul li .date {
		display: block;
		;
	}

	.top2-ul li .title {
		display: block;
		width: 100%;
	}

}




.top3 {
	width: 100%;
	overflow: hidden;
}

.top301 {
	width: 100%;
	position: relative;
}


.top301-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 720px;
	padding: 120px 40px 120px;
	margin: 80px auto 0;
}

.top301-inner::before {
	content: "";
	position: absolute;
	display: block;
	width: 200%;
	height: 100%;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: url(../images/bg.jpg) no-repeat center / contain;
	opacity: 0.7;
	z-index: -1;
	pointer-events: none;
}

@media screen and (max-width: 500px) {
	.top301-inner {
		padding: 100px 20px 100px;
	}

	.top301-inner::before {
		width: 200%;
		height: calc(100% + 50px);
	}
}

#home .top3 h2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 450px;
	min-height: 124px;
	text-align: center;
	color: #ea6000;
	font-size: 280%;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0;
	padding: 0 180px 0;
	margin: 0 auto 0;
	z-index: 10;
}

#home .top3 h2::before,
#home .top3 h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 96px;
	height: 100%;
	max-height: 124px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#home .top3 h2::before {
	background-image: url(../images/shimanekko01.png);
	left: 0;
}

#home .top3 h2::after {
	background-image: url(../images/shimanekko02.png);
	right: 0;
}

@media screen and (max-width: 500px) {
	#home .top3 h2 {
		max-width: 330px;
		min-height: 90px;
		padding: 0 94px 0;
	}

	#home .top3 h2::before,
	#home .top3 h2::after {
		width: 52px;
	}
}


.top3 .sub-title {
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 900;
	line-height: 135%;
	font-size: 300%;
	letter-spacing: 3px;
	margin: 40px 0 40px;
	z-index: 10;
}


.top3 .sub-title img{
}


@media screen and (max-width: 500px) {
	.top3 .sub-title {
		margin-top: 14px;
		margin-bottom: 30px;
	}
}

.top3-com {
	width: 100%;
	text-align: center;
	font-size: 120%;
	max-width: 560px;
	line-height: 190%;
	margin: 0 auto 0;
}

.top3-com span {
	position: relative;
	display: block;
	z-index: 10;
    padding: 5px 0;
	font-weight: bold;
}


@media screen and (max-width: 500px) {
.top3-com span {
    font-size: 115%;
}
}

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

	.top3-com {
		max-width: 500px;
	}

}


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

	.top3 .sub-title {
		line-height: 130%;
	}

	.top3 .sub-title {
		font-size: 270%;
	}


	.top3-com {
		max-width: 440px;
		font-size: 110%;
	}

}


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


	.top3 .sub-title {
		font-size: 265%;
	}


	.top3-com {
		max-width: 400px;
		font-size: 105%;
	}

}

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

	.top3 .sub-title {
		font-size: 220%;
	}

	.top3-com {
		max-width: 370px;
		font-size: 100%;
	}

}

/*
.top3-shimanekko-l {
	left: 10%;
}
.top3-shimanekko-r {
	right: 10%;
}
*/

.top3-com {
	top: 57%;
}


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


	.top3-com {
		top: 55%;
		font-size: 90%;
	}


}




.top302 {
	width: 100%;
	position: relative;
	margin: 80px 0 0;
}


.top302-inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px 50px 40px;
	z-index: 11;
}


.top302-inner-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.top302-inner-ul li {
	font-weight: bold !important;
}

.top302-inner-ul li.top302-inner-ul-li-l,
.top302-inner-ul li.top302-inner-ul-li-r {
	width: 47%;
	margin-bottom: 30px;
	box-shadow: 0 0 4px gray;
}

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

	.top302-inner-ul li.top302-inner-ul-li-l,
	.top302-inner-ul li.top302-inner-ul-li-r {
		width: 100%;
	}

}

/*
.top302-inner-ul li.top302-inner-ul-li-l .thumb,
.top302-inner-ul li.top302-inner-ul-li-r .thumb {
	display: block;
}

.top302-inner-ul li.top302-inner-ul-li-l .thumb img,
.top302-inner-ul li.top302-inner-ul-li-r .thumb img {
	width: 100%;
}
*/

.top302-inner-ul li .title {
	font-size: 150%;
	display: block;
	letter-spacing: 3px;
}




.top302-inner-ul li .title a:link {
	display: block;
	background-color: #005b4c;
	padding: 8px 0 8px 20px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 10px;
}


@media screen and (max-width: 430px) {
.top302-inner-ul li .title {
    font-size: 120%;
}
}

.top302-inner-ul li .title a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.top302-inner-ul li .title a:visited {
	color: #fff;
}


.top302-inner-ul2 {
	width: 100%;
}

.top302-inner-ul2 li {
	width: 100%;
}

.top302-inner-ul-li-l .top302-inner-ul2 li {
	position: relative;
}



.top302-inner-ul2 li .thumb {
	display: block;
}

.top302-inner-ul2 li .thumb img {
	width: 100%;
    height: auto;
    /* object-fit: cover; */
    height: 17em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: top center;
}


@media screen and (max-width: 650px) {
.top302-inner-ul2 li .thumb img {
    height: 12em;
}
}


@media screen and (max-width: 600px) {
.top302-inner-ul2 li .thumb img {
    height: 23em;
}

	
}

@media screen and (max-width: 500px) {
.top302-inner-ul2 li .thumb img {
    height: 18em;
}
}

@media screen and (max-width: 420px) {
.top302-inner-ul2 li .thumb img {
    height: 15em;
}
}

.top302-inner-ul2 li .title {
	display: none;
}

.top302-inner-ul-li-l .top302-inner-ul2 li .title {
	position: absolute;
    display: block;
    width: auto;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    letter-spacing: 0;
    background-color: #b99814;
    color: #fff;
}

@media screen and (max-width: 600px) {
.top302-inner-ul-li-l .top302-inner-ul2 li .title {
    bottom: 0;
    left: 0;
}
}

.top302-inner-ul-li-l .top302-inner-ul2 li .title a:link {
	    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    background-image: none;
    padding: 4px 10px;
    font-weight: 100;
}

.top302-inner-ul-li-l .top302-inner-ul2 li .title a:visited {
	color: #fff;
}

.top4 {
	width: 100%;
	overflow: hidden;
}

.top401 {
	width: 100%;
	position: relative;
	overflow-y: visible;
	background-color: #fceed4;
}


.top401-inner {
	width: 100%;
	/* max-width: 700px; */
	margin: 0 auto;
	padding: 80px 40px 80px 40px;
	position: relative;
	z-index: 11;
}

@media screen and (max-width: 500px) {
	.top401-inner {
			padding: 50px 40px;
	}
}

/********** TOP Youtube START **********/
.top401-youtube .top401-youtube-contentsContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 2.0rem 2.0rem;
	width: 100%;
	max-width: 920px;
	margin: 2.0rem auto 0;
}
@media screen and (max-width: 600px) {
	.top401-youtube .top401-youtube-contentsContainer {
		max-width: initial;
		justify-content: center;
	}
}
.top401-youtube .top401-youtube-contentsContainer:first-child {
	margin-top: 0;
}
.top401-youtube .top401-youtube-contentsContainer .iframeWrap {
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(50% - (2.0rem * 0.5));
	max-width: 420px;
}
@media screen and (max-width: 600px) {
	.top401-youtube .top401-youtube-contentsContainer .iframeWrap {
		width: 100%;
		max-width: initial;
	}
}

.top401-youtube .top401-youtube-contentsContainer .iframeWrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * (9 / 16));
}
.top401-youtube .top401-youtube-contentsContainer .iframeWrap > iframe {
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100% !important;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

/* サイズ大(isLarge)用 Style */
.top401-youtube .top401-youtube-contentsContainer.isLarge {
	justify-content: center;
	max-width: initial;
}
.top401-youtube .top401-youtube-contentsContainer.isLarge .iframeWrap {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 600px) {
	.top401-youtube .top401-youtube-contentsContainer.isLarge .iframeWrap {
		width: 100%;
		max-width: initial;
	}
}
/********** TOP Youtube END **********/


.top401-inner p {
	text-align: center;
	margin: 10px 0 30px 0;
}

.top401-instagram {
	text-align: center;
	margin: 40px auto 0;
	max-width: 300px;
	border: 1px solid #000;
}
.top401-instagram:first-child {
	margin-top: 0;
}

.top401-instagram img {
	display: block;
	width: 100%;
	height: auto;
}

.top402 {
	width: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
}


.top402-inner {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 10px 40px 10px;
    position: relative;
    z-index: 11;
}


@media screen and (max-width: 1120px) {
.top402-inner {
    max-width: 980px;
}
	
}


@media screen and (max-width: 1000px) {
	
.top402-inner {
    padding: 80px 30px 40px 30px;
	}
	
}

.top402-inner h2 {
	text-align: center;
	color: #005b4c;
}

.top402-inner h2 span {
	border-bottom: 3px solid #b99814;
	font-weight: 900;
	font-size: 80%;
	font-family: 'Noto Sans JP', sans-serif;
}


.top402-banner {
	width: 100%;
	margin: 50px 0 30px 0;
	text-align: center;
}

.top402-banner img {
	width: 100%;
	box-shadow: 0px 0px 8px 0 grey;
}

.top402-inner p {
	text-align: center;
	font-weight: bold;
}


.top402-ul {
	width: 100%;
	margin: 50px 0 30px 0;
	text-align: center;
	display: flex;
}



.top402-ul li {
	margin: 0 1.5% 0 1.5%;
}



@media screen and (max-width: 730px) {
	
	.top402-ul {
    display: block;
}
	
	
.top402-ul li {
    margin: 0 5% 0 5%;
}
	
}


@media screen and (max-width: 430px) {
	
.top402-ul li {
    margin: 0;
}
	
}



.top402-ul li .thumb {
	display: block;
}
.top402-ul li .thumb img {
	width: 100%;
	box-shadow: 0px 0px 8px 0 grey;
}

.top402-ul li .title {
	display: none;

}

.top402-ul li .description {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 45px;
}
.no-content {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 45px;
}


.archive{
    padding-bottom: 80px;
}


.archive-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 40px 40px 40px;
    position: relative;
    z-index: 11;
    border: 1px solid #035b4c;
    text-align: center;
}

.archive-inner h3{
	color: #035b4c;
    font-weight: 900;
    font-size: 170%;
    margin-bottom: 30px;
}

p.archive-text{
	font-weight: bold;
	margin-top: 30px;
}

@media screen and (max-width: 1200px) {
	
.archive {
    padding: 0 30px 80px 30px;
}
	
.archive-inner {
    max-width: 900px;
}
	
}


.top5 {
	width: 100%;

	background-color: #005b4c;
}

.top5-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px 80px 20px;
}

.top5 h2 {
	color: #fff;
}


.top5 h3 {
	font-size: 160%;
	letter-spacing: .08em;
	color: #fff;
	margin: 30px 0 25px 0;
	padding-left: 10px;
}


.top5-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.top5-ul li {

}


.top5-ul li span {
	display: inline-block;
	padding: 0 11px 0 10px;
	border-right: 1px solid #fff;
	line-height: 100%;
	font-size: 77%;
}


.top5-ul li:last-child span {
	border-right: none;
}


.top5-ul li span a:link {
	color: #fff;
	text-decoration: none;
}

.top5-ul li  span a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.top5-ul li  span a:visited {
	color: #fff;
}

/* COMPETITION PC */
@media screen and (min-width: 601px) {
	.top5-linkBlock .top5-linkBlock-section .top5-link {
		display: block !important;
	}
	.top5-linkBlock .top5-linkBlock-section .top5-linkBlock-section-hl {
		pointer-events: none;
	}
}

/* COMPETITION SP */
@media screen and (max-width: 600px) {
	.top5-linkBlock {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	}
.top5-linkBlock .top5-linkBlock-section {
	width: 48%;
}
.top5-linkBlock .top5-linkBlock-section .top5-linkBlock-section-hl {
	display: block;
	padding: 10% 0 25% 0;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	background-image: url(../images/arrow_w02.png);
	background-repeat: no-repeat;
	background-position: center bottom 15%;
	background-size: 20px;
margin: 30px 0 0;
		pointer-events: auto;
		cursor: pointer;
	}
	.top5-linkBlock .top5-linkBlock-section .top5-link {
		display: none;
		margin: 25px 0 0;
	}
	.top5-linkBlock .top5-linkBlock-section .top5-link > span {
		display: block;
		font-size: 100%;
		line-height: 1.8em;
		letter-spacing: 0.06em;
		border: none;
		border-bottom: 1px solid #fff;
		padding: 0 0 0;
	}
	.top5-linkBlock .top5-linkBlock-section .top5-link > span > a {
		display: block;
		padding: 0.5em 0.5em;
	}
}
@media screen and (max-width: 480px) {
	.top5-linkBlock .top5-linkBlock-section {
		width: 100%;
	}
	.top5-linkBlock .top5-linkBlock-section .top5-linkBlock-section-hl {
		padding: 1.5em 0 2.5em 0;
	}
}

#footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: linear-gradient(25deg, #fcf7b1, #eac7a6);
}

.footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 40px 45px 40px;
	position: relative;
	z-index: 11;
}

.footer-ul {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 671px) {
	.footer-ul {
		gap: 20px 0;
	}
}

.footer-ul li {
	border-right: 1px solid #000;
	padding: 0 15px;
	line-height: 130%;
}

.footer-ul li:last-child {
	border-right: none;
}

.footer-ul li a {
	text-decoration: none;
	font-weight: bold;
}

.footer-ul li a:hover {}


.footer-info {
	margin-top: 40px;
	text-align: center;
}



.footer-logo {
	margin-bottom: 15px;
}

.footer-logo img {
	width: 100%;
	max-width: 450px;
}

.conduct {
	font-weight: bold;
	margin-bottom: 15px;
}

.copy {
	font-size: 80%;
	margin-top: 30px;
}

@media screen and (max-width: 860px) {
	.footer-inner {
		padding-bottom: 60px;
	}
}

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



	.footer-inner {
		padding: 30px 40px 60px 40px;
	}


	.footer-ul li {
		width: 100%;
		padding: 0 0;
		border-right: none;
		border-bottom: 1px dotted #000;
	}

	.footer-ul li:last-child {
		border-bottom: none;
	}

	.footer-ul li a {
		display: block;
		padding: 13px;
		text-align: center;
	}

	.conduct span {
		display: block;
	}


}




/* コンテンツページ関係始まり
==================================================
*/


.cat-img-wrap {
	position: relative;

}

.cat-img img {
	vertical-align: bottom;
	width: 100%;
	height: 145px;
	object-fit: cover;
	font-family: 'object-fit: contain;';
	object-position: center;
}


@media screen and (max-width: 800px) {
.cat-img img {
    height: 140px;
}
}


@media screen and (max-width: 500px) {
.cat-img img {
    height: 120px;
}
}

.cat-img-con {
	position: absolute;
	width: 100%;
	top: 28%;
	text-align: center;
	font-size: 220%;
	letter-spacing: 4px;
	color: #005b4c;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	z-index: 3;
}


@media screen and (max-width: 481px) {
.cat-img-con {
	font-size: 200%;
    letter-spacing: 1px;
}
}


@media screen and (max-width: 370px) {
.cat-img-con {
    font-size: 190%;
    letter-spacing: 1px;
}
}


.cat-img-con span.sub-cat-img-con {
	    display: block;
    font-size: 50%;
    color: #ea6000;
    padding-top: 15px;
    letter-spacing: 0px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}


.cat-kumo-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	max-width: 240px;
}




.cat-kumo-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	max-width: 240px;
}



.cat-shimanekko01,.cat-shimanekko02 {
	display: none;
}


.cat-shimanekko01 {
	position: absolute;
	bottom: -30px;
	left: 10%;
	width: 7%;
	max-width: 130px;
	z-index: 2;
}

.cat-shimanekko02 {
	position: absolute;
	bottom: -30px;
	right: 10%;
	width: 7%;
	max-width: 130px;
	z-index: 2;
}


@media screen and (max-width: 800px) {
.cat-shimanekko01 {
    left: 3%;
    width: 9%;
}

.cat-shimanekko02 {
    right: 3%;
    width: 9%;
}
}

@media screen and (max-width: 460px) {
	
.cat-shimanekko01,.cat-shimanekko02 {
	width: 12%;
	}
	
}


.cat-kumo-l img,
.cat-kumo-r img,
.cat-shimanekko01 img,
.cat-shimanekko02 img {
	width: 100%;
}

#home #breadCrumb {
	display: none;
}

#breadCrumb {
	width: 100%;
	font-size: 100%;
	margin-bottom: 15px;
}

#breadCrumb a {
	color: #005b4c;
}

#breadCrumb .inner {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
}


#breadCrumb p {
	margin-left: 0px;

}




.scrText {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper {
	padding: 0px;
}

.contentListWrapper {
	padding: 0px;
}

#content-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 25px;
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}

#main {
	width: 73%;
	float: left;
}

#main2 {
	width: 100%;

}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 180%;
	min-height: 1em;
}

.contentBody a:link,.contentBody a:visited{
    color: #005b4c;
}


.contentBody img {
	max-width: 100%;
}

.pageList {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.pageList .pageList-item,
.pageList .pagelist-item {
	width: 46%;
    margin: 2%;
    font-size: 110%;
    font-weight: bold;
    display: block;
    background-color: #005b4c;
    text-decoration: none;
    /* border: 1px solid #005b4c; */
    transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px gray;

}

li.pagelist-item.current-category_project-item {
	    background-color: #f1f0e7;

}

li.pagelist-item.current-category_project-item .title {
    display: block;
    font-size: 125%;
    margin: 15px;
    line-height: 160%;
    text-align: left;
    padding: 0;
	color: #000;
}


.top-category_competition li.pagelist-item span.description.small{
	display: none;
	
}



li.pagelist-item.current-category_official-item,
li.pagelist-item.current-category_special-item,
li.pagelist-item.current-category_public-item,
li.pagelist-item.current-category_individual-item,
li.pagelist-item.current-category_team-item{
	width: 23%;
    margin: 1%;
}


li.pagelist-item.current-category_official-item .title,
li.pagelist-item.current-category_special-item .title,
li.pagelist-item.current-category_public-item .title,
li.pagelist-item.current-category_individual-item .title,
li.pagelist-item.current-category_team-item .title{
	
	display: block;
    font-size: 100%;
    margin: 15px;
    line-height: 160%;
    text-align: left;
    padding: 0;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1060px) {
li.pagelist-item.current-category_official-item .title,
li.pagelist-item.current-category_special-item .title,
li.pagelist-item.current-category_public-item .title,
li.pagelist-item.current-category_individual-item .title,
li.pagelist-item.current-category_team-item .title{
    font-size: 80%;
    margin: 10px 10px;
}
}

@media screen and (max-width: 850px) {
	
li.pagelist-item.current-category_official-item,
li.pagelist-item.current-category_special-item,
li.pagelist-item.current-category_public-item,
li.pagelist-item.current-category_individual-item,
li.pagelist-item.current-category_team-item{
	width: 29.3%;
	margin: 2%;
}
	
}

@media screen and (max-width: 500px) {
	
li.pagelist-item.current-category_official-item,
li.pagelist-item.current-category_special-item,
li.pagelist-item.current-category_public-item,
li.pagelist-item.current-category_individual-item,
li.pagelist-item.current-category_team-item{
	width: 46%;
	margin: 2%;
}
	
}

.pageList .pageList-item a,
.pageList .pagelist-item a {
	text-decoration: none;
	display: block;
}

.pageList .pageList-item:hover,
.pageList .pagelist-item:hover {
	background-color: #c3a737;
}

.pageList .pageList-item apan.date,
.pageList .pagelist-item span.date {
	display: block;
	font-size: 87.5%;
	color: #fff;
	padding: 0 0 0 0;
	text-align: right;
	margin-top: 5px;
}

.pageList .pageList-item span.thumb,
.pageList .pagelist-item span.thumb {
	display: block;
	width: 100%;
}

.pageList .pageList-item .thumb a,
.pageList .pagelist-item .thumb a {
	display: block;
}

.pageList .pageList-item .thumb img,
.pageList .pagelist-item .thumb img {
	transition: 0.3s;
	vertical-align: bottom;
	width: 100%;
	object-fit: cover;
}

.pageList .pageList-item .title,
.pageList .pagelist-item .title {
	display: block;
    font-size: 150%;
    margin: 30px;
    line-height: 160%;
    text-align: left;
    padding: 0 4%;
    color: #fff;
}

.pageList .pageList-item .title a{
	font-size: 130%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #fff;
}

.pageList .pageList-item .title a:hover,
.pageList .pagelist-item .title a:hover {
	text-decoration: underline;
}

.pageList .pageList-item .description,
.pageList .pagelist-item .description {
	margin-top: 15px;
	padding: 15px 4%;
	display: block;
	font-size: 77%;
	line-height: 140%;
	color: #005b4c;
	border-top: 2px dotted #b99814;
}

.pageList .pageList-item p,
.pageList .pagelist-item p {
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
}



.pagination,
.contentBodyWrapper .pagination {
	text-align: center;
	margin-top: 45px;
}

.pagination a:link,
.contentBodyWrapper .pagination a {
	background-color: #005b4c;
	color: #fff;
	text-decoration: none;
}

.pagination span.current,
.pagination a:link,
.contentBodyWrapper .pagination a {
	border: 1px solid #005b4c;
	padding: 5px 12px;
	text-align: center;
	display: inline-block;
	min-width: 40px;
}

.pagination a:hover,
.contentBodyWrapper .pagination a:hover {
	background-color: #fff;
	color: #005b4c;
}

.pagination span.current {
	color: #005b4c;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb {
	display: none;
}


/*　学部
*********************************************/

.top-category_faculty .pageList .pagelist-item {
	width: 31.3%;
	margin: 1%;
	padding: unset;
	font-size: 110%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #333;
	box-shadow: none;
	border: none;
	transition: all 0.2s ease-in-out;
}

.top-category_faculty .pageList .pagelist-item .title {
	display: block;
	background-image: none;
	padding: 0;
}

.top-category_faculty .pageList .pagelist-item a {
	color: #333;
	text-align: center;
}

.top-category_faculty .pageList .pagelist-item .thumb img {
	transition: 0.3s;
	vertical-align: bottom;
	height: 200px !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.top-category_faculty .pageList .pagelist-item:nth-child(1) {
	background-color: #fcf1c8;
}

.top-category_faculty .pageList .pagelist-item:nth-child(2) {
	background-color: #d3e6d4;
}

.top-category_faculty .pageList .pagelist-item:nth-child(3) {
	background-color: #f1f4cc;
}

.top-category_faculty .pageList .pagelist-item:nth-child(4) {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	padding: 20px;
	font-size: 110%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: #005b4c;
	color: #ffffff;
	box-shadow: 0px 0px 0px 5px #005b4c;
	border: dashed 2px #61a285;
	transition: all 0.2s ease-in-out;
}

.top-category_faculty .pageList .pagelist-item:nth-child(4):hover {
	background-color: #b99814;
	box-shadow: 0px 0px 0px 5px #b99814;
	transition: all 0.2s ease-in-out;
	border: dashed 2px #fff;
}

.top-category_faculty .pageList .pagelist-item:nth-child(4) .title {
	background-image: url(../images/arrow_y.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
}

.top-category_faculty .pageList .pagelist-item:nth-child(4) .title a {
	font-size: 160%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #fff;
}

.top-category_faculty .pageList .pagelist-item:nth-child(4) span.thumb {
	display: none;
}

.top-category_faculty .pageList .pagelist-item .description {
	margin-top: 15px;
	padding: 20px;
	display: block;
	font-size: 80%;
	line-height: 180%;
	/* line-height: 140%; */
	color: #000;
	border-top: 2px dotted #ffffff;
	font-weight: normal;
}



/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-ul li .thumb,
.contentBodyWrapper .search-ul li .description,
.contentBodyWrapper .search-ul li .date {
	display: none;
}




/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;
}

/********** 共通 **********/
.sitemap .sitemap-list {
	margin-top: 2%;
}
.sitemap .sitemap-list {
	display: block;
}
.sitemap .sitemap-list li {
	display: block;
}
.sitemap .sitemap-list li .sitemap-list-item-span {
		display: block;
line-height: 1.8em;
	letter-spacing: 0.1em;
	transition: 0.3s;
}
.sitemap .sitemap-list li .sitemap-list-item-span a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.sitemap .sitemap-list li .sitemap-list-item-span a:hover {
	color: #005b4c;
}
/********** 第1階層 **********/
.sitemap .sm-depth1-list {
	margin-top: 0;
}
.sitemap .sm-depth1-list > li {
	padding: 0 0 0;
	margin: 0 0 4%;
}
.sitemap .sm-depth1-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth1-list > li > .sitemap-list-item-span {
		display: block;
	font-size: 115%;
	font-weight: bold;
	border-left: 10px solid #005b4c;
padding: 0.5em 1.0em;
    margin: 1.5em 0;
}
.sitemap .sm-depth1-list > li > .sitemap-list-item-span > a {

}
/* 第2階層 */
.sitemap .sm-depth2-list {

}
.sitemap .sm-depth2-list > li {
	margin: 0 0 4%;
}
.sitemap .sm-depth2-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth2-list > li > .sitemap-list-item-span {
	display: block;
	color: #000;
	font-size: 115%;
	font-weight: bold;
	padding: 0.5em 1.0em;
	background-color: #d8ece9;
}
.sitemap .sm-depth2-list > li > .sitemap-list-item-span > a {

}
/* 第3階層 */
.sitemap .sm-depth3-list {

}
.sitemap .sm-depth3-list > li {
	margin: 0 0 4%;
}
.sitemap .sm-depth3-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth3-list > li > .sitemap-list-item-span {
	display: block;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #b99814;
	padding: 0 1.0em 0.5em;
}
.sitemap .sm-depth3-list > li > .sitemap-list-item-span > a {

}
/* 第4階層 */
.sitemap .sm-depth4-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.sitemap .sm-depth4-list > li {
	width: calc(25% - (40px * 3 / 4));
	margin: 0 0 4%;
}
@media screen and (max-width:1000px) {
	.sitemap .sm-depth4-list > li {
		width: calc((100% / 3) - (30px * 2 / 3));
	}
}
@media screen and (max-width:860px) {
	.sitemap .sm-depth4-list > li {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width:500px) {
	.sitemap .sm-depth4-list > li {
		width: 100%;
	}
}
.sitemap .sm-depth4-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span {
	display: block;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	background-color: #005b4c;
	padding: 0.25em 0.5em;
}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span:hover {
	opacity: 0.7;
}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span > a {

}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span > a:hover {
	color: #fff;
}
/* 第5階層 */
.sitemap .sm-depth5-list {
	
}
.sitemap .sm-depth5-list > li {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0 0 2%;
}
.sitemap .sm-depth5-list > li::before {
	content: "";
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 1.0em;
	height: 1.8em;
	width: 0.5em;
	height: 2px;
	background-color: #b99814;
}
.sitemap .sm-depth5-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth5-list > li > .sitemap-list-item-span {
	display: block;
	font-size: 100%;
	font-weight: 400;
}
.sitemap .sm-depth5-list > li > .sitemap-list-item-span > a {

}
.sitemap .sm-depth5-list > li > .sitemap-list-item-span > a:hover {
	text-decoration: underline;
}
/* 第6階層以降 */
.sitemap .sm-depth5-list .sitemap-list  {
	margin-top: 1%;
}
.sitemap .sm-depth5-list .sitemap-list > li {
	position: relative;
	padding: 0 0 0 1.0em;
}
.sitemap .sm-depth5-list .sitemap-list > li::before {
	position: absolute;
	content: "・";
	color: #005b4c;
	width: 1.0em;
	height: auto;
	top: 0;
	left: 0;
	line-height: inherit;
}
.sitemap .sm-depth5-list .sitemap-list > li > .sitemap-list-item-span > a {
}
.sitemap .sm-depth5-list .sitemap-list > li > .sitemap-list-item-span > a:hover {
	text-decoration: underline;
}
.isEmpty {
    height: 0 !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.isEmpty::before,
.isEmpty::after {
	content: none !important;
}
/*サイトマップ終わり
================================================== */


/*　検索一覧ページ
================================================== */

/*
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}
*/

.search-result h2 {
	margin: 80px 0px 30px 0;
	padding: 10px 15px;
	border-left: 14px solid #005b4c;
	font-size: 155%;
	line-height: 160%;
	background-color: #f7f7f7;
}










.search-result ul li {
	display: block;
	line-height: 120%;
	margin: 12px 0;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size: 24px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 1.15em;
}

@media screen and (max-width: 767px) {
	.search-result ul li {
		background-size: 9px;
		padding: 0px 0px 0px 22px;
	}
}


.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
	display: none;
}

.search-result p {
	margin-bottom: 20px;
}

/*　検索一覧ページ終わり
================================================== */


/*　検索ページ
================================================== */
.input_items_wrap {
	margin: 10px 0;
}

.input_items_wrap .input_item {
	width: 70%;
	height: 32px;
	max-width: 500px;
	padding: 0 5px;
	background-color: #e4e4e4;
}

.input_items_wrap .submit_btn {
	height: 32px;
	padding-left: 3px;
}

/*　検索ページ終わり
================================================== */

/*コンテンツページ関係終わり
================================================== */





/* レスポンシブ対応
==================================================
==================================================
==================================================
================================================== */



@media screen and (min-width: 861px) {
	.sp-header {
		display: none;
	}


}







/*メニュー関係
---------------------------------------------------------------*/




.inner {
	width: 960px;
	margin: 0 auto;
}

.sp-header {
	width: 100%;
	height: 70px;
	vertical-align: middle;
	position: fixed;
	z-index: 1100;
	background-color: rgba(255, 255, 255, 1);
}



.sp-header .inner {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.sp-header .inner .sp-logo {
	width: 100%;
	max-width: 124px;
}



.sp-header .inner .sp-logo img {
	display: block;
	width: 100%;
	height: auto;
}



.sp-header nav {
	margin-right: -16px;
}




#main_img {
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle {
	display: none;
}

.change_btn {
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 20px;
	margin-top: 40px;
}


header {}

h1 {}

.inner {
	display: block;
}

.sp-header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
	padding: 0 0 0 10px;
}

#main_img {
	width: 100%;
}

.change_btn {
	width: 90%;
	margin: 32px auto;
}


.sp_headerMenu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	flex-shrink: 0;
	padding: 0 0 0 10px;
}

.sp_search,
#nav_toggle {
	width: 70px;
}

.sp_search {
	/* width: 70px;
	height: 70px; */
	/* position: fixed; */
	top: 0;
	right: 70px;
}

.sp_search a {
	display: block;
	height: 70px;
	background-color: #ea6000;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	padding-top: 38px;
	background-image: url(../images/search_sp.png);
	background-repeat: no-repeat;
	background-position: center top 9px;
	background-size: 30px;
	font-size: 14px;
	font-weight: bold;
}

.sp_search a:visited {
	color: #fff;
}

.sp_search img {
	width: 100%;
}

/*メニュー部分*/
.sp-header nav {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 91, 73, 1);
	left: 0;
	z-index: 50;
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/menu_logo.png);
	background-repeat: no-repeat;
	background-position: center top 6px;
	background-size: 110px;
}




.nav-ul {
	display: flex;
	align-items: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 145px;
	right: 0;
	bottom: 0px;
	left: 0px;
	margin: auto;
	padding: 0 30px;
	overflow: scroll;
}

.nav-li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.nav-li a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.nav-li a:visited {
	color: #fff;
}




.nav-li a span {
	display: block;
	font-size: 130%;
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px;
	padding-left: 30px;
}


.kaso-ul {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 0 30px;
}
.kaso-ul::after {
	content: none !important;
}
.kaso-ul li {
	position: relative;
	width: 32%;
	font-size: 14px;
	padding: 0 10px 0 18px;

}

@media screen and (max-width: 500px) {
.kaso-ul li {
    width: 48%;
	font-size: 12px;
}
}



.kaso-ul li::before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: #478468;
	/* border-radius: 2px; */
	vertical-align: middle;
}

.kaso-ul li a:link {
	color: #fff;
}

.kaso-ul li a:visited {
	color: #fff;
}



/*開閉ボタン*/
#nav_toggle {
	display: block;
	/* width: 70px;
	height: 70px; */
	background-color: #005b4c;
	/*		position: relative;
		top: 4px;
*/
	position: relative;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	z-index: 100;
	padding: 0 13px;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span {
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 15px;
}

#nav_toggle span:nth-child(2) {
	top: 25px;
}

#nav_toggle span:nth-child(3) {
	top: 35px;
}

#nav_toggle p {
	position: absolute;
	width: 100%;
	color: #fff;
	top: 38px;
	font-size: 14px;
	font-weight: bold;
}

/*開閉ボタンopen時*/
.open #nav_toggle {
	background-color: rgba(00, 91, 73, 1);
}

.open #nav_toggle span {
	background: #fff;
}

.open #nav_toggle span:nth-child(1) {
	top: 25px;
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 25px;
	transform: rotate(-135deg);
}







/*メニュー関係終わり
---------------------------------------------------------------*/



@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#scrollTop {
		display: none;
	}
}


/* books
---------------------------------------------------------------*/
.books__inner {
	display: grid;
	grid-template-columns: 10% auto 10%;
	gap: 20px;
}

.books__info {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 811px) {
	.books__inner {
		display: grid;
		grid-template-columns: auto 50px;
		grid-template-rows: auto auto;
		gap: 20px;
	}

	.books__image {
		grid-column-start: 1;
		grid-column-end: 3;
		text-align: center;
	}

	.books__image img {
		max-width: 30%;
	}
}

/* tbl-form
---------------------------------------------------------------*/
.tbl-form .required {
	background-color: #c9171e;
	color: #fff;
	padding: 3px 5px;
	font-size: 85%;
	margin-left: 10px;
	border-radius: 3px;
}

.tbl-form th {
	width: 200px;
}

.tbl-form input:not([type="radio"]),
.tbl-form textarea {
	width: 100%;
}

.tbl-form textarea {
	height: 200px;
}

.tbl-form input.input100 {
	width: 100%;
}

.tbl-form input.input50 {
	width: 50%;
	min-width: 400px;
}

.tbl-form input.input25 {
	width: 25%;
	min-width: 200px;
}

.tbl-form textarea.input-textarea {
	width: 100%;
	height: 200px;
}

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

	.tbl-form th,
	.tbl-form td {
		display: block;
		width: 100%;
	}

	.tbl-form .input50,
	.tbl-form .input25 {
		width: 100%;
		min-width: 100%;
	}
}

.required_notice {
	border: 2px solid #c9171e;
	border-radius: 4px;
	padding: 10px;
	background: #FDF5F6;
}

.required_notice .error_msg {
	display: block;
	line-height: 1.7;
	color: #c9171e;
}


/* inner
---------------------------------------------------------------*/







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

	.pageList .pagelist-item {
		width: 100%;
		margin: 2% 0;
	}
}


.mt30 {
	margin-top: 30px;
}

#lay-preview-mode-notice {
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
	color: black;
	position: fixed;
	border: 1px dotted black;
	z-index: 50000;
}

.contentBody a[target="_blank"]::after {
	content: ' \f08e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

/* blog-list
---------------------------------------------------------------*/
.blog-list .pageList .pagelist-item {
	width: 100%;
	background: #fff;
	border: 10px solid #ecfae7;
}

.blog-list .pageList .page-list-item-body {
	border-top: 1px solid #005b4c;
	padding-top: 10px;
	margin-top: 10px;
}

.blog-list .pageList .pagelist-item {
	margin: 0;
}

.blog-list .pageList .pagelist-item+.pagelist-item {
	margin-top: 30px;
}

.blog-nav h3 {
	color: #005b4c;
	font-size: 110%;
}

.blog-nav ul {
	margin-top: 10px;
}

.blog-nav ul li {
	padding-left: 20px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 15px;
	top: 0;

}

.blog-nav ul li+li {
	margin-top: 5px;
}

.blog-nav ul li {
	font-size: 90%;
}

.blog-archives {
	margin-top: 30px;
}

.blog-nav .update {
	display: block;
	font-size: 80%;
	line-height: 1;
}

@media screen and (max-width: 1000px) {
	.blog-nav {
		margin-top: 30px;
	}
}

/* .lay-sns
================================================== */

.lay-sns {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.lay-sns .btn-sns {
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}

.lay-sns .btn-sns:last-child {
	margin-right: 0;
}

.lay-sns .btn-sns img {
	height: 1.25rem;
	padding-right: 10px;
}

.lay-sns .btn-facebook {
	background: #1677f1;
}

.lay-sns .btn-twitter {
	background: #1ba0f0;
}

.lay-sns .btn-line {
	background: #00b800;
}

.lay-sns .btn-pinterst {
	background: #e60122;
}

@media screen and (max-width: 811px) {
	.lay-sns {
		/* flex-wrap: wrap; */
	}

	.lay-sns .btn-sns {
		width: 23%;
		margin: 1%;
		flex-direction: column;
		font-size: 0.8rem;
		padding: 10px 0 5px;
	}

	.lay-sns .btn-sns img {
		padding: 0;
		padding-bottom: 3px;
		height: 1.5rem;
	}

	.lay-sns .btn-sns span {
		display: none;
	}

	.lay-sns .btn-sns:last-child {
		margin: 1%;
	}
}


/* ブログ
================================================== */

.contentBody .current-category_blog {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-category_blog .contentBody {
	padding: 0;
}

.top-category_blog .contentBody p {
	margin: 1em 0 1em 0;
}

.top-category_blog .contentBody p img {
	width: 100%;
	display: inline-block;
	text-align: center;
}



.top-category_blog .pageList .pagelist-item a {
	color: #005b4c;
	text-decoration: underline;
}

.top-category_blog .contentBody p img.attached_icon {
	width: auto;
}


.top-category_blog #content-inner {
	margin-top: 40px;
}

.top-category_blog .pagelist-item.current-category_blog-item {
	width: 100%;
	margin: 0 0 60px 0;
	border: 1px solid #61a285;
	padding: 4%;
	margin-bottom: 60px;
	line-height: 160%;
	background-image: none;
	list-style: none;
	color: #333;
	text-indent: 0;
	box-shadow: unset;
	background-color: #fff;
}

.top-category_blog .pagelist-item.current-category_blog-item:hover {
	background-color: #fff;
}

.top-category_blog .pageList .pagelist-item span.date {
	/* width: 100%; */
	/* max-width: 185px; */
	display: block;
	font-size: 100%;
	color: #005b4c;
	padding: 0 30px;
	text-align: right;
	margin-top: 5px;
	background-image: url(../images/pen.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 20px;
	text-decoration: none;
}


.pagelist-item.current-category_blog-item p {
	text-align: left;
	font-size: 110%;
}

.pagelist-item.current-category_blog-item::before {
	margin-bottom: 0px;
	margin-right: 0px;
	background: #fff;
	display: block;
}

.pagelist-item.current-category_blog-item:first-child {
	margin-top: 0;
}

.pagelist-item.current-category_blog-item li {}

.pageList .current-category_blog-item .title {
	padding: 0px 0px 0px 0px;
	background-image: none;
}

.pageList .current-category_blog-item .title a {
	display: block;
	padding: 18px 20px;
	color: #fff;
	font-size: 160%;
	background-color: #005b4c;
	margin-bottom: 25px;
	text-decoration: none;
}

.pageList .current-category_blog-item .title a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-decoration: none;
}

.top-category_blog .contentBody h2 {
	margin: 30px 0 40px 0;
	font-size: 170%;
}



.current-category_blog-item .title {
	display: block;
}

.current-category_blog-item .date {
	display: block;
	text-align: right;
	color: #736357;
}


#blog-nav {
	float: right;
	width: 24.28%;
}

#blog-nav h3 {
	background-color: #b99814;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
}

.recently ul {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}

.recently ul li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.recently ul li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.recently ul li a {
	display: block;
	padding: 0px 0px 2px 20px;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: left 3px top 7px;
	background-size: 8px;
	font-weight: bold;

}

.recently ul li:hover {}

.update {
	display: block;
	text-align: right;
	font-size: 85%;
	color: #005b4c;

}



.categories ul {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}

.categories ul li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.categories ul li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.categories ul li a {
	display: inline-block;
	padding: 0px 0px 2px 20px;
	text-decoration: none;
	background-image: url(../images/arrow_gpng);
	background-repeat: no-repeat;
	background-position: left 1px top 4px;
	background-size: 10px;
}

.categories ul li a:hover {}



.entry-list {
	width: 100%
}

.entry-list ul {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}

.entry-list li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.entry-list li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.entry-list li a {
	display: block;
	padding: 10px 0px 10px 20px;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: left 4px top 17px;
	background-size: 8px;
	font-size: 90%;
}

.entry-list li a:hover {}





.top-category_blog .contentHeader .date {
	padding: 0 10px 10px 0;
	color: #005b4c;
	text-align: right;
}

.top-category_blog .contentTitle {
	padding: 0;
	margin-top: 0;
}

.top-category_blog .contentTitle h1 {
	/*
    text-align: left;
	padding: 2% 4%;
*/
}



@media screen and (max-width: 1000px) {
	#blog-nav {
		float: none;
		width: 100%;
		font-size: 100%;
		margin-top: 30px;
	}

	#main {
		width: 100%;
		float: none;
	}

}


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

	.top-category_blog #content-inner {
		margin-top: 40px;
	}

	.current-category_blog-item .title a {
		padding: 15px 15px;
		line-height: 140%;
		font-size: 180%;
		text-decoration: none;
	}

	.pagelist-item.current-category_blog-item {}

}







@media (max-width: 1080px) {

	#main2 {
		font-size: 100%;
	}

	.contentTitle h1 {
		padding: 13% 1% 1% 1%;
		line-height: 160%;
	}

	.top-category_blog .contentTitle h1 {
		padding: 17% 1% 1% 1%;
	}

	.cat-sel table th img,
	.top-blog h2 img {
		height: 35px;
	}

	.news-list ul li {
		padding: 25px 10px;
		font-size: 100%;
	}

	.news-list ul li .list-category-mark {
		width: 80px;
	}

	.cat-sel ul li a {
		font-size: 80%;
	}



}









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


	.top-category_faculty .pageList .pagelist-item {
		width: 100%;
		margin: 3% 0;
	}

	.top-category_faculty .pageList .pagelist-item .description {
		text-align: center;
	}


}


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


	.hideAnchor {
		display: block;
		height: 0px;
		height: 1px;
		overflow: hidden;
		text-indent: -9999px;
		margin-top: -60px;
		padding-bottom: 60px;
	}


	body,
	html {
		-webkit-text-size-adjust: 100%;

	}



	select,
	textarea,
	input[type=text],
	input[type=email],
	input[type=date],
	input[type=tel] {
		font-size: 16px;
		/*  transform: scale(0.8);*/
	}




	.scrollTable {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}



	#scrollTop > a {
		width: 50px;
	}




	#pc-header {
		display: none;
	}

	#globalNav {
		display: none;
	}


}



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

	.pageList .pagelist-item .title {
		background-position: 5px 4px;
	}

}






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


	#scrollTop > a {
		width: 40px;
	}
}


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


	.top-category_faculty .pageList .pagelist-item .thumb img {
		height: 140px !important;
	}

	.top-category_faculty .pageList .pagelist-item:nth-child(4) .title {
		background-size: 10px;
	}

	.top-category_faculty .pageList .pagelist-item:nth-child(4) .title a {
		font-size: 130%;
	}

}






/* Base Style
================================================== */
.galleies {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.galleies .gallery {
	padding-top: 100%;
	display: block;
	position: relative;
	background: #ccc;
}

.galleies .gallery img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: contain;
}

/* calendar-nav-warp
============================================================ */
.calendar-nav-warp {
	margin-bottom: 15px;
}

.calendar-nav-warp .calendar-nav {
	float: left;
	width: 42.5%;
}

.calendar-nav-warp .calendar-nav span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.calendar-nav-warp .calendar-nav span:last-child {
	margin-right: 0;
}

.calendar-nav-warp .calendar-nav .now-month {
	font-size: 2em;
	font-weight: bold;
}

.calendar-nav-warp .calendar-nav .prev-month a,
.calendar-nav-warp .calendar-nav .next-month a {
	display: inline-block;
	height: 36px;
	padding: 8px 17px;
	background: #005b4c;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	vertical-align: middle;
}

.calendar-nav-warp .calendar-nav .prev-month a:hover,
.calendar-nav-warp .calendar-nav .next-month a:hover {
	opacity: .8;
}

.calendar-nav-warp .calendar-nav .prev-month a::before,
.calendar-nav-warp .calendar-nav .next-month a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}

.calendar-nav-warp .calendar-nav .prev-month a::before {
	margin-right: 5px;
	border-width: 6px 8px 6px 0;
	border-color: transparent #fff transparent transparent;
}

.calendar-nav-warp .calendar-nav .next-month a::after {
	margin-left: 5px;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}

.calendar-nav-warp .calendar-category {
	float: right;
	width: 57.5%;
}

.calendar-nav-warp .calendar-category form {
	text-align: right;
	vertical-align: middle;
}

.calendar-nav-warp .calendar-category form label {
	margin-right: 1px;
	letter-spacing: 0;
}

.calendar-nav-warp .calendar-category form select {
	width: 210px;
	height: 36px;
	margin-right: 6px;
	line-height: 36px;
}

.calendar-nav-warp .calendar-category form input[type="submit"] {
	display: inline-block;
	height: 36px;
	padding: 8px 17px;
	background: #005b4c;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
	.calendar-nav-warp {
		margin-bottom: 20px;
	}

	.calendar-nav-warp .calendar-nav {
		float: none;
		width: 100%;
		text-align: center;
	}

	.calendar-nav-warp .calendar-nav .prev-month a::before {
		border-width: 5.5px 7px 5.5px 0;
	}

	.calendar-nav-warp .calendar-nav .next-month a::after {
		border-width: 5.5px 0 5.5px 7px;
	}

	.calendar-nav-warp .calendar-category {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.calendar-nav-warp .calendar-category form {
		text-align: center;
	}

	.calendar-nav-warp .calendar-category form label {
		display: none;
	}

	.calendar-nav-warp .calendar-category form select {
		margin-right: -.4em;
	}

	.calendar-nav-warp .calendar-category form input[type="submit"] {
		width: 80px;
		padding: 8px 2px;
	}
}

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

	.calendar-nav-warp .calendar-nav .prev-month a,
	.calendar-nav-warp .calendar-nav .next-month a {
		padding: 8px 12px;
	}

	.calendar-nav-warp .calendar-category form select {
		width: 175px;
	}

	.calendar-nav-warp .calendar-category form input[type="submit"] {
		padding: 8px 12px;
	}
}


/* sect-calendar
============================================================ */
.sect-calendar .one-calendar {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.sect-calendar .one-calendar .week-wrap {
	display: table-row;
}

.sect-calendar .one-calendar .week-wrap .cal-head {
	display: table-cell;
	padding: 2px 0;
	background: #f8f7f7;
	border: 1px solid #005b4c;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 140%;
}

.sect-calendar .one-calendar .week-wrap .cal-day {
	display: table-cell;
	height: 100px;
	border: 1px solid #005b4c;
	vertical-align: top;
}

.sect-calendar .one-calendar .week-wrap .cal-day .day,
.sect-calendar .one-calendar .week-wrap .cal-day .wday {
	display: block;
	font-size: 140%;
	text-align: center;
}

.sect-calendar .one-calendar .week-wrap .cal-day .label {
	display: block;
	font-size: .8em;
	text-align: center;
}

.sect-calendar .one-calendar .week-wrap .cal-day .wday {
	display: none;
}

.sect-calendar .one-calendar .week-wrap .cal-head.saturday,
.sect-calendar .one-calendar .week-wrap .cal-day.saturday {
	background: #c4d9ea;
}

.sect-calendar .one-calendar .week-wrap .cal-head.sunday,
.sect-calendar .one-calendar .week-wrap .cal-day.sunday,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday {
	background: #ffd3d3;
}

.sect-calendar .one-calendar .week-wrap .cal-day.today {
	background: #ffeed3;
}

.sect-calendar .one-calendar .week-wrap .cal-day.blank {
	background: #f8f7f7;
}

.sect-calendar .one-calendar .week-wrap .cal-head.saturday,
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .day,
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .wday {
	color: #0a5fa0;
}

.sect-calendar .one-calendar .week-wrap .cal-head.sunday,
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .day,
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .wday,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .day,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .wday,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .label {
	color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.today .day,
.sect-calendar .one-calendar .week-wrap .cal-day.today .wday,
.sect-calendar .one-calendar .week-wrap .cal-day.today .label {
	color: #f89b00;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul {
	padding: 0 5px 10px;
	text-indent: 0;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item {
	display: inline-block;
	padding: 1px 5px 1px 20px;
	text-indent: 0;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	background-size: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 130%;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
	display: none;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .title a {
	color: #333;
	font-size: 85%;
	text-indent: 0;
	line-height: 150%;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .time {
	display: table-cell;
	padding: 0 5px;
	background: #ffe486;
	color: #000;
	font-size: 75%;
	text-indent: 0;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .title {
	margin-bottom: 6px;
	display: block;
	letter-spacing: 0;
	font-size: .8em;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
	.sect-calendar .one-calendar {
		border-top: 1px solid #6c6c6c;
	}

	.sect-calendar .one-calendar .week-wrap .cal-head {
		display: none;
	}

	.sect-calendar .one-calendar .week-wrap .cal-day {
		display: block;
		height: auto;
		padding: 5px 10px;
		border-top: none;
	}

	.sect-calendar .one-calendar .week-wrap .cal-day.blank {
		display: none;
	}

	.sect-calendar .one-calendar .week-wrap .cal-day .day,
	.sect-calendar .one-calendar .week-wrap .cal-day .wday {
		display: inline-block;
		text-align: left;
	}

	.sect-calendar .one-calendar .week-wrap .cal-day .label {
		display: inline-block;
		margin-left: 5px;
	}

	.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
		width: 6px;
		height: 6px;
	}
}

/* sect-calendar-info
============================================================ */
.sect-calendar-info .cal-day-tbl {
	width: 100%;
	margin-bottom: 2em;
	border: 1px solid #005b4c;
}

.sect-calendar-info .cal-day-tbl:last-child {
	margin-bottom: 0;
}

.sect-calendar-info .cal-day-tbl th,
.sect-calendar-info .cal-day-tbl td {
	padding: 5px 10px;
	border: 1px solid #005b4c;
	text-align: left;
	vertical-align: top;
}

.sect-calendar-info .cal-day-tbl th {
	width: 20%;
	color: #fff;
	background: #005b4c;
}

.sect-calendar-info .cal-day-tbl td {
	background: #fff;
}

.sect-calendar-info .cal-day-tbl td a {
	color: #333;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

@media screen and (max-width: 481px) {
	.sect-calendar-info .cal-day-tbl {
		display: block;
		width: 100%;
		padding-bottom: 2em;
		border-right: none;
		border-left: none;
	}

	.sect-calendar-info .cal-day-tbl:last-child {
		padding-bottom: 0;
	}

	.sect-calendar-info .cal-day-tbl tbody,
	.sect-calendar-info .cal-day-tbl tr {
		display: block;
		width: 100%;
	}

	.sect-calendar-info .cal-day-tbl th,
	.sect-calendar-info .cal-day-tbl td {
		display: block;
		width: 100%;
		border-right: none;
		border-left: none;
	}

	.sect-calendar-info .cal-day-tbl td {
		min-height: 40px;
		border-top: none;
	}
}



/* 人物紹介ページ
============================================================ */


.current-category_athlete #breadCrumb .inner,
.current-category_director #breadCrumb .inner,
.current-category_volunteer #breadCrumb .inner{
    max-width: none;
}

.human-link {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	border: 1px solid #005b4c;
	text-align: center;
	padding: 25px 0;
    display: none;
}

.human-link-title {
	font-size: 140%;
	font-weight: bold;
	color: #005b4c;
margin-bottom: 0.75em;
}

.human-link .human-link-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px 20px;
}

.human-link .human-link-tab > li {
	display: block;
	
}


.human-link .human-link-tab > li a:link {
	display: block;
	width: 85px;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
}

.human-link .human-link-tab > li.span-athlete a:link {
	background-color: #ea6000;
}

.human-link .human-link-tab > li.span-director a:link {
	background-color: #b99814;
}

.human-link .human-link-tab > li.span-all a:link {
	background-color: #005b4c;
}

.human-link .human-link-tab > li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #fff;
}

.human-link .human-link-tab > li a:visited {
	color: #fff;
}

.human-thumbnailList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 80px 0 0;
}
.human-thumbnailList .thumbnaiCard {
	display: block;
	width: calc((100% / 3) - (40px * 2 /3) );
	margin: 80px 0 0;
}
@media screen and (min-width:861px) {
	.human-thumbnailList .thumbnaiCard:nth-child(-n + 3) {
		margin-top: 0;
	}
}
@media screen and (min-width:600px) and (max-width:860px) {
	.human-thumbnailList {
		margin: 60px 0 0;
	}
	.human-thumbnailList .thumbnaiCard {
		width: calc(50% - (30px / 2));
		margin-top: 60px;
	}
	.human-thumbnailList .thumbnaiCard:nth-child(-n + 2) {
		margin-top: 0;
	}
}
@media screen and (max-width:599px) {
	.human-thumbnailList {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 60px 0 0;
	}
	.human-thumbnailList .thumbnaiCard {
		width: 100%;
		max-width: 450px;
		margin-top: 60px;
	}
	.human-thumbnailList .thumbnaiCard:first-child {
		margin-top: 0;
	}
}

.human-thumbnailList .thumbnaiCard .thumbnaiCardInner {
	display: block;
	text-decoration: none;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-phWrap {
	display: block;
	width: 100%;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-phWrap .thumbnaiCard-ph {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.5%;
	overflow: hidden;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-phWrap .thumbnaiCard-ph > img {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-catch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	min-height: 5.1em;
	color: #fff;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	background-color: #005b4c;
	padding: 0.75em 0.75em;
	text-align: justify;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-catch .thumbnaiCard-catch-row {
	display: block;
	width: 100%;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.5em 0.75em;
	width: 100%;
	margin: 1.25rem 0 0;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-category .isCategory {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	font-size: 90%;
	font-weight: 600;
	line-height: 1.8em;
	letter-spacing: 2px;
    text-indent: 2px;
	text-align: center;
	padding: 0 0.5em;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-category .isCategory.athlete {
	background-color: #ea6000;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-category .isCategory.director,
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-category .isCategory.related_parties{
	background-color: #b99814;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-category .isCompetition {
	display: block;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.8em;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner .thumbnaiCard-name {
	font-size: 150%;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin: 0.75rem 0 2.75rem 0;
}
/* サムネイル hover時 */
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner:hover {
	opacity: 1;
	color: #000;
}
.human-thumbnailList .thumbnaiCard .thumbnaiCardInner:hover .thumbnaiCard-phWrap .thumbnaiCard-ph > img {
	opacity: 1;
	-webkit-transform: translate(50%, -50%) scale(1.2);
	    -ms-transform: translate(50%, -50%) scale(1.2);
	        transform: translate(50%, -50%) scale(1.2);
}

h2.thumbnaiCard-name.other_interview_name{
    border-left: none;
	color: #000;
	padding: 0;
	background-color: transparent;
}

.contentBody .news-link.other_interview_more a,.contentBody .news-link.other_interview_more a:visited{
	color: #fff!important;
}


.other_interview .human-thumbnailList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 80px 0 0;
}

.other_interview .thumbnaiCard{
    margin: 0 2%;
}

/* 人物紹介詳細ページ
============================================================ */



.h_main_img_wrap {
	width: 100%;
	background-color: #005b4c;
	position: relative;
	padding: 0 0 0 10%;
	display: flex;
    justify-content: flex-end;
	top: -1px;
}
.h_main_img {
	width: 100%;
	max-width: 80%;
}
.h_main_img img {
	width: 100%;
    height: 40em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: top center;
	
}

.text_wrap{
	position: absolute;
	width: 70%;
	left: 9%;
    bottom: 12%;
}



.h_copy,.h_copy02 {
	
	color: #fff;
	font-weight: bold;
	font-size: 255%;
	line-height: 180%;
	position: absolute;
}

.h_copy {
	 bottom: calc(125% + 0.5em);
    transform: translateY(-100%);
}

.h_copy02 {
	bottom: 125%;
}

.h_copy mark,.h_copy02 mark {
	padding: 8px 15px;
	background-color: #b99814;
	color: #fff;
    font-style: normal;
}

.h_introduction {
	width: 100%;
	position: relative;
	max-width: 600px;
	background-color: #fff;
	padding: 30px 130px 30px 30px;
	box-shadow: 0 0 4px #474747;

}
.shimanekko_pic {
    position: absolute;
	display: block;
	width: 100%;
	max-width: 170px;
	top: 50%;
	right: 7px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	z-index: 100;
}
.shimanekko_pic img {
	display: block;
	width: 100%;
	height: auto;
}

.contentBody .h_introduction h1 {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px 10px 0;
    border-top: none;
    border-bottom: none;
    font-size: 240%;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1.3;
}

.h_ruby {
	display: inline-block;
	color: #ea6000;
    font-weight: 100;
    font-size: 85%;
}

.h_name {
	margin-bottom: 5px;
}


@media only screen and (max-width: 430px) {
.h_name {
    margin-bottom: 10px;
}
}


.h_category,.h_competition{
	display: inline-block;
    font-size: 90%;
    padding: 4px 12px;
    font-weight: 700;
    color: #fff;
}

.h_category {
	margin: 0 2px 0 0;
	background-color: #ea6000;
	margin-right: 5px;
}
.h_competition {
	background-color: #b99814;
}

.h_work {
	margin-top: 15px;
    font-weight: 600;
    color: #005b4c;
}

.h_interview {
	width: 100%;
}
.h_interview-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 25px;
}


@media only screen and (max-width: 580px) {
.h_interview-inner {
    padding: 30px 25px;
}
}

.h_photo2 {
	width: 100%;
}
.h_photo2 img {
	width: 100%;
}

.other_interview {
	width: 100%;
}
.other_interview-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 25px 0 25px;
}

.other_interview__title {
	font-size: 300%;
	font-family: 'Anton', sans-serif;
	letter-spacing: .03em;
	text-align: center;
	font-weight: 400;
	padding-bottom: 10px;
	color: #005b4c;
}
.other_interview__title-sub {
    text-align: center;
    font-weight: bold;
    color: #b99814;
    margin-bottom: 30px;
    font-size: 97%;
    font-family: 'Noto Sans JP', sans-serif;
}

.other_interview .slick-box2 li {
	padding: 0 2%;
}

.other_interview-link {
	margin-top: 30px;
	text-align: center;
}
.other_interview-link a:link {
	display: inline-block;
	border: 1px solid #005b4c;
	padding: 8px 35px 8px 12px;
	color: #005b4c;
	text-decoration: none;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 16px;
}
.other_interview-link a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #005b4c;
}
.other_interview-link a:visited {
	color: #005b4c;
}



@media screen and (max-width: 1510px) {
.text_wrap{
    width: 80%;
}
}



@media screen and (max-width: 1100px) {
	
.h_main_img_wrap {
    padding: 0px 0 0 5%;
	}
	
.h_main_img {
    max-width: 85%;
}
	
.h_main_img img {
    height: 35em;
	}
	
.h_copy, .h_copy02 {
    font-size: 200%;
	}
	
.h_introduction {
    max-width: 500px;
    font-size: 85%;
	}
	
}


@media screen and (max-width: 1040px) {
	
.contentBody .h_introduction h1 {
    display: block;
    padding: 0 10px 0px 0;
    font-size: 220%;
    letter-spacing: 2px;
}
	
.h_work {
    line-height: 170%;
}
	
.text_wrap {
    left: 5%;
	}
	
.h_introduction {
    max-width: 480px;
	padding: 25px 130px 25px 25px;
}

.shimanekko_pic {
    max-width: 150px;
    right: 8px;
	}
	
}
@media screen and (max-width: 445px) {
.contentBody .h_introduction h1 {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 410px) {
.contentBody .h_introduction h1 {
        letter-spacing: 0px;
        font-size: 190%;
    }
}


@media screen and (max-width: 940px) {
	
.text_wrap {
    left: 0;
	}
}


@media screen and (max-width: 767px) {
	
.h_main_img_wrap {
    padding: 0px 0 20% 5%;
}

.h_main_img {
    max-width: 90%;
}

	
.h_main_img img {
    height: 48em;
}
	
	
.text_wrap {
    bottom: 7%;
}
	
.h_copy, .h_copy02 {
    font-size: 240%;
}

	
.h_introduction {
	font-size: 100%;
}
	
.h_ruby {
    display: block;
    font-size: 85%;
    padding-bottom: 10px;
    margin-top: 2px;
}
	
}



@media screen and (max-width: 690px) {
	
.h_copy, .h_copy02 {
    font-size: 220%;
}

.h_introduction {
    font-size: 88%;
    max-width: 440px;
}
	

}



@media screen and (max-width: 600px) {
.h_main_img {
    max-width: 100%;
}
	
.h_introduction {
    padding: 25px 117px 25px 25px;
}
	
.text_wrap {
    width: 90%;
}
	
}


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

	
.shimanekko_pic {
/*    max-width: 100px;*/
}
	
.h_introduction {
    padding: 25px 100px 25px 25px;
}
	
}


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

.text_wrap {
    width: 90%;
}
	
.h_copy, .h_copy02 {
    font-size: 180%;
}
	
.h_copy {
    bottom: calc(125% + 0.2em);
    transform: translateY(-100%);
}
	
.h_copy02 {
    bottom: 120%;
}
	
.h_main_img_wrap {
    padding: 0px 0 40% 5%;
}
	
.h_main_img img {
    height: 45em;
}
	
    .shimanekko_pic {
        max-width: 120px;
        right: 2px;
        top: 110px;
        /* bottom: -37px; */
    }



@media screen and (max-width: 430px) {
	
.current-category_athlete #breadCrumb .inner, .current-category_director #breadCrumb .inner, .current-category_volunteer #breadCrumb .inner {
    max-width: none;
    font-size: 90%;
    padding: 15px 15px;
}
	
.h_main_img {
    max-width: 92%;
}

.h_main_img img {
    height: 37em;
}
	
.shimanekko_pic {
        max-width: 100px;
        right: 2px;
        top: 90px;
        /* bottom: -37px; */
    }
	
.h_copy, .h_copy02 {
    font-size: 165%;
}
	
.h_introduction {
    font-size: 80%;
    padding: 20px 100px 20px 20px;
}
	
.h_ruby {
    padding-bottom: 0px;
	}


}

	
.h_copy mark, .h_copy02 mark {
    padding: 6px 10px;
	}
	
}




@media screen and (max-width: 395px) {
.h_copy, .h_copy02 {
    font-size: 155%;
}
	
.shimanekko_pic {
    max-width: 110px;
	}
}

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

.h_copy, .h_copy02 {
    font-size: 140%;
}
	
.h_copy mark, .h_copy02 mark {
    padding: 6px 12px;
	}
	
}


@media screen and (max-width: 340px) {
.h_copy, .h_copy02 {
    font-size: 120%;
}
}



/* 関係者
============================================================ */

.current-category_related_parties .h_competition {
    display: none;
}

.current-category_related_parties .h_introduction {
    max-width: 480px;
    padding: 30px 30px;
}

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

.current-category_related_parties .h_introduction {
    max-width: 420px;
}
	

}


@media screen and (max-width: 1040px) {
.current-category_related_parties .h_introduction {
    max-width: 370px;
}
}


@media screen and (max-width: 767px) {
.current-category_related_parties .h_introduction {
    max-width: 350px;
}
}


@media screen and (max-width: 690px) {
.current-category_related_parties .h_introduction {
    max-width: 320px;
}
}



/* 競技紹介
============================================================ */
.competition-linkTab {
	display: flex;
	justify-content: center;
	gap: 30px 30px;
	flex-wrap: wrap;
	width: 100%;
	margin: 80px 0 60px;
}
@media screen and (max-width:860px) {
	.competition-linkTab {
		margin-top: 60px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:599px) {
	.competition-linkTab {
		gap: 20px 20px;
	}
}
.competition-linkTab > li {
	display: block;
	font-size: 130%;
	flex-shrink: 1;
	width: 100%;
	max-width: 8.0em;
}
@media screen and (max-width:599px) {
	.competition-linkTab > li {
		width: calc(33% - (20px * 2 / 3));
	}
}
@media screen and (max-width:450px) {
	.competition-linkTab > li {
		width: 100%;
		max-width: initial;
	}
}
.competition-linkTab > li > a {
	width: 100%;
	position: relative;
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-align: center;
	background-color: #b99814;
	padding: 0.5em 0.5em 1.5em;
	box-shadow: 0 0 4px gray;
}
.competition-linkTab > li > a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0.6em;
	height: 0.6em;
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	bottom: 0.5em;
	right: 50%;
	transform: translate(50%, -50%) rotate(135deg);
}
.competition-linkTab > li > a:hover,
.competition-linkTab > li.isCurrent > a {
	background-color: #ea6000;
}

.competition-categoryIndex-leadContent,
.competition-categoryIndex-endContent {
	margin: 60px 0 60px;
}
@media screen and (max-width:860px) {
	.competition-categoryIndex-leadContent,
	.competition-categoryIndex-endContent {
		margin: 50px 0 50px;
	}
}
@media screen and (max-width:599px) {
	.competition-categoryIndex-leadContent,
	.competition-categoryIndex-endContent {
		margin: 40px 0 40px;
	}
}

/* ページ内リンクリスト */
.com-pageLinksList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.0rem 1.0rem;
	width: 100%;
	margin: 2.0rem 0 1.0rem;
}
.com-pageLinksList > li {
	flex-shrink: 1;
	display: block;
	width: calc(25% - (1.0rem * 3 / 4));
	min-height: 3.0rem;
}
.com-pageLinksList > li > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-color: #005b4c;
	color: #fff !important;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	padding: 0.25em 2.0em;
	transition: all 0.2s ease-in;
	box-shadow: 0 0 4px gray;
	cursor: pointer;
}
.com-pageLinksList > li > a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	top: 50%;
	right: 0.75em;
	transform: translate(0, -50%) rotate(135deg);
}

.com-pageLinksList > li > a:hover {
	background-color: #b99814!important;
	color: #005b4c !important;
}
.com-pageLinksList > li > a:hover::after {
	border-color: #005b4c;
}

@media screen and (max-width:860px) {
	.com-pageLinksList > li {
		width: calc(100% / 3 - (1.0rem * 2 / 3));
	}
}
@media screen and (max-width:599px) {
	.com-pageLinksList > li {
		width: calc(50% - (0.5rem));
	}
}

/********** アスリート・ジョブサポートしまね_選手・指導者受入の協力登録企業 **********/
.jobsupportSupportingCompanies-anker {
	display: block;
	height: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	transform: translateY(-120px);
	pointer-events: none !important;
}
@media screen and (max-width:860px) {
	.jobsupportSupportingCompanies-anker {
		transform: translateY(-80px);
	}
}
.jobsupportSupportingCompanies-subSection {
	margin: 3.0rem 0 0;
}

.jobsupportSupportingCompanies-subSection > *:first-child {
	margin-top: 0 !important;
}

.jobsupportSupportingCompanies-subSection .backBtn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 250px;
	min-height: 3.0em;
	background-color: #005b4c;
	color: #fff !important;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	padding: 0.25em 2.5em;
	margin: 2.5rem auto 0;
	transition: all 0.2s ease-in;
	box-shadow: 0 0 4px gray;
	cursor: pointer;
}
.jobsupportSupportingCompanies-subSection .backBtn::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-bottom: 0.5em solid #fff;
	border-top: none;
	top: 50%;
	right: 1.0em;
	transform: translate(0, -50%);


	width: 0.5em;
	height: 0.5em;
	top: calc(50% + 0.1em);
	right: 1.0em;
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none;
	transform: translate(0, -50%) rotate(-45deg);
}
.jobsupportSupportingCompanies-subSection .backBtn:hover {
	background-color: #b99814!important;
	color: #005b4c !important;
}
.jobsupportSupportingCompanies-subSection .backBtn:hover::after {
	border-color: #005b4c;
}

.jobsupport_supporting_companies-endSection {
	margin: 5.0rem 0 0;
}

.newsIndex .no-content {
	font-weight: 600;
	font-size: 120%;
	text-align: center;
	margin: 4.0rem 0;
	opacity: 0.8;
}



ul.pageList.current-category_athlete-kids {
}

ul.pageList.current-category_athlete-kids li.pagelist-item.current-category_athlete-kids-item span.thumb img{
}

ul.pageList.current-category_athlete-kids li.pagelist-item.current-category_athlete-kids-item span.title{
	font-size: 120%;
    margin: 20px 20px;
    line-height: 150%;
	padding: 0;
}




