@charset "UTF-8";
header {
    padding: 10px 0;
    background-color: #f29eb9;
    color: #fff;
}

header .inner {
    min-width: 1100px;
}

header h1 img {
  width: auto;
  max-height: 76px;
}
.follow-action ul li.youtube a {
  border: solid 2px #c4302b;
  color: #c4302b;
}
p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 20px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.pc_block {
  display: block !important;
}
.sp_block {
  display: none !important;
}

.sp {
  display: none !important;
}

.center {
  text-align: center;
}
.follow-action ul li.insta a {
  border: solid 2px #343434;
  color: #343434;
}
.follow-action ul li.insta a:hover {
  background-color: #343434;
  color: #ffffff;
  opacity: 1;
}
.follow-action ul li.youtube a:hover {
  background-color: #c4302b;
  color: #ffffff;
  opacity: 1;
}
.page-title {
  border-left-color: #28B2FF;
}
#top {
  text-align: center;
  background-position: center top;
  padding-top: 120px;
  position: relative;
  margin-bottom: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
#top .inner {
  /* [disabled]max-width: 900px; */
  margin: 0 auto;
  width: 100%;
  /* [disabled]height: 60vh; */
}
#top_slide {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#top .slide_logo {
  margin: -70px auto 0;
  width: 30%;
  min-width: 200px;
  position: relative;
}
#content main {
    margin: 0 auto;
    max-width: 980px;
}
.categorylist ul li img {
  display: block;
  margin: 0 auto;
}
.top_slide {
  opacity: 0;
  transition: opacity .25s ease;
}
.top_slide.slick-initialized {
  opacity: 1;
}
#top .slide_item {
  /* [disabled]opacity: 0.4; */
  margin: 0 10px;
  transition: all 300ms ease;
}
#top .slide_item img{
    width: 100%;
}
#top .slide_item.slick-center {
  opacity: 1;
}
a.btn {
  margin: 0 auto 30px;
  display: block;
  color: #fff;
  background-color: #E60012;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none !important;
  border: 2px solid #E60012;
  -webkit-box-shadow: 0px 3px #B6000E;
  box-shadow: 0px 3px #B6000E;
  max-width: 400px;
}
a.btn_entry, .wysiwyg a.btn_entry {
  margin: 0 auto 30px;
  display: block;
  color: #FFFFFF;
  background-color: #28B2FF;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 5px #0179BD;
  box-shadow: 0px 5px #0179BD;
  max-width: 400px;
  position: relative;
  font-size: 20px;
  transition: all 0s;
  text-shadow: 1px 1px #343434;
}
a.btn_entry::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
a.btn_entry:hover {
  /* [disabled]bottom: -3px; */
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  top: 5px;
}
.btn:hover {}
footer .logo {
  margin: 40px auto 0;
  text-align: center;
}
footer ul.history {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
footer ul.history li {
  display: inline-block;
  font-size: 16px;
  margin: 0 18px;
}
footer ul.history li a {
  color: #fff;
}
#block-entries li {
  width: 100%;
}
#block-entries .entry-detail {
  overflow: hidden;
}
.entrylist li .entry-detail .entry-meta {
  width: 150px;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
}
.entrylist li .entry-detail .entry-date {
  width: 150px;
  margin-bottom: 0px;
  text-align: left;
}
.entrylist__title {
    position: relative;
    background-color: #f29eb9;
    color: #343434;
    border-width: 0;
    padding: 1rem 1rem 1.5rem;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 15px;
    text-shadow: 1px 1px #FFFFFF;
    font-size: 24px;
}
.entrylist__title::before {
    position: absolute;
    content: '';
    border: 3px solid #343434;
    width: 99.5%;
    height: 90%;
    top: -7px;
    left: -7px;
	border-radius: 15px;
}
#globalnavi #left-to-right .twitter a {
    font-size: 20px;
    /* [disabled]color: #75BBF0; */
    width: 19px;
    display: inline-block;
    vertical-align: text-top;
}
#globalnavi #left-to-right .insta a {
  font-size: 20px;
}
/* フロー */
.top_flow {
  margin: 0 auto 50px;
}
.top_flow .box {
  margin: 0 auto 33px;
  width: 100%;
  position: relative; /* テキストの指定 */
  background-color: #F7F7F7;
  /* [disabled]max-width: 600px; */
  height: auto;
}
.top_flow .box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  justify-content: space-between;
}
.top_flow .box dl dt {
    width: 20%;
    font-weight: bold;
    font-size: 18px;
    background-color: #05b9e7;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 5px;
    margin: 0;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_flow .box dl dd {
    width: 80%;
    margin: 0;
    padding: 5px 10px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
}
.top_flow .box:last-child dt {
  background-color: #E60011;
}
.top_flow .box:after {
  border-top: 25px solid #fce633;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  content: "";
  position: absolute;
  bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%; /* 中央寄せに使用 */
  margin-left: -50px; /* 中央寄せに使用 */
}
.top_flow .box:last-child:after {
  border: none; /* 最後のボックスだけ三角形を表示しない */
}
#news-list .label.category {
  display: inline-block;
  background: #86a0d2;
  padding: 3px 10px;
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 13px;
}
#news-list .entry-title-wrap {
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9cccf;
}
#news-list .entry-title-wrap .entry-date {
  margin: 0;
  display: inline-block;
}
#news-list .entry-title-wrap .entry-title {
  margin: 0;
}
#news-list #block-entries li {
  margin-bottom: 30px;
}
.contact_wrap {
  padding: 10px;
  border: 2px solid #1F4A9F;
}
.contact_wrap h3 {
  border-width: 0;
  background-color: #1F4A9D;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  margin: 0 auto 20px;
  text-align: center;
}
.contact_wrap .contact_box {
  display: flex;
  flex-wrap: wrap;
}
.wysiwyg .contact_wrap .contact_box dt {
  padding: 0;
  margin: 0 0 10px;
}
.wysiwyg .contact_wrap .contact_box dt span {
  font-size: 13px;
}
.wysiwyg .contact_wrap .contact_box dd {
  padding: 0;
  margin: 0;
}
.wysiwyg .entry_list {
  counter-reset: number 0;
}
.wysiwyg .entry_list li {
  list-style: none;
  position: relative;
  border-bottom: 1px dotted #DFDFDF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.wysiwyg .entry_list li:before {
  counter-increment: number 1;
  content: counter(number) " .";
  font-weight: bold;
  font-size: 20px;
  color: #1F4A9F;
  top: 4px;
}
.wysiwyg .entry_regulation th {
    width: 20%;
    background-color: #f29eb9;
    color: #fff;
    padding: 1em;
}
.wysiwyg .entry_regulation td {
  padding: 1em;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #D4D4D4;
}
.wysiwyg .entry_regulation td:nth-child(even) {
  border-bottom: 1px solid #D4D4D4;
}
.wysiwyg .entry_regulation p {
  margin: 0 0 10px;
  padding: 0;
}
.wysiwyg .entry_regulation ul {
  padding-top: 0px;
  margin-top: 0px;
}
.wysiwyg .step_img {
  width: 94%;
  margin-bottom: 10px;
}
.footer-social-buttons li {
  margin: 4px;
}
.footer-social-buttons li a i {
  font-size: 20px;
  margin-right: 10px;
}
.footer-social-buttons li a {
  font-size: 14px;
  width: 130px;
  border-radius: 5px;
}
.footer_sns {
  text-align: center;
  margin: 0 auto;
}
.footer_sns .footer_sns_box {
  padding: 20px 0;
  /* [disabled]border: 1px solid hsla(0,0%,100%,0.40); */
  /* [disabled]display: inline-block; */
  /* [disabled]background-color: hsla(0,0%,100%,0.16); */
}
.footer_sns .footer_sns_box h3 {
  color: #343434;
}
.footer_sns .sns_btn {
  margin-top: 10px;
}
.footer_sns .sns_btn li {
  display: inline-block;
  margin: 0 5px;
  width: 150px;
}
.footer_sns .sns_btn a {
  padding: 10px;
  display: block;
  border-radius: 5px;
  color: #343434;
  border: 2px solid #343434;
}
.footer_sns .sns_btn a i {
  margin-right: 8px;
  font-size: 20px;
}
.footer_sns .sns_btn a img {
    width: 18px;
    vertical-align: text-top;
}
footer .bnr_wrap {
  margin: 30px auto;
}
footer .bnr_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .bnr_wrap ul li {
  max-width: 300px;
  margin: 0 0.5% 10px;
  width: 30%;
}
.entry-social-buttons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.entry-social-buttons li a i {
  margin-right: 5px;
  font-size: 20px;
}
#navi-content .btn_entry a {
  background-color: #fff100;
  padding: 1em 2em;
  border-radius: 10px;
  color: #333;
  -webkit-box-shadow: 1px 1px 2px 0px hsla(0, 0%, 39%, 0.60);
  box-shadow: 1px 1px 2px 0px hsla(0, 0%, 39%, 0.60);
  font-size: 20px;
}

