@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

p,table,.lead-title, .lead-title_sub, .catch,dd{
	font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}
ul.policy li{
  font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*ﾂ･*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.cb {
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: top;
}

table {
  width: 100%;
}

a:hover, a img:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Module
----------------------------------------------- */
/* --- Float --- */
.fL {
  float: left;
}

.fR {
  float: right;
}

.cb {
  clear: both;
}

/* --- Text Align --- */
.textC {
  text-align: center !important;
}

.textL {
  text-align: left !important;
}

.textR {
  text-align: right !important;
}

/* --- Font Style --- */
.big {
  font-size: 1.08rem;
}

.small {
  font-size: 0.92rem;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.require {
  color: #F00;
}


/* Font Color
----------------------------------------------- */
/* unvisited link */
a:link {
  color: #00AFCC;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #00AFCC;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #1d50a3;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #1d50a2;
  text-decoration: none;
}

/* RWD Base
----------------------------------------------- */
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 748px) {
  body {
    min-width: 100%;
  }

  /* SP */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* Base
----------------------------------------------- */
html, body {
  text-align: center;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  font: 14px/1.6 Avenir;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    /*  font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;*/
  font-size: 1.4rem;
  color: #333;
/*  background: url(../../common/img/site-bg.gif) 0 0;*/
}

#fade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  opacity: 1;
}

/* Base
----------------------------------------------- */
.cover {
  width: 100%;
  height: auto;
  position: relative;
  *zoom: 1;
}
.cover:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  *zoom: 1;
}
.wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 748px) {
  body {
    min-width: inherit;
    width: 100%;
  }

  .wrap {
    width: 90%;
  }
}
/* HEADER & Nav
----------------------------------------------- */
#head-text {
  line-height: 2.2;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  background: #ecf7f9;
  border-top :2px solid #00afcc;
}

