@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Component
 * 05. Responisive
 * 06. webfont
 * 07. print
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #444;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-y: scroll; }

body {
  font-size: 140%;
  line-height: 1.85;
  min-width: 1200px; }

@media screen and (max-width: 767px) {
  body {
    font-size: 130%;
    line-height: 1.75;
    min-width: 100%; } }
/* link
   ========================================================================== */
a {
  color: #222;
  text-decoration: underline; }

a:visited {
  color: #222;
  text-decoration: underline; }

a:hover {
  color: #078df1;
  text-decoration: underline; }

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox,
.item-wrap,
.has-side {
  display: block; }
  .clearfix:after,
  .fbox:after,
  .item-wrap:after,
  .has-side:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pt20 {
  padding-top: 20px !important; }

.pb0 {
  padding-bottom: 0 !important; }
  
.pb23 {
  padding-bottom: 23px !important; }
  
  
  

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

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

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
	 ========================================================================== */
#wrapper {
  padding-top: 100px; }

#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px; }

/* header
	 ========================================================================== */
header {
  background-color: #fff;
  border-top: 4px solid #078df1;
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08); }

@media screen and (min-width: 768px) {
  .head-inner {
    height: 106px;
    margin: 0 auto;
    position: relative;
    width: 1200px; }

  #head-logo {
    padding-top: 26px;
    width: 460px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1; }
    #head-logo img {
      height: auto;
      width: 100%; }

  .head-utility-area {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 555px;*/
    display: flex;
  }
    .head-utility-area a {
      box-sizing: border-box;
      color: #fff;
      display: block;
      font-weight: bold;
      height: 36px;
      padding: 5px 15px 0;
      text-decoration: none;
      transition: opacity .5s; }
      .head-utility-area a:hover {
        opacity: .8; }

  .head-utility-list {
    background-color: #078df1;
    border-radius: 0 0 4px 4px;
    /* float: left;
    text-align: center;
    width: 410px; */
    display: flex;
    margin-right: 5px;
    background: -moz-linear-gradient(top, #078df1 0%, #0769ea 100%);
    background: -webkit-linear-gradient(top, #078df1 0%, #0769ea 100%);
    background: linear-gradient(to bottom, #078df1 0%, #0769ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078df1', endColorstr='#0769ea', GradientType=0);
    letter-spacing: -.40em; }
    .head-utility-list li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
    .head-utility-list span:before {
      padding-right: 5px;
      position: relative;
      top: 1px;
      font-size: 16px;
      font-size: 1.6rem; }

  .head-utility-webentry {
    float: right;
    width: 140px; }
    .head-utility-webentry a {
      background-color: #f8b317;
      background: -moz-linear-gradient(top, #f8b317 0%, #eda617 100%);
      background: -webkit-linear-gradient(top, #f8b317 0%, #eda617 100%);
      background: linear-gradient(to bottom, #f8b317 0%, #eda617 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b317', endColorstr='#eda617',GradientType=0 );
      border-radius: 0 0 4px 4px;
      color: #fff;
      text-align: center; } }
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 0; }

  header {
    border-top: none;
    height: 60px;
    position: static; }

  .head-inner {
    height: 60px;
    width: 100%;
  }

  #head-logo {
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
  }

  #head-logo a.univ {
    flex: 0 0 50%;
    width: 50%;
    margin-right: 1em;
  }

  #head-logo a.admission {
    flex: 0 0 30%;
    width: 30%;
  }

  .head-utility-area li,
  .head-utility-area p,
  .head-utility-webentry li,
  .head-utility-webentry p {
    background-color: rgba(1, 135, 210, 0.95);
    border-bottom: 1px solid #fff;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem; }
  .head-utility-area a,
  .head-utility-webentry a {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none; }
  .head-utility-area span,
  .head-utility-webentry span {
    box-sizing: border-box;
    display: block;
    height: 50px;
    padding-left: 20px;
    padding: 18px 20px 0;
    position: relative; }
    .head-utility-area span:before,
    .head-utility-webentry span:before {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      content: '';
      height: 8px;
      right: 22px;
      position: absolute;
      top: 50%;
      width: 8px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); } }
/* navigation
	 ========================================================================== */
