@charset "UTF-8";
/* Scss Document */
/*! ============================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
============================================= */
/* Reset CSS
---------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Tinos:400i");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-position: outside;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* margin-top: 30px; */
}

/* hr {
  display: none;
} */

address, em {
  font-style: normal;
}

img {
  vertical-align: bottom;
}
.main_image a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

a:hover {
  opacity: 0.5;
  transition: 0.2s;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
}
/*swiper矢印のオンオフ設定*/
.swiper-slide {
  cursor: pointer;
 
}

.sample03 .swiper-button-prev,
.sample03 .swiper-button-next {
  display: none;

}
img{max-width:100%;
        height:auto;}
    
    
@media (min-width: 768px) {
  .sample03 .swiper-button-prev,
  .sample03 .swiper-button-next {
    /*display: block;*/
	 display: none;
	
  }
img{max-width:100%;
        height:auto;}
  }
  /*swiperここまで*/

.title {
  font-size: 26px;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #010512;
  filter: drop-shadow(0px 4px 5px rgba(47, 51, 63, 1.6));
}
h2 {
  font-size: 1.0em;
}
@media screen and (max-width: 414px) {
  h2 {
  font-size: 1.1em;
  }
}
h3 {
  font-size: 1em;
}
/* h4 {
  font-size: 0.9em;
} */



.white_bg {
  background-color: #fff;
}
.white_bg2 {
  background-color: #fff;
  border: solid 2px #231815;
  padding: 20px;
}
.red_color {
  color: #ff0000;
}
.blue_color {
  color: #0066aa;
}
.glay_back {
  background-color: #e0e0e0!important;
}

.moji12 {
  font-size: 1.2em!important;
}


hr {
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #4e4e4e;   /* 線色 */
  height: 1px;         /* 高さ(※古いIE用) */
}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
} */

/* Icons */
/* @font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
   url("./fonts/slick.woff") format("woff"), 
   url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
} */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 50px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: -25px;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
  }
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 50px;
}
[dir="rtl"] .slick-next {
  left: 50px;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: -25px;
  }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
  }
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Scss Document */
/* 記述例
p {
	@include font-weight(l);
}
*/
/* 記述例
p {
  @include font-size(12);
}*/
/* 記述例
@include media(sp) {
	background-color: green;
}*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  color: #010512;
  line-height: 1.5;
  /* background: #ebf8fa; */
  /* background-image: url(../img/scienceagora_bg.jpg); */
  background-repeat: auto;
  background-blend-mode:lighten;
  background-position: center center;
  background-color:rgba(255,255,255,);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  body {
    background-image : none;
  }
}
@media all and (-ms-high-contrast: none){
  body {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: 400;
    color: #010512;
    line-height: 1.5;
    background: #ebf8fa;
    /* background-image: url(../img/bg_main.jpg); */
    background-repeat: auto;
    background-blend-mode:  lighten;
    background-position: center center;
    background-color:#fff;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-image : none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

*,
*::after {
  box-sizing: border-box;
}

.l-inner {
  min-width: 320px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* background-color: #e60012; */
}
.l-inner_footer {
  min-width: 320px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #585858;
}
.l-inner:after {
  content: "";
  clear: both;
  display: block;
}

/* Scss Document */
.width100 {
  width: 100%;
}
.mt0 {
  margin-top: 0px!important;
}

.mb0 {
  margin-bottom: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt5 {
  margin-top: 5px!important;
}

.mb5 {
  margin-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt10 {
  margin-top: 10px!important;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt20 {
  margin-top: 20px!important;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.mt30 {
  margin-top: 30px!important;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.mt50 {
  margin-top: 50px!important;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px!important;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.pt55 {
  padding-top: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.pt65 {
  padding-top: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.pt75 {
  padding-top: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.pt85 {
  padding-top: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.pt95 {
  padding-top: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.mt100 {
  margin-top: 100px!important;
}
.mt150 {
  margin-top: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px!important;
}

.ml30 {
  margin-left: 30px;
}
.ml45 {
  margin-left: 45px;
}

.pr5 {
  padding-right: 5px;
}

a {
  color: #010512;
  text-decoration: none;
  outline: none;
}

/* ---------画像・テキスト共通--------- */
/* ---------テキスト対象--------- */
/* ---------画像対象--------- */
/* ---------リンク無効--------- */
.nolink a, .nolink-bg a, .nolink2 a {
  /* pointer-events: none; */
  /* cursor: default; */
}

.nolink a {
  opacity: 0.5;
}

.nolink-bg {
  background-color: #cccccc !important;
}

.btn a {
  display: block;
  background-color: #010512;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.btn a:hover {
  background-color: white;
  border: 1px solid #010512;
  color: #010512;
}


.title1, .subPage-title {
  text-align: center;
  margin-bottom: 40px;
}
.title1__head {
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  color: #010512;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title1__head {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.title1__head:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 7px;
  left: 0px;
  background-color: rgba(44, 166, 224, 0.6);
  z-index: -1;
}
.title1__head__new {
  color: red;
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  top: -25px;
  left: -20px;
  transform: rotate(-15deg);
}
.title1__head br {
  display: none;
}
@media screen and (max-width: 768px) {
  .title1__head br {
    display: inline-block;
  }
}

.subPage-title {
  padding: 50px 0 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .subPage-title {
    padding: 30px 0 30px;
  }
}

.title2, .title2-l {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.title2:after, .title2-l:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #010512;
  margin: 20px auto 0;
}

.title2-l {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
.title2-l:after {
  background-color: #010512;
  height: 5px;
}

.title3, .subPage-mainTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  border-bottom: 3px solid #010512;
  padding-bottom: 3px;
  margin-bottom: 40px;
  position: relative;
}
.title3:after, .subPage-mainTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #010512;
  bottom: -3px;
  width: 30%;
}

.subPage-mainTitle {
  color: #010512;
  font-size: 26px;
  font-size: 1.625rem;
}

.title4 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  background-color: #010512;
  padding: 5px 10px;
}

.title5 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 5px solid #010512;
  border-bottom: 1px solid #010512;
  padding-left: 10px;
  padding-bottom: 3px;
  margin-bottom: 30px;
}

.linkOut {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 5px;
}

.message {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 5px;
}

.arrowRight {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 5px;
}

.tableBase {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  
}
.tableBase tr th, .tableBase tr td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tableBase tr th, .tableBase tr td {
    display: block;
    width: 100%;
  }
}
.tableBase tr th {
  background-color: #010512;
  color: white;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  border: 1px solid #010512;
}
.tableBase tr td {
  background-color: #f6f8fe;
  border: 1px solid #010512;
}
@media screen and (max-width: 768px) {
  .tableBase tr td {
    margin-bottom: 5px;
  }
}

.pageNav__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pageNav__list {
    justify-content: space-around;
  }
}
.pageNav__list li {
  background-color: #010512;
  margin-bottom: 5px;
  position: relative;
  transition: opacity 0.3s ease;
}
.pageNav__list li:hover {
  opacity: 0.5;
}
.pageNav__list li a {
  color: white;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 20px;
}
.pageNav__list li a i {
  position: absolute;
  top: 9px;
  right: 8px;
}

#global_link {
  /*position: absolute;*/
  /* 固定配置で問題なければ static に変更 */
  position: static;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px !important;
}

#global_link a {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  color: #ccc !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

#global_link a:hover {
  color: #fff !important;
}

#global_link ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: none !important;
}

#global_link li {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 8px !important;
  padding: 0 !important;
  background: none !important;
  letter-spacing: 0.05em;
}

#global_link li:first-child {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
}

#global_link li:nth-of-type(2) {
  margin-left: auto !important;
}

#global_link li:last-of-type {
  margin-right: 0 !important;
}

#global_link li:not(:first-child) a {
  display: inline-block !important;
  position: relative;
  padding: 0 0 0 10px !important;
}

#global_link li:first-child a img {
  width: auto;
  height: 30px;
}

#global_link li:first-child a:hover img {
  opacity: .7;
}

#global_link li:not(:first-child) a:before {
  position: absolute;
  left: 0;
  top: 50%;
  border: 4px solid transparent;
  border-left: 5px solid #ccc;
  transform: translateY(-50%);
  content: '';
}

