@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
.palt {
  font-feature-settings: "palt";
}

a.jump_point {height: 1px;
display: block;
padding-top: 96px;
margin-top: -96px;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.5rem;
  color: #333;
  background: #fff;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#page {
  background: #fff;
}

* {
  box-sizing: border-box;
}


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

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}


/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #003c88;
  text-decoration: none;
}

a:visited {
  color: #003c88;
  text-decoration: none;
}

a:hover {
  color: #679fdb;
  text-decoration: none;
}

a:active {
  color: #679fdb;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a[id^="anc_"] {
  padding-top: 100px;
  margin-top: -100px;
  display: block;
  pointer-events: none;
}
div[id^="anc_"] {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
}

.link_underline:link,
.link_underline:visited,
.study_div a:link,
.study_div a:visited{
  text-decoration: underline !important;
}

.link_underline:hover,
.link_underline:active,
.study_div a:hover,
.study_div a:active{
  text-decoration: none !important;
}

.hover img:hover{
opacity:0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

.only_pc {
  display: block;
}

.only_pc_inline {
  display: inline;
}

.only_sp {
  display: none;
}

.only_sp_inline {
  display: none;
}

.only_pc_line {
  display: inline-block;
  padding: 0 5px;
}

.sp_br {
  display: none;
}

.sp480_br {
  display: none;
}

.pc_br {
  display: inline;
}

.red {
  color: #ff0000;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha( opacity=70 )';
}


/*---------------------------------------------
 ** ヘッダー
---------------------------------------------*/
#header_sp {
  display: none;
}

#header_pc {
  width: 100%;
  border-top: 5px solid #003c88;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  transition: top 0.5s, opacity 0.5s;
  border-bottom: solid 1px #003c88;
}

#header_pc::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #003c88;
  position: absolute;
  bottom: -4px;
}

#header_pc.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
  background: #fff;
  animation: DownAnime_head 0.5s forwards;
  transition: all 0.5s;
  opacity: 0;
}

@keyframes DownAnime_head {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header_inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 20px 0 18px;
  overflow: visible;
  box-sizing: content-box;
}

#header_inner h1 {
  width: 225px;
  margin-right: 10px;
}

@media screen and (max-width: 1240px) {
  #header_inner h1 {
    width: 215px;
    margin-left: 10px;
  }
}

#header_inner nav>ul {
  display: flex;
}


#header_inner nav>ul>li>a {
  display: inline-block;
  padding: 0 20px;
  font-size: 100%;
  text-align: center;
  color: #333;
  position: relative;
  letter-spacing: 0.1rem;
  transition: all 0.5s;
}

#header_inner nav>ul>li#nav04>a {
  letter-spacing: 0rem;
}

#header_inner nav>ul>li>a:hover {
  color: #679fdb !important;
}

#header_inner nav>ul>li>a:hover::before {
  content: '';
  width: 55%;
  height: 2px;
  display: block;
  background: #003c88;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: fade-in 1s forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#header_inner nav>ul>li>a::after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: #6e90bc;
  position: absolute;
  top: 15px;
  right: 0;
}

#header_inner nav>ul>li:last-child>a::after {
  content: '';
  display: none;
}

#header_inner nav>ul>li>a span {
  display: block;
  font-size: 10px;
  color: #003c88;
  letter-spacing: 0rem;
}

#header_inner nav>ul>li>a:hover span {
  color: #679fdb !important;
}

#head_btn {
  width: 354px;
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


@media screen and (max-width: 1240px) {
  #head_btn {
    right: 10px;
  }
}

#head_btn01 {
  width: 168px;
}

#head_btn01 ul {
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#head_btn01 ul li {
  width: 14%;
}

#head_btn01 ul li.icon_small {
  width: 9%;
  margin-bottom: 3px;
}

#head_btn01 ul li.icon_wide {
  width: 16%;
}

#head_btn01 ul li a {
  display: block;
}

#head_btn01 ul li a:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

#head_btn01>a {
  width: 120px;
  margin-left: 48px;
  margin-top: 5px;
  display: block;
}

#head_btn01>a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

#head_btn02 {
  width: 175px;
  margin-top: 5px;
}

#head_btn02 a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

@media screen and (max-width: 1240px) {
  #head_btn {
    right: 10px;
  }

  #head_btn02 {
    width: 173px;
  }
}

@media screen and (max-width: 1180px) {
  #header_inner nav>ul>li>a::after {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    background: #6e90bc;
    position: absolute;
    top: 5px;
    right: 0;
  }

  #header_inner nav>ul>li>a span {
    display: none;
  }

  #head_btn {
    width: 475px;
    top: 0px;
  }

  #head_btn01 {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #head_btn01 ul {
    margin-top: 1px;
  }

  #head_btn01>a {
    display: inline-block;
    margin-left: 10px;
  }

  #head_btn02 {
    width: 165px;
  }
}

/* ナビゲーション（PC・メガメニュー） */
.nav-item_sub {
  display: none;
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  background: #4070add4;
  padding: 3% 2%;
}

.nav-item_sub_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-item_sub_inner>div {
  width: 230px;
  font-size: 150%;
  color: #fff;
  letter-spacing: 0.1rem;
}

.nav-item_sub_inner>div span {
  font-size: 1.4rem;
  display: block;
  margin-top: 0px;
}

.nav-item_sub_inner>ul {
  width: calc(100% - 240px);
  border-left: 2px solid #fff;
  padding: 2% 0 2% 2%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
}

.nav-item_sub_inner>ul>li {
  width: 30.3%;
  margin: 0 1.5% 20px;
  display: block;
}

#nav04 .nav-item_sub_inner>ul>li {
  margin: 0 1.5% 30px;
}

.nav-item_sub_inner>ul>li>a {
  background: #ffffffde;
  display: block;
  padding: 5px 5%;
  position: relative;
}

.nav-item_sub_inner>ul>li>a:after {
  content: '';
  width: 24%;
  height: 20px;
  display: block;
  background: url(../img/arrow_blue.png) no-repeat top right;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  top: 14px;
  right: 13px;
  transition: all 0.5s;
}

.nav-item_sub_inner>ul>li>a:hover:after {
  right: 5px;
}

.nav-item_sub_sub_inner {
  padding-top: 5px;
}

.nav-item_sub_sub_inner a {
  color: #fff;
  display: block;
  font-size: 90%;
  margin-left: 15px;
}

.nav-item_sub_sub_inner a:hover {
  color: #003c88;
}

#menu {
  display: none;
}


#main {
  width: 100%;
  max-width: 1220px;
  margin: 110px auto 12px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1180px) {
  #main {
    margin: 105px auto 12px;
  }
}

.slide .item a img {
  transition: all 0.5s;
}

.slide .item a:hover img {
  filter: brightness(1.1);
}


.slick-dots {
  width: unset;
  bottom: -30px;
  right: 0;
  display: inline-block;
}

.slick-dots li {
  margin: 0 0 0 10px;
  width: 40px;
  height: 5px;
}

.slick-dots li button:before {
  content: '';
  width: 40px;
  height: 5px;
  background: #E0E0E0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #3061b7;
}

.main_scroll {
  width: 17px;
  display: block;
  position: absolute;
  left: -25px;
  bottom: 0;
  transition: all 0.5s;
}

.main_scroll:hover {
  bottom: -10px;
}


/*---------------------------------------------
 ** TOPコンテンツ
---------------------------------------------*/
#content {
  z-index: 1;
}

#top_performance {
  padding: 2% 0 5%;
}

#top_performance h2 {
  width: 30%;
  max-width: 170px;
  margin: 0 auto 3%;
}

.perform_slide {
  background: #eaeff8;
  padding: 20px 0;
}

.perform_slide ul {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}


.slide2 .item a {
  margin: 10px 20px;
  background: #fff;
  box-sizing: border-box;
  display: block;
  color: #333;
}

.slide2 .item a:hover {
  background: #d9e3ef;
  color: #003c88;
}

.slide2 .item a:hover dt img {
  transition: all 0.5s;
}

.slide2 .item a:hover dt img {
  filter: brightness(1.25);
}

.slide2 .item dd {
  padding: 5%;
}

.slide2 .item dd h3 {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 3px;
}

.slide2 .item .arrow_detail {
  color: #003c88;
  display: inline-block;
  position: relative;
  font-size: 90%;
}

.slide2 .item .arrow_detail img {
  width: 75px;
  position: absolute;
  top: 7px;
  right: -85px;
  transition: all 0.5s;
}

.slide2 .item a:hover .arrow_detail img {
  right: -95px;
}

.slide2 .slick-arrow {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  width: 25px;
  opacity: 0.7;
  z-index: 10;
}

.slide2 .prev-arrow {
  left: -20px;
  transition: all 0.5s;
}

.slide2 .next-arrow {
  right: -20px;
  transform: scale(-1, 1);

}

.slide2 .prev-arrow,
.slide2 .next-arrow {
  cursor: pointer;
  transition: all 0.5s;
}

.slide2 .prev-arrow:hover {
  transform: translateX(-10px);
}

.slide2 .next-arrow:hover {
  transform: translateX(10px) scale(-1, 1);
}


#top_news {
  padding: 2% 0 5%;
}

#top_news h2 {
  width: 30%;
  max-width: 170px;
  margin: 0 auto 3%;
}

.top_news_data {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.top_news_list {
  width: calc(96% - 250px);
}

.top_news_list dl a {
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  transition: all 0.5s;
}

.top_news_list dl a:hover {
  background: #eaeff8;
  color: #003c88;
}

.top_news_list dl dt {
  width: 100px;
  margin-top: 2px;
}

.top_news_list dl dd {
  width: calc(97% - 195px);
  font-size: 110%;
  position: relative;
  margin-left: 95px;
}

.top_news_list dl dd span {
  width: 85px;
  display: inline-block;
  padding: 0 2% 0 0;
  font-size: 90%;
  position: absolute;
  top: 3px;
  left: -95px;

}

.top_news_btn {
  width: 250px;
}

.top_news_btn li a {
  border: 1px solid #999;
  padding: 5% 3% 6% 11%;
  display: block;
  position: relative;
  margin-bottom: 10%;
  color: #333;
  line-height: 1.2;

}

.top_news_btn li span {
  font-size: 110%;
  display: inline-block;
  position: relative;
}

.top_news_btn li span::before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 1px;
  display: block;
}

.news_btn_cate01 a span::before {
  background: #003c88;
}

.news_btn_cate02 a span::before {
  background: #ceb78e;
}

.news_btn_cate03 a span::before {
  background: #f85674;
}

.news_btn_cate01 a:hover {
  background: #f3f8ff;
}

.news_btn_cate02 a:hover {
  background: #fffaf0;
}

.news_btn_cate03 a:hover {
  background: #fff2f4;
}

.top_news_btn li a img {
  width: 50px;
  position: absolute;
  top: 18px;
  right: 13px;
  transition: all 0.5s;
}

.top_news_btn li a:hover img {
  right: 5px;
}


@media screen and (max-width: 1100px) {
  #top_news .top_news_list {
    width: 100%;
  }

  #top_news .top_news_btn {
    width: 100%;
    max-width: 800px;
    margin: 3% auto;
  }

  #top_news .top_news_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #top_news .top_news_btn ul li {
    width: 30%;
  }


}

.top_about_bg {
  padding: 5% 0;
  transition: all 1s;
  background: url(../img/top_bg01.jpg) no-repeat top center;
  background-size: cover;
  opacity: 0;
}

.top_about_bg_on {
  animation: bg_fade 0.5s forwards;
}

@keyframes bg_fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top_history {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 5%;
}

.top_history a {
  color: #fff;
  display: block;
  font-size: 120%;
  text-align: center;
  position: relative;
  background: #003c88b5;
  padding: 50px 5%;
  letter-spacing: 0.1rem;
}

.top_history a:hover {
  background: #255fab94;
}

.top_history a span {
  font-size: 170%;
  display: block;
}

.top_history a img {
  width: 160px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.5s;
  padding: 55px 0 0 410px;
  box-sizing: content-box;
}

.top_history a:hover img {
  padding: 55px 0 0 430px;
}

.top_about_ban {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.top_about_ban a {
  width: 48%;
  color: #003c88;
  font-size: 90%;
  position: relative;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  background: #fff;
}

.top_about_ban a:hover {
  background: #eaeff8;
}

.top_about_ban a>div {
  width: 45%;
  padding: 40px 10px 60px 30px;
}

.top_about_ban a>div span {
  display: block;
  font-size: 150%;
  line-height:1.2;
}

.top_about_ban a>div img {
  width: 80px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  transition: all 0.5s;
}

.top_about_ban a:hover>div img {
  left: 40px;
}

.top_about_ban a>img {
  width: 55%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.top_about_ban a:hover>img {
  filter: brightness(1.25);
}



.top_about_menu {
  background: #3061b7;
}

.top_about_menu ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2% 0;
}

.top_about_menu ul li {
  width: 25%;
}

.top_about_menu ul li a {
  padding: 5px 5% 50px 25px;
  display: block;
  color: #fff;
  position: relative;
  border-right: 1px solid #b4c4e0;
  font-size: 110%;
}

.top_about_menu ul li:last-child a {
  border-right: none;
}

.top_about_menu ul li a span {
  font-size: 70%;
  display: block;
  margin-bottom: 2px;
}

.top_about_menu ul li a img {
  width: 80px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  transition: all 0.5s;
}

.top_about_menu ul li a:hover {
  background: #6486c2;
}

.top_about_menu ul li a:hover img {
  left: 35px;
}

@media screen and (max-width: 1050px) {
  .top_about_ban {
    max-width: 600px;
  }

  .top_about_ban a {
    width: 100%;
    margin-bottom: 3%;
  }

  .top_about_ban a>img {
    width: 45%;
    height: 175px;
  }
}

#top_other {
  background: url(../img/other_bg.jpg) no-repeat top center;
  background-size: cover;
  opacity: 0;

}