@media screen and (min-width: 768px) {
  #head-nav-wrap {
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%; }

  #head-nav {
    position: relative;
    text-align: right;
    letter-spacing: -.40em; }
    #head-nav > li {
      padding: 30px 18px;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: top; }
      #head-nav > li:last-child {
        margin-right: 0; }
      #head-nav > li.show {
        height: 46px; }
        #head-nav > li.show > a span:before, #head-nav > li.show > span:before,
        #head-nav > li.show .head-nav-box {
          opacity: 1;
          visibility: visible; }
      #head-nav > li > a {
        display: block;
        font-weight: bold;
        height: 100%;
        position: relative;
        text-decoration: none; }
      #head-nav > li > a span, #head-nav > li > span {
        cursor: pointer;
        display: block;
        font-weight: bold;
        height: 100%;
        position: relative; }
        #head-nav > li > a span:hover, #head-nav > li > span:hover {
          color: #078df1; }
        #head-nav > li > a span:before, #head-nav > li > span:before {
          background: url(img/bg_head_nav_arrow.png) no-repeat left top;
          content: '';
          display: block;
          height: 15px;
          position: absolute;
          left: 50%;
          bottom: -2px;
          opacity: 0;
          visibility: hidden;
          width: 18px;
          z-index: 1000;
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      #head-nav > li.head-nav-item-top {
        display: none; }

  .head-nav-box {
    background-color: #fff;
    border: 2px solid #078df1;
    box-sizing: border-box;
    padding: 28px 38px 8px;
    text-align: left;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 76px;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .head-nav-box a {
      text-decoration: none; }
      .head-nav-box a:hover {
        text-decoration: underline; }

  .head-nav-box-ttl {
    line-height: 1;
    margin-bottom: 20px; }
    .head-nav-box-ttl a {
      color: #078df1;
      font-weight: bold;
      padding-left: 30px;
      position: relative;
      font-size: 22px;
      font-size: 2.2rem; }
    .head-nav-box-ttl span:before, .head-nav-box-ttl span:after {
      content: '';
      display: block;
      position: absolute; }
    .head-nav-box-ttl span:before {
      background-color: #078df1;
      height: 18px;
      width: 18px;
      top: .1em;
      left: 0; }
    .head-nav-box-ttl span:after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      content: '';
      height: 6px;
      left: 3px;
      top: .35em;
      bottom: 0;
      width: 6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

  .head-nav-lv2 li,
  .head-nav-banner li {
    float: left;
    line-height: 1.375;
    margin-right: 10px;
    width: 365px; }
    .head-nav-lv2 li img,
    .head-nav-banner li img {
      width: 100%;
      height: auto; }
    .head-nav-lv2 li:nth-child(3n),
    .head-nav-banner li:nth-child(3n) {
      margin-right: 0; }

  .head-nav-lv2 {
    margin-bottom: 15px; }
    .head-nav-lv2 li {
      margin-bottom: 15px; }
      .head-nav-lv2 li span em {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 10px;
        display: block; }
    .head-nav-lv2 a {
      display: inline-block;
      padding-left: 15px;
      position: relative; }
      .head-nav-lv2 a:before {
        border-top: 1px solid #078df1;
        border-right: 1px solid #078df1;
        content: '';
        height: 6px;
        left: 0;
        position: absolute;
        top: .5em;
        bottom: 0;
        width: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

  .head-nav-lv3 {
    display: none !important; }

  .head-nav-banner li {
    margin-bottom: 20px; }
  .head-nav-banner a {
    background-color: #ccc;
    display: block;
    position: relative;
    text-align: center; }
  .head-nav-banner span {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%; }

  #sp-head-menu {
    display: none; } }
@media screen and (max-width: 767px) {
  #head-nav-area {
    background-color: rgba(1, 135, 210, 0.95);
    min-height: 100vh;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    display: none;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    #head-nav-area.show {
      top: 0;
      opacity: 1;
      visibility: visible;
      display: block; }

  #head-nav-wrap {
    background-color: #fff; }
    #head-nav-wrap a {
      color: #444;
      display: block;
      text-decoration: none; }
    #head-nav-wrap span {
      box-sizing: border-box;
      display: block;
      height: 50px;
      padding: 18px 40px 0 20px;
      position: relative; }
      #head-nav-wrap span:before {
        border-top: 1px solid #078df1;
        border-right: 1px solid #078df1;
        content: '';
        height: 8px;
        right: 22px;
        position: absolute;
        top: 50%;
        width: 8px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }

  #head-nav > li {
    background-color: rgba(1, 135, 210, 0.95);
    border-bottom: 1px solid #fff;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem; }
    #head-nav > li > a {
      color: #fff;
      height: 100%; }
      #head-nav > li > a span:before, #head-nav > li > a span:after {
        background-color: #fff;
        border: none;
        content: '';
        display: block;
        height: 1px;
        width: 13px;
        right: 17px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      #head-nav > li > a span:after {
        width: 13px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
    #head-nav > li.active > span {
      color: #fff; }
      #head-nav > li.active > span:before, #head-nav > li.active > span:after {
        background-color: #fff;
        border: none;
        content: '';
        display: block;
        height: 1px;
        width: 13px;
        right: 17px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      #head-nav > li.active > span:after {
        width: 13px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
    #head-nav > li.open > a span:after, #head-nav > li.open.active > span:after {
      display: none; }
    #head-nav > li.head-nav-item-top {
      background-color: #0064c8; }
      #head-nav > li.head-nav-item-top span:before {
        background-color: transparent;
        border: none;
        content: "\e903";
        font-family: 'icomoon';
        height: 12px;
        width: 12px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        top: 35%;
        right: 19px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      #head-nav > li.head-nav-item-top span:after {
        display: none; }
  #head-nav .active > span {
    font-weight: bold; }

  .head-nav-box {
    background-color: #fff;
    display: none;
    font-size: 13px;
    font-size: 1.3rem; }

  .head-nav-lv2 li {
    border-top: 1px solid #e0e0e0;
    display: block !important;
    float: none !important; }
    .head-nav-lv2 li span em {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 5px;
      margin-top: -7px;
      display: block;
      font-style: normal; }

  .head-nav-lv2-btn span:before, .head-nav-lv2-btn span:after {
    background-color: #078df1;
    border: none !important;
    content: '';
    display: block;
    height: 1px !important;
    width: 13px !important;
    right: 17px !important;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important; }
  .head-nav-lv2-btn span:after {
    width: 13px !important;
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
    -ms-transform: translateY(-50%) rotate(90deg) !important;
    transform: translateY(-50%) rotate(90deg) !important; }
  .head-nav-lv2-btn.open > span:after {
    display: none; }

  .head-nav-lv3 {
    background-color: #ebfaff; }

  .head-nav-banner li {
    border-top: 1px solid #e0e0e0;
    text-align: center; }
    .head-nav-banner li img {
      width: 90%;
      margin: 5% auto; }

  #sp-head-menu {
    background-color: rgba(7, 141, 241, 0.95);
    box-sizing: border-box;
    color: #fff;
    height: 50px;
    width: 50px;
    padding-top: 11px;
    position: fixed;
    right: 0;
    bottom: 50px;
    text-align: center;
    z-index: 10000;
    font-size: 9px;
    font-size: 0.9rem; }
    #sp-head-menu.open span:nth-child(1) {
      -webkit-transform: translateY(6px) rotate(-45deg);
      -ms-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg); }
    #sp-head-menu.open span:nth-child(2) {
      opacity: 0; }
    #sp-head-menu.open span:nth-child(3) {
      -webkit-transform: translateY(-6px) rotate(45deg);
      -ms-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg); }
    #sp-head-menu span {
      background-color: #fff;
      display: block;
      margin: 0 auto 4px;
      height: 2px;
      width: 25px;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; } }
