@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* 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, sub, sup, 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;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, select {
  vertical-align: middle;
}

input[type=text], input[type=email], input[type=button], input[type=submit], input[type=reset], button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Setting */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

img {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: 400;
}

*:active, *:focus {
  outline: none;
}

/************************************************
    Setting
************************************************ */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-weight: normal;
  color: #333333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}

/* link */
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  transition: 0.2s;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.001);
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.fa {
  letter-spacing: 0;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  #topHeader {
    width: 100%;
    overflow: hidden;
  }
  #topHeader .inner {
    width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 40px 0;
  }
  #topHeader .inner .logo {
    width: 440px;
    margin-right: auto;
  }
  #topHeader .inner .topDiscription {
    position: relative;
    border: 2px solid #78c79f;
    border-right: none;
    height: 93px;
    border-radius: 5px 0 0 5px;
    padding: 25px 0 0 25px;
    letter-spacing: 0.2em;
  }
  #topHeader .inner .topDiscription p {
    font-size: 12px;
  }
  #topHeader .inner .topDiscription:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 100%;
    width: 200%;
    height: 2px;
    background: #78c79f;
  }
  #topHeader .inner .topDiscription:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #78c79f;
    border-radius: 100%;
    right: -5px;
    bottom: -5px;
  }
  #topHeader .inner .counterBox {
    width: 100%;
    margin-top: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #topHeader .inner .counterBox span.wrap {
    border: 1px solid #E6821E;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #topHeader .inner .counterBox span.wrap.w1 {
    margin-right: 8px;
  }
  #topHeader .inner .counterBox .cttl {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 12px;
    color: #E6821E;
    padding: 3px 7px 0 7px;
  }
  #topHeader .inner .counterBox .num {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    background: #E6821E;
    color: #fff;
    letter-spacing: 0.3em;
    padding: 8px 5px 7px 10px;
  }
  #topHeader .inner .link {
    width: 100%;
    margin-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #topHeader .inner .link li {
    letter-spacing: 0.15em;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
  }
  #topHeader .inner .link li a {
    display: block;
    padding-bottom: 10px;
    transition: ease 0.3s;
    border-bottom: 4px solid #fff;
  }
  #topHeader .inner .link li a:hover {
    border-bottom: 4px solid #78c79f;
  }
  #topHeader .inner .link li:not(:last-of-type) {
    margin-right: 30px;
  }
  #topHeader .inner .link li.navilogo {
    width: 74px;
    height: auto;
    margin-top: 9px;
  }

  #mv {
    width: 100%;
  }
  #mv .img {
    width: 100%;
    height: calc(100vh - 277px);
    height: -webkit-calc(100vh - 277px);
    min-height: 400px;
  }
  #mv .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  #container {
    position: relative;
    padding-top: 104px;
  }

  .sub #container {
    position: relative;
  }
  .sub #container:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 450px;
    right: 0;
  }

  .news #container:before {
    background: url(../images/news_bg01.png) no-repeat left top;
    width: 688px;
    height: 55px;
  }

  .about-us #container:before {
    background: url(../images/about_bg01.png) no-repeat left top;
    width: 440px;
    height: 54px;
  }

  .for-the-citizens #container:before {
    background: url(../images/citizens_bg01.png) no-repeat left top;
    width: 723px;
    height: 55px;
  }

  .for-the-students #container:before {
    background: url(../images/students_bg01.png) no-repeat left top;
    width: 769px;
    height: 54px;
  }

  .for-the-medical-worker #container:before {
    background: url(../images/medicalworker_bg01.png) no-repeat left top;
    width: 1138px;
    height: 55px;
  }

  .lecture-information #container:before {
    background: url(../images/lecture_bg01.png) no-repeat left top;
    width: 1186px;
    height: 55px;
  }

  .sub #header {
    position: fixed;
  }

  .sample1 #header,
  .sample2 #header,
  .sample3 #header {
    position: absolute;
  }

  #header {
    position: absolute;
    z-index: 888;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    border-top: 4px solid #78c79f;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
  #header .inner {
    width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    padding-top: 20px;
  }
  #header .inner .logoBox {
    margin-right: auto;
    margin-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #header .inner .logoBox a {
    margin-right: 20px;
  }
  #header .inner .logoBox a img {
    width: 270px;
    max-width: 270px;
    min-width: 270px;
  }
  #header.fixed {
    position: fixed;
    z-index: 888;
  }

  #gNavi ul.link.main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #gNavi ul.link.main > li {
    font-size: 15px;
    font-weight: 700;
    margin-left: 18px;
    letter-spacing: 0.18em;
  }
  #gNavi ul.link.main > li.about {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #gNavi ul.link.main > li.about a {
    color: #333333;
    display: inline-block;
    border: 1px solid #333333;
    padding: 2px 8px 0;
    margin-right: 30px;
  }
  #gNavi ul.link.main > li.about a:hover {
    color: #fff;
    background-color: #78c79f;
    border: 1px solid #78c79f;
  }
  #gNavi ul.link.main > li.about span.wrap {
    border: 1px solid #E6821E;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #gNavi ul.link.main > li.about span.wrap.w1 {
    margin-right: 8px;
  }
  #gNavi ul.link.main > li.about .cttl {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 12px;
    color: #E6821E;
    padding: 3px 7px 0 7px;
  }
  #gNavi ul.link.main > li.about .num {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    background: #E6821E;
    color: #fff;
    letter-spacing: 0.3em;
    padding: 8px 5px 7px 10px;
  }
  #gNavi ul.link.main > li.parent {
    height: 46px;
  }
  #gNavi ul.link.main > li.parent a {
    color: #333333;
    display: block;
    height: 100%;
    position: relative;
  }
  #gNavi ul.link.main > li.parent a:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -11px;
    background: url(../images/ico_arrow.png) no-repeat center;
    width: 22px;
    height: 10px;
    pointer-events: none;
    opacity: 0;
    transition-delay: 0.15s;
    transition: 0.2s;
  }
  #gNavi ul.link.main > li.navilogo img {
    width: 70px;
    height: auto;
    margin-top: -4px;
  }
  #gNavi ul.link.main > li:hover:not(.about) a:after {
    opacity: 1;
  }
  #gNavi ul.link.main > li:hover .sub {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #gNavi ul.link.main .sub {
    transition: ease 0.2s;
    transition-delay: 0.15s;
    opacity: 0;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    position: absolute;
    background: #78c79f;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 45px 0 25px;
  }
  #gNavi ul.link.main .sub ul {
    width: 820px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #gNavi ul.link.main .sub ul li {
    width: 48%;
    margin-bottom: 20px;
    border-left: 2px solid #fff;
  }
  #gNavi ul.link.main .sub ul li a {
    color: #fff;
    padding: 15px 20px 12px;
    display: block;
    transition: 0.3s;
  }
  #gNavi ul.link.main .sub ul li a p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #gNavi ul.link.main .sub ul li a p.small {
    font-size: 17px;
    letter-spacing: 0em;
  }
  #gNavi ul.link.main .sub ul li a span {
    display: inline-block;
    font-size: 12px;
  }
  #gNavi ul.link.main .sub ul li a:hover {
    opacity: 0.7;
  }

  #topSec01 {
    padding: 80px 0 60px;
  }
  #topSec01 .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #topSec01 .inner .head {
    margin-bottom: 40px;
  }
  #topSec01 .inner .head .sub {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.16em;
  }
  #topSec01 .inner .head h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #topSec01 .inner .head h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
  }
  #topSec01 .inner .head h2 span:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 95%;
    height: 20px;
    border-radius: 4px;
    background: #78c79f;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
  }
  #topSec01 .inner .txt {
    width: 820px;
    margin: 0 auto 50px;
  }
  #topSec01 .inner .txt p {
    letter-spacing: 0.19em;
    line-height: 2.5;
  }
  #topSec01 .inner .link1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 85px;
  }
  #topSec01 .inner .link1 li {
    margin: 0 20px;
  }
  #topSec01 .inner .link1 li a {
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid #78c79f;
    padding-bottom: 2px;
    transition: ease 0.3s;
  }
  #topSec01 .inner .link1 li a:hover {
    opacity: 0.7;
  }
  #topSec01 .inner .link2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #topSec01 .inner .link2 li {
    width: 320px;
    border-radius: 4px 4px 0 0;
    border: 3px solid #78c79f;
    overflow: hidden;
  }
  #topSec01 .inner .link2 li a {
    overflow: hidden;
    color: #fff;
    display: block;
    transition: ease 0.3s;
  }
  #topSec01 .inner .link2 li a h3 {
    background: #78c79f;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 8px;
  }
  #topSec01 .inner .link2 li a:hover {
    opacity: 0.7;
  }

  div.cover {
    margin-bottom: 80px;
  }
  div.cover .img {
    width: 100%;
    height: 250px;
  }
  div.cover .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  section.topsec {
    margin-bottom: 60px;
  }
  section.topsec .inner {
    width: 1000px;
    margin: 0 auto;
  }
  section.topsec .inner .head {
    position: relative;
    margin-bottom: 35px;
  }
  section.topsec .inner .head .sub {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  section.topsec .inner .head h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  section.topsec .inner .head h2 span {
    display: inline-block;
    position: relative;
  }
  section.topsec .inner .head h2 span:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background: #78c79f;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
  }
  section.topsec .inner .head a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    padding: 0 15px 3px;
    border-bottom: 2px solid #78c79f;
    transition: ease 0.3s;
  }
  section.topsec .inner .head a:hover {
    opacity: 0.7;
  }
  section.topsec .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  section.topsec .inner ul:after {
    content: '';
    width: 320px;
  }
  section.topsec .inner ul li {
    width: 320px;
  }
  section.topsec .inner ul li a {
    display: block;
    transition: ease 0.3s;
  }
  section.topsec .inner ul li a .imgClm {
    margin-bottom: 10px;
    width: 320px;
    height: 180px;
    background: #f5f5f5;
  }
  section.topsec .inner ul li a .imgClm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.topsec .inner ul li a .txtClm .cateBox {
    margin-bottom: 3px;
  }
  section.topsec .inner ul li a .txtClm .cateBox .cate {
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    background: #78c79f;
    border-radius: 4px;
  }
  section.topsec .inner ul li a .txtClm .time {
    display: inline-block;
    font-size: 12px;
  }
  section.topsec .inner ul li a .txtClm h3 {
    font-size: 14px;
  }
  section.topsec .inner ul li a:hover {
    opacity: 0.7;
  }

  section.linkSec {
    padding: 40px 0;
  }
  section.linkSec .inner {
    width: 1000px;
    margin: 0 auto;
  }
  section.linkSec .inner h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.linkSec .inner ul {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
  }
  section.linkSec .inner ul li {
    float: left;
    width: 264px;
    margin-right: 13px;
    margin-bottom: 8px;
  }
  section.linkSec .inner ul li a {
    border-radius: 4px;
    line-height: 1.2;
    height: 54px;
    display: block;
    background: #78c79f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    transition: ease 0.3s;
  }
  section.linkSec .inner ul li a:hover {
    opacity: 0.7;
  }
  section.linkSec .inner ul li.row2 a {
    font-size: 14px;
  }
  section.linkSec .inner ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  #universities {
    background: #f5f5f5;
  }

  #links {
    background: #e6e6e6;
  }

  #footer {
    background: #005050;
    padding: 50px 0;
  }
  #footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 130px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #footer .inner .fnavi {
    width: 240px;
    min-width: 240px;
    border-right: 1px solid #fff;
  }
  #footer .inner .fnavi li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #footer .inner .fnavi li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #footer .inner .box {
    padding-left: 55px;
    color: #fff;
  }
  #footer .inner .box .logoBox {
    margin-bottom: 20px;
  }
  #footer .inner .box .logoBox img {
    width: 170px;
    height: auto;
  }
  #footer .inner .box .info dt {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #footer .inner .box .info dd {
    font-size: 14px;
    line-height: 2;
  }
  #footer .inner .box .info a {
    color: #fff;
  }
  #footer .inner .box .info .tel {
    pointer-events: none;
  }

  #copy {
    padding: 20px;
  }
  #copy .copy {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  #goTop {
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 999;
    bottom: 100px;
    left: 50%;
    margin-left: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  #goTop {
    left: auto;
    right: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #pagettl {
    margin-bottom: 100px;
    height: 213px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #pagettl .inner h1 {
    text-align: center;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #pagettl .inner p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
  }
  #pagettl.about .inner h1 {
    margin-top: 1.3em;
  }

  .about-us #pagettl {
    background: url(../images/about_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .for-the-citizens #pagettl {
    background: url(../images/citizens_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .for-the-students #pagettl {
    background: url(../images/students_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .for-the-medical-worker #pagettl {
    background: url(../images/medicalworker_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .lecture-information #pagettl {
    background: url(../images/lecture_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .news #pagettl {
    background: url(../images/news_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  #newsContainer {
    width: 1000px;
    margin: 0 auto 110px;
    overflow: hidden;
  }
  #newsContainer #main {
    float: left;
    width: 804px;
  }
  #newsContainer #side {
    float: right;
    width: 160px;
  }

  .sideClm {
    padding: 30px 0;
    border-bottom: 1px solid #333333;
    letter-spacing: 0.1em;
  }
  .sideClm h4 {
    font-size: 20px;
    font-weight: bold;
    color: #78c79f;
    margin-bottom: 10px;
  }
  .sideClm ul li a {
    display: block;
    font-size: 14px;
  }
  .sideClm ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .sideClm .selectWrap {
    position: relative;
  }
  .sideClm .selectWrap:after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow_down.png) no-repeat;
    width: 16px;
    height: 10px;
    pointer-events: none;
  }
  .sideClm select, .sideClm option {
    border: 1px solid #333333;
    font-size: 14px;
    width: 100%;
    font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px 15px;
  }
  .sideClm select::-ms-expand {
    display: none;
  }

  .sideTarget {
    border-top: 1px solid #333333;
  }

  section.entrySec {
    margin-bottom: 30px;
  }
  section.entrySec .inner h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  section.entrySec .inner h2 span {
    display: inline-block;
    position: relative;
    padding: 0 5px 3px;
  }
  section.entrySec .inner h2 span:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background: #78c79f;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
  }
  section.entrySec .inner ul {
    overflow: hidden;
  }
  section.entrySec .inner ul li {
    width: 260px;
    float: left;
    margin-right: 10px;
    margin-bottom: 35px;
  }
  section.entrySec .inner ul li a {
    display: block;
    transition: ease 0.3s;
  }
  section.entrySec .inner ul li a .imgClm {
    background: #f5f5f5;
    margin-bottom: 10px;
    width: 260px;
    height: 160px;
  }
  section.entrySec .inner ul li a .imgClm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.entrySec .inner ul li a .txtClm .cateBox {
    margin-bottom: 3px;
  }
  section.entrySec .inner ul li a .txtClm .cateBox .cate {
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    background: #78c79f;
    border-radius: 4px;
    font-size: 12px;
  }
  section.entrySec .inner ul li a .txtClm .time {
    display: inline-block;
    font-size: 12px;
  }
  section.entrySec .inner ul li a .txtClm h3 {
    font-size: 14px;
  }
  section.entrySec .inner ul li a:hover {
    opacity: 0.7;
  }
  section.entrySec .inner ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  #pager {
    border-bottom: 1px solid #333333;
  }
  #pager .inner {
    text-align: center;
  }
  #pager .inner a, #pager .inner span {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 10px;
    transition: ease 0.3s;
  }
  #pager .inner span, #pager .inner a:hover {
    color: #78c79f;
  }

  section.aboutSec {
    margin-bottom: 140px;
  }
  section.aboutSec .inner h2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  section.aboutSec .inner h2:before {
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: '';
    height: 1px;
    width: 50%;
    background: #e6e6e6;
    top: 50%;
    left: 0;
  }
  section.aboutSec .inner h2 span {
    display: inline-block;
  }
  section.aboutSec .inner h2 .txt {
    position: absolute;
    top: -5px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
  }
  section.aboutSec .inner h2 .img {
    background: #fff;
    padding: 0 10px;
  }
  section.aboutSec .inner h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin: 70px auto 40px;
  }
  section.aboutSec .inner h3:before {
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    background: #78c79f;
    top: 50%;
    left: 0;
  }
  section.aboutSec .inner h3 span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
  }
  section.aboutSec .inner .txtClm {
    width: 820px;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 80px;
  }
  section.aboutSec .inner .txtClm .txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.5;
  }
  section.aboutSec .inner .txtClm2 {
    width: 820px;
    margin: 0 auto;
  }
  section.aboutSec .inner .txtClm2 p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.aboutSec .inner .txtClm2 .txt {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.5;
  }
  section.aboutSec .inner .imgClm {
    width: 820px;
    margin: 0 auto;
  }
  section.aboutSec .inner .aboutTable {
    border-top: 1px solid #e6e6e6;
    letter-spacing: 0.1em;
    width: 820px;
    margin: 0 auto;
  }
  section.aboutSec .inner .aboutTable tr {
    border-bottom: 1px solid #e6e6e6;
  }
  section.aboutSec .inner .aboutTable th, section.aboutSec .inner .aboutTable td {
    padding: 15px 0;
  }
  section.aboutSec .inner .aboutTable th {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 10px;
    width: 260px;
    letter-spacing: 0.05em;
  }
  section.aboutSec .inner .aboutTable td {
    letter-spacing: 0.1em;
    font-size: 14px;
  }
  section.aboutSec .inner .aboutTable td.short {
    width: 130px;
  }
  section.aboutSec .inner .cite {
    width: 820px;
    margin: 0 auto;
    margin: 80px auto;
    border: 1px solid #78c79f;
    padding: 40px;
  }
  section.aboutSec .inner .cite h4 {
    color: #78c79f;
    font-size: 16px;
    margin-bottom: 20px;
  }
  section.aboutSec .inner .cite p {
    font-size: 14px;
    line-height: 2.125;
  }
  section.aboutSec .inner .linkList {
    width: 820px;
    margin: 0 auto;
  }
  section.aboutSec .inner .linkList li {
    margin-bottom: 20px;
    font-size: 18px;
  }
  section.aboutSec .inner .linkList li a {
    text-decoration: underline;
  }
  section.aboutSec .inner .linkList li a:hover {
    text-decoration: none;
  }

  #aboutSec03 {
    padding-top: 120px;
    margin-top: -120px;
  }

  section.targetEntry {
    margin-bottom: 70px;
  }
  section.targetEntry .inner {
    width: 820px;
    margin: 0 auto;
    border: 1px solid #333333;
    padding: 40px;
  }
  section.targetEntry .inner .link {
    text-align: right;
    border-bottom: 1px solid #333333;
    margin-bottom: 40px;
  }
  section.targetEntry .inner .link a {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
  section.targetEntry .inner ul li .cate, section.targetEntry .inner ul li .time, section.targetEntry .inner ul li .ttl {
    display: inline-block;
    letter-spacing: 0.1em;
  }
  section.targetEntry .inner ul li .cate {
    font-size: 12px;
    color: #78c79f;
    width: 11em;
  }
  section.targetEntry .inner ul li .time {
    margin-right: 15px;
  }
  section.targetEntry .inner ul li .time, section.targetEntry .inner ul li .ttl {
    font-size: 14px;
  }
  section.targetEntry .inner ul li .ttl br {
    display: none;
  }
  section.targetEntry .inner ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .readTxt {
    margin-bottom: 70px;
  }
  .readTxt .inner {
    width: 820px;
    margin: 0 auto;
  }
  .readTxt .inner p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.8;
  }

  #menuBox {
    margin-bottom: 120px;
  }
  #menuBox .inner {
    width: 1000px;
    margin: 0 auto;
    background: #78c79f;
    padding: 30px 90px 45px;
  }
  #menuBox .inner h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
  }
  #menuBox .inner ul {
    width: 820px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  #menuBox .inner ul:after {
    content: '';
    width: 264px;
  }
  #menuBox .inner ul li {
    width: 408px;
    margin-bottom: 4px;
  }
  #menuBox .inner ul li a {
    position: relative;
    line-height: 1.2;
    height: 80px;
    display: block;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    transition: ease 0.3s;
  }
  #menuBox .inner ul li a span.big {
    margin-top: 20px;
  }
  #menuBox .inner ul li a span.small {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #menuBox .inner ul li a:after {
    position: absolute;
    pointer-events: none;
    content: '';
    top: 50%;
    margin-top: -5px;
    right: 20px;
    background: url(../images/arrow_down.png) no-repeat;
    width: 16px;
    height: 10px;
  }
  #menuBox .inner ul li a:hover {
    opacity: 0.7;
  }

  section.citizensSec {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 110px;
  }
  section.citizensSec .inner {
    width: 1000px;
    margin: 0 auto;
  }
  section.citizensSec .inner .head {
    position: relative;
    margin-bottom: 60px;
  }
  section.citizensSec .inner .head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #78c79f;
    z-index: -1;
  }
  section.citizensSec .inner .head h2 {
    line-height: 1;
    padding: 0 90px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  section.citizensSec .inner .head h2 span {
    font-size: 18px;
  }
  section.citizensSec .inner > h3 {
    padding: 0 90px;
    position: relative;
    margin-bottom: 30px;
  }
  section.citizensSec .inner > h3:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #78c79f;
    content: '';
  }
  section.citizensSec .inner > h3 span {
    display: inline-block;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px;
    margin-left: -5px;
  }
  section.citizensSec .inner .content {
    padding: 0 90px;
    margin-bottom: 70px;
  }
  section.citizensSec .inner .content ul li {
    font-size: 18px;
  }
  section.citizensSec .inner .content ul li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content ul li a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content > p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.125;
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content > p a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content > p a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content .chart {
    margin: 30px 0;
    padding: 20px 0 30px;
    text-align: center;
  }
  section.citizensSec .inner .content ol {
    background: #f5f5f5;
    padding: 25px 40px;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content ol li span {
    color: #78c79f;
  }
  section.citizensSec .inner .content ol li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  section.citizensSec .inner .content .box {
    border-left: 2px solid #78c79f;
    border-right: 2px solid #78c79f;
    padding: 0 40px;
    margin-bottom: 80px;
  }
  section.citizensSec .inner .content .box h4 {
    font-size: 26px;
    font-weight: bold;
    color: #78c79f;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content .box h5 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content .box h5 span {
    color: #78c79f;
  }
  section.citizensSec .inner .content .box > p {
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.citizensSec .inner .content.mb30 {
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content2 {
    padding: 0 90px;
    margin-bottom: 70px;
  }
  section.citizensSec .inner .content2 h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section.citizensSec .inner .content2 h4 span {
    display: inline-block;
    background: #78c79f;
    padding: 10px 20px;
  }
  section.citizensSec .inner .content2 > p {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  section.citizensSec .inner .content2 > p.mb30 {
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content2 > p span {
    color: #78c79f;
  }
  section.citizensSec .inner .content2 > ul {
    font-size: 16px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.citizensSec .inner .content2 > ul li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content2 > ul li a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content2 > ul li span {
    color: #78c79f;
  }
  section.citizensSec .inner .content2 > ul ul li {
    position: relative;
    padding-left: 1.3em;
  }
  section.citizensSec .inner .content2 > ul ul li:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0.8em;
    height: 1px;
    background: #333333;
  }
  section.citizensSec .inner .content3 {
    padding: 0 90px;
  }
  section.citizensSec .inner .content3 .box2 {
    background: #f5f5f5;
    padding: 25px 40px;
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content3 .box2 h3 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding-bottom: 20px;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  section.citizensSec .inner .content3 .box2 h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  section.citizensSec .inner .content3 .box2 h5 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
  }
  section.citizensSec .inner .content3 .box2 > p {
    font-size: 14px;
    line-height: 2.125;
  }
  section.citizensSec .inner .content3 .box2 dl {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content3 .box2 dl dt {
    float: left;
  }
  section.citizensSec .inner .content3 .box2 dl dd {
    margin-left: 8em;
  }
  section.citizensSec .inner .content3 .box2 dl.mt20 {
    margin-top: 20px;
  }
  section.citizensSec .inner .content3 .box2 .tableWrap {
    background: #fff;
    border: 1px solid #78c79f;
    text-align: center;
    padding: 50px 0;
  }
  section.citizensSec .inner .content3 .box2 .caption {
    text-align: right;
    padding-top: 5px;
  }
  section.citizensSec .inner .content3 .box2 .caption a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content3 .box2 .caption a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content3 .box2 ul.list li {
    font-size: 14px;
  }
  section.citizensSec .inner .content3 .box2 ul.link li {
    font-size: 18px;
  }
  section.citizensSec .inner .content3 .box2 ul.link li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content3 .box2 ul.link li a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content4 {
    padding: 0 90px;
  }
  section.citizensSec .inner .content4 > p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content4 > p .red {
    color: #B0272D;
  }
  section.citizensSec .inner .content4 .box {
    background: #F5F5F5;
    padding: 40px 35px;
    font-size: 16px;
    margin: 35px 0;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  section.citizensSec .inner .content4 .box .ti {
    text-indent: -0.5em;
  }
  section.citizensSec .inner .content4 ul.yoryo {
    margin-bottom: 30px;
    font-size: 16px;
  }
  section.citizensSec .inner .content4 dl.kakunin {
    color: #B0272D;
    letter-spacing: 0.05em;
  }
  section.citizensSec .inner .content4 dl.kakunin dt {
    text-indent: -0.5em;
  }
  section.citizensSec .inner .content4 ul.link {
    margin-top: 30px;
  }
  section.citizensSec .inner .content4 ul.link li {
    font-size: 18px;
  }
  section.citizensSec .inner .content4 ul.link li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content4 ul.link li a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .bookBox {
    width: 820px;
    margin: 0 auto;
  }
  section.citizensSec .inner .bookBox .swiper-container {
    padding-bottom: 40px;
  }
  section.citizensSec .inner .bookBox ul li {
    border: 2px solid #78c79f;
    position: relative;
    overflow: hidden;
    padding: 30px 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.citizensSec .inner .bookBox ul li:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #78c79f;
    right: -10px;
    bottom: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section.citizensSec .inner .bookBox ul li .imgClm {
    width: 200px;
    min-width: 200px;
    background: #f5f5f5;
    padding: 12px 20px;
    text-align: center;
  }
  section.citizensSec .inner .bookBox ul li .txtClm {
    width: 510px;
    position: relative;
    padding-top: 20px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .ttl1 {
    font-size: 20px;
    font-weight: bold;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .ttl2 {
    font-size: 18px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm hr.bdr {
    margin: 10px 0;
    border: none;
    width: 100%;
    height: 1px;
    background: #78c79f;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .author {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .num {
    font-size: 12px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .link {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .link a {
    font-size: 12px;
    color: #78c79f;
  }
  section.citizensSec .inner .bookBox .swiper-container-horizontal > .swiper-pagination-bullets, section.citizensSec .inner .bookBox .swiper-pagination-custom, section.citizensSec .inner .bookBox .swiper-pagination-fraction {
    bottom: 0;
  }
  section.citizensSec .inner .bookBox .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  section.citizensSec .inner .personBox {
    width: 820px;
    margin: 0 auto;
  }
  section.citizensSec .inner .personBox .swiper-container {
    padding-bottom: 40px;
  }
  section.citizensSec .inner .personBox ul li {
    background: #f5f5f5;
    overflow: hidden;
    padding: 30px 35px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.citizensSec .inner .personBox ul li .imgClm {
    width: 140px;
    min-width: 140px;
    text-align: center;
  }
  section.citizensSec .inner .personBox ul li .imgClm img {
    border: 2px solid #78c79f;
  }
  section.citizensSec .inner .personBox ul li .txtClm {
    width: 560px;
    position: relative;
  }
  section.citizensSec .inner .personBox ul li .txtClm .pos {
    font-size: 18px;
  }
  section.citizensSec .inner .personBox ul li .txtClm .name {
    font-size: 18px;
  }
  section.citizensSec .inner .personBox ul li .txtClm hr.bdr {
    margin: 10px 0;
    border: none;
    width: 100%;
    height: 1px;
    background: #78c79f;
  }
  section.citizensSec .inner .personBox ul li .txtClm .catettl {
    margin-bottom: 5px;
  }
  section.citizensSec .inner .personBox ul li .txtClm .catettl .cate {
    display: inline-block;
    background: #78c79f;
    color: #fff;
    padding: 5px 10px 4px;
    font-size: 12px;
    line-height: 1;
  }
  section.citizensSec .inner .personBox ul li .txtClm .txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  section.citizensSec .inner .personBox ul li .txtClm .txt p {
    font-size: 14px;
  }
  section.citizensSec .inner .personBox .swiper-container-horizontal > .swiper-pagination-bullets, section.citizensSec .inner .personBox .swiper-pagination-custom, section.citizensSec .inner .personBox .swiper-pagination-fraction {
    bottom: 0;
  }
  section.citizensSec .inner .personBox .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  #menuBox2 {
    margin-bottom: 110px;
  }
  #menuBox2 .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #menuBox2 .inner ul li {
    width: 320px;
    margin: 0 10px;
  }
  #menuBox2 .inner ul li a {
    border-radius: 4px;
    line-height: 1.2;
    width: 100%;
    height: 80px;
    background: #78c79f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    transition: ease 0.3s;
  }
  #menuBox2 .inner ul li a span {
    position: relative;
  }
  #menuBox2 .inner ul li a span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -22px;
    background: url(../images/arrow_down_w.png);
    width: 16px;
    height: 10px;
  }
  #menuBox2 .inner ul li a:hover {
    opacity: 0.7;
  }

  section.lectureSec {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 120px;
  }
  section.lectureSec .inner .head {
    border-bottom: 1px solid #78c79f;
    margin-bottom: 15px;
  }
  section.lectureSec .inner .head h2 {
    width: 820px;
    margin: 0 auto;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #78c79f;
    padding-bottom: 10px;
  }
  section.lectureSec .inner .content {
    width: 820px;
    margin: 0 auto;
  }
  section.lectureSec .inner .content h3 {
    line-height: 1;
    display: inline-block;
    border: 1px solid #78c79f;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  section.lectureSec .inner .content h3 span {
    font-size: 16px;
  }
  section.lectureSec .inner .content ul.link li {
    margin-bottom: 10px;
  }
  section.lectureSec .inner .content ul.link li a {
    display: block;
    padding: 30px 30px 10px;
    border: 1px solid #333333;
    letter-spacing: 0.1em;
    transition: ease 0.3s;
  }
  section.lectureSec .inner .content ul.link li a .time {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  section.lectureSec .inner .content ul.link li a h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  section.lectureSec .inner .content ul.link li a .more {
    text-align: right;
    font-size: 14px;
  }
  section.lectureSec .inner .content ul.link li a .more span {
    letter-spacing: 0.14em;
    text-decoration: underline;
  }
  section.lectureSec .inner .content ul.link li a:hover {
    opacity: 0.7;
  }
  section.lectureSec .inner .content > p {
    font-size: 14px;
    line-height: 2.125;
    margin-bottom: 30px;
  }
  section.lectureSec .inner .content .box {
    background: #f5f5f5;
    padding: 40px;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content .box h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 1;
  }
  section.lectureSec .inner .content .box dl.dateInfo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  section.lectureSec .inner .content .box dl.dateInfo dt {
    border: 2px solid #78c79f;
    border-right: none;
    padding: 10px 20px 8px;
    background: #78c79f;
    color: #fff;
  }
  section.lectureSec .inner .content .box dl.dateInfo dd {
    border: 2px solid #78c79f;
    border-left: none;
    padding: 10px 20px 8px;
    margin-right: 0;
  }
  section.lectureSec .inner .content .box > p {
    font-size: 14px;
    line-height: 2.125;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content .box ul li a {
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  section.lectureSec .inner .content .box ul li a:hover {
    text-decoration: none;
  }
  section.lectureSec .inner .content .box ul.small li a {
    font-size: 16px;
  }
  section.lectureSec .inner .content .box ul.small li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  section.lectureSec .inner .content .box .caution {
    margin: 0;
  }
  section.lectureSec .inner .content .box .formBox {
    background: #fff;
    border: 1px solid #78C79F;
  }
  section.lectureSec .inner .content .box .formBox h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #78C79F;
    color: #fff;
    padding: 10px 0;
  }
  section.lectureSec .inner .content .box .formBox .formInner {
    padding: 45px 55px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl th {
    width: 180px;
    text-align: left;
    vertical-align: top;
    padding-top: 7px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl th b {
    display: block;
    font-size: 12px;
    color: #B0272D;
    line-height: 1;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td {
    padding-bottom: 20px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td input[type=text], section.lectureSec .inner .content .box .formBox .formInner .formTbl td input[type=email] {
    border: 1px solid #000000;
    padding: 12px 10px;
    width: 100%;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.pdb {
    padding: 10px 0 30px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio span.wpcf7-list-item {
    margin-left: 0;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label input {
    display: none;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label input:checked + span.wpcf7-list-item-label {
    color: #000;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label input:checked + span.wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #78C79F;
    border-radius: 50%;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label span.wpcf7-list-item-label {
    padding-left: 25px;
    position: relative;
    margin-right: 30px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label span.wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #B0272D;
    font-weight: bold;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox {
    margin-top: 20px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox .submit {
    display: inline-block;
    border: 1px solid #333333;
    background: #78C79F;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 210px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    transition: ease 0.3s;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox .submit:hover {
    opacity: 0.7;
  }
  section.lectureSec .inner .content .box .formBox .formInner .wpcf7-response-output, section.lectureSec .inner .content .box .formBox .formInner .wpcf7-display-none, section.lectureSec .inner .content .box .formBox .formInner .wpcf7-validation-errors {
    text-align: center;
    color: #B0272D;
    border: 1px solid #B0272D;
  }
  section.lectureSec .inner .content .btnBox {
    text-align: center;
    margin-top: 60px;
  }
  section.lectureSec .inner .content .btnBox a {
    padding: 15px 0;
    width: 680px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background: #78c79f;
    border: 1px solid #333333;
    transition: ease 0.3s;
  }
  section.lectureSec .inner .content .btnBox a:hover {
    opacity: 0.7;
  }

  #single {
    width: 760px;
    margin-bottom: 50px;
  }
  #single .inner .head {
    margin-bottom: 40px;
  }
  #single .inner .head .cateBox {
    margin-bottom: 10px;
  }
  #single .inner .head .cateBox .cate {
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    background: #78c79f;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #single .inner .head .time {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  #single .inner .head h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  #single .inner .content {
    /*  base : img
    /* ------------------------------------ */
    /*  base : clear
    /* ------------------------------------ */
  }
  #single .inner .content a {
    text-decoration: underline;
  }
  #single .inner .content a:hover {
    text-decoration: none;
  }
  #single .inner .content p {
    display: block;
    margin: 1em 0;
  }
  #single .inner .content h1, #single .inner .content h2, #single .inner .content h3, #single .inner .content h4, #single .inner .content h5, #single .inner .content h6 {
    margin: 2em 0 0;
    color: #78c79f;
    font-weight: bold;
  }
  #single .inner .content h1, #single .inner .content h2, #single .inner .content h3 {
    font-size: 20px;
  }
  #single .inner .content h4, #single .inner .content h5, #single .inner .content h6 {
    font-size: 16px;
  }
  #single .inner .content ul, #single .inner .content li, #single .inner .content img, #single .inner .content table, #single .inner .content tr, #single .inner .content th, #single .inner .content td, #single .inner .content dl, #single .inner .content dt, #single .inner .content dd {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;
    list-style-type: none;
  }
  #single .inner .content strong {
    font-weight: bold;
  }
  #single .inner .content em {
    font-style: italic;
  }
  #single .inner .content blockquote {
    border: 1px solid #78c79f;
    margin: 1.5em 0;
    display: block;
    padding: 15px 15px;
  }
  #single .inner .content blockquote p {
    margin: 0;
  }
  #single .inner .content table {
    width: 100%;
    margin: 10px 0;
  }
  #single .inner .content table tr {
    border-bottom: 2px solid #fff;
  }
  #single .inner .content table th, #single .inner .content table td {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: 0.05em;
  }
  #single .inner .content table th {
    width: 18%;
    min-width: 140px;
    padding-left: 40px;
    background: #78c79f;
  }
  #single .inner .content table td {
    background: #f5f5f5;
    padding: 10px 30px;
  }
  #single .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .inner .content .alignright {
    float: right;
  }
  #single .inner .content .alignleft {
    float: left;
  }
  #single .inner .content img[class*="wp-image-"],
  #single .inner .content img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
  }
  #single .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #single .inner .content .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  #navigation {
    width: 760px;
    border-bottom: 1px solid #333333;
  }
  #navigation .inner {
    padding-bottom: 5px;
  }
  #navigation .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 0.18em;
  }

  div.target {
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #menuBtn {
    position: fixed;
    z-index: 999;
    background: #78c79f;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
  }
  #menuBtn span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
  }
  #menuBtn span:before, #menuBtn span:after {
    transition: ease-out 0.3s;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    left: 0;
  }
  #menuBtn span:before {
    top: -6px;
  }
  #menuBtn span:after {
    bottom: -6px;
  }

  #menuBtn.open span {
    background: transparent;
  }
  #menuBtn.open span:before {
    top: 0;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #menuBtn.open span:after {
    bottom: 0;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #gNavi {
    transition: ease 0.2s;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 888;
    background: #78c79f;
    padding: 60px 0 30px;
  }
  #gNavi .navInner h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  #gNavi .navInner h3 img {
    height: 80px;
    width: auto;
  }
  #gNavi .navInner ul.main {
    margin: 0 0 40px;
  }
  #gNavi .navInner ul.main > li {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  #gNavi .navInner ul.main > li > a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0 30px;
  }
  #gNavi .navInner ul.main > li.navilogo {
    background-color: #fff;
    padding: 20px 0;
    margin: 30px 0;
  }
  #gNavi .navInner ul.main > li.navilogo img {
    width: 100px;
    height: auto;
  }
  #gNavi .navInner ul.main > li .spclose {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #333333;
    border-radius: 4px;
  }
  #gNavi .navInner ul.main > li .spclose:before, #gNavi .navInner ul.main > li .spclose:after {
    position: absolute;
    content: '';
    background: #333333;
  }
  #gNavi .navInner ul.main > li .spclose:before {
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    width: 10px;
    height: 2px;
  }
  #gNavi .navInner ul.main > li .spclose:after {
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 10px;
  }
  #gNavi .navInner ul.main > li .spclose.open:after {
    opacity: 0;
  }
  #gNavi .navInner div.sub {
    display: none;
    padding: 5px 30px;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
  }
  #gNavi .navInner div.sub ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #22a473;
  }
  #gNavi .navInner div.sub ul li a p {
    font-size: 14px;
    font-weight: bold;
  }
  #gNavi .navInner div.sub ul li a span {
    display: none;
  }
  #gNavi .navInner div.sub ul li:last-of-type a {
    border: none;
  }
  #gNavi .navInner .logo {
    text-align: center;
    margin-bottom: 50px;
  }
  #gNavi .navInner .logo img {
    height: 70px;
    width: auto;
  }
  #gNavi.open {
    right: 0;
  }

  #topHeader {
    padding: 20px;
  }
  #topHeader .inner .logo {
    margin-bottom: 20px;
    margin-right: 50px;
  }
  #topHeader .inner .logo img {
    width: auto;
  }
  #topHeader .inner .topDiscription {
    position: relative;
    border: 1px solid #78c79f;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 20px 0 20px 15px;
    letter-spacing: 0.05em;
  }
  #topHeader .inner .topDiscription p {
    font-size: 10px;
  }
  #topHeader .inner .topDiscription:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 100%;
    width: 20px;
    height: 1px;
    background: #78c79f;
  }
  #topHeader .inner .topDiscription:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #78c79f;
    border-radius: 100%;
    right: -5px;
    bottom: -5px;
  }

  #mv {
    height: 385px;
  }
  #mv .img {
    height: 100%;
  }
  #mv .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #topSec01 {
    padding: 40px 0 30px;
  }
  #topSec01 .inner {
    padding: 0 10px;
  }
  #topSec01 .inner .head {
    text-align: center;
    margin-bottom: 20px;
  }
  #topSec01 .inner .head .sub {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0.16em;
  }
  #topSec01 .inner .head h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #topSec01 .inner .head h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
  }
  #topSec01 .inner .head h2 span:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 95%;
    height: 10px;
    border-radius: 4px;
    background: #78c79f;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
  }
  #topSec01 .inner .txt {
    margin-bottom: 25px;
  }
  #topSec01 .inner .txt p {
    font-size: 12px;
    letter-spacing: 0.16em;
    line-height: 2;
  }
  #topSec01 .inner .link1 {
    margin-bottom: 60px;
    text-align: center;
  }
  #topSec01 .inner .link1 li {
    display: inline-block;
    margin: 0 10px;
  }
  #topSec01 .inner .link1 li a {
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #78c79f;
    padding-bottom: 2px;
  }
  #topSec01 .inner .link2 {
    padding: 0 10px;
  }
  #topSec01 .inner .link2 li {
    border-radius: 4px 4px 0 0;
    border: 3px solid #78c79f;
    overflow: hidden;
    margin-bottom: 17px;
  }
  #topSec01 .inner .link2 li a {
    overflow: hidden;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    background: #78c79f;
    transition: ease 0.3s;
  }
  #topSec01 .inner .link2 li a .imgClm {
    width: 50%;
    min-width: 50%;
  }
  #topSec01 .inner .link2 li a h3 {
    width: 50%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  #topSec01 .inner .link2 li a:hover {
    opacity: 0.7;
  }

  div.cover {
    margin-bottom: 40px;
  }
  div.cover .img {
    width: 100%;
    height: 125px;
  }
  div.cover .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section.topsec {
    margin-bottom: 40px;
    overflow: hidden;
  }
  section.topsec .inner {
    padding: 0 10px;
  }
  section.topsec .inner .head {
    margin-bottom: 20px;
    text-align: center;
  }
  section.topsec .inner .head .sub {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  section.topsec .inner .head h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  section.topsec .inner .head h2 span {
    display: inline-block;
    position: relative;
  }
  section.topsec .inner .head h2 span:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background: #78c79f;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
  }
  section.topsec .inner .head a {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px 1px;
    border-bottom: 1px solid #78c79f;
  }
  section.topsec .inner .swiper-container {
    overflow: visible;
    width: 240px;
    margin: 0 auto;
  }
  section.topsec .inner .swiper-container .prev, section.topsec .inner .swiper-container .next {
    position: absolute;
    z-index: 777;
    top: 45px;
    width: 30px;
    height: 30px;
  }
  section.topsec .inner .swiper-container .prev {
    background: url(../images/ico_prev.png) no-repeat;
    background-size: 100%;
    left: -50px;
  }
  section.topsec .inner .swiper-container .next {
    background: url(../images/ico_next.png) no-repeat;
    background-size: 100%;
    right: -50px;
  }
  section.topsec .inner ul li {
    padding: 0 10px;
  }
  section.topsec .inner ul li a {
    display: block;
  }
  section.topsec .inner ul li a .imgClm {
    background: #f5f5f5;
    margin-bottom: 10px;
    width: 220px;
    height: 124px;
  }
  section.topsec .inner ul li a .imgClm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.topsec .inner ul li a .txtClm {
    opacity: 0;
    transition: ease 0.2s;
  }
  section.topsec .inner ul li a .txtClm .cateBox {
    margin-bottom: 3px;
  }
  section.topsec .inner ul li a .txtClm .cateBox .cate {
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    background: #78c79f;
    border-radius: 4px;
    font-size: 11px;
  }
  section.topsec .inner ul li a .txtClm .time {
    display: inline-block;
    font-size: 11px;
  }
  section.topsec .inner ul li a .txtClm h3 {
    font-size: 12px;
  }
  section.topsec .inner ul li.swiper-slide-active a .txtClm {
    opacity: 1;
  }

  #goTop {
    text-align: center;
    margin-bottom: -20px;
    position: relative;
    z-index: 777;
  }
  #goTop a img {
    width: 40px;
    height: auto;
  }

  section.linkSec {
    padding: 15px 20px 30px;
  }
  section.linkSec .inner h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  section.linkSec .inner ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  section.linkSec .inner ul:after {
    content: '';
    width: 264px;
  }
  section.linkSec .inner ul li {
    width: 49%;
    margin-bottom: 8px;
  }
  section.linkSec .inner ul li a {
    border-radius: 4px;
    line-height: 1.2;
    height: 54px;
    display: block;
    background: #78c79f;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    transition: ease 0.3s;
  }
  section.linkSec .inner ul li a:hover {
    opacity: 0.7;
  }
  section.linkSec .inner ul li.row2 a {
    font-size: 14px;
  }

  #universities {
    background: #f5f5f5;
    padding-top: 35px;
  }

  #links {
    background: #e6e6e6;
  }

  #footer {
    background: #005050;
    padding: 10px;
  }
  #footer .inner {
    padding-top: 10px;
  }
  #footer .inner .fnavi {
    border-bottom: 1px solid #fff;
  }
  #footer .inner .fnavi li {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 10px;
    position: relative;
  }
  #footer .inner .fnavi li a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  #footer .inner .fnavi li:not(:last-of-type):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    right: -2px;
    top: 50%;
    margin-top: -6px;
  }
  #footer .inner .box {
    padding: 25px 10px 10px;
    color: #fff;
  }
  #footer .inner .box .logoBox {
    margin-bottom: 20px;
  }
  #footer .inner .box .logoBox img {
    height: 60px;
    width: auto;
  }
  #footer .inner .box .info dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #footer .inner .box .info dd {
    font-size: 12px;
    line-height: 2;
  }
  #footer .inner .box .info a {
    color: #fff;
  }

  #copy {
    padding: 10px;
  }
  #copy .copy {
    text-align: center;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  #pagettl {
    margin-bottom: 40px;
    height: 100px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #pagettl .inner h1 {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #pagettl .inner p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
  }
  #pagettl.about .inner h1 {
    margin-top: 1.3em;
  }

  .about-us #pagettl {
    background: url(../images/about_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .for-the-citizens #pagettl {
    background: url(../images/citizens_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .for-the-students #pagettl {
    background: url(../images/students_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .for-the-medical-worker #pagettl {
    background: url(../images/medicalworker_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .lecture-information #pagettl {
    background: url(../images/lecture_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .news #pagettl {
    background: url(../images/news_mv.jpg) no-repeat center bottom;
    background-size: cover;
  }

  #newsContainer {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  #newsContainer #main {
    margin-bottom: 40px;
  }

  .sideClm {
    padding: 20px 0;
    border-bottom: 1px solid #333333;
    letter-spacing: 0.1em;
  }
  .sideClm h4 {
    font-size: 18px;
    font-weight: bold;
    color: #78c79f;
    margin-bottom: 10px;
  }
  .sideClm ul li a {
    display: block;
    font-size: 14px;
  }
  .sideClm ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .sideClm .selectWrap {
    position: relative;
  }
  .sideClm .selectWrap:after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow_down.png) no-repeat;
    width: 16px;
    height: 10px;
    pointer-events: none;
  }
  .sideClm select, .sideClm option {
    border: 1px solid #333333;
    font-size: 14px;
    width: 100%;
    font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px 15px;
  }

  .sideTarget {
    border-top: 1px solid #333333;
  }

  section.entrySec {
    margin-bottom: 30px;
  }
  section.entrySec .inner h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  section.entrySec .inner h2 span {
    display: inline-block;
    position: relative;
    padding: 0 5px 3px;
  }
  section.entrySec .inner h2 span:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background: #78c79f;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2px;
  }
  section.entrySec .inner ul li {
    margin-bottom: 20px;
  }
  section.entrySec .inner ul li a {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  section.entrySec .inner ul li a .imgClm {
    width: 110px;
    min-width: 110px;
    margin-right: 10px;
    height: 68px;
    background: #f5f5f5;
  }
  section.entrySec .inner ul li a .imgClm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.entrySec .inner ul li a .txtClm .cateBox .cate {
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    background: #78c79f;
    border-radius: 4px;
    font-size: 10px;
  }
  section.entrySec .inner ul li a .txtClm .time {
    display: inline-block;
    font-size: 10px;
  }
  section.entrySec .inner ul li a .txtClm h3 {
    font-size: 11px;
  }

  #pager {
    border-bottom: 1px solid #333333;
  }
  #pager .inner {
    text-align: center;
  }
  #pager .inner a, #pager .inner span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px 10px;
  }
  #pager .inner span {
    color: #78c79f;
  }

  section.aboutSec {
    margin-bottom: 60px;
  }
  section.aboutSec .inner h2 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  section.aboutSec .inner h2:before {
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: '';
    height: 1px;
    width: 50%;
    background: #e6e6e6;
    top: 50%;
    left: 0;
  }
  section.aboutSec .inner h2 span {
    display: inline-block;
  }
  section.aboutSec .inner h2 .txt {
    position: absolute;
    top: -5px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  section.aboutSec .inner h2 .img {
    background: #fff;
    padding: 0 10px;
  }
  section.aboutSec .inner h2 .img img {
    height: 20px;
    width: auto;
  }
  section.aboutSec .inner h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin: 30px 0 20px;
  }
  section.aboutSec .inner h3:before {
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    background: #78c79f;
    top: 50%;
    left: 0;
  }
  section.aboutSec .inner h3 span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
  }
  section.aboutSec .inner .txtClm {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  section.aboutSec .inner .txtClm .txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.aboutSec .inner .txtClm2 {
    padding: 0 10px;
  }
  section.aboutSec .inner .txtClm2 p {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.aboutSec .inner .txtClm2 .txt {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2.125;
  }
  section.aboutSec .inner .imgClm {
    padding: 0 10px;
  }
  section.aboutSec .inner .tableWrap {
    padding: 0 10px;
  }
  section.aboutSec .inner .aboutTable {
    border-top: 1px solid #e6e6e6;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
  section.aboutSec .inner .aboutTable tr {
    border-bottom: 1px solid #e6e6e6;
  }
  section.aboutSec .inner .aboutTable th, section.aboutSec .inner .aboutTable td {
    width: 100%;
    float: left;
    padding: 5px 0;
  }
  section.aboutSec .inner .aboutTable th {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  section.aboutSec .inner .aboutTable td {
    letter-spacing: 0.1em;
    font-size: 15px;
  }
  section.aboutSec .inner .cite {
    margin: 30px auto;
    padding: 0 10px;
  }
  section.aboutSec .inner .cite .citeInner {
    border: 1px solid #78c79f;
    padding: 20px;
  }
  section.aboutSec .inner .cite h4 {
    color: #78c79f;
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.aboutSec .inner .cite p {
    font-size: 12px;
    line-height: 2.125;
  }
  section.aboutSec .inner .linkList {
    padding: 0 10px;
  }
  section.aboutSec .inner .linkList li {
    margin-bottom: 10px;
    font-size: 12px;
  }
  section.aboutSec .inner .linkList li a {
    text-decoration: underline;
  }

  section.targetEntry {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  section.targetEntry .inner {
    border: 1px solid #333333;
    padding: 20px;
  }
  section.targetEntry .inner .link {
    text-align: right;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
  }
  section.targetEntry .inner .link a {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
  section.targetEntry .inner ul li .cate, section.targetEntry .inner ul li .time, section.targetEntry .inner ul li .ttl {
    display: block;
    letter-spacing: 0.1em;
  }
  section.targetEntry .inner ul li .cate {
    font-size: 10px;
    color: #78c79f;
  }
  section.targetEntry .inner ul li .time {
    margin-right: 10px;
  }
  section.targetEntry .inner ul li .time, section.targetEntry .inner ul li .ttl {
    font-size: 12px;
  }
  section.targetEntry .inner ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .readTxt {
    margin-bottom: 40px;
  }
  .readTxt .inner {
    padding: 0 10px;
  }
  .readTxt .inner p {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2.125;
  }

  #menuBox {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #menuBox .inner {
    background: #78c79f;
    padding: 15px 10px;
  }
  #menuBox .inner h3 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }
  #menuBox .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menuBox .inner ul li {
    width: 49%;
    margin-bottom: 8px;
  }
  #menuBox .inner ul li a {
    position: relative;
    line-height: 1.2;
    display: block;
    background: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 20px;
    letter-spacing: 0;
  }
  #menuBox .inner ul li a span.small {
    display: block;
    font-size: 10px;
    letter-spacing: -0.1em;
  }
  #menuBox .inner ul li a:after {
    position: absolute;
    pointer-events: none;
    content: '';
    bottom: 5px;
    right: 50%;
    margin-left: -4px;
    background: url(../images/arrow_down.png) no-repeat;
    background-size: cover;
    width: 8px;
    height: 5px;
  }

  section.citizensSec {
    margin-bottom: 60px;
  }
  section.citizensSec .inner {
    padding: 0 10px;
  }
  section.citizensSec .inner .head {
    position: relative;
    margin-bottom: 30px;
  }
  section.citizensSec .inner .head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #78c79f;
    z-index: -1;
  }
  section.citizensSec .inner .head h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
  }
  section.citizensSec .inner .head h2 span {
    font-size: 10px;
  }
  section.citizensSec .inner .head h2.small {
    font-size: 17px;
  }
  section.citizensSec .inner > h3 {
    position: relative;
    margin-bottom: 20px;
  }
  section.citizensSec .inner > h3:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #78c79f;
    content: '';
  }
  section.citizensSec .inner > h3 span {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    margin-left: -5px;
  }
  section.citizensSec .inner .content {
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content ul li {
    font-size: 12px;
  }
  section.citizensSec .inner .content ul li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content ul li a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  section.citizensSec .inner .content > p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.125;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content > p a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content .chart {
    margin: 20px 0;
    padding: 10px 0 10px;
    text-align: center;
  }
  section.citizensSec .inner .content ol {
    background: #f5f5f5;
    padding: 20px;
    font-size: 10px;
    font-weight: bold;
    list-style: none;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content ol li span {
    color: #78c79f;
  }
  section.citizensSec .inner .content ol li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  section.citizensSec .inner .content .box {
    border-left: 2px solid #78c79f;
    border-right: 2px solid #78c79f;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  section.citizensSec .inner .content .box h4 {
    font-size: 16px;
    font-weight: bold;
    color: #78c79f;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content .box h5 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  section.citizensSec .inner .content .box h5 span {
    color: #78c79f;
  }
  section.citizensSec .inner .content .box > p {
    font-size: 12px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.citizensSec .inner .content.mb30 {
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content2 {
    margin-bottom: 40px;
  }
  section.citizensSec .inner .content2 h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  section.citizensSec .inner .content2 h4 span {
    display: inline-block;
    background: #78c79f;
    padding: 5px 10px;
  }
  section.citizensSec .inner .content2 > p {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  section.citizensSec .inner .content2 > p span {
    color: #78c79f;
  }
  section.citizensSec .inner .content2 > ul {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 2.125;
  }
  section.citizensSec .inner .content2 > ul li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content2 > ul li span {
    color: #78c79f;
  }
  section.citizensSec .inner .content2 > ul ul li {
    position: relative;
    padding-left: 1.3em;
  }
  section.citizensSec .inner .content2 > ul ul li:before {
    position: absolute;
    content: '';
    top: 0.8em;
    left: 0;
    width: 0.8em;
    height: 1px;
    background: #333333;
  }
  section.citizensSec .inner .content3 .box2 {
    background: #f5f5f5;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content3 .box2 h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  section.citizensSec .inner .content3 .box2 h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  section.citizensSec .inner .content3 .box2 h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  section.citizensSec .inner .content3 .box2 > p {
    font-size: 12px;
    line-height: 2.125;
  }
  section.citizensSec .inner .content3 .box2 dl {
    overflow: hidden;
    font-size: 10px;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content3 .box2 dl dt {
    float: left;
  }
  section.citizensSec .inner .content3 .box2 dl dd {
    margin-left: 8em;
  }
  section.citizensSec .inner .content3 .box2 dl.mt20 {
    margin-top: 20px;
  }
  section.citizensSec .inner .content3 .box2 .tableWrap {
    background: #fff;
    border: 1px solid #78c79f;
    text-align: center;
    padding: 10px;
  }
  section.citizensSec .inner .content3 .box2 .caption {
    text-align: right;
    padding-top: 5px;
  }
  section.citizensSec .inner .content3 .box2 .caption a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content3 .box2 .caption a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content3 .box2 ul.list li {
    font-size: 12px;
  }
  section.citizensSec .inner .content3 .box2 ul.link {
    margin-top: 20px;
  }
  section.citizensSec .inner .content3 .box2 ul.link li {
    font-size: 14px;
  }
  section.citizensSec .inner .content3 .box2 ul.link li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .content3 .box2 ul.link li a:hover {
    text-decoration: none;
  }
  section.citizensSec .inner .content4 > p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  section.citizensSec .inner .content4 > p .red {
    color: #B0272D;
  }
  section.citizensSec .inner .content4 .box {
    background: #F5F5F5;
    padding: 20px;
    font-size: 11px;
    margin: 20px 0;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  section.citizensSec .inner .content4 .box .ti {
    text-indent: -0.5em;
  }
  section.citizensSec .inner .content4 ul.yoryo {
    margin-bottom: 20px;
    font-size: 11px;
  }
  section.citizensSec .inner .content4 dl.kakunin {
    color: #B0272D;
    letter-spacing: 0.05em;
  }
  section.citizensSec .inner .content4 dl.kakunin dt {
    text-indent: -0.5em;
  }
  section.citizensSec .inner .content4 ul.link {
    margin-top: 20px;
  }
  section.citizensSec .inner .content4 ul.link li {
    font-size: 14px;
  }
  section.citizensSec .inner .content4 ul.link li a {
    text-decoration: underline;
  }
  section.citizensSec .inner .bookBox .swiper-container {
    padding-bottom: 40px;
  }
  section.citizensSec .inner .bookBox ul li {
    border: 2px solid #78c79f;
    position: relative;
    overflow: hidden;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.citizensSec .inner .bookBox ul li:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #78c79f;
    right: -10px;
    bottom: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section.citizensSec .inner .bookBox ul li .imgClm {
    width: 100px;
    min-width: 100px;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
  }
  section.citizensSec .inner .bookBox ul li .txtClm {
    padding-left: 10px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .ttl1 {
    font-size: 14px;
    font-weight: bold;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .ttl2 {
    font-size: 12px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm hr.bdr {
    margin: 10px 0;
    border: none;
    width: 100%;
    height: 1px;
    background: #78c79f;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .author {
    font-size: 12px;
    margin-bottom: 10px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .num {
    font-size: 10px;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .link {
    text-align: right;
  }
  section.citizensSec .inner .bookBox ul li .txtClm .link a {
    font-size: 12px;
    color: #78c79f;
  }
  section.citizensSec .inner .bookBox .swiper-container-horizontal > .swiper-pagination-bullets, section.citizensSec .inner .bookBox .swiper-pagination-custom, section.citizensSec .inner .bookBox .swiper-pagination-fraction {
    bottom: 0;
  }
  section.citizensSec .inner .bookBox .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  section.citizensSec .inner .personBox .swiper-container {
    padding-bottom: 40px;
  }
  section.citizensSec .inner .personBox ul li {
    margin-bottom: 20px;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section.citizensSec .inner .personBox ul li .imgClm {
    width: 100px;
    min-width: 100px;
    text-align: center;
  }
  section.citizensSec .inner .personBox ul li .imgClm img {
    border: 2px solid #78c79f;
  }
  section.citizensSec .inner .personBox ul li .txtClm {
    padding-left: 10px;
    position: relative;
  }
  section.citizensSec .inner .personBox ul li .txtClm .pos {
    font-size: 14px;
  }
  section.citizensSec .inner .personBox ul li .txtClm .name {
    font-size: 14px;
  }
  section.citizensSec .inner .personBox ul li .txtClm hr.bdr {
    margin: 10px 0;
    border: none;
    width: 100%;
    height: 1px;
    background: #78c79f;
  }
  section.citizensSec .inner .personBox ul li .txtClm .catettl {
    margin-bottom: 5px;
  }
  section.citizensSec .inner .personBox ul li .txtClm .catettl .cate {
    display: inline-block;
    background: #78c79f;
    color: #fff;
    padding: 5px 10px 4px;
    font-size: 10px;
    line-height: 1;
  }
  section.citizensSec .inner .personBox ul li .txtClm .txt {
    margin-bottom: 10px;
  }
  section.citizensSec .inner .personBox ul li .txtClm .txt p {
    font-size: 12px;
    line-height: 1.4;
  }
  section.citizensSec .inner .personBox .swiper-container-horizontal > .swiper-pagination-bullets, section.citizensSec .inner .personBox .swiper-pagination-custom, section.citizensSec .inner .personBox .swiper-pagination-fraction {
    bottom: 0;
  }
  section.citizensSec .inner .personBox .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  #menuBox2 {
    margin-bottom: 40px;
  }
  #menuBox2 .inner {
    padding: 0 10px;
  }
  #menuBox2 .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menuBox2 .inner ul li {
    width: 33%;
  }
  #menuBox2 .inner ul li a {
    display: block;
    border-radius: 4px;
    line-height: 1.2;
    width: 100%;
    background: #78c79f;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    padding: 15px 0 20px;
    font-weight: bold;
  }
  #menuBox2 .inner ul li a span {
    position: relative;
    padding-bottom: 3px;
  }
  #menuBox2 .inner ul li a span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    background: url(../images/arrow_down_w.png);
    background-size: cover;
    width: 8px;
    height: 5px;
  }

  section.lectureSec {
    margin-bottom: 60px;
  }
  section.lectureSec .inner {
    padding: 0 10px;
  }
  section.lectureSec .inner .head {
    border-bottom: 1px solid #78c79f;
    margin-bottom: 15px;
  }
  section.lectureSec .inner .head h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #78c79f;
    padding-bottom: 10px;
  }
  section.lectureSec .inner .content h3 {
    line-height: 1;
    display: inline-block;
    border: 1px solid #78c79f;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content h3 span {
    font-size: 12px;
  }
  section.lectureSec .inner .content ul.link li {
    margin-bottom: 10px;
  }
  section.lectureSec .inner .content ul.link li a {
    display: block;
    padding: 10px 10px 10px;
    border: 1px solid #333333;
    letter-spacing: 0.1em;
  }
  section.lectureSec .inner .content ul.link li a .time {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }
  section.lectureSec .inner .content ul.link li a h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  section.lectureSec .inner .content ul.link li a .more {
    text-align: right;
    font-size: 12px;
  }
  section.lectureSec .inner .content ul.link li a .more span {
    letter-spacing: 0.14em;
    text-decoration: underline;
  }
  section.lectureSec .inner .content > p {
    font-size: 12px;
    line-height: 2.125;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content .box {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content .box h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 1;
  }
  section.lectureSec .inner .content .box dl.dateInfo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content .box dl.dateInfo dt {
    border: 2px solid #78c79f;
    border-right: none;
    padding: 10px 20px 8px;
    background: #78c79f;
    color: #fff;
  }
  section.lectureSec .inner .content .box dl.dateInfo dd {
    border: 2px solid #78c79f;
    border-left: none;
    padding: 10px 20px 8px;
    margin-right: 0;
  }
  section.lectureSec .inner .content .box > p {
    font-size: 12px;
    line-height: 2.125;
    margin-bottom: 20px;
  }
  section.lectureSec .inner .content .box ul li a {
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  section.lectureSec .inner .content .box ul.small li a {
    font-size: 14px;
  }
  section.lectureSec .inner .content .box ul.small li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  section.lectureSec .inner .content .box .caution {
    margin: 0;
  }
  section.lectureSec .inner .content .box .formBox {
    background: #fff;
    border: 1px solid #78C79F;
  }
  section.lectureSec .inner .content .box .formBox h5 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #78C79F;
    color: #fff;
    padding: 10px 0;
  }
  section.lectureSec .inner .content .box .formBox .formInner {
    padding: 20px 20px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl th {
    width: 100%;
    float: left;
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl th b {
    display: inline-block;
    font-size: 10px;
    color: #B0272D;
    margin-left: 10px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td input[type=text], section.lectureSec .inner .content .box .formBox .formInner .formTbl td input[type=email] {
    border: 1px solid #000000;
    padding: 12px 10px;
    width: 100%;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio span.wpcf7-list-item {
    margin-left: 0;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label input {
    display: none;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label input:checked + span.wpcf7-list-item-label {
    color: #000;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label input:checked + span.wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #78C79F;
    border-radius: 50%;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label span.wpcf7-list-item-label {
    padding-left: 25px;
    position: relative;
    margin-right: 30px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td.radio label span.wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
  }
  section.lectureSec .inner .content .box .formBox .formInner .formTbl td .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #B0272D;
    font-weight: bold;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox {
    margin-top: 20px;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox .submit {
    display: inline-block;
    border: 1px solid #333333;
    background: #78C79F;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 210px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    transition: ease 0.3s;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox .submit:hover {
    opacity: 0.7;
  }
  section.lectureSec .inner .content .box .formBox .formInner .btnBox .ajax-loader {
    display: none;
  }
  section.lectureSec .inner .content .box .formBox .formInner .wpcf7-response-output, section.lectureSec .inner .content .box .formBox .formInner .wpcf7-display-none, section.lectureSec .inner .content .box .formBox .formInner .wpcf7-validation-errors {
    text-align: center;
    color: #B0272D;
    border: 1px solid #B0272D;
  }
  section.lectureSec .inner .content .btnBox {
    text-align: center;
    margin-top: 20px;
  }
  section.lectureSec .inner .content .btnBox a {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background: #78c79f;
    border: 1px solid #333333;
  }

  #single {
    margin-bottom: 40px;
  }
  #single .inner .head {
    margin-bottom: 30px;
  }
  #single .inner .head .cateBox {
    margin-bottom: 10px;
  }
  #single .inner .head .cateBox .cate {
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    background: #78c79f;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #single .inner .head .time {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  #single .inner .head h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  #single .inner .content {
    /*  base : img
    /* ------------------------------------ */
    /*  base : clear
    /* ------------------------------------ */
  }
  #single .inner .content a {
    text-decoration: underline;
  }
  #single .inner .content p {
    display: block;
    margin: 1em 0;
    font-size: 12px;
  }
  #single .inner .content h1, #single .inner .content h2, #single .inner .content h3, #single .inner .content h4, #single .inner .content h5, #single .inner .content h6 {
    margin: 2em 0 0;
    color: #78c79f;
    font-weight: bold;
    line-height: 1.3;
  }
  #single .inner .content h1, #single .inner .content h2, #single .inner .content h3 {
    font-size: 18px;
  }
  #single .inner .content h4, #single .inner .content h5, #single .inner .content h6 {
    font-size: 14px;
  }
  #single .inner .content ul, #single .inner .content li, #single .inner .content img, #single .inner .content table, #single .inner .content tr, #single .inner .content th, #single .inner .content td, #single .inner .content dl, #single .inner .content dt, #single .inner .content dd {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;
    list-style-type: none;
    font-size: 12px;
  }
  #single .inner .content strong {
    font-weight: bold;
  }
  #single .inner .content em {
    font-style: italic;
  }
  #single .inner .content blockquote {
    border: 1px solid #78c79f;
    margin: 1.5em 0;
    display: block;
    padding: 15px 15px;
  }
  #single .inner .content blockquote p {
    margin: 0;
  }
  #single .inner .content table {
    width: 100%;
    margin: 10px 0;
    overflow-y: hidden;
  }
  #single .inner .content table tr {
    border-bottom: 2px solid #fff;
  }
  #single .inner .content table th, #single .inner .content table td {
    width: 100%;
    float: left;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: 0.05em;
  }
  #single .inner .content table th {
    background: #78c79f;
  }
  #single .inner .content table td {
    background: #f5f5f5;
  }
  #single .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .inner .content .alignright {
    float: right;
  }
  #single .inner .content .alignleft {
    float: left;
  }
  #single .inner .content img[class*="wp-image-"],
  #single .inner .content img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
  }
  #single .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #single .inner .content .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  #navigation {
    border-bottom: 1px solid #333333;
  }
  #navigation .inner {
    padding-bottom: 5px;
  }
  #navigation .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 0.18em;
  }

  .counterBox {
    width: 100%;
    margin-top: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .counterBox span.wrap {
    border: 1px solid #E6821E;
    background: #fff;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .counterBox span.wrap.w1 {
    margin-right: 8px;
  }
  .counterBox .cttl {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 12px;
    color: #E6821E;
    padding: 3px 7px 0 7px;
  }
  .counterBox .num {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    background: #E6821E;
    color: #fff;
    letter-spacing: 0.3em;
    padding: 8px 5px 7px 10px;
  }

  .navInner .counterBox {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=styles.css.map */
