@charset "UTF-8";
body {
  font-size: 14px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1a1q;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
}
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
  border: none;
  outline: none;
  width: 100%;
  height: auto;
}
a img {
  border: none;
  outline: none;
}
a img:hover {
  opacity: .8;
}
.alCenter {
  text-align: center;
}
.alLeft {
  text-align: left;
}
.alRight {
  text-align: right;
}
.clfix:before, .clfix:after {
  content: " ";
  display: block;
}
.clfix:after {
  clear: both;
}
.clfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
.mauto {
  margin: auto !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.pt10 {
  margin-top: 10px;
}
.pt20 {
  margin-top: 20px;
}
.pt30 {
  margin-top: 30px;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.fs140 {
  font-size: 140% !important;
}
.fs130 {
  font-size: 130% !important;
}
.fs120 {
  font-size: 120% !important;
}
.fs110 {
  font-size: 110% !important;
}
.fs100 {
  font-size: 100% !important;
}
.fs95 {
  font-size: 95% !important;
}
.fs90 {
  font-size: 90% !important;
}
.fs85 {
  font-size: 85% !important;
}
.fs80 {
  font-size: 80% !important;
}
.fs75 {
  font-size: 75% !important;
}
.fs70 {
  font-size: 70% !important;
}
.fs65 {
  font-size: 65% !important;
}
.fs60 {
  font-size: 60% !important;
}
.capt {
  line-height: 1.5 !important;
  font-size: 12px !important;
  margin: 0 !important;
}
.capt span.name {
  font-size: 16px !important;
}
li {
  list-style: none;
}
.sp {
  display: none !important;
}
#btn_shingaku2017 {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 100;
}
#btn_shingaku2016 {
  position: fixed;
  right: 0;
  top: 340px;
  z-index: 100;
}
.alCenter.max600 img {
  max-width: 600px;
}
/* 過去掲載大学アコーディオン（スマホ時） */
.accordionlist {
  margin: 5px 0;
}
.accordionlist dt {
  display: block;
  color: #fff;
  background: #1a1a1a;
  padding: 10px;
  border-top: 1px solid #DFDFDF;
  position: relative;
}
.accordionlist dt:first-child {
  border-top: none !important;
}
.accordionlist dd {
  display: none;
  background: #1a1a1a;
  margin: 15px 20px 5px;
  text-align: left;
}
.accordionlist dd a {
  display: inline-block !important;
  width: 65px !important;
}
.accordionlist dd span {
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.accordionlist dd span {
  line-height: 0.5;
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* 過去掲載大学アコーディオン（スマホ時）ここまで */
/* cn edit 2016/12/13 */
a:visited {
  color: #999999;
}
/* cn edit 2016/12/13 ここまで */
/* layout */
body {
  background: #fff none repeat-x center top;
  overflow-y: auto;
  *font-size: small;
  *font: x-small;
}
#wrapper {
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
  background: #fff;
}
header .inner {
  width: 980px;
  margin: 0 auto;
}
header .credit {
  float: right;
  margin: 20px auto 19px;
}
header .sns {
  float: right;
  margin: 23px auto 0;
}
header .sns ul {
  letter-spacing: -.4em;
  margin: 0 10px 0 0;
  padding: 0;
}
header .sns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 10px 0 0;
  height: 20px;
  vertical-align: top;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
header .logo_asahi {
  float: left;
  margin: 15px auto;
}
.header .menu {
  width: 100%;
  margin: 0 auto;
  background: #1a1a1a;
}
.header .menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.header .menu ul {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -.4em;
}
.header .menu ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 33.333%;
  /*width: 25%;*/
  /*width: 20%;*/
  text-align: center;
  line-height: 1;
}
.header .menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
}
.header .menu ul li a span {
  display: block;
  width: 100%;
  border-right: solid 1px #fff;
  line-height: 30px;
}
.header .menu ul li a span.first {
  border-left: solid 1px #fff;
}
/* footer */
.footer {
  background: #1a1a1a;
  padding: 50px 0 36px;
}
.footer p {
  text-align: center;
  color: #fff;
  margin: 0 auto 7px
}
/* top css */
#prep {
  padding: 40px 0;
}
#prep h2 {
  color: #1a1a1a;
  margin: 0 auto;
  font-size: 36px;
}
#special h2, #sundai h2, #topics h2 {
  margin: 0 auto;
  font-size: 36px;
}
#special h2 span {
  font-size: 80%;
}
.article-box {
  padding: 30px 17.5px;
  display: inline-block;
  max-width: 980px;
}
.article-box.two {
  padding: 30px 110px;
}
.article-box.three {
  padding: 30px 0;
}
.article-box.two .article li {
  margin: 0 50px;
  vertical-align: top;
}
.article-box.three .article li {
  margin: 0 15px;
  vertical-align: top;
}
.article-box .article {
  letter-spacing: -.4em;
  margin: 0;
  padding: 0;
}
.article-box .article li {
  letter-spacing: normal;
  display: inline-block;
  width: 280px;
  margin: 0 17.5px;
  padding: 20px;
  list-style: none;
  background: #fff;
}
.article-box .article li img {
  margin: 0 auto 20px;
}
.article-box .article li h3 {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
#special .article-box h3 {
  text-align: center;
}
/* contents css */
.contents-box {}
.contents-box p {
  line-height: 2;
  margin: 0 0 15px;
}
.contents-box .main {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  letter-spacing: -.4em;
  text-align: center;
}
.contents-box .main.top h1 {
  width: 100%;
  height: 300px;
  background: url(../images/main_top.jpg) no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contents-box .main h1 {
  display: inline-block;
  margin: 0 auto;
  vertical-align: bottom;
  position: relative;
}
.contents-box .main .capt-box {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: bottom;
}
.contents-box .main h1 span, .contents-box .main .capt-box .capt-top {
  position: absolute;
  right: 10px;
  bottom: 11px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0;
  width: 310px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 6px;
}
.contents-box .main.lg h1 {
  text-align: center;
  width: 100%;
}
.contents-box .title {
  width: 100%;
  margin: 0 auto;
  background: #005580; /* def */
}
.contents-box .title h2 {
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}
.contents-box .content {
  width: 100%;
  margin: 0 auto;
  background: url(../images/content_bg.jpg) repeat left top;
  padding: 40px 0;
}
#special.content {
  background: #faf3e6;
}
.contents-box .content.lead p {
  max-width: 1000px;
  margin: 0 auto;
}
.contents-box .content.lead {
  background-color: #faf3e6;
  background-image: none;
}
#university_list h2, #university_list2 h2, .contents-box .content h3, .contents-box .bg-area h3, .contents-box .blue-area h3 {
  font-size: 36px;
  line-height: 1.5;
  margin: 0 auto 40px;
}
.contents-box .bg-area h3 span {
  font-size: 24px;
}
.contents-box .blue-area h3 span {
  font-size: 24px;
}
.contents-box .content .detail-box {
  width: 980px;
  background: #fff;
  margin: 0 auto;
  padding: 40px 30px 0;
}
.contents-box .content .detail-box .detail {
  padding: 0 0 31px;
}
.contents-box .content .detail-box .detail h4 {
  background: #005580; /* def */
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 40px;
  padding: 12px 0 10px;
}
.contents-box .content .detail-box .detail p:last-child {
  margin: 0;
}
.contents-box .bg-area {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  padding: 40px 0;
}
.contents-box .bg-area2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.contents-box .bg-area .border-box {
  width: 980px;
  margin: 0 auto;
  background: transparent;
  padding: 40px 30px;
  border: solid 1px #1a1a1a;
}
.contents-box .bg-area2 .border-box {
  width: 740px;
  margin: 0 auto;
  padding: 10px 30px;
  border: solid 1px #1a1a1a;
}
.contents-box .bg-area2 .border-box dt {
  font-size: 18px;
}
.contents-box .bg-area2 .border-box dd {
  margin-left: 0;
  margin: 10px 0;
}
.contents-box .bg-area .border-box h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 34px;
}
.contents-box .blue-area {
  width: 100%;
  margin: 0 auto;
  background: #005580; /*  def*/
  padding: 40px 0 16px;
}
.contents-box .blue-area h3 {
  color: #fff;
}
.contents-box .blue-area .column {
  width: 920px;
  margin: 0 auto 16px;
  color: #fff;
  overflow: hidden;
}
.contents-box .blue-area .column:last-child {
  margin: 0 auto;
}
.contents-box .blue-area .column h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 40px;
  padding: 16px 0 8px;
  color: #fff;
  border: solid 1px #fff;
}
.contents-box .btn-box {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.contents-box .btn-box a {
  background: #005580; /* def */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
}
.contents-box .btn-box a:hover {
  background: #fff; /* def */
  color: #005580; /* def */
}
.contents-box .question {
  color: #0066cc;
}
.pc-shinshu {
  width: 300px;
  float: left;
}
.sp-shinshu-box {
  display: none;
}
/* univ_list */
#university_list {
  background: #fff;
  padding: 40px 0;
}
#university_list2 {
  background: #fff;
  padding: 40px 0;
}
.animationList {
  overflow: hidden;
  width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.animationList2 {
  overflow: hidden;
  width: 520px;
  margin: 0 auto;
  padding: 0;
}
.animationList li {
  width: 200px;
  float: left;
  margin: 0 30px 30px;
  padding: 10px;
  list-style: none;
  background: #faf3e6;
}
.animationList2 li {
  width: 200px;
  float: left;
  margin: 0 30px 30px;
  padding: 10px;
  list-style: none;
  background: #faf3e6;
}
.animationList li h3 {
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
}
.animationList2 li h3 {
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
}
/* book */
#book {
  background: #fff;
  padding: 40px 0;
}
#book h2 {
  font-size: 36px;
  margin: 0 auto;
}
#book .catch {
  font-size: 20px;
  margin-bottom: 0;
}
#book .introduction {
  font-size: 36px;
  line-height: 1.5 !important;
}
#book .introduction span {
  font-size: 80%;
}
#book .lead a {
  color: #1a1a1a;
}
/* float-box css */
.float-box .fleft {
  float: left;
  width: 300px;
  margin: 0 30px 20px 0;
}
.float-box .fright {
  float: right;
  width: 300px;
  margin: 0 0 20px 30px;
}
.float-box .fright.fright_w_230 {
  width: 230px;
}
.yozemi .service {
  margin-bottom: 30px;
}
.yozemi .service a {
  color: #fff;
}
.yozemi .service a:last-child {
  margin-right: 0;
}
.yozemi .service i {
  font-size: 14px;
  margin-right: 40px;
}
.yozemi .service i:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .float-box .fright.fright_w_230 {
    width: auto;
  }
  .article-box.three .article li {
    width: 218px;
  }
}
@media screen and (max-width: 640px) {
  .article-box.three .article li {
    width: 90%;
  }
}
/* mouse over effect */
.scale {
  width: 180px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.scale.lg {
  width: 180px;
  height: 180px;
}
.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  max-width: 180px;
}
.animationList li:hover .scale img, .animationList2 li:hover .scale img, .article li:hover .scale img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* color change css */
/* 01 chiba */
.chiba .contents-box .title, .chiba .contents-box .content .detail-box .detail h4, .chiba .contents-box .blue-area, .chiba .contents-box .btn-box a {
  background: #cf112b;
}
.chiba .contents-box .btn-box a:hover {
  background: #fff;
  color: #cf112b;
}
/* 02 hirosaki */
.hirosaki .contents-box .title, .hirosaki .contents-box .content .detail-box .detail h4, .hirosaki .contents-box .blue-area, .hirosaki .contents-box .btn-box a {
  background: #234661;
}
.hirosaki .contents-box .btn-box a:hover {
  background: #fff;
  color: #234661;
}
/* 03 kanazawa */
.kanazawa .contents-box .title, .kanazawa .contents-box .content .detail-box .detail h4, .kanazawa .contents-box .blue-area, .kanazawa .contents-box .btn-box a {
  background: #043d60;
}
.kanazawa .contents-box .btn-box a:hover {
  background: #fff;
  color: #043d60;
}
/* 04 kyoto */
.kyoto .contents-box .title, .kyoto .contents-box .content .detail-box .detail h4, .kyoto .contents-box .blue-area, .kyoto .contents-box .btn-box a {
  background: #002670;
}
.kyoto .contents-box .btn-box a:hover {
  background: #fff;
  color: #002670;
}
/* 05 sus */
.sus .contents-box .title, .sus .contents-box .content .detail-box .detail h4, .sus .contents-box .blue-area, .sus .contents-box .btn-box a {
  background: #309341;
}
.sus .contents-box .btn-box a:hover {
  background: #fff;
  color: #309341;
}
/* 06 osaka-cu */
.osaka-cu .contents-box .title, .osaka-cu .contents-box .content .detail-box .detail h4, .osaka-cu .contents-box .blue-area, .osaka-cu .contents-box .btn-box a {
  background: #a7003b;
}
.osaka-cu .contents-box .btn-box a:hover {
  background: #fff;
  color: #a7003b;
}
/* 07 tsuru */
.tsuru .contents-box .title, .tsuru .contents-box .content .detail-box .detail h4, .tsuru .contents-box .blue-area, .tsuru .contents-box .btn-box a {
  background: #009fa8;
}
.tsuru .contents-box .btn-box a:hover {
  background: #fff;
  color: #009fa8;
}
/* 08 kawai-juku */
.kawai-juku .contents-box .title, .kawai-juku .contents-box .content .detail-box .detail h4, .kawai-juku .contents-box .blue-area, .kawai-juku .contents-box .btn-box a {
  background: #0072ba;
}
.kawai-juku .contents-box .btn-box a:hover {
  background: #fff;
  color: #0072ba;
}
/* 09 uec */
.uec .contents-box .title, .uec .contents-box .content .detail-box .detail h4, .uec .contents-box .blue-area, .uec .contents-box .btn-box a {
  background: #00a0e7;
}
.uec .contents-box .btn-box a:hover {
  background: #fff;
  color: #00a0e7;
}
/* 10 hit */
.hit .contents-box .title, .hit .contents-box .content .detail-box .detail h4, .hit .contents-box .blue-area, .hit .contents-box .btn-box a {
  background: #b7190c;
}
.hit .contents-box .btn-box a:hover {
  background: #fff;
  color: #b7190c;
}
/* 11 kumamoto */
.kumamoto .contents-box .title, .kumamoto .contents-box .content .detail-box .detail h4, .kumamoto .contents-box .blue-area, .kumamoto .contents-box .btn-box a {
  background: #29275e;
}
.kumamoto .contents-box .btn-box a:hover {
  background: #fff;
  color: #29275e;
}
/* 12 kyushu */
.kyushu .contents-box .title, .kyushu .contents-box .content .detail-box .detail h4, .kyushu .contents-box .blue-area, .kyushu .contents-box .btn-box a {
  background: #641135;
}
.kyushu .contents-box .btn-box a:hover {
  background: #fff;
  color: #641135;
}
/* 12 u-nagano */
.u-nagano .contents-box .title, .u-nagano .contents-box .content .detail-box .detail h4, .u-nagano .contents-box .blue-area, .u-nagano .contents-box .btn-box a {
  background: #009AC2;
}
.u-nagano .contents-box .btn-box a:hover {
  background: #fff;
  color: #009AC2;
}
/* 13 tmu */
.tmu .contents-box .title, .tmu .contents-box .content .detail-box .detail h4, .tmu .contents-box .blue-area, .tmu .contents-box .btn-box a {
  background: #4F6D9C;
}
.tmu .contents-box .btn-box a:hover {
  background: #fff;
  color: #afbec4;
}
/* 13 shinshu cn edit 2016/12/13 */
.shinshu .contents-box .thum_box a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.shinshu .contents-box .thum_box a:hover {
  text-decoration: underline;
}
.shinshu .contents-box .content .detail-box .detail h5 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 5px #006e44;
  padding-left: 10px;
  margin-bottom: 20px;
}
/* 13 shinshu cn edit 2016/12/13 ここまで */
/* 14 tokyo */
.tokyo .contents-box .title, .tokyo .contents-box .content .detail-box .detail h4, .tokyo .contents-box .blue-area, .tokyo .contents-box .btn-box a {
  background: #007fc5;
}
.tokyo .contents-box .btn-box a:hover {
  background: #fff;
  color: #007fc5;
}
/* 15 titech */
.titech .contents-box .title, .titech .contents-box .content .detail-box .detail h4, .titech .contents-box .blue-area, .titech .contents-box .btn-box a {
  background: #052d5d;
}
.titech .contents-box .btn-box a:hover {
  background: #fff;
  color: #052d5d;
}
/* 16 niigata */
.niigata .contents-box .title, .niigata .contents-box .content .detail-box .detail h4, .niigata .contents-box .blue-area, .niigata .contents-box .btn-box a {
  background: #006642;
}
.niigata .contents-box .btn-box a:hover {
  background: #fff;
  color: #006642;
}
/* 17 yokohama-cu */
.yokohama-cu .contents-box .title, .yokohama-cu .contents-box .content .detail-box .detail h4, .yokohama-cu .contents-box .blue-area, .yokohama-cu .contents-box .btn-box a {
  background: #8dc21f;
}
.yokohama-cu .contents-box .btn-box a:hover {
  background: #fff;
  color: #8dc21f;
}
/* 18 yozemi */
.yozemi .contents-box .title, .yozemi .contents-box .content .detail-box .detail h4, .yozemi .contents-box .blue-area, .yozemi .contents-box .btn-box a {
  background: #C70E00;
}
/* 19 euglena */
.euglena .contents-box .title, .euglena .contents-box .content .detail-box .detail h4, .euglena .contents-box .blue-area, .euglena .contents-box .btn-box a {
  background: #4d993d;
}
.yozemi .contents-box .btn-box a:hover {
  background: #fff;
  color: #C70E00;
}
/* 20 u-nagano */
.u-nagano .contents-box .title, .u-nagano .contents-box .content .detail-box .detail h4, .u-nagano .contents-box .blue-area, .u-nagano .contents-box .btn-box a {
  background: #009AC2;
}
.u-nagano .contents-box .btn-box a:hover {
  background: #fff;
  color: #009AC2;
}
/* 21 sundai */
.sundai .contents-box .title, .sundai .contents-box .content .detail-box .detail h4, .sundai .contents-box .blue-area, .sundai .contents-box .btn-box a {
  background: #003366;
}


