@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*
 本ファイルはSSIでincludeされる場合もあるため、url()関数等で外部ファイルを
 読み込む場合には、配置場所からの相対パスではなく、絶対パスを使用すること。
 */

/* 20170216 追記 */
body {
    overflow-x: visible;
}


/*==========================

共通要素

==========================*/
.blueBtn {
  background: url(/resources/img/ico-arrow_white_001.png) right 12px center no-repeat #293b60;
  background-size: 9px auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

.blueBtn:hover {
  color: #fff;
  opacity: 0.7;
}

.midashiA {
  color: #293b60;
}

.midashiA:before {
  content: "";
  display: block;
  background: #293b60;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0/4px 4px 0 0;
}

.tab .tabMenu li {
  cursor: pointer;
}
.tab .tabCont > div {
  display: none;
}
.tab .tabCont > div.on {
  display: block;
}

/*==========================

#content

==========================*/
#content {
  width: auto;
  padding: 0;
  background: #f1f1f1;
}
#content .notice p {
  margin: 0 auto;
}
#content .notice p a {
  text-decoration: none;
  padding-left: 16px;
  display: inline-block;
  background: url(/_sharedZ_New/img/ico-arrow_blue_001.png) left center no-repeat;
  background-size: 7px auto;
}
#content .notice p a:hover {
  color: #333;
  text-decoration: underline;
}
#content .slideAll .slideWrap .bx-wrapper {
  /* pager */
}
#content .slideAll .slideWrap .bx-wrapper .slide .item {
  overflow: hidden;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item a {
  display: table;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item a img {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s linear;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: transform 0.2s linear;
  -moz-transform: translate(-50%, -50%);
  -moz-transition: transform 0.2s linear;
  -ms-transform: translate(-50%, -50%);
  -ms-transition: transform 0.2s linear;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item a p {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
#content .slideAll .slideWrap .bx-wrapper .slide .item a:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
#content .slideAll .slideWrap .bx-wrapper .slide .item a:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .recommend:after {
  content: "オススメ";
  background: #c13333;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .campaign:after {
  content: "キャンペーン";
  background: #a5632c;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .job:after {
  content: "職業・学問";
  background: #ea5e60;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .univ:after {
  content: "大学情報";
  background: #00c5e4;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .expart:after {
  content: "専門学校";
  background: #e7b900;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .exam:after {
  content: "入試情報";
  background: #ca70da;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .learn:after {
  content: "学習";
  background: #21c3b2;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .life:after {
  content: "高校生活";
  background: #fa8a20;
}
#content .slideAll .slideWrap .bx-wrapper .slide .item .topic:after {
  content: "トピックス";
  background: #2b9ce0;
}
#content .slideAll .slideWrap .bx-wrapper .bx-pager a {
  background: #d4d4d4;
}
#content .slideAll .slideWrap .bx-wrapper .bx-pager a:hover,
#content .slideAll .slideWrap .bx-wrapper .bx-pager a.active {
  background: #0091d7;
}
#content .slide .item{
    display: none;
}
#content .searchBox {
  /* lookingFor */
  /* bnrBox bottom */
}
#content .searchBox .lookingFor h3 {
  line-height: 1;
  text-align: center;
  background: url(/resources/img/bgi-lookingFor_001.jpg) left top;
}
#content .searchBox .lookingFor h3 span {
  display: inline-block;
  color: #fff;
  background: url(/resources/img/ico-lookingFor_001.png) left center no-repeat;
}
#content .searchBox .lookingFor ul {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  letter-spacing: -0.40em;
  line-height: 1;
}
#content .searchBox .lookingFor ul li {
  display: inline-block;
  letter-spacing: 0;
}
#content .searchBox .lookingFor ul li a {
  display: table;
  text-decoration: none;
  background-color: #eee !important;
  border-radius: 3px;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