#top_other.top_other_on {
  animation: bg_fade 0.5s forwards;
}


#top_other h2 {
  padding: 2% 0;
  background: #3062b7a1;
  text-align: center;
}

#top_other h2 img {
  width: 35%;
  max-width: 200px;
  margin: 0 auto;
}


.top_other_ban {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10% 0 5%;
}

.top_other_ban dl {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10%;
}

.top_other_ban dl:last-child {
  margin-bottom: 3%;
}

.top_other_ban dl>a {
  width: 90%;
  display: block;
  margin-left: 8%;
  position: relative;
  color: #003c88;
}

.top_other_ban dl>a dt {
  max-width: 380px;
  position: absolute;
  display: block;
  top: -60px;
  left: -75px;
}

.top_other_ban dl>a dt img {
  transition: all 0.5s;
}

.top_other_ban dl>a:hover dt img {
  filter: brightness(1.25);
}

.top_other_ban dl>a dd {
  width: calc(100% - 200px);
  margin-left: 200px;
  background: #fff;
  padding: 3% 4% 5% 140px;
  transition: all 0.5s;
}

.top_other_ban dl>a:hover dd {
  background: #eaeff8;
}

.top_other_ban dl>a dd h3 {
  border-bottom: 1px solid #003c88;
  padding-bottom: 15px;
  font-size: 160%;
  position: relative;
  line-height: 1.6;
}

.top_other_ban dl>a dd h3 span {
  font-size: 80%;
  display: block;
}

.top_other_btn {
  width: 320px;
  position: absolute;
  top: 50px;
  right: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.top_study {
  width: 150px;
  background: #eaeff8;
  padding: 5px 5%;
  transition: all 0.5s;
}

.top_course {
  width: 150px;
  background: #eaeff8;
  padding: 5px 5%;
  transition: all 0.5s;
}

.top_study,
.top_course {
  background: #d9e6ff;
  position: relative;
}

.top_study::before,
.top_course::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/arrow_icon_blue.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 35%;
  right: 12px;
  transition: all 0.5s;
}

.top_study:hover:before,
.top_course:hover::before {
  right: 10px;
}


.top_other_ban dl>a dd p {
  padding: 2% 0;
}

.top_other_ban dl>a>img {
  width: 120px;
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 5;
  transition: all 0.5s;
}

.top_other_ban dl>a:hover>img {
  right: 30px;
}

@media screen and (max-width: 1280px) {
  .top_other_btn {
    width: 140px;
    top: 25px;
    right: 60px;
    font-size: 90%;
  }

  .top_study,
  .top_course {
    width: 140px;
  }

  .top_study {
    margin-bottom: 5px;
  }

  .top_other_ban dl>a dd h3 {
    font-size: 150%;
  }
}

@media screen and (max-width: 1100px) {
  .top_other_btn {
    top: 20px;
  }

  .top_other_ban dl>a dd h3 {
    font-size: 140%;
  }
}

@media screen and (max-width: 1000px) {
  .top_other_ban {
    padding: 5% 0;
  }

  .top_other_ban dl {

    margin: 260px auto 300px;
  }

  .top_other_ban dl>a {
    width: 100%;
    margin-left: 0;
  }

  .top_other_ban dl>a dt {
    width: 90%;
    max-width: 380px;
    top: -260px;
    left: 0;
    right: 0;
    margin: 0 auto
  }

  .top_other_ban dl>a dd {
    width: 100%;
    margin-left: 0;
    padding: 55px 5% 5%;
  }

  .top_other_ban dl>a dd h3 {
    text-align: center;
  }

  .top_other_ban dl.top_beginner>a dd {
    padding-bottom: 10%;
  }

  .top_other_btn {
    width: 320px;
    top: auto;
    right: 0;
    left: 0;
    bottom: 50px;
    margin: 0 auto;
  }


  .top_study {
    width: 150px;
  }

  .top_course {
    width: 150px;
  }

}

#top_school {
  width: 90%;
  max-width: 1280px;
  margin: 3% auto;
  padding: 2% 355px 2% 2%;
  background: url(../img/top_school_n.jpg) no-repeat right center #fff7f8;
  background-size: 335px auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_school::before,
#top_school::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #f85674;
  position: absolute;
  left: 0;
}

#top_school::before {
  top: -10px;
}

#top_school::after {
  bottom: -10px;
}

#top_school h2 {
  width: 220px;
}

#top_school>div {
  width: 400px;
}

#top_school>div h3 {
  color: #f85674;
  font-size: 180%;
  line-height: 1.2;
  margin-bottom: 10px;
}

#top_school>div p {
  line-height: 1.7;
}

#top_school>div a {
  width: 210px;
  display: block;
}

#top_school ul {
  width: 170px;
  margin-top: 30px;
}

#top_school ul li a {
  width: 100%;
  display: block;
  background: #fff;
  padding: 3px 10px;
  color: #f85674;
  margin-bottom: 10px;
  font-size: 95%;
  position: relative;
}

#top_school ul li a::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: url(../img/arrow_icon_pink.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  right: 12px;
  transition: all 0.5s;
}

#top_school ul li a:hover {
  background: #f5d6db;
}

#top_school ul li a:hover::after {
  right: 7px;
}

@media screen and (max-width: 1350px) {

  #top_school>div {
    width: calc(95% - 220px);
  }

  #top_school>div h3 {
    font-size: 150%;
  }

  #top_school ul {
    width: 100%;
    max-width: unset;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #top_school ul li {
    width: 31%;
  }
}

@media screen and (max-width: 1100px) {
  #top_school {
    padding: 2% 3% 2% 3%;
    background: url(../img/top_school_n.jpg) no-repeat right top 160px #fff7f8;
    background-size: 30% auto;
  }

  #top_school h2 {
    width: 60%;
    max-width: 300px;
    margin: 0 auto 3%;
  }

  #top_school>div {
    width: 100%;
  }

  #top_school>div p,
  #top_school ul {
    padding-right: 32%;
  }
}



@media screen and (max-width: 880px) {

  #top_school ul li a::after {
    top: 7px;
  }

  #top_school ul li {
    width: 48%;
  }
}

/*---------------------------------------------
 ** フッター
---------------------------------------------*/

footer {
  clear:both;
  background: #e8e9ed;
  border-bottom: 5px solid #003c88;
  position: relative;
  z-index: 2;
}

#foot_inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0 20px;
  position: relative;
}

.foot_l {
  width: 500px;
  color: #003c88;
}

.foot_l h2 {
  font-size: 130%;
  line-height: 1.6;
}

.foot_l p {
  margin-bottom: 0;
  font-size: 90%;
}

.foot_r {
  width: 550px;
  position: absolute;
  bottom: 25px;
  right: 0;
}

.foot_r .foot_btn {
/*   width: 395px;
  margin-left: 155px; */
  margin-left:353px;
  width:196px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
align-items: flex-start;
}

.foot_r .foot_btn a {
  width: 100%;
  display: block;
}

.foot_r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: right;
  margin-right: 20px;
}

.foot_r ul li {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-size: 90%;
}

.foot_r ul li:first-child::before {
  content: '';
  width: 1px;
  height: 15px;
  display: block;
  background: #003c88;
  position: absolute;
  top: 3px;
  left: -20px;
}

.foot_r ul li::after {
  content: '';
  width: 1px;
  height: 18px;
  display: block;
  background: #003c88;
  position: absolute;
  top: 3px;
  right: -20px;
}
#sp_nav_foot_block{
  display: none;
}

@media screen and (max-width: 1110px) {
  #foot_inner {
    padding: 120px 0 20px;
  }

  .foot_l {
    text-align: center;
    margin: 0 auto;
  }

  .foot_r {
    width: 550px;
    bottom: auto;
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .foot_r .foot_btn {
  /*     width: 100%; */
    width:60%;
    max-width: 395px;
    margin: 0 auto 20px;
  }
}


/*---------------------------------------------
 ** サイドボタン
---------------------------------------------*/
#side_btn {
  position: relative;
  z-index: 99;
}

#side_btn a {
  width: 60px;
  position: fixed;
  top: 200px;
  right: -10px;
  z-index: 99;
  display: block;
  transition: all 0.4s;
  border: 3px solid #fff;
}

#side_btn a:hover {
  right: -3px;
  opacity: 0.9;
}




/*---------------------------------------------
 ** Pagetop
---------------------------------------------*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 4;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(200px);
  }
}

@media screen and (max-width: 1000px) {
  #page-top a {
    width: 25px;
  }
}


/*---------------------------------------------
 ** 下層ページ共通
---------------------------------------------*/
.arrow_detail {
  color: #003c88;
  display: inline-block;
  position: relative;
}

.arrow_detail img {
  width: 75px;
  position: absolute;
  top: 7px;
  right: -85px;
  transition: all 0.5s;
}

a:hover .arrow_detail img {
  right: -95px;
}

.text_back {
  color: #003c88;
  display: inline-block;
  position: relative;
  font-size: 90%;
  margin-left: 45px;
}

.text_back img {
  width: 40px;
  position: absolute;
  top: 7px;
  left: -45px;
  transition: all 0.5s;
  transform: rotate(180deg);
}

.text_back:hover img {
  left: -50px;
}

a.btn_blue_arrow {
  border: 1px solid #999;
  padding: 7px 60px 7px 15px;
  display: inline-block;
  position: relative;
  margin: 2% 0;
  transition: all 0.5s;
}

a.btn_blue_arrow>img {
  width: 40px;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: all 0.5s;
}

a.btn_blue_arrow:hover {
  background: #f3f8ff;
}

a.btn_blue_arrow:hover>img {
  right: 5px;
}

.youtube {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 3%;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.low_temp_blue #main{
  width:100%;
  max-width: none;
}

.h2_blue_bg h2{
  width:100%;
  background:#3061b7;
  padding:40px 0;
  text-align: center;
  font-size:160%;
  line-height:1.6;
  color:#fff;
  letter-spacing: 0.2rem;
}
.h2_blue_bg h2 span{
  font-size:60%;
  display: block;
}



/*---------------------------------------------
 ** 公演情報
---------------------------------------------*/


#performance_all #main h2 {
  width: 45%;
  max-width: 170px;
  margin: 0 auto;
  padding: 50px 0;
}

#performance_list {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#performance_list h3 {
  width: 160px;
  font-size: 140%;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  text-align: center;
}

#performance_list>div {
  width: calc(97% - 160px);
}
.p_list_data{
  position:relative;
}

.p_list_data>a {
  width: 92%;
  padding: 5% 5% 5%;
  color: #333;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 1.5%;
}

.p_list_data>a:hover {
  background: #e3f5ff;
}


.p_list_data>a>img {
  width: 27%;
}

.p_list_data>a>div {
  width: 65%;
}

.per_icon {
  margin-bottom: 1%;
}

.per_icon li {
  width: 140px;
  display: inline-block;
  color: #fff;
  font-size: 100%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 3px;
  line-height: 1.1;
  padding: 1.2% 0 1.6%;
}

.p_list_data .per_icon li {
  width: 170px !important;
}


.top_on{
margin-left:0 !important;
}

.per_icon li.on_sale,
.per_icon li.waiting{
  background: #e04462;
  letter-spacing: 0.2rem;
}

.per_icon li.end {
  background: #7f7f7f;
}

.per_icon li.soldout {
  background: red;
  letter-spacing: 1.5rem;
  padding-left: 10px;
}

.per_icon li.soon,
.per_icon li.open{
  background: #809dc3;
  letter-spacing: 0.1rem;
}


.p_list_data .sub_ttl {
  font-size: 110%;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.p_list_data h4 {
  font-size: 130%;
  font-weight: 600;
  border-bottom: 1px solid #003c88;
  padding: 2% 0 3%;
  margin-bottom: 2%;
  line-height: 1.2;
}

.per_data_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2%;
}

.per_data_dl dt {
  width: 85px;
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
  /* IE・Edge用 */
  margin-bottom: 7px;
  line-height: 1.6;
}

.per_data_dl dd {
  width: calc(95% - 85px);
  margin-bottom: 7px;
  line-height: 1.6;
}

.p_list_data .font_bold {
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 10px;
}
.p_list_data .performance_ticket{
  display: block;
}
.p_list_data .performance_ticket a{
  background: #fff;
  color:#333;
  font-size:110%;
  padding:7px 70px 10px 15px;
}
.p_list_data .performance_ticket a:hover{
  background:#ffd7d7;
}
.p_list_data .performance_ticket a.btn_blue_arrow>img {
  top: 19px;
}

.select_year {
  width: 90%;
  max-width: 800px;
  margin: 3% auto 7%;
}

.select_year ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}