#head-text span {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  #head-text {
    width: 90%;
    display: none;
  }
}
#header {
  width: 100%;
  height: auto;
  *zoom: 1;
  position: relative;
}
#header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .header-main {
  width: 100%;
  height: auto;
  *zoom: 1;
  background: rgba(255, 255, 255, 0.95);
  padding: 13px 0;
  position: relative;
}
#header .header-main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .wrap .site-id {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
#header .wrap .header-ui {
  display: inline-block;
  float: right;
}
#header .wrap .header-ui .header-ui-link {
  overflow: hidden;
  width: 100%;
}
#header .wrap .header-ui .header-ui-link > li {
  display: inline;
  float: left;
}
#header .wrap .header-ui .header-ui-link > li > a {
  color: #595757;
  font-weight: bold;
}
#header .wrap .header-ui .header-ui-link.link1 {
  margin-bottom: 10px;margin-left:10%;
}
#header .wrap .header-ui .header-ui-link.link1 > li {
  margin-right: 17px;
}
#header .wrap .header-ui .header-ui-link.link1 > li:last-child {
  margin-right: 0;
}
#header .wrap .header-ui .header-ui-link.link1 > li.icon::before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
#header .wrap .header-ui .header-ui-link.link1 > li.icon-exam::before {
  width: 17px;
  height: 17px;
  background: url(../images/h-icon-1.png) no-repeat 0 0;
}
#header .wrap .header-ui .header-ui-link.link1 > li.icon-student::before {
  width: 17px;
  height: 17px;
  background: url(../images/h-icon-2.png) no-repeat 0 0;
}
#header .wrap .header-ui .header-ui-link.link1 > li.icon-ob::before {
  width: 17px;
  height: 17px;
  background: url(../images/h-icon-3.png) no-repeat 0 0;
}
#header .wrap .header-ui .header-ui-link.link1 > li dl {
  overflow: hidden;
  letter-spacing: -.40em;
}
#header .wrap .header-ui .header-ui-link.link1 > li dt {
  display: inline-block;
  letter-spacing: normal;
  color: #595757;
  font-weight: bold;
  padding-right: 6px;
}
#header .wrap .header-ui .header-ui-link.link1 > li dd {
  display: inline-block;
  letter-spacing: normal;
  font-size: 14px;
}
#header .wrap .header-ui .header-ui-link.link1 > li dd a {
  display: block;
  color: #646464;
  background: #dcdcdc;
  border: solid 1px #1d50a2;
  font-weight: bold;
  width: 2em;
  text-align: center;
  line-height: 1;
  padding: 2px 3px;
}
#header .wrap .header-ui .header-ui-link.link1 > li dd a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #1d50a2;
}
#header .wrap .header-ui .header-ui-link.link1 > li dd.current a {
  color: #ffffff;
  background: #1d50a2;
}
#header .wrap .header-ui .header-ui-link.link2 > li {
  margin-right: 13px;
  position: relative;
  padding-left: 15px;
  float: right;
}
#header .wrap .header-ui .header-ui-link.link2 > li a {
  font-size: 13px;
  font-size: 1.3rem;
}
#header .wrap .header-ui .header-ui-link.link2 > li::before {
  content: '';
  width: 1px;
  height: 1.25rem;
  vertical-align: middle;
  top: 50%;
  background: #595757;
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 0;
  margin-top: -6px;
}
#header .wrap .header-ui .header-ui-link.link2 > li.ui-search {
  margin-right: 0;
  width: 150px;
  text-align: right;
}
#header .wrap .header-ui .header-ui-link.link2 > li.ui-search .box {
  overflow: hidden;
  border: solid 1px #1d50a2;
}
#header .wrap .header-ui .header-ui-link.link2 > li.ui-search input[type="text"] {
  display: block;
  opacity: 0.6;
  border: none;
  width: 123px;
  padding: 2px 22px 2px 5px;
}
#header .wrap .header-ui .header-ui-link.link2 > li.ui-search input[type="submit"] {
  /*visibility: hidden;*/
  position: absolute;
  top: 0;
  right: 0;
  background: #00AFCC;
  border: 0;
}
#header .wrap .header-ui .header-ui-link.link2 > li.ui-search img {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 13px;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  #header #font-size {
    display: none;
  }

  #header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #header .wrap .site-id {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 60%;
  }
  #header .wrap #sp-menu {
    width: 28px;
    height: 26px;
    background: #1d50a2;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
    cursor: pointer;
    border-radius: 5px;
  }
  #header .wrap #sp-menu > i {
    display: block;
    width: 70%;
    margin: 0 15%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.3s all ease-out;
  }
  #header .wrap #sp-menu > i::before, #header .wrap #sp-menu > i::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    transition: 0.3s all ease-out;
  }
  #header .wrap #sp-menu > i::before {
    top: -6px;
  }
  #header .wrap #sp-menu > i::after {
    bottom: -6px;
  }
  #header .wrap #sp-menu.active {
    background: #aaa;
  }
  #header .wrap #sp-menu.active > i {
    background: transparent;
  }
  #header .wrap #sp-menu.active > i::before {
    top: 0px;
    transform: rotate(45deg);
  }
  #header .wrap #sp-menu.active > i::after {
    bottom: 0px;
    transform: rotate(-45deg);
  }
  #header .wrap .header-ui {
    display: block;
    float: none;
  }
  #header .wrap .header-ui .header-ui-link.link1 {
    margin-bottom: 10px;
  }
  
  li.ui-search {
    width: auto;
    text-align: center;
  }
  li.ui-search .box {
    position: relative;
    overflow: visible;
    display: block;
    border: none;
    padding: 20px 80px 20px 20px;
  }
  li.ui-search input[type="text"] {
    display: block;
    opacity: 1;
    border: solid 1px #1d50a2;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  li.ui-search input[type="submit"] {
    visibility: visible;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  li.ui-search img {
    visibility: hidden;
  } 
}
#nav {
  width: 100%;
  height: auto;
  background: #1d50a2;
  display: none;
}
#body.home #nav {
  background: rgba(11, 58, 119, 0.8);
}
#nav > ul {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
#nav > ul > li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 80px;
}
#nav > ul > li > a {
  color: #fff;
  font-weight: bold;
  /* @include fz(17); */
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  height: 80px;
  display: block;
  padding: 0px 0 0 0;
}
#nav > ul > li > a::before {
  content: '';
  width: 1px;
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 0;
/*  background: url(../../common/img/nav-line-dot.png) repeat-y 0 0;*/
}
#nav > ul > li > a:hover {
  background: rgba(11, 58, 119, 0.9);
  text-decoration: none;
}
#nav > ul > li:last-child a::after {
  content: '';
  width: 1px;
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
/*  background: url(../../common/img/nav-line-dot.png) repeat-y 0 0;*/
}
#nav > ul > li .sub {
  width: 100%;
  height: auto;
  text-align: left;
  position: absolute;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
#nav > ul > li .sub.up {
  bottom: 81px;
  top: auto;
}
#nav > ul > li .sub.down {
  top: 81px;
  bottom: auto;
}
#nav > ul > li .sub > li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#nav > ul > li .sub > li > a {
  padding: 8px 10px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