/* Scss Document */
.headInfo {
  background-color: #fff;
}
.headInfo_ham {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .headInfo_ham {
    padding-bottom: 50px;
  }
}
.headInfo .l-inner:after {
  content: none;
}
.headInfo--inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .headInfo--inner {
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .headInfo--inner {
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px;
  }
}
.headInfo__logo {
  margin: 15px auto 10px auto;
}
@media screen and (max-width: 768px) {
  .headInfo__logo {
    margin: 10px;
    width: 50%;
    text-align: center;
  }
}
.headInfo__logo_ham {
  margin: -30px auto 30px auto;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .headInfo__logo_ham {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

.headInfo__logo img {
  width: 280px;
  /* margin-top: 50px; */
}
@media screen and (max-width: 768px) {
  .headInfo__logo img {
    width: 150px;
  }
}
.headInfo__logo_ham img {
  width: 250px;
  /* margin-top: 50px; */
}
@media screen and (max-width: 768px) {
  .headInfo__logo_ham img {
    width: 35%;
  }
}
.headInfo__date {
  margin-top: 10px;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .headInfo__date {
    margin-top: 0;
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
.headInfo__sns {
  margin-top: 11px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .headInfo__sns {
    margin: 10px 10px 0;
  }
}
.headInfo__sns__txt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #010512;
  padding-left: 32px;
  margin-bottom: 8px;
}
.headInfo__sns li {
  display: inline-block;
  width: 30px;
}
.headInfo__sns li + li {
  margin-left: 10px;
}
.headInfo__jma {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 15px;
}
@media screen and (max-width: 1155px) {
  .headInfo__jma {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headInfo__jma {
    display: none;
  }
}
.headInfo__jma li a {
  display: inline-block;
  border-radius: 2px;
  padding: 2px 6px;
  width: 9em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
}
.headInfo__jma li:nth-child(1) {
  margin-bottom: 5px;
}
.headInfo__jma li:nth-child(1) a {
  background: #231815;
  color: #fff;
}
.headInfo__jma li:nth-child(2) a {
  border: 1px solid #231815;
  background: #fff;
  color: #231815;
}
.headInfo__btn {
  width: 300px;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .headInfo__btn {
    width: 100%;
    margin-top: 5px;
  }
}
.headInfo__btn li {
  width: 200px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.headInfo__btn li:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .headInfo__btn li {
    width: 100%;
  }
}
.headInfo__btn li:nth-child(1) {
  background-color:#83e02c;
  font-size: 19px;
  font-size: 1.1875rem;
}
.headInfo__btn li:nth-child(2) {
  background-color: #010512;
}
.headInfo__btn li:nth-child(2) a {
  font-size: 14px;
  font-size: 0.875rem;
}
.headInfo__btn li:nth-child(2) a span {
  font-size: 19px;
  font-size: 1.1875rem;
}
.headInfo__btn li:nth-child(3) {
  background-color: #041546;
}
.headInfo__btn li a {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .headInfo__btn li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* -------------kachou--------------------------------------------------------------------- */
.main_kachou_top{
  width: 800px;
  margin: 0 auto 100px;
  display: block;
}
@media screen and (max-width: 768px){
  .main_kachou_top {
    width: 375px;
    text-align: center;
  }
}
.entryBtn_kachou_top {
  text-align: center;
  margin: 30px 0;
}
.table_kachou_top {
  margin-bottom: 50px;
  filter: drop-shadow(0px 4px 5px rgba(47, 51, 63, 1.6));
}
.intable_kachou_top {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  filter: drop-shadow(0px 4px 5px rgba(47, 51, 63, 1.6));
}
.intable_kachou_top th {
  border: 1px solid black;
  color: white;
  background-color: #010512;
  padding: 10px;
}
.table_kachou_top tr th {
  border: 1px solid black;
  color: white;
  background-color: #010512;
  padding: 15px;
  vertical-align: middle;
}
.table_kachou_top td, th{
  border: 1px solid black;
}
.table_kachou_top td {
  padding: 10px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}
.intable_kachou_top td {
  padding: 13px;
  background-color: #fff;
  height: 550px;
}
.head_kachou_top {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  border-bottom: double 6px #010512;
}
.text_kachou_caution {
  padding-left: 20%;
	list-style: none;
	display: inline-block;
  margin-bottom: 20px;
}
.text_kachou_caution li {
  text-align: left;
}
.text_kachou_top {
  margin-bottom: 20px;
  text-align: center;
}
.text_kachou_top li {
  padding: 0 20%;
  list-style: none;
  text-align: left;
}
.coment_kachou_top {
  color: #010512;
  margin-top: 50px;
  border-bottom: dashed 2px #010512;
}
.kachou_subtitle {
  background-color: #ececec;
  padding-left: 10px;
  border-radius: 20px 20px 20px 20px;
}
.kachou_table_box {
  margin: 0 2%;
  font-feature-settings: "pkna" 1;
}


/* ------------------------------------------------------------------------------------------------------- */

.intable_kachou_top th {
  border: 1px solid black;
  color: white;
  background-color: #010512;
  padding: 10px;
}
.table_kachou_top tr th {
  border: 1px solid black;
  color: white;
  background-color: #010512;
  padding: 15px;
  vertical-align: middle;
}
.table_kachou_top td, th{
  border: 1px solid black;
}
.table_kachou_top td {
  padding: 10px;
  background-color: #fff;
  vertical-align: middle;
}
.intable_kachou_top td {
  padding: 13px;
  background-color: #fff;
  height: 550px;
}





/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 100%;
  margin: 0 auto;
}

.menu-mobile {
  display: none;
  padding: 20px;
  background-color: #585858;
  color: white;
}
@media screen and (max-width: 959px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile:after {
  content: url(../img/icon_menu.png);
  width: 32px;
  height: 32px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-15%);
}

.menu-dropdown-icon:before {
  content: url(../img/icon_arrow_down.png);
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  float: right;
  padding-top: 10px;
  /* padding-right: 20px; */
}
@media screen and (max-width: 959px) {
  .menu-dropdown-icon:before {
    display: block;
  }
}



.menu > ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  background: #585858;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .menu > ul {
    display: none;
    flex-flow: column;
  }
  .menu > ul.show-on-mobile {
    display: block;
  }
}
.menu > ul:before {
  content: "";
  display: table;
}
.menu > ul:after {
  content: "";
  display: table;
  clear: both;
}
.menu > ul > li {
  width: calc(100% / 4);
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.menu > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  /* z-inde x: 100; */
  margin: auto 0;
  background: #fff;
  width: 1px;
  height: 20px;
  display: block;
}
/* .menu > ul > li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto 0;
  background: #fff;
  width: 1px;
  height: 20px;
  display: block;
} */

.menu > ul > li:last-child:after {
  content: none;
}
@media screen and (max-width: 959px) {
  .menu > ul > li {
    width: 100%;
    display: block;
    /*br {
    	display: none;
    }*/
  }
  .menu > ul > li:after {
    content: none;
  }
}
.menu > ul > li a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .menu > ul > li a {
    text-align: left;
    padding: 15px 10px;
  }
}






.menu_last > ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  background:#9e0310;
  margin: 0 auto;
  padding: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .menu_last > ul {
    /* display: none; */
    flex-flow: column;
    margin-left: 30px;
  }
  .menu_last > ul.show-on-mobile {
    display: block;
  }
}
.menu_last > ul:before {
  content: "";
  display: table;
}
.menu_last > ul:after {
  content: "";
  display: table;
  clear: both;
}
.menu_last > ul > li {
  width: calc(100% / 3);
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu_last > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  z-index: 100;
  margin: 23px auto 0;
  background: #fff;
  width: 1px;
  height: 45px;
  display: block;
}
.menu_last > ul > li:last-child:after {
  content: none;
}
@media screen and (max-width: 959px) {
  .menu_last > ul > li {
    width: 100%;
    display: block;
    /*br {
    	display: none;
    }*/
  }
  .menu_last > ul > li:after {
    content: none;
  }
}
/* .menu_last > ul > li a {
  display: block;
  padding: 30px 0 5px;
  font-size: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
} 20201113 */ 
.menu_last > ul > li a {
  display: block;
  padding: 10px 0 5px;
  font-size: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .menu_last > ul > li a {
    text-align: left;
    padding: 15px 10px;
  }
}
.menu_last p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 30px 10px 0;
}
.menu_last p a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
.menu_sikaku {
  width: 80%!important;
  margin: 10px auto 0!important;
  padding: 5px!important;
  border: 1px solid #fff;
}




.menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background: #585858;
  padding: 20px;
  margin: 0;
  z-index: 99;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .menu > ul > li > ul {
    padding: 0 10px 10px;
    position: relative;
    top: 0;
  }



.menu > ul > li > ul.normal-sub {
    width: 100%;
  }
}
.menu > ul > li > ul:before {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  content: "";
  display: table;
  clear: both;
}
.menu > ul > li > ul > li {
  float: left;
  width: calc(100% / 7);
  /*
  > ul { // ドロップダウンメニュー内の最小単位のナビ
  	display: block;
  	margin: 10px 0 0;
  	box-sizing: border-box;
  	@include media(m) {
  		position: relative;
  	}
  	&:before {
  		content: "";
  		display: table;
  	}
  	&:after {
  		content: "";
  		display: table;
  		clear: both;
  	}
  	> li {
  		float: left;
  		width: 100%;
  		@include font-size(13);
  		@include media(m) {
  			float: none;
  		}
  		a {
  			border: 0;
  			@include hoverUnderline;
  		}
  	}
  }*/
}
@media screen and (max-width: 959px) {
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
  }
}
.menu > ul > li > ul > li a {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}
.menu > ul > li > ul > li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .menu > ul > li > ul > li a {
    line-height: 1;
  }
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: -20px;
}
@media screen and (max-width: 959px) {
  .menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
  }
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

/* Scss Document for slick slider
.keyVisual {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  &__slider {
  	img {
  		max-width: none;
  	}*/

.keyVisual{
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.keyVisual:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.keyVisual .keyVisual__video, .keyVisual .keyVisual__subImage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}

/*追加*/
.keyVisual__pop__text2{
font-weight: 700;
position:absolute;
width:80%;
/*top:43%;*/
margin:0 auto;
padding:20px;
font-size:3em;
color: #010512;
background: rgba(255,255,255,0.8);
max-width:100%;
	}
@media screen and (max-width: 768px) {
  .keyVisual__pop__text2{
      width: 100%;
      font-size:1.5em;
  }
}
	
@media screen and (max-width: 768px) {
  .keyVisual__video {
    display: none;
  }
}
/* @media screen and (min-width: 769px) {
  .keyVisual__subImage {
    display: none;
  }
} */
.keyVisual__pop {
  /*max-width: 900px;*/
  width: 100%;
  position: absolute;
  top: 43%;
  /*left: 50%;
  transform: translate(-50%, -50%);*/
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .keyVisual__pop {
    margin-top: 0;
    top: 20%;
  }
}
.keyVisual__pop__left {
  width: 53%;
}
@media screen and (max-width: 960px) {
  .keyVisual__pop__left {
    width: 100%;
  }
}
.keyVisual__pop__right {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .keyVisual__pop__right {
    display: none;
  }
}
.keyVisual__pop__right iframe {
  width: 100%;
}
.keyVisual__pop__01 {
  max-width: 650px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 980px) {
  .keyVisual__pop__01 {
    width: 450px;
  }
}
@media screen and (max-width: 560px) {
  .keyVisual__pop__01 {
    width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .keyVisual__pop__01 {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__pop__01 {
    display: block;
  }
}
.keyVisual__pop__02 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .keyVisual__pop__02 {
    display: none;
  }
}
.keyVisual__pop__btn {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  max-width: 850px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .keyVisual__pop__btn {
    display: none;
  }
}
.keyVisual__pop__btn--2 {
  width: 80%;
}
.keyVisual__pop__btn--2 li {
  transition: all 0.3s ease;
}
.keyVisual__pop__btn--2 li:hover {
  opacity: 0.7;
}
.keyVisual__pop__btn--2 li + li {
  margin-left: 20px;
}
.keyVisual__pop__btn__01 a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  border: 2px solid white;
  color: white;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  transition: opacity 0.3s ease;
  background-color: #010512;
}
.keyVisual__pop__btn__01 a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .keyVisual__pop__btn__01 a {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 15px;
  }
}
.keyVisual__pop__btn__01 a:hover {
  opacity: 0.7;
}
.keyVisual__pop__btn__02 a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  border: 2px solid white;
  color: white;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  transition: opacity 0.3s ease;
  background-color: #010512;
}
.keyVisual__pop__btn__02 a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .keyVisual__pop__btn__02 a {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 15px;
  }
}
.keyVisual__pop__btn__02 a:hover {
  opacity: 0.7;
}
.keyVisual__pop__btn__03 a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  border: 2px solid white;
  color: white;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  transition: opacity 0.3s ease;
  background-color: #df4c4e;
}
.keyVisual__pop__btn__03 a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .keyVisual__pop__btn__03 a {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 15px;
  }
}
.keyVisual__pop__btn__03 a:hover {
  opacity: 0.7;
}
.keyVisual__pop__feature {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
@media screen and (max-width: 960px) {
  .keyVisual__pop__feature {
    display: none;
  }
}
.keyVisual__pop__feature li {
  transition: opacity 0.3s ease;
}
.keyVisual__pop__feature li:hover {
  opacity: 0.5;
}
/*.keyVisual__pop__text {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #041546;
}*/



@media screen and (max-width: 960px) {
  /*.keyVisual__pop__text {
    display: none;
  }*/
}

/* Scss Document */
/* .information {
  background: white;
} */
.information ::-webkit-scrollbar {
  width: 10px;
}
.information ::-webkit-scrollbar-track {
  background: white;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
.information ::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
  border-radius: 10px;
  box-shadow: none;
}
.information--inner {
  /* display: flex; */
  flex-flow: row;
  align-items: center;
  padding: 20px 50px;
  width: 80%;
  /* background-color: #fff; */
  /* box-shadow: 0px 0px 10px 8px rgb(114, 87, 57, 0.5) ; */
}
.information--inner:before {
  content: "";
  display: block;
  width: 0;
  /* min-height: 100px; */
}
@media screen and (max-width: 768px) {
  .information--inner {
    width: 100%;
    flex-flow: column;
  }
  .information--inner:before {
    min-height: 0;
  }
}
.information__title {
  font-size: 24px;
  padding: 5px 5px 5px 0.5em;
  white-space: nowrap;
  color: #010512;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010512;
  background: -webkit-repeating-linear-gradient(-45deg, #dfffc1, #dfffc1 3px,#fdffe9 3px, #fdffe9 7px);
  background: repeating-linear-gradient(-45deg, #dfffc1, #dfffc1 3px,#fdffe9 3px, #fdffe9 7px);
}


@media screen and (max-width: 768px) {
  .information__title {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1em;
  }
}
.information__body {
  padding-top: 5px;
  overflow-y: auto;
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  .information__body {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}
.information__body dt {
  clear: both;
  float: left;
  width: 7em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
  margin-top: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .information__body dt {
    float: none;
  }
}
.information__body dd {
  margin-left: 7em;
  padding-bottom:0.3em;
  border-bottom: 1px solid;
  margin-top: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .information__body dd {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.information__body dd a {
  position: relative;
  /* display: inline-block; */
}
.information__body dd a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #010512;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.information__body dd a:hover::after {
  transform: scale(1, 1);
}
.information__new {
  color: #fff;
  background-color: red;
  margin-right: 10px;
  padding: 0px 3px;
  font-weight: 600;
}

/* Scss Document */
.contact {
  padding: 50px 0 50px;
  background: url(../img/contact_img.jpg) 0% 75% no-repeat #ccc;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact--inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact__center {
  text-align: center;
}
.contact__desc {
  font-weight: bold;
}
.contact__name {
  font-size: 26px;
  font-size: 1.625rem;
  color: #010512;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.contact__address {
  font-size: 14px;
  font-size: 0.875rem;
}
.contact__linkArea {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .contact__linkArea {
    flex-flow: column;
  }
}
.contact__phone {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .contact__phone {
    margin-bottom: 10px;
  }
}
.contact__phone span a {
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  color: #83e02c;
  margin-top:15px;
}
@media screen and (max-width: 768px) {
  .contact__phone span a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.contact__web a {
  display: block;
  width: 100%;
  background-color: #83e02c;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  transition: opacity 0.3s ease;
}
.contact__web a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .contact__web a {
    padding: 10px 15px;
  }
}

/* Scss Document */
.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #585858;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}
.footer--inner {
  max-width: 1000px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .footer--inner {
    flex-flow: column;
    padding-left: 20px;
  }
}
.footer__unit {
  width: calc(100% / 2);
  /* padding-left: 20px; */
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__unit {
    width: 100%;
    padding-bottom: 15px;
  }
}
.footer__unit a {
  color: #fff;
  position: relative;
}
/* .footer__unit a:before {
  position: absolute;
  top: 8px;
  left: -20px;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #e60012 #e60012 transparent transparent;
  transform: rotate(45deg);
} */
.footer__col > li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__col > li {
    margin-top: 15px;
  }
}
.footer__col > li:first-child {
  margin-top: 0;
}
.footer__col > li > a {
  font-size: 18px;
  font-size: 1.125rem;
}
.footer__tgl--title {
  /* pointer-events: none; */
}
@media screen and (max-width: 768px) {
  .footer__tgl--title {
    pointer-events: all;
    cursor: pointer;
  }
}
.footer__tgl--title a {
  font-size: 1em;
}
.footer__tgl--title:nth-of-type(n+2) {
  margin-top: 10px;
}
/* .footer__tgl--list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__tgl--list {
    display: none;
  }
} */
/* .footer__tgl--list ul li {
  margin-top: 3px;
} */
.footer__tgl--list ul li a {
  font-size: 0.85em;
  transition: opacity 0.3s ease;
}
.footer__tgl--list ul li a:hover {
  opacity: 0.5;
}
.footer__tgl--list ul li a:before {
  top: 4px;
}
@media screen and (max-width: 768px) {
  .footer__tgl--list ul li a:before {
    content: none;
  }
}
.footer__logo {
  text-align: center;
  margin-bottom: 10px;
}
.footer__logo a + a {
  margin-left: 20px;
}
.footer__logo img {
  width: 100px;
}
.footer__logo__jbma img {
  width: 90px;
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

nav {
  background-color: #585858;
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
  /* position: relative; */
  z-index: 2;
}

#global_link {
	position: static; /* 固定配置で問題なければ static に変更 */
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	font-size: 12px !important;
}

#global_link a {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #ccc !important;
	font-size: 12px !important;
	text-decoration: none !important;
}
#global_link a:hover { color: #fff !important;}

#global_link ul {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: auto !important; /* コンテンツ固定幅があれば指定 */
	margin: 0 80px !important; /* コンテンツpadding踏襲 */
	padding: 0 !important;
	background: none !important;
}

#global_link li {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 8px !important;
	padding: 0 !important;
	background: none !important;
	letter-spacing: 0.05em;
}

#global_link li:first-child {
	margin: 0 8px 0 0 !important;
	padding: 0 !important;
	letter-spacing: 0 !important;
}