.select_year li {
  width: 20%;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.select_year li a {
  border-right: 1px solid #003c88;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  text-align: center;
}

.select_year li:first-child a {
  border-left: 1px solid #003c88;
}

.select_year li:nth-child(5n+1) a {
  border-left: 1px solid #003c88;
}


/* ピックアップ固有 */

.p_list_data.p_pickup>a>img {
  width: 30%;
}

.p_list_data.p_pickup>a>div {
  width: 65%;
}

.p_list_data.p_pickup>a {
  width: 100%;
  background: #eaeff8;
  margin: 0 auto 3%;
}

.p_list_data.p_pickup>a:hover {
  background: #e3f5ff;
}

.p_list_data.p_pickup .sub_ttl {
  font-size: 130%;
}

.p_list_data.p_pickup h4 {
  font-size: 160%;
}



.p_pickup .per_icon li {
  width: 140px;
  font-size: 120%;
}

.p_pickup .per_data_dl dt {
  width: 90px;
  font-weight: 500;
  margin-bottom: 10px;
}

.p_pickup .per_data_dl dd {
  width: calc(95% - 90px);
  margin-bottom: 10px;
}


@media screen and (max-width: 1180px) {
  .p_list_data>a {
    width: 100%;
  }

  .select_year {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .select_year li {
    width: 25%;
  }
}

/*---------------------------------------------
 ** 公演情報 詳細
---------------------------------------------*/

#performance_data {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 3%;
}

.perform_detail {
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.perform_detail_l {
  width: calc(95% - 550px);
}

.perform_detail_l img {
  margin-bottom: 3%;
}

.perform_detail_l .per_icon {
  text-align: right;
}

.per_icon li {
  margin-right: 0;
  margin-left: 2%;
}
.per_icon li:first-child {
  margin-left:0;
}
.perform_detail_r {
  width: 550px;
  font-feature-settings: "palt";
}

.perform_detail .sub_ttl {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
}

.perform_detail h3 {
  font-size: 180%;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  margin-bottom: 3%;
}


.perform_detail .per_data_dl dt {
  font-weight: 500;
}

.perform_detail_r>div {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

.perform_detail_r>div:last-child {
  border-bottom: none;
}

.perform_detail_r>div p {
  margin-bottom: 0;
}

.price_list span {
  width: 110px;
  display: inline-block;
  padding: 0 5% 0 0;
}

.price_notice {
  margin: 3% 0 0;
}

.price_notice li {
  font-size: 90%;
  line-height: 1.4;
  margin-bottom: 5px;
  text-indent: -1.7rem;
  margin-left: 1.7rem;
}

.dd_purchase>div {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 4%;
  margin-bottom: 4%;
  line-height: 1.6;
}

.dd_purchase>div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.perform_detail_btn a {
  min-width: 250px;
  margin-right: 2%;
}

#performance_movie {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 5%;
}

#performance_movie h3 {
  position: relative;
}

#performance_movie h3::before,
#performance_movie h3::after {
  content: '';
  width: calc(50% - 120px);
  height: 1px;
  background: #666;
  display: block;
  position: absolute;
  top: 45px;
}

#performance_movie h3::before {
  left: 0;
}

#performance_movie h3::after {
  right: 0;
}

#performance_movie h3 img {
  width: 70px;
  display: block;
  padding: 30px 0;
  margin: 0 auto 3%;
}

#performance_story {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 5%;
}



#performance_story h3 {
  position: relative;
}

#performance_story h3::before,
#performance_story h3::after {
  content: '';
  width: calc(50% - 120px);
  height: 1px;
  background: #666;
  display: block;
  position: absolute;
  top: 45px;
}

#performance_story h3::before {
  left: 0;
}

#performance_story h3::after {
  right: 0;
}

#performance_story h3 img {
  width: 70px;
  display: block;
  padding: 30px 0;
  margin: 0 auto 3%;
}

.story_img_l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.story_img_l .story-img {
  width: 40%;
}

.story_img_l .story-img img{
  border: 1px solid #e5e5e5;
  margin-bottom:15px;
}

/* .story_img_l .story-txt {
  width: 55%;
  } */

.story-txt {
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
  }

.story_img_l>div h4 {
  font-size: 120%;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px
}

.performance_wide_blue {
  background: #eaeff8;
  padding: 3% 0 2%;
  margin-bottom: 3%;
}

.performance_wide_blue h3 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 10px;
  font-size: 120%;
  font-weight: 600;
}

/* .performance_wide_blue>div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  } */

.performance_wide_blue .img_nakamura {
  width: 25%;
  margin-bottom: 2%;
  text-align: right;
  font-size: 80%;
}

.performance_wide_blue .img_nakamura img {
  margin-bottom: 5px
}

.performance_wide_blue .data_nakamura {
  width: 70%;
}

.performance_wide_blue .data_nakamura h4 {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}

.performance_wide_blue .data_nakamura h4 span {
  font-size: 80%;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}

#performance_cast {
  background: #eaeff8;
  padding: 3% 0 2%;
}

#performance_cast>div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 5%;
}

#performance_cast>div h3 {
  position: relative;
}

#performance_cast>div h3::before,
#performance_cast>div h3::after {
  content: '';
  width: calc(50% - 120px);
  height: 1px;
  background: #666;
  display: block;
  position: absolute;
  top: 45px;
}

#performance_cast>div h3::before {
  left: 0;
}

#performance_cast>div h3::after {
  right: 0;
}

#performance_cast>div h3 img {
/*   width: 55px; */
  width:90px;
  display: block;
  padding: 30px 0;
  margin: 0 auto 3%;
}

.cast_block {
  margin: 3%;
}

.cast_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.cast_dl dl {
  width: 18%;
  margin: 0 1% 3%;
}

.cast_dl dt {
  margin-bottom: 10px;
}

.cast_dl dd {
  line-height: 1.4;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.cast_dl dd span {
  display: block;
  font-size: 110%;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.cast_sanjo {
  margin-bottom: 5%;
}

.cast_sanjo h4 {
  font-weight: 600;
  font-size: 120%;
  text-align: center;
  margin-bottom: 15px;
}

.cast_sanjo ul {
  max-width: 900px;
  line-height: 2.2;
  margin: 0 auto;
  text-align: center;
}

.cast_sanjo ul li {
  display: inline-block;
}

.cast_sanjo ul li:after{
  content:" / ";
}

.cast_sanjo ul li:last-child:after{
  content:"";
}

.cast_sada {
  margin-bottom: 4%;
  margin-top:2%;
}

.cast_sada h4 {
  font-weight: 600;
  font-size: 120%;
  text-align: center;
  margin-bottom: 0;
}

.cast_sada p {
  text-align: center;
}

.cast_sada p a {
  display: inline-block;
  padding: 5px 0 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  font-size: 110%;
}


/* #performance_study {
  width: 90%;
  max-width: 1280px;
  margin: 2% auto 3%;
  border-top: 1px solid #666;
  padding: 3% 0 0;
  } */

/* 変更 */
#performance_study {
  width: 90%;
  max-width: 1280px;
  margin: 4% auto 4%;
  border: solid 10px #eaeff9;
  padding: 3% 0 0;
}


#performance_study>div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 4%;
}

/* #performance_study h3 {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 1%;
  } */

/* 変更 */
#performance_study h3 {
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 1%;
  color:#003c88;
}

/* 追加設定 */
.study_line h4{
font-size:120%;
font-weight:700;
position:relative;
background-image:url(../img/performance/after_line.png);
background-position:0 50%;
margin-bottom:15px;
}

.study_line h4 span{
background:#fff;
display:inline-block;
padding-right:1em;
}


#performance_study dl {
  max-width: 1100px;
  margin: 0 auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#performance_study dl dt {
  width: 110px;
  font-weight: 500;
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
  /* IE・Edge用 */
  margin-bottom: 8px;
  line-height: 1.6;
}

#performance_study dl dd {
  width: calc(98% - 110px);
  margin-bottom: 8px;
  line-height: 1.6;
}

.study_line01 {
  max-width: 850px;
  color: red;
  font-size: 90%;
  padding: 15px 110px 20px 0;
  background: url(../img/performance/2023/sleeping/line_qr.png) no-repeat top right;
  background-size: 90px auto;
  margin: 0 auto 0;
  line-height: 1.8;
}

.study_line02 {
  max-width: 850px;
  font-size: 95%;
  padding: 0 0 15px 70px;
  background: url(../img/performance/2023/sleeping/logo_line.png) no-repeat top left;
  background-size: 55px auto;
  margin: 0 auto 2%;
  line-height: 1.8;
}

.study_line03 {
  max-width: 850px;
  margin: 0 auto 0;
  line-height: 1.8;
}

#performance_original {
  width: 90%;
  max-width: 1280px;
  margin: 2% auto 3%;
  border-top: 1px solid #666;
  padding: 3% 0 1%;
}

#performance_original>div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#performance_original ul li {
  display: inline-block;
  margin-right: 5%;
}

#performance_staff {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 3%;
  padding-bottom: 1%;
}

#performance_staff h3 {
  position: relative;
}


#performance_staff h3::before,
#performance_staff h3::after {
  content: '';
  width: calc(50% - 120px);
  height: 1px;
  background: #666;
  display: block;
  position: absolute;
  top: 45px;
}

#performance_staff h3::before {
  left: 0;
}

#performance_staff h3::after {
  right: 0;
}

#performance_staff h3 img {
  width: 55px;
  display: block;
  padding: 30px 0;
  margin: 0 auto 3%;
}

.staff_list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 95%;
}

.staff_list_dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.staff_list_dl dt {
  width: 180px;
  font-weight: 500;
  margin-bottom: 5px;
}

.staff_list_dl dd {
  width: calc(100% - 190px);
  margin-bottom: 5px;
}

#performance_notice {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 3%;
  border-top: 1px solid #333;
  padding: 2% 0 0;
}

#performance_notice>div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#performance_notice ul li {
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}

#performance_footer {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 3%;
  border-top: 1px solid #333;
  padding: 2% 0 0;
}

#performance_footer>div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#performance_footer .organizer {
  margin-bottom: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#performance_footer .organizer dt {
  width: 135px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.6;
}

#performance_footer .organizer dd {
  width: calc(100% - 135px);
  margin-bottom: 8px;
  line-height: 1.6;
}

#performance_footer .logo01 {
  max-width: 450px;
  margin-bottom: 3%;
}

#performance_footer .logo02 {
  margin-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#performance_footer .logo02 img:nth-child(1) {
  max-width: 200px;
  margin-right: 3%;
}

#performance_footer .logo02 img:nth-child(2) {
  max-width: 120px;
  margin-right: 2%;
}

#performance_footer .hall_data img {
  max-width: 320px;
  margin-bottom: 8px;
}


#performance_footer .hall_data p span {
  font-size: 80%;
  vertical-align: 1px;
}

@media screen and (max-width: 1000px) {
  .perform_detail_l {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 3%;
  }

  .perform_detail_l .per_icon {
    text-align: center;
  }

  .perform_detail_r {
    margin: 0 auto;
  }

  .story_img_l .story-txt {
    width: 100%;
    margin-bottom: 3%;
  }

  .story_img_l .story-img {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }

}

/*---------------------------------------------
 ** 最新情報
---------------------------------------------*/

#news_list_all {
  width: 90%;
  max-width: 1280px;
  /*   min-height: 900px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 105px auto 12px;
  padding: 40px 0 30px;
}

#news_list_all #main {
  width: 120px;
  margin: 0 0 3%;
}

#news_list_all #content {
  width: calc(95% - 150px);
  margin-bottom: 3%;
}

#news_list_all .top_news_btn {
  width: 90%;
  margin: 0 auto;
}

#news_list_all .top_news_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#news_list_all .top_news_btn ul li {
  width: 32%;
}

#news_list_all.news_performance .top_news_btn ul li.news_btn_cate01 a {
  background: #f3f8ff;
}

#news_list_all.news_media .top_news_btn ul li.news_btn_cate02 a {
  background: #fffaf0;
}

#news_list_all.news_school .top_news_btn ul li.news_btn_cate03 a {
  background: #fff2f4;
}

#news_list_all h3 {
  font-size: 140%;
  font-weight: 500;
  margin: 2% 0;
}

#news_list_all .top_news_list {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #news_list_all .top_news_btn ul li {
    width: 49%;
  }

  .top_news_btn li a {
    margin-bottom: 4%;
  }
}

.top_news_detail {
  margin-top: 3%;
}

.top_news_detail .news_title img {
  width: 120px;
  margin-right: 10px;
}

.top_news_detail .news_title h3 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1%;
  margin-bottom: 5%;
  line-height: 1.6;
}

.news_kiji {
  margin-bottom: 5%;
}

.news_kiji p {
  margin-bottom: 2rem;
}

.news_kiji a:link,
.news_kiji a:visited {
  text-decoration: underline;
}

.kiji_img {
  max-width: 800px;
  margin: 5% auto 5%;
}

.kiji_img img {
  margin-bottom: 3px;
}

/*---------------------------------------------
 ** プレリリース
---------------------------------------------*/
#press_list_all #main{
  width:100%;
  max-width: none;
}

.press_list {
  width: 90%;
  max-width: 780px;
  /*   min-height: 700px; */
  margin:5% auto 2%;
  border-top: 1px solid #e5e5e5;
}

