@charset "UTF-8";
/*
Theme Name: 	Newsmag Child marines-castle 2020
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description: 	Premium wordpress template, clean and easy to use.
Version: 		1.0
Author: 		tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:     Newsmag
License:
License URI:
Tags:black, white, one-column, two-columns, fixed-layout
*/
/* CSS Document */
/*================
COMMON
================*/
body {
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #634929;
  font-size: 16px;
  line-height: 1.7;
}
body.top {
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

input, button {
  -webkit-appearance: none;
}

a {
  color: #634929;
}

#article a:not(.vc_general, .jp-relatedposts-post-a) {
  color: #0093ff;
  text-decoration: underline;
}
#article a:not(.vc_general, .jp-relatedposts-post-a):hover {
  color: #4ba5e6;
  text-decoration: none;
}

.wrap {
  font-size: 84%;
}
.wrap .inner {
  width: 100%;
  margin: 0 auto;
}
.wrap .btn {
  display: block;
}
.wrap .btn.btn_contact {
  background: #F2B708;
  border-bottom: 5px solid #EDA506;
  border-radius: 5px;
}
.wrap .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

sub {
  font-size: 70%;
  vertical-align: baseline;
}

.pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .wrap {
    font-size: 100%;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}
/*================
HEADER
================*/
#header {
  border-bottom: 1px solid #DDD;
  position: relative;
  z-index: 3;
}
#header a, #header img {
  display: block;
}
#header .inner {
  overflow: hidden;
  padding: 10px 0;
}
#header #logoMCP {
  width: 190px;
  float: left;
  margin-left: 10px;
  display: block;
}
#header .btn.btn_contact {
  display: none;
}
#header .btn.btn_menu {
  float: right;
  margin: 3px 10px;
}
#header .btn.btn_login {
  float: right;
  background: url(images/common/ico_login_sp.png) no-repeat center 2px;
  background-size: 23px auto;
  color: #55C455;
  padding: 27px 0 0;
  font-size: 45%;
}

@media print, screen and (min-width: 768px) {
  #header .inner {
    max-width: 1100px;
    padding: 25px 0;
  }
  #header #logoMCP {
    width: 274px;
    /*float: none;
    margin: 0 auto;*/
  }
  #header .btn.btn_contact {
    display: block;
    float: right;
    padding: 13px 26px 8px 21px;
  }
  #header .btn.btn_menu {
    display: none;
  }
  #header .btn.btn_login {
    background: #55C455;
    color: #FFF;
    border-radius: 3px;
    border: 1px solid #40B740;
    text-align: center;
    padding: 0 20px;
    font-size: 100%;
    box-shadow: 2px 2px 0 rgba(56, 160, 56, 0.24);
    margin-top: 3px;
  }
  #header .btn.btn_login span {
    display: inline-block;
    background: url(images/common/ico_login.png) no-repeat left center;
    background-size: 23px auto;
    padding: 5px 0 5px 28px;
  }
  #header .flr {
    float: right;
    margin: 5px 20px 0 0;
  }
  #header .flr a {
    display: inline-block;
    color: #634929;
    background: url(images/common/arrow_orange.png) no-repeat 18px 10px/6px auto;
    padding: 0 0 0 28px;
  }
  #header .flr a:hover {
    opacity: .7;
  }
}
/*================
gNav
================*/
#gNav {
  position: relative;
  font-size: 94%;
  z-index: 2;
}
#gNav .inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1100px;
  background: #FFF;
  z-index: 2;
  padding-bottom: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#gNav .inner.open {
  display: block;
}
#gNav .inner.open ul {
  margin-bottom: 15px;
}
#gNav .inner.open li ul {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.02);
}
#gNav .inner.open li li {
  border-bottom: none;
  border-top: 1px solid #DDD;
}
#gNav .inner.open li li a {
  background: url(images/common/arrow_orange.png) no-repeat 10px center;
  background-size: 6px auto;
  padding-left: 25px;
}
#gNav li {
  border-bottom: 1px solid #DDD;
}
#gNav li ul {
  display: none;
}
#gNav li a, #gNav li strong, #gNav li span {
  display: block;
}
#gNav li a, #gNav li span {
  padding: 10px;
  background: url(images/common/arrow_blue.png) no-repeat 96% center;
  background-size: 15px auto;
}
#gNav li a span, #gNav li span span {
  display: none;
}
#gNav .btn {
  text-align: center;
}
#gNav .btn.btn_contact {
  margin: 0 20px 15px;
  padding: 10px 5px;
}
#gNav .btn.btn_close {
  border: 2px solid #666;
  border-radius: 5px;
  padding: 10px;
  margin: 0 20px 20px;
}
#gNav #gNav-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
#gNav #gNav-bg.open {
  display: block;
}

