@charset "utf-8";

/* --------------------------------------------------------- */
/* ¥È¥Ã¥×¥³¥ó¥Æ¥ó¥Ä
------------------------------------------------------------ */

/* »­Ïñ¥¹¥é¥¤¥À©`
------------------------------------------------------------ */
.bxsliderWrap {
	padding-bottom:0 !important;
	margin:0 auto !important;
	max-width:1100px;
}
.bxsliderWrap .bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bxsliderWrap .bx-wrapper img {
	width: 100%;
	display: block;
}
.bxsliderWrap .bx-wrapper img:hover {
	opacity:0.8;
}
/* LOADER */
.bxsliderWrap .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* PAGER */
.bx-has-pager {
	height:0;
}
.bxsliderWrap .bx-wrapper .bx-pager {
	position:absolute;
	bottom:10px;
	text-align:center;
	font-weight: bold;
	color: #666;
	width:100%;
}
.bxsliderWrap .bx-wrapper .bx-pager .bx-pager-item,
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	width: 16px;
	margin: 4px;
}
.bxsliderWrap .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	border: solid 2px #666;
	border-radius: 8px;
	background: #CCC;
	line-height: 1;
	text-indent: -9999px;
	overflow: hidden;
}
.bxsliderWrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bxsliderWrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FCF;
	border-color: #f5838c;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bxsliderWrap .bx-wrapper .bx-prev {
	width:25px;
	height:42px;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-21px;
	text-indent:-9999px;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: -175px -19px;
}
.bxsliderWrap .bx-wrapper .bx-next {
	width:25px;
	height:42px;
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-21px;
	text-indent:-9999px;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: -201px -19px;
}
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-start {
	width:32px;
	height:22px;
	position:absolute;
	bottom:14px;
	right:50px;
	text-indent:-9999px;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: 0px -59px;
}
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-start:hover,
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -66px -59px;
}

.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-stop {
	width:32px;
	height:22px;
	position:absolute;
	bottom:14px;
	right:14px;
	text-indent:-9999px;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: -33px -59px;
}
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-stop:hover,
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -99px -59px;
}
@media screen and (max-width: 767px) {
/* PAGER */
.bxsliderWrap .bx-wrapper .bx-pager {
	bottom:5px;
}
.bxsliderWrap .bx-wrapper .bx-pager .bx-pager-item,
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	width: 10px;
}
.bxsliderWrap .bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bxsliderWrap .bx-wrapper .bx-prev {
	width:13px;
	height:21px;
	left:10px;
	margin-top:-10px;
	background-size: 150px;
	background-position: -88px -10px;
}
.bxsliderWrap .bx-wrapper .bx-next {
	width:13px;
	height:21px;
	right:10px;
	margin-top:-10px;
	text-indent:-9999px;
	background-size: 150px;
	background-position: -101px -10px;
}
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-start {
	bottom:5px;
	right:45px;
}
.bxsliderWrap .bx-wrapper .bx-controls-auto .bx-stop {
	bottom:5px;
	right:10px;
}
}