#global_link li:nth-of-type(2) {margin-left: auto !important;}
#global_link li:last-of-type { margin-right: 0 !important;}


#global_link li:not(:first-child) a {
	display: inline-block !important;
	position: relative;
	padding: 0 0 0 10px !important;
}

#global_link li:first-child a img { width: auto; height: 30px;}
#global_link li:first-child a:hover img { opacity: .7;}

#global_link li:not(:first-child) a:before {
	position: absolute;
	left: 0;
	top: 50%;
	border: 4px solid transparent;
	border-left: 5px solid #ccc;
	transform: translateY(-50%);
	content:'';
}

@media screen and (max-width:1080px) {
	#global_link ul {
		display: flex !important;
		align-items: stretch !important;
		flex-wrap: wrap !important;
		width: auto !important; /* コンテンツ固定幅があれば指定 */
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
		text-align: center !important;
	}
	
	#global_link li {
		display: block !important;
		width: 50% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
		border-bottom: 1px dotted #999 !important;
		background: none !important;
		letter-spacing: 0.05em !important;
	}
	#global_link li:first-child {
		margin: 0 !important;
	}
	#global_link li:nth-last-child(-n+2) { border: none !important;}
	#global_link li:nth-child(odd) { border-right: 1px dotted #999 !important;}

	#global_link li a {
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	#global_link li:not(:first-child) a {
		display: flex !important;
		position: relative;
		padding: 5px 10px 5px 20px !important;
	}

	#global_link li:first-child a img {
		height: 30px;
		margin: 0 !important;
		padding: 0 0 0 10px !important;
	}

	#global_link li:not(:first-child) a:before {
		position: absolute;
		left: 10px;
		top: 50%;
		border: 4px solid transparent;
		border-left: 5px solid #ccc;
		transform: translateY(-50%);
		content:'';
	}
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width:414px) {
  #page-top {
    right: 2%;
  }
}
#page-top a {
  display: block;
  width: 70px;
  transition: opacity 0.3s ease;
}


