@charset "utf-8";

/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 20px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* globalNav */
.l-content .navi {
  margin-bottom: 25px;
  width: 950px;
}
.l-content .navi ul {
  display: flex;
  flex-wrap: wrap;
}
.l-content .navi ul li {
  width: 238px;
  border-left: 1px solid #FFF;
  box-sizing: border-box;
}
.l-content .navi ul li:nth-child(n+5) {
  border-top: 1px solid #fff;
}
.l-content .navi ul li:first-child,
.l-content .navi ul li:nth-child(5n) {
  width: 236px;
  border-left: none;
}
.l-content .navi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMBAMAAABCcoqQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURQAAAP///////////////////////////////////////////////////////6FIq5sAAAAOdFJOUwA0/u/wYmNkBOChChARXGolTAAAACxJREFUCNdjKDJkAAJ2ZQEQlQTmsCFzuF42AMkgRyDBqiKAykwCMRnObgASAO6EB2im/ImLAAAAAElFTkSuQmCC) no-repeat 11px center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.l-content .navi ul li a {
  background-color: #0074be;
}
.l-content .navi ul li:not(.c-current) a:hover {
  opacity: .75;
}
.l-content .navi ul li.c-current a {
  pointer-events: none;
  background-color: #7fb9de;
}
.l-content .navi ul li a span {
  font-size: 14px;
  letter-spacing: .05em;
}

/*リードテキスト*/
.l-content .leadTxt {
  margin-bottom: 25px;
	font-size: 17px;
}
.l-content .leadTxt span {
	font-size: 18px;
}

/*.anchor*/
.l-content .anchor {
    margin-bottom: 50px;
}
.l-content .anchor ul {
  display: flex;
  justify-content: center;
}
.l-content .anchor ul li {
	width: 300px;
	margin-left: 62px;
  box-sizing: border-box;
}
.l-content .anchor ul li:first-child {
  margin-left: 0;
}
.l-content .anchor ul li a {
  padding: 10px 12px 9px;
}

/*.section*/
.l-content .section {
  margin-bottom: 80px;
}
.l-content .section .section__leadtxt {
  font-size: 19px;
}
.l-content .section > h3 {
  margin-top: 60px;
  font-size: 19px;
}
.l-content .section > h3 > span {
  font-size: 20px;
}

/*.itemBox*/
.l-content .itemBox {
	width: 900px;
	margin: 0 auto;
}
.l-content .itemBox .item {
	float: left;
	width: 210px;
	margin: 20px 20px 0 0;
  padding: 15px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
}
.l-content .itemBox .item:nth-child(4n) {
  margin-right: 0;
}
.l-content .itemBox .item .name {
  color: #004098;
}
.l-content .itemBox .item .name.box_hover {
  cursor: pointer;
  text-decoration: underline;
}
.l-content .itemBox .item .pic {
  text-align: center;
}
.l-content .itemBox .item .pic.box_hover {
  cursor: pointer;
  opacity: .75;
}
.l-content .itemBox .item .pic.new {
  position: relative;
}
.l-content .itemBox .item .pic.new::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  padding: 3px 0 2px;
  cursor: pointer;
  background-color: #d00;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  content: "NEW";
}

/*.bnrArea*/
.l-content .bnrArea .bnr + .bnr {
	margin-top: 68px;
}