#nav > ul > li .sub > li > a:hover {
  text-decoration: none;
  background: #dee9f9;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  #nav {
    width: 90%;
    height: auto;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 0 5%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 50px;
    z-index: 999;
  }
  #body.home #nav {
    background: #fff;
  }
  #nav > ul {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0;
  }
  #nav > ul > li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }
  #nav > ul > li::before {
    display: none;
  }
  #nav > ul > li::after, #nav > ul > li:last-child::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #1d50a2;
    border-right: 2px solid #1d50a2;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
  }
  #nav > ul > li:last-child {
    border-bottom: 0;
  }
  #nav > ul > li:last-child a::after {
    display: none;
  }
  #nav > ul > li > a {
    color: #333;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 8px 12px;
    display: block;
    height: auto;
  }
  #nav > ul > li > a:hover {
    background: #f4f7fd;
  }
  #nav > ul > li > a::before {
    display: none;
  }
  #nav > ul + .header-ui {
    background: #fff;
  }
  #nav > ul + .header-ui .header-ui-link {
    width: 100%;
    text-align: left;
    border-top: 1px solid #ddd;
  }
  #nav > ul + .header-ui .header-ui-link:last-child {
    border-top: 0;
  }
  #nav > ul + .header-ui .header-ui-link > li {
    border-bottom: 1px solid #ddd;
  }
  #nav > ul + .header-ui .header-ui-link > li > a {
    padding: 8px 12px;
    display: block;
    background: #f4f7fd;
    font-weight: bold;
  }
  #nav > ul + .header-ui .header-ui-link > li.ui-search a {
    text-align: center;
    background: #c9daf5;
  }
  #nav > ul + .header-ui .header-ui-link > li.ui-search a img {
    vertical-align: middle;
    width: 20px;
  }
  #nav > ul + .header-ui .header-ui-link > li.ui-search a::after {
    content: '讀懃ｴ｢';
    font-weight: bold;
    margin-left: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    top: 3px;
    position: relative;
  }
}
/* Main
----------------------------------------------- */
#main {
  display: block;
  padding: 50px 0 0 0;
  width: 100%;
  height: auto;
  *zoom: 1;
}
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .content-to {
  margin-bottom: 85px;
}
#main .main-content {
  width: 670px;
  height: auto;
  *zoom: 1;
  float: left;
}
#main .main-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .main-content .title {
  width: 100%;
  height: auto;
  position: relative;
  background: #00afcc;
  border-radius:3px 3px 0px 0px ;
  -moz-border-radius:3px 3px 0px 0px ;
  -webkit-border-radius:3px 3px 0px 0px ;
}
#main .main-content .title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  /*background: #1d50a2;*/
  color: #fff;
  font-weight: bold;
  /*padding: 9px 80px 9px 25px;*/
  display: inline-block;
  position: relative;
  padding: 15px 0 6px 60px;
}
#main .main-content .title h2::after {
  content: '';
  display: inline-block;
  /*border: 27px solid transparent;
  border-right: 27px solid #d5eaec;
  border-bottom: 27px solid #d5eaec;
  position: absolute;
  right: 0;
  bottom: 0px;*/
}

#main .main-content .title span {
    display: none;
}


#main .main-content .title .detail-link {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -14px;
}
#main .main-content .title .detail-link > a {
  /*background: #1d50a2;*/
  color: #00afcc;
  height: 23px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 10px;
  padding-top: 4px;
  position: relative;
}
#main .main-content .title .detail-link > a::before {
  /*content: '';
  width: 29px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
  border-right: 1px solid #fff;
/*  background: url(../img/icon-arrow.svg) no-repeat #1d50a2 center center;*/
  transition: 0.3s all ease-out;*/
}
#main .main-content .title .detail-link > a:hover {
  text-decoration: none;
}
#main .main-content .title .detail-link > a:hover::before {
/*  background: url(../../common/img/icon-arrow.png) no-repeat #88adea center center;*/
}
#main .main-content .link-list {
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #dee4e5;
  border-bottom: 1px solid #dee4e5;
  border-right: 1px solid #dee4e5;
  *zoom: 1;
}
#main .main-content .link-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .main-content .content-block {
  width: 100%;
  /*padding: 20px 30px;*/
  background: #fff;
  box-sizing: border-box;
  position: relative;
  /*border-left: 1px solid #dee4e5;
  border-bottom: 1px solid #dee4e5;
  border-right: 1px solid #dee4e5;*/
  border-radius:5px 5px 0px 0px ;
    -moz-border-radius:5px 5px 0px 0px ;
    -webkit-border-radius:5px 5px 0px 0px ;
  *zoom: 1;
}
#main .main-content .content-block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .main-content .exam-news .content-block {
  padding: 20px 24px;
}
#main .side-menu {
  width: 1000px -700px;
  height: auto;
  *zoom: 1;
  float: right;
}
#main .side-menu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .side-menu .category-menu {
  margin-bottom: 28px;
}
#main .side-menu .category-menu > ul {
  width: 100%;
}
#main .side-menu .category-menu > ul > li > a {
  background: #1d50a2;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
}
#main .side-menu .category-menu > ul > li > a::before {
  content: '';
  width: 9px;
  height: 11px;
  display: inline-block;
/*  background: url(../../common/img/icon-arrow.png) no-repeat 0 0;*/
  margin-right: 10px;
  transition: 0.3s all ease-out;
  left: 0;
  position: relative;
}
#main .side-menu .category-menu > ul > li > a:hover {
  padding-left: 20px;
  text-decoration: none;
}
#main .side-menu .category-menu > ul > li > ul {
  background: #fff;
  border: 1px solid #dee4e5;
  border-top: none;
}
#main .side-menu .category-menu > ul > li > ul > li > a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #dee4e5;
  font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}