.public_span {
  margin: 70px 0;
}
.public_span img {
  margin: 10px auto 0;
  display: block;
}
.public_circle {
  margin-top: 20px;
  padding: 20px;
  border: #010512 2px solid;
  border-radius: 0.5em;
  background-color: #ecfcde;
}
.public_circle li:nth-of-type(n+2) {
  margin-top: 10px;
}
.public_circle h2 {
  color: #0a7232;
  position: relative;
}
.public_circle h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg, #010512, #010512 2px, #ecfcde 2px, #ecfcde 4px);
  background: repeating-linear-gradient(-45deg, #010512, #010512 2px, #ecfcde 2px, #ecfcde 4px);
}
.indent {
  padding-left:2em;
  /* margin-top: 10px; */
}
.indent li:nth-of-type(n+2) {
  margin-top: 5px;
}
.inline_2 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.inline_3 {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
.inline_4 {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
ol.bracket > li,
ol.closing_bracket > li {
  counter-increment: cnt;
}
ol.bracket > li:before {
  content: "("counter(cnt) ") ";
}
ol.bracket {
  margin-left: 20px;
}
.public_circle h2 {
  letter-spacing: -0.09em;
  margin-bottom:10px;
}

.gyousei_table td {
  border: 2px solid #1f7440;
  padding: 0px 10px 10px 10px;
  
}
.gyousei_table th {
  border: 2px solid #1f7440;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #010512;
}
.td_head {
  text-align: center;
  width: 23%;
  color: #fff;
  background-color: #010512;
}
.tx_center {
  text-align: center!important;
}
.tbl-r02 th {
  padding: 10px;
}
.tbl-r02 td {
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.information_meseage {
  margin-top: 20px;
  font-weight: 600;
  background-color: #def1cb;
  padding: 10px 15px;
}

.gyousei_txt p {
  margin-bottom: 5px;
  padding: 5px;
}
.gyousei_txt p:nth-of-type(2n+1) {
  color: #252e29;
  background-color: #e2f1e8;
  padding: 5px;
}

.next_page {
  font-size: 1.2em;
  padding-bottom: 20px;
}
.next_page a {
  border-bottom: 2px solid #010512;
}

.topics {
  width: 1000px;
  /* height: 70%; */
  /* overflow: hidden;
  position: relative; */
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics {
    width: 80%;
  }
}
.topics img {
  margin: 20px 30px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .topics img {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
}
.topics2 {
  height: 70%;
  /* overflow: hidden;
  position: relative; */
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics2 {
    width: 80%;
  }
}
.topics2 img {
  margin: 20px 30px;
  width: 80%;
}
.topics_slider {
  height: 50%;
  /* overflow: hidden;
  position: relative; */
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_slider {
    width: 100%;
  }
}
.topics_slider img {
  width: 90%;
  text-align: center;
  display: inline-block;
}
.topics_slider .slider-for img {
  /* margin-top: 50px; */
  width: 100%;
  max-width: 1200px;
  text-align: center;
  display: inline-block;
}
.top_topic {
  border: #e60012 solid 2px;
  box-shadow: 0 0 8px gray;
  background-color: #b0cc5a;
}
.top_topic .top_topic_1 {
  width: 28%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  background-color: #b0cc5a;
  text-align: center;
  vertical-align: middle;
}
.top_topic .top_topic_2 {
  width: 71.5%;
  font-size: 1em;
  padding: 20px;
  background-color: #fff;
  text-align: left;
}
.top_topic_about {
  border-bottom: solid 1px #bebebe;
}
.top_topic_about .tx_right {
  font-size: 1.4em;
  color: #bebebe;
  font-weight: 300;
}

.about_agora {
  /* width: 80%; */
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px auto 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.about_agora .flex img {
  margin: 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .about_agora .flex img {
    margin: 20px 0 0 0;
  }
}
.bg_yellow {
  background-image: url(../img/bg_yellow.png);
  background-size:100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg_live_streamin {
  background-image: url(../img/bg_green.png);
  background-size:100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg_pink {
  background-color: rgb(241, 234, 228, 0.5);
}
.bg_gold {
  background-image: url(../img/bg_science.png);
  background-size:100% auto;
  background-position: center center;
  /* background-repeat: no-repeat; */
  background-position: bottom;
}
.bg_blue {
  background-color: rgb(214, 253, 252, 0.7);
}
.bg_ronbun {
  background-color: #daebc8;
}
.about_agora p {
  text-indent: 1em;
}
.about_agora h2 {
  margin-bottom: 10px;
}
.inline_about_1 {
  display: inline-block;
  width: 60%;
  padding: 15px 15px 15px 20px;
}
@media screen and (max-width: 768px) {
  .inline_about_1 {
    width: 100%;
  }
}
.inline_about_2 {
  display: inline-block;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .inline_about_2 {
  display: none;
  }
}
.inline_about_2 img {
  margin: 0 auto;
  width: 100%;
}


.indent {
  padding-left: 2em;
  margin-top: 10px;
}
.inline_ronbun {
  display: inline-block;
  width: 23%;
}
.inline_ronbun a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.inline_banner_1 a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.inline_pickup {
  display: inline-block;
  width: 19.5%;
}
@media screen and (max-width: 540px) {
  .inline_pickup {
    display: inline-block;
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .inline_pickup {
    display: inline-block;
    width: 48%;
  }
}
.inline_pickup_sns {
  display: inline-block;
  width: 31.5%;
  vertical-align: top;
}
@media screen and (max-width: 540px) {
  .inline_pickup_sns {
    width: 100%;
  }
}
.inline_pickup:nth-child(n+7) {
  margin-top: 30px;
}
.inline_pickup a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.inline_pickup2 {
  display: inline-block;
  width: 32%;
}
.inline_pickup2 a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.width_icon img:hover ,.multiple img:hover ,.textbox a p:hover {
  opacity: 0.5;
  transition: 0.3s;
} 

/*全体*/
.hidden_box {
  margin: 2em 0 1em;/*前後の余白*/
  padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
  font-size: 24px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: 310px;
  height: 42px;
  transition: all .1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e60012;
  font-weight: 600;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .hidden_box label {
    font-size: 18px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    width: 190px;
    height: 42px;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #e60012;
    font-weight: 600;
  }
}
@media screen and (max-width: 320px) {
  .hidden_box label {
    font-size: 18px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    width: 130px;
    height: 42px;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #e60012;
    font-weight: 600;
  }
}
.hidden_box .movie_cornor label {
  font-size: 15px;
  line-height: 16px;
  position: relative;
  display: inline-block;
  width: 310px;
  height: 42px;
  transition: all .1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e60012;
  font-weight: 600;
  margin-left: 30px;
  letter-spacing: -0.8px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .hidden_box .movie_cornor label {
    font-size: 12px;
    position: relative;
    display: inline-block;
    width: 190px;
    height: 42px;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #e60012;
    font-weight: 600;
  }
}
@media screen and (max-width: 320px) {
  .hidden_box .movie_cornor label {
    font-size: 10px;
    position: relative;
    display: inline-block;
    width: 130px;
    height: 42px;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #e60012;
    font-weight: 600;
  }
}
.hidden_box label:before,
.hidden_box label:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 21px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.hidden_box label:before {
  right: 100%;
  border-right-color: #e60012;
}
.hidden_box label:after {
  left: 100%;
  border-left-color: #e60012;
}

/*ボタンホバー時*/
/* .hidden_box label:hover {
  color: black;
  background: #efefef;
  transition: 0.3s;
} */

/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.inline_banner_1 {
  display: inline-block;
  width: 26%;
  /* margin-top: 100px; */
}
@media screen and (max-width: 1024px) {
  .inline_banner_1 {
    display: inline-block;
    width: 26%;
    /* margin-top: 40px; */
  }
}
@media screen and (max-width: 768px) {
  .inline_banner_1 {
    display: inline-block;
    width: 39%;
    /* margin-top: 10px; */
  }
}
.inline_banner_2 {
  display: inline-block;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .inline_banner_2 {
    display: inline-block;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .inline_banner_2 {
    display: inline-block;
    width: 40%;
  }
}
.multiple { padding: 0;}
.multiple img { width: 100%;}
.multiple div { margin: 0 5px;}
.multiple .slick-next { right: 17px;　z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}

.big_moji {
  font-size: 1.3em!important;
}
.width_about {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .width_about {
    width: 100%;
    margin: 0 auto;
  }
}

.width_icon {
  width: 80%;
  margin: 0 auto;
}
.ver_top {
  vertical-align: top;
}
.bg_black {
  background-color: #9e0310;
}

#tst{
  position: relative;
  /* max-width: 300px;	 */
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  width: 100%;
  }
  /* #cse-search-box{
  width: 40px;
  height: 35px;
  padding: 0 10px; 
  position: absolute; 
  right: 260px;
  top: 0; 
  border-radius: 2px;
  outline: 0;
  margin-right: 10px;
  margin-top: 60px;
  }
  @media screen and (max-width: 540px) {
    #cse-search-box{
      display: none;
    }
  }
  #sbtn1{
  width: 55px;
  height: 33px;
  position: absolute; 
  right: 0;
  top: 0;
  background: #888;
  color: #fff;
  border: none;
  font-size: 20px;
  margin-right: 10px;
  } */
  /* @media screen and (max-width: 414px) {
    #sbtn1{
      width: 100px;
    }
  } */

  /* #sbtn1:hover{
  color: #7fbfff;
  }

#form2{
  position: relative;
  max-width: 300px;	
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  }
  #sbox2{
  width: 234px;
  height: 35px;
  padding: 0 10px; 
  position: absolute; 
  left: 0;
  top: 0; 
  border-radius: 2px;
  outline: 0;
  background: #eee;	
  }
  @media screen and (max-width: 414px) {
    #sbox2{
      width: 204px;	
      }
  }
  @media screen and (max-width: 320px) {
    #sbox2{
      width: 155px;	
      }
  }
  #sbtn2{
  width: 55px;
  height: 33px;
  position: absolute; 
  left: 242px;
  top: 0;
  background: #888;
  color: #fff;
  border: none;
  font-size: 20px;
  }
  @media screen and (max-width: 414px) {
    #sbtn2{
      left: 212px;
    }
  }
  @media screen and (max-width: 320px) {
    #sbtn2{
      left: 160px;
    }
  }
  #sbtn2:hover{
  color: #7fbfff;
  } */

  .search_container{
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 4px 10px;
    height: 2.2em;
    width: 250px;
    overflow: hidden;
    background: #ebebeb;
    top: 60px;
  }
  .search_container input[type="text"]{
    border: none;
    height: 2.0em;
    background: #ebebeb;
  }
  .search_container input[type="text"]:focus {
    outline: 0;
  }
  .search_container input[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #5c5c5c;
    position: absolute;
    height: 2.5em;
    right: 8px;
    top: -8px;
    outline : none;
  }
  .search_container ::-webkit-input-placeholder {
    color: #5c5c5c;
  }
  .search_container_moto {
    position: relative;
  }
  .search_absolute {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .search_container_ham{
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 4px 10px;
    height: 2.2em;
    width: 250px;
    overflow: hidden;
    background: #ebebeb;
    top: 0px;
  }
  .search_container_ham input[type="text"]{
    border: none;
    height: 2.0em;
    background: #ebebeb;
  }
  .search_container_ham input[type="text"]:focus {
    outline: 0;
  }
  .search_container_ham input[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #5c5c5c;
    position: absolute;
    height: 2.5em;
    right: 8px;
    top: -8px;
    outline : none;
  }
  .search_container_ham ::-webkit-input-placeholder {
    color: #5c5c5c;
  }
  .search_container_moto {
    position: relative;
  }




  

  .top_bg {
    background-size: cover;
    width: 100%;
    display:  inline-block; 
    background-repeat: auto;
    background-blend-mode:lighten;
    background-position: center center;
  }
  @media screen and (max-width: 1024px) {
    .top_bg {
      background-size: cover;
      width: 100%;
      display:  inline-block; 
      background-repeat: auto;
      background-blend-mode:lighten;
      background-position: center center;
    }
  }
  @media screen and (max-width: 414px) {
    .top_bg {
      background-size: cover;
      width: 100%;
      display:  inline-block; 
      background-repeat: auto;
      background-blend-mode:lighten;
      background-position: center center;
    }
  }
  .top_bg2 {
    /* background-image: url(../img/top_img_06_.png); */
    width: 100%;
    display:  inline-block; 
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: auto;
    background-blend-mode:lighten;
    background-position: center center;
    background-size: cover;
  }
  .top_bg3 {
    /* background-image: url(../img/top_img_06_.png); */
    width: 100%;
    display:  inline-block; 
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: auto;
    background-blend-mode:lighten;
    background-position: center center;
    background-size: cover;
  }

.inline_banner_3 {
  display: inline-block;
  width: 32%;
}
@media screen and (max-width: 414px) {
  .inline_banner_3 {
    width: 31%;
  }
}

.about_agora h2:before, .public_span h2:before {
	content:'● ';
	color: yellow;
}
.informationmaru h2:before {
	content:'● ';
	color: yellow;
} 
.about_agora h3:before {
	content:'● ';
	color: #77b0c2;
}
.flex {
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 414px) {
  .flex {
    padding: 2.5% 0;
    display: inline;
    flex-direction: row;
  }
}
.about_inline {
  display: inline-block;
  width: 95%;
}
.button-hex {
  font-size: 24px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: 280px;
  height: 42px;
  transition: all .1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e60012;
  font-weight: 600;
}
@media screen and (max-width: 320px) {
  .button-hex {
    width: 220px;
  }
}
.button-hex:before,
.button-hex:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 21px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.button-hex:before {
  right: 100%;
  border-right-color: #e60012;
}
.button-hex:after {
  left: 100%;
  border-left-color: #e60012;
}
/* .button-hex:hover {
  opacity: .7;
} */
.live_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .live_flex {
    display: inline;
    flex-direction: row;
    justify-content: space-between;
  }
}
.live_flex p {
  font-size: 1.1em;
  width: calc(100% / 10);
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .live_flex p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .live_flex p {
    display: inline;
  }
}
.live_flex p+p {
  border-left:1px solid #999;
}
@media screen and (max-width: 540px) {
  .live_flex p+p {
    border:none;
  }
}
.live_flex p:first-child {
  border-left:1px solid #999;
}
@media screen and (max-width: 540px) {
  .live_flex p:first-child {
    border:none;
  }
}
.live_flex p+p:last-child {
  border-right:1px solid #999;
}
@media screen and (max-width: 540px) {
  .live_flex p+p:last-child {
    border:none;
  }
}
.live_flex p a {
  color: #231815;
}
.mini_moji {
  font-size: 0.8em!important;
}
.overeview {
  width: 100%;
}
.overeview h2 {
  font-size: 1.8em;
}
.overeview_h {
  border-bottom: #e60012 solid 2px;
}
.overeview_light {
  border-bottom: #ccbebf solid 1px;
}
.overeview_indent p {
  padding-left:6em;
  text-indent:-6em;
  margin-top: 20px;
  letter-spacing: -0.6px;
}
.overeview_indent2 p {
  padding-left:12em;
  text-indent:-12em;
  margin-top: 20px;
  letter-spacing: -0.8px;
}
.overeview .planning_inline {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .overeview .planning_inline {
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    margin: 10px 0;
    letter-spacing: -0.6px;
  }
}
.bg_movie_archives .overeview .planning_inline a {
  color: #231815;
}
.overeview .planning_inline_held {
  display: inline-block;
  width: 48%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .overeview .planning_inline_held {
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    margin: 10px 0;
  }
}
.planning_inline_held iframe {
  width: 100%;
}
@media screen and (max-width: 768px){
  .plenning_none_1 {
    display: none!important;
  }
}
@media screen and (min-width: 769px){
  .plenning_none_2 {
    display: none!important;
  }
}
.overeview .planning_inline img {
  margin: 10px 0 0 10px;
}
.overeview .planning_inline2 {
  display: inline-block;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .overeview .planning_inline2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.overeview .planning_inline3 {
  display: inline-block;
  width: 33%;
  margin-left: 20px;
  vertical-align: top!important;
}
.overeview .planning_inline3 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .overeview .planning_inline3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
#overeview .planning_inline_held p {
  margin-left: 40px;
  margin-top: 60px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #overeview .planning_inline_held p {
    margin-left: 20px;
    margin-top: 20px;
  }
}
#overeview .planning_inline_held .held_name {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#overeview .held_name2 {
  margin-top: 10px;
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #overeview .held_name2 {
    font-size: 1.0em;
  }
}
#overeview .planning_inline_held .held_p {
  font-size: 1.0em!important;
  margin-top: 20px;
}
#overeview .planning_inline_held .held_job {
  font-size: 1.2em!important;
}
#overeview .held_message h3 {
  font-size: 26px;
}
.movie_message {
  letter-spacing: -0.8px;
  margin: 5px 0 0 40px!important;
  font-size: 0.9em!important;
}
@media screen and (max-width: 768px) {
  .movie_message {
    letter-spacing: -0.8px;
    margin: 5px 0 0 20px!important;
    font-size: 0.9em!important;
  }
}
.movie_message {
  margin-left: 40px;
}
.movie_message a {
  color: #231815;
}

.textbox {
  padding: 20px;
  background-color: #fff;
  border: #e60012 solid 3px;
  box-shadow: 4px 4px 12px #777;
  margin-bottom: 70px;
  text-align: left;
}
.textbox p {
  margin-left: 100px;
}
.textbox2 {
  padding: 30px;
  background-color: #fff;
  border: #e60012 solid 3px;
  box-shadow: 4px 4px 12px #777;
  margin-bottom: 70px;
  text-align: left;
}
.textbox2 p {
  text-indent: 1em;
}
.flex_textbox {
  display: flex;
}
.textbox_yellow {
  width: 280px;
  padding: 20px;
  background-color: #ffffc3;
  border: #e60012 solid 3px;
  box-shadow: 4px 4px 12px #777;
  margin: 0 20px 70px;
  text-align: left;
}
.textbox_pink {
  width: 280px;
  padding: 20px;
  background-color: #ffd5ff;
  border: #e60012 solid 3px;
  box-shadow: 4px 4px 12px #777;
  margin: 0 20px 70px;
  text-align: left;
}
.textbox_green {
  width: 280px;
  padding: 20px;
  background-color: #cbeab1;
  border: #e60012 solid 3px;
  box-shadow: 4px 4px 12px #777;
  margin: 0 20px 70px;
  text-align: left;
}

.topic2 {
  width: 1000px;
  height: 70%;
  margin: 0 auto 0;
  text-align: center;
}
.topic3 {
  width: 1000px;
  height: 70%;
  margin: 0 auto 0;
  text-align: center;
}
.relative {
  position: relative;
}

.img_absolute_01 {
  position: absolute;
  top: -50px;
  left: -30px;
}
.img_absolute_02 {
  position: absolute;
  top: -45px;
  left: -30px;
}
.img_absolute_03 {
  position: absolute;
  top: -50px;
  left: -30px;
}
.img_absolute_04 {
  position: absolute;
  top: 20px;
  left: -30px;
}
.img_absolute_05 {
  position: absolute;
  top: -50px;
  left: -30px;
}
.tx_left {
  text-align: left !important;
}
.tx_right {
  text-align: right !important;
}
.special_contents {
  background-color: rgba(255, 249, 86, 0.6);
  padding: 0 0 30px;
}
.my-parts {
	display: inline-block;
	font-size: 32px;
	padding: .8em 3.8em .4em 13em;
	position: relative;
	color: #fff;
	z-index: 1;
}
@media screen and (max-width: 768px) {
  .my-parts {
    display: inline-block;
    font-size: 13px;
    padding: .8em 3.8em .4em 13em;
    position: relative;
    color: #fff;
    z-index: 1;
  }
}
.my-parts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #ffbe44;
	transform: scaleY(1) perspective(3.6em) rotateX(5deg);
	transform-origin: bottom left;
	border-radius: 0px 8px 0 0;
}
#one_day, #two_day, #three_day, #four_day, #five_day, #six_day, #seven_day, #eight_day, #nine_day, #ten_day, #movie_box {
  background-color: #eeeeee;
  padding: 15px;
}
#planning table {
  margin-top: 30px;
  width: 100%;
}
#planning td {
  border: 1px solid #7f7f7f;
  padding: 10px;
  background-color: #fff;
}
#planning tr .plan_1 {
  width: 20%;
  background-color: #f1f1f1;
  vertical-align: middle;
  text-align: center;
}
#planning td a {
  color: #231815;
}
.plan_list li {
  margin-top: 5px;
  margin-left: 1.5em;
}
.flex_topmenu {
  display: inline-block;
  margin: 20px auto 0;
}
.flex_topmenu p {
  font-size: 1.2rem;
  font-weight: 600;
  color:#e60012;
  background-color: #fff;
  padding: 5px;
  border-radius: 15px;
  width: 300px;
  margin: 0 auto;
}
.flex_topmenu img {
  margin: 5px auto!important;
  vertical-align: top;
  filter: drop-shadow(0px 4px 5px rgba(47, 51, 63, 1.6));
}
.timetable {
  border-bottom: #010512 solid 2px;
  padding: 0 0 20px;
}
.timetable:first-of-type {
  border-bottom: #010512 solid 2px;
  padding: 0 0 20px;
}
.timetable:last-of-type {
  padding: 0;
  border-bottom:none;
}
.box_logo {
  position: absolute;
  top: 0;
  right: 50px;
  width: 173px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box_logo {
    display: none;
  }
}