/* contents
	 ========================================================================== */
#main,
#side {
  padding-bottom: 68px; }

.full-cont #main {
  padding-top: 45px; }

.has-side {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  margin: 0 auto;
  position: relative;
  width: 1200px; }
  .has-side:before {
    background-color: #ddd;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 298px;
    top: 0;
    width: 1px; }
  .has-side #main,
  .has-side #side {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .has-side #main {
    float: right;
    padding-top: 40px;
    position: relative;
    width: 860px; }
  .has-side #side {
    float: left;
    padding-top: 25px;
    width: 300px; }

@media screen and (max-width: 767px) {
  #contents {
    width: 100%; }

  #side {
    display: none; }

  .full-cont #main {
    padding-top: 22px; }

  .flex-wrap.has-side {
    display: block; }

  .has-side {
    width: 100%; }
    .has-side:before {
      display: none; }
    .has-side #main {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      float: none;
      padding-left: 0;
      padding-top: 27px;
      width: 100%; }
    .has-side #side {
      float: none;
      padding-top: 0;
      width: 100%; } }
/* サイドナビ
	 ========================================================================== */
.side-nav > li {
  line-height: 1.375;
  font-size: 15px;
  font-size: 1.5rem; }
  .side-nav > li a {
    text-decoration: none; }
    .side-nav > li a:hover {
      text-decoration: underline; }
  .side-nav > li span {
    display: block;
    padding-left: 15px;
    padding: 13px 20px 13px 35px;
    position: relative; }
    .side-nav > li span:before {
      border-top: 1px solid #444;
      border-right: 1px solid #444;
      content: '';
      height: 6px;
      left: 20px;
      position: absolute;
      top: 19px;
      bottom: 0;
      width: 6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
.side-nav .active > span {
  font-weight: bold; }

.side-nav-child {
  background-color: #e8f5ff;
  display: none;
  padding: 8px 0; }
  .side-nav-child.show {
    display: block; }
  .side-nav-child > li {
    font-size: 14px;
    font-size: 1.4rem; }
    .side-nav-child > li span {
      padding: 8px 20px 8px 50px; }
      .side-nav-child > li span:before {
        left: 35px;
        top: 13px; }

.side-nav-child .side-nav-child > li span::before {
    left: 45px;
}

.side-nav-child .side-nav-child > li span {
    padding-left: 60px;
}

.side-nav-child .side-nav-child{
padding:0;
}


@media screen and (max-width: 767px) {
  .side-nav {
    display: none; } }
/* パンくず
	 ========================================================================== */
.topicpath-wrap {
  position: absolute;
  right: 0;
  text-align: right;
  top: 2px;
  width: 100%; }

.cmn-header-inner .topicpath-wrap {
  bottom: 15px;
  top: auto; }

.topicpath {
  letter-spacing: -.40em; }
  .topicpath li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-right: 13px; }
    .topicpath li:after {
      content: '>';
      margin-left: 13px; }
    .topicpath li:last-child:after {
      display: none; }
  .topicpath .icon-home {
    color: #078df1;
    display: inline-block;
    text-decoration: none;
    height: 14px;
    width: 14px;
    vertical-align: middle; }
    .topicpath .icon-home span {
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      zoom: 1;
      display: inline-block; }

.topicpath-icon {
  background-color: #f6f1e4;
  color: #66490f;
  display: inline-block;
  padding: 7px; }

@media screen and (max-width: 767px) {
  .topicpath-wrap {
    display: none; } }
/* footer
	 ========================================================================== */
footer {
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 39px; }
  footer .list-column-wrap.column2 li {
    width: 590px; }
    footer .list-column-wrap.column2 li a {
      transition: opacity .5s; }
      footer .list-column-wrap.column2 li a:hover {
        opacity: .8; }

.inner-footer {
  margin: 0 auto;
  width: 1200px; }