#content .searchBox .lookingFor ul li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
#content .searchBox .lookingFor ul li .recommend:after {
  content: "オススメ";
  position: absolute;
  color: #fff;
  line-height: 1;
  background: #e2551e;
  top: 0;
  left: 0;
  font-weight: bold;
  border-radius: 3px 0 3px 0/3px 0 3px 0;
}
#content .searchBox .bnrBox.bottom li {
  text-align: center;
}
#content .sideBox .inputBox {
  background: #293b60;
  padding: 0 4px 4px;
}
#content .sideBox .inputBox h3 {
  text-align: center;
}
#content .sideBox .inputBox h3 span {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: url(/resources/img/ico-inputBox_001.png) left center no-repeat;
}
#content .sideBox .inputBox .tab {
  background: #fff;
}
#content .sideBox .inputBox .tab .tabMenu {
  letter-spacing: -1em;
  border-bottom: 1px solid #ddd;
}
#content .sideBox .inputBox .tab .tabMenu li {
  display: inline-block;
  letter-spacing: 0;
  width: 50%;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
  border: 1px solid #ddd;
  margin: 0 1px -1px;
  cursor: pointer;
}
#content .sideBox .inputBox .tab .tabMenu .on {
  color: #fff;
  background: #e2551e;
  border-color: #e2551e;
}
#content .sideBox .inputBox .tab .tabCont > div input {
  background: #f1f1f1;
  border: 1px solid #ddd;
}
#content .recommendArticle {
  background: #fff;
}
#content .recommendArticle h3 {
}
#content .recommendArticle h3 span {
}
#content .recommendArticle .articleBox .item {
  border: 1px solid #ddd;
    position: relative;
}
#content .recommendArticle .articleBox .item .number {
    display: block;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: absolute;
    width: 30px;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    top: -12px;
    left: -12px;
    z-index: 10;
    text-align: center;
    border: 2px solid #fff;
    background: #ebebeb;
    color: #9a9a9a;
}
#content .recommendArticle .articleBox .item .number.first {
    background: #d1b362;
    color: #fff;
}
#content .recommendArticle .articleBox .item .number.second {
    background: #a8bbc8;
    color: #fff;
}
#content .recommendArticle .articleBox .item .number.third {
    background: #ae926e;
    color: #fff;
}
#content .recommendArticle .articleBox .randomItem {
    display: none;
}
#content .recommendArticle .articleBox .randomItem2 {
    display: none;
}
/*--201709追加--*/
#content .recommendArticle .articleBox .randomItem3 {
    display: none;
}
#content .recommendArticle .articleBox .item a {
  display: block;
  text-decoration: none;
}
#content .recommendArticle .articleBox .item a figure {
  overflow: hidden;
  position: relative;
}
#content .recommendArticle .articleBox .item a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#content .recommendArticle .articleBox .item a dl dt {
  line-height: 1.27;
  font-weight: bold;
}
#content .recommendArticle .articleBox .item a dl dd {
  color: #666;
  letter-spacing: -1em;
  line-height: 1;
}
#content .recommendArticle .articleBox .item a dl dd span {
  display: inline-block;
  letter-spacing: 0;
}
#content .recommendArticle .articleBox .item a dl dd .pr {
  border: 1px solid #ddd;
  border-radius: 3px;
}
#content .recommendArticle .articleBox .item a:hover figure img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
}
#content .manabiNews dl {
  background: #fff;
  border: 1px solid #ddd;
}
#content .manabiNews dl dt {
  font-weight: bold;
}
#content .manabiNews dl dd a {
  text-decoration: none;
  padding-left: 15px;
  background: url(/_sharedZ_New/img/ico-arrow_blue_001.png) left center no-repeat;
  background-size: 7px auto;
}
#content .rightNow {
  background: #fff;
}
#content .rightNow ul li {
  line-height: 1.4;
}
#content .rightNow ul li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-decoration: none;
}
#content .rightNow ul li a figure {
  display: table-cell;
  vertical-align: middle;
    background: #f9f9f9;
}
#content .rightNow ul li a dl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  color: #333;
}
#content .rightNow ul li a dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#content .rightNow ul li a:hover {
  background: #fff;
}
#content .rightNow ul li a:hover figure img {
  opacity: 1;
}
#content .rightNow ul li a:hover dl dt {
  color: #0091d7;
}
#content .schoolNews {
  /* btnList */
  /* onePoint */
}
#content .schoolNews .tab .tabMenu {
  border-bottom: 1px solid #ddd;
  letter-spacing: -1em;
  line-height: 1;
}
#content .schoolNews .tab .tabMenu li {
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
  position: relative;
}
#content .schoolNews .tab .tabMenu li span {
  display: inline-block;
  font-weight: bold;
}
#content .schoolNews .tab .tabMenu .on {
  border-radius: 0;
}
#content .schoolNews .tab .tabMenu .on span {
  color: #293b60;
}
#content .schoolNews .tab .tabMenu .on:before {
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  background: #293b60;
  position: absolute;
  top: -3px;
  left: -1px;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
}
#content .schoolNews .btnList li {
  margin-bottom: 10px;
}
#content .schoolNews .btnList li a {
  display: block;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
