@charset "utf-8";
.contentsbox {
  margin-bottom: 3%;
}
.contentsbox h2 {
  font-size: 150%;
  border-bottom: solid 3px #003f8e;
  padding-bottom: 1%;
  padding-top: 5%;
  font-weight: bold;
  color: #003f8e;
  text-align: center;
}
.contentsbox h4 {
  font-size: 130%;
  border-bottom: solid 3px #003f8e;
  padding-bottom: 1%;
  padding-top: 5%;
  font-weight: bold;
  color: #003f8e;
}
.contentsbox h3 {
  font-size: 150%;
  font-weight: bold;
  color: white;
  position: relative;
  padding: 0.6em;
  background: #003f8e;
  text-align: center;
}
.contentsbox h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #003f8e;
  width: 0;
  height: 0;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.font_size_80per {
  font-size: 80%;
}
.font_size_120per {
  font-size: 120%;
}
.font_size_110per {
  font-size: 110%;
}

.font_red {
  color: red;
}
.font_orange {
  color: #ff4500;
}
.font_lightblue {
  color: #008db7;
}
.font_blue {
  color: #004098;
}
.contentsbox p {
  text-align: left;
  margin-top: 3%;
  font-size: 120%;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.f_blue {
  color: #003f8e;
}
table.table01, table.table01_pink {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 3% auto 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
}
table.table01 th, table.table01 td, table.table01_pink th, table.table01_pink td {
  border: 1px solid #e0e0e0;
  padding: .5em 1em;
}
table.table01 td, table.table01_pink td {
  background: #fff;
}
table.table01 th {
  background: #b2cbe4;
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #043c78;
}
table.table01_pink th {
  background: #ffc0cb;
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #e9546b;
}
ul.member, ol.member {
  padding: 0;
  position: relative;
  margin-top: 3%;
  text-align: left;
  font-size: 150%;
  font-weight: bold;
}
ul.member li, ol.member li {
  color: #003f8e;
  border-left: solid 8px orange;
  margin-bottom: 5px;
  padding: 1em;
  list-style-type: none !important;
}
.text {
  display: inline-block;
}
.movie {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.movie li {
  width: 100%;
  margin: 0 2% 5%;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  position: relative;
}
.movie .video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_date span {
  padding-right: 8px;
}
.movie_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #004098;
  padding: 0 3% 5%;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 768px) {
  table.table01 th, table.table01 td, table.table01_pink th, table.table01_pink td {
    display: block;
  }
  table.table01 th, table.table01_pink th {
    width: 100%;
  }
  ul.member, ol.member {
    font-size: 130%;
  }
}
/*===============================
  footer
================================*/
#footer_end {
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 2% 0;
}
.contact_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5% 3%;
  line-height: 1.3;
  border: 1px solid #000;
  margin: 2% auto;
}
.contact_area h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 2%;
}
.contact_area p {
  font-weight: 500;
  font-size: 120%;
  text-align: center;
  margin: 0;
}
.tel_fax {
  font-size: 35px;
}
.contact_area dl dt {
  margin-bottom: 2%;
}
.contact_area dl dd:first-child {
  font-size: 15px;
}
.contact_area dl dd:last-child {
  font-size: 13px;
}
.btnStyle05 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
  width: 80%;
  margin: 4.69% auto 0;
  text-align: center;
  color: #fff;
  background-color: darkgray;
  border-radius: 15px;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .contact_area {
    width: 90%;
    margin: 0 auto;
    padding: 2%;
    line-height: 1.3;
    border: 1px solid #000;
    margin: 2% auto;
  }
}
@media screen and (max-width: 480px) {
  .contact_area {
    padding: 4% 2%;
  }
  .contact_area dl dd:first-child {
    font-size: 13px !important;
  }
  .contact_area dl dd:last-child {
    font-size: 12px !important;
  }
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 33.3%;
  justify-content: space-between;
  padding: 1%;
}
.item_02 {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_25per {
  width: 25%;
  justify-content: space-between;
  padding: 1%;
}
.item_33per {
  width: 33%;
  justify-content: space-between;
  padding: 1%;
}
.item_50per {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
}
.item-body span {
  font-weight: bold;
  padding-right: 1em;
}
.bk_blue {
  background: #dcf4f4;
  padding: 2% 0;
}
.bk_white {
  background: #fff;
  padding: 2%;
}
.btnStyle_blue {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  width: 80%;
  margin: 3% auto 0 auto;
  text-align: center;
  color: #fff;
  background: #014593;
  transition: all 0.25s ease;
}
.btnStyle_blue:hover {
  background: #f39800;
}
.textsize {
  font-size: 128.57%;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
    display: block;
  }
  .textsize {
    font-size: 100%;
    margin-bottom: 6.93%;
  }
  .item, .item_02 {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
a.hContactBtn02_large {
  width: 100%;
  display: block;
  color: #fff;
  background: #f39700;
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
}
a.hContactBtn02_large_blue {
  width: 100%;
  display: block;
  color: #fff;
  background: #00a1e9;
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
}
a.hContactBtn02 {
  display: block;
  color: #fff;
  background: #f39700;
  padding: 10px 0;
  width: 12.11%;
  text-align: center;
  line-height: 1;
  border-radius: 17px;
  font-weight: 500;
  margin: 0 auto;
}
a.hContactBtn02_blue {
  display: block;
  color: #fff;
  background: #00a1e9;
  padding: 10px 0;
  width: 12.11%;
  text-align: center;
  line-height: 1;
  border-radius: 17px;
  font-weight: 500;
  margin: 0 auto;
}
div.hContactBtn02_largearea {
  margin: 3.5% auto 5%;
}
a.hContactBtn03_large {
  width: 100%;
  display: block;
  color: #fff;
  background: #f39700;
  padding: 18px 0;
  text-align: center;
  line-height: 2;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
}
a.hContactBtn03_large_blue {
  width: 100%;
  display: block;
  color: #fff;
  background: #00a1e9;
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
}
a.hContactBtn03 {
  display: block;
  color: #fff;
  background: #f39700;
  padding: 10px 0;
  width: 12.11%;
  text-align: center;
  line-height: 2;
  border-radius: 17px;
  font-weight: 500;
  margin: 0 auto;
}
a.hContactBtn03_blue {
  display: block;
  color: #fff;
  background: #00a1e9;
  padding: 10px 0;
  width: 12.11%;
  text-align: center;
  line-height: 1;
  border-radius: 17px;
  font-weight: 500;
  margin: 0 auto;
}
div.hContactBtn03_largearea {
  margin: 3.5% auto 5%;
}

ul.moshikomibtn {
  display: flex;
  justify-content: space-between;
}
li.moshikomibtn {
  width: 60%;
}
@media screen and (max-width: 600px) {
	ul.moshikomibtn  {
    flex-direction: column;
  }
  li.moshikomibtn  {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  a.hContactBtn02_large {
    width: 100%;
    display: block;
    color: #fff;
    background: #f39700;
    padding: 18px 0;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 24px;
  }
}
div.hContactBtn02_largearea {
  margin: 3.5% auto 5%;
}
@media screen and (max-width: 768px) {
  a.hContactBtn02_large {
    width: 100%;
    display: block;
    color: #fff;
    background: #f39700;
    padding: 18px 0;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 24px;
  }
}

/* TOP */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #7db4e6;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}
.instagram {
  background-color: #c522b8;
  box-shadow: 0 4px 0 #73156b;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.instagram:active {
  top: 2px;
  box-shadow: 0 2px 0 #73156b;
}
.instagram:hover {
  background-color: #cc23be;
}
.youtube {
  background-color: #c4302b;
  box-shadow: 0 4px 0 #ad2924;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.youtube:active {
  top: 2px;
  box-shadow: 0 2px 0 #ad2924;
}
.youtube:hover {
  background-color: #db3630;
}
@media screen and (max-width: 768px) {
  .youtube, .instagram, .twitter {
    display: block;
    margin-bottom: 3%;
  }
}
a.link {
  color: dodgerblue;
  border-bottom: 1px solid dodgerblue;
}
a.link:hover {
  color: darkorange;
  border: none;
}
.box_new {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #0068b7;
}
.box_new .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #0068b7;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box_new p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .f-container {
    display: block;
  }
  .f-container .item_33per {
    width: 100%;
    margin: 0 auto;
  }
  /* Flashing */
  .flash figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
  }
  @-webkit-keyframes flash {
    0% {
      opacity: .4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes flash {
    0% {
      opacity: .4;
    }
    100% {
      opacity: 1;
    }
  }