.foot-bnr {
  background-color: #f6f1e4; }

.foot-sns-list {
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: -.40em; }
  .foot-sns-list li {
    margin-right: 20px;
    width: 285px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .foot-sns-list li:last-child {
      margin-right: 0; }
    .foot-sns-list li a {
      transition: opacity .5s; }
      .foot-sns-list li a:hover {
        opacity: .8; }

.foot-utility-list {
  float: left;
  min-width: 50%;
  letter-spacing: -.40em; }
  .foot-utility-list li {
    margin-right: 20px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem; }
  .foot-utility-list a {
    text-decoration: underline; }
    .foot-utility-list a:hover {
      text-decoration: none; }

.foot-copyright {
  color: #999;
  float: right;
  font-size: 12px;
  font-size: 1.2rem; }

footer.sp {
  border-top: none; }

.foot-copyright-sp {
  color: #999;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 14px; }
    footer .list-column-wrap.column2 li {
      margin-bottom: 10px;
      width: 100%; }

  .inner-footer {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%; }

  .foot-sns-list {
    margin: 15px 0;
    text-align: center; }
    .foot-sns-list li {
      float: none;
      margin-right: 10px;
      height: 45px;
      width: 45px; }

  .foot-utility-list {
    float: none;
    margin-bottom: 5px;
    min-width: 100%;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem; }

  .foot-copyright {
    float: none;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem; } }
/* ==========================================================================
   04. Component
   ========================================================================== */
/* ==========================================================================
   parts
   ========================================================================== */
/* position
   ========================================================================== */
.img-center {
  text-align: center;
  margin-bottom: 7.6744186047%; }

.text-l {
  text-align: left; }

.text-r {
  text-align: right; }

.text-c {
  text-align: center; }

.relative {
  position: relative; }

.vc-box {
  width: 100%;
  margin: 0 auto; }

.vc {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* フォントサイズ
   ========================================================================== */
.text14 {
  font-size: 14px;
  font-size: 1.4rem; }

/* フォントスタイル
   ========================================================================== */
.italic {
  font-style: italic; }

/* ボーダー
   ========================================================================== */
.line-top {
  border-top: 1px solid #ccc;
  padding-top: 54px; }

@media screen and (max-width: 767px) {
  .line-top {
    padding-top: 40px; } }
/* 画像
   ========================================================================== */
.img-c {
  text-align: center; }

.img-l {
  box-sizing: border-box;
  float: left;
  max-width: 50%;
  padding-right: 40px; }

.img-r {
  box-sizing: border-box;
  float: right;
  max-width: 50%;
  padding-left: 40px; }

.img-full img {
  height: auto;
  width: 100%; }
.img-full .img-wrap {
  width: 100%; }

.img-caption {
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.img-wrap {
  display: inline-block;
  position: relative; }
  .img-wrap .img-caption {
    color: #fff;
    margin-bottom: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%; }
    .img-wrap .img-caption span {
      text-shadow: 1px 1px 2px black;
      background: rgba(0, 0, 0, 0.3);
      margin-left: 5px;
      padding: 0 2px;
      display: inline-block; }

.img-r .img-caption {
  padding-left: 40px; }

.img-l .img-caption {
  padding-right: 40px; }

@media screen and (max-width: 767px) {
  .img-c {
    text-align: center; }

  .img-l {
    float: none;
    margin: 0 auto 32px;
    max-width: 100%;
    padding-right: 0;
    text-align: center; }

  .img-r {
    float: none;
    margin: 0 auto 32px;
    max-width: 100%;
    padding-left: 0;
    text-align: center; }

  .img-wrap {
    display: block;
    margin: 0 auto 32px;
    width: 90%; }
    .img-wrap img {
      width: 100%; }

  .img-r .img-caption {
    padding-left: 0; }

  .img-l .img-caption {
    padding-right: 0; } }
/*loader*/
#infscr-loading {
  text-align: center;
  width: 100%;
  display: block;
  clear: both; }

.finishedMsg {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: bold; }

/* ==========================================================================
   大見出しを記入
   ========================================================================== */
/* 中見出しを記入
   ========================================================================== */
/* 小見出しを記入 */
.cmn-header {
  background: url(img/main_ttl_bg.gif) repeat left top; }

.cmn-header-inner {
  margin: 0 auto;
  position: relative; }

.cmn-header-side,
.cmn-header-ttl {
  display: table-cell;
  vertical-align: middle; }

.cmn-header-side {
  background-color: #078df1;
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  height: 160px;
  width: 300px; }
  .cmn-header-side a {
    color: #FFF;
    display: table-cell;
    height: 160px;
    text-decoration: none;
    width: 300px;
    vertical-align: middle; }

.cmn-header-ttl {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.25;
  padding-left: 40px; }

.sttl01 {
  color: #222;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 3.6046511628%;
  padding-bottom: 1.7441860465%;
  position: relative; }
  .sttl01:before, .sttl01:after {
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute; }
  .sttl01:before {
    background-color: #ddd;
    width: 100%; }
  .sttl01:after {
    background-color: #078df1;
    width: 400px; }

.sttl02 {
  color: #222;
  background-color: #f5f5f5;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 2.9069767442%;
  margin-top: 3.6046511628%;
  padding: 12px 10px 12px 20px;
  position: relative; }
  .sttl02:before {
    background-color: #078df1;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 6px; }

.sttl03 {
  color: #222;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 2.0930232558%;
  margin-top: 3.2558139535%;
  padding-left: 29px;
  position: relative; }
  .sttl03:before {
    border-radius: 9px;
    border: 5px solid #078df1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    content: '';
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px; }

.sttl04 {
  color: #078df1;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3.1395348837%;
  margin-top: 1.7441860465%; }

@media screen and (max-width: 767px) {
  .cmn-header {
    background: #f5f5f5; }

  .cmn-header-side,
  .cmn-header-ttl {
    display: block; }

  .cmn-header-side {
    font-size: 13px;
    font-size: 1.3rem;
    height: auto;
    text-align: left;
    width: 100%; }
    .cmn-header-side a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      height: auto;
      padding: 5px 10px;
      width: 100%; }

  .cmn-header-ttl {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 8px; }

  .sttl01 {
    font-size: 17px;
    font-size: 1.7rem; }
    .sttl01:before, .sttl01:after {
      bottom: 0;
      height: 2px; }
    .sttl01:after {
      background-color: #078df1;
      width: 93px; }

  .sttl02 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 10px 8px 10px; }
    .sttl02:before {
      width: 3px; }

  .sttl03 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 15px; }
    .sttl03:before {
      border-width: 2px;
      border-radius: 5px;
      top: 4px;
      height: 10px;
      width: 10px; }

  .sttl04 {
    font-size: 15px;
    font-size: 1.5rem; } }
/* ==========================================================================
   テーブル
   ========================================================================== */
.tbl-cmn {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3.9534883721%;
  width: 100%; }
  .tbl-cmn th,
  .tbl-cmn td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 1.5;
    padding: 16px 20px;
    vertical-align: middle; }
    .tbl-cmn th:last-child,
    .tbl-cmn td:last-child {
      border-right: none; }
  .tbl-cmn th {
    background-color: #078df1;
    color: #FFF;
    text-align: center; }

.td-text-r td {
  text-align: right; }

.th-side th {
  background-color: #e8f5ff;
  color: #444;
  font-weight: normal;
  text-align: left; }

.th-multi th {
  background-color: #e8f5ff;
  color: #444;
  font-weight: normal;
  text-align: left;
  padding-right: 13px;
  padding-left: 13px; }
.th-multi .head th {
  background-color: #078df1;
  color: #FFF;
  font-weight: bold;
  text-align: center; }

.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .tbl-cmn th,
  .tbl-cmn td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px; }

  .th-side th,
  .th-side td {
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%; }

  .tbl-scroll-guide {
    color: #999;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

  .tbl-scroll-wrap {
    margin-bottom: 20px;
    overflow-x: auto; }
    .tbl-scroll-wrap .tbl-cmn {
      width: 600px; }

  table.sp-nowrap th, table.sp-nowrap td {
    white-space: nowrap; }

  th.sp-nowrap,
  td.sp-nowrap {
    white-space: nowrap; }

  .tbl-scroll-wrap::-webkit-scrollbar {
    height: 8px; }

  .tbl-scroll-wrap::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #eee; }

  .tbl-scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #666; }

  .sp-nowrap {
    white-space: nowrap; }

  .tbl-notes {
    text-align: left; } }