.box_logo2 {
  position: absolute;
  top: 0;
  right: 127px;
  width: 173px;
}
@media screen and (max-width: 768px) {
  .box_logo2 {
    display: none;
  }
}

.box_logo_global {
  position: absolute;
  top: 10%;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .box_logo_global {
    top: 14%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 540px) {
  .box_logo_global {
    top: 8%;
  }
}
@media screen and (max-width: 414px) {
  .box_logo_global {
    top: 6%;
  }
}

@media print{
  .topics_slider .slider-for img {
    width: 50%;
    margin: 0 auto;
    text-align: right;
  }
}
@media print{
  .slick-slider {
    width: 200%;
    text-align: center;
    margin-top: 50px;
  }
}

#list td {
  padding: 5px;
}
#list a {
  color:#0066aa;
}
#list .plan_last {
  padding-bottom: 40px;
}
@media screen and (max-width: 414px) {
  #list td {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #list tr {
    margin-bottom: 10px;
  }
}
#list .plan_title {
  font-size: 1.4rem;
  width: 100%;
  padding: 20px 10px 10px;
}
#list .plan_1 {
  width: 20%;
}
@media screen and (max-width: 414px) {
  #list .plan_1 {
    display: inline-block;
    width: 100%;
  }
}
.list table {
  border-bottom: #7f7f7f 1px solid;
}
.twitter_inline {
  display: inline-block;
  width: 47%;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .twitter_inline {
    width: 100%;
  }
}
.twitter_inline01 {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: left;
}
.twitter_inline02 {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
  text-align: left;
}
.twitter_inline02 p {
  margin: 0 0 10px;
}
.twitter_box {
  margin: 40px auto;
  font-family: "Meiryo";
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: white;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .twitter_box {
    display: none;
  }
}
.planning_inline_held span {
  letter-spacing: -0.8px;
}
.out_button a {
  pointer-events: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.held_message h2 {
  font-size: 1.2em;
  margin-top: 10px;
}
.demopage a {
  pointer-events: none;
}
.special_p {
  margin: 30px auto 50px;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  text-indent: 0px!important;
  letter-spacing: -0.8px;
  border: 2px solid #0066aa;
  color:#0066aa;
}
br {
  font-size: 0px;
}
.special_content .overeview p a {
  color:#0066aa;
}
.special_content p {
    padding-left: 0em;
    text-indent: 0em; 
    margin-top: 20px;
    letter-spacing: -0.6px;
}
.emergency_p {
  font-size: 1.4em;
  margin: 100px 0;
  text-align: center;
}
.emergency_p a {
  color: #0066aa;
}
.slick-slider div { transition: none; }
.link_color a {
  color: #0066aa;
}

.contenedor {
  position: relative;
}
.expand {/*全体*/
  width: 100%;
  padding:15px 10px;
  max-height: 80px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aaa;
  transition: .5s;
}
 
.expand::before {/*グラデーション部分*/
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}
 
.contenedor input {/*input要素は隠しておく*/
  visibility: hidden;
}
 
.contenedor label {/*ボタン部分のスタイル*/
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: #aaa;
  box-shadow:-5px 0 white;
  color: white;
  z-index:999;
  cursor: pointer;
  text-transform: uppercase;
}
 
.contenedor label:before {/*閉じている際のボタンのテキスト*/
  content: "続きを読む";
}
 
.contenedor input:checked + label:before {/*開いているときは:checked状態なので、その際はボタンテキストを変える*/
  content: "閉じる"
}
 
input[type=checkbox]:checked ~ .expand {
 max-height: 100%;
}
 
input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}
figure {
  /* float: right; */
	margin-top: 15px;
}
.only_figure figure {
  float: right!important;
}
.float_none {
  clear: both;
  float: none!important;
}

/* *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
} */


.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.6px;
  color:#fff;
  border-radius: 0.5rem;
  background: #0066aa;
  width: 80%;
}
.btn2,
a.btn2,
button.btn2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.6px;
  color:#fff;
  border-radius: 0.5rem;
  background: #0066aa;
  width: 80%;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.planning_report {
  margin-top: 5px;
  margin-bottom: 50px;
  background: #fff;
  padding: 15px;
  border: 1px solid #7f7f7f;
}
.indent_report {
  text-indent: -3em;
  padding-left: 3em;
}


/* .movie_osusume {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
@media screen and (max-width: 540px) {
  .movie_osusume {
    width: 100%;
  }
}
.movie_osusume iframe {
  width: 100%;
} */
.movie_held {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .movie_held {
    width: 100%;
  }
}
.movie_held_inline {
  display: table-cell;
  width: 32%;
  height: calc(100% - 10px);
  vertical-align: top;
  margin-bottom: 5px;
  font-size: 0.8em;
  letter-spacing: -1px;
  padding: 0 2.5px;
}
@media screen and (max-width: 768px) {
  .movie_held_inline {
    display: inline-block;
    width: 32%;
  }
}
@media screen and (max-width: 540px) {
  .movie_held_inline {
    width: 100%;
    font-size: 1em;
  }
}
.movie_held_inline img {
  padding-bottom: 5px;
  width: 100%;
}


.movie_timetable {
  display: inline-block;
  width: 19.4%;
  height: calc(100% - 10px);
  vertical-align: top;
  margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
  .movie_timetable {
    width: 100%;
  }
}
.movie_timetable .youtube {
  width: 100%;
}
.movie_timetable img {
  width: 100%;
}
.youtube img:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.movie_timetable p {
  padding: 0 5px;
  font-size: 0.8em;
}
.movie_timetable p a {
  color: #231815;
}

.movie_main_title {
  font-size: 1.4em;
  color: #fff;
  background: #e60012;
  padding: 10px;
}
@media screen and (max-width: 414px) {
  .movie_main_title {
    word-break: keep-all;
  }
}
.movie_main_title img {
  vertical-align: middle;
  width: 20%;
}
@media screen and (max-width: 540px) {
  .movie_main_title img {
    width: 50%;
  }
}



.movie_main_title_2 {
  font-size: 1.4em;
  color: #fff;
  background: #f19e04;
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.movie_main_title_3 {
  font-size: 1.4em;
  color: #fff;
  background: #5080e9;
  padding: 10px;
}
.archive_area_1 {
  background: #eee;
  padding: 0;
  text-align: center;
}
.archive_area_1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 414px) {
  .archive_area_1 iframe {
    width: 100%;
  }
}
.archive_area_2 {
  background: #eee;
  padding: 10px;
  text-align: center;
}
.archive_tr th {
  border: 0px;
  padding: 5px;
  width: 45%;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .archive_tr th {
    width: 10%;
  }
}
.archive_tr .archive_area_1 {
  vertical-align: middle;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.archive_tr td {
  border: 0px;
  background: #eee;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .archive_tr td {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .archive_display {
    display: none!important;
  }
}
.archive_display_open {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive_display_open {
    display: inline-block!important;
    width: 100%;
  }
}
.archive_comment_top {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .archive_comment_top {
    text-align: left;
    padding: 0 10px;
  }
}

.scienceagora_title {
  color: #231815;
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 800px;
  margin: 50px 0 20px;
  text-align: left;
  width: 100%;
  /* max-width: 780px; */
}
.scienceagora_title2 {
  color: #231815;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: 800px;
  margin: 20px 0 0px;
  text-align: left;
  width: 100%;
  max-width: 780px;
}

.scienceagora_title span {
  font-size: 0.9em;
}

.scienceagora_title_wait {
  color: #231815;
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 800px;
  margin: 50px 0 20px;
  text-align: center;
  width: 100%;
}

.pd10 {
  padding: 10px;
}

.scienceagora_title_top {
  color: #231815;
  font-size: 1.4em;
  font-weight: 800px;
  margin: 50px 0 20px;
  text-align: left;
  width: 100%;
}
.scienceagora_title_top span {
  font-size: 0.9em;
}
.contents_h1 {
  color: #231815;
  font-size: 1.4em;
  font-weight: 800px;
  margin: 50px 0 20px;
  text-align: left;
  width: 100%;
}
.contents_h1 span {
  font-size: 0.9em;
}

.scienceagora_events {
  width: 100%;
  max-width: 1000px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}
.scienceagora_events_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.scienceagora_events .imgbox {
  margin: 10px;
  width: 100%;
  max-width: 310px;
  font-size: 0.8em;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .scienceagora_events .imgbox {
    width: 100%;
    max-width: 100%;
    margin: 1em;
  }
}
.scienceagora_events .imgbox img {
  width: 100%;
}

.scienceagora_button {
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 414px) {
  .scienceagora_button {
    margin: 20px 0 0 0;
  }
}
.scienceagora_button p a {
  background-color: #585858;
}
.scienceagora_button a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  padding: 10px 50px;
  max-width: 350px;
  min-width: 200px;
  margin: 0 auto;
  border: 1px solid #585858;
  /* background: url(../../common/img/details_icon.gif) no-repeat 0 16px; */
}
.scienceagora_button a:hover {
  color: #585858;
  background-color: #fff;
  border: 1px solid #585858;
  opacity: 1!important;
}