@media print, screen and (min-width: 768px) {
  #gNav {
    border-bottom: 1px solid #DDD;
    text-align: center;
  }
  #gNav .inner {
    display: inline-block;
    min-height: 1%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    box-shadow: none;
  }
  #gNav .inner:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
  }
  #gNav li {
    float: left;
    width: calc(100% / 6);
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
  }
  #gNav li span:hover {
    cursor: pointer;
  }
  #gNav li a:hover strong {
    color: #0797E0;
  }
  #gNav li:last-child > a, #gNav li:last-child > span {
    border-right: 1px solid #DDD;
  }
  #gNav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 88%;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #DDD;
  }
  #gNav li li {
    float: none;
    width: 100%;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  #gNav li li a {
    padding: 10px 10px 10px 20px;
    background: url(images/common/arrow_orange.png) no-repeat 10px center;
    background-size: 6px auto;
  }
  #gNav li li a:hover {
    color: #EE8202;
  }
  #gNav li li:last-child a {
    border-right: none;
  }
  #gNav li a, #gNav li span {
    padding: 5px;
    background: none;
    border-left: 1px solid #DDD;
  }
  #gNav li a span, #gNav li span span {
    padding: 0;
    display: block;
    font-size: 67%;
    color: #0797E0;
    border-left: none;
  }
  #gNav .btn, #gNav #gNav-bg {
    display: none;
  }

  * html #gNav .inner {
    height: 1%;
  }
}
/*================
pageTit
================*/
.pageTit {
  background: url(images/common/bg_main.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pageTit .inner {
  max-width: 1100px;
  box-sizing: border-box;
  padding: 55px 15px 65px;
}
.pageTit h1 {
  font-size: 200%;
  font-weight: bold;
}
.pageTit strong {
  color: #0797E0;
  display: block;
  font-size: 88%;
}

@media print, screen and (min-width: 768px) {
  .pageTit .inner {
    padding: 110px 0 140px;
  }
  .pageTit h1 {
    font-size: 213%;
  }
}
/*================
CONTENTS
================*/
#contents {
  position: relative;
  z-index: 1;
}
#contents .inner {
  max-width: 960px;
}
#contents .line-top {
  background: url(images/common/line.png) repeat-x left top;
  background-size: auto 3px;
}
#contents .line-top.bg-none {
  background: none;
}
#contents .section {
  padding: 33px 10px 30px;
}
#contents .section:nth-child(2n) {
  background: #F8FEFF;
}
#contents .section.section01 {
  padding: 0;
}
#contents .section.section01 .line-top {
  padding: 33px 10px 30px;
}
#contents #umitonippon {
  margin-top: 30px;
  text-align: center;
}
#contents #umitonippon dt {
  padding: 0 50px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  #contents .line-top {
    background-size: auto 5px;
  }
  #contents .section {
    padding: 75px 0;
  }
  #contents .section.section01 {
    padding: 0;
  }
  #contents .section.section01 .line-top {
    padding: 75px 0;
  }
  #contents #umitonippon {
    margin-top: 50px;
  }
  #contents #umitonippon dt, #contents #umitonippon dd {
    display: inline-block;
    vertical-align: middle;
  }
  #contents #umitonippon dt {
    padding: 0;
    margin: 0 30px 0 0;
  }
  #contents #umitonippon br {
    display: none;
  }
}
/*================
PANKUZU
================*/
#pankuzu {
  clear: both;
  background: #FCFCFC;
  border-top: 1px solid #EEE;
  padding: 10px;
  font-size: 75%;
}
#pankuzu ul {
  overflow: hidden;
  margin: 0;
}
#pankuzu li {
  float: left;
}
#pankuzu li:before {
  content: "／";
  margin: 0 0.5em;
}
#pankuzu li:first-child:before {
  display: none;
}
#pankuzu a {
  text-decoration: underline;
}
#pankuzu a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #pankuzu ul {
    width: 1100px !important;
    margin: 0 auto;
  }
}
/*================
FOOTER
================*/
#footer {
  clear: both;
}
#footer .footer_top {
  background: #0797E0;
  color: #FFF;
}
#footer .footer_top li {
  border-bottom: 1px solid #FFF;
  font-size: 94%;
}
#footer .footer_top a {
  color: #FFF;
  display: block;
  padding: 10px 10px 10px 20px;
  background: url(images/common/arrow_white02.png) no-repeat 10px center;
  background-size: 6px auto;
}
#footer .footer_top dl {
  text-align: center;
  padding: 15px 10px;
  font-size: 75%;
}
#footer .footer_top dt {
  margin-bottom: 10px;
}
#footer .footer_btm {
  color: #666;
  font-size: 75%;
  padding: 15px 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #footer .inner {
    max-width: 1100px;
  }
  #footer .footer_top ul {
    border-bottom: 1px solid #FFF;
    text-align: center;
    padding: 30px 0;
  }
  #footer .footer_top li {
    border-bottom: none;
    display: inline-block;
  }
  #footer .footer_top li:after {
    content: "／";
    margin: 0 0.3em;
  }
  #footer .footer_top li:last-child:after {
    display: none;
  }
  #footer .footer_top a {
    display: inline;
    padding: 0;
    background: none;
  }
  #footer .footer_top a:hover {
    text-decoration: underline;
  }
  #footer .footer_top dl {
    padding: 30px 0;
  }
}
/*================
PAGE TOP
================*/
#page-top {
  z-index: 2;
}

/*================
TOP
================*/
#main h1 {
  margin: 5px 0 15px;
}
#main strong {
  display: inline-block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  padding: 5px 40px;
}
#main:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 247, 233, 0) 0%, #fff7e9 100%);
  background: -webkit-linear-gradient(top, rgba(255, 247, 233, 0) 0%, #fff7e9 100%);
  background: linear-gradient(to bottom, rgba(255, 247, 233, 0) 0%, #fff7e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7e9', endColorstr='#fff7e9',GradientType=0 );
}
#main .btn_outline {
  color: #FFF;
  font-size: 113%;
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0 10px;
  border-bottom: 5px solid #EE8202;
  background: #F19B02;
  margin-top: 20px;
}
#main .btn_outline span {
  background: url(images/common/arrow_white.png) no-repeat left center;
  background-size: 33px auto;
  padding-left: 35px;
  display: inline-block;
  min-height: 33px;
  line-height: 2.0;
}
#main .btn_outline.btn_school {
  border-bottom: 5px solid #0797E0;
  background: #07ADE4;
}

.att {
  border: 1px #FF7562 solid;
  background: #FFEBE9;
  padding: 10px;
  margin-bottom: 30px;
}
.att i {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background: #FF7562;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px 0 0;
  border-radius: 50%;
  vertical-align: sub;
}
.att a:hover {
  text-decoration: underline;
}

.slider-top li {
  display: none;
}

.bx-viewport .slider-top li {
  display: block !important;
}

#main.bg {
  background-size: auto 100% !important;
}

span.bg-slide-h {
  min-height: 350px;
  display: block;
}