#navi-content .btn_entry a:hover {
  background-color: #e80011;
  color:#FFF;
  opacity:1;
}

#navi-content .btn_entry a:before {
  display:none;
}
  
.wysiwyg .entry_img img {
  padding: 0;
  margin: 0;
}
footer {
    background-color: #fff100;
}
.foot_bottom {
  background-color: #343434;
  color: #fff;
}
.foot_bottom a i {
  color: #fff;
}
.foot_bottom .footer-copyright {
  color: #fff;
}
footer .inner, .foot_bottom .inner {
  padding: 30px 0;
  width: 96%;
}
.entry-social-buttons li a.icon-twitter {
    border: 2px solid #000;
    color: #000;
	position: relative;
}
.entry-social-buttons li a.icon-twitter::before {
    content: "";
    width: 18px;
    margin-right: 5px;
    background-image: url(../images/logo-black.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 18px;
    background-size: contain;
	transition: ease-in-out .2s;
}
.entry-social-buttons li a.icon-twitter:hover {
    background-color: #000;
    color: #ffffff;
    opacity: 1;
}
.entry-social-buttons li a.icon-twitter:hover::before{
	background-image: url("../images/logo-white.png");
}
.footer-social-buttons li a.icon-twitter{
    background-color: #000;	
}
.footer-social-buttons li a.icon-twitter img{
    width: 18px;
    margin-right: 5px;
    vertical-align: sub;}
.history_wrap {
  background-color: #B7AD0E;
}
@media screen and (max-width:768px) {
  #top {
    background-size: contain;
    padding-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  #top .slide_item {
    margin: 10px 0 !important;
  }
  header {
    padding: 0;
  }
  #responsive-menu-button {
    /* [disabled]display: none; */
    border: 1px solid #FFF;
    background: #ffffff url(https://staging--2023--highschool-manzai.movabletype.io/common/images/responsive-menu-button.png) no-repeat 7px 10px;
    background-size: 20px 18px;
  }
  footer ul.history li {
    display: inline-block;
    font-size: 14px;
    margin: 0 18px 15px;
  }
  footer ul.history {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .entrylist__title::before {
    left: 3px;
  }
  section#top-entries {
    margin-bottom: 50px;
  }
  main #top-entries #block-entries {
    margin-bottom: 50px;
  }
  .top_flow .box dl dt {
    width: 100%;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    border-bottom-left-radius: 0px;
    justify-content: flex-start;
  }
  .top_flow .box dl dd {
    width: 100%;
    padding: 5px 10px;
  }
  .pc_block {
    display: none !important;
  }
  .sp_block {
    display: block !important;
  }
  .wysiwyg .entry_regulation th {
    width: 100%;
    display: block;
    padding: 0 5px;
    text-align: left;
  }
  .wysiwyg .entry_regulation td {
    width: 100%;
    padding: 5px;
    display: block;
  }
  .entrylist li .entry-detail .entry-date {
    margin: 0;
  }
  .entrylist li .entry-detail .entry-meta {
    width: 100%;
  }
  .entrylist li .entry-detail .entry-title {
    width: 100%;
  }
  .entrylist li {
    margin-bottom: 20px;
  }
  footer .bnr_wrap ul li {
    max-width: none;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:480px) {
header .inner {
    min-width: inherit;
}
  
  #globalnavi li.btn_entry {
    padding: 20px;
    background: #53c7f3;
    text-align: center;
    margin-bottom: 50px;
  }
  #top .slide_logo {
    margin: -50px auto 0;
  }
  #globalnavi > div > ul li a, #globalnavi > div > ul li span {
    padding: 1.5em;
    background: rgb(85 199 243);
    border-bottom: solid 1px #fff;
    font-weight: bold;
}
  #globalnavi #left-to-right .twitter a, #globalnavi #left-to-right .insta a {
    border: 0;
  }
  #globalnavi #left-to-right .twitter, #globalnavi #left-to-right .insta {
    display: inline-block;
    width: 20%;
    margin: 0 auto;
  }
	#globalnavi #left-to-right .twitter a {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
  #globalnavi > div > ul {
    text-align: center;
    background: rgb(85 199 243);
  }
