@charset "utf-8";

@media print {
    /* 紙媒体向けスタイル定義 */
    body { _zoom:60%; -webkit-print-color-adjust:exact; }
  }

.clfix:before, .clfix:after { content:""; display:table; }
.clfix:after        { clear:both; }
.clfix            { zoom:1; } /* For IE 6/7 (trigger hasLayout) */


/* 特集全体 */
div#container {
  width: 960px;
	margin: 0 auto;
}
#wrap ul {
  height: auto;
}

img {
  vertical-align: top;
}

.to_top_btn {
    text-align: right;
    margin-right: 0;
    margin-top: 10px;
    font-size: 0.9em;
}
.to_top_btn a {
    padding-left: 10px;
    background: url(/med/common/images/icon_list_up.gif) left center no-repeat;
}


/* ヘッダ */
#headerArea {
  width: 960px;
}
#headerArea h1 {
	margin: 0;
}
#headerArea .headerNavi {
  position: relative;
  padding: 0 20px;
  border-top: 2px solid #004ce9;
  border-bottom: 2px solid #004ce9;
  letter-spacing: -0.4em;
}
#headerArea .headerNavi::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1px 0;
  border-top: 1px solid #004ce9;
  border-bottom: 1px solid #004ce9;
  z-index: -1;
}

#headerArea .headerNavi li {
  display: inline-block;
  margin-right: 30px;
  padding: 18px 0;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
}
#headerArea .headerNavi li a {
  padding-left: 20px;
  background: url(../images/bg_navi01_no.png) 0 0 no-repeat;
	background-position: 0px 3px;
  text-decoration: none;
  color: #004ce9;
}
#headerArea .headerNavi li a:hover {
  background: url(../images/bg_navi01_on.png) 0 0 no-repeat;
  color: #f02056;
}

/*conents*/
#contents {
  padding: 20px 20px 30px 20px;
  background: url(../images/bg_index01.png);
}

.infoArea {
  position: relative;
  margin: 10px 0 25px;
  padding: 30px 20px 15px 20px;
  background: #fff;
  box-shadow: 5px 5px 0 #cbe1ff;
}
.infoArea .infoTitle {
  position: absolute;
  top: -10px;
  left: 310px;
}
.infoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.infoArea .infoList li {
  display: inline-block;
}
.infoArea .infoList li:nth-of-type(n+4) {
  margin-top: 10px;
}

.section + .section {
  margin-top: 30px;
}

.areaList {
  overflow: hidden;
  background: url(../images/bg_index03.png) right 0 no-repeat;
}
.sectionTitle + .areaList {
  margin-top: 20px;
}
.areaList li {
  float: left;
  margin-bottom: 10px;
  height: 220px;
}
.areaList li img {
  vertical-align: top;
}
.areaList li + li {
  margin-left: 20px;
}
.areaList.col4 li {
  width: 215px;
}
.areaList.col2 li {
  width: 450px;
}

.courseArea {
  margin-bottom: 15px;
  border: 5px solid #1461cc;
  background: #fff;
}
.courseArea .areaTitle {
	margin: 0;
  padding: 5px 15px 10px 15px;
  background: #1461cc;
}
.courseArea .areaTitle .areaTitleTxt {
	padding: 2px 0 2px 28px;
	color: #fff;
	background: url("../images/ic_areaTit.png") no-repeat;
}

.courseArea .courseList {
  padding: 15px 20px 30px 20px;
}
.courseArea .courseList li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  overflow: hidden;
  padding-bottom: 23px;
  background: url(../images/bg_index02.png) 0 bottom repeat-x;
  font-size: 14px;
}
.courseArea .courseList li .courseNo {
  padding: 8px 0;
  margin-right: 10px;
  width: 85px;
  background: #003bb3;
  text-align: center;
	font-size: 1.5rem;
  color: #fff;
}
.courseArea .courseList li .courseTitle {
  width: 775px;
}
.courseArea .courseList li .courseTitle a {
  color: #00aaff;
}
.courseArea .courseList li .courseTitle >a {
  font-size: 18px;
  font-weight: bold;
}
.courseArea .courseList li .courseTitle a:hover {
  color: #f02056;
}

.courseArea .courseList li + li {
  padding-top: 20px;
}

.attText {
  margin: 10px 0;
  text-align: right;
  font-size: 12px;
}

.notours {
  padding: 10px;
  text-align: center;
  background: #ccc;
}

/*spOnly
==================================*/
@media (max-width: 767px){
  div#container,
	#headerArea {
		width: 100%;
	}
	#headerArea .headerNavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#headerArea .headerNavi li {
		margin-right: 15px;
		padding: 5px 0;
		font-size: 1.5rem;
	}
	#headerArea .headerNavi li a {
		background-position: 0;
	}
	.infoArea {
		width: 100%;
		padding: 30px 15px 15px 15px;
	}
	.infoArea .infoTitle {
		width: 100%;
		text-align: center;
		top: 10px;
		left: 0;
	}
	.infoList {
		margin: 30px 0 0;
	}
	.infoArea .infoList li {
		max-width: 360px;
	}
	.infoArea .infoList li + li {
		margin-top: 10px;
	}
	.infoArea .infoList li + li,
	.infoArea .infoList li:nth-child(n+4) {
    margin-left: 0; 
	}
	.infoArea .infoList li:first-of-type {
		margin-right: 30%;
	}
	.infoArea .infoList li:nth-of-type(2) {
		margin-right: 25%;
	}
	.infoArea .infoList li:nth-of-type(3) {
		margin-right: 46%;
	}
	.infoArea .infoList li:nth-of-type(4) {
		margin-right: 18%;
	}
	.areaList {
		display: flex;
    flex-wrap: wrap;
		background: none;
	}
	.areaList.col4 li {
		width: calc(25% - 8px);
		height: 100%;
	}
	.areaList li {
		margin-left: 10px!important;
	}
	.areaList li:nth-of-type(4n+1) {
		margin-left: 0!important;
	}
	.areaList.col2 li {
		width: calc(50% - 5px);
		height: 100%;
	}
	.areaList.col2 li:nth-of-type(2n) {
		margin-left: 10px!important;
	}
	.courseArea .areaTitle {
		margin: 0;
	}
	.courseArea .areaTitle .areaTitleTxt {
		padding: 5px 0 5px 25px;
		font-size: 1.55rem;
		background: url("../images/ic_areaTit_sp.png") no-repeat;
		background-position: 0 1px;
		background-size: 18px 25px;
	}
	.courseArea .courseList {
		margin: 0;
		padding: 15px 20px 20px 20px;
	}
	.courseArea .courseList li {
		display: block;
		padding-bottom: 15px;
	}
	.courseArea .courseList li + li {
		padding-top: 15px;
	}
	.courseArea .courseList li .courseNo {
		margin-right: 0;
		padding: 4px 0;
		font-size: 1.4rem;
	}
	.courseArea .courseList li .courseTitle {
		width: 100%;
		margin-top: 7px;
	}
	.courseArea .courseList li .courseTitle > a {
		font-size: 1.6rem;
	}
}


/*================================*/

#container .imgAnnotation { margin: 10px auto;padding-top: 0;font-size: 12px;color: #333; text-align: right;}
@media (max-width: 767px){
  #container .imgAnnotation { margin: 5px auto;padding-right: 0;font-size: 11px;}
}