.top {
  /*.section01 {
    background: url(images/common/bg01.png) repeat;
    background-size: 50px auto;
    padding: 15px 10px 30px;
    p {
      margin-bottom: 15px;
    }
    li {
      border: 5px solid #FFF;
      border-radius: 50%;
      color: #FFF;
      font-size: 106%;
      font-weight: bold;
      text-align: center;
      width: 234px;
      margin: 0 auto 15px;
      padding: 34px 0 116px;
      background: url(images/top/ico_outline02.png) no-repeat center 120px #55C455;
      background-size: 52px auto;
      &:first-child {
        background: url(images/top/ico_outline01.png) no-repeat center 120px #F93;
        background-size: 71px auto;
      }
      &:last-child {
        background: url(images/top/ico_outline03.png) no-repeat center 120px #57B0D3;
        background-size: 66px auto;
      }
    }
    .box {
      border: 2px solid #EDE1D9;
      background: rgba(255, 255, 255, 0.4);
      padding: 15px 10px;
      dl {
        font-size: 131%;
        text-align: center;
        margin-bottom: 10px;
        dt, dd {
          font-weight: bold;
          display: inline-block;
        }
        dt {
          margin-right: 0.5em;
        }
        strong {
          font-size: 172%;
          font-weight: bold;
          color: #B71A1A;
        }
      }
      span {
        background: #EFE1DA;
        display: block;
        padding: 5px 10px;
      }
    }
		.btn_outline {
      color: #FFF;
      font-size: 113%;
      text-align: center;
      border-radius: 5px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      padding: 15px 0 10px;
      border-bottom: 5px solid #EE8202;
      background: #F19B02;
      span {
        background: url(images/common/arrow_white.png) no-repeat left center;
        background-size: 33px auto;
        padding-left: 35px;
        display: inline-block;
        min-height: 33px;
        line-height: 2.0;
      }
    }
  }*/
}
.top h2 {
  font-size: 170%;
  background: url(images/top/lg_tit.png) no-repeat left center;
  background-size: 44px auto;
  padding-left: 50px;
  display: inline-block;
  line-height: 1.0;
  margin-bottom: 20px;
}
.top h2 span {
  font-weight: bold;
  background: url(images/top/rg_tit.png) no-repeat right center;
  background-size: 44px auto;
  padding-right: 50px;
}
.top .section02 {
  background-color: #FFFCF8;
  text-align: center;
}
.top .section02 .line-top {
  padding: 33px 5px 20px;
}
.top .section02 li {
  margin-bottom: 10px;
}
.top .section02 img {
  display: block;
}
.top .section03 {
  background: url(images/common/bg02.png) repeat;
  background-size: 50px auto;
}
.top .section03 .line-top {
  padding: 33px 10px 30px;
}
.top .section03 h2 {
  background: none;
  padding-left: 0;
  display: block;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.top .section03 li .thumbnail {
  margin-bottom: 8px;
  border: 1px solid #DDD;
  height: 62.5vw;
}
.top .section03 li .category_area {
  display: inline-block;
}
.top .section03 li a:hover {
  opacity: 0.7;
}
.top .section03 .top-btns li {
  margin-bottom: 20px;
}
.top .section03 .top-btns li .btn {
  width: 100%;
}
.top .section03 .top-btns li .btn span {
  line-height: 1.5;
}
.top .section03 .top-btns li p {
  margin-top: 5px;
}
.top .section03 dt {
  margin-bottom: 5px;
}
.top .section03 dt .date {
  font-size: 81%;
  font-weight: bold;
  background: url(images/common/arrow_red.png) no-repeat left center;
  background-size: 6px auto;
  padding-left: 10px;
  /*margin-bottom: 10px;*/
  line-height: 1.0;
  margin: 0 1.0em 10px 0;
}
.top .section03 dd {
  font-size: 94%;
  margin-bottom: 15px;
}
.top .section03 dd a {
  text-decoration: underline;
}
.top .section03 dd a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.top .section03 .cat {
  background: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 3px 0;
  text-align: center;
  width: 7.0em;
  line-height: 1.0;
  vertical-align: middle;
  /*margin-left: 1.0em;*/
  margin-right: 0.5em;
  font-size: 84%;
}
.top .section03 .cat.cat01 {
  color: #FF39A6;
  border-color: #FF39A6;
}
.top .section03 .cat.cat02 {
  color: #FF7F00;
  border-color: #FF7F00;
}
.top .section03 .cat.cat03 {
  color: #FFB000;
  border-color: #FFB000;
}
.top .section03 .cat.cat04 {
  color: #3DC979;
  border-color: #3DC979;
}
.top .section03 .cat.cat05 {
  color: #286BCE;
  border-color: #286BCE;
}
.top .section03 .cat.cat06 {
  color: #666;
  border-color: #666;
}
.top .section03 .btn {
  color: #FFF;
  font-size: 113%;
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0 10px;
}
.top .section03 .btn span {
  background: url(images/common/arrow_white.png) no-repeat left center;
  background-size: 33px auto;
  padding-left: 35px;
  display: inline-block;
  min-height: 33px;
  line-height: 2.0;
}
.top .section03 .btn.btn_news {
  border-bottom: 5px solid #EE8202;
  background: #F19B02;
}
.top .section03 .btn.btn_school {
  border-bottom: 5px solid #0797E0;
  background: #07ADE4;
}
.top .section03 .btn.btn_outline {
  border-bottom: 5px solid #38A038;
  background: #55C455;
}
.top .section03 .news_area, .top .section03 .school_area {
  border-bottom: 1px solid #EDE1D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.top .section04 {
  background-color: #F8FEFF;
  text-align: center;
  /*li{
  	text-align: left;
  	border: 1px solid #D8E4EA;
  	padding: 10px;
  	background: #FFF;
  	margin-bottom: 10px;
  	font-size: 95%;
  	line-height: 1.5;
  	
  	span{
  		display: inline-block;
  	}
  }*/
}
.top .section04 .line-top {
  padding: 33px 10px 20px;
}
.top .section04 table, .top .section04 th, .top .section04 td, .top .section04 tbody, .top .section04 tr {
  display: block;
}
.top .section04 table {
  border-top: 1px solid #D8E4EA;
  border-left: 1px solid #D8E4EA;
  width: 100%;
  text-align: left;
  background: #FFF;
}
.top .section04 table span {
  display: inline-block;
}
.top .section04 th, .top .section04 td {
  border-bottom: 1px solid #D8E4EA;
  border-right: 1px solid #D8E4EA;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.top .section04 tr:first-child, .top .section04 td.blank {
  display: none;
}
.top .section04 th.block01 {
  color: #FF39A6;
  background: rgba(255, 57, 166, 0.05);
}
.top .section04 th.block02 {
  color: #FF7F00;
  background: rgba(255, 127, 0, 0.05);
}
.top .section04 th.block03 {
  color: #FFB000;
  background: rgba(255, 176, 0, 0.05);
}
.top .section04 th.block04 {
  color: #3DC979;
  background: rgba(61, 201, 121, 0.05);
}
.top .section04 th.block05 {
  color: #286BCE;
  background: rgba(40, 107, 206, 0.05);
}
.top .section04 .btn_school {
  color: #FFF;
  font-size: 113%;
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0 10px;
  border-bottom: 5px solid #38A038;
  background: #55C455;
}
.top .section04 .btn_school span {
  background: url(images/common/arrow_white.png) no-repeat left center;
  background-size: 33px auto;
  padding-left: 35px;
  display: inline-block;
  min-height: 33px;
  line-height: 2.0;
}
.top .bg-fish {
  position: relative;
}
.top .bg-fish > * {
  position: relative;
  z-index: 1;
}
.top .bg-fish::before, .top .bg-fish::after {
  position: absolute;
  background: no-repeat center /contain;
  transform: scale(0.5);
  z-index: 0;
  content: '';
  opacity: 0;
  display: none;
}
.top .bg-fish.bg-fish01::after {
  width: 140px;
  height: 519px;
  background: url("images/top/bg_fish01.png");
}
.top .bg-fish.bg-fish02::before {
  width: 82px;
  height: 104px;
  background: url("images/top/bg_fish02.png");
}
.top .bg-fish.bg-fish03::after {
  width: 130px;
  height: 194px;
  background: url("images/top/bg_fish03.png");
}
.top .bg-fish.bg-fish04::before {
  width: 60px;
  height: 66px;
  background: url("images/top/bg_fish04.png");
}
.top .bg-fish.bg-fish05::after {
  width: 1206px;
  height: 462px;
  background: url("images/top/bg_fish05.png");
}
.top .bg-fish.bg-fish06::before {
  width: 246px;
  height: 81px;
  background: url("images/top/bg_fish06.png");
}
.top .bg-fish.bg-fish07::after {
  width: 403px;
  height: 201px;
  background: url("images/top/bg_fish07.png");
}
.top .bg-fish.bg-fish08::before {
  width: 845px;
  height: 309px;
  background: url("images/top/bg_fish08.png");
}
.top .bg-fish.bg-fish09::after {
  width: 816px;
  height: 312px;
  background: url("images/top/bg_fish09.png");
}

.movie {
  margin: 0px auto 20px;
}
.movie h3 {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 10px;
  text-align: center;
}
.movie video {
  display: block;
  max-width: 100%;
  height: auto;
}
.movie_box:first-child {
  margin-bottom: 15px;
}
.movie .movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print, screen and (min-width: 480px) {
  span.bg-slide-h {
    min-height: 390px;
  }

  .top .section03 ul {
    overflow: hidden;
  }
  .top .section03 li {
    width: calc(50% - 5px);
  }
  .top .section03 li:nth-child(2n-1) {
    float: left;
  }
  .top .section03 li:nth-child(2n) {
    float: right;
  }
  .top .section03 li .thumbnail {
    height: 31.25vw;
  }
  .top .section03 .top-btns li {
    float: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 480px) {
  span.bg-slide-h {
    min-height: 423px;
  }
}
@media print, screen and (min-width: 768px) {
  #main h1 {
    margin: 10px 0 30px;
  }
  #main strong {
    padding: 10px 80px;
  }
  #main:after {
    height: 40px;
  }
  #main .btn_outline {
    width: 410px;
    margin: 20px auto 0;
  }
  #main .btn_outline.btn_school {
    width: 500px;
  }

  span.bg-slide-h {
    min-height: 587px;
  }

  .top {
    /*.section01 {
      background-size: 100px auto;
      text-align: center;
      padding: 50px 0 80px;
      p {
        margin-bottom: 45px;
      }
      ul {
        overflow: hidden;
        width: 840px;
        margin: 0 auto 40px;
      }
      li {
        float: left;
        margin: 0 53px;
        background-position: center 135px;
        &:first-child {
          margin: 0;
          background-position: center 130px;
        }
        &:last-child {
          margin: 0;
          background-position: center 130px;
          float: right;
        }
      }
      .box {
        padding: 20px 45px;
        dl {
          line-height: 1.0;
          margin-bottom: 15px;
          dt {
            margin-right: 1.0em;
          }
        }
      }
			.btn_outline {
        width: 386px;
        margin: 0 auto;
      }
    }*/
  }
  .top h2 {
    font-size: 188%;
    margin-bottom: 60px;
  }
  .top .section02 .line-top {
    padding: 75px 0;
  }
  .top .section02 ul {
    width: 844px;
    margin: 0 auto;
  }
  .top .section02 li {
    margin-bottom: 15px;
  }
  .top .section03 {
    background-size: 100px auto;
    /*.news_area, .school_area {
      width: calc(50% - 1px);
      padding: 40px 0;
    }*/
    			/*dl {
            padding: 0 40px;
            margin-bottom: 50px;
          }*/
  }
  .top .section03 .line-top {
    padding: 75px 0;
  }
  .top .section03 h2 {
    font-size: 150%;
  }
  .top .section03 .post_area {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }
  .top .section03 .news_area, .top .section03 .school_area {
    /* max-width: 840px;
     margin: 0 auto;*/
    /*float: left;*/
    margin: 0;
    padding-bottom: 50px;
    /* border-bottom: none;
     border-right: 1px solid #EDE1D9;*/
  }
  .top .section03 .school_area, .top .section03 .other_area {
    padding-top: 50px;
    /*float: right;*/
  }
  .top .section03 ul {
    margin-bottom: 50px;
  }
  .top .section03 li {
    width: calc((100% - 45px) / 4);
    margin: 0 15px 0 0;
  }
  .top .section03 li:nth-child(2) {
    float: left;
  }
  .top .section03 li:last-child {
    margin-right: 0;
  }
  .top .section03 li .thumbnail {
    height: 152px;
  }
  .top .section03 .top-btns li {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
  .top .section03 .top-btns li:nth-child(2n-1) {
    float: left;
  }
  .top .section03 .top-btns li:nth-child(2n) {
    float: right;
  }
  .top .section03 .top-btns .one-btn li {
    float: none;
    width: 100%;
  }
  .top .section03 .top-btns .one-btn li a {
    width: 100%;
    max-width: 700px;
    padding: 25px 0 20px;
    font-size: 20px;
  }
  .top .section03 .top-btns .one-btn li a br {
    display: none;
  }
  .top .section03 .top-btns .one-btn li p {
    text-align: center;
  }
  .top .section03 dt {
    /*margin-bottom: 15px;*/
    margin-bottom: 10px;
  }
  .top .section03 dd {
    /*margin-bottom: 40px;*/
    margin-bottom: 0;
  }
  .top .section03 .btn {
    width: 386px;
    margin: 0 auto;
  }
  .top .section03 p.none_mes {
    text-align: center;
  }
  .top .section04 {
    /*ul{
    	overflow: hidden;
    }
    li{
    	text-align: center;
    	width: 218px;
    	float: left;
    	margin: 0 26px 26px 0;
    	padding: 15px;
    	box-sizing: border-box;
    	display: table;
    	
    	div{
    		display: table-cell;
    		vertical-align: middle;
    	}
    	&:nth-child(4n){
    		margin-right: 0;
    	}
    }*/
  }
  .top .section04 .line-top {
    padding: 75px 0;
  }
  .top .section04 table {
    display: table;
  }
  .top .section04 tbody {
    display: table-row-group;
  }
  .top .section04 tr {
    display: table-row;
  }
  .top .section04 tr:first-child {
    display: table-row;
  }
  .top .section04 th {
    display: table-cell;
  }
  .top .section04 td {
    display: table-cell;
  }
  .top .section04 td.blank {
    display: table-cell;
  }
  .top .section04 th {
    width: 20%;
  }
  .top .section04 td {
    width: 40%;
  }
  .top .section04 tr:first-child th {
    text-align: center;
    background: #07ADE4;
    color: #FFF;
  }
  .top .section04 tr:first-child th:first-child {
    text-align: left;
  }
  .top .section04 .btn_school {
    width: 386px;
    margin: 0 auto;
  }
  .top .bg-fish::before, .top .bg-fish::after {
    transform: scale(1);
    display: block;
    opacity: 0;
    transition: all 2s;
    transform: translateY(100px);
  }
  .top .bg-fish.done::before, .top .bg-fish.done::after {
    opacity: .5;
    transform: translateY(0);
  }
  .top .bg-fish.bg-fish01::after {
    top: 0;
    right: -40px;
  }
  .top .bg-fish.bg-fish02::before {
    top: 20px;
    left: -40px;
  }
  .top .bg-fish.bg-fish03::after {
    bottom: 20px;
    right: -180px;
  }
  .top .bg-fish.bg-fish04::before {
    top: 280px;
    left: -150px;
  }
  .top .bg-fish.bg-fish05::after {
    bottom: -250px;
    left: calc(100% + -13.5%);
  }
  .top .bg-fish.bg-fish06::before {
    bottom: 30px;
    left: -300px;
  }
  .top .bg-fish.bg-fish07::after {
    bottom: 30px;
    right: -360px;
  }
  .top .bg-fish.bg-fish08::before {
    top: 0px;
    left: -800px;
  }
  .top .bg-fish.bg-fish09::after {
    top: 30px;
    right: -680px;
  }

  .movie {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
  }
  .movie_box {
    flex-basis: 48%;
  }
  .movie_box:first-child {
    margin-bottom: 0;
  }
  .movie h3 {
    font-size: 150%;
    margin-bottom: 15px;
  }
}
/*================
OUTLINE
================*/
.outline h2 {
  color: #0797E0;
  font-weight: bold;
  font-size: 175%;
  text-align: center;
  margin-bottom: 15px;
}
.outline h2 span {
  font-size: 84%;
  display: inline-block;
}
.outline h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 15px;
  text-align: center;
}
.outline p {
  margin-bottom: 15px;
}
.outline .box {
  border: 3px solid #ABDAED;
  background: #FFF;
  padding: 15px 10px;
}
.outline table {
  border-top: 1px solid #ABDAED;
  border-left: 1px solid #ABDAED;
}
.outline th, .outline td {
  padding: 10px;
}
.outline tr:last-child th {
  border-bottom: none;
}
.outline th {
  background: #ABDAED;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  /*border-right: 1px solid #FFF;*/
}
.outline td {
  background: #FFF;
  border-bottom: 1px solid #ABDAED;
  border-right: 1px solid #ABDAED;
}
.outline .section01 li {
  border: 5px solid #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.outline .section01 a:not(.btn) {
  text-decoration: underline;
}
.outline .section01 a:not(.btn):hover {
  text-decoration: none;
}
.outline .section02 p {
  font-size: 81%;
}
.outline .section02 p strong {
  font-weight: bold;
  font-size: 138%;
}
.outline .section02 .box h3 {
  color: #0797E0;
  font-size: 156%;
  font-weight: normal;
}
.outline .section02 .box li {
  margin: 0 0 10px 1.0em;
  text-indent: -1.0em;
  font-size: 94%;
}
.outline .section02 .box li:before {
  content: "◎";
  color: #EE8202;
}
.outline .section02 a:not(.btn) {
  text-decoration: underline;
}
.outline .section02 a:not(.btn):hover {
  text-decoration: none;
}
.outline .tit_tab {
  text-align: left;
  background: #ABDAED;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 0 0 10px;
  border-radius: 5px 5px 0 0;
}
.outline .tit_marker b {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}
.outline .section03 table, .outline .section03 tr, .outline .section03 th, .outline .section03 td, .outline .section03 tbody {
  display: block;
}
.outline .section03 th {
  text-align: center;
}
.outline .section03 td ul {
  list-style: disc;
  margin-left: 1.2em;
}
.outline .section03 span {
  font-size: 84%;
  display: block;
  margin-top: 5px;
}
.outline .section03 .box.checkMark {
  text-align: center;
}
.outline .section03 .box.checkMark ul {
  display: inline-block;
  margin-bottom: 15px;
}
.outline .section03 .box.checkMark ul li {
  font-size: 18px;
  text-align: left;
  position: relative;
  padding: 0 0 5px 28px;
  margin-bottom: 10px;
  border-bottom: 2px #d0b6b6 dotted;
}
.outline .section03 .box.checkMark ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 3px solid #8b6b4e;
  border-bottom: 3px solid #8b6b4e;
}
.outline .section04 p {
  text-align: center;
  font-weight: bold;
  font-size: 108%;
}
.outline .section05 li {
  margin-bottom: 5px;
}
.outline .section05 li span {
  color: #FFF;
  display: inline-block;
  background: #EE8202;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  font-size: 90%;
}
.outline .section06 table, .outline .section07 table {
  width: 100%;
}
.outline .section06 th, .outline .section07 th {
  width: 40%;
}
.outline .section08 table, .outline .section08 tr, .outline .section08 th, .outline .section08 td, .outline .section08 tbody {
  display: block;
}
.outline .section08 table {
  margin-bottom: 15px;
}
.outline .section09 li {
  margin-bottom: 10px;
}
.outline .section10 {
  /*tr td:nth-child(2) {
  	border-bottom: none;
  	padding-bottom: 0;
  }*/
}
.outline .section10 table, .outline .section10 tr, .outline .section10 th, .outline .section10 td, .outline .section10 tbody {
  display: block;
}
.outline .btn {
  color: #FFF;
  font-size: 113%;
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0 10px;
}
.outline .btn span {
  background: url(images/common/arrow_white.png) no-repeat left center;
  background-size: 33px auto;
  padding-left: 35px;
  display: inline-block;
  min-height: 33px;
  line-height: 2.0;
}
.outline .btn.btn_news {
  border-bottom: 5px solid #EE8202;
  background: #F19B02;
}
.outline .btn.btn_school {
  border-bottom: 5px solid #0797E0;
  background: #07ADE4;
}