#main .side-menu .category-menu > ul > li > ul > li > a:hover {
  background: #ebf2fb;
  text-decoration: none;
  padding-left: 20px;
  color: #1d50a2;
}
#main .side-menu .category-menu > ul > li > ul > li > a.active {
  background: #ebf2fb;
  text-decoration: none;
  font-weight: bold;
  color: #1d50a2;
}
#main .side-menu .category-menu > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
#main .side-menu .bnr-list ul {
  margin-bottom: 28px;
}
#main .side-menu .bnr-list ul li {
  margin-bottom: 15px;
}
#main .side-menu .bnr-list ul li:last-child {
  margin-bottom: 0;
}
#main .bg1 {
  background: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-size: 1.1rem;
  padding: 4px 0;
  border-top: 1px solid #d1e1eb;
}
#main .bg1 .wrap {
  text-align: center;
}

#main .side-menu .bn-heiretsu {
	overflow: hidden;
	width: 300px;
}

#main .side-menu .bn-heiretsu dt {
	margin-bottom: 1rem;
}

#main .side-menu .bn-heiretsu dd.high {
	padding: 0 0 10px 0;
}

#main .side-menu .bn-heiretsu dd.midori {
	padding: 0 0px 10px 0;
	float: right;
}

#main .side-menu .bn-heiretsu dd.teraomidori {
	padding: 0 10px 0px 0;
	float: left;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  #main {
    padding: 30px 0 0 0;
  }
  #main .content-to {
    margin-bottom: 30px;
  }
  #main .content-block {
    padding: 20px 24px;
  }
  #main .exam-news .content-block {
    padding: 20px 24px;
  }
  #main .main-content {
    width: 100%;
    float: none;
    margin-bottom: 30px;
	padding-top: 2rem;
  }
  #main .main-content .title h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 25px 13px 25px;
    display: block;
  }
  #main .main-content .title h2::after {
    display: none;
  }
  #main .main-content .link-list {
    background: #fff;
    box-sizing: border-box;
    border-left: 1px solid #dee4e5;
    border-bottom: 1px solid #dee4e5;
    border-right: 1px solid #dee4e5;
    *zoom: 1;
  }
  #main .main-content .link-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  	#main .side-menu {
    width: 100%;
    float: none;
  	}
  	#main .side-menu .bnr-list ul {
    margin-bottom: 28px;
  	}
  	#main .side-menu .bnr-list ul li img {
    width: 100%;
    height: auto;
  	}
  	#main .side-menu .facebook {
    text-align: center;
  	}
  	#main .side-menu .facebook .fb-page {
    margin: 0 auto;
    width: 300px;
  	}
  	#main .side-menu .bn-heiretsu {
	overflow: hidden;
	width: 100%;
	}
	#main .side-menu .bn-heiretsu dt img {
	width: 100%;
	}
}
/* Top Page */
#body.home #main {
/*  background: url(../../img/top-bg.png) no-repeat 0 0;*/
  background-size: auto 100%;
}
#body.home #header #nav {
  position: absolute;
  z-index: 9999;
  bottom: 0;
}
#body.home #mv {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 157px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#body.home #mv .catch-copy {
  position: absolute;
  z-index: 9999;
  top: 50%;
  margin-top: 50px;
  left: 50%;
  margin-left: -401px;
}
#body.home #mv .myslider {
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1500;
  background-size: cover;
}
#body.home #mv .slider1 {
  left: 0%;
  z-index: 500;
}
#body.home #mv .slider2 {
  left: 34%;
  z-index: 500;
}
#body.home #mv .slider3 {
  left: 68%;
  z-index: 500;
}

#body.home .top-pickup-thumbs {
  margin-bottom: 40px;
  margin-top: 17px;
}
#body.home .top-pickup-thumbs .pickup-list {
  width: 100%;
  height: auto;
  *zoom: 1;
}
#body.home .top-pickup-thumbs .pickup-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#body.home .top-pickup-thumbs .pickup-list > li {
  display: inline;
  float: left;
  width: 320px;
  margin-right: 20px;
  position: relative;
  transition: 0.2s all ease-out;
  transform: scale(1);
}
#body.home .top-pickup-thumbs .pickup-list > li:hover {
  transform: scale(1.03);
}
#body.home .top-pickup-thumbs .pickup-list > li:last-child {
  margin-right: 0;
}
#body.home .top-pickup-thumbs .pickup-list > li > a {
  display: block;
  box-sizing: border-box;
  padding: 0 24px 17px 18px;
  background: #fff;
  position: relative;
  border: 2px solid #dee4e5;
}
#body.home .top-pickup-thumbs .pickup-list > li > a:hover {
  text-decoration: none;
}
#body.home .top-pickup-thumbs .pickup-list > li > a::before {
  content: '';
  display: block;
  border-top: 0px solid #1d50a2;
  border-left: 320px solid #1d50a2;
  border-bottom: 219px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: -20px;
  left: -2px;
  z-index: 1;
}
#body.home .top-pickup-thumbs .pickup-list > li > a h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 17px;
  position: relative;
  left: -3px;
  line-height: 1;
  z-index: 5;
  color: #fff;
}
#body.home .top-pickup-thumbs .pickup-list > li > a figure {
  position: relative;
  z-index: 10;
  text-align: center;
}
#body.home .top-pickup-thumbs .pickup-list > li > a figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 13px 0 0 70px;
  white-space: nowrap;
  font-weight: bold;
}
#body.home .top-pickup-thumbs .pickup-list > li > a .detail {
  padding: 18px 13px;
  display: block;
  background: rgba(0, 184, 196, 0.9);
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: 20;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#body.home .top-pickup-thumbs .pickup-list > li > a .detail::before {
  content: '';
  width: 9px;
  height: 11px;
