@media screen and (max-width: 860px) {
  /* スマホ -------------------------------------------------------------- */
  .pc {
    display: none;
    text-indent: -9999px;
  }
  img, object, embed {
    max-width: 100%;
    height: auto;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  /* hmenu2 -------------------------------------------------------------- */
  .hmenu2-sp {
    width: 100%;
    display: flex;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-size: 12px;
    margin-top: 62px;
  }
  .hmenu2-sp a {
    display: block;
    width: 20%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-bottom: #DEDEDE 1px solid;
    border-top: #DEDEDE 1px solid;
    border-left: #DEDEDE 1px solid;
    padding-top: 35px;
    padding-bottom: 5px;
    text-align: center;
    color: #333333;
  }
  .hmenu2-sp a:last-child {
    border-right: #DEDEDE 1px solid;
  }
  .hmenu2-sp a.jyukensei {
    background-color: #68A70A;
    background-image: url("../images/common/icon-jyukensei.png");
    background-position: center 8px;
    background-repeat: no-repeat;
    color: #FFFFFF;
  }
  .hmenu2-sp a.zaigakusei {
    background-image: url("../images/common/icon-zaigakusei.png");
    background-position: center 8px;
    background-repeat: no-repeat;
  }
  .hmenu2-sp a.sotugyousei {
    background-image: url("../images/common/icon-sotugyousei.png");
    background-position: center 8px;
    background-repeat: no-repeat;
  }
  .hmenu2-sp a.ippan {
    background-image: url("../images/common/icon-company.png");
    background-position: center 8px;
    background-repeat: no-repeat;
  }
  .hmenu2-sp a.teacher {
    background-image: url("../images/common/icon-teacher.png");
    background-position: center 8px;
    background-repeat: no-repeat;
  }
  /* slide -------------------------------------------------------------- */
  .slide-bk {
    background-image: url("../images/slide/sp-slidebk.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    position: relative;
  }
  .top-en .slide-bk {
    padding-top: 470px;
  }
  .slide-sp-img {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 150px;
  }
  .swiper-container {
	  background-color:rgba(255,255,255,0.35)!important;
	  box-sizing: border-box;
	  padding: 15px!important;
  }
  .swiper-container img {
    width: 100%;
  }
  .access-btn {
    position: relative;
    z-index: 100000;
  }
  .access-btn a {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100000;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 24px;
    font-weight: bold;
    color: #FFF !important;
    background-image: linear-gradient(45deg, #EDA314 0%, #D95100 100%);
    transition: .4s;
  }
  .access-btn a:hover {
    background-image: linear-gradient(45deg, #EDA314 50%, #D95100 100%);
  }
  /* ヘッダー -------------------------------------------------------------- */
  header {
    height: 64px;
    background: #FFFFFF;
    width: 100%;
    z-index: 10000;
    position: relative;
    margin-bottom: 68px;
  }
  .top-en header, .second-en header {
    margin-bottom: 0;
  }
  #header-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #header-l .logo img {
    _max-width: 372px;
    _width: 76%;
    _height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    max-width: 342px;
    width: 80%;
  }
  .logo1 {
    position: absolute;
    top: 11px;
    left: 10px;
  }
  .logo2 {
    position: absolute;
    top: 19px;
    left: 65px;
    padding-right: 20px;
  }
  /* スマホナビ -------------------------------------------------------------- */
  #menu-sp {
    padding: 2px;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.0rem;
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 10000;
    width: 38px;
    height: 38px;
    float: right;
    background-color: #16832E;
  }
  #menu-sp #open {
    background-size: 100%;
    width: 38px;
    height: 38px;
    position: absolute;
  }
  #menu-sp.active #open {
    background-size: 100%;
    width: 38px;
    height: 38px;
  }
  #menu-sp img {
    height: auto;
  }
  #menu-sp:hover, #menu-sp:active {
    cursor: pointer;
  }
  #nav-wrap {
    display: block;
    clear: both;
    position: absolute;
    display: none;
    z-index: 100000;
    width: 100%;
    background-color: #FFFFFF;
    top: 62px;
    border-bottom: 1px solid #DDDDDD;
  }
  #nav-wrap li {
    list-style: none;
  }
  #nav-wrap .hmenu a, #nav-wrap .hmenu2 a, #nav-wrap .gmenu a {
    text-decoration: none;
    display: block;
    font-size: 100%;
    position: relative;
    padding: 1.0em 4% 0.9em 1.0em;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    width: 100%;
    float: left;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #nav-wrap .hmenu a:after, #nav-wrap .hmenu2 a:after, #nav-wrap .gmenu a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #222222;
    border-right: solid 2px #222222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-wrap li.english a {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5.7%;
  }
  #nav-wrap .language ul {
    display: table;
    width: 100%;
    border-top: 1px solid #DDDDDD;
  }
  #nav-wrap .language ul li {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #DDDDDD;
  }
  #nav-wrap .language ul li:last-child {
    border-right: none;
  }
  #nav-wrap .language ul li a {
    display: block;
    width: 96%;
    padding: 5% 2%;
    text-align: center;
  }
  #nav-wrap .language ul li a.lang-active {
    background-color: #F3DEDE;
  }
  .nav-arrow-cont span.menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 26px;
    left: 0;
    font-size: 8px;
	font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.005em!important;
  }
  .nav-arrow-cont span.bdr {
    display: block;
    width: 20px;
    height: 32px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-arrow-cont span.bdr:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    top: 6px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-arrow-cont span.bdr:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    top: 13px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .active .nav-arrow-cont span.bdr {
    border-top: none;
    top: 1px;
    left: 38%;
  }
  .active .nav-arrow-cont span.bdr:before {
    width: 24px;
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    top: 7px;
    left: 3px;
  }
  .active .nav-arrow-cont span.bdr:after {
    width: 24px;
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    top: 13px;
    left: 3px;
  }
  /* main -------------------------------------------------------------- */
  #main {
    background-image: url("../images/common/main.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 200px 0 200px 0;
  }
  .main-text-wrap {
    width: 87%;
    margin: 0 auto;
    font-weight: bold;
  }
  .main-text1 {
    display: ;
    color: #FFFFFF;
    _font-size: 2.0rem;
    font-size: 4.1vw;
    line-height: 2.0;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  .main-text1 span {
    background-color: #B91E22;
    padding: 20px 20px 20px 20px;
  }
  .arrow {
    background-color: #B91E22;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    padding: 15px 71px 15px 65px;
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow::after {
    right: -165px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.arrow:link, a.arrow:visited {
    color: #FFFFFF;
  }
  #main-bk {
    background: #FDDB55;
  }
  /* 囲み -------------------------------------------------------------- */
  .wrap {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
  }
  #contents-bk {
    padding: 10px 0 20px;
  }
  .contents {
    width: 94%;
    margin: 0 auto;
    /*	border-bottom: solid 1px #EEEEEE;*/
  }
  .contents ul, .contents ol {
    margin-left: 30px;
  }
  .contents ol li {
    margin-bottom: 1em;
  }
  /* トップページ -------------------------------------------------------------- */
  #contents {
    clear: both;
    margin: 2% auto;
    width: 100%;
  }
  #top-wrap {
	  padding-top: 20px;
  }
  /* トップページニュース -------------------------------------------------------------- */
  .news_wrap {
    width: 100%;
    padding: 1% 0%;
  }
  .news_wrap_inner {
    clear: left;
    padding: 20px;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    box-shadow: 0 0 6px #DDDDDD;
    background: #FFF;
  }
  .news_wrap-l h2 {
    display: block;
    float: left;
  }
  .news_wrap dl a, .news_wrap2 a {
    text-decoration: none;
  }
  .news_wrap dl dd {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .news_wrap dl dt span {
    display: inline-block;
  }
  .news-cat-red, .news-cat-purple, .news-cat-orange, .news-cat-green, .news-cat-green2, .news-cat-blue {
    background-color: #E4474B;
    width: 80px;
    display: inline-block;
    line-height: 160%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
  }
  .news-cat-purple {
    background-color: #646FCC;
  }
  .news-cat-orange {
    background-color: #E68A00;
  }
  .news-cat-green {
    background-color: #739D33;
  }
  .news-cat-green2 {
    background-color: #219BA5;
  }
  .news-cat-blue {
    background-color: #3277CB;
  }
  .news_wrap2 {
    margin: 10px 0 60px;
  }
  .news_wrap2 dl dt {
    _font-size: 12px;
  }
  .news_wrap2 dl dd {
    border-bottom: 1px dashed #ccc;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
  }
  /* アイコン -------------------------------------------------------------- */
  .icon1, .icon2, .icon3 {
    background: #37BC9B;
    display: inline-block;
    width: 100px;
    line-height: 160%;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
  }
  .icon2 {
    background: #E8840B;
  }
  .icon3 {
    background: none;
    border: solid 1px #DF0D0D;
    color: #DF0D0D;
    display: inline;
    padding: 1px 6px;
  }
  /* バナー -------------------------------------------------------------- */
  #common-banner {
    background-color: #F7F5F2;
    padding: 35px 0 15px;
  }
  #common-banner ul {
    width: 96%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  #common-banner ul li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 20px;
  }
  #common-banner ul li:nth-child(2n) {
    margin-right: 0%;
  }
  #top-banner-bk {
    background: url("../images/common/topbanner-bk.jpg") center top repeat;
    padding: 30px 0 10px;
  }
  #top-banner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    color: #FFFFFF;
  }
  #top-banner ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  #top-banner ul li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 20px;
  }
  #top-banner ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .banner-title {
    color: #FFFFFF;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  /* フッター -------------------------------------------------------------- */
  #footer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    clear: both;
    color: #FFFFFF;
    background-color: #16832E;
  }
  #footer a {
	  color: #FFFFFF !important;
  }
  footer {
    margin: 0 auto;
    clear: both;
  }
  #footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
	  padding: 0 10px;
  }
  #footer .footer-menu ul li {
    _margin-right: 15px;
    width: 49%;
    margin-right: 2%;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  #footer .footer-menu ul li:nth-child(even) {
    margin-right: 0;
  }
  #footer .footer-menu ul li a {
    display: block;
    width: 100%;
    position: relative;
    color: #FFFFFF;
  }
  #footer .footer-menu ul li a:before {
    content: "";
    position: absolute;
    border-bottom: solid 1px #FFFFFF;
    width: 10px;
    height: 1px;
    top: 40%;
    left: -15px;
  }
  #footer .footer-name {
	  line-height: 1.0;
	  text-align: center;
	  margin-bottom: 5px;
  }
  .top-en #footer .footer-name {
	  line-height: 1.3;
  }
  #footer .footer-add {
	  font-size: 10px;
	  text-align: center;
	  line-height: 1.5;
  }
  #footer .footer-copy {
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    line-height: 1.3;
  }
  #footer .footer-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
  }
  /* 第2階層 -------------------------------------------------------------- */
  .breadcrumbs-bk {
    background-color: #ECEEEC;
  }
  .breadcrumbs {
    width: 96%;
    margin: 0 auto 20px;
    font-size: 11px;
    text-align: left;
    color: #999999;
    padding: 1.5% 2% 0.5%;
  }
  .breadcrumbs a {
    text-decoration: none;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  /* contents-inner -------------------------------------------------------------- */
  #contents-inner {
    width: 96%;
    margin: 0 auto 50px;
  }
  #contents-inner .contents-submenu, #contents-inner .contents-submenu-column3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .contents-submenu li, .contents-submenu-column3 li {
    width: 100%;
    list-style: none;
  }
  .contents-submenu li a, .contents-submenu-column3 li a {
    display: table;
    width: 90%;
    height: 80px;
    position: relative;
    line-height: 1.4;
    border: solid 1px #16832E;
    color: #16832E;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .contents-submenu li a span, .contents-submenu-column3 li a span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 100%;
  }
  .contents-submenu-arrow {
    position: relative;
    display: inline-block;
    padding: 0 5% 0 5% !important;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .contents-submenu-arrow::before, .contents-submenu-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .contents-submenu-arrow::before {
    left: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #16832E;
    border-right: 1px solid #16832E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contents-inner .contents-submenu2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents-inner .contents-submenu2 li {
    width: 49%;
    list-style: none;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  #contents-inner .contents-submenu2 li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    vertical-align: middle;
    text-decoration: underline;
  }
  #contents-inner .contents-submenu2 li a::before, #contents-inner .contents-submenu2 li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #contents-inner .contents-submenu2 li a::before {
    width: 16px;
    height: 16px;
    background: #68A70A;
  }
  #contents-inner .contents-submenu2 li a::after {
    top: -3px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* カラム -------------------------------------------------------------- */
  .column2 {
    display: flex;
    flex-wrap: wrap;
  }
  .column2 div.column-1, .column2 div.column-2 {
    width: 100%;
  }
  .column2 div img {
    margin-bottom: 15px;
  }
  .column2 img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  /* 見出し -------------------------------------------------------------- */
  #top-wrap .h2-wrap {
    position: relative;
    line-height: 130%;
    border-bottom: solid 4px #DDDDDD;
    margin-bottom: 20px;
  }
  #top-wrap .h2-wrap {
    position: relative;
    line-height: 130%;
    border-bottom: solid 4px #DDDDDD;
    margin-bottom: 20px;
  }
  #top-wrap .h2-wrap h2 {
    position: relative;
    top: 20px;
    font-size: 150%;
    line-height: 130%;
    border-bottom: solid 4px #17832E;
    padding: 10px 0.25em 10px 0em;
    margin: 0px 0 16px;
    display: inline-block;
    color: #17832C;
    font-weight: normal;
  }
  .top-link {
    position: absolute;
    right: 10%;
    bottom: 5%;
  }
  .top-link a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #66A50A;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .top-link a::before, .top-link a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -26px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .top-link a::before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #75AE1F;
  }
  .top-link a::after {
    right: -17px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contents-inner h2 {
    position: relative;
    padding: 17px 20px 0.25em 20px;
    margin-bottom: 35px;
  }
  #contents-inner h2:before {
    position: absolute;
    top: 50%;
    left: -25px;
    content: "";
    display: block;
    height: 4px;
    width: 54px;
    background: -webkit-linear-gradient(to right, #68A70A, #17832E);
    background: linear-gradient(to right, #68A70A, #17832E);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #contents-inner h2:after {
    content: "";
    display: block;
    background: url("../images/common/h2-bk.jpg") bottom left repeat-x;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
  #contents-inner .h3-wrap {
    line-height: 130%;
    border-bottom: solid 3px #DDDDDD;
    margin-bottom: 20px;
  }
  #contents-inner h3 {
    position: relative;
    top: 0;
    font-size: 150%;
    line-height: 130%;
    border-bottom: solid 3px #17832E;
    padding: 10px 0.25em 10px 0.25em;
    margin: 10px 0 -3px;
    display: inline-block;
  }
  #contents-inner h4 {
    font-size: 2.0rem;
    padding: 0.6em 0.8em;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #ECEEEC;
    border-left: solid 5px #17832E;
    border-bottom: solid 1px #CCCCCC;
  }
  /* sidemenu -------------------------------------------------------------- */
  #side {
    width: 100%;
    line-height: 1.5;
  }
  #side ul {
    margin-left: 0;
  }
  #side h2 {
    color: #FFFFFF;
    background: -moz-linear-gradient(left, #17832E, #68A70A);
    background: -webkit-linear-gradient(left, #17832E, #68A70A);
    background: linear-gradient(to right, #17832E, #68A70A);
    font-size: 2.2rem;
    font-weight: normal;
  }
  #side h2 a {
    color: #FFFFFF;
    display: block;
    width: 92%;
    padding: 4% 4% 4% 4%;
  }
  .menu li {
    list-style: none;
  }
  .menu .cat {
    background-color: #ECEEEC;
    padding: 3% 4% 3% 4%;
    font-size: 1.8rem;
  }
  #menu li a {
    border-bottom: #D0DBD1 solid 1px;
    display: block;
    padding: 15px 10px 15px 30px;
    font-size: 100%;
  }
  #menu .submenu li a {
    padding: 15px 10px 15px 50px;
    font-weight: normal;
  }
  #menu .submenu li a {
    position: relative;
    _padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  #menu .submenu li a.active {
    background: #E6FBEA;
  }
  #menu .submenu li a::before, #menu .submenu li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #menu .submenu li a::before {
    left: 32px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #17832E;
    border-right: 2px solid #17832E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu .close {
    position: relative;
    background: url("../images/common/side-open.jpg") right 12px no-repeat;
    color: #000;
  }
  #menu .sidelink {
    position: relative;
  }
  #menu .close::before, #menu .close::after, #menu .sidelink::before, #menu .sidelink::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #menu .close::before, #menu .sidelink::before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #17832E;
  }
  #menu .close::after, #menu .sidelink::after {
    left: 13px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu .open {
    position: relative;
    background: url("../images/common/side-close.jpg") right 12px no-repeat;
    color: #000;
  }
  #menu .open::before, #menu .open::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #menu .open::before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #17832E;
  }
  #menu .open::after {
    left: 14px;
    top: -1px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* テーブル ------------------------------------------------------------------------------------------------------------------- */
  table.table01, table.sp-table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    margin-bottom: 8px;
    font-size: 90%;
    line-height: 160%;
    width: 100%;
  }
  table.table01 th, table.sp-table th {
    padding: 2%;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    background: #FAFAFA;
    width: 26%;
  }
  table.table01 td, table.sp-table td {
    padding: 2%;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
  }
  table.table02 {
    border-collapse: separate;
    border-spacing: 0;
  }
  table.table02 th, table.table02 td {
    border-bottom: solid 1px #cccccc;
    padding: 5px 5px 10px 5px;
    display: block;
    margin-bottom: 10px;
  }
  table.table02 th {
    border-bottom: none;
    margin-bottom: 0px;
  }
  table.even tr:nth-child(even) th, table.even tr:nth-child(even) td {
    background: #eee;
  }
  table.even tr:nth-child(odd) th, table.even tr:nth-child(odd) td {
    background: #fff;
  }
  .nowrap {
    white-space: nowrap;
  }
  .scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .scroll::-webkit-scrollbar {
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #dddddd;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #003A8F;
  }
  table.table03 {
    border-collapse: separate;
    border-spacing: 0;
  }
  table.table03 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  table.table03 th {
    border-bottom: none !important;
    text-align: left;
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
  }
  table.table03 th, table.table03 td {
    border-bottom: dashed 1px #cccccc;
    padding: 14px 4px;
    display: block;
  }
  table.table03 p {
    padding-bottom: 0;
  }
  .block th, .block td {
    display: block;
    width: 96% !important;
  }
  /* Images -------------------------------------------------------------- */
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .alignleft2, img.alignleft2 {
    float: left;
    margin-right: 20px;
  }
  .alignright2, img.alignright2 {
    float: right;
    margin-left: 20px;
  }
  .aligncenter2, img.aligncenter2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  /* ボタン -------------------------------------------------------------- */
  .btn01, a.btn01 {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 8px 30px 8px 40px;
    color: #16832E;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #16832E;
    position: relative;
    background-image: none;
  }
  .btn01:hover, a.btn01:hover {
    color: #FFFFFF;
    cursor: pointer;
    background: #16832E;
  }
  .btn01::before, a.btn01::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #16832E;
    border-right: solid 2px #16832E;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 8%;
    margin-top: -4px;
  }
  .btn01:hover::before, a.btn01:hover::before {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
  }
  .btn02, a.btn02 {
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
    color: #B91E22;
    text-align: center;
    margin: 20px auto 0;
    border: solid 2px #B91E22;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    width: 50%;
    position: relative;
  }
  .btn02:hover, a.btn02:hover {
    color: #FFFFFF;
    cursor: pointer;
    background: #B91E22;
  }
  .btn02::before, a.btn02::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #B91E22;
    border-right: solid 2px #B91E22;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 13%;
    margin-top: -4px;
  }
  .btn02:hover::before, a.btn02:hover::before {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
  }
  .btn03, a.btn03 {
    display: block;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
    color: #B81E21;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border: solid 2px #B81E21;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    width: 50%;
    position: relative;
  }
  .btn03:hover, a.btn03:hover {
    color: #FFFFFF;
    cursor: pointer;
    background: #B91E22;
  }
  .btn03::before, a.btn03::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #B81E21;
    border-right: solid 2px #B81E21;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 13%;
    margin-top: -4px;
  }
  .btn03:hover::before, a.btn03:hover::before {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
  }
  .link {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
  }
  .link::before, .link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .link::before {
    width: 14px;
    height: 14px;
    background: #68A70A;
  }
  .link::after {
    top: -2px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .link02 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    font-size: 15px;
  }
  .link02::before, .link02::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .link02::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #68A70A;
    border-right: 2px solid #68A70A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .blank {
    background: url("../images/common/icon-blank.png") left 3px no-repeat;
    padding-left: 22px;
  }
  #side a[target=_blank] {
    background: url("../images/common/icon-blank.png") 96% center no-repeat;
  }
  /* フォーム -------------------------------------------------------------- */
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
  /* 概要 -------------------------------------------------------------- */
  .message-photo {
    text-align: center;
  }
  .message-photo .aligncenter {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  /* 研究科案内 -------------------------------------------------------------- */
  .wrap-kenkyuuka1 {
    margin-bottom: 40px;
  }
  .wrap-kenkyuuka1 .btn01 {
    margin-top: 20px;
  }
  _.name-box {
    margin-bottom: 20px;
  }
  .name-box-right {
    margin-top: -10px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .name-box-right img {
    height: 16px;
    width: auto;
    margin-top: 10px;
    margin-left: 3px;
  }
  .name-box-left {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .name-box-left a::before, .name-box-left a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .name-box-left a::before {
    left: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #17832F;
  }
  .kenkyuuka-alignright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  .kenkyuuka-phototext {
    font-size: 12px;
    text-align: center;
  }
  .photo-box, .photo-box3, .photo-box4, .photo-box-pamphlet {
    display: flex;
    flex-wrap: wrap;
  }
  .kenkyuuka-phototext {
    max-width: 300px;
    margin: 0 auto;
  }
  .kenkyuuka-phototext {
    text-align: left;
  }
  .photo-box-inner {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .photo-box-inner img {
    margin-bottom: 10px;
  }
  .photo-box4 .photo-box-inner {
    line-height: 1.5;
  }
  /* サイトマップ -------------------------------------------------------------- */
  #contents-inner ul.sitemap-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: 0;
  }
  #contents-inner ul.sitemap-list li {
    width: 100%;
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  #contents-inner ul.sitemap-list li a {
    display: block;
    width: 100%;
  }
  #contents-inner ul.sitemap-list li a::before, #contents-inner ul.sitemap-list li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #contents-inner ul.sitemap-list li a::before {
    left: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #17832F;
  }
  #search #cse-search-box {
    width: 92%;
    margin: 0 auto 5.7%;
  }
  #search #cse-search-box input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 47px;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1dde4 !important;
    background-position: 20px center !important;
    vertical-align: middle;
    font-size: 16px;
  }
  #search #cse-search-box input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-left: -54px;
    border: none;
    text-indent: -9999px;
    background: url("../images/common/btn-search.png") no-repeat 15px 8px;
    background-size: auto 22px;
    vertical-align: middle;
  }
}