/* ==========================================================================
	 リスト
	 ========================================================================== */
.nav-anchor {
  background-color: #e8f5ff;
  letter-spacing: -.40em;
  margin-bottom: 5.1162790698%;
  padding: 2.3255813953%; }
  .nav-anchor li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    line-height: 1.25;
    margin-right: 28px;
    vertical-align: top; }
    .nav-anchor li span {
      padding-left: 17px;
      position: relative; }
      .nav-anchor li span:before {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: '';
        display: block;
        height: 5px;
        left: 2px;
        position: absolute;
        top: 3px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 5px; }

.list-link {
  margin-bottom: 4.6511627907%;
  margin-top: 4.6511627907%; }
  .list-link li {
    padding-left: 15px;
    position: relative; }
    .list-link li:before {
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: '';
      display: block;
      height: 5px;
      left: 2px;
      position: absolute;
      top: 10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 5px; }
  .list-link a[target="_blank"] {
    background: url(img/icon_blank.svg) no-repeat right 0;
    background-size: 16px 16px;
    padding: 2px 23px 2px 0; }
  .list-link a[href$=".pdf"] {
    background: url(img/icon_pdf.svg) no-repeat right 0;
    background-size: 13px auto;
    padding: 2px 21px 2px 0; }

.list-column-wrap {
  letter-spacing: -.40em; }
  .list-column-wrap li {
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    vertical-align: top; }
  .list-column-wrap.column1 li {
    margin: 0 5%;
    width: 90%; }
  .list-column-wrap.column2 li {
    margin-right: 20px;
    width: 420px; }
    .list-column-wrap.column2 li:nth-child(2n) {
      margin-right: 0; }
  .list-column-wrap.column3 li {
    margin-right: 18px;
    width: 275px; }
    .list-column-wrap.column3 li:nth-child(2n) {
      margin-right: 17px; }
    .list-column-wrap.column3 li:nth-child(3n) {
      margin-right: 0; }

.decimal-list {
  margin-bottom: 10px;
  margin-top: 10px; }
  .decimal-list li {
    list-style-type: disc;
    margin-left: 1em; }

.number-list {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px; }
  .number-list li {
    list-style-type: decimal;
    margin-left: 1em; }

.notes-list {
  margin-bottom: 10px;
  margin-top: 10px; }
  .notes-list li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 1em;
    text-indent: -1em; }

@media screen and (max-width: 767px) {
  .anchor-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 44px;
    padding: 14px 20px 0; }
    .anchor-nav li {
      border-right: none;
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      text-align: left; }
      .anchor-nav li:first-child {
        border-left: none; }

  .list-column-wrap li {
    display: block; }
  .list-column-wrap.column2 li {
    margin-right: 0;
    width: 100%; }
  .list-column-wrap.column3 li {
    margin-right: 0;
    width: 100%; }
    .list-column-wrap.column3 li:nth-child(2n) {
      margin-right: 0; }
    .list-column-wrap.column3 li:nth-child(3n) {
      margin-right: 0; }

  .decimal-list li {
    list-style-type: disc;
    margin-left: 1.2em; } }
/* 定義リスト
	 ========================================================================== */
.dl-cmn {
  margin-bottom: 10px;
  margin-top: 10px; }
  .dl-cmn dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 14px;
    padding-left: 20px;
    position: relative; }
    .dl-cmn dt:before {
      background-color: #078df1;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      height: 12px;
      top: 8px;
      width: 12px; }
    .dl-cmn dt:first-child {
      margin-top: 0; }
  .dl-cmn dd {
    padding-left: 20px; }

/* 問い合わせ
	 ========================================================================== */