/*  background: url(../../common/img/icon-arrow.png) no-repeat 0 0;*/
  display: inline-block;
  margin-right: 5px;
}
#body.home .top-pickup-thumbs .pickup-list > li > a.girls::before {
  border-top: 0px solid #ff3963;
  border-left: 320px solid #ff3963;
}
#body.home .top-pickup-thumbs .pickup-list > li > a.girls .detail {
  background: rgba(255, 95, 182, 0.9);
}
#body.home .attention {
  margin-bottom: 32px;
}
#body.home .attention dl {
  width: 100%;
  /*min-height: 70px;
  line-height: 70px;*/
  box-sizing: border-box;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  border: 2px solid #bebebe;
  background: #fff;
  display: table;
  table-layout: fixed;
}
#body.home .attention dl dt, #body.home .attention dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
#body.home .attention dl dt {
  text-align: center;
  width: 120px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e63348;
  background: #f5f5f5;
}

#body.home .attention dl dt::before {
  content: '';
  width: 20px;
  height: 18px;
  display: inline-block;
  background: url(../../images/index/icon-attention.png) no-repeat 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
#body.home .attention dl dd {
  border-left: 1px dotted #898989;
  padding-left: 12px;
}
#body.home .exam-news {
  margin-bottom: 25px;
}
#body.home .exam-news .exam-list {
  padding-right: 0;
  overflow-x: hidden;
  min-height: 40px;
}
#body.home .exam-news .exam-list .mCSB_draggerContainer,
#body.home .exam-news .exam-list .mCSB_scrollTools {
  width: 5px;
  opacity: 1;
}
#body.home .exam-news .exam-list .mCSB_dragger_bar {
  background: #00afcc;
  border: none;
  border-radius: 0;
  width: 5px;
  margin: 0;
}
#body.home .exam-news .exam-list .mCSB_draggerRail {
  background: #ccc;
  border: none;
  border-radius: 0;
  width: 5px;
  margin: 0;
}
#body.home .exam-news .exam-list li {
  padding: 3px 0;
  position: relative;
}
#body.home .exam-news .exam-list li:first-child::before, #body.home .exam-news .exam-list li::after {
  content: '';
  width: 100%;
  height: 1px;
  background: url(../../images/index/exam-news-dots.png) repeat-x 0 bottom;
  position: absolute;
  left: 0;
}
#body.home .exam-news .exam-list li:first-child::before {
  top: 0;
}
#body.home .exam-news .exam-list li::after {
  bottom: 0;
}
#body.home .exam-news .exam-list li dl {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#body.home .exam-news .exam-list li dl dt, #body.home .exam-news .exam-list li dl dd {
  display: table-cell;
  vertical-align: middle;
}
#body.home .exam-news .exam-list li dl dt {
  font-weight: bold;
  color: #00afcc;
  padding-left: 5px;
}
#body.home .exam-news .exam-list li dl dd {
  width: 485px;
}
#body.home .exam-news .exam-list li a dd {
  color: #333 !important;
}


#body.home .news .link-list {
  padding: 20px 18px 5px 18px;
    border: 0;
}
#body.home .news .link-list > li {
  width: 200px;
  display: inline;
  float: left;
  box-sizing: border-box;
  border: 1px solid #c6d9dd;
  margin-right: 15px;
  padding: 10px 12px;
  position: relative;
  margin-bottom: 17px;
  transition: 0.2s all ease-out;
  top: 0;
  left: 0;
}
#body.home .news .link-list > li:hover {
  top: -3px;
  left: -3px;
}
#body.home .news .link-list > li:nth-child(3n) {
  margin-right: 0;
}
/*#body.home .news .link-list > li:nth-child(4n) {
  clear: both;
}*/
#body.home .news .link-list > li::after {
  content: '';
  border: 9px solid transparent;
  border-right: 9px solid #00afcc;
  border-bottom: 9px solid #00afcc;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
#body.home .news .link-list > li .post-info {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 8px;
}
#body.home .news .link-list > li .post-info > li.news-category {
  float: left;
  display: inline-block;
  padding: 4px 8px;
  background: #aaa;
  border-radius: 2px;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
#body.home .news .link-list > li .post-info > li.news-category.cat-1 {
  background: #00afcc;
}
#body.home .news .link-list > li .post-info > li.news-category.cat-2 {
  background: #f36d1b;
}
#body.home .news .link-list > li .post-info > li.news-category.cat-3 {
  background: #27be64;
}
#body.home .news .link-list > li .post-info > li.news-date {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
}
#body.home .news .link-list > li figure img {
  margin-bottom: 17px;
}
#body.home .news .link-list > li figure dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #00afcc;
  font-weight: bold;
  margin-bottom: 8px;
}
#body.home .news .link-list > li figure dl dd {
  font-size: 12px;
  font-size: 1.2rem;
}