#colum .scienceagora_colum {
  width: 100%;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.scienceagora_colum {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.scienceagora_colum img {
  margin: 10px;
  box-shadow: 0px 9px 3px -3px rgb(0 0 0 / 10%);
  width: 17%;
}

#movies .scienceagora_movie {
  width: 100%;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.scienceagora_movie {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.scienceagora_movie .imgbox {
  margin: 20px;
  width: 20%;
  font-size: 0.8em;
}
.scienceagora_movie img {
  margin-bottom: 5px;
}
.agora_channel {
  width: 100%;
  text-align: left;
}
.agora_channel img {
  width: 100%;
  max-width: 200px;
}

#news_sns {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news_sns {
    padding: 0 2em;
  }
}

#news_sns .scienceagora_newsbar div {
  padding-left: 1.5em;
  overflow: hidden;
}

#news_sns .scienceagora_newsbar li time {
  font-size: 0.9em;
}

#news_sns .scienceagora_newsbar div p {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
  font-size: 0.9em;
}

#news_sns .scienceagora_newsbar {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 80px;
  box-shadow: 0 0 1px rgb(0 0 0 / 20%);
}
.contente_long_area {
  max-width: 1000px!important;
}
.contente_long_area ul {
  max-height: 420px!important;
}
#news_sns .scienceagora_newsbar ul li div p a {
  color: #2ea7e0;
}
#news_sns .scienceagora_newsbar ul li div p a:hover {
  color: #0066aa;
  opacity: 1;
}

#news_public .scienceagora_public {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news_public .scienceagora_public {
    padding: 0 2em;
  }
}


.colum_main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .colum_main {
    padding: 0 2em;
  }
}
#colum_top {
  border-bottom: 2px solid #d3000e;
}
.colum_main #colum_top h1 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}
.colum_main #colum_top h1 span {
  color: #d3000e;
}
.cp_h1title {
	padding: 0.1em 0.3em;
	border-left: 10px solid #231815;
}

#colum_body p {
  text-indent: 1em;
  margin-top: 5px;
}
#colum_body .scienceagora_center {
  /* text-align: center; */
  width: 80%;
  margin: 30px auto;
}
#colum_body .scienceagora_center p {
  font-size: 0.8em;
  text-indent: 0em;
  margin-top: 5px;
}

#colum_body h2 {
  color: #d3000e;
  font-size: 1.4em;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
#colum_body figure {
  float: right;
  width: 17%;
  margin: 0 0 0 15px;
  font-size: 0.8em;
}
.cp_h1title {
  /* margin: 30px 0; */
}
.cp_h1title a {
  color: #2ea7e0;
}
#colum_body .scienceagora_link {
  border: 1px solid #231815;
  padding: 15px;
  display: flex;
}
#colum_body .scienceagora_link p {
  color: #fff;
  background-color: #9fa0a0;
  padding: 7px 15px;
  margin: 0 15px;
  text-indent: 0em;
}

#colum_body .scienceagora_relation {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#colum_body .scienceagora_relation .imgbox {
  width: 27%;
  height: 142px;
  font-size: 0.8em;
  margin: 20px;
  text-align: center;
}
#colum_body .scienceagora_relation .imgbox p {
  text-align: left;
  text-indent: 0em;
}

#events .scienceagora_events .imgbox h2 {
  font-weight: 600;
  font-size: 1.2em;
  color: #231815;
  /* margin-top: 5px; */
  float: right;
}
#events .scienceagora_events .imgbox h2 a {
  padding: 5px 0em;
  display: block;
  font-size: 0.9em;
  text-align: left;
  padding: 0 0 0 25px;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}
#events .scienceagora_events .imgbox p {
  font-weight: 600;
  font-size: 1em;
  color: #231815;
  /* min-height: 30px; */
  letter-spacing: -0.5px;
}
#events .scienceagora_events .imgbox p span {
  font-size: 0.9em;
}
#events .width_all {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
}
#events iframe {
  vertical-align: bottom;
}

.scienceagora_news ul {
  overflow: auto;
  margin: 0 0 0 50px;
  max-height: 213px;
  padding: 1em 0
}

.scienceagora_news li {
  display: flex;
  align-content: flex-start;
  margin-bottom: 10px;
  padding: 14px 7px;
  border-bottom: 1px dotted #231815;
  width: 90%;
}

.scienceagora_news li.new time::before {
  display: block;
  color: #c00;
  line-height: 1;
  content: 'NEW';
}

.black_border {
  /* border: 1px solid #231815; */
  margin: 70px auto 0;
  max-width: 1000px;
}
.black_border::after {
  content: "";
  display: block;
  border-top: 1px solid #231815;
  transform: scaleY(.5);
  transform-origin: 100% 0;
}


#link_banner .scienceagora_link {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #link_banner .scienceagora_link {
    padding: 0 2em;
  }
}

#link_banner .scienceagora_link .imgbox {
  display: inline-block;
  width: 32.9%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  #link_banner .scienceagora_link .imgbox {
    width: 100%;
    margin: 1em;
  }
}
#link_banner .scienceagora_link .imgbox img {
  width: 85%;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  top: 30px;
  left: 30px;
  width: 43px;
  height: 41px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
/* @media screen and (max-width: 959px) {

} */
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #231815;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}




/* パンくずトレイ */
.breadcrumb {
  margin: 20px auto 0;
  padding: 1em;
  list-style: none;
  /* background: #231815; */
  overflow: hidden;
  max-width: 1200px;
  font-size: 0.8em;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #231815;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #231815;
}

.breadcrumb li:first-child a:before {
  /*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}




.scienceagora_title_center {
  font-size: 1.6em;
  text-align: center;
  line-height: 24px;
}
.scienceagora_title_center span {
  font-size: 0.5em;
}

@media screen and (max-width: 768px) {
  #reports {
    padding: 0 2em;
  }
}
#reports .scienceagora_events ul li {
  margin: 10px;
}
#reports .scienceagora_events ul li:nth-of-type(2n+1) {
  background-color: #e0e0e0;
  padding: 5px 150px;
}
#reports .scienceagora_events ul li a {
  border-bottom: 1px;
}
#reports .reports_inline {
  display: inline-block;
  width: 40%;
  margin: 5px;
  font-size: 0.9em;
}
@media screen and (max-width: 500px) {
  #reports .reports_inline {
    width: 100%;
  }
}
#reports .reports_inline p a {
  /* display: block; */
  color: #3baeda;
  font-weight: 600;
  background: url(../../common/img/pdf_icon.gif) no-repeat 0 1px;
  text-decoration: none;
  font-size: 1em;
  padding: 0 0 5px 18px
}
#reports .reports_inline p span {
  font-size: 0.8em;
}
#reports .scienceagora_events .icon_pad a {
  /* display: block; */
  color: #3baeda;
  font-weight: 600;
  background: url(../../common/img/pdf_icon.gif) no-repeat 0 1px;
  text-decoration: none;
  font-size: 0.9em;
  padding-left: 25px;
}

#reports_glaf {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #reports_glaf {
    padding: 0 2em;
  }
}
#reports_glaf h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#reports_glaf h3 {
  font-size: 1em;
  margin-top: 20px;
  font-weight: 600;
}
#reports_glaf h3 span {
  font-weight: 300;
  font-size: 0.9em;
}
#reports_glaf .reports_glaf {
  padding: 0 15px;
}
#reports_glaf table {
  width: 100%;
}
#reports_glaf table tr th {
  background-color: #e0e0e0;
  padding: 10px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
#reports_glaf table tr th span {
  font-size: 0.8em;
  letter-spacing: -1.2px;
}
#reports_glaf table tr td {
  background-color: #fff;
  padding: 10px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}



#picture {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #picture {
    padding: 0 2em;
  }
}



#recording {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recording {
    padding: 0 2em;
  }
}
#recording h2 {
  letter-spacing: -0.8px;
  font-size: 1.0em;
}
#recording .recording_box {
  padding: 15px;
  border: 1px solid #231815;
  text-align: left;
  width: 100%;
}
.recording .recording_box {
  padding: 15px;
  border: 1px solid #231815;
  text-align: left;
  width: 100%;
}
.recording_box .recording_inline2 a h2:hover,.recording_box .recording_inline2 a p:hover {
  opacity: 0.5!important;
  transition: 0.2s;
}
#recording .recording_inline {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}
@media screen and (max-width: 624px) {
  #recording .recording_inline {
    width: 100%;
  }
}
#recording .recording_inline img {
  width: 200px;
}
@media screen and (max-width: 624px) {
  #recording .recording_inline img {
    width: 100%;
    padding: 0;
  }
}
#recording .recording_inline2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  width: 71%;
}
@media screen and (max-width: 624px) {
  #recording .recording_inline2 {
    width: 100%;
    padding: 0;
  }
}

#recording2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recording2 {
    padding: 0 2em;
  }
}
#recording2 h2 {
  letter-spacing: -0.8px;
  font-size: 1.0em;
}
#recording2 .recording_box {
  padding: 15px;
  border: 1px solid #231815;
  text-align: left;
}
#recording2 .recording_inline {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}
#recording2 .recording_inline img {
  width: 200px;
}
#recording2 .recording_inline2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  width: 70%;
}

#recording3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recording3 {
    padding: 0 2em;
  }
}
#recording3 h2 {
  letter-spacing: -0.8px;
  font-size: 1.0em;
}
#recording3 .recording_box {
  padding: 15px;
  border: 1px solid #231815;
  text-align: left;
}
#recording3 .recording_inline {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}
#recording3 .recording_inline img {
  width: 200px;
}
#recording3 .recording_inline2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  width: 70%;
}

#recording4 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recording4 {
    padding: 0 2em;
  }
}
#recording4 h2 {
  letter-spacing: -0.8px;
  font-size: 1.0em;
}
#recording4 .recording_box {
  padding: 15px;
  border: 1px solid #231815;
  text-align: left;
}
#recording4 .recording_inline {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}
#recording4 .recording_inline img {
  width: 200px;
}
#recording4 .recording_inline2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  width: 70%;
}



#link {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #link {
    padding: 0 2em;
  }
}
#link table td {
  /* width: auto;
  padding: 5px 20px; */
  vertical-align: middle;
}
#link table td img {
  width: 400px;
}
/* #link .scienceagora_recording table {
  margin: 0 auto;
} */
#link .scienceagora_recording table td a {
  /* color: #fff;
  background-color: #231815; */
  padding: 5px 0em;
  display: inline-block;
  font-size: 0.9em;
  text-align: left;
  padding: 0 0 5px 25px;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}
#link .scienceagora_recording table td span a {
  display: inline-block;
  background: url(../../common/img/pdf_icon.gif) no-repeat 0 1px;
  text-decoration: none;
  font-size: 0.9em;
}
#link .scienceagora_recording table td .xls a {
  display: inline-block;
  background: url(../../common/img/excel_icon.gif) no-repeat 0 1px!important;
  text-decoration: none;
  font-size: 0.9em;
}
/* .scienceagora_recording .recording_box:hover {
  opacity: 0.5;
  transition: 0.2s;
} */
.pdf_icon a{
  display: inline-block;
  background: url(../../common/img/pdf_icon.gif) no-repeat 0 1px;
  text-decoration: none;
  font-size: 0.9em;
  text-align: left;
  padding: 0 0 5px 25px;
}
.linkBtn a,.base_width p span a {
  display: inline-block;
  color: #282828;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
  padding: 0 0 5px 25px;
  text-decoration: none;
}
.scienceagora_recording span a {
  display: inline-block;
  color: #282828;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
  padding: 0 0 5px 25px!important;
  text-decoration: none;
}
.excel_icon a {
  display: inline-block;
  color: #282828;
  background: url(../../common/img/excel_icon.gif) no-repeat 0 0;
  padding: 0 0 5px 25px;
  text-decoration: none;
  font-size: 0.9em;
}
.word_icon a {
  display: inline-block;
  color: #282828;
  background: url(../../common/img/word_icon.gif) no-repeat 0 0;
  padding: 0 0 5px 25px;
  text-decoration: none;
  font-size: 0.9em;
}
.external_icon a {
  display: inline-block;
  color: #282828;
  background: url(../../common/img/external_icon.png) no-repeat 0 0px;
  padding: 0 0 0px 25px!important;
  text-decoration: none;
}