.press_list dl a {
  padding: 3% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  transition: all 0.5s;
}

.press_list dl a:hover {
  background: #eaeff8;
  color: #003c88;
}
.press_list dl dt{
  width:110px;
  font-size:80%;
  padding-top:3px;
  line-height:1.6;
  color:#003c88;
  padding-left:2%;
}
.press_list dl dd{
  width:calc(100% - 110px);
  line-height:1.6;
  padding-right:3%;
}


/*---------------------------------------------
 ** バレエビギナーズ研修
---------------------------------------------*/

.begin01 {
  width:90%;
  max-width:780px;
  margin:6% auto 5%;
  position:relative;
}
.begin01 h3{
  text-align: center;
  font-size:150%;
  color:#003c88;
  line-height:1.6;
  margin:0 auto 4%;
}
.begin01 h3 .br_sp{
  display: none;
}
.begin01 .read{
  text-align: center;
  line-height:1.8;
  margin-bottom:5%;
}
.begin01_dl{
  margin-bottom:8%;
}
.begin01 dl{
  max-width:660px;
  margin:0 auto 3%;
  background:#eaeff8;
  padding:7px 3% 9px 5%;
  position:relative
}
.begin01 dl dt{
  width:105px;
  position:absolute;
  top:-15px;
  left:15px;
}
.begin01 dl dd{
  width:100%;
  font-size:120%;
  color: #003c88;
  text-align: center;
}
.begin01 dl dd br{
  display: none;
}
.begin01 .icon01, .begin01 .icon02{
  width:150px;
  position:absolute;
  top:0;
  right:-130px;
}
.begin01 .icon02{
  top:160px;
}

.icon_center{
  display: none;
}

.beginners_btn{
  max-width:780px;
  margin:0 auto;
}
.beginners_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.beginners_btn li {
  width: 31%;
}
.beginners_btn li a {
  border: 1px solid #999;
  padding: 5% 3% 6% 9%;
  display: block;
  position: relative;
  margin-bottom: 10%;
  color: #333;
  line-height: 1.2;
}
.beginners_btn li a img {
  width: 50px;
  position: absolute;
  top: 17px;
  right: 13px;
  transition: all 0.5s;
}
.beginners_btn li a:hover {
  background: #f3f8ff;
}

.beginners_btn li a:hover img {
  right: 5px;
}

@media screen and (max-width: 1160px){
  .begin01 .icon01, .begin01 .icon02{
    display: none; 
  }
  .icon_center{
    width:95%;
    max-width:300px;
    margin:-2% auto 4%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .icon_center img{
    width:47%;
  }
}  
@media screen and (max-width: 1100px){
  .beginners_btn ul{
    max-width:520px;
    margin:0 auto;
  }
  .beginners_btn ul li {
    width: 49%;
}
  .beginners_btn li a  {
      margin-bottom: 4%;
  }
}

.begin02{
  padding:5% 0;
  background:#f4f4f4;
  font-size:95%;
}
.begin02>div{
  width:90%;
  max-width:860px;
  margin:0 auto;
}
.begin02 dl{
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
}
.begin02 dl dt{
  width:110px;
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
  /* IE・Edge用 */
  color:#003c88;
  font-weight: 500;
  margin-bottom:10px;
  line-height:1.6;
}
.begin02 dl dd{
  width:calc(98% - 110px);
  margin-left:2%;
  margin-bottom:10px;
  line-height:1.6;
  position:relative;
}
.begin02 .dd_qr{
  padding-right:140px;
}
.begin02 .dd_qr span, .begin02 .dd_qr span a{
  color:#ff0000;
}
.begin02 .dd_qr span{
  display: block;
  text-indent: -1.5rem;
  margin:10px 0 10px 1.5rem;
}
.begin02 .dd_qr .qr_code{
  width:110px;
  position:absolute;
  top:0;
  right:0;
  text-align: center;
  font-size:90%;
}
.begin02 dl dt img{
  width:60px;
  margin-left:calc(100% - 60px);
}

.line_contact{
  margin-left:calc(2% + 110px);
}
.line_contact br{
  display: none;
}

.begin03{
  width:90%;
  max-width:1100px;
  margin:0 auto;
  padding:5% 0;
}
.begin03 h3{
  font-size:160%;
  text-align: center;
  color:#003c88;
  margin-bottom:-2%;
}
.begin03 h3 span{
  display: inline-block;
  position:relative;
}
.begin03 h3 span::before{
  content:'';
  width:90%;
  max-width:100px;
  height:1px;
  display: block;
  background: #003c88;
  position:absolute;
  top:22px;
  left:-130px;
}
.begin03 h3 span::after{
  content:'';
  width:90%;
  max-width:100px;
  height:1px;
  display: block;
  background: #003c88;
  position:absolute;
  top:22px;
  right:-130px;
}
.begin_case{
  border-bottom:1px solid #e5e5e5;
  padding:5% 0;
}
.begin03 .begin_case:last-of-type{
  border-bottom:none;
}
.begin_case h4{
  font-size:140%;
  font-weight: 500;
  text-align: center;
}  
.begin_case h4 span{
  color: #003c88;
  font-weight: 400;
  font-size:90%;
  letter-spacing: 0.1rem;
} 
.begin_case>p{
  text-align: center;
  margin-bottom:3%;
}
.begin_case>p .br_sp{
  display: none;
}  
.begin_photo ul{
  max-width:980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin:0 auto;
}
.begin_photo ul li{
  width:48.5%;
  display: block;
  margin-bottom:2%;
}
.begin_photo p{
  text-align: center;
  font-size:90%;
}

.begin_kids{
  width:90%;
  max-width:920px;
  margin:0 auto 5%;
  padding:3% 3% 2%;
  position:relative;
  background:#feeef1;
}
.begin_kids h3{
  font-size:160%;
  text-align: center;
  font-weight: 500;
  color:#f85674;
  margin-bottom:1.5%;
}  
.begin_kids h4{
  font-size:120%;
  text-align: center;
  color:#f85674;
  margin-bottom:2%;
  line-height:1.5;
}
.begin_kids h4 br{
  display: none;
}
.begin_kids p{
  text-align: center;
  line-height:1.6;
}

.begin_kids .icon_kids{
  width:15%;
  max-width:135px;
  position:absolute;
  top:4%;
  left:4%;
}
.begin_kids .point_kids{
  width:20%;
  max-width:180px;
  position:absolute;
  top:-5%;
  right:-1%;
}
.begin_kids ul{
  max-width:850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.begin_kids ul li{
  width:48.5%;
  display: block;
  margin:1% auto 3%;
  font-size:85%;
}
.begin_kids ul li img{
  display: block;
  margin-bottom:2px;
}
.begin_kids .begin_text_link{
  width:100%;
  text-align: right;
}
.begin_kids .arrow_detail a{
  color:#f85674;
  padding-right:80px;
}
.begin_kids .arrow_detail a img {
  right: -5px;
}
.begin_kids .arrow_detail a:hover img {
  right: -15px;
}

.begin_lesson{
  width:90%;
  max-width:920px;
  margin:0 auto 5%;
  padding:3% 3% 2%;
  position:relative;
  background:#eaeff8;
}
.begin_lesson h3{
  font-size:160%;
  text-align: center;
  font-weight: 500;
  color:#003c88;
  margin-bottom:2%;
}   
.begin_lesson p{
  text-align: center;
  line-height:1.6;
}
.begin_lesson p a{
  text-decoration: underline;
}
.begin_lesson p a:hover{
  text-decoration: none;
}

.begin_lesson .icon_lesson{
  width:13%;
  max-width:120px;
  position:absolute;
  top:-5%;
  right:2%;
}
.begin_lesson ul{
  max-width:850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin:0 auto;
}
.begin_lesson ul li{
  width:48.5%;
  display: block;
  margin-bottom:3%;
  font-size:90%;
  line-height:1.6;
}
.begin_lesson ul li img{
  display: block;
  margin-bottom:5px;
}
.begin_lesson .begin_text_link{
  width:100%;
  text-align: right;
}
.begin_lesson .arrow_detail a{
  color:#003c88;
  padding-right:80px;
}
.begin_lesson .arrow_detail a img {
  right: -5px;
}
.begin_lesson .arrow_detail a:hover img {
  right: -15px;
}

/*---------------------------------------------
 ** メンバー・ダンサー
---------------------------------------------*/
#member_all #main{
  width:100%;
  max-width: none;
  margin-bottom:3%;
}
#member_all #content{
  width: 90%;
  max-width: 1200px;
  padding-bottom:5%;
  margin:0 auto;
}
.member_box{
  background:#eaeff8;
  margin:0 auto 2%;
  padding:2% 3%;
  position:relative;
}
.member_box h3{
  font-size:160%;
  border-bottom:1px solid #003c88;
  padding-bottom:1%;
  margin-bottom:3%;
  letter-spacing: 0.1rem;
}
.member_box dl{
  line-height:1.6;
  text-align: center;
}
.member_box dl a{
  display: block;
  padding-bottom:3%;
}
.member_box dl a:hover{
  background:#c2e0ff;
}
.member_box dl dt{
  margin-bottom:2%;
  overflow: hidden;
}
.member_box dl a dt img{
  transition: all 0.5s;
}
.member_box dl a:hover dt img{
  transform: scale(1.1);
  filter: saturate(110%);
}
.member_box dl a dd{
  color:#333!important;
}
.member_box dl dd span{
  font-size:80%;
  color:#003c88;
  display: block;
}

.member_box.flex4_center>div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.member_box.flex4_center dl{
  width:23%;
  margin:0 1% 3%;
}

.member_box.flex5_left>div{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
}
.member_box.flex5_left dl{
  width:18%;
  margin:0 1% 3%;
}

.member_block .member_box{
  margin:0 auto 0;
  padding:2% 3% 2%;
}

.member_box>p{
  color: #003c88!important;
  padding-right: 80px;
  text-align: right!important;
  text-align: right;
}
.member_box>p a {
  display: inline-block;
  position:relative;
  color: #003c88!important;
}
.member_box>p a br{
  display: none;
}
.member_box>p a img {
  width:70px;
  position:absolute;
  right: -80px;
  top:7px;
  transition: all 0.5s;
}
.member_box>p a:hover img {
  right: -100px;
}

.member_other{
  margin:0 auto 2%;
  padding:2% 3%;
}
.member_other h3{
  font-size:160%;
  border-bottom:1px solid #003c88;
  padding-bottom:1%;
  margin-bottom:3%;
}
.member_other>div{
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.member_other>div dl{
  display: flex;
  justify-content: left;
  align-items:baseline;
  padding:0 4% 0 0;
  position:relative;
}
.member_other>div dl::after{
  content:'／';
  display: inline-block;
  position:absolute;
  right:7%;
  top:0;
}
.member_other>div dl dt{
  display: inline-block;
}
.member_other>div dl dd{
  font-size:80%;
  display: inline-block;
  color:#003c88;
  padding-left:15px;
}
.member_other>div dl:last-child:after{
  content:'';
  display: none;
}


.member_data{
  background:#eaeff8;
  margin:0 auto 2%;
  padding:2% 5%;
  position:relative;
}
.member_data h3{
  font-size:160%;
  border-bottom:1px solid #003c88;
  padding-bottom:1%;
  margin-bottom:3%;
  letter-spacing: 0.1rem;
}

.member_main{
  margin:5% auto;
  text-align: center;
}
.member_main dl{
  width:90%;
  max-width:400px;
  margin:0 auto;
  text-align: center;
}
.member_main dl dt{
  margin-bottom:4%;
}  
.member_main dl dd{
  font-size:140%;
}
.member_main dl dd small{
  display: inline-block;
  margin-left:5px;
}  
.member_main dl dd span{
  font-size:80%;
  color:#003c88;
  display: block;
}
.main_profile{
  width:95%;
  max-width:830px;
  margin:3% auto 3%;
  font-size:95%;
}
.main_profile h4{
  max-width:250px;
  margin-bottom:5%
}
.profile_first{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.profile_first dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height:1.6;
  margin-bottom:3%;
}
.profile_first dl.profile_town{
    width:  40%;
}
.profile_first dl.profile_birthday{
  width:  25%;
} 
.profile_first dl.profile_sns{
  width:  35%;
} 

.profile_first dl dt{
  width:90px;
  font-weight: 500;
}  
.profile_first dl dd{
  width:calc(100% - 90px);
}

.profile_first dl:first-child dt{
  width:180px;
}
.profile_first dl:first-child dd{
  width:calc(100% - 180px);
  padding-left:10px;
}
.profile_first dl:last-child dt{
  width:80px;
}
.profile_first dl:last-child dd{
  width:calc(100% - 80px);
}

.profile_first dl dd ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.profile_first dl dd li{
  width:30px;
  margin-right:10px;
  margin-bottom:10px;
}
.profile_first dl dd li.icon_small{
  width:20px;
  margin-right:10px;
}
.profile_first dl dd li a{
  display: block;
  transition: all 0.5s;
}
.profile_first dl dd li a:hover{
  transform: scale(1.2);
  opacity: 0.8;
}

.profile_list dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height:1.6;
  margin-bottom:3%;
}
.profile_list dl dt{
  width:180px;
  font-weight: 500;
}
.profile_list dl dt small{
  font-size:80%;
  display: block;
}