#body.home .news .link-list li a dd {
  color: #333;
}


/* === SP ====================== */
@media screen and (max-width: 748px) {
  /* Top Page */
  #body.home #main {
    background: none;
    padding-top: 0;
  }
  #body.home #header {
    margin-bottom: 0;
  }
  #body.home #header #nav {
    bottom: auto;
  }
  #body.home #mv {
    height: 280px;
	top: 0px;
    position: relative;
  }
  
  #body.home #mv .catch-copy {
    top: 50%;
    margin-top: -3%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
  }
  #body.home #mv .catch-copy img {
    width: 90%;
    height: auto;
  }
  #body.home #mv .myslider {
    width: 34%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1500;
    background-size: cover;
  }
  #body.home #mv .slider1 {
    left: 0%;
    z-index: 500;
  }
  #body.home #mv .slider2 {
    left: 34%;
    z-index: 500;
  }
  #body.home #mv .slider3 {
    left: 68%;
    z-index: 500;
  }
  #body.home .top-pickup-thumbs {
    margin-bottom: 30px;
  }
  #body.home .top-pickup-thumbs .pickup-list > li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  #body.home .top-pickup-thumbs .pickup-list > li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #body.home .top-pickup-thumbs .pickup-list > li > a {
    display: block;
    border: 2px solid #dee4e5;
    overflow: hidden;
    text-align: center;
  }
  #body.home .top-pickup-thumbs .pickup-list > li > a::before {
    top: 0;
  }
  #body.home .top-pickup-thumbs .pickup-list > li > a h2 {
    margin-top: 17px;
    text-align: left;
    left: 0;
    line-height: 1.6;
  }
  #body.home .top-pickup-thumbs .pickup-list > li > a figure {
    text-align: center;
    margin-bottom: 10px;
  }
  #body.home .top-pickup-thumbs .pickup-list > li > a figure figcaption {
    padding: 13px 0 0 0;
  }
  #body.home .top-pickup-thumbs .pickup-list > li > a .detail {
    margin: 0 auto;
    padding: 10px 80px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
  }
  #body.home .attention dl {
    display: block;
  }
  #body.home .attention dl dt, #body.home .attention dl dd {
    display: block;
  }
  #body.home .attention dl dt {
    width: 100%;
  }
  #body.home .attention dl dd {
    border-left: none;
    padding: 8px 10px;
    color: #000;
  }
  #body.home .exam-news .exam-list {
    padding: 0 0 20px 0;
  }
  #body.home .exam-news .exam-list li dl {
    display: block;
  }
  #body.home .exam-news .exam-list li dl dt, #body.home .exam-news .exam-list li dl dd {
    display: block;
    vertical-align: middle;
  }
  #body.home .exam-news .exam-list li dl dt {
    padding-left: 0;
  }
  #body.home .exam-news .exam-list li dl dd {
    width: 100%;
  }
  #body.home .news .link-list {
    padding: 20px 19px 5px 19px;
  }
  #body.home .news .link-list > li {
    width: 100%;
    margin-right: 0;
    padding: 10px 12px;
    position: relative;
    margin-bottom: 5px;
  }
  #body.home .news .link-list > li figure img {
    margin-bottom: 0;
    float: left;
    width: 35%;
    height: auto;
  }
  #body.home .news .link-list > li figure dl {
    width: 62%;
    float: right;
  }
  #body.home .news .link-list > li figure dl dt {
    margin-bottom: 0;
  }
}
.page #main {
  padding-top: 15px;
}
.page #main .pankuzu {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.page #main .main-content p, .page #main .main-content ul, .page #main .main-content dl, .page #main .main-content ol, .page #main .main-content table, .page #main .main-content figure {
  margin-bottom: 25px;
}
.page #mv {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.page #mv h2 {
	font: 14px/1.6 Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "貂ｸ繧ｴ繧ｷ繝・け", "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝・け菴�", "YuGothic", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "繝｡繧､繝ｪ繧ｪ", Meiryo, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", sans-serif;
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 75px;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  
}
.page #mv h2.type2 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  .page #main .pankuzu p {
    margin-bottom: 0;
  }
  .page #mv {
    height: auto;
  }
  .page #mv h2 {
    width: 90%;
    font-size: 28px;
    font-size: 2.8rem;
    position: relative;
    top: 0;
    padding: 20px 0;
    text-align: center;
  }
  .page #mv h2.type2 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
}
/* Footer
----------------------------------------------- */
#footer {
  display: block;
  height: auto;
  *zoom: 1;
  overflow: hidden;
}
#footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#footer .footer-sitemap {
  background: url(../images/footer-bg.jpg) 0 0;
  padding: 35px 0 40px 0;
}
#footer .footer-sitemap .list-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 38px;
}
#footer .footer-sitemap .list-wrap > .list {
  display: inline;
  float: left;
  width: 25%;
  margin-right: 5px;
}
#footer .footer-sitemap .list-wrap > .list:last-child {
  width: 22%;
}
#footer .footer-sitemap .list-wrap > .list a {
  color: #00afcc;
}
#footer .footer-sitemap .list-wrap > .list > ul {
  margin-bottom: 30px;
}
#footer .footer-sitemap .list-wrap > .list > ul:last-child {
  margin-bottom: 0;
}
#footer .footer-sitemap .list-wrap > .list > ul > li {
  color: #555;
}
#footer .footer-sitemap .list-wrap > .list > ul > li > a {
  font-size: 1.5rem;
}
#footer .footer-sitemap .list-wrap > .list > ul > li > a.category {
  background: url(../images/f-icon-arrow1.png) no-repeat 0 0;
  padding-left: 2.3rem;
  padding-bottom: 0.5rem;
}
#footer .footer-sitemap .list-wrap > .list > ul.heisetsu > li > a {
  background: url(../images/f-icon-arrow2.png) no-repeat 0 0;
  padding-left: 2.3rem;
  padding-bottom: 0.5rem;
  color: #555;
}

