/* =========== HEADER =========== */

html {

}

body {
  font-family:'Noto Sans JP',-apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
  font-feature-settings : "palt";
}


body.customize-support .navbar {
  top:32px;
}


body.customize-support .header-breadcrumb {
  margin-top:82px;
}


@media (min-width: 768px) {
  body.customize-support .header-breadcrumb {
    margin-top:82px;
  }
}


@media (min-width: 992px) {
  body.customize-support .header-breadcrumb {
    margin-top:114px;
  }
}


@media (min-width: 1200px) {
  body.customize-support .header-breadcrumb {
    margin-top:114px;
  }
}


/* =========== BS3 Overwrite =========== */

h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  font-size: 28px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 27px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

p.lead {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

a,
a:link,
a:visited {
  color:rgba(3, 120, 208, 1.0);
}


/* ----- LIST ----- */

ul,
ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 1.5em;
}

ul li,
ol li {
  font-size: 16px;
  line-height: 28px;
}


/* ----- TABLE ----- */

table {
  margin: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

table > thead > tr > th,
table > thead > tr > td {
  padding: 8px;
  border-bottom: 2px solid rgba(100, 100, 100, 1.0);
  font-size: 16px;
  line-height: 28px;
}

table > tbody > tr > th {
  padding: 8px 16px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 28px;
}

table > tbody > tr > td {
  padding: 8px 16px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 28px;
}

img {
  margin:0 0 20px 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}

/* =========== From wp-content.css =========== */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}


/* =========== PAGE =========== */

.home {
  position: relative;
  background-color: rgba(255, 255, 255, 1.0);
  background-image: url('/wp/wp-content/uploads/main_visual_bk_sp.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment:scroll;
  background-position: center 82px;
}

.home.is-fixed {
  background-position: center 82px;
  background-attachment: fixed;
}

.main-visual-title {
  position: absolute;
  top: 90px;
  left: 10px;
  width: 280px;
  height: 82px;
}
.main-visual-title img{
  width: 280px;
  height: 82px;
}

@media (min-width: 414px) {
  .main-visual-title {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 364px;
    height: 107px;
  }
  .main-visual-title img{
    width: 364px;
    height: 107px;
  }
}

@media (min-width: 796px) {
  .home {
    background-image: url('/wp/wp-content/uploads/main_visual_bk.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment:scroll;
    background-position: center 82px;
  }
  .main-visual-title {
    position: absolute;
    top: 100px;
    left: 10px;
    width: 364px;
    height: 107px;
  }
  .main-visual-title img{
    width: 364px;
    height: 107px;
  }
}

@media (min-width: 992px) {
  
 .home {
    background-position: center 82px;
  }

  .home.is-fixed {
    background-position: center 82px;
  }
  
  .main-visual-title {
    position: absolute;
    top: 180px;
    left: 40px;
    width: 364px;
    height: 107px;
  }
  .main-visual-title img{
    width: 364px;
    height: 107px;
  }
}

@media (min-width: 1200px) {
  .main-visual-title {
    position: absolute;
    top: 180px;
    left: 40px;
    width: 450px;
    height: 132px;
  }
  .main-visual-title img{
    width: 450px;
    height: 132px;
  }
}


.page {
  background:rgba(255, 255, 255, 1.0);
}

.home .page {
  position: relative;
  background: rgba(247, 247, 247, 1.0);
}

.category .page {
  background: rgba(247, 247, 247, 1.0);
}

.user .page {
  background: rgba(247, 247, 247, 1.0);
}


.list .page {
  background: rgba(247, 247, 247, 1.0);
}


/* =========== HEADER =========== */

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 1.0);
  height: 82px;
  width: 100%;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(225, 225, 225, 1.0);
}

.navbar.is-fixed {
  position: fixed;
  height: 82px;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    top: 0;
  }
}