/* &#49;&#56;&#56;&#20307;&#32946;
------------------------------------------------------------ */
.newWrap {
	padding: 5px;
	background-image: url(/common/images/topnewsbg.jpg);
	background-repeat: repeat-x;
	max-width: 1100px;
	margin: 0 auto;
	background-position: bottom;
	background-color: #F8A3AA;
}
.newsBox,
.eventBox {
	background-color:#FFF;
	margin-bottom:2px;
	padding:20px;
}
.newsBoxContainer {
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.newsBox h2,
.eventBox h2 {
	font-size:1.8em;
	font-weight:normal;
}
.tabTiBox {
	display:table;
	width:100%;
}
.tabTiBox h2 {
	display:table-cell;
	width:5em;
	padding-right:10px;
	vertical-align:middle;
}
.eventBox h2 {
	display:table-cell;
	width:18em;
	padding-right:10px;
	vertical-align:middle;
}
.newsBoxTab,
.eventBoxTab {
	display:table-cell;
}
.newsBoxTab ul,
.eventBoxTab ul {
	display:table;
	float:right;
	width:100%;
	/*max-width:680px;*/
	border-spacing: 4px 0;
}
.eventBoxTab ul {
	width:300px;
}
.newsBoxTab li,
.eventBoxTab li {
	font-size: 0.8em;
	display:table-cell;
	text-align:center;
    vertical-align: middle;
	background-color:#f8f8f8;
	border:solid 1px #d0d0d0;
	cursor:pointer;
	padding:10px;
}
.newsBoxTab li.disOn,
.eventBoxTab li.disOn {
	background-color:#D63C4A;
	border:solid 1px #D63C4A;
	color:#FFF;
	font-weight:bold;
	position:relative;
}
.eventBoxTab li.disOn {
	background-color:#8866b0;
	border:solid 1px #8866b0;
}
.newsBoxTab li.disOn:after,
.eventBoxTab li.disOn:after {
	content: "";
	display: block;
	position:absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border-top: 10px solid #D63C4A;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.eventBoxTab li.disOn:after {
	border-top: 10px solid #8866b0;
}
.newsTibox,
.eventTibox {
	margin:28px 0px 0px 30px;
}
.newsTibox dt,
.eventTibox dt {
	float:left;
	color:#818181;
}
#news07 dt {
	margin-right:10px;
}
.newsTibox dd,
.eventTibox dd {
	clear:right;
	border-bottom:dashed 1px #c1c1c1;
	padding-left:9em;
	margin:16px 0px 16px 0px;
	padding-bottom:16px;
}
.newsTibox dd span,
.eventTibox dd span {
	margin-left:10px;
	font-size:0.8em;
	padding:4px 20px;
}
.newsTibox dd .newsCate {
	border:solid 1px #C82D3A;
	color:#C82D3A;
}
.eventTibox dd .newsCate {
	border:solid 1px #8866b0;
	color:#613c8c;
}
ul.topMoreLink {
	float:right;
}
ul.topMoreLink li {
	display:inline;
	margin-left:20px;
}
ul.topMoreLink li a {
	color:#595959;
	padding-left:10px;
	position:relative;
}
ul.topMoreLink li a:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:50%;
	left:0px;
	margin-top:-4px;
}
#news02,
#news03,
#news04,
#news05,
#news06,
#news08,
#news09 {
	display:none;
}
@media screen and (max-width: 767px) {
.newWrap {
	padding: 3px;
}
.newsBox,
.eventBox {
	padding:10px;
}
.newsBox h2,
.eventBox h2 {
	font-size:1.2em;
	font-weight:bold;
}
.tabTiBox h2 {
	width:100%;
}
.eventBox h2 {
	width:100%;
}
.newsBoxTab,
.eventBoxTab {
	display:none;
}
.newsTibox,
.eventTibox {
	margin:10px 0px 0px 0px;
}
.newsTibox dt,
.eventTibox dt {
	float:none;
}
#news07 dt {
	margin-right:0px;
}
.newsTibox dd,
.eventTibox dd {
	padding-left:0em;
	margin:6px 0px 10px 0px;
	padding-bottom:10px;
}
.newsTibox dt span,
.eventTibox dt span {
	padding:3px 10px;
	margin-left:10px;
	font-size:0.8em;
}
.newsTibox dt .newsCate {
	border:solid 1px #C82D3A;
	color:#C82D3A;
}
.eventTibox dt .newsCate {
	border:solid 1px #8866b0;
	color:#613c8c;
}
}
/* Ñ§¤Ö
------------------------------------------------------------ */
.studyWrap {
	background-color:#f4f4f4;
	border-top: solid 1px #dfdfdf;
	padding:20px;
}
.studyWrap h2 {
	text-align:center;
	font-size:2.5em;
	color:#2C68A2;
	font-weight:normal;
	padding:50px 0px 60px 0px;
}
.studyWrap h2 span {
	position:relative;
	padding-left:50px;
}
.studyWrap h2 span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: 0px -19px;
	width: 38px;
	height:37px;
	top:50%;
	left:0px;
	margin-top:-18px;
}
.studyBox {
	background-color:#FFF;
	max-width:960px;
	margin:0 auto;
	padding-bottom:20px;
	box-shadow: 0px 0px 4px 0px #d7d7d7;
	-webkit-box-shadow: 0px 0px 4px 0px #d7d7d7;
	-moz-box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.studyBox h3 {
	background-color:#95519f;
	color:#FFF;
	text-align:center;
	font-size:1.3em;
	padding:6px;
	margin-bottom:30px;
}
.studyBox p {
	text-align:center;
	margin-bottom:30px;
}
.studyNavWrap {
	max-width:100%;
	text-align:center;
	margin:0 20px;
}
.studyNav {
	width: 100%;
	text-align: center;
	display:table;
}
.studyNavHigh,
.studyNavGakubu,
.studyNavOther {
	display:table-cell;
	vertical-align:top;
}
.studyNavHigh,
.studyNavOther {
	width:285px;
	
}
.studyNavHigh div,
.studyNavGakubu div,
.studyNavOther div {
	width:285px;
	overflow:hidden;
	position:relative;
}
.studyNavHigh div a {
	position:absolute;
	top:80px;
	left:10px;
}
.studyNavGakubu div {
	margin:0 auto;
}
.studyNavGakubu div ul {
	position:absolute;
	top:158px;
	left:2px;
}
.studyNavGakubu div li {
	display:inline;
	padding:0;
	margin:0;
}
.studyNavOther .studyNavDaigakuin {
	margin-bottom:14px;
}
@media screen and (max-width: 1172px) {
.studyNav {
	/*width:590px;*/
	display:block;
	margin:0 auto;
}
.studyNavHigh,
.studyNavGakubu,
.studyNavOther {
	/*display:block;*/
	display: inline-block;
}
.studyNavHigh div,
.studyNavGakubu div,
.studyNavOther div {
	float:left;
}
.studyNavGakubu div {
	margin:0px 0px 0px 20px;
}
.studyNavOther div {
	width:590px;
	height:103px;
	margin:20px 0 0 0;
}
.studyNavOther div h4 {
	float:left;
}
.studyNavOther .studyNavDaigakuin {
	margin:0 20px 0 0;
}
.studyNav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
}
@media screen and (max-width: 767px) {
.studyWrap {
	padding:10px;
}
.studyWrap h2 {
	font-size:1.4em;
	font-weight:bold;
	padding:20px 0px 30px 0px;
}
.studyWrap h2 span {
	padding-left:26px;
}
.studyWrap h2 span:before {
	background-size: 150px;
	background-position: 0px -9px;
	width: 19px;
	height:19px;
	margin-top:-10px;
}
.studyBox h3 {
	font-size:1em;
	margin-bottom:20px;
}
.studyBox p {
	padding:0 10px;
	margin-bottom:20px;
}
.studyNavWrap {
	margin:0 0px;
}
.studyNav {
	width:100%;
}
.studyNavHigh,
.studyNavGakubu,
.studyNavOther {
	width:285px;
	margin:0 auto !important;
}
.studyNavHigh div,
.studyNavGakubu div,
.studyNavOther div {
	float:none;	
}
.studyNavGakubu div {
	margin:10px 0px 10px 0px;
}
.studyNavOther div {
	width:100%;
	height:auto;
	margin:0 0 0 0;
}
.studyNavOther div h4 {
	float:none;
}
.studyNavOther .studyNavDaigakuin {
	margin:0 0 10px 0;
}
.studyNav:after {
	display: none;
}
}
/* Öª¤ë
------------------------------------------------------------ */
.knowWrap {
	padding:20px;
}
.knowWrap h2 {
	text-align:center;
	font-size:2.5em;
	color:#2C68A2;
	font-weight:normal;
	padding:50px 0px 60px 0px;
}
.knowWrap h2 span {
	position:relative;
	padding-left:50px;
}
.knowWrap h2 span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -81px -19px;
	width: 42px;
	height:32px;
	top:50%;
	left:0px;
	margin-top:-16px;
}
.knowNav {
	max-width:960px;
	margin:0 auto;
}
.knowNav li {
	width:33.3%;
	float:left;
	margin:0 0px 8px 0px;
	padding:0 4px 0 4px;
}
.knowNav li figure {
	float:left;
	margin:0 10px 0 0;
}
.knowNav li a {
	border:solid 1px #c9c9c9;
	position:relative;
	display:table;
	padding:8px 24px 8px 8px;
	text-decoration:none;
	color:#434343;
}
.knowNav li a span {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
.knowNav li a:after {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -96px 0px;
	width: 6px;
	height:9px;
	top:50%;
	right:10px;
	margin-top:-5px;
}
.knowNav li:nth-child(4),
.knowNav li:nth-child(5) {
	display:none;
}
@media screen and (max-width: 767px) {
.knowWrap {
	padding:10px;
}
.knowWrap h2 {
	font-size:1.4em;
	font-weight:bold;
	padding:20px 0px 30px 0px;
}
.knowWrap h2 span {
	padding-left:26px;
}
.knowWrap h2 span:before {
	background-size: 150px;
	background-position: -40px -9px;
	width: 22px;
	height:17px;
	margin-top:-9px;
}
.knowNav li {
	width:100%;
	float:none;
}
.knowNav li:nth-child(4),
.knowNav li:nth-child(5) {
	display:none;
}
}
/* ¥á¥Ã¥»©`¥¸
------------------------------------------------------------ */
.messageWrap {
	padding: 20px;
	background-image: url(/common/images/messagebg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#b0e3f4;
	position:relative;
}
.messageWrap h2 {
	text-align:center;
	font-size:2.5em;
	color:#2C68A2;
	font-weight:normal;
	padding:50px 0px 60px 0px;
}
.messageWrap h2 span {
	position:relative;
	padding-left:50px;
}
.messageWrap h2 span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -39px -19px;
	width: 41px;
	height:39px;
	top:50%;
	left:0px;
	margin-top:-18px;
}
.messageBox {
	max-width:900px;
	margin:0 auto;
}
.messageBox ul {
	display:table;
	width:100%;
}
.messageBox li {
	display:table-cell;
	text-align:center;
	padding:0 10px;
}
.messageBox li a {
	text-decoration:none;
	color:#434343;
}
.messageBox li figure,
.messageBox li h4,
.messageBox li p {
	margin-bottom:10px;
}
.messageBox .bx-wrapper {
	margin:0 auto;
}
.messageBox .bx-controls .bx-default-pager {
	display:none;
}
.messageBox .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.messageBox .bx-wrapper .bx-prev {
	width:25px;
	height:42px;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-21px;
	text-indent:-9999px;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: -175px -19px;
}
.messageBox .bx-wrapper .bx-next {
	width:25px;
	height:42px;
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-21px;
	text-indent:-9999px;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: -201px -19px;
}
@media screen and (max-width: 767px) {
.messageWrap {
	padding: 10px;
}
.messageWrap h2 {
	font-size:1.4em;
	font-weight:bold;
	padding:20px 0px 30px 0px;
}
.messageWrap h2 span {
	padding-left:26px;
}
.messageWrap h2 span:before {
	background-size: 150px;
	background-position: -19px -9px;
	width: 21px;
	height:20px;
	margin-top:-12px;
}
.messageBox ul {
	display:table;
	width:100%;
}
.messageBox li figure,
.messageBox li h4,
.messageBox li p {
	margin-bottom:10px;
}
.messageBox li figure img {
	width:100px;
	height:auto;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.messageBox .bx-wrapper .bx-prev {
	width:13px;
	height:21px;
	left:10px;
	margin-top:-10px;
	background-size: 150px;
	background-position: -88px -10px;
}
.messageBox .bx-wrapper .bx-next {
	width:13px;
	height:21px;
	right:10px;
	margin-top:-10px;
	text-indent:-9999px;
	background-size: 150px;
	background-position: -101px -10px;
}
}
/* clearfix
------------------------------------------------------------ */
.newsBoxTab:after,
.newsTibox:after,
.newsBoxContainer:after,
.knowNav:after,
.knowNav li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ÌØÔO¥Ð¥Ê©` 2019/10/16
------------------------------------------------------------ */
.japan8bnr{
	text-align: center;
}
.japan8bnr img{
	width: 100%;
	max-width: 550px;
}