#footer .footer-sitemap .list-wrap > .list > ul.heisetsu > li:first-child {
	font-weight: bold;
}


#footer .footer-sitemap .list-wrap > .list > ul > li > ul {
  margin-left: 2.3rem;
}
#footer .footer-sitemap .list-wrap > .list > ul > li > ul > li::before {
  content: '├';
  vertical-align: top;
  color: #999;
  margin-right: 12px;
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .footer-sitemap .list-wrap > .list > ul > li > ul > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}
#footer .footer-sitemap .list-wrap > .list > ul > li > ul > li:last-child::before {
  content: '└';
　color: #999;
  background: url(../images/ftr-text-bg.jpg) no-repeat center center;
}
#footer .footer-sitemap .list-wrap > .list > ul.list-small > li > a {
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .footer-sitemap .list-wrap > .list > ul.list-small > li > a:before {
  content: '→';
}
#footer .footer-sitemap .list-wrap > .list:last-child {
  margin-right: 0;
}
#footer .footer-sitemap .footer-text {
  background: url(../images/ftr-text-bg.jpg) repeat-y center center;
  padding: 15px 0;
}
#footer .footer-sitemap .footer-text > p {
  width: 850px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  color: #555;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.27;
  font-weight: bold;
}
#footer .footer-shool-info {
  background: #fff;
  padding: 20px 0;
}
#footer .footer-shool-info .footer-site-id {
  float: left;
  padding-left: 130px;
}
#footer .footer-shool-info .footer-school-info {
  width: 480px;
  float: right;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 0px;
}
#footer .copy {
  background: #00afcc;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .copy p {
  text-align: center;
  padding: 18px 0;
}

#page-top {
  position: fixed;
  right: 15px;
  bottom: 0;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  #footer .footer-sitemap {
    padding: 25px 0 25px 0;
  }
  #footer .footer-sitemap .list-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #footer .footer-sitemap .list-wrap > .list {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #footer .footer-sitemap .list-wrap > .list:last-child {
    width: 100%;
  }
  #footer .footer-sitemap .list-wrap > .list > ul {
    margin-bottom: 15px;
  }
  #footer .footer-sitemap .list-wrap > .list > ul:last-child {
    margin-bottom: 0;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li {
    color: #555;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > a {
    background: #153b77;
    padding: 3px 8px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > a::before {
    display: none;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > ul {
    margin-left: 0;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > ul > li {
    display: inline;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > ul > li::before {
    content: '|';
    margin-right: 0;
    padding: 0 6px;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > ul > li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #footer .footer-sitemap .list-wrap > .list > ul > li > ul > li:last-child::before {
    content: '|';
  }
  #footer .footer-sitemap .list-wrap > .list > ul.list-small > li {
    display: inline;
  }
  #footer .footer-sitemap .list-wrap > .list > ul.list-small > li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #footer .footer-sitemap .list-wrap > .list > ul.list-small > li > a::before {
    content: '|';
    margin-right: 0;
  }
  #footer .footer-sitemap .list-wrap > .list:last-child {
    margin-right: 0;
  }
  #footer .footer-sitemap .footer-text {
    background-size: 100% auto;
  }
  #footer .footer-sitemap .footer-text > p {
    width: 100%;
  }
  #footer .footer-shool-info {
    background: #fff;
    padding: 20px 0 20px 0;
    text-align: center;
  }
  #footer .footer-shool-info .footer-site-id {
    float: none;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #footer .footer-shool-info .footer-site-id img {
    width: 60%;
    height: auto;
  }
  #footer .footer-shool-info .footer-school-info {
    float: none;
    padding-top: 0;
  }
  #footer .copy {
    background: #00afcc;
    color: #fff;
    font-size: 1rem;
	height: 5rem;
  }
  #footer .copy p {
    text-align: center;
    padding: 18px 0 50px 0;
  }
	
	#footer .footer-sitemap .list-wrap > .list > ul > li > a.category {
	  background: url(../images/f-icon-arrow1.png) no-repeat 0 0.5rem;
	}
	#footer .footer-sitemap .list-wrap > .list > ul.heisetsu > li > a {
	  background: url(../images/f-icon-arrow2.png) no-repeat 0 0.5rem;
	}

  #page-top {
    position: fixed;
    right: 15px;
    bottom: 0;
  }
}
/* Page
----------------------------------------------- */
/* Parts
----------------------------------------------- */
.content-block .button {
  text-align: center;
}
.content-block .button a {
  display: inline-block;
  color: #ffffff;
  background: #1d50a2;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: bold;
  border: solid 1px #1d50a2;
}
.content-block .button a:hover {
  color: #1d50a2;
  background: #ffffff;
  text-decoration: none;
}