#link_past {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #link_past {
    padding: 0 2em;
  }
}
#link_past table td {
  width: auto;
  padding: 5px 20px;
  vertical-align: middle;
}
#link_past .scienceagora_recording table {
  margin: 0 auto;
}
#link_past .scienceagora_recording table td a {
  /* color: #fff;
  background-color: #231815; */
  padding: 0 0 5px 25px;
  display: block;
  font-size: 0.9em;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}


#program {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #program {
    padding: 0 2em;
  }
}
#program dt {
  border-bottom: 1px solid #cdcdcd;
  font-size: 1em;
  max-height: 999999px;
  font-weight: bold;
  color: #323232;
  text-decoration: none;
  padding-bottom: 9px;
  margin-bottom: 12px;
  background-position: 0 6px;
}
#program .program_menu {
  display: inline-block;
  width: 43%;
  padding: 3%;
  border: 1px solid #cdcdcd;
  min-height: 150px;
  margin: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #program .program_menu {
    width: 100%;
  }
}
#program .program_menu dd {
  font-size: 0.9em;
}
#program table {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
#program table tr th {
  background-color: #e0e0e0;
  padding: 10px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
#program table tr td {
  background-color: #fff;
  padding: 10px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}


#search {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #search {
    padding: 0 2em;
  }
}
#search #searchWrap {
  padding: 20px;
  border: 1px dotted #323232;
}
#search h1 {
  font-size: 1.2em;
}
#search h1 span {
  font-size: 0.8em;
}
#search h2 {
  font-size: 1em;
}
.lineR {
  margin-top: 20px;
}
#search .search_button {
  text-align: center;
  margin: 20px 0 0;
}
#search .daySelect, #search .timeSelect, #search .formatSelect {
  border-bottom: 1px dotted #b3b2b2;
  padding-bottom: 31px;
  margin-bottom: 19px;
}
#search .search_button_inline {
  display: inline-block;
  margin: 0 3px;
}
#search li .submit {
  display       : inline-block;
  font-size     : 1.1em;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #323232;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #323232;    /* 枠の指定 */
}
#search li .submit:hover {
  opacity: 0.5;
  transition: 0.2s;
}
#search li .reset {
  display       : inline-block;
  font-size     : 1.1em;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #fff;     /* 背景色     */
  color         : #323232;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #323232;    /* 枠の指定 */
}
#search li .reset:hover {
  opacity: 0.5;
  transition: 0.2s;
}
@media screen and (max-width: 375px) {
  #search li .reset {
    font-size     : 0.9em;        /* 文字サイズ */
    margin-top: 5px;
  }
}



#booth {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #booth {
    padding: 0 2em;
  }
}
#booth img {
  float: right;
  margin: 4px 0px 0px 15px;
}
#booth table {
  width: 100%;
}
#booth table tr th {
  background-color: #e0e0e0;
  padding: 10px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
#booth table tr td {
  background-color: #fff;
  padding: 10px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}




#booth_speakers {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #booth_speakers {
    padding: 0 2em;
  }
}
#booth_speakers h2 {
  font-size: 1.2em;
}
#booth_speakers h3 {
  font-size: 1.1em;
}
.booth_session h2 {
  font-size: 1.2em;
}
#booth_speakers .booth_session {
  margin-bottom: 30px;
}
#booth_speakers .booth_session h4 {
  margin-top: 5px;
}
#booth_speakers .booth_session ul li {
  margin-top: 5px;
  font-size: 0.9em;
}
#booth_speakers .booth_profile {
  margin-top: 0.8em;
  display: flex;
}
#booth_speakers .booth_profile img {
  max-height: 150px;
  max-width: 120px;
}
#booth_speakers .booth_profile p {
  margin-left: 1em;
  font-size: 0.9em;
  line-height: 2em
}
#booth_speakers .booth_profile p span {
  font-weight: 600;
}

#resultProgramList {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #resultProgramList {
    padding: 0 2em;
  }
}
#resultProgramList h2 {
  font-size: 1em;
}
#resultProgramList table {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  font-weight: bold;
  width: 100%;
  word-break: break-all;
  margin-bottom: 40px;
}
#resultProgramList th {
  width: 25%;
  padding: 9px 0 8px;
  color: #fff;
  background: #231815;
  border-bottom: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
}
#resultProgramList td.day {
  vertical-align: middle;
  background: #e0e0e0;
}
#resultProgramList td {
  border-bottom: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  padding: 10px 14px 11px;
  font-weight: 300;
  vertical-align: middle;
}


.base_width {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 1000px) {
  .base_width {
    padding: 0 2em;
  }
}
.base_width h2 {
  font-size: 1.1em;
}
.base_width h3 {
  font-size: 1em;
}
.sponsored p {
  margin: 10px 0;
}
.base_width p strong {
  font-size: 1.1em;
  border-bottom: 1px solid #231815;
}
.base_width .vision p {
  margin-top: 10px;
}
.base_width .vision {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.base_width .vision table tr th {
  width: 20%;
  border: 1px solid #231815;
  padding: 5px;
  vertical-align: middle;
  background-color: #CDCDCD;
}
.base_width .vision table tr td {
  width: 40%;
  border: 1px solid #231815;
  padding: 5px;
  font-size: 0.9em;
  text-align: left;
}
.base_width .vision table tr td a {
  padding: 3px 0 0 22px;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}
.base_width .vision table tr td ul li {
  margin-left: 2em;
}


#recording4 table tr th {
  width: 20%;
  border: 1px solid #231815;
  padding: 5px;
  vertical-align: middle;
  background-color: #CDCDCD;
}
#recording4 table tr td {
  width: 40%;
  border: 1px solid #231815;
  padding: 5px;
  font-size: 0.9em;
  text-align: left;
}


.voice_box {
  margin: 20px 0;
  vertical-align: middle;
  position: relative;
}
.icon_man {
  display: inline-block;
  /* width: 95%; */
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.arrow_box{
  display: inline-block;
  position: relative;
  width: 85%;
  height: 100%;
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  border: 1px solid #CDCDCD;
  color: #000;
  font-size: 0.9em;
  left: 85px;
  min-height: 75px;
}
.arrow_box:after,.arrow_box:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:50%;
}
.arrow_box:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  margin-top: -10px;
  border-right-color:#FFFFFF;
}
.arrow_box:before{
  border-color: rgba(205, 205, 205, 0);
  border-top-width:11px;
  border-bottom-width:11px;
  border-left-width:11px;
  border-right-width:11px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color:#CDCDCD;
}

.float_left {
  float: left;
}
@media screen and (max-width: 768px) {
  .float_left {
    float: none;
  }
}
.float_left_2 {
  float: left;
}

.float_right {
  float: right;
}
@media screen and (max-width: 768px) {
  .float_right {
    float: none;
  }
}
.reports_glaf {
  text-align: left;
}
.program_all {
  display: inline-block;
  width: 90%;
  max-width: 800px;
  padding: 20px;
  background: #f9f9f9;
}

.timeline h2 {
  font-size: 1.1em;
}
/* .timeline .vision {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
} */
.timeline .vision table tr th {
  width: 100%;
  min-width: 130px;
  border: 1px solid #231815;
  padding: 5px;
  vertical-align: middle;
  background-color: #CDCDCD;
}
.timeline .vision table tr td {
  width: 100%;
  min-width: 240px;
  border: 1px solid #231815;
  padding: 5px;
  vertical-align: middle;
  font-size: 0.9em;
}
.timeline .vision table tr td span {
  letter-spacing: -0.8px;
}
.timeline .vision table tr td a {
  padding: 3px 0 0 22px;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}

.width_mini {
  width: 57.7%!important;
}
@media screen and (max-width: 414px) {
  .width_mini {
    width: 100%!important;
  }
}
#link .outlink a {
  color: #282828;
  background: url(../../common/img/external_icon.png) no-repeat 0 3px!important;
  padding: 0 0 0 18px;
  text-decoration: none;
}
.external li a {
  color: #282828;
  background: url(../../common/img/external_icon.png) no-repeat 0 3px!important;
  padding: 0 0 0 18px;
  text-decoration: none;
}
.session_width {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.session_width img {
  margin: 10px auto;
}

.floor_title {
  font-size: 1.2em;
}

.disc li {
  list-style-type: disc;
  margin-left: 17px;
  line-height: 1.4;
  margin-top: 10px;
}
.disc li p a {
  color: #0066aa;
}
.session_p_margin p {
  margin-top: 30px;
}
/* .session_p_margin div img {
  margin-bottom: 5px;
} */
.session_p_margin div span {
  font-size: 0.8em;
}
.session_inline_1 {
  display: inline-block;
  width: 70%;
  padding-right: 15px;
}
.session_inline_1 p {
  margin-top: 20px;
}
.session_inline_2 {
  display: inline-block;
  width: 28%;
  vertical-align: top;
}



nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: left;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    height: 1030px;
  }
}
.pulldown_menu {
  padding-left: 1em!important;
  font-size: 0.9em!important;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 50px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  nav.globalMenuSp ul {
    padding: 0px;
  }
}


nav.globalMenuSp ul li {
  font-size: 0.9em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
}

.inline_2_ {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp .inline_2_ {
    width: 100%;
  }
}
.inline_2_outline {
  display: inline-block;
  vertical-align: top;
}

/* 最後はラインを描かない */
/* nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
} */

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



#menu li {
  /* position: relative; */
  /* display: inline-block; 
  letter-spacing: normal;  */
  color: #231815;
  background-color: #fff;
  margin: 0 auto;
  max-width: 500px;
}
#menu a {
  color: #231815;
  display: block; 
  padding: 5.9px 15px; 
}
@media screen and (max-width: 540px) {
  #menu a {
    padding: 3px 15px;
    font-size: 0.85em;
  }
}
#menu a:hover {
  background: rgba(233, 233, 233, 0.2); /* グレーの薄さ0.2 文字色はそのまま */
}
/* サブメニュー(hover時) */
#menu li:hover > ul {
  display: block; 
}

/* サブメニュー */
#menu ul {
  display: none;
  position: absolute;
  max-width: 500px;
}

/* サブメニュー以降 */
#menu ul li {
  width: 100%; 
  background-color: #929292;
  margin: 0 auto;
  max-width: 500px;
}
#menu ul li a {
  display: block; 
  color: #fff;
}
.link_circle div {
  padding: 15px;
}

.img_moji {
  position: relative;
}
.img_moji p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white!important;/*文字を白に*/
  background: rgba(78, 78, 78, 0.8);
  font-size: 1.2em!important;
  line-height: 1.2;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
}



.p_height p {
  margin-top: 20px;
}
.gray_back_area {
  background: #f5f5f5;
  padding: 10px;
  margin: 30px 0;
}
.text_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.reports_title {
  margin: 50px 0 0 0;
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
}
.reports_title h1 {
  font-size: 1.4em;
  margin-top: 15px;
}
.reports_title p {
  margin-top: 10px;
}
.reports_title p span {
  font-size: 1em;
}
.reports_p_margin p {
  margin-top: 30px; 
}
.reports_p_margin a {
  color: #0066aa;
}
.reports_p_margin span {
  margin-top: 5px; 
  font-size: 0.8em;
}
.reports_p_margin img {
  width: 100%;
}
.reports_p_margin_img img {
  width: 200px!important;
}
.reports_p_margin .reporte_img_area {
  max-width: 600px;
  margin: 0 auto;
}
.reports_p_margin .reporte_img_area_half {
  width: 50%;
  margin: 0 auto;
}
.reports_p_margin .pdf_icon a {
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  text-align: left;
  padding: 0 0 5px 25px;
  color: #0066aa;
}
.bdb_title span {
  border-bottom: 1px solid #231815;
  font-size: 1.3em;
}

.wait_big_moji {
  font-size: 1.4em;
  font-weight: 600;
}

