@charset "utf-8";
/*******************************************************************/
/* PC：幅769px以上
/*******************************************************************/
@media screen and (min-width: 769px), print {
/*<start>==========================================================*/

/*=================================================================*/
/*	header
/*=================================================================*/

nav.hdNav {
	border-top: solid 1px #efefef;
	width: 100%;
	padding: 8px 0;
	background-color: #2c79bf;
	position: relative;
}
nav.hdNav::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: url(../img/union/header_shadow.png) repeat-x 0 0;
	left: 0px;
	bottom: -4px;
	z-index: 1;
}
nav.hdNav .inner {
	width: 960px;
	margin: 0 auto;
	display: table;
}
nav.hdNav .inner a {
	display: table-cell;
	border-right: solid 1px #efefef;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
nav.hdNav .inner a:hover {
	opacity: 0.6;
}
nav.hdNav .inner a:nth-child(1) {
	border-left: solid 1px #efefef;
}

/*=================================================================*/
/*	mv
/*=================================================================*/

.mv {
	background-color: #DDD;
	min-height: 344px;
	width: 960px;
	margin: 0 auto 32px;
}

/*=================================================================*/
/*	mainContents                    
/*=================================================================*/

.mainContents {
}
.mainContents section {
	margin-bottom: 40px;
}

/*	.mainContents a.topBtn
----------------------------------------------------------------*/
.mainContents a.topBtn {
	display: block;
	width: 100px;
	background-color: #eaeaea;
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	background: #eaeaea url(../img/top/icon_btn_arrow.gif) no-repeat 10px center;
	float: right;
}
.mainContents a.topBtn:hover {
	opacity: 0.7;
}

/*	.mainContents section h2 
----------------------------------------------------------------*/
.mainContents section h2 {
	background-color: #2c79bf;
	padding: 16px 10px 12px 28px;
	color: #FFF;
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 40px;
}
.mainContents section h2 span {
	font-size: 1.6rem;
	font-style: italic;
	margin-left: 10px;
}
.mainContents section h2::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	left: 16px;
	top: 18px;
	background-color: #FFF;
}

/*	.mainContents .topics
----------------------------------------------------------------*/

.mainContents .topics {
	padding: 0 20px;
}
.mainContents .topics .img {
	width: 240px;
	float: left;
	margin-right: 20px;
}
.mainContents .topics .img img {
	border: solid 3px #eaeaea;
}
.mainContents .topics .topicsTxt {
	/*width: 380px;
	float: right;*/
}
.mainContents .topics .topicsTxt h3 {
	margin-bottom: 5px;
}
.mainContents .topics .topicsTxt p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.6em;
}

/*	.mainContents .access
----------------------------------------------------------------*/
.mainContents .access {
	display: -webkit-flex;
	display: flex;
}
.mainContents .access .gmap {
	width: 340px;
	border: solid 3px #eaeaea;
	margin-right: 20px;
}
.mainContents .access .gmap iframe {
	vertical-align: middle;
}
.mainContents .access .right {
	width: 100%;
}
.mainContents .access .right h3 {
	border-bottom: solid 3px #2c79bf;
	position: relative;
	font-size: 1.8rem;
	padding: 0 0 5px 33px;
	margin-bottom: 20px;
	background: url(../img/top/icon_school.gif) no-repeat 5px 3px;
}
.mainContents .access .right h3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -5px;
	display: block;
	left: 0px;
	background-color: #2c79bf;
}
.mainContents .access .right .accessTxt,
.mainContents .access .right .telTxt {
	background: url(../img/union/line01.gif) repeat-x left bottom;
	margin: 0 5px 10px;
	padding: 0 5px 10px;
}
.mainContents .access .right .telTxt {
	font-size: 1.8rem;
	font-weight: bold;
}



		
/*<end>============================================================*/
}


/*******************************************************************/
/* SP：幅768px以下
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/

/*=================================================================*/
/*	header
/*=================================================================*/