.list-contact {
  letter-spacing: -.40em; }
  .list-contact li {
    margin-right: 30px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .list-contact li:last-child {
      margin-right: 0; }
    .list-contact li .mail img {
      height: 16px;
      width: auto;
      vertical-align: middle; }

@media screen and (max-width: 767px) {
  .list-contact li {
    display: block;
    margin-right: 0; }
  .list-contact .mail img {
    height: 13px;
    width: auto;
    vertical-align: middle; } }
/* ==========================================================================
   ボックス
   ========================================================================== */
.box-center {
  margin: 0 auto;
  width: 1200px; }

.main-block {
  margin-bottom: 9.4186046512%; }
  .main-block:last-child {
    margin-bottom: 0; }
  .main-block p {
    margin-bottom: 2.3255813953%; }

@media screen and (max-width: 767px) {
  .box-center {
    width: 100%; } }
/* 横並び
   ========================================================================== */
.box-column-wrap {
  letter-spacing: -.40em; }
  .box-column-wrap .box-column-inner {
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    vertical-align: top; }
  .box-column-wrap.column2 .box-column-inner {
    margin-right: 20px;
    width: 420px; }
    .box-column-wrap.column2 .box-column-inner:nth-child(2n) {
      margin-right: 0; }
  .box-column-wrap.column3 .box-column-inner {
    margin-right: 18px;
    width: 275px; }
    .box-column-wrap.column3 .box-column-inner:nth-child(2n) {
      margin-right: 17px; }
    .box-column-wrap.column3 .box-column-inner:nth-child(3n) {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  .box-column-wrap .box-column-inner {
    display: block;
    margin-bottom: 20px; }
  .box-column-wrap.column2 .box-column-inner {
    margin-right: 0;
    width: 100%; }
  .box-column-wrap.column3 .box-column-inner {
    margin-right: 0;
    width: 100%; }
    .box-column-wrap.column3 .box-column-inner:nth-child(2n) {
      margin-right: 0; }
    .box-column-wrap.column3 .box-column-inner:nth-child(3n) {
      margin-right: 0; } }
/* ボックスボタン
   ========================================================================== */
.box-column-inner {
  position: relative; }
  .box-column-inner:after {
    border: 10px solid transparent;
    border-left: 10px solid #078df1;
    box-sizing: border-box;
    bottom: -10px;
    content: '';
    height: 10px;
    margin: auto;
    right: -10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px; }
  .box-column-inner .btn-cmn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left; }
  .box-column-inner .box-column-summary dt {
    color: #078df1;
    font-size: 20px;
    font-size: 2rem; }
  .box-column-inner .box-column-summary dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83; }

@media screen and (max-width: 767px) {
  .box-column-inner:after {
    border: 5px solid transparent;
    border-left: 5px solid #078df1;
    bottom: -5px;
    height: 5px;
    right: -5px;
    width: 5px; }
  .box-column-inner .btn-cmn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
  .box-column-inner .box-column-summary dt {
    font-size: 15px;
    font-size: 1.5rem; }
  .box-column-inner .box-column-summary dd {
    font-size: 11px;
    font-size: 1.1rem; } }
/* 画像とテキストの配置
   ========================================================================== */
.item-wrap {
  margin-bottom: 20px;
  overflow: hidden; }
  .item-wrap .side-l {
    float: left; }
  .item-wrap .side-r {
    float: right; }
  .item-wrap .item-main,
  .item-wrap .item-side {
    overflow: hidden;
    _zoom: 1; }
  .item-wrap .item-side img {
    height: auto;
    width: 100%; }

.side-r .item-main {
  float: left; }
.side-r .item-side {
  float: right; }

.side-l .item-main {
  float: right; }
.side-l .item-side {
  float: left; }

.main-large .item-side {
  width: 25%; }
.main-large .item-main {
  width: 70%; }

.main-medium .item-side {
  width: 35%; }
.main-medium .item-main {
  width: 60%; }

.main-small .item-side {
  width: 45%; }
.main-small .item-main {
  width: 50%; }

@media screen and (max-width: 767px) {
  .item-wrap .item-main,
  .item-wrap .item-side {
    float: none; }
  .item-wrap .item-main {
    margin: 0 auto 15px;
    width: 100%; }
  .item-wrap .item-side {
    margin: 0 auto 15px; }
  .item-wrap .item-side.size-full {
    width: 100%; }
  .item-wrap .item-side.size-large {
    width: 80%; }
  .item-wrap .item-side.size-medium {
    width: 60%; }
  .item-wrap .item-side.size-small {
    width: 40%; } }
/* ==========================================================================
   アイコン
   ========================================================================== */
.link-file[href$=".pdf"] {
  background: url(img/icon_pdf_s.png) no-repeat right top;
  padding-right: 18px; }

.icon-arrow01 {
  display: inline-block;
  padding: 0 0 0 16px;
  position: relative; }
  .icon-arrow01:after {
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.5em;
    bottom: 0;
    width: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* ==========================================================================
	 ボタン
	 ========================================================================== */
.btn-cmn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
  padding: 13px 10px;
  text-align: center;
  text-decoration: none; }
  .btn-cmn:hover {
    text-decoration: none; }

.btn-cmn[target="_blank"] span:after {
  content: "\e901";
  font-size: 16px;
  font-size: 1.6rem; }

.btn-cmn[href$=".pdf"] span {
  background: url(img/icon_pdf.svg) no-repeat right 2px;
  background-size: 13px auto;
  padding: 2px 21px 2px 0; }
  .btn-cmn[href$=".pdf"] span:after {
    display: none; }