.profile_list dl dd{
  width:calc(100% - 180px);
  margin-bottom:2%;
  padding-left:10px;
}  
.profile_list dl dd li{
  margin-bottom:10px;
}

.profile_img{
  max-width:900px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin:3% auto;
}
.profile_img li{
  width:31%;
  margin-right:3.5%;
  margin-bottom:3.5%;
}
.profile_img li:nth-child(3n){
  margin-right:0;
}

@media screen and (max-width: 1100px) {
  .main_profile {
    max-width: 640px;
  }
  .main_profile h4{
    width:130px;
    margin:0 auto 5%;
  }
  .profile_first dl{
    width:100%!important;
    margin-bottom:25px;
  }
  .profile_first dl dt{
    width:80px!important;
  }
  .profile_first dl dd{
    width:calc(100% - 80px)!important;
  }
  .profile_list dl{
    margin-bottom:10px;
  }
  .profile_list dl dt{
    width:100%!important;
    margin-bottom:10px;
  }
  .profile_list dl dt small{
    display: inline-block;
  }
  .profile_list dl dd{
    width:100%!important;
  }

}

/*---------------------------------------------
 ** レパートリー
---------------------------------------------*/
#repertory_all #main{
  width:100%;
  max-width: none;
  margin-bottom:3%;
}
#repertory_all #content{
  width: 90%;
  max-width: 1150px;
  padding-bottom:5%;
  margin:0 auto;
}
.repertory_list_btn{
  text-align: center;
}
.repertory_list_btn .btn_blue_arrow{
  color:#333;
  margin:2% auto;
  padding:7px 65px 7px 25px;
}
.repertory_block{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin:3% auto;
}
.repertory_block>div{
  width:32%;
  margin:0 2% 4% 0;
}
.repertory_block>div:nth-child(3n){
  margin-right:0;
}
.repertory_block>div a{
  display: block;
  padding:5%;
}
.repertory_block>div a:hover{
  background:#eaeff8;
}
.repertory_block a .repertory_img{
  overflow: hidden;
}
.repertory_block a .repertory_img img{
  transition: all 0.5s;
}
.repertory_block a:hover .repertory_img img{
  transform: scale(1.1);
  filter: saturate(110%);
}

.repertory_block .repertory_ttl{
  border-bottom:1px solid #333;
  padding:2% 0 3%;
  line-height:1.6;
}
.repertory_block .repertory_ttl h3{
  font-weight: 600;
  color:#333!important;
  padding:2% 0 2%;
}
.repertory_block .repertory_ttl h3 small{
  display: block;
}

.repertory_block .repertory_ttl h4{
  font-size:90%;
  color:#003c88!important;
}
.repertory_block .arrow_detail_right{
  text-align: right;
  padding-right:58px;
}
.repertory_block .arrow_detail{
  font-size:80%;
}
.repertory_block .arrow_detail img{
  width:50px;
  right:-58px;
}
.repertory_block a:hover .arrow_detail img{
  right:-63px;
}

.repertory_history h3{
  text-align: center;
  margin:2% auto 5%;
}
.repertory_history h3 span{
  display: inline-block;
  position:relative;
  font-size:140%;
  color:#003c88;
}
.repertory_history h3 span::before,
.repertory_history h3 span::after{
  content:'';
  width:100px;
  height:1px;
  display: block;
  background:#003c88;
  position:absolute;
  top:48%;
}
.repertory_history h3 span::before{
  left:-130px;
}
.repertory_history h3 span::after{
  right:-130px;
}
.repertory_kana{
  width:90%;
  max-width:750px;
  margin:0 auto 5%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.repertory_kana li{
  width:10%;
  display: inline-block;
  text-align: center;
  margin-bottom:5px;
}
.repertory_kana li a{
  display: block;
  padding:0 5%;
  position:relative;
  color:#333!important;
  font-size:110%;
}
.repertory_kana li a:hover{
  text-decoration: underline;
}
.repertory_kana li a::before{
  content:'';
  width:1px;
  height:20px;
  display: block;
  background:#333;
  position:absolute;
  top:5px;
  left:0;
}
.repertory_kana li:last-child a::after{
  content:'';
  width:1px;
  height:20px;
  display: block;
  background:#333;
  position:absolute;
  top:5px;
  right:0;
}

/* レパートリーアコーディオン */
.repertory_accordion{
  margin:0 auto;
}
.repertory_accordion>div{
  margin-bottom:10%;
}
.repertory_accordion h4{
  font-size:140%;
  font-weight: 500;
  position:relative
}
.repertory_accordion h4::before{
  content:'';
  width:calc(100% - 70px);
  height:1px;
  display: block;
  background:#e5e5e5;
  position:absolute;
  top:50%;
  right:0;
}
.repertory_look {
  text-align: center;
  margin-bottom:0;
}

.repertory_look span{
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size:90%;
  font-weight: normal;
  text-align: center;
  padding:0 3% 3% 45px;
  transition: all .5s ease;
  margin:0 auto;
  padding-bottom:40px;
}

.repertory_look span::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 46%;
  width: 25px;
  height: 25px;
  border-top: 1px solid #003c88; 
  border-right: 1px solid #003c88; 
  transform: rotate(135deg);
  transition: all 0.5s;
}
.repertory_look.close span::before{
transform: rotate(315deg);
bottom: -40px;
left: 45%;
}
.repertory_tbl{
  display: none;
}

.repertory_tbl table{
  width:100%;
  margin:0 auto 5%;
}

.repertory_tbl table tr th{
  background:#e5ebf3;
  color:#003c88;
  font-weight: 500;
  font-size:90%;
  padding:5px 10px;
  text-align: center;
  border:2px solid #fff;
}
.repertory_tbl table tr th:nth-child(1){
  width:27.5%;
}
.repertory_tbl table tr th:nth-child(2){
  width:27.5%;
}
.repertory_tbl table tr th:nth-child(3){
  width:30%;
}
.repertory_tbl table tr th:nth-child(4){
  width:15%;
}  
.repertory_tbl table tr td{
  padding:20px 10px;
  text-align: center;
  border-bottom:1px solid #e5e5e5;
}

.repertory_tbl .arrow_detail{
  display: inline-block;
  font-size:90%;
}
.repertory_tbl .arrow_detail img{
  width:35px;
  right:-40px;
}
.repertory_tbl .arrow_detail:hover img{
  right:-45px;
}

#repertory_detail #main{
  width:100%;
  max-width: none;
  margin-bottom:3%;
}
#repertory_dtail #content{
  width: 100%;
  padding-bottom:5%;
  margin:0 auto;
}
.repertory_detail_data{
  width: 90%;
  max-width: 1150px;
  padding-bottom:5%;
  margin:0 auto;
}
.repertory_detail_data h3{
  font-size:180%;
  text-align: center;
  font-weight: 500;
  border-bottom:1px solid #003c88;
  padding:0 5% 2%;
  line-height:1.6;
}
.repertory_detail_data h3 span{
  display: block;
  color:#003c88;
  font-size:60%;
  padding-top:5px;
}  
.repertory_detail_data h3 small{
  display: block;
  font-size:60%;
}
.repertory_detail_data h4{
  text-align: center;
  font-size:140%;
  line-height:1.6;
  margin:2% auto 4%;
}
.repertory_detail_data h4 br{
  display: none;
}
.repertory_detail_data01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.repertory_detail_data01>div{
  width:45%;
  margin-bottom:3%;
}
.repertory_detail_data01>img{
  width:50%;
}

.repertory_detail_data_w{
  padding:5% 0 2%;
  background:#eaeff8;
}
.repertory_detail_data_w>div{
  width: 90%;
  max-width: 1150px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.repertory_detail_data_w>div>div{
  width:55%;
}
.repertory_detail_data_w>div>div dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom:3%;
  line-height:1.6;
}
.repertory_detail_data_w>div>div dl dt{
  width:150px;
  margin-bottom:7px;
  color:#003c88;
  font-weight: 400;
  letter-spacing: 0.05rem;
}



.spcl_length01 dt{
  width:220px !important;
  }
.spcl_length02 dt{
  width:300px !important;
  }
.spcl_length03 dt{
  width:400px !important;
  }
.spcl_length04 dt{
  width:190px !important;
  }


.repertory_detail_data_w>div>div dl dd{
  width:calc(100% - 150px);
  margin-bottom:7px;
}

.spcl_length01 dd{
  width:calc(100% - 220px) !important;
  }

.spcl_length02 dd{
  width:calc(100% - 300px) !important;
  }
.spcl_length03 dd{
  width:calc(100% - 400px) !important;
  }

.spcl_length04 dd{
  width:calc(100% - 190px) !important;
  }

.repertory_detail_data_w>div>div>div>p{
  margin-bottom:0;
}
.repertory_detail_data_w .btn_blue_arrow{
  background:#fff;
  color:#333;
  margin:1% auto 2%;
  padding:7px 70px 7px 20px
}
.repertory_detail_data_w>div>img{
  width:40%;
  margin-bottom:3%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 8% auto 5%;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1000px) {
  .repertory_look span::before{
    left: 48%;
  }
  .repertory_look.close span::before{
  left: 49%;
  }
}


/*---------------------------------------------
 ** 受賞歴
---------------------------------------------*/

.award_list {
  width: 90%;
  max-width: 780px;
  min-height: 700px;
  margin:5% auto 5%;
  border-top: 1px solid #e5e5e5;
}

.award_list dl{
  padding: 3% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  transition: all 0.5s;
}

.award_list dl dt{
  width:110px;
  font-size:80%;
  padding-top:3px;
  line-height:1.6;
  color:#003c88;
  padding-left:2%;
}
.award_list dl dd{
  width:calc(100% - 110px);
  line-height:1.6;
  padding-right:3%;
}

/*---------------------------------------------
 ** 教育・社会活動
---------------------------------------------*/

#social_all #main{
  width:100%;
  max-width: none;
  margin-bottom:3%;
}
#social_all #content{
  width: 100%;
  padding-bottom:5%;
  margin:0 auto;
}
.social_list_btn{
  text-align: center;
  font-size:110%;
}
.social_list_btn .btn_blue_arrow{
  color:#333;
  margin:2% auto;
  padding:7px 125px 7px 25px;
  letter-spacing: 0.1rem;
}
.social_list_btn .btn_blue_arrow>img {
  top: 17px
}
.social_read{
  width:90%;
  max-width:900px;
  margin:0 auto;
  padding-bottom:3%;
}
.social_read h3{
  color:#003c88;
  font-size:150%;
  text-align: center;
  margin-bottom:3%;
  line-height:1.6;
}
.social_program{
  width:90%;
  max-width:1050px;
  margin:0 auto;
  padding:5% 0;
}
.social_program h4{
  color:#003c88;
  font-size:160%;
  text-align: center;
  margin-bottom:6%;
}
.social_program h4 span{
  display: inline-block;
  position:relative;
}
.social_program h4 span::before,
.social_program h4 span::after{
  content:'';
  width:90px;
  height:1px;
  display: block;
  background: #003c88;
  position:absolute;
  top:49%;
}
.social_program h4 span::before{
  left:-110px;
}
.social_program h4 span::after{
  right:-110px;
}
.social_program_data{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:3%;
}
.social_program_data>div:nth-child(1){
  width:55%;
  margin-bottom:2%;
}
.social_program_data>div:nth-child(1) h5{
  font-size:130%;
  color: #003c88;
  margin-bottom:3%;
}
.social_program_data>div:nth-child(1) h5 br{
  display: none;
}
.social_program_data>div:nth-child(2){
  width:42%;
}
.social_program_data>div:nth-child(2) p{
  font-size:80%;
  padding:5px 0;
  line-height:1.6;
}