@media (min-width: 992px) {
  .navbar {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .navbar {
    top: 0;
  }
}

/* ----- NAVBAR-HEADER ----- */

.container-fluid>.navbar-header {
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
}

.navbar-header h1 {
  display: block;
  margin: 20px 0 20px 0px;
  padding: 0;
  width: 200px;
  height: 82px;
  float: left;
}
.navbar.is-fixed .navbar-header h1 {
  margin: 0;
  height: 82px;
} 
.navbar-header h1 a {
  display: block;
  width: 200px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}
.navbar-header h1 a img {
  display: block;
  margin-top: 7px;
  width: 200px;
  height: 68px;
}
.navbar-toggle {
  margin: 0;
  width: 82px;
  height: 82px;
  display: block;
}

@media (min-width: 345px) {
  .navbar-header h1 {
    margin: 20px 0 20px 0px;
    width: 240px;
    height: 82px;
  }
  .navbar-header h1 a {
    width: 240px;
    height: 82px;
  }
  .navbar-header h1 a img {
    margin-top: 0;
    width: 240px;
    height: 82px;
  }
}

/* ----- SP ----- */

body.sp .navbar-header h1 {
  margin: 35px 0 35px 0px;
  width: 208px;
  height: 71px;
}

body.sp .navbar.is-fixed .navbar-header h1 {
  margin: 6px 0 0 0;
  height: 71px;
}

body.sp .navbar-header h1 a {
  display: block;
  width: 208px;
  height: 71px;
  line-height: 71px;
  text-align: center;
}

body.sp .navbar-header h1 a img {
  display: block;
  width: 208px;
  height: 71px;
}

@media (min-width: 768px) {
  .container-fluid>.navbar-header {
    margin: 0;
    width: 100%;
  }
  .navbar-header h1 {
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
    height: 82px;
    float: left;
  }
  .navbar.is-fixed .navbar-header h1 {
    margin: 0;
    height: 82px;
  } 
  .navbar-header h1 a {
    display: block;
    width: 240px;
    height: 82px;
    line-height: 82px;
    text-align: center;
  }
  .navbar-header h1 a img {
    display: block;
    width: 240px;
    height: 82px;
  }
  .navbar-toggle {
    margin: 0;
    width: 82px;
    height: 82px;
    display: block;
  }
}

@media (min-width: 992px) {
  .container-fluid>.navbar-header {
    margin: 0;
    width: 250px;
    float: left;
  }
  .navbar-header h1 {
    float: none;
  }
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container-fluid>.navbar-header {
    margin: 0;
    width: 240px;
    float: left;
  }
  .navbar-header h1 {
    float: none;
  }
  .navbar-toggle {
    display: none;
  }
}


/* ----- NAVIAGTION-HEADER ----- */

.navigation-header {
  margin-left:250px;
  display: none;
}

@media (min-width: 768px) {
  .navigation-header {
    display: none;
  }
}

@media (min-width: 992px) {
  .navigation-header {
    display: block;
  }
}

@media (min-width: 1200px) {
  .navigation-header {
    display: block;
  }
}


/* =========== HEADER-USER-NAV =========== */

.header-user-nav {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  display: none;
}

.navbar.is-fixed .navigation-header .header-user-nav {
  display: none;
}

@media (min-width: 768px) {
  .header-user-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-user-nav {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-user-nav {
    display: block;
  }
}


/* ----- header-user-list ----- */

.header-user-list {
  height: 40px;
  margin-bottom: 0;
  padding-right: 10px;
  list-style: none;
  text-align: right;
}

.header-user-list:before,
.header-user-list:after {
  display: table;
  content: " ";
}

.header-user-list:after {
  clear: both;
}

.header-user-item {
  display: inline;
  width: auto;
  margin:0;
  
}

.header-user-item:first-child a {
  border-left: none;
}

.header-user-item,
.header-utility-item {
  height: 32px;
}

.header-user-item a,
.header-utility-item a {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 32px;
  color: rgba(2, 119, 189, 1.0);
  /* border-left: solid 1px rgba(205, 205, 205, 1.0); */
}

.header-user-item a:link,
.header-user-item a:visited,
.header-utility-item a:link,
.header-utility-item a:visited {
  color: rgba(17, 17, 17, 1.0);
  font-weight: 400;
}

.header-user-item a:hover,
.header-user-item a:active,
.header-utility-item a:hover,
.header-utility-item a:active {
  color: rgba(17, 17, 17, 1.0);
  font-weight: 400;
  text-decoration: none;
  background: rgba(247, 247, 247, 1.0);
  border-bottom: solid 2px rgba(3, 120, 208, 1.0);
}

.header-utility-item {
  display: inline;
  width: auto;
  margin:0;
}

ul.header-user-list .header-utility-item.first {
  margin-left: 10px;
}

.header-utility-item.first a {
  border-left: none;
}


/* ----- GLOBAL-NAV ----- */

.container-fluid>.navigation-header>.navbar-collapse {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}

.global-nav-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size:0;
}

.global-nav-list:before,
.global-nav-list:after {
  display: table;
  content: " ";
}

.global-nav-list:after {
  clear: both;
}

.global-nav-item {
  display: inline-block;
  /* width: 16.66667%; */
  width: auto;
  height: 82px;
}

.global-nav-item a {
  padding: 0 12px;
  display: inline-block;
  line-height: 82px;
  height: 82px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: rgba(2, 119, 189, 1.0);
}

.global-nav-item a:link,
.global-nav-item a:visited {
  color: rgba(17, 17, 17, 1.0);
  font-weight: 400;
}

.global-nav-item a:hover,
.global-nav-item a:active{
  color: rgba(17, 17, 17, 1.0);
  font-weight: 400;
  text-decoration: none;
  background: rgba(247, 247, 247, 1.0);
  border-bottom: solid 4px rgba(3, 120, 208, 1.0);
}

.global-nav-item:hover {
  border-bottom: solid 4px rgba(3, 120, 208, 1.0);
}


/* Extra small devices (phones, less than 768px) */
.container-fluid>.navbar-collapse {
  display: none !important;
}

@media (min-width: 768px) {
  .container-fluid>.navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .global-nav-item a {
    padding: 0 8px;
  }
  .container-fluid>.navbar-collapse {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .global-nav-item a {
    padding: 0 20px;
  }
  .container-fluid>.navbar-collapse {
    display: block !important;
  }
}

/* ----- global-sub-nav ----- */

.global-sub-nav {
  position: absolute;
  width: 100%;
  height: 236px;
  left: 0;
  background: rgba(255, 255, 255, 1.0);
  border-bottom: solid 1px rgba(225, 225, 225, 1.0);
  box-shadow: 0px 1px 4px -3px rgba(0,0,0,0.7);
  opacity:0;
  visibility: hidden;
  transition:opacity .3s,visibility .3s;
}

.global-sub-nav:before,
.global-sub-nav:after {
  display: table;
  content: " ";
}

.global-sub-nav:after {
  clear: both;
}

.global-sub-nav.is-active {
  /*display: block;*/
  opacity:1;
  visibility:visible;
}

.global-sub-nav h2 {
  text-align: left;
  font-size:20px;
}

.global-sub-nav p {
  text-align: left;
  font-size:14px;
}

/* ----- global-sub-nav-list ----- */

.global-sub-nav-list {
  margin-left: 0;
  padding: 6px 15px 0 15px;
}

/* ----- global-sub-nav-list-item ----- */

.global-sub-nav-list-jkoukai .global-sub-nav-list-item {
  height: 32px;
}

.global-sub-nav-list-item {
  position: relative;
  margin: 0 0 6px 0;
  padding: 0px 0 0px 10px;
  width: 100%;
  height: 39px;
  display: block;
  vertical-align: top;
  text-align: left;
}

.global-sub-nav-list-item a:before{
  position: absolute;
  top: 6px;
  left: 0px;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(237, 237, 237, 1.0);
  border-radius: 100%;
  transition: background-color .3s;
}

.global-sub-nav-list-item a:after{
  position: absolute;
  top: 13px;
  left: 6px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(56, 159, 217, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-sub-nav-list-item a {
  display: inline-block;
  padding: 0 0 0 14px;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  width: 100%;
  text-align: left;
}

.global-sub-nav-list-item a:link,
.global-sub-nav-list-item a:visited {
}

.global-sub-nav-list-item a:hover,
.global-sub-nav-list-item a:active {
  background: none;
  border-bottom: none;
  color:rgba(3, 120, 208, 1.0);
}

.global-sub-nav-list-item a:hover:before{
  background: rgba(56, 159, 217, 1.0);
  transition: background-color .3s;
}

.global-sub-nav-list-item a:hover:after{
  position: absolute;
  top: 13px;
  left: 6px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-sub-nav-about,
.global-sub-nav-gakka,
.global-sub-nav-nyuugaku,
.global-sub-nav-shingakushushoku,
.global-sub-nav-gakusei,
.global-sub-nav-sangaku,
.global-sub-nav-chiiki,
.global-sub-nav-jkoukai {
  margin-left:0;
  padding-left:0;
  padding-right:0;
}

.global-sub-nav-about .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/about_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-gakka .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/gakka_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-nyuugaku .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/nyuugaku_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-shingakushushoku .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/shingakushushoku_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-gakusei .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/gakusei_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-sangaku .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/sangaku_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-jkoukai .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/jkoukai_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-shisetsu .global-sub-nav-img {
  height: 235px;
  background-image: url('/wp/wp-content/uploads/shisetsu_bk.png');
  background-position: center;
  background-repeat: no-repeat;
}

.global-sub-nav-title {
  padding:0 40px 0 0px;
  height: 235px;
  background: rgba(217, 237, 255, 1.0);
}

.global-sub-nav-text {
  margin:14px 0 20px -60px;
  height: 202px;
  padding:20px;
  background: rgba(3, 120, 208, 0.8);
}

.global-sub-nav-text h2 {
  margin: 0;
  padding: 0;
  font-weight: 200;
  color: rgba(255, 255, 255, 1.0);
}

.global-sub-nav-text p {
  margin: 0;
  padding: 0;
  font-weight: 200;
  color: rgba(255, 255, 255, 1.0);
}


/* =========== FOOTER =========== */

.footer {
  border-top: solid 1px rgba(225, 225, 225, 1.0);
  background: rgba(237, 237, 237, 1.0);
}

/* ----- footer-user-list ----- */

.footer-user-list {
  padding-left: 0;
  height: 75px;
  list-style: none;
}

.footer-user-list:before,
.footer-user-list:after {
  display: table;
  content: " ";
}

.footer-user-list:after {
  clear: both;
}

.footer-user-item {
  float: left;
  width: 20%;
}

.footer-user-item a {
  display: block;
  text-align: center;
  line-height: 75px;
}

/* ----- footer-nav ----- */

.footer-nav {
  
}

.footer-nav:before,
.footer-nav:after {
  display: table;
  content: " ";
}

.footer-nav:after {
  clear: both;
}

/* ----- footer-info ----- */

.footer-info {
  padding: 0 20px 20px 20px;
  width: 100%;
}

body.sp .footer-info {
  padding: 5px 20px;
  width: 100%;
  border-bottom: solid 1px rgba(220, 220, 220, 1.0);
}


.footer-logo {
  width: 240px;
  margin: 0;
}

.footer-logo img {
    margin: 0;
    width: 240px;
    height: 82px;
}

body.sp .footer-logo img {
  margin: 0;
  width: 208px;
  height: 71px;
}

.footer-address {
  margin: -20px 0 0 0;
  padding: 0 0 0 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* ----- footer-sitemap ----- */

.footer-sitemap {
  text-align: left;
  width: 100%;
  padding: 20px;
}

.footer-sitemap:before,
.footer-sitemap:after {
  display: table;
  content: " ";
}

.footer-sitemap:after {
  clear: both;
}

.footer-sitemap-col {
  float: left;
  width: 50.0%;
  margin-left: 0%;
  padding:0;
}

.footer-sitemap-col:first-child {
  margin-left: 0;
}

.footer-sitemap-title {
  margin: 10px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

body.sp .footer-sitemap-title {
  margin: 10px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.footer-sitemap-title a {
  /*
  position: relative;
  padding-left: 1.2em;
  */
}

.footer-sitemap-title a::before,
.footer-sitemap-title a::after {
  /*
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  */
}

.footer-sitemap-title a::before {
  /*
  left: 0;
  width: 1em;
  height: 1em;
  background: #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}

.footer-sitemap-title a::after {
  /*
  left: .5em;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: translate(-55%, -50%) rotate(45deg);
  -ms-transform: translate(-55%, -50%) rotate(45deg);
  -webkit-transform: translate(-55%, -50%) rotate(45deg);
  transform: translate(-55%, -50%) rotate(45deg);
  */
}

.footer-sitemap-title a:link,
.footer-sitemap-title a:visited {
  font-weight: 400;
  color: rgba(17, 17, 17, 1.0);
}

.footer-sitemap-title a:hover,
.footer-sitemap-title a:active {
  font-weight: 400;
  color: rgba(3, 120, 208, 1.0);
  text-decoration: none;


}

.footer-sitemap-list {
  margin-left: 0px;
}

body.sp .footer-sitemap-list {
  margin-left: 0px;
  padding-left: 1em;
  list-style: none;
}

.footer-sitemap-item {
  font-size: 14px;
}

.footer-sitemap-item a:link,
.footer-sitemap-item a:visited {
  color: rgba(17, 17, 17, 1.0);
}

.footer-sitemap-item a:hover,
.footer-sitemap-item a:active {
  color: rgba(3, 120, 208, 1.0);
  text-decoration: none;
}


@media (min-width: 768px) {
  
  .footer-info {
    padding: 0 20px 20px 20px;
    float: left;
    width: 100%;
  }
  
  .footer-logo img {
    margin: 0;
    width: 240px;
    height: 82px;
  }
  
  .footer-sitemap {
    float: right;
    text-align: left;
    width: 50%;
    padding: 20px;
  }
  
  .footer-sitemap-list {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

/* ----- footer-utility ----- */

.footer-utility {
  border-top: solid 1px rgba(225, 225, 225, 1.0);
  padding: 10px 20px;
  background: rgba(240, 240, 240, 1.0);
}

.footer-utility-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-utility-list:before,
.footer-utility-list:after {
  display: table;
  content: " ";
}

.footer-utility-list:after {
  clear: both;
}

.footer-utility-item {
  padding: 0 10px;
  border-left: 1px solid #ccc;
  float: left;
  font-size: 14px;
}

body.sp .footer-utility-item {
  padding: 0 15px;
  border-left: 1px solid #ccc;
  float: left;
  font-size: 13px;
}

.footer-utility-item:first-child {
  border-left: none;
}

/* ----- copyright ----- */

.copyright {
  margin:0 0 40px 0;
  padding: 0;
  background: rgba(235, 235, 235, 1.0);
  text-align: center;
  font-size:13px;
  line-height: 40px;
  color: #555555;
  border-top: solid 1px rgba(225, 225, 225, 1.0);
}

body.sp .copyright {
  margin:0;
  padding: 6px 20px 46px 20px;
  background: #ddd;
  text-align: center;
  font-size:12px;
  line-height: 18px;
  color: #999;
}


/* =========== SIDE-NAV =========== */

.side-nav {
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 9999;
  width: 260px;
  height: 100%;
  background: #ffffff;
  display: none;
  overflow-x: visible;
  overflow-y: auto;
  margin-left: 0px;

  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);

  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;

  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.side-nav.on {
  display: block;
}

.side-nav.open {
  transform: translate(-260px);
}


/* ----- BACKDROP ----- */

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(28, 58, 81, 0.85);
  display: none;
  overflow-y: auto;
  opacity: 0;
  border: none;
  
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  
}

.backdrop.on {
  display: block;
  opacity: 1.0;
}

/* ----- CLOSE-BTN ----- */

.btn-area {
  margin: 0;
  padding: 0;
  text-align: right;
}

.close-btn {
  text-align: center;
  padding: 12px;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.0);
  color: rgba(100, 100, 100, 1.0);
}


/* =========== SIDE-NAV =========== */

.side-nav {}

.side-nav-list-title {
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  background: rgba(235, 235, 235, 1.0);
}

.side-nav-list-title a {
  display: block;
  width: 100%;
  height: auto;
}

.side-nav-list-title a:link,
.side-nav-list-title a:visited,
.side-nav-list-title a:hover,
.side-nav-list-title a:active {
  color:rgba(17, 17, 17, 1.0);
}

.side-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-nav-list-item {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 49px;
  border-bottom: solid 1px rgba(235, 235, 235, 1.0);
}

.side-nav-list-item a:before{
  position: absolute;
  top: 14px;
  left: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(237, 237, 237, 1.0);
  border-radius: 100%;
  transition: background-color .3s;
}

.side-nav-list-item a:after{
  position: absolute;
  top: 21px;
  left: 16px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(56, 159, 217, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-nav-list a {
  display: block;
  width: 100%;
  height: auto;
  padding:0 0 0 36px;
}

.side-nav-list a:link,
.side-nav-list a:visited {
  color:rgba(17, 17, 17, 1.0);
}

.side-nav-list a:hover,
.side-nav-list a:active {
  color:rgba(17, 17, 17, 1.0);
}

.side-nav-utility-list {
  margin: 10px 0 20px 20px;
  padding: 0 0 0 20px;
}

.side-nav-utility-list-item {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}

.side-nav-utility-list-item a,
.side-nav-utility-list-item a:link,
.side-nav-utility-list-item a:hover,
.side-nav-utility-list-item a:active,
.side-nav-utility-list-item a:visited {
  color: rgba(90, 90, 90, 1.0);
}

/* =========== BACK-TOP =========== */

.back-top {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.back-top a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-top: solid 1px rgba(225, 225, 225, 1.0);
  background: rgba(255, 255, 255, 1.0);
}



/* =========== MAIN-VISUAL =========== */

.main-visual {
  width: 100%;
  height: 100%;
}

.main-visual img {
  width: 100%;
  height: 100%;
}


/* =========== CONTENTS-HEADER =========== */

.contents-header {
  height: auto;
  background: rgba(217, 237, 255, 1.0);
  border-top: solid 1px rgba(234, 241, 255, 1.0);
  border-bottom: solid 1px rgba(217, 237, 255, 1.0);
}

.contents-header h1 {
  margin: 0 10px;
  padding: 60px 0;
  text-align: justify;
  height: auto;
  font-size: 32px;
  font-weight: 100;
}

.mce-content-body .contents-header,
.category .contents-header {
  height: auto;
  background: rgba(235, 243, 252, 1.0);
}

.mce-content-body .contents-header .col-md-6:first-child,
.category .contents-header .col-md-6:first-child {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mce-content-body .contents-header.about .col-md-6:first-child,
.contents-header.about .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/about_bk.png");
}

.mce-content-body .contents-header.gakka .col-md-6:first-child,
.contents-header.gakka .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/gakka_bk.png");
}

.mce-content-body .contents-header.nyuugaku .col-md-6:first-child,
.contents-header.nyuugaku .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/nyuugaku_bk.png");
}

.mce-content-body .contents-header.gakusei .col-md-6:first-child,
.contents-header.gakusei .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/gakusei_bk.png");
}

.mce-content-body .contents-header.shingakushushoku .col-md-6:first-child,
.contents-header.shingakushushoku .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/shingakushushoku_bk.png");
}

.mce-content-body .contents-header.sangaku .col-md-6:first-child,
.contents-header.sangaku .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/sangaku_bk.png");
}

.mce-content-body .contents-header.jkoukai .col-md-6:first-child,
.contents-header.jkoukai .col-md-6:first-child {
  background-image: url("/wp/wp-content/uploads/jkoukai_bk.png");
}

.mce-content-body .contents-header.shisetsu .col-md-6:first-child,
.contents-header.shisetsu .col-md-6:first-child {
  background-image: url("/wp-content/uploads/shisetsu_bk.png");
}

.mce-content-body .contents-header .col-md-6:last-child,
.category .contents-header .col-md-6:last-child {
  background: rgba(235, 243, 252, 0.9);
  margin-top:-100px;
}


.mce-content-body .contents-header .col-md-6,
.category .contents-header .col-md-6 {
  padding: 14px 20px 20px 20px;
}

.mce-content-body .contents-header h1,
.category .contents-header h1 {
  margin: 0;
  padding: 15px 0 25px 0;
  width: auto;
  font-weight: 100;
  border-bottom: solid 1px rgba(100,100,100,0.3);
}

.mce-content-body .contents-header h2,
.category .contents-header h2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contents-header h1 {
    margin: 0 -20px;
    padding: 60px 0;
    text-align: justify;
    height: auto;
    font-size: 32px;
    font-weight: 100;
  }
}

@media (min-width: 992px) {
  
  .mce-content-body .contents-header,
  .category .contents-header {
    height: 300px;
    background: rgba(235, 243, 252, 1.0);
  }
  
  .mce-content-body .contents-header .col-md-6,
  .category .contents-header .col-md-6 {
    margin-top: 0;
    padding: 40px 60px 60px 60px;
  }
  
  .mce-content-body .contents-header .col-md-6:first-child,
  .category .contents-header .col-md-6:first-child {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .mce-content-body .contents-header .col-md-6:last-child,
  .category .contents-header .col-md-6:last-child {
    background: none;
    margin-top: 0;
    min-height: 300px;
  }
  
  .mce-content-body .contents-header h1,
  .category .contents-header h1 {
    padding: 40px 0 20px 0;
  }
}

@media (min-width: 1200px) {

}


/* ----- not found ----- */

.contents-header.not-found {
  height: 500px;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url('/wp/wp-content/uploads/2017/08/leaf-visual.png'); */
}


/* =========== HEADER-BREADCRUMB =========== */

.header-breadcrumb {
  background: rgba(255, 255, 255, 1.0);
  margin-top:82px;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .header-breadcrumb {
    margin-top:82px;
  }
}

@media (min-width: 992px) {
  .header-breadcrumb {
    margin-top:82px;
  }
}

@media (min-width: 1200px) {
  .header-breadcrumb {
    margin-top:82px;
  }
}


/* =========== FOOTER-BREADCRUMB =========== */

.footer-breadcrumb {
  border-top: solid 1px rgba(225, 225, 225, 1.0);
  margin-top: 0px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 1.0);
}

@media (min-width: 768px) {
  .footer-breadcrumb {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .footer-breadcrumb {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .footer-breadcrumb {
    margin-top: 0px;
  }
}

.footer-breadcrumb+.footer {
  margin-top: 0;
}

/* =========== BREADCRUMB =========== */

.breadcrumb {
  margin-bottom: 0;
  padding: 4px 20px 8px 20px;
  background: none;
}

.breadcrumb li {
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb>li+li:before {
  padding:0 2px;
}

@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 0;
    padding: 7px 20px 9px 20px;
    background: none;
  }
  .breadcrumb li {
    font-size: 14px;
    line-height: 28px;
  }
  .breadcrumb>li+li:before {
    padding:0 5px;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/* =========== BANNERS =========== */

.banners {
  padding: 30px 0 0 0;
  background: #ffffff;
}

.banners:before,
.banners:after {
  display: table;
  content: " ";
}

.banners:after {
  clear: both;
}

.banners .banner-item {
  display: block;
  width: 200px;
  height: 90px;
  margin:0 auto 10px auto;
  float: none;
}

.banners a {
  display: inline-block;
  width: 200px;
  margin: 0;
}

.banners a img {
  width: 200px;
  height: auto; 
  margin: 0;
  vertical-align: top;
}

@media (min-width: 768px) {
  
  .banners {
    padding: 30px 0 20px 0;
  }
  
  .banners .banner-item {
    display: block;
    width: 200px;
    height: 90px;
    margin:0 14px 10px 14px;
    float: left;

  }

  .banners a {
    display: inline-block;
    width: 200px;
    margin: 0;
  }

  .banners a img {
    width: 200px;
    height: auto; 
    margin: 0;
    vertical-align: top;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/* =========== LINK-BANNERS =========== */

.link-banners {
  margin: 0;
  padding: 20px 0 15px 0;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/wp/wp-content/uploads/banner-bk.png");
}

.link-banners:before,
.link-banners:after {
  display: table;
  content: " ";
}

.link-banners:after {
  clear: both;
}

.link-banners .banner-item {
  display: block;
  width: 200px;
  height: 100px;
  margin:0 auto 10px auto;
  float: none;
  
}

.link-banners .banner-item a {
  display: inline-block;
  width: 200px;
  margin: 0;
}

.link-banners .banner-item a img {
  width: 200px;
  height: auto; 
  margin: 0;
  vertical-align: top;
}

@media (min-width: 768px) {
  
  .link-banners {
    margin: 0;
    padding: 40px 0 30px 0;
  }
  
  .link-banners .banner-item {
    display: block;
    width: 200px;
    height: 100px;
    margin:0 14px 10px 14px;
    float: left;

  }

  .link-banners .banner-item a {
    display: inline-block;
    width: 200px;
    margin: 0;
  }

  .link-banners .banner-item a img {
    width: 200px;
    height: auto; 
    margin: 0;
    vertical-align: top;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/* =========== HOME =========== */


/* ----- news ----- */

.news {
  padding: 20px 15px 40px 15px;
}

.news h1 {
  margin: 10px 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 20px;
  font-weight: 300;
  border-bottom: solid 1px rgba(100,100,100,0.3);
}

.news .nav>li>a {
  font-size: 14px;
  padding: 10px 15px;
}

body.sp .news .nav>li>a {
    padding: 10px 10px;
}

.news .nav-tabs {
  border-bottom: none;
}

.news .nav-tabs>li {
  margin-bottom: 0;
}

.news .nav-tabs>li>a {
  margin-right: 5px;
}

.news .nav-tabs>li>a,
.news .nav-tabs>li>a:focus,
.news .nav-tabs>li>a:hover,
.news .nav-tabs>li.active>a,
.news .nav-tabs>li.active>a:focus,
.news .nav-tabs>li.active>a:hover {
  border: none;
  font-weight: 300;
  color: rgba(17, 17, 17, 1.0);
  border-bottom: solid 4px rgba(247, 247, 247, 0);
}

.news .nav-tabs>li>a:focus,
.news .nav-tabs>li>a:hover {
  border-radius: 0px;
  text-decoration: none;
  background: rgba(230, 230, 230, 0.5);
  border-bottom: solid 4px rgba(3, 120, 208, 0.8);
}

.news .nav-tabs>li.active>a,
.news .nav-tabs>li.active>a:focus,
.news .nav-tabs>li.active>a:hover {
  border-bottom:solid 4px rgba(3, 120, 208, 1.0);
  border-radius: 0;
  background: none;
  color: rgba(17, 17, 17, 1.0);
}

.news .tab-pane ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news .tab-pane ul li {
  margin: 0;
  padding: 0;
}

.news .tab-pane ul>li>a,
a.news-list-item {
  position: relative;
  margin: 10px 0 0 0;
  padding: 17px 20px 17px 42px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  vertical-align: top;
  text-align: left;
  color: rgba(17, 17, 17, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border: solid 1px rgba(230, 230, 230, 1.0);
}

.news .tab-pane ul>li>a.news-item-notice,
a.news-list-item.notice {
  color: rgba(17, 17, 17, 1.0);
  background: rgb(255, 245, 245);
  border: solid 1px rgba(211, 47, 47, 0.4);
}

.news .tab-pane ul>li>a:before,
a.news-list-item:before {
  position: absolute;
  left: 16px;
  top: 22px;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(237, 237, 237, 1.0);
  border-radius: 100%;
  transition: background-color .3s;
}

.news .tab-pane ul>li>a:after,
a.news-list-item:after {
  position: absolute;
  left: 22px;
  top: 29px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(56, 159, 217, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news .tab-pane ul>li>a.news-item-notice:before,
a.news-list-item.notice:before{
  background: rgb(255, 218, 218);
}

.news .tab-pane ul>li>a.news-item-notice:after,
a.news-list-item.notice:after{
  border-color: rgba(211, 47, 47, 1.0);
}

.news .tab-pane ul>li>a:hover:before,
a.news-list-item:hover:before {
  position: absolute;
  left: 16px;
  top: 22px;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(56, 159, 217, 1.0);
  border-radius: 100%;
  transition: background-color .3s;
}

.news .tab-pane ul>li>a:hover:after,
a.news-list-item:hover:after {
  position: absolute;
  left: 22px;
  top: 29px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news .tab-pane ul>li>a.news-item-notice:hover:before,
a.news-list-item.notice:hover:before{
  background: rgba(211, 47, 47, 1.0);
}

.news .tab-pane ul>li>a.news-item-notice:hover:after,
a.news-list-item.notice:hover:after{
  border-color: rgba(255, 255, 255, 1.0);
}

.news .tab-pane ul>li>a:focus,
.news .tab-pane ul>li>a:hover,
a.news-list-item:focus,
a.news-list-item:hover {
  text-decoration: none;
  color:rgba(3, 120, 208, 1.0);
  border-color: rgba(3, 120, 208, 0.5);
}

.news .tab-pane ul>li>a.news-item-notice:focus,
.news .tab-pane ul>li>a.news-item-notice:hover,
a.news-list-item.notice:focus,
a.news-list-item.notice:hover{
  color: rgba(211, 47, 47, 1.0);
  border-color: rgba(211, 47, 47, 0.5);
}

.news .tab-pane ul>li>a .label,
a.news-list-item .label {
  margin: -1px 10px 5px 10px;
  padding: 5px 0;
  display: inline-block;
  width: 8em;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  font-weight: 300;
  border-radius: 0px;
}

.news .tab-pane ul>li>a .date,
.news-list-item .date {
  font-size: 13px;
  display: inline-block;
}

body.sp .news .tab-pane ul>li>a .label,
body.sp a.news-list-item .label {
  padding: 1px 2px 3px 2px;
  font-size:14px;
  margin-bottom: 6px;
  width: 8em;
}

body.sp .news .tab-pane ul>li>a .date,
body.sp a.news-list-item .date {
  font-size:14px;
}

.news .tab-pane ul>li>a p,
a.news-list-item p {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.news .tab-pane .link {
  margin: 10px 0;
  text-align: center;
}

.news .tab-pane .link a {
  width: 100%;
  padding: 10px 0;
  display: block;
  line-height: 15px;
  font-weight: 300;
  color:rgba(17, 17, 17, 1.0);
  border: solid 1px rgba(247, 247, 247, 1.0);
  background: rgba(247, 247, 247, 1.0);
}

.news .tab-pane .link a:hover,
.news .tab-pane .link a:active {
  text-decoration: none;
  color:rgba(3, 120, 208, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border: solid 1px rgba(3, 120, 208, 0.5);
}

.news .tab-pane .link-archives {
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
}

.news .tab-pane .link-archives a {
  width: auto;
  padding: 6px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color:rgba(17, 17, 17, 1.0);
  border: solid 1px rgba(247, 247, 247, 1.0);
  background: rgba(247, 247, 247, 1.0);
}

.news .tab-pane .link-archives a:first-child {
  margin-left: 0;
}

.news .tab-pane .link-archives a:hover,
.news .tab-pane .link-archives a:active {
  text-decoration: none;
  color:rgba(3, 120, 208, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border: solid 1px rgba(3, 120, 208, 0.5);
}


@media (min-width: 768px) {
  
  .news h1 {
    margin: 20px 0 10px 0;
    padding: 0 0 20px 0;
    font-size: 32px;
    font-weight: 100;
    border-bottom: solid 1px rgba(100,100,100,0.3);
  }
  
  .news .nav>li>a {
    font-size: 16px;
    padding: 10px 15px;
  }
  
  .news .nav-tabs>li>a {
    margin-right: 10px;
  }
  
  .news .tab-pane ul>li>a,
  a.news-list-item {
    position: relative;
    margin: 10px 0 0 0;
    padding: 17px 20px 17px 42px;
    width: 100%;
    display: block;
    font-weight: 300;
    vertical-align: top;
    text-align: left;
    color: rgba(17, 17, 17, 1.0);
    background: rgba(255, 255, 255, 1.0);
    border: solid 1px rgba(230, 230, 230, 1.0);
  }

  .news .tab-pane .link-archives {
    text-align: right;
  }
  
  .news .tab-pane ul>li>a .label,
  a.news-list-item .label{
    font-size:14px;
  }
  
  .news .tab-pane ul>li>a .date,
  a.news-list-item .date {
    font-size:14px;
  }
  
  .news .tab-pane ul>li>a .label,
  a.news-list-item .label {
    margin: -1px 10px 5px 10px;
  }
  
}


@media (min-width: 992px) {
  
  .news .tab-pane ul>li>a,
  a.news-list-item {
    padding: 17px 20px 13px 42px;
  }
  
  .news .tab-pane ul>li>a .date,
  a.news-list-item .date {
    display: inline-block;
  }
  
  .news .tab-pane ul > li > a > p,
  a.news-list-item p {
    margin: 0;
    padding: 10px 0 0 0;
    display: inline;
  }

  
}


@media (min-width: 1200px) {
  
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article .news-list li {
  font-size: 16px;
  line-height: 28px;
}

/* pagination */
.article-header,
.article-footer {
  text-align: center;
}

.article-header .pagination {
  margin-top: 0;
}

.article-footer .pagination {
  margin-top: 40px;
  margin-bottom: 0;
}

.article-header .pagination > li > a.prev,
.article-header .pagination > li > a.next,
.article-footer .pagination > li > a.prev,
.article-footer .pagination > li > a.next {
  padding-top: 6px;
  padding-bottom: 0px;
}


/* ----- link-block 共通 ----- */

.link-block:hover {
  cursor: pointer;
}

.link-block h1 a,
.link-block h1 a:link,
.link-block h1 a:hover,
.link-block h1 a:active,
.link-block h1 a:visited {
  color: #ffffff;
  text-decoration: none;
}

.link-block h1 a {
  font-size: 22px;
  line-height: 28px;
}

@media (min-width: 768px) {
  
  .link-block h1 a {
    font-size: 24px;
    line-height: 40px;
  }
  
}

@media (min-width: 992px) {

  .link-block h1 a {
    font-size: 28px;
    line-height: 32px;
  }
  
}

@media (min-width: 1200px) {

}

/* ----- nyugaku ----- */

.nyugaku {
  position: relative;
  height: 40vw;
  padding: 0;
}

.nyugaku .link-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 100;
  background: url('/wp/wp-content/uploads/top_bk_001.png') center center no-repeat;
  background-size: 100% 100%;
  transition: background-size .3s;
}

.nyugaku .link-block:hover {
  text-decoration: none;
  background-size: 110% 110%;
}

.nyugaku .link-block:hover .mask {
  background: rgba(0, 42, 89, 0.4);
}

.nyugaku .link-block .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.0);
  transition: background-size .3s;
}

.nyugaku .link-block h1 {
  margin: 0 0 5px 0;
  height: 40px;
  font-size: 24px;
  font-weight: 100;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.nyugaku .link-block .description {
  margin: 0;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.nyugaku .link-block .mask {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  -webkit-transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  background: rgba(0, 42, 89, 0.5);
  transition: background-color .3s;
}

@media (min-width: 768px) {

  .nyugaku .link-block .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    width: 100%;
    height: 90px;
    padding: 10px 0;
  }

  .nyugaku .link-block h1 {
    margin: 0;
    height: 40px;
    font-size: 32px;
    font-weight: 100;
    line-height: 40px;
  }

  .nyugaku .link-block .description {
    margin: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
  }

}

@media (min-width: 992px) {
  .nyugaku {
    height: 22.65625vw;
  }
}

@media (min-width: 1200px) {

}


/* ----- about ----- */

.about {
  position: relative;
  height: 40vw;
  padding: 0;
}

.about .link-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 100;
  background: url('/wp/wp-content/uploads/top_bk_002.png') center center no-repeat;
  background-size: 100% 100%;
  transition: background-size .3s;
}

.about .link-block:hover {
  text-decoration: none;
  background-size: 110% 110%;
}

.about .link-block:hover .mask {
  background: rgba(0, 68, 103, 0.5);
}

.about .link-block .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  z-index: 101;
}

.about .link-block h1 {
  margin: 0 0 5px 0;
  height: 40px;
  font-size: 24px;
  font-weight: 100;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.about .link-block .description {
  margin: 0;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.about .link-block .mask {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  -webkit-transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  background: rgba(0, 68, 103, 0.6);
}

@media (min-width: 768px) {

  .about .link-block .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    width: 100%;
    height: 90px;
    padding: 10px 0;
  }

  .about .link-block h1 {
    margin: 0;
    height: 40px;
    font-size: 32px;
    font-weight: 100;
    line-height: 40px;
  }

  .about .link-block .description {
    margin: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
  }

}

@media (min-width: 992px) {
  .about {
    height: 22.65625vw;
  }

}

@media (min-width: 1200px) {

}



/* ----- heading ----- */

.heading {
  padding: 100px 0;
}

.heading .title {
  /* padding: 0 110px; */
  text-align: center;
}

.heading .title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.heading .title h2 span {
  font-size: 60%;
  font-weight: 400;
  color: rgba(100, 100, 100, 1.0);
}

.heading .description {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
}


@media (min-width: 768px) {

  .heading .title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 100;
    line-height: 130%;
  }

}

@media (min-width: 992px) {
  .about {
    height: 22.65625vw;
  }

}

@media (min-width: 1200px) {

}



/* ----- heading-2 ----- */

.heading-2 {
  padding: 100px 0;
}

.heading-2 .title {
  /* padding: 0 110px; */
  text-align: center;
}

.heading-2 .title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.heading-2 .title h2 span {
  font-size: 60%;
  font-weight: 400;
  color: rgba(100, 100, 100, 1.0);
}

.heading-2 .description {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
}

body.sp .heading-2 .description {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {

  .heading-2 .title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 100;
    line-height: 130%;
  }
  
  .heading-2 .description {
    margin: 0;
  }

}

@media (min-width: 992px) {
  .about {
    height: 22.65625vw;
  }

}

@media (min-width: 1200px) {

}

/* ----- heading-3 ----- */

.heading-3 {
  padding: 80px 0 20px 0;
}

.heading-3 .title {
  /* padding: 0 110px; */
  text-align: center;
}

.heading-3 .title h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 100;
  line-height: 130%;
}

.heading-3 .title h2 span {
  font-size: 60%;
  font-weight: 400;
  color: rgba(100, 100, 100, 1.0);
}

.heading-3 .description {
  margin: 30px 0 0 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-align: justify;
}



/* ----- shosen,denshikikai ----- */

.shosen,
.denshikikai,
.seigyojoho {
  position: relative;
  height: 60vw;
  padding: 0;
}

.shosen .link-block {
  background: url('/wp/wp-content/uploads/top_bk_003.png') center center no-repeat;
}

.denshikikai .link-block {
  background: url('/wp/wp-content/uploads/top_bk_004.png') center center no-repeat;
}

.seigyojoho .link-block {
  background: url('/wp/wp-content/uploads/top_bk_005.png') center center no-repeat;
}

.shosen .link-block,
.denshikikai .link-block,
.seigyojoho  .link-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 100;
  background-size: 130% 100%;
  transition: background-size .3s;
}

.shosen .link-block:hover,
.denshikikai .link-block:hover,
.seigyojoho .link-block:hover {
  text-decoration: none;
  background-size: 143% 110%;
}

.shosen .link-block:hover .mask {
  background: rgba(0, 42, 89, 0.4);
}

.denshikikai .link-block:hover .mask {
  background: rgba(35, 123, 0, 0.4);
}

.seigyojoho .link-block:hover .mask {
  background: rgba(189, 81, 0, 0.4);
}

.shosen .link-block .text,
.denshikikai .link-block .text,
.seigyojoho .link-block .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -60px;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  z-index: 101;
}

.shosen .link-block h1,
.denshikikai .link-block h1,
.seigyojoho .link-block h1 {
  margin: 0 0 5px 0;
  height: 50px;
  font-size: 30px;
  font-weight: 100;
  line-height: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.shosen .link-block .description,
.denshikikai .link-block .description,
.seigyojoho .link-block .description {
  margin: 0;
  height: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color: rgba(255, 255, 255, 1.0);
}

.shosen .mask,
.denshikikai .mask,
.seigyojoho .mask {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  -webkit-transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  background: rgba(0, 42, 89, .5);
}

.denshikikai .mask {
  background: rgba(35, 123, 0, .5);
}

.seigyojoho .mask {
  background: rgba(189, 81, 0, 0.5);
}

@media (min-width: 415px) {
  .shosen,
  .denshikikai,
  .seigyojoho {
    position: relative;
    height: 40vw;
    padding: 0;
  }
  .shosen .link-block,
  .denshikikai .link-block,
  .seigyojoho .link-block {
    background-size: 100% 100%;
  }

  .shosen .link-block:hover,
  .denshikikai .link-block:hover,
  .seigyojoho .link-block:hover {
    background-size: 110% 110%;
  }
}

@media (min-width: 768px) {

  .shosen .link-block,
  .denshikikai .link-block,
  .seigyojoho .link-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 100;
  }

  .shosen .link-block .text,
  .denshikikai .link-block .text,
  .seigyojoho .link-block .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -55px;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    z-index: 101;
  }

  .shosen .link-block h1,
  .denshikikai .link-block h1,
  .seigyojoho .link-block h1 {
    margin: 0;
    height: 50px;
    font-size: 30px;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
    color: rgba(255, 255, 255, 1.0);
  }

  .shosen .link-block .description,
  .denshikikai .link-block .description,
  .seigyojoho .link-block .description {
    margin: 0;
    height: 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 1.0);
  }

}

@media (min-width: 992px) {
  .shosen,
  .denshikikai,
  .seigyojoho {
    height: 22.65625vw;
  }
  .shosen .link-block,
  .denshikikai .link-block,
  .seigyojoho .link-block {
    background-size: 150% 100%;
  }
  .shosen .link-block:hover,
  .denshikikai .link-block:hover,
  .seigyojoho .link-block:hover {
    text-decoration: none;
    background-size: 165% 110%;
  }
}

@media (min-width: 1200px) {

}

/* ----- imse ----- */

.page .imse {
  height: 60vw;
  padding: 0;
}

.page .imse .link-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 100;
  background: url('/wp/wp-content/uploads/top_bk_007.png') center center no-repeat;
  background-size: 130% 100%;
  transition: background-size .3s;
}

.page .imse .link-block:hover {
  text-decoration: none;
  background-size: 143% 110%;
}

.page .imse .link-block:hover .mask {
  background: rgba(229, 57, 53, 0.3);
}

.page .imse .link-block .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -70px;
  width: 100%;
  height: 70px;
  z-index: 101;
}

.page .imse .link-block h1 {
  margin: 0;
  height: 40px;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.page .imse .link-block .description {
  margin: 10px 20px;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.page .imse .mask {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  -webkit-transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  background: rgba(229, 57, 53, 0.4);
  transition: background-color .3s;
}

@media (min-width: 415px) {
}

@media (min-width: 768px) {
  .page .imse {
    height: 40vw;
    padding: 0;
  }
  .page .imse .link-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 100;
    background: url('/wp/wp-content/uploads/top_bk_007.png') center center no-repeat;
    background-size: 100% 100%;
  }

  .page .imse .link-block .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 100%;
    height: 70px;
  }

  .page .imse .link-block h1 {
    margin: 0;
    height: 40px;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1.0);
  }

  .page .imse .link-block .description {
    margin: 10px 80px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 1.0);
  }
  
  .page .imse .link-block:hover {
    text-decoration: none;
    background-size: 110% 110%;
  }
  
}

@media (min-width: 992px) {
  .page .imse {
    /*height: 15.65625vw;*/
    height: 18vw;
    padding: 0;
  }
  .page .imse .link-block {
    background-size: 100% 240%;
    background-position: center -110px;
  }
  .page .imse .link-block:hover {
    text-decoration: none;
    background-size: 110% 264%;
  }
}

@media (min-width: 1200px) {

}

/* ----- senkoka ----- */

.senkoka {
  height: 60vw;
  padding: 0;
}

.senkoka .link-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 100;
  background: url('/wp/wp-content/uploads/top_bk_006.png') center center no-repeat;
  background-size: 130% 100%;
  transition: background-size .3s;
}

.senkoka .link-block:hover {
  text-decoration: none;
  background-size: 143% 110%;
}

.senkoka .link-block:hover .mask {
  background: rgba(239, 94, 152, 0.3);
}

.senkoka .link-block .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -70px;
  width: 100%;
  height: 70px;
  z-index: 101;
}

.senkoka .link-block h1 {
  margin: 0;
  height: 40px;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.senkoka .link-block .description {
  margin: 10px 20px;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
}

.senkoka .mask {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  -webkit-transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  transition: background 125ms cubic-bezier(.4, 0, .2, 1);
  background: rgba(239, 94, 152, 0.4);
  transition: background-color .3s;
}

@media (min-width: 415px) {
}

@media (min-width: 768px) {
  .senkoka {
    height: 40vw;
    padding: 0;
  }
  .senkoka .link-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 100;
    background: url('/wp/wp-content/uploads/top_bk_006.png') center center no-repeat;
    background-size: 100% 100%;
  }

  .senkoka .link-block .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 100%;
    height: 70px;
  }

  .senkoka .link-block h1 {
    margin: 0;
    height: 40px;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1.0);
  }

  .senkoka .link-block .description {
    margin: 10px 80px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 1.0);
  }
  
  .senkoka .link-block:hover {
    text-decoration: none;
    background-size: 110% 110%;
  }
  
}

@media (min-width: 992px) {
  .senkoka {
    /*height: 15.65625vw;*/
    height: 18vw;
    padding: 0;
  }
  .senkoka .link-block {
    background-size: 100% 240%;
    background-position: center -110px;
  }
  .senkoka .link-block:hover {
    text-decoration: none;
    background-size: 110% 264%;
  }
}

@media (min-width: 1200px) {

}



/* =========== PAGE-LIST =========== */

.page-list {
  margin: -20px -16px 0 -16px;
  padding: 0;
  list-style: none;
}


/* =========== PAGE-LIST-ITEM =========== */

.page-list-item {
  position: relative;
  margin: 20px 0 0 0;
  padding: 17px 20px 19px 42px;
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: left;
  background: rgba(255, 255, 255, 1.0);
  border: solid 1px rgba(230, 230, 230, 1.0);
}

.page-list-item:before{
  position: absolute;
  left: 16px;
  top: 22px;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(237, 237, 237, 1.0);
  border-radius: 100%;
  transition: background-color .3s;
}

.page-list-item:after{
  position: absolute;
  left: 22px;
  top: 29px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(56, 159, 217, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.page-list-item:link,
a.page-list-item:visited {
  color:rgba(17, 17, 17, 1.0);
}

a.page-list-item:hover,
a.page-list-item:active {
  text-decoration: none;
  color:rgba(3, 120, 208, 1.0);
  border-color: rgba(3, 120, 208, 0.5);
}

a.page-list-item:hover:before,
a.page-list-item:active:before {
  background: rgba(56, 159, 217, 1.0);
}

a.page-list-item:hover:after,
a.page-list-item:active:after {
  position: absolute;
  left: 22px;
  top: 29px;
  content: '';
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1.0);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =========== CARDS =========== */

.cards {
  padding-top: 80px;
  padding-bottom: 20px;
}

.container.cards + .container.cards{
  padding-top:20px;
}

.card {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border:solid 1px rgba(230, 230, 230, 1.0);
  background: rgba(255, 255, 255, 1.0);
}

.card:hover,
.card:hover a,
.card a:hover,
.card a:active{
  opacity: 0.9;
  cursor: pointer;
  text-decoration: none;
  color:rgba(3, 120, 208, 1.0);
  border-color: rgba(3, 120, 208, 0.5);
}

.card a {
  display: block;
}

.card a {
  color:rgba(50, 50, 50, 1.0);
  text-decoration: none;
}

.card img {
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
}

.card img.alignleft {
  float: none;
}

.card h2 {
  margin: 0;
  padding: 0 20px 4px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.card p {
  margin-bottom: 0;
  padding: 0;
}

.card p.description {
  margin: 0;
  padding: 0 20px 0 20px;
  font-size: 14px;
  line-height: 20px;
}

.card.fb {
  padding-top: 10px;
  padding-left: 70px;
  background:#fff url('/wp/wp-content/uploads/FB-f-Logo__blue_144.png') 20px center no-repeat;
  background-size: 50px 50px;
}

@media (min-width: 768px) {
  
  .card h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .card p.description {
    margin: 0;
    padding: 0 20px 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
  }
  
}

@media (min-width: 992px) {
  .article {
  }
}

@media (min-width: 1200px) {
  .article {
  }
}

/* =========== ARTICLE =========== */

.article {
  padding: 40px 20px 40px 20px;
}

@media (min-width: 768px) {
  .article {
    padding: 40px 0 40px 0;
  }
}

@media (min-width: 992px) {
  .article {
  }
}

@media (min-width: 1200px) {
  .article {
  }
}

/* ----- typography ----- */

.mce-content-body h1,
.article h1 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 100;
  color:#111111;
}

.mce-content-body h2,
.article h2 {
  padding-top:20px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 200;
}

.article.container h2:first-child {
  padding-top: 0;
  margin-top: 0;
}

.mce-content-body h3,
.article h3 {
  padding-top:5px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
}

.mce-content-body h4,
.article h4 {
  padding-top:5px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.mce-content-body h5,
.article h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.mce-content-body h6,
.article h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.article p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.article p.lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: justify;
}

.article pre {
  padding: 7px 9.5px 9.5px 9.5px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-family: 'Noto Sans JP',-apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
}

.article blockquote {
  margin-bottom: 10px;
  padding: 2px 20px 6px 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.article .blockquote-footer {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #868e96;
}

.article .blockquote-footer::before {
    content: "\2014 \00A0";
}

.mce-content-body ul li,
.mce-content-body ol li,
.article ul li,
.article ol li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.mce-content-body th,
.mce-content-body td,
.article th,
.article td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}


/* ----- トピックス用段落 ----- */
.article.post h2 {
  font-weight: 300;
}

.article.post h3 {
  /* color:#426c92; */
  font-weight: 300;
}

/* ----- トピックス用段落 ----- */
.article.post p {
  text-indent: 0;
}


/* ----- トピックス用画像 ----- */

.article img {
  margin-top: 40px;
  /*
  width: 100%;
  height: auto;
  */
}

@media (min-width: 768px) {
  .article img {
    /*
    width: auto;
    height: auto;
    margin-top: 40px;
    */
  }
}

@media (min-width: 992px) {
  .article img {
  }
}

@media (min-width: 1200px) {
  .article img {
  }
}

.article.post img {
  margin-top: 0;
  /*
  width: 100%;
  height: auto;
  */
}

@media (max-width: 768px) {
  .article.post img {
    max-width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .article.post img {
    margin-top: 0;
    /*
    width: auto;
    height: auto;
    */
  }
}

@media (min-width: 1200px) {
  .article.post img {
    /*
    width: auto;
    height: auto;
    */
  }
}


/* ========== Color =========== */

.circle {
  display: inline-block;
  padding: 60px 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
}

.circle span{
  font-size: 12px;
}

.color-background-01 {
  background: rgba(255, 255, 255, 1.0);
}

.color-background-02 {
  background: rgba(247, 247, 247, 1.0);
}

.color-background-03 {
  /* background: rgba(57, 163, 220, 1.0); */
  background: rgba(217, 237, 255, 1.0);
  border: solid 1px rgba(234, 241, 255, 1.0);
}

.color-text-01 {
  color: #ffffff;
  background: rgba(17, 17, 17, 1.0);
}

.color-text-02 {
  color: #ffffff;
  background: rgba(17, 17, 17, 1.0);
}

.color-text-03 {
  color: #ffffff;
  background: rgba(3, 120, 208, 1.0);
}

.color-label-01 {
  color: #ffffff;
  background: rgba(3, 120, 208, 1.0);
}

.color-label-02 {
  background: rgba(53, 163, 220, 1.0);
}

.color-label-03 {
  background: rgba(255, 255, 255, 1.0);
}

.label-1,
.label-11,
.label-12,
.label-topics {
  color: #ffffff;
  background: rgba(3, 120, 208, 1.0);
}

.label-2,
.label-students {
  color: #ffffff;
  background: rgba(53, 163, 220, 1.0);
}

.label-8,
.label-notice {
  color: #ffffff;
  background: rgba(211, 47, 47, 1.0);
}


/* ===== WP ===== */
.mce-content-body .wp-caption-text,
.article p.wp-caption-text {
  margin-top:-15px;
  margin-bottom: 20px;
  text-align: center;
  text-indent: 0;
}

.mce-content-body .wp-caption img,
.article .wp-caption img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


/* ========== main-visual-imse =========== */

.main-visual-imse {
  margin: -25% 16px 16px 16px;
  height: auto;
  padding: 16px 0;
}

.imse-banner {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgba(130,130,130,0.3);
}

.imse-banner a {
  padding-bottom: 25%;
  display: block;
  border: solid 1px rgba(230, 230, 230, 1.0);
  background: url('/wp/wp-content/uploads/imse_banner_bk.jpg') bottom center no-repeat;
  background-size: 100% 50%;
}

.imse-banner a:hover,
.imse-banner a:active
{
  opacity: 0.95;
  border-color: rgba(229, 80, 112, 0.8);
}

.imse-banner a img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@keyframes light-animation {
  0% { transform: scale(0.1) rotate(45deg); opacity: 0; }
  80% { transform: scale(0.1) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(2) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

@media (min-width: 768px) {
  .main-visual-imse {
    margin: -104px 0 0 0;
    height: 190px;
    padding: 16px 0;
    background: rgba(229, 57, 53, 0.3);
    position: relative;
    overflow: hidden;
    /* background:rgba(229, 80, 112, 0.4); */
  }
  
  .light {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: -10%;
    background: rgba(255,255,255,0.3);
    transform: rotate(-80deg);
    animation-name: light-animation;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-iteration-count: infinite;
  }
  
  .imse-banner a {
    padding-bottom: 0;
    background: url('/wp/wp-content/uploads/imse_banner_bk.jpg') center right no-repeat;
    background-size: auto auto;
  }
  .imse-banner {
    position: absolute;
    left: 50%;
    margin-left: -360px;
    width: 720px;
    z-index: 999;
  }
  
  .imse-banner a img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .main-visual-imse {
    height: 190px;
    padding: 16px 0;
  }

  .imse-banner {
    width: 940px;
    margin-left: -470px;
  }
}

@media (min-width: 1200px) {
  .imse-banner {
    width: 1140px;
    margin-left: -570px;
  }
}

.imse-unit-01,
.imse-unit-02 {
  margin-top: 24px;
}

.imse-unit-header {
}

.imse-unit-header:after {
    content:" ";
    display:block;
    clear:both;
}

.imse-unit-01 h4,
.imse-unit-02 h4 {
  width: 300px;
  height: 48px;
  line-height: 48px;
  display: inline;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 8px 50px 8px 16px;
  border-right: solid 10px #fff;
  background: linear-gradient(90deg, #191f60, #1e3589, #ffffff);
}

.imse-unit-02 h4 {
  background: linear-gradient(90deg, #911582, #a8529b, #ffffff);
}

.imse-unit-01 p.line,
.imse-unit-02 p.line {
  color: #191f60;
  margin: 0 0 8px 0;
  font-weight: bold;
  padding: 8px 0 0 20px;
  overflow-x: hidden;
}

.imse-unit-02 p.line {
  color: #911582;
}

@media (min-width: 768px) {
  .imse-unit-header {
    height: 48px;
    margin-bottom: 16px;
  }
  
  .imse-unit-01 .imse-unit-header {
  border-bottom: 2px solid #191f60;
  }

  .imse-unit-02 .imse-unit-header {
    border-bottom: 2px solid #911582;
  }
  
  .imse-unit-01 h4,
  .imse-unit-02 h4 {
    float: left;
    padding: 0 50px 0 16px;
  }
  
  .imse-unit-01 p.line,
  .imse-unit-02 p.line {
    float: left;
    margin: 0;
    padding: 12px 0 0 20px;
  }
}

.imse-unit-body {
  margin-left: 1em;
}

.imse-unit-body .imse-unit-body-item {}

.imse-unit-body .imse-unit-body-item:after {
    content:" ";
    display:block;
    clear:both;
}

.imse-unit-body .imse-unit-body-item h5 {
  width: 260px;
  height: 40px;
  line-height: 40px;
  margin-right: 16px;
  padding-left: 12px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.imse-unit-01 .imse-unit-body .imse-unit-body-item h5 {
  background-image: url("/wp/wp-content/uploads/imse-arror-01.png");
  background-color: #191f60;
}

.imse-unit-02 .imse-unit-body .imse-unit-body-item h5 {
  background-image: url("/wp/wp-content/uploads/imse-arror-02.png");
  background-color: #911582;
}

.imse-unit-body .imse-unit-body-item p {
  width: 100%;
  box-sizing: border-box;
  margin: 4px 0 16px 0;
  padding: 0 0 0 0;
  line-height: 24px;
}

@media (min-width: 768px) {
  .imse-unit-body .imse-unit-body-item h5 {
    float: left;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin-right: 16px;
    padding-left: 12px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  .imse-unit-body .imse-unit-body-item p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 5px -300px;
    padding: 0 0 0 300px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .imse-unit-body .imse-unit-body-item h5 {
    float: left;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin-right: 16px;
    padding-left: 12px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  .imse-unit-body .imse-unit-body-item p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 10px -300px;
    padding: 0 0 0 300px;
    line-height: 40px;
  }
  .imse-unit-body .imse-unit-body-item p.long {
    margin: 5px 0 5px -300px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .imse-unit-body .imse-unit-body-item p {
    margin: 10px 0 10px -300px;
    padding: 0 0 0 300px;
    line-height: 40px;
  }
  .imse-unit-body .imse-unit-body-item p.long {
    margin: 10px 0 10px -300px;
    line-height: 40px;
  }
}

/* ========== main-visual-covid-19 =========== */

.main-visual-covid-19 {
  margin: -25% 16px 16px 16px;
  height: auto;
  padding: 16px 0;
}

.covid-19-banner {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgba(130,130,130,0.3);
}

.covid-19-banner a {
  display: block;
  padding: 16px;
  border: solid 1px rgba(230, 230, 230, 1.0);
  text-align: center;
  background: linear-gradient(#FFFFFF, #B9CCE8);
}

.covid-19-banner a:hover,
.covid-19-banner a:active
{
  opacity: 0.95;
  border-color: rgba(25, 49, 87, 0.5);
}

.covid-19-banner a img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main-visual-covid-19 {
    margin: -104px 0 0 0;
    height: 190px;
    padding: 16px 0;
    background: rgba(229, 57, 53, 0.3);
    position: relative;
    overflow: hidden;
    /* background:rgba(229, 80, 112, 0.4); */
  }

  .covid-19-banner {
    position: absolute;
    left: 50%;
    margin-left: -360px;
    width: 720px;
    z-index: 999;
  }
  
  .covid-19-banner a {
    height: 158px;
    padding: 24px 0 0 0;
  }
  
  .covid-19-banner a img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .covid-19-banner {
    width: 940px;
    margin-left: -470px;
  }
  .covid-19-banner a {
    height: 158px;
    padding: 8px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .covid-19-banner {
    width: 1140px;
    margin-left: -570px;
  }

  .covid-19-banner a {
    padding: 0;
  }
}