nav.hdNav {
	display: none;
}
nav.hdNav .inner a {
	display: table-cell;
	border-right: solid 1px #efefef;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
nav.hdNav .inner a:hover {
	opacity: 0.6;
}
nav.hdNav .inner a:nth-child(1) {
	border-left: solid 1px #efefef;
}

/*=================================================================*/
/*	mv
/*=================================================================*/

.mv {
	background-color: #DDD;
	margin: 0 auto;
}

/*=================================================================*/
/*	mainContents                    
/*=================================================================*/

.mainContents {
}
.mainContents section {
	margin-bottom: 40px;
}

/*	.mainContents a.topBtn
----------------------------------------------------------------*/
.mainContents a.topBtn {
	display: block;
	width: 240px;
	background-color: #eaeaea;
	padding: 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
}
.mainContents a.topBtn::after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 1px #808080;
	border-right: solid 1px #808080;
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	margin-top: -5px;
}

/*	.mainContents section h2 
----------------------------------------------------------------*/
.mainContents section h2 {
	background-color: #2c79bf;
	padding: 12px 10px 8px 10px;
	color: #FFF;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.mainContents section h2 span {
	font-size: 1.6rem;
	font-style: italic;
	margin-left: 10px;
}

/*	.mainContents .topics
----------------------------------------------------------------*/

.mainContents .topics {
}
.mainContents .topics .img {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}
.mainContents .topics .img img {
	border: solid 3px #eaeaea;
}
.mainContents .topics .topicsTxt h3 {
	margin-bottom: 5px;
}
.mainContents .topics .topicsTxt p {
	margin-bottom: 30px;
	line-height: 1.6em;
}

/*	.mainContents .infoList
----------------------------------------------------------------*/
.mainContents .infoList {
	margin-bottom: 20px;
}
.mainContents .infoList li {
	padding: 14px 8px 5px 8px;
	background: url(../img/union/line01.gif) repeat-x left bottom;
}
.mainContents .infoList li dl {
	margin: 0 0 10px 0;
}
.mainContents .infoList li dl dt.date {
	width: 116px;
	float: left;
	padding: 3px 0 0 0;
}
.mainContents .infoList li dl dd.tag {
	width: 70px;
	float: left;
	font-size: 1.2rem;
	border: solid 2px #66b7ec;
	color: #66b7ec;
	border-radius: 4px;
	text-align: center;
	line-height: 1em;
	padding: 5px;
	font-weight: bold;
}
.mainContents .infoList li dl dd.tag.event {
	border: solid 2px #e8b52b;
	color: #e8b52b;
}
.mainContents .infoList li dl dd.tag.pta {
	border: solid 2px #40c421;
	color: #40c421;
}
.mainContents .infoList li dl dd.txt {
	clear: both;
	padding: 2px 0 0 0;
	padding-top: 6px;
}
.mainContents .infoList li dl dd.txt a {
	text-decoration: underline;
}
.mainContents .listBtn {
	padding: 0 20px;
}

/*	.mainContents .access
----------------------------------------------------------------*/
.mainContents .access .gmap {
	width: 100%;
	border: solid 3px #eaeaea;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.mainContents .access .gmap iframe {
	width: 100%;
	vertical-align: middle;
}
.mainContents .access .right {
}
.mainContents .access .right h3 {
	border-bottom: solid 3px #2c79bf;
	position: relative;
	font-size: 1.8rem;
	padding: 0 0 5px 33px;
	margin-bottom: 20px;
	background: url(../img/top/icon_school.gif) no-repeat 5px 3px;
}
.mainContents .access .right h3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -5px;
	display: block;
	left: 0px;
	background-color: #2c79bf;
}
.mainContents .access .right .accessTxt,
.mainContents .access .right .telTxt {
	background: url(../img/union/line01.gif) repeat-x left bottom;
	margin: 0 5px 10px;
	padding: 0 5px 10px;
}
.mainContents .access .right .telTxt {
	font-size: 1.8rem;
	font-weight: bold;
}		
/*<end>============================================================*/

}