.social_mime{
  width:100%;
  max-width:1180px;
  margin:0 auto 3%;
  background:#e5ebf3;
  padding:2% 3%;
  position:relative;
}
.social_mime>img{
  width:140px;
  display: block;
  position:absolute;
  top:-70px;
  left:5%;
}
.social_mime h4{
  font-size:160%;
  color:#003c88;
  margin-bottom:3%;
  text-align: center;
}
.social_mime_data{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.social_mime_data >div:nth-child(1){
  width:62%;
  margin-bottom:3%;
  line-height:1.6;
}
.social_mime_data >div:nth-child(1) p{
  margin-bottom:1.5rem;
}
.social_mime_data >div:nth-child(1) ul {
  margin-bottom:1.7rem;
}
.social_mime_data >div:nth-child(1) ul li{
  margin-bottom:1.2rem;
}
.social_mime_data >div:nth-child(1) h5{
  color:#003c88;
  margin:3% 0 1%;
}
.social_mime_data >div:nth-child(1) h5 br{
  display: none;
}
.social_mime_data >div:nth-child(2){
  width:35%;
}
.social_mime_data >div:nth-child(2) p{
  font-size:80%;
  padding:5px 0;
}

.social_contact{
  width:95%;
  max-width:1150px;
  margin:5% auto 0;
  border-top:1px solid #003c88;
  border-bottom:1px solid #003c88;
  padding:2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social_contact dl{
  width:48%;
  padding:0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.social_contact dl dt{
  color:#003c88;
}
.social_contact dl:nth-of-type(1){
  width:52%;
  border-right:1px solid #003c88;
}
.social_contact dl:nth-of-type(1) dt{
  width:70px;
}
.social_contact dl:nth-of-type(1) dd{
  width:calc(100% - 70px);
}
.social_contact dl:nth-of-type(2) dt{
  width:100px;
}
.social_contact dl:nth-of-type(2) dd{
  width:calc(100% - 100px);
}
.social_contact dl:nth-of-type(2) dd b{
  font-size:120%;
  font-weight: 300;
  line-height:1.4;
}
.social_contact .arrow_detail_right{
  padding-right:58px;
  margin-left:100px;
  margin-top:8px;
}
.social_contact .arrow_detail{
  font-size:90%;
}
.social_contact .arrow_detail img{
  width:50px;
  right:-58px;
}
.social_contact a:hover .arrow_detail img{
  right:-63px;
}

@media screen and (max-width: 1170px) {
  .social_contact{
    width:95%;
    max-width:600px;
    padding:0 3%;
  }
  .social_contact dl{
    width:100%;
    padding:5% 3%;
  }
  .social_contact dl:nth-of-type(1){
    width:100%;
    border-right:none;
    border-bottom:1px solid #003c88;
  }
  .social_contact dl:nth-of-type(1) dt,
  .social_contact dl:nth-of-type(2) dt{
    width:100%;
    text-align: center;
  }
  .social_contact dl:nth-of-type(1) dd,
  .social_contact dl:nth-of-type(2) dd{
    width:100%;
  }
  .social_contact dl:nth-of-type(2) dd{
    text-align: center;
  }
  .social_contact .arrow_detail_right{
    margin-left:0;
  }
  .social_contact dl:nth-of-type(1) dt, .social_contact dl:nth-of-type(2) dt{
    font-size:110%;
    margin-bottom:7px;
  }
  .social_contact dl:nth-of-type(1) dt{
    letter-spacing: 1rem;
  }
  .social_contact dl:nth-of-type(2) dt{
    letter-spacing: 0.5rem;
  }

}

/*---------------------------------------------
 ** 特典・ご優待
---------------------------------------------*/

#special_all #main{
  width:100%;
  max-width: none;
  margin-bottom:3%;
}
#special_all #content{
  width: 100%;
  padding-bottom:5%;
  margin:0 auto;
}
.special_read{
  width:90%;
  max-width:900px;
  margin:0 auto;
  padding-bottom:3%;
  text-align: center;
}
.special_read h3{
  color:#003c88;
  font-size:150%;
  text-align: center;
  margin-bottom:3%;
  line-height:1.6;
}
.special_read h3 br{
  display: none;
}
.spe_tokuten{
  width:98%;
  max-width:850px;
  margin:0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.spe_tokuten>div{
  width:31.333%;
  margin:50px 1% 3%;
  position:relative;
  border:1px solid #003c88;
  padding:30px 2% 2%;
}
.spe_tokuten>div>img{
  width:100px;
  position:absolute;
  top:-50px;
  right:0;
  left:0;
  margin:0 auto;
}
.spe_tokuten h4{
  background:#eaeff8;
  padding:10px 5%;
  color:#003c88;
  font-size:120%;
  line-height:1.4;
  margin-bottom:4%;
}
.spe_tokuten h4 small{
  font-size:70%;
  display: block;
  line-height:1.8;
}
.spe_tokuten p{
  font-size:90%;
  line-height:1.4;
}
.spe_target{
  max-width:900px;
  margin:0 auto 5%;
  background:#eaeff8;
  padding:1.5% 2%;
  text-align: center;
}
.spe_target h4 span{
  display: inline-block;
  font-size:130%;
  margin:0 auto 1%;
  position:relative;
  color:#003c88;
}
.spe_target h4 span::before,
.spe_target h4 span::after{
  content:'';
  width:70px;
  height:1px;
  background:#003c88;
  display: block;
  position:absolute;
  top:48%;
}
.spe_target h4 span::before{
  left:-90px;
}
.spe_target h4 span::after{
  right:-90px;
}
.spe_target p{
  font-size:90%;
}
.spe_target p small{
  font-size:90%;
  display: block;
  margin-top:1%;
}
.spe_contact{
  width:90%;
  max-width:900px;
  margin:0 auto 5%;
}
.spe_contact dt{
  color:#003c88;
  font-size:110%;
  margin-bottom:5px;
  text-align: center;
}
.spe_contact dd{
  text-align: center;
}
.spe_contact dd span{
  display: block;
  margin-bottom:0%;
}
.spe_contact .arrow_detail_right{
  font-size:90%;
  margin-top:1%;
}
.spe_contact a .arrow_detail img {
  width: 55px;
  top: 8px;
  right: -65px;
}
.spe_contact a:hover .arrow_detail img {
  right: -75px;
}

/*---------------------------------------------
 ** グループ観劇
---------------------------------------------*/
#group_all #main{
  width:100%;
  max-width: none;
  margin-bottom:5%;
}
#group_all #content{
  width: 100%;
  padding-bottom:5%;
  margin:0 auto;
}
.group_read{
  width:90%;
  max-width:900px;
  margin:0 auto;
  padding-bottom:3%;
  text-align: center;
}
.group_read h3{
  color:#003c88;
  font-size:150%;
  text-align: center;
  margin-bottom:3%;
  line-height:1.6;
}
.group_scene{
  width:90%;
  max-width:1000px;
  margin:0 auto 5%;
  text-align: center;
}
.group_scene h4 span{
  display: inline-block;
  font-size:130%;
  margin:0 auto 5%;
  position:relative;
  color:#003c88;
}
.group_scene h4 span::before,
.group_scene h4 span::after{
  content:'';
  width:120px;
  height:1px;
  background:#003c88;
  display: block;
  position:absolute;
  top:48%;
}
.group_scene h4 span::before{
  left:-150px;
}
.group_scene h4 span::after{
  right:-150px;
}
.group_scene_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group_scene_block>div{
  width:32%;
  border:1px solid #003c88;
  position:relative;
  margin-bottom:3%;
  padding:35px 2% 25px;
  text-align: center;
}
.group_scene_block>div>img{
  width:70px;
  position:absolute;
  top:-10px;
  right:0;
  left:0;
  margin:0 auto;
  display: block;
  background:#fff;
  padding:0 20px;
  box-sizing: content-box;
}
.group_scene_block>div h5{
  font-size:130%;
  font-weight: 500;
  color:#003c88;
  margin-bottom:5%;
}
.group_scene_block>div p{
  font-size:90%;
  line-height:1.5;
}
.group_wide_img{
  margin-bottom:5%;
}

.group_point{
  max-width:1000px;
  margin:0 auto 5%;
  background:#eaeff8;
  padding:4% 5%;
  text-align: center;
}
.group_point h4 span{
  display: inline-block;
  font-size:130%;
  margin:0 auto 4%;
  position:relative;
  color:#003c88;
}
.group_point h4 span::before,
.group_point h4 span::after{
  content:'';
  width:100px;
  height:1px;
  background:#003c88;
  display: block;
  position:absolute;
  top:48%;
}
.group_point h4 span::before{
  left:-130px;
}
.group_point h4 span::after{
  right:-130px;
}
.group_point h5{
  font-size:150%;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom:3%;
  color: #003c88;
}
.group_point p{
  text-align: center;
}
.group_point>div>dl{
  border-bottom:1px solid #fff;
  padding:3% 0;
  text-align: left;
}
.group_point>div>dl:last-child{
  border-bottom:none;
}
.group_point>div>dl dt{
  color: #003c88;
  font-size:120%;
  letter-spacing: 0.1rem;
  margin-bottom:1%;
}
.group_point>div>dl dd{
  font-size:95%;
  line-height:1.5;
}

.group_case{
  width:90%;
  max-width:1000px;
  margin:0 auto 5%;
  text-align: center;
}
.group_case h4 span{
  display: inline-block;
  font-size:150%;
  margin:0 auto 5%;
  position:relative;
  color:#003c88;
  letter-spacing: 0.5rem;
}
.group_case h4 span::before,
.group_case h4 span::after{
  content:'';
  width:70px;
  height:1px;
  background:#003c88;
  display: block;
  position:absolute;
  top:48%;
}
.group_case h4 span::before{
  left:-125px;
}
.group_case h4 span::after{
  right:-110px;
}
.group_case>div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.group_case>div>img{
  width:42%;
}
.group_case>div>div{
  width:53%;
}
.group_case>div>div>dl{
  border-bottom:1px solid #eee;
  padding:0 0 4%;
  text-align: left;
  margin-bottom:3%;
}
.group_case>div>div>dl:last-child{
  border-bottom:none;
}
.group_case>div>div>dl dt{
  color: #003c88;
  font-size:110%;
  letter-spacing: 0.1rem;
  margin-bottom:1%;
}
.group_case>div>div>dl dd{
  font-size:95%;
  line-height:1.5;
}
.group_voice{
  max-width:1000px;
  margin:0 auto 5%;
  /*   background:#eaeff8; */
  background:#f6f6f8;
  padding:4% 5%;
  text-align: center;
}
.group_voice h4 span{
  display: inline-block;
  font-size:130%;
  margin:0 auto 4%;
  position:relative;
  color:#003c88;
}
.group_voice h4 span::before,
.group_voice h4 span::after{
  content:'';
  width:100px;
  height:1px;
  background:#003c88;
  display: block;
  position:absolute;
  top:48%;
}
.group_voice h4 span::before{
  left:-130px;
}
.group_voice h4 span::after{
  right:-130px;
}

.group_voice h5{
  font-size:150%;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom:3%;
  color: #003c88;
}

.group_voice>div{
  display: flex;
  flex-wrap: wrap;
}

.group_voice>div dl{
  width:31%;
  background:#fff;
  padding:30px 3% 3%;
  position:relative;
  margin:2% 3.5% 3% 0;
  text-align: left;
}
.group_voice>div dl:nth-child(3n){
  margin-right:0;
}
.group_voice>div dl::before{
  content:'';
  width:136px;
  height:60px;
  display: block;
  position:absolute;
  top:-20px;
  left:10px;
}
.v_student::before{
  background:url(../img/group/icon_student.png) no-repeat top left;
  background-size:100% auto;
}
.v_teacher::before{
  background:url(../img/group/icon_teacher.png) no-repeat top left;
  background-size:100% auto;
}
.group_voice>div dl dt{
  color: #003c88;
  font-size:110%;
  margin-bottom:15px;
  padding-bottom:10px;
  line-height:1.5;
  border-bottom:1px solid #003c88;
}
.group_voice>div dl dd{
  font-size:90%;
  line-height:1.5;
}

.group_contact{
  width:90%;
  max-width:1100px;
  margin:0 auto;
  padding:3% 5%;
  border:1px solid #003c88;
}
.group_contact h3{
  margin-bottom:3%;
  color:#003c88;
  font-size:120%;
  text-align: center;
  margin-bottom:2%;
}
.group_contact p{
  text-align: center;
  font-size:110%;
}
.group_contact pbtn.group_contact_form a{
  color:#333!important;
  text-decoration: underline;
}
.group_contact p a:link,
.group_contact p a:visited{
  color:#333;
}
.group_contact p a:hover{
  color:#333;
  text-decoration: none;
}
.group_contact_tel{
  margin-top:1%;
  line-height: 1.6;
}
.group_contact_tel span{
  font-size:130%;
  font-weight: 500;
}
.search_btn {
  text-align: center;
}
.search_btn a {
  display: inline-block;
  background: #003c88;
  color: #fff;
  font-size: 135%;
  text-align: left;
  position: relative;
  line-height: 1.0;
  letter-spacing: 0.1rem;
  padding: 12px 160px 13px 25px;
}
.search_btn a:hover{
  background:#ffa8b8;
}
.search_btn a>img{
  width:50px;
  position:absolute;
  top:35%;
  right:5%;
  transition: all 0.5s;
}
.search_btn a:hover>img{
  right:2%;
}
.group_contact_form{
  margin-bottom:3%;
}

@media screen and (max-width: 1100px) {
  .group_scene_block {
    max-width:800px;
    justify-content: center;
    margin:0 auto 5%;
  }

  .group_scene_block>div {
    width: 46%;
    margin:0 2% 5%;
  }
}
@media screen and (max-width: 850px) {
  .group_point p{
    text-align: left;
  }
}

/*---------------------------------------------
 ** バレエ団の歴史
---------------------------------------------*/

#history_all #main{
  width:100%;
  max-width: none;
  margin-bottom:3%;
}
#history_all #content{
  width: 100%;
  padding-bottom:5%;
  margin:0 auto;
}
.history_read{
  width:90%;
  max-width:900px;
  margin:0 auto;
  padding-bottom:1%;
  text-align: center;
}
.history_read h3{
  color:#003c88;
  font-size:180%;
  text-align: center;
  margin-bottom:2%;
  line-height:1.6;
}
.history_person{
  width:90%;
  max-width:1000px;
  margin:0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.history_person>div{
  width:46%;
}
.history_person>div dl dt{
  text-align: center;
  font-size:110%;
}
.history_person>div dl dt img{
  width:80%;
  max-width:320px;
  margin:3% auto;
}
.history_person>div dl dt span{
  display: block;
  font-size:80%;
}
.history_person>div dl dt small{
  display: block;
  font-size:70%;
  color: #003c88;
}
.history_person>div dl dd{
  font-size:95%;
  text-align: left;
}

.history_chart{
  width:90%;
  max-width:1100px;
  margin:0 auto 5%;
  position:relative;
  text-align: center;
  font-size:95%;
  z-index:0;
}
.history_chart::before{
  content:'';
  width:2px;
  height:100%;
  display: block;
  background: #003c88;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  z-index:0;
}
.chart_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom:2px solid #003c88;
  margin-bottom:2%;
}
.chart_top h4{
  width:50%;
  border:6px solid #fff;
  border-top:none;
  color: #003c88;
  background:#ccd8e7;
  font-size:140%;
  padding:3px;
}
.chart_top h4 span:nth-of-type(2){
  display: none;
}
.year_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  position:relative;
}