.btn01 {
  border: 1px solid #ddd;
  background-color: #FFF; }
  .btn01:hover {
    background-color: #e8f5ff;
    color: #444; }

p.btn01:hover {
  background-color: #fff; }

.btn02 {
  border: 1px solid #078df1;
  background-color: #078df1;
  color: #FFF; }
  .btn02:hover {
    background-color: #FFF;
    color: #078df1 !important; }
  .btn02:visited {
    color: #fff; }

.emlink {
  margin-bottom: 30px; }
  .emlink li {
    display: inline; }
    .emlink li a {
      display: inline-block;
      padding: 25px;
      box-sizing: border-box;
      background-color: #078df1;
      color: #fff;
      text-align: center;
      width: 49%;
      margin-right: 2%;
      text-decoration: none;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: .03em;
      border: 7px solid #64bafa;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
      transition: all .5s; }
      .emlink li a:hover {
        background-color: #067fd8; }
    .emlink li a[target="_blank"] {
      background: #078df1 url(img/icon_pdf.svg) no-repeat 95% center;
      background-size: auto 22px; }
    .emlink li a[target="_blank"]:hover {
      background-color: #067fd8; }
    .emlink li:nth-child(2n) a {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  .emlink {
    margin-bottom: 20px; }
    .emlink li a {
      width: 100%;
      margin: 0 0 10px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0; }
    .emlink li a[target="_blank"] {
      background: #078df1 url(img/icon_pdf.svg) no-repeat 95% center;
      background-size: 20px auto; } }
/* ボックスボタン
	 ========================================================================== */
/* ==========================================================================
   form
   ========================================================================== */
input,
textarea {
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-family: inehrit;
  line-height: 1.4;
  outline: none; }

/* テキストボックス */
input[type="text"],
textarea {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  input[type="text"],
  textarea {
    font-size: 16px;
    font-size: 1.6rem; } }
/* セレクトボックス */
select {
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  select {
    background: url(img/select_arrow.gif) no-repeat right center;
    background-size: 37px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px 30px 5px 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; } }
/* ボタン */
button {
  cursor: pointer; }

input[type="submit"],
input[type="button"],
button {
  background: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration,
  button::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus,
  button::focus {
    outline-offset: -2px; }

/* エラー */
.error-box {
  background-color: #ffe5e5;
  border: 1px solid #f00;
  color: #f00;
  margin-bottom: 40px;
  padding: 24px;
  font-size: 12px;
  font-size: 1.2rem; }

.error-list {
  padding-top: 5px; }
  .error-list li {
    padding-left: 1em;
    position: relative; }
    .error-list li:before {
      content: '・';
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

.error input[type="text"],
.error textarea {
  background-color: #ffe5e5;
  border-bottom-color: #f00; }

.error-text {
  color: #f00;
  display: block;
  padding-top: 5px; }
  .error-text:before {
    padding-right: 4px;
    position: relative;
    top: 3px;
    font-size: 18px;
    font-size: 1.8rem; }

.error-message {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .error-box {
    margin-bottom: 24px;
    padding: 16px;
    font-size: 12px;
    font-size: 1.2rem; } }
/* お問い合わせフォーム
   ========================================================================== */
.form {
  /* 完了 */ }
  .form p {
    margin-bottom: 24px; }
  .form .inquiry-form-lead {
    margin-bottom: 32px; }
  .form .required {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 0 4px; }
  .form .option {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 0 4px; }
  .form .tbl01 .th-inner {
    padding-right: 66px;
    position: relative; }
  .form .tbl01 .required,
  .form .tbl01 .option {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .form .form-flow {
    padding-top: 48px;
    text-align: center;
    letter-spacing: -.40em; }
    .form .form-flow li {
      color: #ccc;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
      .form .form-flow li:after {
        color: #ccc;
        content: "\e315";
        position: relative;
        top: 7px;
        font-size: 30px;
        font-size: 3rem; }
      .form .form-flow li:last-child:after {
        color: transparent; }
  @media screen and (min-width: 768px) {
    .form .main-ttl-wrap {
      box-sizing: border-box;
      margin: 40px auto 80px;
      padding: 0 40px;
      width: 1000px; }
    .form .main-ttl {
      font-size: 30px;
      font-size: 3rem; }
    .form .box-inner {
      margin: 0 auto;
      width: 920px; } }
  @media screen and (max-width: 1109px) {
    .form .main-ttl-wrap {
      padding: 0;
      width: 920px; } }
  @media screen and (max-width: 767px) {
    .form .main-ttl {
      font-size: 16px;
      font-size: 1.6rem; }
    .form p {
      margin-bottom: 16px; } }
  .form .complete-message {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
  .form .complete-number-wrap {
    margin-top: 80px; }
  .form .complete-number-ttl {
    color: #fff;
    float: left;
    height: 70px;
    text-align: center;
    width: 34%;
    font-size: 16px;
    font-size: 1.6rem; }
    .form .complete-number-ttl span {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .form .complete-number {
    border: 1px solid #99d8b3;
    border-left: none;
    box-sizing: border-box;
    float: right;
    height: 70px;
    text-align: center;
    width: 66%;
    font-size: 34px;
    font-size: 3.4rem; }
    .form .complete-number span {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .form .btn-close:before {
    content: "\e909";
    left: 24px;
    font-size: 20px;
    font-size: 2rem; }
  .form .captcha {
    margin: 0 auto;
    padding-top: 32px;
    width: 400px; }
    .form .captcha p {
      margin-bottom: 8px;
      margin-top: 8px; }
  .form .creload {
    display: inline-block;
    padding-left: 16px;
    position: relative;
    text-decoration: underline;
    top: -4px; }
    .form .creload:hover {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .form .complete-number-wrap {
      margin-top: 24px; }
    .form .complete-number-ttl {
      float: none;
      height: 40px;
      margin-bottom: 0;
      width: 100%; }
    .form .complete-number {
      border: 1px solid #99d8b3;
      border-top: none;
      float: none;
      width: 100%;
      font-size: 24px;
      font-size: 2.4rem; }
    .form .captcha {
      padding-top: 32px;
      width: 100%; }
      .form .captcha p {
        margin-bottom: 8px;
        margin-top: 8px; }
    .form .creload {
      display: inline-block;
      padding-left: 8px;
      position: relative;
      text-decoration: underline;
      top: -4px; }
      .form .creload:hover {
        text-decoration: none; } }

/* ==========================================================================
   トピックス、お知らせ
   ========================================================================== */
/* トピックス一覧
   ========================================================================== */
/* ==========================================================================
   カテゴリートップ
   ========================================================================== */
/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }

  .pc-item {
    display: none !important; }

  .pc-block {
    display: inline; }

  .sp-block {
    display: block; }

  .sp-pdg {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
/* ==========================================================================
   06. webfont
   ========================================================================== */
/* ==========================================================================
   webフォント
   ========================================================================== */
.oswald-n {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ac72zh");
  src: url("fonts/icomoon.eot?ac72zh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ac72zh") format("truetype"), url("fonts/icomoon.woff?ac72zh") format("woff"), url("fonts/icomoon.svg?ac72zh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, .btn-cmn[target="_blank"] span:before, .btn-cmn[target="_blank"] span:after, .list-news a[target="_blank"] strong:before, .list-news a[target="_blank"] strong:after, .post-content a[target="_blank"]:before, .post-content a[target="_blank"]:after, .news-summary a[target="_blank"]:before, .news-summary a[target="_blank"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-access:before {
  content: "\e900"; }

.icon-blank:after {
  content: "\e901";
  margin-left: 3px; }

.icon-doc:before {
  content: "\e902"; }

.icon-home:before {
  content: "\e903"; }

.icon-mail:before {
  content: "\e904"; }

/* ==========================================================================
   07. print
   ========================================================================== */
@media print {
  header,
  footer {
    display: none; }

  #wrapper {
    padding-top: 0; } }

/* ==========================================================================
   08. 検索窓
   ========================================================================== */

   #search-box {
     display: none;
   }
   form.gsc-search-box {
     max-width: 600px;
     font-size: 16px !important;
     margin-bottom: 0 !important;
   }
   .gsc-input-box {
     border: none !important;
   }
   table.gsc-search-box {
     margin-bottom: 0 !important;
   }
   .gsib_a {
     padding: 10px !important;
   }

   @media screen and (max-width: 767px) {
    .gsib_a {
      padding: 0 5px !important;
    } 
   }
   .gsc-search-box-tools .gsc-search-box .gsc-input {
     padding-right: 0 !important;
   }
   .cse .gsc-search-button-v2, .gsc-search-button-v2 {
     border: none !important;
     background-color: #078df1 !important;
     width: 69px !important;
     height: 49px;
     padding: 0 !important;
     border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
   }
   @media screen and (max-width: 767px) {
    .cse .gsc-search-button-v2, .gsc-search-button-v2 {
      width: 40px !important;
      height: 40px !important;
    }
   }

   .cse .gsc-search-button-v2, .gsc-search-button-v2 svg {
    width: 20px;
    height: 20px;
  }
   

   .search-link .inner{
     position: relative;
     padding-left: 20px;
   }
   .search-link .inner:after{
    position: absolute;
    content: "";
    display: inline-block;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/admission/img/common/search.png) left top no-repeat;
    background-size: cover;
  }

  @media screen and (max-width: 767px){
    .search-link .inner:after{
      display: none;
    }
  }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/admission/img/common/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/admission/img/common/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}



.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/img/common/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/admission/img/common/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/admission/img/common/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/admission/img/common/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


   /* -------------------------------------
		検索BOX ポップアップ
	-------------------------------------- */
  .search-fancybox .fancybox-close {
    top: -36px;
    right: -36px; }

  @media screen and (max-width: 767px) {
    .search-fancybox .fancybox-close {
    right: -20px; }
  }
  
  .search-fancybox .fancybox-inner {
    height: auto !important; }
    .search-fancybox .fancybox-inner .search-box {
      background-color: rgba(255, 255, 255, 0);
      min-width: 600px; }

      @media screen and (max-width: 767px){
        .search-fancybox .fancybox-inner .search-box {
          min-width: 100%;
        }
      }

    .search-fancybox .fancybox-inner .search-box-inner {
      display: table;
      width: 100%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }
    .search-fancybox .fancybox-inner .keyword {
      display: table-cell;
      padding: 5px;
      background: #fff; }
      .search-fancybox .fancybox-inner .keyword input {
        font-size: 16px;
        height: 50px;
        width: 100%;
        border: 0 !important;
        outline: 0;
        box-sizing: border-box;
        vertical-align: top;
        padding: 5px;
        background: rgba(255, 255, 255, 0);
        border-radius: 0; }
    .search-fancybox .fancybox-inner .btn {
      display: table-cell;
      width: 60px;
      vertical-align: top; }
      .search-fancybox .fancybox-inner .btn button {
        width: 60px;
        height: 60px;
        background: #078df1;
        transition: all 0.2s;
        padding: 0;
        border: 0;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        outline: 0;
        cursor: pointer;
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: relative; }
        .search-fancybox .fancybox-inner .btn button:after {
          content: url(/admission/img/common/search.png);
          margin: auto;
          line-height: 1;
          font-size: 184.61538%;
          display: inline-block;
          text-align: center;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-indent: 0; }
        .search-fancybox .fancybox-inner .btn button:hover {
          background: #0a4e6d; }