#content .schoolNews .btnList li a dl dt {
  font-weight: bold;
}
#content .schoolNews .btnList li a dl dd {
  font-weight: bold;
}
#content .schoolNews .btnList li:hover {
  opacity: 0.7;
}
#content .schoolNews .btnList .ambivalence {
  border: 3px solid #293b60;
  background: url(/resources/img/bgi-btnList_001.jpg);
}
#content .schoolNews .btnList .ambivalence a {
  color: #293b60;
}
#content .schoolNews .btnList .twitter {
  background: #00aced;
}
#content .schoolNews .btnList .line {
  background: #00c300;
}
#content .schoolNews .onePoint {
  background: #fff;
}
#content .schoolNews .onePoint .ttl h4 {
  text-align: center;
}
#content .schoolNews .onePoint .ttl p {
  text-align: center;
  line-height: 1;
  font-size: 10px;
  color: #666;
}
#content .schoolNews .onePoint .ttl p a {
  font-style: italic;
  color: #666;
}
#content .schoolNews .onePoint .txt .phrase {
  line-height: 1.5;
  position: relative;
}
#content .schoolNews .onePoint .txt .phrase h5 {
  position: absolute;
  color: #fff;
  background: #293b60;
}
#content .schoolNews .onePoint .txt .phrase h5:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #293b60 transparent transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 20px;
}
#content .schoolNews .onePoint .txt .phrase p {
  border-bottom: 1px dashed #ddd;
}
#content .schoolNews .onePoint .txt .phrase p:last-child {
  border-bottom: none;
}
#content .schoolNews .onePoint .txt .share {
  letter-spacing: -1em;
}
#content .schoolNews .onePoint .txt .share li {
  letter-spacing: 0;
  display: inline-block;
  width: calc(50% - 1px);
}
#content .schoolNews .onePoint .txt .share li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#content .schoolNews .onePoint .txt .share li:first-child {
  margin-right: 2px;
}
#content .schoolNews .onePoint .txt .share .facebook a {
  background: #4267b2;
}
#content .schoolNews .onePoint .txt .share .twitter a {
  background: #1da1f2;
}
#content .function {
  background: #68bbdf;
  /* loginBox */
  /* boxIn */
}
#content .function dl {
  background: #fff;
}
#content .function dl dd {
  position: relative;
}
#content .function dl dd .txt {
  line-height: 1.7;
}
#content .function dl dd .link a {
  display: inline-block;
  padding-left: 18px;
  background: url(/_sharedZ_New/img/ico-arrow_blue_001.png) left 4px no-repeat;
  background-size: 7px auto;
}
#content .function dl dd .orangeBtn {
  display: block;
  color: #fff;
  text-align: center;
  background: url(/_sharedZ_New/img/ico-arrow_white_001.png) right 10px center no-repeat #e2551e;
  background-size: 7px auto;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}
#content .function dl dd .orangeBtn:hover {
  opacity: 0.7;
}
#content .function dl dd input[type="text"],
#content .function dl dd input[type="password"]{
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#content .function .loginBox dt span {
  color: #fff;
}
#content .function .loginBox dd .box h5 strong {
  color: #0091d7;
}
#content .function .loginBox dd .box h5:before {
  content: "";
  display: block;
  background: #293b60;
  position: absolute;
  left: 0;
  top: 0;
}
#content .function .boxIn .performance dd .txt a {
  color: #0091d7;
}
#content .function .boxIn .performance dd .accessKey {
  text-align: center;
}
#content .function .boxIn .performance dd input {
  width: 40px;
  padding: 0 5px;
  text-align: center;
}
#content .function .boxIn .performance dd span {
  padding: 0 6px;
}


/* 20170627_0913追記 */
body header {
  margin-bottom: 0;
}