img.year_left{
  width:60px;
  position:absolute;
  top:2px;
  right:-80px;
}
img.year_right{
  width:60px;
  position:absolute;
  top:2px;
  left:-80px;
}
.year_block>div{
  width:calc(50% - 105px);
  position: relative;
}
.year_block>div:nth-of-type(1){
  padding-left:2%;
}
.year_block>div:nth-of-type(2){
  padding-right:2%;
}
.year_block p{
  text-align: left;
  margin-bottom:0;
  line-height:1.5;
  position:relative;
  font-size:95%;
}
.y1932 p{
  text-align: right;
}

.mb40{
  margin-bottom:40px!important;
}
.mb30{
  margin-bottom:30px!important;
}
.mb20{
  margin-bottom:20px!important;
}
.mb12{
  margin-bottom:12px!important;
}
.mb15{
  margin-bottom:15px!important;
}
.mb10{
  margin-bottom:10px!important;
}
.mb5{
  margin-bottom:5px!important;
}
.mt25{
  margin-top:25px!important;
}
.mt10{
  margin-top:10px!important;
}
.mt40{
  margin-top:40px!important;
}
.pt5{
  padding-top:5px!important;
}
.pb100{
  padding-bottom:100px!important;
}

.year_you{
  width:45px;
  position:absolute;
  top:0px;
  right:0;
  left:0;
  margin:0 auto;
  border-top:10px solid #fff;
  border-bottom:10px solid #fff;
}
.history_blue{
  color:#003c88;
  text-align: center!important;
  font-weight: 500;
  font-size:105%!important;
}
.history_blue2{
  color:#003c88;
  text-align: center!important;
  font-weight: 500;
  font-size:100%!important;
}
span.history_blue2{
  color:#003c88;
  font-weight: 500;
  font-size:100%;
}
.history_blue2 em{
  font-style: none;
}
.year1938{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.year1938{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.year1938>div{
  width:47%;
}
.year1938>picture{
  width:48%;
}
.year1938>img{
  width:48%;
}
.p_year_left{
  width:60px;
  position:absolute;
  top:2px;
  right:-80px;
}
.p_year_right{
  width:60px;
  position:absolute;
  top:2px;
  left:-80px;
}

.history_img{
  text-align: center;
}
.history_img img{
  max-width:285px;
  margin:0 auto 15px;
}
.img1952{
  text-align: center;
}
.img1952 img{
  width:90%;
  max-width:105px;
  margin:0 auto 10px;
}
.y1960{
  width:90px;
  position:absolute;
  top:0;
  right:0;
  left:0;
  margin:0 auto;
}
.y1960_b{
  width:300px;
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  margin:0 auto;
  background:#fff;
  padding-top:15px;
  padding-bottom:15px;
}

.year_attack{
  max-width:950px;
  margin:0 auto;
  background:#d6dff1;
  padding:1.5% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position:relative;
  z-index:2;
}
.year_attack>img{
  width:110px;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}
.year_attack>picture{
  width:110px;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}
.year_attack>picture>img{
  width:110px;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}
.year_attack dl{
  width:calc(50% - 70px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #003c88;
  font-weight: 500;
  line-height:1.5;
}
.year_attack dl dt{
  width:70px;
  text-align: right;
}
.year_attack dl dd{
  width:calc(98% - 70px);
  text-align: left;
}
.year_marriage{
  line-height:1.5;
  color:#003c88;
  position:relative;
  z-index:2;
}
.y1962{
  width:90px;
  margin:0 auto;
  background:#fff;
  padding:10px 0 0;
}
.y1962_t{
  font-size:140%;
  background:#fff;
  padding:0 0 5px;
  font-weight: 500;
  margin-bottom:30px;
}
.y1962_t small{
  font-size:80%;
  display: block;
}
.y1962_t+img{
  display: none;
}
.y1963{
  max-width:350px;
  margin:0 auto 50px;
  position:relative;
}
.y1963::before{
  content:'';
  width:340px;
  height:300px;
  background:url(../img/history/img1962.jpg) no-repeat top left;
  background-size:100% auto;
  display: block;
  position:absolute;
  top:10px;
  left:-340px;
}
.y1963>img{
  width:60px;
  margin:0 auto;
  background:#fff;
  padding:10px 0 0;
}
.y1963_t{
  font-size:120%;
  background:#fff;
  padding:5px 0 10px;
  font-weight: 500;
  margin-bottom:30px;
}
.y1963_t span{
  display: inline-block;
  margin:0 auto;
  position:relative;
}
.y1963_t span::before{
  content:'';
  width:170px;
  height:90px;
  background:url(../img/history/text1963.jpg) no-repeat top left;
  background-size:100% auto;
  display: block;
  position:absolute;
  top:-25px;
  right:-190px;
}
.y1963_t a{
  text-decoration: underline;
}
.y1963_t a:hover{
  text-decoration: none;
}

.y1965_t{
  font-size:140%;
  background:#fff;
  padding:5px 0 10px;
  font-weight: 500;
}
.y1965_t small{
  font-size:80%;
  display: block;
}
.history_next_btn{
  text-align: center;
  font-size:110%;
}
.history_next_btn .btn_blue_arrow{
  color:#333;
  margin:2% auto;
  padding:7px 75px 7px 25px;
  letter-spacing: 0.1rem;
}
.history_next_btn .btn_blue_arrow>img {
  top: 17px
}
@media screen and (max-width: 1100px) {
  .history_person>div {
    width: 48%;
  }
  .y1962_t+img{
    display: block;
    max-width:400px;
    border-top:10px solid #fff;
    border-bottom:15px solid #fff;
    margin:-30px auto 30px;
  }
  .y1963::before{
    display: none;
  }

}

/* ヒストリー02 */

#history_all .text_back_box{
  width:90%;
  max-width:1200px;
  margin:-2% auto 1%;
}


.history_col_btn{
  width:90%;
  max-width:680px;
  margin:0 auto;
}
.history_col_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.history_col_btn li {
  width: 48%;
}
.history_col_btn li a {
  border: 1px solid #999;
  padding: 5% 3% 6% 9%;
  display: block;
  position: relative;
  margin-bottom: 10%;
  color: #333;
  line-height: 1.2;
}
.history_col_btn li a img {
  width: 50px;
  position: absolute;
  top: 19px;
  right: 13px;
  transition: all 0.5s;
}
.history_col_btn li a:hover {
  background: #f3f8ff;
}

.history_col_btn li a:hover img {
  right: 5px;
}
.history_current{
  background:#d6dff1;
  padding:3% 0 3.5%;
  margin:2% auto 4%;
}

.history_current > p{
  width:90%;
  max-width:900px;
  margin:0 auto;
}
.history_current > p span{
  color: #003c88;
  display: block;
  margin-bottom:5px;
}


.history02_data{
  width:90%;
  max-width:1200px;
  margin:0 auto 8%;
  font-size:90%;
}
.history02_data h4{
  font-size:160%;
  font-weight: 500;
  margin-bottom:4%;
  color: #003c88;
  text-align: center;
}
.history02_data h4 span{
  display: inline-block;
  position:relative;
}
.history02_data h4 span::before,
.history02_data h4 span::after{
  content:'';
  width:80px;
  height:1px;
  display: block;
  background:#003c88;
  position:absolute;
  top:48%;
}
.history02_data h4 span::before{
  left:-120px;
}
.history02_data h4 span::after{
  right:-120px;
}
.history_chart02{
  width:calc(100% - 390px);
  border-left:2px solid #003c88;
  margin-left:390px;
}
.his02_year{
  position:relative;
  margin-bottom:2%;
  clear: both;
}
.his02_year>img{
  width:140px;
  position:absolute;
  top:10px;
  left:-90px;
}
.his02_year>h5{
  width:calc(100% + 20px);
  padding:8px 15px;
  line-height: 1.4;
  font-size:120%;
  font-weight: 500;
  color: #003c88;
  background-color: #d6dff1;
  position:absolute;
  left:-20px;
}
.his02_year>h5 br{
  display: none;
}
.his02_year>h6{
  font-size:110%;
  font-weight: 500;
  color: #003c88;
  margin:20px 0 10px 25px;
}
.his02_year>div{
  margin:3% 0 0 3%;
}
.his02_year>div dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height:1.4;
}
.his02_year>div dl dt{
  width:60px;
  color: #003c88;
}
.his02_year>div dl dd{
  width:calc(100% - 60px);
  margin-bottom:25px;
}
.his02_year>div dl dd em{
  display: none;
}

.his02_year>div dl dd a{
  text-decoration: underline;
}
.his02_year>div dl dd a:hover{
  text-decoration: none;
}

.his02_episode{
  width:280px;
  position:absolute;
  left:-390px;
  border:1px solid #003c88;
  border-radius: 20px;
  padding:20px 17px 10px;
  margin-left:0!important;
}
.his02_episode::before{
  content:'EPISODE';
  font-weight: 600;
  display: inline-block;
  font-size:90%;
  color: #003c88;
  background: #fff;
  padding:0 5px;
  position:absolute;
  top:-10px;
  left:20px;
}
.his02_episode::after{
  content:'';
  width:70px;
  height:17px;
  display: block;
  background: url(../img/history02/icon_fukidashi.png) #fff no-repeat top left;
  background-size: 100% auto;
  border-left: 1px solid #fff;
  box-sizing: content-box;
  position:absolute;
  right:-70px;
  top:50%;
}
.his02_episode p{
  color: #003c88;
  line-height:1.4;
  position:relative;
}
.his02_episode p span{
  display: block;
  font-size:110%;
  font-weight: 500;
  margin-bottom:8px;
}
.his02_left_img{
  position:absolute;
  left:-390px;
  margin-left:0!important;
}

.his02_y1960{
  padding-top:30px;
}
.his02_y1960 .his02_episode{
  top: -10px;
}
.his02_y1970{
  padding-top:80px;
}
.his02_y1970 .his02_episode{
  top:70px;
}
.his02_y1970>div img{
  width:320px;
  float:right;
  margin:0 0 10px 20px;
}
.his02_y1970>h5{
  top:45px;
}

.his02_y1970_02{
  padding-top:100px;
}
.his02_y1970_02 .his02_episode{
  top:-50px;
}
.his02_y1970_02>div img{
  width:320px;
  float:right;
  margin:0 0 10px 20px;
}
.his02_y1970_02>h5{
  top:65px;
}
.his02_y1970_02 dl dd:nth-of-type(1) img{
  margin-top:-10px!important;
}

.his02_y1980{
  padding-top:80px;
}
.his02_y1980 .his02_left_img{
  top:-200px;
}
.his02_y1980 .his02_left_img img{
  max-width:220px;
  margin:0 0 10px 30px;
}

.his02_y1980>h5{
  top:45px;
}

.his02_y1980_02{
  padding-top:30px;
}
.his02_y1980_02 .his02_left_img{
  top:-150px;
}
.his02_y1980_02 .his02_left_img img{
  max-width:280px;
  margin:0 0 10px 0;
}
.his02_y1980_02>h5{
  top:-10px;
}

.his02_y1980_03{
  padding-top:30px;
}
.his02_y1980_03 .his02_episode{
  top: -160px;
}
.his02_y1980_03>h5{
  top:-5px;
}

.his02_y1990{
  padding-top:10px;
}

.his02_y1990 .his02_episode{
  top:40px;
}

.his02_y1990>img{
  top:-10px
}

.his02_y1990_02{
  height:25px;
}
.his02_y1990_02>h5{
  background:#3061b7;
  color:#fff;
  padding:12px 15px;
  top:-5px;
}
.his02_y1990_02>h5 span{
  display: inline-block;
  position:relative;
  margin-left:60px;
  font-size:90%;
}
.his02_y1990_02>h5 span::before{
  content:'';
  width:45px;
  height:25px;
  display: block;
  background:url(../img/history02/arrow_y1995.png) no-repeat top left;
  background-size:100% auto;
  position:absolute;
  top:-2px;
  left:-55px;
}
.his02_y1990_02 .his02_episode{
  top: -145px;
}

.his02_y1990_03{
  padding-top:10px;
}
.his02_y1990_03 .his02_left_img{
  top: 100px;
}
.his02_y1990_03 .his02_left_img img{
  width:280px!important;
  margin:0 0 10px 0;
}
.his02_y1990_03>div img{
  width:260px;
  float:right;
  margin:0 0 10px 20px;
}

.his02_y2000{
  padding-top:20px;
}

.his02_y2000 .his02_episode{
  top: 290px;
}
.his02_y2000 .his02_left_img{
  top:-80px;
}
.his02_y2000 .his02_left_img img{
  max-width:260px;
  margin:0 0 10px 10px;
}

.his02_y2010{
  padding-top:20px;
}

.his02_y2010 .his02_episode{
  top: 70px;
}
.his02_y2010 .his02_left_img{
  top:320px;
}
.his02_y2010 .his02_left_img img{
  max-width:280px;
  margin:0 0 10px 0px;
}

.his02_y2020{
  height:35px;
}
.his02_y2020>img{
  top:0px
}
.his02_y2020>h5{
  background:#3061b7;
  color:#fff;
  padding:12px 15px;
  top:35px;
}
.his02_y2020>h5 span{
  display: inline-block;
  position:relative;
  margin-left:60px;
  font-size:90%;
}
.his02_y2020>h5 span::before{
  content:'';
  width:45px;
  height:25px;
  display: block;
  background:url(../img/history02/arrow_y1995.png) no-repeat top left;
  background-size:100% auto;
  position:absolute;
  top:-2px;
  left:-55px;
}
.his02_y2020 .his02_episode{
  top:-15px;
}

.his02_y2020_02{
  padding-top:80px;
}
.his02_y2020_02 .his02_left_img{
  top:150px;
}
.his02_y2020_02 .his02_left_img img{
  max-width:280px;
  margin:0 0 10px 0px;
}

.his02_y2020_02>h5{
  top:45px;
}

.his02_continue{
  width:100%;
  height:80px;
  display: block;
  background:#fff;
}

.his02_continue p{
  color: #003c88;
  font-size:140%;
  font-weight: 500;
  background:#fff;
  padding:30px;
  position:absolute;
  top:50px;
  left:-40px;
}

.below1120{
  display: none;
}
.his02_accordion{
  display: none;
}
.below1130>img{
  display: none;
}

@media screen and (max-width: 1130px) {
  .more1130{
    display: none!important;
  }
  .his02_episode{
    display: none!important;
  }
  .his02_left_img img{
    display: none!important;
  }
  .his02_year>div dl dd br{
    display: none!important;
  }
  .history02_data {
    max-width: 900px 
  }
  .history_chart02 {
    width: calc(100% - 110px);
    margin-left: 110px;
  }

  .below1130{
    width:100%;
    display: block!important;
    text-align: center;
  }
  
  .his02_year>.below1130{
    margin-left:40px;
  }
  .below1130>img{
    width:100%!important;
    max-width:400px!important;
    margin:15px auto 20px!important;
    float: none!important;
    display: block!important;
    padding-right:30px;
  }
  .his02_y1970_02>.below1130>img{
    margin:10px auto 30px!important;
  }
  .below1130_tate>img{
    width:85%!important;
    max-width:300px!important;
  }
  .his02_accordion{
    width:100%;
    display: block!important;
    margin: 20px auto 20px;
    position:relative;
    padding-right:30px;
  }
  .his02_y1960 .his02_accordion{
    margin-bottom:0!important;
  }
  .his02_y1970_02 .his02_accordion{
    margin:0 auto -10px;
  }
  .his02_y2020_02 .his02_accordion{
    margin:0 auto;
  }
  .his02_toggle {
    display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .his02_title,
  .his02_episode_sp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .his02_title {
    width:120px;
    padding: 4px 30px 4px 20px;
    display: block;
    color:#003c88;
    position:relative;
    margin:0 auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size:110%;
    z-index:1;
    background:#d6dff1;
    border-radius: 20px;
    z-index:1;
  }
  .his02_title::before {
    content:'';
    width:18px;
    height:18px;
    border-radius: 50%;
    display: block;
    background:#fff;
    position:absolute;
    top:5px;
    right:9px;
  }

  .his02_title>span {
    display: block;
    position:relative;
    z-index:0;
  }
  .his02_title>span::after,
  .his02_title>span::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 5px;
    width: 2px;
    height: 0.6em;
    background-color: #003c88;
    transition: all 0.3s;
  }
  .his02_title>span::after {
    transform: rotate(90deg);
  }

  .his02_toggle:checked + .his02_title + .his02_episode_sp {
    max-height: 500px;
    transition: all 2s;
  }
  .his02_toggle:checked + .his02_title>span::before {
    transform: rotate(90deg) !important;
  }
  .his02_episode_sp {
    max-height: 0;
    overflow: hidden;
    }
  .his02_episode_sp>div{
    width:100%;
    max-width:500px;
    border:1px solid #003c88;
    border-radius: 20px;
    padding:20px 17px 10px;
    margin:25px auto 0px;
    position:relative;
  }

  .his02_episode_sp>div::after{
    content:'';
    width:20px;
    height:24px;
    display: block;
    background: url(../img/history02/icon_fukidashi_sp.png) #fff no-repeat bottom center;
    background-size: auto 25px;
    border-bottom: 1px solid #fff;
    box-sizing: content-box;
    position:absolute;
    left:0;
    right:0;
    top:-23px;
    margin:0 auto;
  }
  .his02_episode_sp p{
    color: #003c88;
    line-height:1.4;
    position:relative;
  }
  .his02_episode_sp p span{
    display: block;
    font-size:110%;
    font-weight: 500;
    margin-bottom:8px;
  }
}
.history02_read p{
  text-align: left;
}


/*---------------------------------------------
 ** 追加
---------------------------------------------*/
.year_ul li a:after,
.year_ul_sp li a:after{
content:'年度';
}

.year_ul li a:before,
.year_ul_sp li a:before{
content:'▸ ';
font-size:12px;
vertical-align:baseline;
top:-3px;
position:relative;
}

.year_ul_sp{
display:block;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:20px;
margin-top:10px;
border-top:solid 1px #999;
padding-top:15px;
}

.year_ul_sp li{
display:inline-block;
margin-left:5px;
margin-right:5px;
}




.per_icon .pickup{
display:none !important;
}

.year_ttl{
text-align:center;
font-size:26px;
position: relative;
display: inline-block;
padding: 0 45px;
margin-top:-10px;
}

.year_ttl:before, .year_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: black;
}