.waku {
  border: solid 1px #dcdcdc;
}

.anchor-menu ul {
  overflow: hidden;
  width: 103%;
  margin-left: -3%;
}
.anchor-menu ul li {
  width: 30.33333%;
  margin-left: 3%;
  float: left;
  margin-bottom: 18px;
}
.anchor-menu ul li a {
  display: block;
  border: dotted 1px #1d50a2;
  text-align: left;
  line-height: 1.2;
  padding: 10px 10px 10px 40px;
/*  background: #f3f9f9 url(../../common/img/icon-anc.svg) no-repeat 16px center;*/
  background-size: 15px;
}
.anchor-menu ul li a:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.anchor-menu.c5 ul {
  overflow: hidden;
  width: 102%;
  margin-left: -2%;
}
.anchor-menu.c5 ul li {
  width: 18%;
  margin-left: 2%;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  .anchor-menu ul {
    width: 100%;
    margin-left: 0;
  }
  .anchor-menu ul li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .anchor-menu ul li a {
    padding: 6px 10px 6px 28px;
/*    background: #f3f9f9 url(../../common/img/icon-anc.svg) no-repeat 10px center;*/
    background-size: 12px;
  }

  .anchor-menu.c5 ul {
    width: 100%;
    margin-left: 0;
  }
  .anchor-menu.c5 ul li {
    width: 100%;
    margin-left: 0;
  }
}
/* title */
.bigTitle {
  text-align: center;
  color: #1d50a2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding: 10px;
  border: solid 1px #1d50a2;
}

.midTitle {
  color: #1d50a2;
  /*font-size: 10px;*/
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 20px;
  background: url(../../study/img/icon-tri.svg) no-repeat left 0.3em;
  background-size: 15px 10px;
}
  
.minTitle {
  color: #1d50a2;
  font-weight: bold;
  padding-left: 14px;
/*  background: url(../../common/img/icon-bl.svg) no-repeat left 0.5em;*/
  background-size: 8px auto;
}
.minTitle .grade {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  border: solid 1px #1d50a2;
  padding: 2px 10px;
  margin-left: 10px;
}
.minTitle .grade2 {
  font-size: 1.0rem;
  line-height: 1.2;
  display: inline-block;
  border: solid 1px #1d50a2;
  padding: 2px 10px;
  margin-left: 10px;
}
.minTitle .grade3 {
  font-size: 0.4rem;
  line-height: 1.2;
  display: inline-block;
  border: solid 1px #1d50a2;
  padding: 2px 10px;
  margin-left: 10px;
}

.sub-title {
  line-height: 1.6;
  padding-bottom: 8px;
}

.colTitle {
  color: #1d50a2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
/*  background: url(../../common/img/col-title-bg.png);*/
  border: solid #f2f2f2;
  border-width: 0 2px 2px 0;
  padding: 8px 4px;
  margin-bottom: 12px;
}
.colTitle .min {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  .bigTitle {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    padding: 8px;
  }
}
/* line */
.main-content .line {
  font-weight: bold;
/*  background: url(../../common/img/underline-blue.png) repeat-x left bottom;*/
}

/* catch */
.catch {
  color: #1d50a2;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

.catchGreen {
  color: #00709c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  .catch {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .catchGreen {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* column */
.column2 {
  margin-top: 20px;
  margin-left: -5%;
  width: 105%;
  overflow: hidden;
}
.column2 li {
  list-style-type: none;
  width: 45%;
  margin-left: 5%;
  float: left;
}

.column3 {
  margin-top: 40px;
  margin-left: -3%;
  width: 103%;
  overflow: hidden;
}
.column3 li {
  list-style-type: none;
  width: 30.33333%;
  margin-left: 3%;
  float: left;
}

.column5 {
  margin-top: 20px;
  margin-left: -2%;
  width: 102%;
  overflow: hidden;
}
.column5 li {
  list-style-type: none;
  width: 18%;
  margin-left: 2%;
  float: left;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
  .column2 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .column2 li {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .column3 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .column3 li {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .column5 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .column5 li {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    float: none;
  }
}