#content.patternB {
  padding-bottom: 0;
}
#content.patternB .searchTagBox .searchCont .inputWrap {
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 3px 0 0 3px/3px 0 0 3px;
  background: url(/resources/img/ico-search_001.png) 10px center no-repeat #fff;
  vertical-align: top;
}
#content.patternB .searchTagBox .searchCont .inputWrap input {
  border: none;
  outline: none !important;
  display: inline-block;
  width: 100%;
}
#content.patternB .searchTagBox .searchCont button {
  cursor: pointer;
  border: none;
  box-shadow: none;
  outline: none !important;
  color: #fff;
  background: #e2551e;
  font-weight: bold;
  border-radius: 0 3px 3px 0/0 3px 3px 0;
  text-align: center;
  display: inline-block;
}
#content.patternB .tagCont.manabiHomeTaglist dt, #content.patternB .tagCont.manabiHomeTaglist dd {
  float: left;
}
#content.patternB .tagCont.manabiHomeTaglist dt {
  clear: left;
  background: url(/resources/img/ico-tag_002.png) left center no-repeat;
  box-sizing: border-box;
  font-weight: bold;
  color: #888;
}
#content.patternB .tagCont.manabiHomeTaglist dt a {
  text-decoration: none;
  color: #888;
}
#content.patternB .tagCont.manabiHomeTaglist dd ul {
  letter-spacing: -0.40em;
}
#content.patternB .tagCont.manabiHomeTaglist dd ul li {
  letter-spacing: 0;
  display: inline-block;
}
#content.patternB .tagCont.manabiHomeTaglist dd ul li:last-child {
  margin-right: 0;
}
#content.patternB .tagCont.manabiHomeTaglist dd ul li a {
  text-decoration: none;
  color: #888;
}
#content.patternB .sideSnsBox .innerBox ul {
  letter-spacing: -0.40em;
}
#content.patternB .sideSnsBox .innerBox ul li {
  letter-spacing: 0;
  display: inline-block;
}
#content.patternB .sideSnsBox .innerBox ul li:last-child {
  margin-right: 0;
}
#content.patternB .documentListArea {
  background: #fff;
}
#content.patternB .documentListArea ul li a .txtArea {
  line-height: 1.3;
}
#content.patternB .documentListArea ul li a .txtArea dt {
  font-weight: bold;
  color: #293b60;
}
#content.patternB .documentListArea ul li a .txtArea dd {
  color: #999;
}
#content.patternB .documentListArea .blueBtn {
  margin: 0 auto;
}
#content.patternB .featureArea {
  background: #fff;
}
#content.patternB .featureArea ul {
  border-top: 1px solid #ddd;
}
#content.patternB .featureArea ul li {
  border-bottom: 1px solid #ddd;
}
#content.patternB .featureArea ul li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}
#content.patternB .featureArea ul li a .picArea, #content.patternB .featureArea ul li a .txtArea {
  display: table-cell;
  vertical-align: middle;
}
#content.patternB .featureArea ul li a .picArea figure {
  position: relative;
  overflow: hidden;
}
#content.patternB .featureArea ul li a .picArea figure img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#content.patternB .featureArea ul li a .txtArea {
  line-height: 1.3;
}
#content.patternB .featureArea ul li a .txtArea p {
  padding-bottom: 0;
  line-height: 1.5;
}
#content.patternB .featureArea ul li a .txtArea .ttl {
  font-weight: bold;
}
#content.patternB .featureArea ul li a .txtArea .univ {
  font-weight: bold;
  color: #0091d7;
}
#content.patternB .featureArea ul li a .txtArea .day {
  color: #666;
}
#content.patternB .featureArea ul li a.pr .day:before {
  content: "PR";
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#content.patternB .featureArea .blueBtn {
  margin: 0 auto;
}
#content.patternB .middleNewsArea {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#content.patternB .middleNewsArea dl {
  margin: 0 auto;
  line-height: 1;
}
#content.patternB .middleNewsArea dl dt {
  float: left;
  clear: left;
  color: #0091d7;
}
#content.patternB .middleNewsArea dl dt a {
  color: #0091d7;
  text-decoration: none;
}
#content.patternB .middleNewsArea dl dd {
  float: left;
}
#content.patternB .middleNewsArea dl dd a {
  display: inline-block;
  text-decoration: none;
  background: url(/_sharedZ_New/img/ico-arrow_blue_001.png) right center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content.patternB .schoolNews {
  width: auto;
  background: #fff;
}
#content.patternB .schoolNews .tab {
  margin: 0 auto;
}
#content.patternB .function p {
  float: left;
  background: #fff;
}
#content.patternB .function p:last-child {
  margin-right: 0;
}
#content.patternB .function p a {
  display: block;
  text-indent: -9999px;
}
#content.patternB .bottomContBox {
  background: #fff;
}