/* 22 opu　大阪府立 */
.opu .contents-box .title, .opu .contents-box .content .detail-box .detail h4, .opu .contents-box .blue-area, .opu .contents-box .btn-box a {
  background: #007bc2;
}
.opu .contents-box .btn-box a:hover {
  background: #fff;
  color: #007bc2;
}

/* 23 ouc　小樽商科 */
.ouc .contents-box .title, .ouc .contents-box .content .detail-box .detail h4, .ouc .contents-box .blue-area, .ouc .contents-box .btn-box a {
  background: #7e0015;
}
.ouc .contents-box .btn-box a:hover {
  background: #fff;
  color: #7e0015;
}

/* 24 kcufs　神戸市外国語 */
.kcufs .contents-box .title, .kcufs .contents-box .content .detail-box .detail h4, .kcufs .contents-box .blue-area, .kcufs .contents-box .btn-box a {
  background: #00407b;
}
.kcufs .contents-box .btn-box a:hover {
  background: #fff;
  color: #00407b;
}

/* 25 tottori-u　鳥取 */
.tottori-u .contents-box .title, .tottori-u .contents-box .content .detail-box .detail h4, .tottori-u .contents-box .blue-area, .tottori-u .contents-box .btn-box a {
  background: #004896;
}
.tottori-u .contents-box .btn-box a:hover {
  background: #fff;
  color: #004896;
}