#navi-content .btn_entry a {
    background-color: #fff100;
    padding: 1.5em;
    border-radius: 50px;
    color: #333;
    -webkit-box-shadow: 1px 1px 2px 0px hsla(0, 0%, 39%, 0.60);
    box-shadow: 1px 1px 2px 0px hsla(0, 0%, 39%, 0.60);
    font-size: 20px;
}

  
.pc {
    display: none !important;
  }
.sp {
    display: block !important;
  }	
	
	
}
@media screen and (max-width: 1100px) {
  #top .slide_item {
    opacity: 1;
    transform: scale(1);
    margin-top: 60px;
  }
#content main {
    margin: 0 auto;
}
}


/*2023追加*/
#navi-content .fab{
  color:#fff;
}

.slick-dots {
display:none !important;
}


.entry h2.entry-title {
position: relative;
    background-color: #f29eb9;
    color: #343434;
    border-width: 0;
    padding: 1rem 1rem 1.5rem;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 15px;
    text-shadow: 1px 1px #FFFFFF;
  margin-bottom:30px;
}
.entry h2.entry-title::before {
  position: absolute;
  content: '';
  border: 3px solid #343434;
  width: 99.5%;
  height: 90%;
  top: -7px;
  left: -7px;
	border-radius: 15px;
}

.entry h3.entry-title {
    border-left-color: #6fdcfc;
}

#globalnavi > div > ul li a, #globalnavi > div > ul li span {
color:#fff;	
}

#globalnavi > div > ul li a:hover, #globalnavi > div > ul li span {
color:#fff100;	
}
