/*----------------------------------------
 import Tag
----------------------------------------*/
@import url("reset.css");


/*----------------------------------------
 Base Tag
----------------------------------------*/
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 10pt;
  letter-spacing: 0.1px;
}

a {
  color: #0F7A41;
}
a:hover {
  color: #97C450;
}

strong {
}

b {
  color: #0E7A41;
}


/*----------------------------------------
 Template Tag
----------------------------------------*/
.article {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.index {
  background: url(../images/page/imgMain01.jpg) no-repeat 0 150px;
  background-size: 100% auto;
}
.main_picture {
  width: 1000px;
  margin: 120px auto 120px auto;
  display: block;
}
.main_picture_en {
  width: 1000px;
  margin: 120px auto 120px auto;
  display: block;
}
.main_picture_en h1 {
  font-size: 30px;
  color: #FFFFFF;
}

.kern {
  letter-spacing: -0.01em;
}

/***** header *****/
header {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  background-color: #FFFFFF;
  display: block;
  position: relative;
}
  header .logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  header .logo a {
    margin-right: 10px;
    display: inline-block;
  }

  header .locale {
    display: table;
    position: absolute;
    top: 18px;
    right: 0;
  }
    header .locale li {
      display: table-cell;
    }
    header .locale li:first-child a {
      border-radius: 4px 0 0 4px;
    }
    header .locale li:last-child a {
      border-radius: 0 4px 4px 0;
    }
    header .locale a {
      padding: 0 15px;
      font-size: 12px;
      line-height: 24px;
      color: #000000;
      background-color: #DEDEDE;
      text-decoration: none;
      display: block;
    }
    header .locale a:hover {
      background-color: #CFE4D9;
    }
    header .locale .current a {
      color: #FFFFFF;
      background-color: #0E7A41;
    }
  header .menu {
    display: table;
    position: absolute;
    top: 58px;
    right: 0;
  }
    header .menu li {
      display: table-cell;
    }
    header .menu li a {
      padding-left: 30px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 12px;
      letter-spacing: -0.05px;
      color: #353535;
      text-decoration: none;
      display: block;
      position: relative;
    }
    header .menu li a:before {
      content: '';
      width: 5px;
      height: 5px;
      margin-top: -4px;
      border-top: 2px solid #3F9567;
      border-right: 2px solid #3F9567;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 17px;
    }
    header .menu li a:hover {
      color: #0E7A41;
      text-decoration: underline;
    }

nav {
  background-color: #0E7A41;
  display: block;
}
  nav ul {
    width: 1000px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
    nav li {
      padding: 12px 0;
      display: table-cell;
    }
      nav li a {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15.5px;
        line-height: 36px;
        text-decoration: none;
        color: #FFFFFF;
        border-right: 1px solid rgba(255,255,255,0.2);
        text-align: center;
        display: block;
      }
    nav li:first-child a {
      border-left: 1px solid rgba(255,255,255,0.2);
    }
    nav li:hover a {
      color: #FFFFFF;
      background-color: rgba(255,255,255,0.4);
    }

main {
  padding: 40px 0;
  background-color: #F5F5F5;
  display: block;
}


/***** contents *****/
.content_wrap {
  width: 1000px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.index .content_wrap {
  width: auto;
}

  .conts {
    width: 680px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    float: left;
  }
  .conts_single {
    width: 860px;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
  }
    .conts h2, .conts_single h2 {
      margin-bottom: 30px;
      padding: 20px 0 20px 25px;
      font-size: 17px;
      border: 1px solid #E5E5E5;
      border-top: 2px solid #0E7A41;
      position: relative;
    }
    .conts h2:before, .conts_single h2:before {
      content: '';
      width: 3px;
      height: 24px;
      margin-top: -12px;
      background-color: #0E7A41;
      position: absolute;
      top: 50%;
      left: 10px;
    }
    .conts h3, .conts_single h3 {
      margin: 0 10px 30px 10px;
      padding: 15px 10px;
      font-size: 16px;
      line-height: 150%;
      color: #2E6822;
      border-top: 2px solid #0E7A41;
      border-bottom: 2px solid #E5E5E5;
      position: relative;
    }
    .conts h3:before, .conts_single h3:before {
      content: '';
      width: 100px;
      height: 2px;
      background-color: #0E7A41;
      position: absolute;
      top: -2px;
      left: 0;
    }
    .conts h4 {
      margin: 0 10px 10px 10px;
      padding: 2px 0 1px 23px;
      font-size: 11pt;
      font-weight: normal;
      color: #2E6822;
      background: url(../images/icon/iconH4titleArrow01.png) no-repeat;
    }
    .conts p {
      line-height: 160%;
    }


  /***** パンくず部 *****/
  .breadCrumbBox {
    margin-bottom: 30px;
  }
    .breadCrumbBox ul {
    }
      .breadCrumbBox li {
        font-size: 11px;
        float: left;
      }
        .breadCrumbBox li a {
          margin-right: 10px;
          padding-right: 10px;
          font-size: 11px;
          color: #000000;
          text-decoration: none;
          border-right: 1px solid #CCCCCC;
        }

/***** sidenav *****/
  .sideNav {
    width: 240px;
    float: right;
    background-color: #EBEFEA;
    position: relative;
    bottom: 0;
  }
    .sideNav h3 {
    }
      .sideNav h3 a {
        padding: 35px 15px;
        font-size: 16px;
        letter-spacing: 2px;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #0E7A41;
        display: block;
      }
    .sideNav ul {
    }
      .sideNav li {
        padding: 12px 5px 12px 30px;
        border-bottom: 1px solid #FFFFFF;
        position: relative;
      }
        .sideNav li:before {
          content: '';
          width: 5px;
          height: 5px;
          border-top: 2px solid #0E7A41;
          border-right: 2px solid #0E7A41;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 18px;
          left: 15px;
        }
        .sideNav li a {
          color: #000000;
          line-height: 130%;
          text-decoration: none;
        }
        .sideNav li a:hover {
          color: #0E7A41;
          text-decoration: underline;
        }
    .sideNav li ul {
      margin: 10px 0 -10px -25px;
    }
      .sideNav li ul li {
        padding: 7px 0 7px 25px;
        font-size: 12px;
        line-height: 130%;
        border: none;
      }
      .sideNav li ul li:before {
        content: '';
        width: 6px;
        height: 5px;
        border-top: 2px solid #0E7A41;
        border-right: none;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        position: absolute;
        top: 14px;
        left: 15px;
      }
    .course_title {
      margin: 5px 0;
      padding: 7px 10px !important;
      font-weight: bold;
      background-color: #C1E5CF;
    }
    .course_title:before {
      display: none;
    }

    .sideNav .q_and_a {
      margin: 20px 0 0 0;
      overflow: hidden;
    }
      .sideNav .q_and_a a {
        width: 210px;
        height: 72px;
        text-indent: -9999px;
        background: url(../images/template/imgQ_and_aBanner01.gif) no-repeat;
        display: block;
      }
      .sideNav .q_and_a a:hover {
        background-position: 0 -72px;
      }

    .sideNav .movie {
      margin: 20px 0 0 0;
      overflow: hidden;
    }
      .sideNav .movie a {
        width: 210px;
        height: 72px;
        text-indent: -9999px;
        background: url(../images/template/imgMovieBanner01.gif) no-repeat;
        display: block;
      }
      .sideNav .movie a:hover {
        background-position: 0 -72px;
      }


/***** footer *****/
.tool_wrap {
  background-color: #E5E5E5;
  border-top: 1px solid #D5D5D5;
  position: relative;
}
  .tool_wrap ul {
    width: 1000px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
    .tool_wrap ul li {
      display: table-cell;
    }
      .tool_wrap ul li a {
        padding: 20px 0;
        text-decoration: none;
        display: block;
        position: relative;
      }
    .tool_wrap ul li:nth-child(1) {
      text-align: left;
    }
      .tool_wrap ul li:nth-child(1) a:before {
        content: '';
        width: 7px;
        height: 7px;
        margin-top: -5px;
        border-bottom: 2px solid #0F7A41;
        border-left: 2px solid #0F7A41;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: -20px;
      }
    .tool_wrap ul li:nth-child(2) {
      text-align: center;
    }
    .tool_wrap ul li:nth-child(3) {
      text-align: right;
    }
      .tool_wrap ul li:nth-child(3) a:before {
        content: '';
        width: 7px;
        height: 7px;
        margin-top: -3px;
        border-bottom: 2px solid #0F7A41;
        border-right: 2px solid #0F7A41;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
        position: absolute;
        top: 50%;
        right: -20px;
      }

.footer_wrap {
  width: 100%;
  text-align: center;
  background-color: #E5E5E5;
}
  .footer {
    width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #D5D5D5;
  }
    .address_wrap {
      padding: 20px 0;
      overflow: hidden;
    }
      .address_wrap img {
        width: 130px;
        float: left;
      }
      .address_wrap address {
        margin-left: 20px;
        padding: 0 20px;
        font-size: 12px;
        line-height: 160%;
        border-left: 1px solid #D5D5D5;
        float: left;
      }
    .copyright_wrap {
      padding-bottom: 20px;
      overflow: hidden;
    }
      .copyright_wrap small {
        float: right;
      }
      .copyright_wrap ul {
        display: table;
        float: left;
      }
        .copyright_wrap li {
          padding-right: 30px;
          display: table-cell;
        }
        .copyright_wrap li:last-child {
          border-right: none;
        }
          .copyright_wrap li a {
            padding-left: 13px;
            font-size: 11px;
            text-decoration: none;
            color: #000000;
            position: relative;
          }
          .copyright_wrap li a:before {
            content: '';
            width: 5px;
            height: 5px;
            margin-top: -4px;
            border-top: 1px solid #000000;
            border-right: 1px solid #000000;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            left: 0;
          }
          .copyright_wrap li a:hover {
            text-decoration: underline;
          }
.footer_wrap_en {
  background-color: #F5F5F5;
}
  .footer_wrap_en .copyright_wrap small {
    text-align: center;
    display: block;
    float: none;
  }


/*----------------------------------------
 汎用アイコン
----------------------------------------*/
.iconBlank {
  width: 15px !important;
  height: 11px !important;
  margin-left: 10px;
  float: none !important;
}

.iconArrow01 {
  margin-left: 1em;
  padding: 0 0 1px 20px;
  background: url(../images/icon/iconArrow01.png) no-repeat;
}
  p.iconArrow01 {
    padding: 0 0 1px 20px;
    background: url(../images/icon/iconArrow01.png) no-repeat 0 4px;
  }
  span.iconArrow01 {
    padding: 0 0 1px 20px;
    background: url(../images/icon/iconArrow01.png) no-repeat 0 2px;
  }
  li.iconArrow01 {
    padding: 0 0 0 20px;
    background: url(../images/icon/iconArrow01.png) no-repeat 0 2px !important;
  }

/*----------------------------------------
 汎用スタイル
----------------------------------------*/
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}

.imgRight {
  margin: 0 0 25px 25px;
  float: right;
}
.imgCenter {
  margin: 0 20px 25px 20px;
  text-align: center;
}
.imgLeft {
  margin: 0 25px 25px 0;
  float: left;
}

.endText {
  margin-bottom: 30px !important;
}
.imgTextTop {
  padding-top: 35px !important;
}
.backHomeLink {
  margin: 30px auto 0 auto;
  text-align: center !important;
}

.pointBox {
  padding: 20px;
  background-color: #ECF5E4;
  border-radius: 5px;
}
  .pointBox h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background: none;
  }
  .pointBox p {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

.profile {
}
  .profile h5 {
    padding: 10px 0 5px 10px;
    font-weight: bold;
  }
    .profile p {
      margin: 0 10px;
      font-size: 12px;
    }

.mt {
  margin-top: 20px;
}
.mt_l {
  margin-top: 40px;
}
.mr_s {
  margin-right: 10px;
}
.mr {
  margin-right: 15px;
}
.mr_m {
  margin-right: 20px;
}
.ml {
  margin-left: 15px;
}
.ml_m {
  margin-right: 20px;
}

.mb {
  margin-bottom: 10px;
}
.mb_m {
  margin-bottom: 20px !important;
}
.mb_l {
  margin-bottom: 30px !important;
}
.mb_ll {
  margin-bottom: 50px;
}
.space {
  margin-bottom: 80px;
}

.pt {
  padding-top: 15px;
}
.pt_m {
  padding-top: 30px;
}

.text {
  line-height: 160%;
}
/*----------------------------------------
 各ページスタイル
----------------------------------------*/
.page_title {
  height: 200px;
  background-color: #DBEBE3;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100% auto;
}
  .page_title h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 200px;
    letter-spacing: 2px;
    background-color: rgba(0,0,0,0.05);
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-align: center;
  }

  .bg_guides {
    background-image: url(../images/page/imgTitle_guides01.jpg);
  }
  .bg_welcome {
    background-image: url(../images/page/imgTitle_guides01.jpg);
  }
  .bg_admissions {
    background-image: url(../images/page/imgTitle_admissions01.jpg);
  }
  .bg_graduates {
    background-image: url(../images/page/imgTitle_graduates01.jpg);
  }
  .bg_companies {
    background-image: url(../images/page/imgTitle_companies01.jpg);
  }
  .bg_regions {
    background-image: url(../images/page/imgTitle_regions01.jpg);
  }
  .bg_web {
    background-image: url(../images/page/imgTitle_guides01.jpg);
  }
  .bg_previous {
    background-image: url(../images/page/imgTitle_guides01.jpg);
  }
  .bg_en {
    margin-bottom: 25px;
    background: url(../images/page/en/imgMainPictureBg01.jpg) no-repeat;
  }

.subTh {
  background-color: #E5E5E5;
  text-align: center;
}

/***** トップページ TOP Page ******/
.index_about {
  height: 500px;
  background-color: #FFFFFF;
  position: relative;
}
  .index_about dl {
    width: 500px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    right: 50%;
  }
    .index_about dt {
      margin-bottom: 60px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 30px;
      color: #0E7A41;
      position: relative;
    }
    .index_about dt:after {
      content: '';
      width: 200px;
      height: 5px;
      background-color: #0E7A41;
      position: absolute;
      bottom: -35px;
      left: -10px;
    }
    .index_about dd {
      margin-bottom: 30px;
      font-size: 14px;
      color: #0E7A41;
      line-height: 180%;
    }
  .index_about img {
    position: absolute;
    top: -20px;
    left: calc(50% + 120px);
  }

.index_notice {
  height: 500px;
  background-color: #CFE4D9;
  position: relative;
}
  .index_notice dl {
    width: 550px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: calc(50% - 50px);
  }
    .index_notice dt {
      margin-bottom: 30px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 24px;
      color: #0E7A41;
      position: relative;
    }
    .index_notice dd {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 180%;
      color: #0E7A41;
    }
  .index_notice img {
    position: absolute;
    top: -20px;
    right: calc(50% + 120px);
  }
  .index_notice .course {
    background-color: #0E7A41;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 50px);
  }
  .index_notice .course a {
    width: 350px;
    height: 50px;
    padding: 20px 60px 20px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 50%;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
  }
  .index_notice .course a:hover {
    background-color: rgba(255,255,255,0.3);
  }
  .index_notice .course a:after {
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
  }
.index_faculty {
  height: 500px;
  margin-bottom: -90px;
  background-color: #FFFFFF;
  position: relative;
}
  .index_faculty dl {
    width: 500px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    right: 50%;
  }
    .index_faculty dt {
      margin-bottom: 60px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 30px;
      line-height: 160%;
      color: #0E7A41;
      position: relative;
    }
    .index_faculty dt:after {
      content: '';
      width: 200px;
      height: 5px;
      background-color: #0E7A41;
      position: absolute;
      bottom: -35px;
      left: -10px;
    }
    .index_faculty dd {
      margin-bottom: 30px;
      font-size: 14px;
      color: #0E7A41;
      line-height: 180%;
    }
  .index_faculty img {
    position: absolute;
    top: 0px;
    left: calc(50% + 120px);
  }
  .index_faculty .course {
    background-color: #0E7A41;
    position: absolute;
    bottom: -50px;
    left: 0;
  }
  .index_faculty .course a {
    width: 350px;
    height: 50px;
    padding: 20px 60px 20px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 50%;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
  }
  .index_faculty .course a:hover {
    background-color: rgba(255,255,255,0.3);
  }
  .index_faculty .course a:after {
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
  }

.index_news_wrap {
  width: 1000px;
  margin: 15px auto 60px auto;
  overflow: hidden;
}
.back_number {
  margin: 20px auto 0 auto;
}
  .back_number .index_news {
    margin: 0 auto;
    float: none;
  }

.index_news {
  width: 730px;
  float: left;
}
  .index_news h1 {
    margin-bottom: 70px;
    position: relative;
  }
  .index_news h1:after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #0E7A41;
    position: absolute;
    bottom: -35px;
    left: -20px;
  }
    .index_news h1 a {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 24px;
      line-height: 100%;
      text-decoration: none;
    }

  .index_news table {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: 1px dotted #D5D5D5;
  }
    .index_news th {
      width: 130px;
      padding: 15px 10px;
      font-size: 14px;
      font-weight: normal;
      line-height: 150%;
      vertical-align: top;
      border-bottom: 1px dotted #D5D5D5;
    }
    .index_news td {
      padding: 15px 10px;
      font-size: 14px;
      line-height: 150%;
      vertical-align: top;
      border-bottom: 1px dotted #D5D5D5;
    }
    .index_news td a {
      color: #0E7A41;
    }
    .index_news td a:hover {
      color: #97C450;
    }
    .index_news .type {
      width: 80px;
      text-align: center;
    }
  .index_news .back_number {
    text-align: right;
  }
    .index_news .back_number a {
      position: relative;
    }
    .index_news .back_number a:before {
      content: '';
      width: 5px;
      height: 5px;
      margin-top: -4px;
      border-top: 2px solid #0E7A41;
      border-right: 2px solid #0E7A41;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: -15px;
    }
  .image_notice {
    margin-top: 10px;
    font-size: 11px;
  }

.index_menu {
  float: right;
}
  .index_menu .ier {
    margin-bottom: 30px;
    display: block;
  }
  .index_menu .ier:hover {
    opacity: 0.7;
  }

.page_link {
  margin-bottom: 30px;
}
  .page_link li {
    margin-bottom: 5px;
  }
  .page_link li a {
    width: 210px;
    height: 50px;
    text-indent: -9999px;
    display: block;
  }
  .page_link li:nth-child(1) a {
    background: url(../images/page/imgSidenavIndexBanner01.gif) no-repeat;
  }
  .page_link li:nth-child(2) a {
    background: url(../images/page/imgSidenavIndexBanner02.gif) no-repeat;
  }
  .page_link li:nth-child(3) a {
    background: url(../images/page/imgSidenavIndexBanner03.gif) no-repeat;
  }
  .page_link li a:hover {
    background-position: 0 -50px;
  }

 .project_link {
    padding: 9px 9px 3px 9px;
    background-color: #FFFFFF;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
  }
   .project_link ul {
      padding: 0;
   }
    .project_link li {
      padding-bottom: 5px;
      overflow: hidden;
    }
      .project_link li a {
        width: 190px;
        height: 82px;
        text-indent: -9999px;
        display: block;
      }
        .project_link li:nth-child(1) a {
          background: url(../images/page/imgSidenavIndexProjectBanner02.jpg) no-repeat;
        }
        .project_link li:nth-child(2) a {
          background: url(../images/page/imgSidenavIndexProjectBanner09.png) no-repeat;
        }
        .project_link li a:hover {
          opacity: 0.7;
        }


/***** 学類案内 guides/index, 学部・大学院 guides/faculty_index, 受験生の皆様へ admissions/index, 卒業生の皆様へ graduates/index, 企業の皆様へ companies/index, 地域の皆様へ regions/index ******/
.category_index {
  overflow: hidden;
}
  .category_index li {
    width: 50%;
    padding: 30px 30px 30px 35px;
    font-size: 13px;
    line-height: 160%;
    box-sizing: border-box;
    float: left;
  }
  .category_index li:nth-child(1), .category_index li:nth-child(4), .category_index li:nth-child(5), .category_index li:nth-child(8), .category_index li:nth-child(9), .category_index li:nth-child(12) {
    background-color: #CFE4D9;
  }
  .category_index li:nth-child(even) {
  }
    .category_index li a {
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: bold;
      color: #0E7A41;
      display: block;
      position: relative;
    }
    .category_index li a:hover {
      color: #97C450;
    }
    .category_index li a:before {
      content: '';
      width: 5px;
      height: 5px;
      margin-top: -4px;
      border-top: 2px solid #0E7A41;
      border-right: 2px solid #0E7A41;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: -15px;
    }
    .category_index li small {
      font-size: 12px;
      letter-spacing: -1px;
    }

/***** 概要・理念 guides/idea ******/
.idea_faculty {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 3px solid #E5E5E5;
  position: relative;
}
  .idea_faculty .faculty_name {
    position: absolute;
    top: -8px;
    left: 15px;
  }
    .idea_faculty .faculty_name span {
      padding: 0 5px;
      font-weight: bold;
      background-color: #FFFFFF;
      display: inline-block;
    }
  .idea_faculty ul {
    width: 100%;
    margin: 0;
    display: table;
    table-layout: fixed;
  }
    .idea_faculty li {
      padding: 5px 2px;
      display: table-cell;
      text-align: center;
    }
      .idea_faculty li span, .idea_faculty li a {
        padding: 15px 0;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        letter-spacing: -1px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        border-radius: 3px;
        white-space: nowrap;
        display: block;
        text-align: center;
      }
      .idea_faculty li a:hover {
        opacity: 0.7;
      }
  .idea_faculty .cat01 span, .idea_faculty .cat01 a {
    background-color: #97C450;
  }
  .idea_faculty .cat02 span, .idea_faculty .cat02 a {
    background-color: #2F9745;
  }
  .cat03 {
    display: block;
  }
    .cat03 li {
      width: 270px;
      margin: 5px 10px;
      float: left;
      display: block;
    }
    .idea_faculty .cat03 a {
      line-height: 30px;
      letter-spacing: 0;
      background-color: #0E7A41;
    }
    .idea_faculty .phd04 a {
      height: 30px;
      line-height: 140%;
      letter-spacing: 0;
      background-color: #0E7A41;
    }
.course_tag {
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}
  .course_tag span {
    margin-bottom: -5px;
    padding-right: 10px;
    background-color: #FFFFFF;
    display: inline-block;
  }
.idea_cover {
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 20px;
  color: #0E7A41;
  line-height: 160%;
}


/***** 研究施設・設備 guides/facility ******/
.floor_announce  {
}
  .floor_announce table {
    width: 100%;
  }
    .floor_announce table th {
      width: 100px;
      padding: 10px;
      border: 2px solid #E5E5E5;
      text-align: center;
    }
    .floor_announce table td {
      padding: 10px;
      border: 2px solid #E5E5E5;
    }

  .floor_announce ul {
    overflow: hidden;
  }
    .floor_announce li {
      width: 200px;
      margin: 0 5px;
      height: 280px;
      float: left;
    }
      .floor_announce li .name {
        margin: 10px 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
      }
      .floor_announce li .sub {
        font-size: 10px;
      }


/***** 学部・大学院 guides/faculy_index ******/
.faculty_index {
  overflow: hidden;
}
  .faculty_index li {
    width: 305px;
    margin-bottom: 20px;
    padding: 20px;
    line-height: 150%;
    border: 3px dashed #E5E5E5;
    box-sizing: border-box;
    float: left;
  }
  .faculty_index li:nth-child(odd) {
    margin-right: 10px;
  }
  .faculty_index li:nth-child(even) {
    margin-left: 10px;
  }
    .faculty_index li a, .faculty_index li span {
      padding-left: 15px;
      font-size: 16px;
      color: #0E7A41;
      display: block;
      position: relative;
    }
    .faculty_index li a:hover {
      color: #97C450;
    }
    .faculty_index li a:before, .faculty_index li span:before {
      content: '';
      width: 7px;
      height: 7px;
      margin-top: -5px;
      border-top: 2px solid #0E7A41;
      border-right: 2px solid #0E7A41;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 0;
    }
  .phd {
  }
    .phd li {
      padding: 0 20px !important;
    }
      .phd li a {
        line-height: 60px;
      }
      .phd li.p04 a {
        height: 60px;
        padding: 9px 20px;
        line-height: 140%;
        box-sizing: border-box;
      }


.faculty_about_wrap {
  margin: 0 20px 30px 20px;
}
  .faculty_about_wrap img {
    margin: 10px auto 30px auto;
  }
  .faculty_about_wrap p {
    line-height: 180%;
  }

.faculty_member_wrap {
  padding: 20px;
  background-color: #F2F2F2;
  border-radius: 7px;
}
  .faculty_member_wrap ul {
    overflow: hidden;
  }
    .faculty_member_wrap li {
      width: 315px;
      margin-bottom: 20px;
      float: left;
    }
    .faculty_member_wrap a, .faculty_member_wrap em {
      margin-bottom: 10px;
      padding-left: 15px;
      font-weight: bold;
      display: block;
      position: relative;
    }
    .faculty_member_wrap a:before, .faculty_member_wrap em:before {
      content: '';
      width: 5px;
      height: 5px;
      margin-top: -5px;
      border-top: 2px solid #0F7A41;
      border-right: 2px solid #0F7A41;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 0;
    }
    .faculty_member_wrap span {
      font-size: 12px;
      padding-left: 15px;
      letter-spacing: -0.5px;
    }
  .faculty_member_wrap .faculty_member_title {
    margin-bottom: 20px;
    font-weight: bold;
  }
.faculty_member_donation {
  background-color: #EBF4F4;
}

.course_keyword_title {
  margin-bottom: 20px;
  border-bottom: 2px solid #E5E5E5;
}
  .course_keyword_title span {
    margin: 0 20px -7px 15px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
    background-color: #FFFFFF;
    display: inline-block;
  }
.course_keyword {
  margin: 0 20px 30px 20px;
  overflow: hidden;
}
  .course_keyword li {
    width: 195px;
    margin: 5px 0;
    float: left;
  }
  .course_keyword li:before {
    content: '●';
    padding-right: 3px;
    color: #97C450;
  }

.course_point {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #E5E5E5;
  border-radius: 5px;
}
  .course_point ul {
  }
    .course_point li {
      font-weight: bold;
    }

.course_table {
  width: 100%;
}
  .course_table th, .course_table td {
    padding: 10px;
    line-height: 150%;
    border: 2px solid #E5E5E5;
  }


/***** 博士後期課程 guides/phd ******/
.phd_table {
  width: 100%;
  margin: 0 auto;
}
  .phd_table th {
    width: 33%;
    padding: 15px 10px;
    border: 3px solid #E5E5E5;
    text-align: center;
  }
  .phd_table td {
    width: 33%;
    padding: 15px 10px;
    border: 3px solid #E5E5E5;
  }
    .phd_table td ul {
    }
      .phd_table td ul li {
        font-size: 12px;
        letter-spacing: -0.5px;
        white-space: nowrap;
      }

/* Q&A */
.q_and_aBox {
  margin: 0 10px 30px 10px;
}
  .q_and_aBox dl {
  }
    .q_and_aBox dt {
      margin-bottom: 10px;
      padding: 2px 0 5px 30px;
      font-size: 16px;
      line-height: 140%;
      background: url(../images/icon/iconQuestion01.png) no-repeat;
    }
    .q_and_aBox dd {
      margin-bottom: 30px;
      padding: 15px;
      line-height: 160%;
      background-color: #FFF2BF;
      border: 1px solid #E5D9AC;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
    }
    .q_and_aBox .speciality {
      margin-top: 15px;
    }
      .q_and_aBox .speciality ul {
        margin-left: 20px;
      }
        .q_and_aBox .speciality li {
          padding: 2px 0 2px 15px;
          line-height: 160%;
          background: url(../images/icon/iconArrow04.png) no-repeat 0 6px;
        }
      .q_and_aBox .speciality .tit {
        margin-bottom: 5px;
        font-weight: bold;
        color: #419130;
      }
    .q_and_aBox .icBl {
      padding-right: 20px;
      background: url(../images/icon/iconBlank01.png) no-repeat right 5px;
    }

/***** 学類入試情報 admissions/student, 大学院入試情報 admissions/graduate ******/
.simple_table {
  width: 100%;
}
  .simple_table th {
    padding: 15px 10px;
    line-height: 160%;
    border: 2px solid #E5E5E5;
  }
  .simple_table td {
    padding: 10px;
    line-height: 160%;
    border: 2px solid #E5E5E5;
  }


/***** 学類行事 admissions/schedule ******/
.scheduleBox {
  margin: 0 10px 30px 10px;
}
  .scheduleBox p {
    margin: 0 10px 30px 10px;
  }
   .scheduleBox table {
    width: 630px;
    margin: 0 10px 30px 10px;
  }
    .scheduleBox th {
      padding: 7px 10px;
      background-color: #C5C6B9;
      border: 1px solid #8A8A81;
    }
    .scheduleBox td {
      padding: 7px 10px;
      border: 1px solid #B2B2B2;
    }


/***** 教育方針 guides/diploma_policy ******/
.diploma_list {
}
  .diploma_list li {
    padding-left: 3em;
    position: relative;
  }
    .diploma_list li b {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
.diploma_list_mean {
  padding-left: 1em !important;
}
  .diploma_list_mean li {
    margin: 10px 0 !important;
    padding-left: 0;
  }

/***** 卒業生インタビュー guides/graduate_interview ******/
.anchor {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
}
  .anchor li {
    padding-right: 15px;
    text-align: center;
    display: table-cell;
  }
    .anchor li a {
      padding: 10px 35px 10px 15px;
      color: #000000;
      text-decoration: none;
      background-color: #ECF5E4;
      border-radius: 5px;
      display: inline-block;
      position: relative;
    }
    .anchor li a:after {
      content: '';
      width: 7px;
      height: 7px;
      margin-top: -7px;
      border-bottom: 2px solid #000000;
      border-right: 2px solid #000000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 15px;
    }
  .anchor li:last-child {
    padding-right: 0;
  }


/***** 教員養成 guides/teacher_training ******/
.licensees {
  margin-bottom: 30px;
}
  .licensees .unit {
    margin: 0 10px 5px 0;
    font-size: 10px;
    text-align: right;
    display: block;
  }

  .sub_title {
    margin: -20px 0 30px 0;
    font-size: 24px;
    background: none;
    line-height: 160%;
    text-align: center;
  }

  .licensees table {
    width: 100%;
    margin: 0 auto 15px auto;
  }
    .licensees th {
      padding: 10px 5px;
      font-weight: normal;
      background-color: #F5F5F5;
      border: 2px solid #E5E5E5;
      text-align: center;
    }
    .licensees td {
      width: 80px;
      padding: 10px 5px;
      border: 2px solid #E5E5E5;
      text-align: center;
    }


/***** 就職情報 guides/job_information ******/
.guidance_table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #999999;
}
  .guidance_table td {
    width: 500px;
    padding: 5px;
    background: #FFFFFF;
    border-bottom: 1px solid #666666;
  }
  .guidance_table th {
    width: 50px;
    padding: 5px;
    background: #FFFFFF;
    vertical-align: top;
    border: 1px solid #999999;
  }
  .guidance_table .m1 {
    width: 30px;
    padding: 5px;
    font-weight: bold;
    background: #D8F0F7;
    text-align: center;
  }
  .guidance_table .m2 {
    width: 30px;
    font-weight: bold;
    background: #ABD6E5;
    text-align: center;
  }

  .guidance_table .purple {
    width: 30px;
    font-weight: bold;
    background: #FBF1FD;
    border-left: 1px solid #999999;
    text-align: center;
  }
  .guidance_table td.odd {
    background: #EBE1D6;
  }

.job_period {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.graph {
  width: 600px;
  margin: 0 auto 40px auto;
  display: block;
}
.job_employer {
  margin-bottom: 30px;
  padding: 20px;
  border: 2px solid #E5E5E5;
  position: relative;
}
  .job_employer .title {
    font-weight: bold;
    position: absolute;
    top: -8px;
    left: 10px;
  }
    .job_employer .title span {
      padding: 0 5px;
      background-color: #FFFFFF;
      display: inline-block;
    }
  .job_employer .category {
    margin-bottom: 20px;
    padding: 15px;
    font-weight: bold;
    background-color: #E5E5E5;
    border-radius: 5px;
  }
  .job_employer ul {
    margin: 0 0 10px 0px;
    overflow: hidden;
  }
    .job_employer li {
      width: 260px;
      margin: 5px 15px 5px 15px;
      line-height: 150%;
      list-style: disc outside;
      float: left;
    }


/***** 受験生の皆様へ admissions ******/
.career_table {
  width: 100%;
}
  .career_table th, .career_table td {
    padding: 10px;
    line-height: 160%;
    border: 2px solid #E5E5E5;
    vertical-align: top;
  }
  .career_table th {
    text-align: center;
  }


/***** 保護者のかたへ admissions/message ******/
.messageBox {
  margin: 0 10px 30px 10px;
}
  .messageBox p {
    margin: 0 10px 10px 10px;
  }
  .messageBox ul {
    margin: 0 10px 10px 10px;
  }
    .messageBox li {
      margin-bottom: 7px;
      line-height: 150%;
      padding: 0 0 0 17px;
      background: url(../images/icon/iconArrow04.png) no-repeat 0 1px;
    }


.sitemap_list {
  overflow: hidden;
}
  .sitemap_list li {
    width: 50%;
    margin: 5px 0;
    line-height: 150%;
    list-style: disc inside;
    float: left;
  }

/***** 教員総覧 welcome/division ******/
.professorIndexBox {
  margin: 0 10px 30px 10px;
}
  .professorIndexBox ul {
  }
    .professorIndexBox li {
      margin: 0 30px 0 0;
      padding: 1px 0 2px 20px;
      background: url(../images/icon/iconArrow01.png) no-repeat;
      float: left;
    }

.professorBox {
  margin: 0 10px 30px 10px;
}
  table.professorTitleTable {
    width: 300px;
    margin: 0 10px 10px 10px;
  }
    .professorTitleTable th {
      width: 80px !important;
      padding: 7px 10px;
      background-color: #C5C6B9;
      border: 1px solid #8A8A81;
    }
    .professorTitleTable td {
      padding: 7px 10px;
      font-weight: bold;
      background-color: #C5C6B9;
      border: 1px solid #8A8A81;
    }
  table.professorProfileTable {
    width: 300px;
    min-height: 140px;
    margin: 0 10px 10px 10px;
    border-top: 2px solid #8A8A81;
  }
    .professorProfileTable th {
      width: 80px !important;
      padding: 10px 10px;
      font-weight: normal;
      line-height: 140%;
      text-align :center;
    }
      .professorProfileTable img {
        max-width: 80px;
        max-height: 100px;
        margin-bottom: 5px;
      }
    .professorProfileTable td {
      padding: 10px 10px;
      line-height: 140%;
    }
      .professorProfileTable .professorExecutiveName {
        margin-bottom: 10px;
        line-height: 140%;
      }
        .professorProfileTable .professorExecutiveName span {
          font-size: 120%;
        }

.professorShowBox {
  margin: 0 10px 30px 10px;
}
  .professorShowBox table {
    margin: 0 10px;
  }
    .professorShowBox th {
      padding: 7px 15px;
      line-height: 150%;
      background: url(../images/icon/iconArrow04.png) no-repeat 0 10px;
      white-space: nowrap;
      vertical-align: top;
    }
    .professorShowBox td {
      padding: 7px 10px;
      line-height: 150%;
      vertical-align: top;
    }
      .professorShowBox td.professorResearchBody {
        padding: 0 10px 10px 15px !important;
      }

    table.professorIndividualMainTable {
      margin: 0;
    }
    table.professorIndividualTable {
      width: 400px;
      margin: 0;
    }
      table.professorIndividualTable th {
        padding: 7px 15px;
        background-image: none;
        background-color: #C5C6B9;
        border-top: 1px solid #8A8A81;
        border-bottom: 1px solid #8A8A81;
        white-space: nowrap;
      }
      table.professorIndividualTable td {
        padding: 7px 10px;
        border-top: 1px solid #8A8A81;
        border-bottom: 1px solid #8A8A81;
      }
    table.professorIndividualImgTable {
      margin: 0;
    }
      table.professorIndividualImgTable td {
        padding: 0;
        vertical-align: top;
      }
    td.professorIndividualName {
      font-size: 130%;
      text-align: center;
    }
      td.professorIndividualName p {
        font-size: 80%;
        text-align: center;
      }

    .professorAttachmentImg img {
      max-width: 600px;
    }

/***** english Page ******/


/***** 404, 500 Page ******/
dl.redirectBox {
  width: 500px;
  margin: 100px auto;
  padding: 20px;
  border: 3px double #CC0000;
}
  .redirectBox dt {
    margin-bottom: 20px;
    font-size: 13pt;
    color: #CC0000;
  }
  .redirectBox dd {
    line-height: 150%;
  }


/***** 管理者ページ layouts/administrator ******/
.headerBorder {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.adminConts {
  padding: 20px;
  border: 1px solid #CCCCCC;
}

.kaiso {
  padding: 10px 15px 15px 15px;
  display: block;
  background-color: #FFFFFF;
}


.profile_wrap {
  margin-bottom: 30px;
}
  .profile_title {
    width: 100%;
    margin-bottom: 40px;
    display: table;
  }
  .profile_title img, .profile_title dl {
    vertical-align: top;
    display: table-cell;
  }
  .profile_title img {
    width: 230px;
    padding-right: 40px;
  }
  .profile_title dl {
    width: 400px;
  }
    .profile_title dt {
      margin: 40px 0 30px 0;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
      font-size: 24px;
      line-height: 200%;
    }
    .profile_title dd {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
      font-weight: bold;
      line-height: 160%;
    }
    .profile_title .name {
      margin-top: 20px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
      font-size: 20px;
      display: block;
    }
    .profile_title .name b {
      margin-left: 20px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
      font-size: 30px;
      color: #000000;
      display: inline-block;
    }
  .profile_title .left {
    padding-left: 30px;
  }
  .profile_title .right {
    padding-right: 30px;
  }
  .profile_biography {
    margin-bottom: 30px;
    padding: 15px;
    border: 2px solid #E5E5E5;
    position: relative;
  }
    .profile_biography h5 {
      font-size: 12px;
      position: absolute;
      top: -8px;
      left: 10px;
    }
      .profile_biography h5 span {
        padding: 0 5px;
        background-color: #FFFFFF;
        display: inline-block;
      }
    .profile_biography p {
      margin: 0;
      font-size: 12px;
      line-height: 160%;
    }
.graduate_wrap {
  margin-bottom: 30px;
}
  .graduate_title {
    margin-bottom: 30px;
    display: table;
  }
  .graduate_title img, .graduate_title ul {
    vertical-align: middle;
    display: table-cell;
  }
    .graduate_title img {
      padding-right: 25px;
    }
    .graduate_title ul li {
      margin-bottom: 10px;
      font-size: 14px;
    }
    .graduate_title ul li.name {
      font-size: 24px;
    }

.about_first {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  color: #DD3434;
  text-align: center;
}

.about_course {
}
  .about_title {
    margin-bottom: 20px;
    border-bottom: 3px solid #D5D5D5;
    text-align: center;
  }
  .about_title span {
    margin-bottom: -10px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    background-color: #FFFFFF;
    display: inline-block;
  }

  .about_course table {
    width: calc(100% + 20px);
    margin: 0 0 20px -10px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
  }
    .about_course td {
      font-weight: bold;
      color: #FFFFFF;
      background-color: #2E6822;
      border-radius: 2px;
      text-align: center;
    }
    .about_course .odd {
      background-color: #129A46;
    }
    .about_course td a {
      padding: 20px;
      color: #FFFFFF;
      text-decoration: none;
      display: block;
    }
    .about_course td a:hover {
      opacity: 0.7;
    }

.about_mejor {
}
  .about_mejor table {
    width: calc(100% + 20px);
    margin: 0 0 20px -10px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
  }
    .about_mejor td {
      font-weight: bold;
      color: #FFFFFF;
      background-color: #179ECE;
      border-radius: 2px;
      text-align: center;
    }
    .about_mejor .odd {
      background-color: #48B2D8;
    }
    .about_mejor td a {
      padding: 20px;
      color: #FFFFFF;
      text-decoration: none;
      display: block;
    }
    .about_mejor td a:hover {
      opacity: 0.7;
    }

/********** en **********/
.index_en {
  width: 1000px;
  height: 410px;
  margin: 0 auto;
  position: relative;
}
  .index_en img {
    position: absolute;
    top: -100px;
    left: -100px;
  }
  .index_en dl {
    width: 500px;
    position: absolute;
    top: 30px;
    left: calc(50% - 40px);
  }
    .index_en dt {
      margin-bottom: 60px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 24px;
      color: #0E7A41;
      position: relative;
    }
    .index_en dt:after {
      content: '';
      width: 200px;
      height: 5px;
      background-color: #0E7A41;
      position: absolute;
      bottom: -35px;
      left: -10px;
    }
    .index_en dd {
      font-size: 14px;
      line-height: 180%;
      color: #0F7A41;
    }

.index_course {
  padding: 30px 0;
  background-color: #CFE4D9;
}
  .index_course h1 {
    margin-bottom: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .index_course table {
    width: 800px;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
  }
    .index_course td {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      background-color: #0E7A41;
      border-radius: 3px;
      text-align: center;
    }
    .index_course td.odd {
      background: #129A46;
    }
    .index_course td:hover {
      background-color: #97C450;
    }
    .index_course td a {
      padding: 20px 15px;
      color: #FFFFFF;
      text-decoration: none;
      display: block;
    }

.index_field {
  padding: 40px 0;
  background-color: #E1F1FB;
}

  .index_field .index_field_title {
    width: 900px;
    margin: 0 auto;
    display: table;
  }
    .index_field .index_field_title div {
      margin-bottom: 25px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      display: table-cell;
    }

  .index_field .field_wrap {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .index_field table {
    width: 100%;
  }
    .index_field th {
      width: 420px;
      padding-right: 30px;
    }
      .index_field th a {
        background-color: #087EA8;
        border-radius: 5px;
      }
      .index_field th a:hover {
        background-color: #84CCE6;
      }

    .index_field td {
      vertical-align: center;
    }

    .index_field ul {
    }
      .index_field li {
        margin: 10px 0;
        border-radius: 5px;
      }
      .index_field li:nth-child(odd) {
        background-color: #179ECE;
      }
      .index_field li:nth-child(even) {
        background-color: #48B2D8;
      }
      .index_field li:hover {
        background-color: #84CCE6;
      }

    .index_field a {
      padding: 20px 15px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      text-decoration: none;
      display: block;
    }

  .index_field .field01 {
    border-bottom: 1px dotted #087EA8;
  }
  .index_field .plus {
    margin-top: -30px;
  }

.index_doctor {
  padding: 40px 0;
  background-color: #F7E4FA;
}

  .index_doctor .index_field_title {
    width: 900px;
    margin: 0 auto;
    display: table;
  }
    .index_doctor .index_field_title div {
      margin-bottom: 25px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      display: table-cell;
    }

  .index_doctor .field_wrap {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .index_doctor table {
    width: 100%;
  }
    .index_doctor th {
      width: 420px;
      padding-right: 30px;
    }
      .index_doctor th em {
        background-color: #6D34A1;
        border-radius: 5px;
      }
      .index_doctor th em:hover {
        background-color: #C09ED6;
      }

    .index_doctor td {
      vertical-align: center;
    }

    .index_doctor ul {
    }
      .index_doctor li {
        margin: 10px 0;
        border-radius: 5px;
      }
      .index_doctor li:nth-child(odd) {
        background-color: #8F51B7;
      }
      .index_doctor li:nth-child(even) {
        background-color: #B58DCF;
      }

    .index_doctor em {
      padding: 20px 15px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      text-decoration: none;
      display: block;
    }

  .index_doctor .field01 {
    border-bottom: 1px dotted #6D34A1;
  }
  .index_doctor .plus {
    margin-top: -30px;
  }

.message_name {
  width: 100%;
  display: table;
}
  .message_name img {
    display: table-cell;
    vertical-align: top;
  }
  .message_name dl {
    padding: 20px 0 0 40px;
    display: table-cell;
    vertical-align: top;
  }
    .message_name dt {
      margin-bottom: 30px;
      font-family: Georgia, serif;
      font-size: 17px;
      color: #353535;
    }
      .message_name dt em {
        margin-bottom: 20px;
        font-size: 30px;
        color: #0E7A41;
        display: block;
      }
    .message_name dd {
      line-height: 180%;
    }

.back {
}
  .back a {
    padding-left: 15px;
    display: block;
    position: relative;
  }
  .back a:before {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 2px solid #3F9567;
    border-right: 2px solid #3F9567;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
  }

.h4t {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #2E6822;
  border-bottom: 1px dashed #E5E5E5;
}

.box {
  margin: 0 20px 40px 20px;
}
.text {
  line-height: 160%;
}
.insert_text {
  display: table;
}
  .insert_text img {
    vertical-align: middle;
    display: table-cell;
  }
  .insert_text p {
    vertical-align: middle;
    display: table-cell;
  }
  .insert_text .right {
    margin-right: 25px;
  }
  .insert_text .left {
    margin-left: 25px;
  }
.li_n {
  margin-left: 5px;
}
  .li_n li {
    margin: 5px 0;
    line-height: 150%;
  }
.li_c {
  margin-left: 20px;
}
  .li_c li {
    margin: 5px 0;
    line-height: 150%;
    list-style: disc outside;
  }
.li_o {
}
  .li_o li {
    margin: 5px 0;
    padding-left: 2.5em;
    line-height: 160%;
    position: relative;
  }
    .li_o li span {
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
    }
.list_side {
  padding-left: 15px;
  overflow: hidden;
}
  .list_side li {
    width: 50%;
    float: left;
  }

.button {
  text-align: center;
}
  .button a {
    height: 50px;
    padding: 20px 70px 20px 40px;
    line-height: 50%;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0E7A41;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  .button a:hover {
    background-color: #97C450;
  }
  .button a:after {
    content: '';
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
  }

.mb30 {
  margin-bottom: 30px;
}

.division_link {
  margin-bottom: 30px;
}
  .division_link li  {
    margin: 5px 0;
    line-height: 150%;
  }
  .division_link li a {
    padding-left: 18px;
    position: relative;
  }
  .division_link li a:before {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-bottom: 2px solid #3F9567;
    border-right: 2px solid #3F9567;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
  }

.page_top {
  margin: -20px 20px 50px 20px;
  text-align: right;
}
  .page_top a {
    padding-left: 16px;
    font-size: 12px;
    position: relative;
  }
  .page_top a:before {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-top: 2px solid #3F9567;
    border-left: 2px solid #3F9567;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
  }


.o1 td {
  background-color: #FFF2E8;
}
.o2 td {
  background-color: #E7F4FD;
}
.o3 td {
  background-color: #FBFAE3;
}

.old_wrap {
  width: 100%;
  margin-top: 20px;
  display: table;
}
  .old_wrap div {
    padding-left: 10px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
  }
  .old_wrap span {
    width: 30px;
    height: 20px;
    border: 2px solid #E5E5E5;
    display: table-cell;
    vertical-align: middle;
  }
  .old_wrap .o1 {
    background-color: #FFF2E8;
  }
  .old_wrap .o2 {
    background-color: #E7F4FD;
  }
  .old_wrap .o3 {
    background-color: #FBFAE3;
  }


.index_course_title {
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.division_title {
  margin-bottom: 25px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height:  160%;
  color: #FFFFFF;
  background-color: #0F7A41;
  border-radius: 7px;
}