@media print, screen and (min-width: 768px) {
  #contents .outline .section {
    padding: 60px 0;
  }
  #contents .outline .section.section01 {
    padding: 0;
  }

  .outline h2 {
    font-size: 188%;
    /*margin-bottom: 40px;*/
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .outline h3 {
    font-size: 113%;
    margin-bottom: 30px;
  }
  .outline p {
    margin-bottom: 30px;
  }
  .outline .box {
    padding: 50px 55px;
  }
  .outline th, .outline td {
    padding: 20px;
  }
  .outline th {
    width: 20% !important;
    border-right: 1px solid #FFF;
  }
  .outline td {
    background: rgba(171, 218, 237, 0.5);
  }
  .outline tr:last-child th, .outline tr:last-child td {
    border-bottom: 1px solid #ABDAED !important;
  }
  .outline tr td:last-child {
    background: #FFF;
    border-bottom: 1px solid #ABDAED;
    border-right: 1px solid #ABDAED;
  }
  .outline .section01 h2 {
    margin-top: 60px;
  }
  .outline .section01 ul {
    overflow: hidden;
  }
  .outline .section01 li {
    width: 290px;
    float: left;
    margin-left: 30px;
  }
  .outline .section01 li:first-child {
    margin-left: 0;
  }
  .outline .section01 li:last-child {
    float: right;
  }
  .outline .section02 p {
    text-align: center;
  }
  .outline .section02 .box li {
    margin-bottom: 20px;
  }
  .outline .section02 .box li:last-child {
    margin-bottom: 0;
  }
  .outline .section03 table, .outline .section08 table, .outline .section10 table {
    display: table;
  }
  .outline .section03 tr, .outline .section08 tr, .outline .section10 tr {
    display: table-row;
  }
  .outline .section03 th, .outline .section03 td, .outline .section08 th, .outline .section08 td, .outline .section10 th, .outline .section10 td {
    display: table-cell;
  }
  .outline .section03 tbody, .outline .section08 tbody, .outline .section10 tbody {
    display: table-row-group;
  }
  .outline .section03 td, .outline .section08 td, .outline .section10 td {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .outline .section03 th {
    vertical-align: middle;
    text-align: left;
  }
  .outline .section03 td {
    vertical-align: middle;
    text-align: left;
    width: 40%;
  }
  .outline .section03 span {
    font-size: 82.5%;
  }
  .outline .section04 p {
    font-size: 113%;
  }
  .outline .section05 p {
    text-align: center;
  }
  .outline .section05 li {
    margin-bottom: 20px;
  }
  .outline .section05 li:last-child {
    margin-bottom: 0;
  }
  .outline .section08 table {
    width: 100%;
  }
  .outline .section08 td {
    width: 25%;
  }
  .outline .section08 td:nth-of-type(2) {
    width: 55%;
  }
  .outline .section09 ul {
    width: 844px;
    margin: 0 auto 70px;
  }
  .outline .section09 li {
    margin-bottom: 15px;
  }
  .outline .section10 table {
    width: 100%;
  }
  .outline .section10 tr td:nth-child(2) {
    /*border-bottom: 1px solid #FFF;*/
    padding-bottom: 20px;
  }
  .outline .section10 th {
    vertical-align: middle;
  }
  .outline .section10 td {
    vertical-align: middle;
    width: 40%;
  }
  .outline .btn {
    width: 386px;
    margin: 0 auto;
  }
}
/*================
ADMINISTRATOR
================*/
.administrator .section01 li {
  margin-bottom: 30px;
}
.administrator .section01 a, .administrator .section01 .span_logo {
  display: block;
  background: #FFF;
  border: 1px solid #D8E4EA;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 15px;
}
.administrator .section01 a img, .administrator .section01 .span_logo img {
  margin: 0 auto;
}
.administrator .section01 a:hover, .administrator .section01 .span_logo:hover {
  opacity: 0.7;
}
.administrator .section01 h3 {
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 15px;
  text-align: center;
}
.administrator .section01 span {
  display: block;
  padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .administrator .section01 li {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
  }
  .administrator .section01 a, .administrator .section01 .span_logo {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .administrator .section01 h3, .administrator .section01 span {
    float: right;
    width: 65%;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
  }
}
/*================
NEWS
================*/
.btn_back {
  text-align: right;
  margin: 0 10px 10px 0;
}
.btn_back a {
  border: 1px #999 solid;
  border-radius: 5px;
  background: #fff;
  color: #333;
  text-decoration: none;
  padding: 3px 5px 3px 24px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn_back a:hover {
  background: #ebebeb;
}
.btn_back a::before, .btn_back a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_back a:before {
  left: 12px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 6px solid transparent;
  border-left: 8px solid #999;
}
.btn_back a:after {
  left: 8px;
  width: 8px;
  height: 6px;
  border-left: 4px solid #999;
}

.news .line-top {
  padding: 20px 0;
}
.news .news_tit {
  border-bottom: 1px dashed #634929;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.news .news_tit span {
  color: #EE8202;
  font-size: 85%;
}
.news .news_tit h2 {
  font-size: 120%;
  font-weight: bold;
}
.news #article {
  padding: 0 10px;
}
.news h3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.news h3 strong {
  font-weight: bold;
}
.news p {
  margin-bottom: 10px;
}
.news table {
  border-top: 1px solid #D8E4EA;
  border-left: 1px solid #D8E4EA;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.news th, .news td {
  border-bottom: 1px solid #D8E4EA;
  border-right: 1px solid #D8E4EA;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
}
.news th {
  background: #07ade4;
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .btn_back {
    margin: 0;
  }
  .btn_back a {
    padding: 5px 10px 5px 24px;
  }

  .news .line-top {
    padding: 30px 0 75px;
  }
  .news .news_tit {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .news #article {
    padding: 0 10px;
  }
  .news h3, .news p, .news table {
    margin-bottom: 15px;
  }
}
/*======================
お知らせ一覧
======================*/
.ul_tab {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.ul_tab li {
  padding: 5px 5px;
  border: 1px #999 solid;
  border-radius: 5px 5px 0 0;
  background: #ebebeb;
  text-align: center;
  flex-basis: 32%;
  box-sizing: border-box;
}
.ul_tab li a {
  text-decoration: none;
  color: #333;
}
.ul_tab li:hover {
  text-decoration: none;
  background: #ccc;
}
.ul_tab li.active {
  background: #fff;
  color: #333;
  border-bottom-color: #fff;
}
.ul_tab li.active:hover {
  color: #333;
  background: #fff;
}

.school .ul_tab {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.school .ul_tab li {
  flex-basis: 20%;
}

.list_news_area {
  border-top: 1px #999 solid;
  margin-top: -1px;
  padding: 15px 10px;
}
.list_news_area dt {
  font-size: 81%;
  font-weight: bold;
  background: url(images/common/arrow_red.png) no-repeat left center;
  background-size: 6px auto;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.0;
}
.list_news_area dd {
  font-size: 94%;
  margin-bottom: 15px;
}
.list_news_area dd a {
  text-decoration: underline;
}
.list_news_area dd a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.list_news_area .cat {
  background: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 3px 0;
  text-align: center;
  width: 7.0em;
  line-height: 1.0;
  vertical-align: middle;
  margin-left: 1.0em;
  font-size: 84%;
}
.list_news_area .cat.cat01 {
  color: #FF39A6;
  border-color: #FF39A6;
}
.list_news_area .cat.cat02 {
  color: #FF7F00;
  border-color: #FF7F00;
}
.list_news_area .cat.cat03 {
  color: #FFB000;
  border-color: #FFB000;
}
.list_news_area .cat.cat04 {
  color: #3DC979;
  border-color: #3DC979;
}
.list_news_area .cat.cat05 {
  color: #286BCE;
  border-color: #286BCE;
}
.list_news_area .cat.cat06 {
  color: #666;
  border-color: #666;
}

@media print, screen and (min-width: 768px) {
  .ul_tab {
    padding: 0 10px;
    justify-content: flex-start;
  }
  .ul_tab li {
    margin-right: 10px;
    flex-basis: auto;
    padding: 10px 15px;
  }
  .ul_tab li a {
    margin: 0 5px 0 0;
  }

  .school .ul_tab {
    flex-wrap: nowrap;
  }
  .school .ul_tab li {
    flex-basis: auto;
  }

  .list_news_area {
    padding: 30px 0 20px;
    min-height: 160px;
  }
  .list_news_area dt {
    padding-left: 20px;
    background-position: 10px center;
  }
  .list_news_area dd {
    border-bottom: 1px #b49c7f dotted;
    padding: 0 10px 15px;
  }
}
/*======================
プログラム参加校
======================*/
.ul_anker-link {
  margin: 0 0 5px;
  overflow: hidden;
  border-top: 1px solid #999;
  margin-top: -1px;
  padding-top: 5px;
}
.ul_anker-link li {
  float: left;
  text-align: center;
  padding: 2px 5px;
  box-sizing: border-box;
  font-size: 84%;
}
.ul_anker-link li:last-child {
  border-right: none;
}
.ul_anker-link li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
}
.ul_anker-link li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #333;
}
.ul_anker-link li a:hover {
  color: #999;
  text-decoration: underline;
}
.ul_anker-link li span {
  display: none;
}

.sec_list_school h2 {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px 0 0 5px;
  clear: both;
}
.sec_list_school h2.cat01 {
  color: #FF39A6;
}
.sec_list_school h2.cat02 {
  color: #FF7F00;
}
.sec_list_school h2.cat03 {
  color: #FFB000;
}
.sec_list_school h2.cat04 {
  color: #3DC979;
}
.sec_list_school h2.cat05 {
  color: #286BCE;
}
.sec_list_school h2.cat06 {
  color: #666;
}
.sec_list_school ul {
  overflow: hidden;
}
.sec_list_school ul li {
  width: 50%;
  float: left;
  padding: 0px 5px 10px;
  box-sizing: border-box;
}
.sec_list_school ul li .bord {
  border: 1px #ccc solid;
  box-sizing: border-box;
  padding: 5px;
}
.sec_list_school ul li .thum {
  margin-bottom: 5px;
}
.sec_list_school ul li .thum img {
  width: 100%;
  height: auto;
}
.sec_list_school ul li dl {
  color: #333;
  font-size: 84%;
}
.sec_list_school ul li dl dt {
  font-weight: bold;
  margin-bottom: 3px;
}
.sec_list_school ul li dl dd {
  margin-bottom: 5px;
}
.sec_list_school ul li dl dd a {
  color: #006DD9;
  text-decoration: underline;
}
.sec_list_school ul li dl dd a:hover {
  color: #55AAFF;
  text-decoration: none;
}

.table_poster {
  margin: 0 5px;
  font-size: 84%;
}
.table_poster tr:nth-child(2n-1) td {
  background: rgba(0, 109, 217, 0.05);
}
.table_poster th {
  width: 45%;
}
.table_poster th:nth-child(2) {
  width: 25%;
}
.table_poster th:last-child {
  width: 30%;
}
.table_poster a {
  color: #006DD9;
  text-decoration: underline;
}

.news table.table_poster {
  width: calc(100% - 10px);
}

@media print, screen and (min-width: 480px) {
  .sec_list_school ul li {
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
  }
}
@media print, screen and (min-width: 768px) {
  .school {
    padding-top: 30px;
  }

  .ul_anker-link {
    margin: -1px 0 20px;
    padding-top: 40px;
    display: table;
    width: 100%;
  }
  .ul_anker-link li {
    padding: 4px 0px;
    width: 20%;
    border-right: 1px #ccc solid;
    float: none;
    display: table-cell;
  }
  .ul_anker-link li:last-child {
    border-right: 1px #ccc solid;
  }
  .ul_anker-link li:first-child {
    border-left: 1px #ccc solid;
  }
  .ul_anker-link li span {
    display: inline;
  }
  .ul_anker-link-02 li {
    width: auto;
  }

  .sec_list_school h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 20px 0 0 10px;
  }
  .sec_list_school ul li {
    padding: 0 10px 20px;
    width: 25%;
  }

  .table_poster {
    margin: 0;
  }
  .table_poster th {
    width: 70%;
  }
  .table_poster th:nth-child(2) {
    width: 10%;
  }
  .table_poster th:last-child {
    width: 20%;
  }
}
@media print, screen and (min-width: 960px) {
  .sec_list_school h2 {
    padding-left: 0;
  }
  .sec_list_school ul li {
    padding: 0 20px 20px 0;
    /*&:nth-child(4n) {
      padding-right: 0;
    }*/
  }
}
/*======================
プログラム参加校 詳細
======================*/
.tit-single-page {
  padding: 0 10px;
}
.tit-single-page .btn_back {
  margin: 0;
}
.tit-single-page p {
  color: #fff;
  font-size: 70%;
  padding: 5px;
  margin-bottom: 5px;
  display: inline;
}
.tit-single-page p.cat01 {
  background: #FF39A6;
}
.tit-single-page p.cat02 {
  background: #FF7F00;
}
.tit-single-page p.cat03 {
  background: #FFB000;
}
.tit-single-page p.cat04 {
  background: #3DC979;
}
.tit-single-page p.cat05 {
  background: #286BCE;
}
.tit-single-page p.cat06 {
  background: #666;
}
.tit-single-page h1 {
  font-weight: bold;
  margin: 10px 0 15px;
}

.school_det .sub {
  padding: 0 5px;
}
.school_det .sub .thum {
  margin-bottom: 5px;
}
.school_det .sub .thum img {
  width: 100%;
  height: auto;
}
.school_det .sub dl {
  color: #333;
  font-size: 84%;
}
.school_det .sub dl dt {
  font-weight: bold;
  margin-bottom: 3px;
}
.school_det .sub dl dd {
  margin-bottom: 5px;
  padding-left: 1em;
}
.school_det .main .outline {
  padding: 20px 10px;
  border-top: 1px #ccc solid;
}
.school_det .main .list_news_area {
  border: none;
  background: url(images/common/line.png) repeat-x left top, url(images/common/line.png) repeat-x left bottom;
  background-size: auto 3px, auto 3px;
}
.school_det .main .list_news_area dd {
  border-bottom: none;
}

@media print, screen and (max-width: 767px) and (min-width: 380px) {
  .school_det .sub {
    padding: 0 5px;
  }
  .school_det .sub .thum {
    width: 40%;
    float: left;
  }
  .school_det .sub dl {
    width: 58%;
    float: right;
  }
  .school_det .main {
    clear: both;
  }
}
@media print, screen and (min-width: 768px) {
  .tit-single-page {
    padding: 0;
  }
  .tit-single-page .btn_back {
    float: right;
  }
  .tit-single-page h1 {
    max-width: 860px;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .school_det {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .school_det .sub {
    float: right;
    width: 20%;
    max-width: 200px;
    border: 1px #ccc solid;
    padding: 5px;
    box-sizing: border-box;
  }
  .school_det .sub .thum {
    margin-bottom: 10px;
  }
  .school_det .sub dl dt {
    margin-bottom: 5px;
  }
  .school_det .sub dl dd {
    margin-bottom: 10px;
  }
  .school_det .main {
    float: left;
    width: 80%;
    padding-right: 30px;
    box-sizing: border-box;
    background-size: auto 5px;
  }
  .school_det .main .list_news_area {
    background: url(images/common/line.png) repeat-x left top, url(images/common/line.png) repeat-x left bottom;
    background-size: auto 5px, auto 5px;
    min-height: 0;
  }
  .school_det .main .list_news_area dt {
    padding-left: 10px;
    background-position: left center;
  }
  .school_det .main .list_news_area dd {
    padding-left: 0;
    padding-right: 0;
  }
  .school_det .main .outline {
    padding: 0px 0px 30px;
    border-top: none;
  }
}
.adviser-list table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
}
.adviser-list table th, .adviser-list table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.adviser-list table thead td, .adviser-list table thead th {
  font-weight: bold;
  background: #0097e0;
  color: #fff;
}
.adviser-list table tbody tr:nth-of-type(3+3n) td, .adviser-list table tbody tr:nth-of-type(4+4n) td {
  background: #f4fbff;
}
.adviser-list table tbody tr:nth-of-type(2n+1) td {
  background: #f4fbff;
}
.adviser-list table tbody tr:nth-of-type(2n+1) td:nth-of-type(1) {
  min-width: 4em;
  font-weight: normal;
}
.adviser-list table tbody tr:nth-of-type(2n) td {
  border-bottom-width: 2px;
}
.adviser-list .btn {
  color: #FFF;
  font-size: 113%;
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0 10px;
}
.adviser-list .btn span {
  background: url(images/common/arrow_white.png) no-repeat left center;
  background-size: 33px auto;
  padding-left: 35px;
  display: inline-block;
  min-height: 33px;
  line-height: 2.0;
}
.adviser-list .btn.btn_news {
  border-bottom: 5px solid #EE8202;
  background: #F19B02;
}
.adviser-list .btn.btn_school {
  border-bottom: 5px solid #0797E0;
  background: #07ADE4;
}

@media print, screen and (min-width: 768px) {
  .adviser-list table tbody tr:nth-of-type(2n) td {
    padding: 5px;
  }
  .adviser-list .btn {
    width: 386px;
    margin: 0 auto;
  }
}
.u-ib {
  display: inline-block;
}

.op-logo {
  margin-top: 60px;
}
.op-logo .op-flex .organizer {
  margin-bottom: 30px;
}
.op-logo .op-flex .organizer img {
  max-height: 60px;
  width: auto;
}
.op-logo .op-flex .logos {
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
.op-logo .op-flex .logos > .jt {
  text-align: right;
  width: 38%;
}
.op-logo .op-flex .logos > .lv {
  text-align: left;
  width: 62%;
}
.op-logo .op-flex .logo {
  text-align: center;
}
.op-logo .op-flex .logo img {
  max-height: 100px;
}
.op-logo .txtAC {
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .op-logo {
    margin-top: 100px;
  }
  .op-logo .op-flex {
    display: -webkit-box;
    display: flex;
    gap: 50px;
    justify-content: center;
  }
  .op-logo .op-flex .logos {
    margin-top: 38px;
    gap: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .op-logo .op-flex .organizer:first-of-type .txtAC {
    text-align: left;
  }
}