.year_ttl:before {
  left:0;
}
.year_ttl:after {
  right: 0;
}

.tac-all{
margin-left:auto;
margin-right:auto;
text-align:center;
}

.main_profile p{
line-height:1.8 !important;
}

.profile_img a:hover{
opacity:0.6;
}


.rep_book_wrap{
margin-top:60px;
margin-bottom:80px;
margin-left:6%;
margin-right:6%;
}

.rep_book_ttl{
font-size:16px;
color:#003c88;
margin-bottom:25px;
}

.rep_book h4{
font-size:16px;
color:#003c88;
font-weight:600;
text-align:left;
margin-bottom:15px;
background:#eaeff8;
margin-top:0;
padding:1.0em 1.5em;
}

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

.rep_book_img{
width:24%;
}

.rep_book_txt{
width:74%;
}

.rep_book{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}

.rep_book_txt dl{
display: flex;
flex-wrap: wrap !important;
justify-content:flex-start !important;
}

.rep_book_txt dt{
width:15%;
margin-bottom:5px;
}

.rep_book_txt dd{
width:80%;
margin-bottom:5px;
}

.yokosuku{
display:none;
}


/*---------------------------------------------
	20240208追加
---------------------------------------------*/

/*---------------------下層ページ共通------------------------*/

.page_container ul,.page_container ol {
    padding-left: 0;
    margin:0;
}
iframe { width: 100%;}
.tal { text-align: left;}.tal p { text-align: left;}
.tar { text-align: right;}
.tac { text-align: center;}
.f12 { font-size: 1.2rem;}
.f16 { font-size: 1.6rem;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt60 {margin-top: 60px;}
.ml20 {margin-left: 20px; }
ul.ml20 {margin-left: 20px; }
.container01{display: flex;}
.p_blue {
    color: #003C88;
}
.h2_pagettl {
    margin-top: 20px;
    background-color: #3061B7;
    width: 100%;
    padding: 40px 0;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
}
.h2_pagettl span {
    display: block;
    font-size: 1.5rem;
}
.page_container .h3_01 {
    color: #003C88;
    font-size: 2.2rem;
    margin: 30px auto ;
    text-align: center;
}
.page_container .h3_02 {
    color: #003C88;
    font-size: 2.5rem;
    margin: 80px auto 30px;
    text-align: center;
    position: relative;
    width: fit-content;
}
.page_container .h3_02:before,.page_container .h3_02:after {
    content: "";
    position: absolute;
    height: 1px;
    top: calc(50% - 0.5px);
    width: 100px;
    background-color: #003C88;
}
.page_container .h3_02:before {left: -150px;}
.page_container .h3_02:after {right: -150px;}

.page_container {
    max-width: 940px;
    padding: 0 20px 80px;
    margin-left: auto;
    margin-right: auto;
}
.cont700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
.cont840 {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
.page_container li {
    list-style: none;
}
.link01,.link02{
    width: 200px;
    height: 50px;
    border: 0.3px solid #333;
    border-radius: 2px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link02 {
    color: #fff;
    background-color: #3061B7;
}
.link01:visited,.link03:visited {color: #333;}
.link02:visited {color: #fff}
.link01:not(:last-child),.link02:not(:last-child){
    margin-right: 20px;
}
.link01 span,.link02 span{
    padding-left: 20px;
}
.link01 img,.link02 img{
    width: 50px;
    height: auto;
    padding-right: 20px;
}
.link01:hover{ background-color: rgba(48,97,183,0.10)}
.link02:hover{ opacity: 0.8;}
.link01:hover img,.link02:hover {
    padding-right: 10px;
    transition: .3s;
}
.link03 {
    color: #333 !important;
    border-bottom: 1px solid #333;
}
.link03:hover { color: #003C88;;}
.link_box01 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_box02 {
    display: flex;
    margin: 10px 0 10px 40px;
}
/*---------------------page-about------------------------*/
.about_box {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin: 40px auto 30px;
}
.about_box dl {
    display: table;
    width: 100%;
}
.about_box dl:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.about_box dl:first-child { padding-top: 4px;}
.about_box dl:last-child { padding-bottom: 4px;}
.about_box dt {
    width: 145px;
    text-align: center;
    background-color: #D6DFF1;
    color: #003C88;
    padding: 16px;
    font-weight: 600;
    vertical-align:middle;
    display: table-cell;
}
.about_box dd {
    padding: 16px 0 16px 40px;
    font-weight: 400;   
}
.about_box dd p{
    margin-bottom: 0.5em;
}
.about_box ol {
    padding-left: 16px;
}
.about_box ol li {
    position: relative;
}
.about_box ol li:before {
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #333;
    position: absolute;
    left: -16px;
    top: 10px;
}
.about_address {
    text-align: center;
}
/*---------------------page-donation------------------------*/
.about_box .accountnum .p_dd {
   width: 6em !important;
}

    .about_box .howtosend div {
        display: flex;
    }
@media screen and (min-width: 381px) { /*PCのみ*/
    .about_box .howtosend  {
        margin-left: 20px;
    }
    .about_box .howtosend div .p_blue {
        width: 8em;
    }
}

/*---------------------page-privacy policy------------------------*/
.privacypolicy p {
    margin-bottom: 0.5em;
}


/* --------------------------
        ページャー
---------------------------*/

.pager{
	text-align:center;
        margin-top:40px;
}

.pb40{
padding-bottom:40px;
}

.pager a:hover{
	color:#ccc;
}

a.page-numbers{
	background:rgba(0,0,0,0);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:4px;
	padding:4px 10px;
	margin:0 4px;
        text-decoration:none !important;
}

.pager .current{
	border-radius:4px;
	padding:4px 10px;
	margin:0 6px;
        text-decoration:none !important;
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/* --------------------------
追加 2024.03 DW
---------------------------*/

.performance_wide_blue02 h3 {
  font-size: 140%;
  font-weight: 600;
  border-bottom:solid 1px #777;
  margin-bottom:20px;
}

.performance_wide_blue02 {
  background: #eaeff8;
  padding: 3% 5% 2%;
  margin-bottom: 3%;
}

.performance_wide_blue02 strong{
 font-weight:bold;
 font-size:120%;
}

.add-box01{
  width:100%;
  max-width: 1000px;
margin:0 auto;
}

.dot_ul li{
list-style-type:disc;
margin-left:30px;
}

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

.spcl_bana{
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top:15px;
margin-bottom:10px;
}

.spcl_bana a img:hover{
opacity:0.6;
}

.twin_bana{
display:flex;
flex-wrap:wrap;
justify-content: center ;
max-width:1220px !important;
column-gap:2%;
}

.twin_bana a{
width:49%;
height:auto;
}

@media screen and (max-width: 1200px) { 
.twin_bana{
padding-left:2%;
padding-right:2%;
}
}

@media screen and (max-width: 767px) { 
.spcl_bana{
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top:10px;
margin-bottom:10px;
padding-left:5%;
padding-right:5%;
}

.twin_bana a{
width:100%;
height:auto;
margin:15px 0;
}


}

.no-ichiran{
margin-top:30px;
margin-bottom:30px;
display:block;
}

.p_list_data .no-ichiran{
display:none;
}

.performance_data .no-ichiran{
display:block !important;
}

span.kanbai{
color:red;
font-weight:500;
}