/*#div1 .picture {
  background: url(../images/bg_area.jpg) repeat-y center 100% fixed;
	background-size: 100% auto;
}
#div2 .picture {
  background: url(../images/bg_area2.jpg) repeat-y center 100%;
	background-size: 100% auto;
}*/
#div1 .picture {
  background: url(../images/bg_area.jpg) fixed no-repeat; /*background-size: cover;*/
}
#div2 .picture {
  background: url(../images/bg_area2.jpg) center 100%;
  background-size: 100% auto;
}
#div2 .yobikou {
  height: 30px;
}
.content {
  background: rgba(0, 0, 0, 0) url("../images/content_bg.jpg") repeat scroll left top;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .header .menu ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .animationList {
    width: 100%;
  }
  .animationList li {
    margin: 0 27px 27px;
  }
  .article-box.two {
    padding: 30px 0;
  }
  .contents-box .main h1 img {
    width: 100%;
  }
  .contents-box .blue-area .column {
    width: 90%;
  }
  .contents-box .bg-area .border-box {
    width: 90%;
  }
  .contents-box .content .detail-box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  img {
    /*
		width: 100%;
		*/
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #btn_shingaku2017, #btn_shingaku2016 {
    display: none;
  }
  .menu-btn {
    display: block;
    z-index: 10;
  }
  header {
    border-bottom: solid 1px #ccc;
  }
  header .logo_asahi {
    margin: 8px 0 8px 10px;
  }
  header .credit {
    margin: 5px 10px 5px 0;
  }
  header .sns {
    margin: 0 auto 5px;
  }
  header .sns ul {
    margin: 0;
  }
  header .logo_asahi img {
    width: 55px;
    height: auto;
  }
  header .credit img {
    width: 219px;
    height: auto;
  }
  header .inner {
    width: auto;
  }
  .header .menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header .menu .on-off {
    color: #fff;
    padding: 12px 0 10px;
    text-align: center;
    display: block !important;
    border-top: solid 1px #fff;
  }
  .header .menu .on-off span.on::before {
    content: '▼';
  }
  .header .menu .on-off span::before {
    content: '▲';
  }
  .header .menu ul {
    width: 100%;
    letter-spacing: -.4em;
    border-top: solid 1px #fff;
    display: none;
  }
  .header .menu ul li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  /*
	.header .menu ul li {
		width: 50%;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
	}
*/
  .header .menu ul li:nth-of-type(2n) {
    border-right: none;
  }
  /*.header .menu ul li:nth-of-type(4) {
		border-bottom: none;
	}*/
  .header .menu ul li a {
    padding: 5px 0;
  }
  .header .menu ul li a span {
    border: none !important;
  }
  .article-box, .article-box.two {
    padding: 0;
    width: 90%;
  }
  .article-box .article li, .article-box.two .article li, .article-box.three .article li {
    margin: 0 auto 30px;
  }
  .contents-box .main h1 {
    width: auto;
  }
  .contents-box .main h1 img {
    width: 90%;
    margin: 0 auto;
  }
  .contents-box .main h1 span, .contents-box .main .capt-box .capt-top {
    position: absolute;
    left: 5%;
    bottom: 11px;
    width: 90%;
  }
  .contents-box .main .capt-box {
    width: 100%;
  }
  .contents-box .main .capt-box img {
    width: 100%;
  }
  /*
	.contents-box .main .capt-box .capt-top {
    width: 250px;
    max-width: initial;
	}
*/
  .contents-box .content {
    padding: 20px 0;
  }
  .contents-box .content.lead {
    padding: 20px 10px;
  }
  .contents-box .title h2 {
    font-size: 18px;
    line-height: 1.6;
    padding: 10px;
  }
  #university_list h2, #university_list2 h2, .contents-box .content h3, .contents-box .bg-area h3, .contents-box .blue-area h3, #div2 h2, #special h2, #special02 h2, #book h2, #sundai h2, #topics h2  {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
  .contents-box .bg-area h3 span {
    font-size: 16px;
  }
  .contents-box .content .detail-box {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 20px 15px 0;
  }
  .contents-box .content .detail-box .detail h4 {
    margin: 0 auto 20px;
    padding: 12px 10px 10px;
    font-size: 16px;
  }
  /* cn edit 2016/12/13 */
  .contents-box .content .detail-box .detail h5 {
    font-size: 16px !important;
  }
  /* cn edit 2016/12/13 ここまで */
  .contents-box .bg-area {
    padding: 20px 0;
  }
  .contents-box .bg-area .border-box, .contents-box .bg-area2 .border-box {
    width: 90%;
    padding: 0 15px;
  }
  .contents-box .bg-area .border-box h4 {
    font-size: 16px;
    margin: 0 auto 17px;
  }
  .contents-box .blue-area .column {
    width: 90%;
  }
  .contents-box .blue-area .column h4 {
    font-size: 16px;
    padding: 12px 10px 8px;
  }
  .contents-box .btn-box {
    margin: 10px auto;
  }
  #university_list {
    padding: 30px 0;
  }
  #university_list2 {
    padding: 30px 0 0 0;
  }
  .animationList, .animationList2 {
    width: 100%;
  }
  .animationList li {
    width: 90%;
    float: left;
    margin: 0 2% 15px;
  }
  .animationList2 li {
    width: 80%;
    float: none;
    margin: 0 auto 30px;
  }
  .animationList li img, .animationList2 li img {
    width: 100%;
  }
  #prep {
    padding: 30px 0 15px;
  }
  .footer {
    padding: 25px 10px 40px;
  }
  .float-box .fleft, .float-box .fright {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .center img, .float-box .fleft img, .float-box .fright img {
    max-width: 100%;
  }
  .pc-shinshu-box {
    display: none;
  }
  .sp-shinshu-box {
    display: block;
  }
  /* mouse over effect */
  .scale {
    width: auto;
    height: auto;
  }
  /* scroll effect reset */
  #div1 .picture, #div2 .picture {
    background-size: cover !important;
  }
  .contents-box .bg-area .border-box, .contents-box .bg-area2 .border-box {
    width: 90%;
    padding: 20px 15px;
  }
  #book .introduction {
    font-size: 20px;
  }
  #book img {
    max-width: 90%;
  }
  #book .catch {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .contents-box .btn-box {
    width: 90%;
  }
  .contents-box .btn-box a {
    font-size: 16px;
    padding: 15px;
    line-height: 1.5;
  }
  .contents-box .content.lead p {
    text-align: left;
  }
  .contents-box .content .lead {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .article-box.three .article li {
    margin-bottom: 30px;
  }
  .article-box.two .article li.last, .article-box.three .article li.last {
    margin-bottom: 0;
  }
  .article-box .article li {
    width: 90%;
  }
  .yozemi .contents-box .blue-area .alCenter img {
    width: 100%;
    height: auto;
  }
  #div2 .yobikou.kawai, #div2 .yobikou.yozemi, #div2 .yobikou.sundai {
    height: 30px;
  }
  #div2 .yobikou.yozemi span {
    line-height: 1.5;
  }
  .yozemi .service i {
    margin-right: 0;
  }
  .yozemi .service {
    line-height: 3;
  }
}
.animationList {
  text-align: center;
}
.animationList li {
  margin: 0 20px 30px;
}
.animationList a {
  display: inline-block;
}
.archive_list {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.archive_list h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
.archive_list ul {
  margin: auto;
  text-align: center;
  padding-left: 0;
}
.archive_list li {
  display: inline-block;
  margin: 0 20px;
}
.archive_list a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .archive_list h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .archive_list a {
    padding: 10px;
  }
  .archive_list li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .animationList {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .animationList li {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .animationList a {
    display: block;
    margin-top: 20px !important;
    width: 33%;
  }
}
@media screen and (max-width: 420px) {
  .animationList a {
    width: 50%;
  }
}
/*.animationList {
    display: table;
		margin-top: 20px;
    text-align: center;
}
.animationList a {
	padding: 10px;
	margin: 10px;
}
.animationList li {
	display:table-cell;
text-align:center;
vertical-align:middle;

		float: none;
		width: 210px;
}

@media screen and (max-width: 768px) {
	.animationList {
	    display: table;
			margin-top: 0;
	    text-align: center;
	}
	.animationList a {
		margin-top: 20px;
		padding: 10px;
		margin: 10px;
	}
	.animationList li {
		display: block;
		margin: 0 auto;

	}
}*/
.contents-box .content#special02 {
  width: 100%;
  margin: 0 auto;
  background: url(../images/content_bg.jpg) repeat left top;
  padding: 40px 0;
}