.e_moji {
  font-size: 0.9em;
}
.weight_nomal {
  font-weight: 300!important;
}
.vertical_title_line {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #231815;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #231815;/*左線*/
}
.max_width300 {
  max-width: 300px;
}

.award.gold {
  background: url(../../common/img/medal_g.gif) no-repeat 0 50%;
  padding-left: 20px;
}
.award.pink {
  background: url(../../common/img/medal_p.gif) no-repeat 0 50%;
  padding-left: 20px;
}
.award.green {
  background: url(../../common/img/medal_gr.gif) no-repeat 0 50%;
  padding-left: 20px;
}
.award.blue {
  background: url(../../common/img/medal_b.gif) no-repeat 0 50%;
  padding-left: 20px;
}
.award.silver {
  background: url(../../common/img/medal_s.gif) no-repeat 0 50%;
  padding-left: 20px;
}

.scienceportal .scienceportal_title_top {
  color: #231815;
  font-size: 1.4em;
  font-weight: 800px;
  margin: 0px 0 20px;
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
.scienceportal .main_time {
  font-size: 1.4em;
  text-align: left;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #231815;
}
.scienceportal .mini_time {
  font-size: 0.8em;
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
.scienceportal .scienceportal_day p {
  border-bottom: 1px solid #231815;
  font-size: 1.4em;
}
.scienceportal .scienceportal_h2 {
  font-size: 1.2em;
  text-align: left;
  width: 100%;
}
.scienceportal .scienceagora_events {
  width: 100%;
  max-width: 1000px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}


iframe {
  width: 100%;
  max-width: 700px;
}

.faqBox li.question {
  background: url(../../faq/common/img/q_icon.gif) no-repeat 0 2px;
  margin-bottom: 1px;
  padding-left: 22px;
  line-height: 24px;
}
.faqBox li.answer {
  background: url(../../faq/common/img/a_icon.gif) no-repeat 0 2px;
  padding-left: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
.faqBox ul {
  padding: 3px 0 25px;
  border-bottom: 1px dotted #b3b2b2;
  margin-bottom: 11px;
  margin-top: 20px;
}
.faq_last {
  border-bottom: none!important;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}


.t-indt {
  text-indent: -7.4rem;
  margin-left: 7.4rem;
}

.en_supnser table th {
  border: 0px;
  padding: 10px;
  width: 30%;
  text-align: left;
}
.en_supnser table td {
  border: 0px;
  padding: 10px;
}
.en_topic {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.en_topic span {
  border-bottom: 1px solid #231815;
}

#reports_glaf .reports_glaf table td .en_button {
  color: #fff;
  background-color: #041546;
  padding: 3px 10px;
}
#reports_glaf .reports_glaf table td span:hover {
  opacity: 0.5;
  transition: 0.2s;
}
#reports_glaf .reports_glaf table td span a {
  color: #fff;
}
.lose_line {
  border-left: 0px!important;
}
#reports_glaf .reports_glaf table td p a {
  padding: 0 0 5px 25px;
  display: block;
  font-size: 0.9em;
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}
#program .program_menu dt a {
  padding: 0 0 5px 25px;
  display: block;
  /* font-size: 0.9em; */
  background: url(../../common/img/link_icon_n.png) no-repeat 0 0px;
}

.blank_icon {
  color: #282828;
  background: url(../../common/img/external_icon.png) no-repeat 0 0px!important;
  padding: 0 0 0 25px;
  text-decoration: none;
  text-align: left;
}
.program_list_2020 a {
  background: none!important;
}
.program_list_2021 a {
  background: none!important;
}
.back_none a {
  background: none!important;
  padding: 0!important;
}


.policy_credit {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0;
}
.policy_credit .footer_inline_1 {
  display: inline-block;
  width: 59%;
}
@media screen and (max-width: 768px) {
  .policy_credit .footer_inline_1 {
    width: 100%;
  }
}
.policy_credit .footer_inline_2 {
  display: inline-block;
  width: 40%;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .policy_credit .footer_inline_2 {
    width: 100%;
    text-align: center;
  }
}
.policy_credit .footer_inline_1 ul li {
  display: inline-block;
}
.policy_credit ul li {
  width: calc(90% / 3);
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 414px) {
  .policy_credit ul li {
  width: calc(100% / 1);
  }
}
.policy_credit div ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  margin: auto 0;
  background: #585858;
  width: 1px;
  height: 20px;
  display: block;
}
@media screen and (max-width: 414px) {
  .policy_credit div ul li:after {
    display: none;
  }
}
.policy_credit div ul li a {
  display: block;
  font-size: 15px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  width: 100%;
}
.policy_credit ul:after {
  content: "";
  display: table;
  clear: both;
}
.policy_credit div ul li:last-child:after {
  content: none;
}

.information_img img {
  width: 80%;
}
@media screen and (max-width: 414px) {
  .information_img img {
    width: 100%;
  }
}
.little_moji {
  font-size: 0.65em!important;
}
.information_pd {
  padding: 0 20px 20px 20px;
}
.information_border {
  padding: 10px;
  border: 1px solid #231815;
}
.information_border div {
  vertical-align: middle;
}
.information_table table td {
  border: 1px solid #231815;
  padding: 10px;
  vertical-align: middle;
}
.information_img ul {
  display: flex;
  margin: 10px auto;
}
.information_img ul li {
  width: 100%;
  max-width: 160px;
}
.information_video iframe {
  margin: 0 auto;
  text-align: center;
}

.committee_area {
  margin: 1rem 0.5rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.committee_box {
  width: 100%;
  max-width: 380px;
}
.committee_img_box {
  width: 100%;
}
.committee_img_box img {
  width: 40%;
  display: inline-block;
}
.committee_profile {
  width: 58%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding: 0 5px;
}
.committee_p {
  margin: 1rem 0.5rem;
  text-align: left;
  font-size: 0.9em;
}
.contact_box {
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin-top: 20px;
}

.press table tr {
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
}
.press table tr th {
  border: none;
  padding: 20px 0;
  width: 20%;
  vertical-align: middle;
  font-size: 0.9em;
}
.press table tr td {
  border: none;
  padding: 20px 0;
  font-size: 0.9em;
}
.press table tr td a {
  color: #282828;
  background: url(../../common/img/external_icon.png) no-repeat 0 8px!important;
  padding: 0 0 0 18px;
  text-decoration: none;
  text-align: left;
}

.press2 table tr {
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
}
.press2 table tr th {
  border: none;
  padding: 20px 0;
  width: 20%;
  vertical-align: middle;
  font-size: 0.9em;
}
.press2 table tr td {
  border: none;
  padding: 20px 0;
  font-size: 0.9em;
}
.press2 table tr td a {
  color: #282828;
  background: url(../../common/img/external_icon.png) no-repeat 0 8px!important;
  padding: 11px 0 0 23px;
  text-decoration: none;
  text-align: left;
}



.site_policy ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.menu_nolink_li {
  color: #231815;
  display: block;
  padding: 5.9px 15px!important;
}
.menu_nolink_li_header {
  color: #fff;
  display: block;
  padding: 5.9px 15px!important;
  font-size: 0.9em;
}
.menu_nolink_li_footer {
  color: #fff;
  display: block;
}

@media screen and (min-width: 769px) {
  .jstlogo {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .jstlogo {
    display: inline-block;
  }
}
.jstlogo img {
  width: 50px;
  margin: 10px;
}

.comsoon_subt {
  font-size: 1.4em!important;
  background: linear-gradient(transparent 70%, rgb(112, 196, 57, 0.5) 70%);
}
.comsoon_p span {
  width: 100%;
  max-width: 100px;
}
.reports_p_margin table {
  margin-top: 20px;
}
.reports_p_margin table th {
  border: none;
  width: 26%;
  text-align: left;
}

.mg_auto {
  margin: 0 auto!important;
  text-align: center;
}
.mg_auto img {
  float: none!important;
  margin: 0 auto!important;
}

.scienceagora_events_text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.scienceagora_events_text table {
  margin: 10px;
}
.scienceagora_events_text table tr {
  margin-top: 10px;
}
.scienceagora_events_text table tr th {
  border: none;
}
.scienceagora_events_text table tr td {
  padding-left: 15px;
  border-bottom: 1px solid #9f9f9f;
}
.scienceagora_events_text table tr td p {
  font-size: 0.85em;
  margin: 2px;
}
.scienceagora_events_text table tr td a {
  color: #2ea7e0;
}
.external_icon_back img {
  width: 8px!important;
  padding-bottom: 6px;
  margin-left: 5px;
}

@media screen and (min-width: 767px) {
  .phone_slider {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-slider {
    display: none;
  }
}

.twin_title_line {
  position: relative;
  margin: 60px 0 30px;
  padding-left: 20px;
  font-size: 1.4em!important;
  font-weight: 700;
  line-height: 1.47368;
  letter-spacing: .05em;
}
.twin_title_line:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 100%;
  background-image: linear-gradient(248deg,#ebeb13 40%,#1916cc 70%);
  transform: translateY(-50%);
}

.text_board {
  margin: 50px 0;
  padding: 15px;
  background: linear-gradient(transparent 0%, rgb(112, 196, 57, 0.5) 0%);
}
.vertop {
  vertical-align: top;
}
.middle_moji {
  font-size: 1.12em!important;
}
@media screen and (max-width: 767px) {
  .overflow {
    overflow: auto;
  }
}

.left_double {
  border-left: 3px double #231815!important;
}
.top_double {
  border-top: 3px double #231815!important;
}

.reports_pdf_icon span {
  /* display: block; */
  font-weight: 600;
  background: url(../../common/img/pdf_icon.gif) no-repeat 0 1px;
  text-decoration: none;
  padding-left: 25px;
  font-size: 1em!important;
}

.border_bottom {
  border-bottom: 1px solid #000;
}
.entry_area .entry_mini {
  font-size: 0.9em;
}

.headInfo--2024 {
  min-width: 320px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.headInfo--2024 .headInfo--inner {
  display: contents;
}
.headInfo--2024 .box_logo--2024 {
  text-align: right;
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .box_logo--2024 {
    display: none;
  }
}
.headInfo--2024 .box_logo--2024 img {
  width: 174px;
}

.jstlogo--2024 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .jstlogo--2024 {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .jstlogo--2024 {
    display: block;
  }
}
.jstlogo--2024 img {
  width: 50px;
  margin: 10px;
}

.headInfo__logo--2024 img {
  width: 280px;
}
.headInfo--2024 .headInfo__logo--2024 {
  text-align: center;
  margin: 5px auto!important;
}

.footer--inner--2024 div {
  margin: 0 auto!important;
  padding-bottom: 10px;
}

.footer__text-white a {
  color: #fff!important;
  vertical-align: middle;
}

.footer__text-white img {
  width: 18px;
  padding-bottom: 5px;
  margin-right: 5px;
}

.b {
  font-weight: bold;
}

.informaton_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.informaton_area h2 {
  font-size: 1.2em;
  border-bottom: 2px solid #fff;
}

.sma{
  display: none;
}

@media screen and (max-width:768px) {
  .sma{
      display: block;
  }
}

/* レポート2024 */
.diagonal{
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
  position: relative;
}

.diagonal::before{
  content: "会場";
  position: absolute;
  top: 5px;
  right: 10px;
}

.diagonal::after{
  content: "出展形式";
  position: absolute;
  bottom: 5px;
  left: 10px;
}

@media screen and (max-width: 768px){
  #reports_glaf .rep_table_1{
    width: 500px!important;
  }
  #reports_glaf .rep_table_1 tr th:nth-of-type(3){
    min-width: 100px!important;
  }
  .sec_th th{
    width: 100px!important;
  }
  #reports_glaf .rep_table_2{
    width: 600px!important;
  }
  #reports_glaf .rep_table_2 th:nth-of-type(1){
    width: 30%;
  }
  #reports_glaf .rep_table_2 th:nth-of-type(2){
    width: 20%;
  }
  #reports_glaf .rep_table_2 th:nth-of-type(3){
    width: 20%;
  }

  .diagonal::before{
    top: 25px;
  }
  
  .diagonal::after{
    bottom: 25px;
  }
}