/* ルートの文字サイズを10pxに設定 */
html {
  font-size: 62.5%;
}
html {
}
/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
a {
  text-decoration: none;
}
.inner {
  margin: 0 7%;
}
.fs_12 {
  font-size: 1.2rem;
}
.fs_14 {
  font-size: 1.4rem;
}
.fs_16 {
  font-size: 1.6rem;
}
.fs_20 {
  font-size: 2rem;
}
.fs_24 {
  font-size: 2.4rem;
}
.fs_28 {
  font-size: 2.8rem;
}
.fs_32 {
  font-size: 3.2rem;
}
.fs_36 {
  font-size: 3.6rem;
}
.bold {
  font-weight: bold;
}
.red {
  color: #d23124;
}
.black {
  color: black;
}
a.kaijou_Link.red {
  color: #d23124;
}
.center {
  text-align: center;
}
.white_Box {
  height: 20vh;
}
nav.NavMenu,
.slider_TOP.SP_TOP,
.sp_br_in,
.footer_SP,
a.btn.btn--orange.btn--cubic.btn--shadow.SP_TOP_headBTN,
.aisatsu_midSP,
.SP_moshi_hide,
.tsushin_cose_image_SP {
  display: none;
}
.SP_off {
  display: unset;
}
.SP_off2 {
  display: table;
}
.SP_on {
  display: none;
}
.con_wrap_SP {
  display: flex;
}
.con_wrap_SP.con_wrap_3 {
  width: 40%;
}
.btn_position.PC_cose_btn_posi {
  height: 150px;
}
.contact_schedule {
  font-size: 2rem;
  font-weight: bold;
}
.border_top {
  border-top: none !important;
}
.border_bottom {
  border-bottom: none !important;
}
.red_through {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
  text-decoration-color: #d23124;
  text-decoration: line-through 2px solid #d23124;
}
.red_END {
  color: #d23124;
  font-size: 1.6rem;
  padding-left: 10%;
}
.align_left {
  text-align: left;
}
span.select_sub_text {
  font-size: 1.2rem;
  margin-left: 1rem;
}
.select_sub_wrap {
  line-height: 1.5;
}
.purple {
  color: #5f548e;
}
.orange {
  color: #f4901e;
}
.blue {
  color: #155fa5;
}
.hover {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.hover:hover {
  opacity: 0.4;
}
/****************************
  ↑の設定を行うことでremの判断を容易に視認。
  例:
  h1
  font-size: 5rem; (50px)
  p
  font-size: 1.5rem;  (15px)
  
  以上。
  *******************************/

body {
  margin: 0%;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 1rem !important;
  -webkit-appearance: none;
  width: 60%;
}
form input[type="button"] {
  -webkit-appearance: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 0.5rem;
}
/**TOP_Slider*************************************/
/***********************************************************/
.wrapper {
  max-width: 100vw;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
}

.next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 130px;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 10px;
}

.next:hover {
  transition: all 0.3s;
}

.prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 130px;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 10px;
}

.prev:hover {
  background-color: #fff;
  transition: all 0.3s;
}

.slider_new {
  width: 400vw;
  display: flex;
  margin: 0 auto;
}

.slider1 {
  transform: translateX(0);
  transition: all 0.3s;
}

.slider2 {
  transform: translateX(-100vw);
  transition: all 0.3s;
}

.slider3 {
  transform: translateX(-200vw);
  transition: all 0.3s;
}

.slider4 {
  transform: translateX(-300vw);
  transition: all 0.3s;
}

.content {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 90vw;
  margin: 0 5vw;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.content1 {
  background-image: url(../img/TOP_2.jpg);
  width: 100%;
}

.content2 {
  background-image: url(../img/TOP_秋.jpg);
  width: 100%;
}

.content3 {
  background-image: url(../img/スライダー日曜PC.jpg);
  width: 100%;
}

.indicator {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.li_new {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  list-style: none;
  border: 1px gray solid;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.li_new:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px #000 solid;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  background-color: gray;
}

#list1 {
  background-color: #000;
}
/**END_TOP_Slider*************************************/
/***********************************************************/

.header {
  height: 80px;
  position: fixed;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84%;
  padding: 0 8%;
  background: white;
}
.head_2 {
  display: flex;
  width: 90%;
  justify-content: end;
}
.header img {
  height: 60px;
  object-fit: cover;
  position: relative;
}
.TOP_link_btn {
  padding-left: 4%;
}
.TOP_link_btn a {
  text-decoration: none;
}
.TOP_link_btn a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.TOP_link_btn img {
  width: 40px;
  height: 100%;
}
.link_tab {
  background: #5f548e;
  display: flex;
  justify-content: space-between;
  width: 84%;
  padding: 1% 8%;
  position: fixed;
  top: 80px;
  z-index: 5;
  height: 35px;
  align-items: center;
}
.link_tab a {
  color: white;
  font-size: 2rem;
}
.link_tab a:hover {
  opacity: 0.8;
  color: deepskyblue;
  transition: 0.4s;
}
a.btn.btn--orange.btn--cubic.btn--shadow.head2_btn {
  border-bottom: 5px solid #ffe06d;
}
.SP_TOP_slider_padTOP {
  padding-top: 135px;
  display: block;
}
.TOP_slide-dots {
  position: absolute;
  bottom: -25px;
  display: flex !important;
  justify-content: center !important;
  flex-direction: unset !important;
  top: 99.5%;
  right: 50% !important;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 2;
}
.TOP_slide-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.TOP_slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.TOP_slide-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.4;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.TOP_slide-dots li.slick-active button::before {
  color: black;
  opacity: 1.5;
}
/*______-TOP_header_btn-________*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  white-space: nowrap;
}
a.btn--orange {
  color: #d23124;
  background-color: #fff6d4;
  border-bottom: 5px solid gray;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #d23124;
  background: #ffddc5;
  border-bottom: 2px solid gray;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
/*______-/////TOP_header_btn-________*/

/*________slick_slider__________*/
.slider {
  margin: 4% 0;
}
.slick-slide img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  min-height: 170px;
}
.slick-slide {
  min-height: 1px;
  padding: 0 5px;
}

/*ふわっと表示させる*/
.fade {
  opacity: 0;
  /*ふわっと表示方向*/
  transform: translateY(-80px);
  /*表示までの時間操作*/
  /*(透明からの表示時間、動く時間)*/
  transition: opacity 1.5s, transform 3s;
}
.fade.active {
  opacity: 1;
}
/*///ふわっと表示させる*/

/*ドロップダウンメニュー*/
/*ドロップダウンメニュー*/
/*ドロップダウンメニュー*/
/* ナビゲーションメニュー */
.menu-item a.Link_tab_New {
  color: #fff;
}
.nav-menu {
  color: #fff; /* メニューテキストの色 */
}
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  position: relative;
}
.menu-item:last-child {
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  color: #5f548e; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: rgba(240, 240, 240, 0.75); /* ドロップダウンメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  list-style: none;
  padding: 15% 15%;
}
/*///ドロップダウンメニュー*/
/*///ドロップダウンメニュー*/
/*///ドロップダウンメニュー*/

/*______-TOP_Main-________*/

.TOP_main {
  margin: 0 8%;
  position: relative;
}
.slider_TOP_img {
  margin: 0 1% 0;
  width: 80%;
}
.slider_TOP_img {
  width: 100%;
  height: auto;
}
.TOP_main img {
  width: 100%;
}
.TOP_mainText_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
img.TOP_mainText_img {
  width: 50%;
}
.TOP_main.cont_wrap {
  display: flex;
  padding: 6% 0;
  gap: 2%;
}
.TOP_main.cont_wrap a:hover {
  text-decoration: none;
  opacity: 0.5;
}
/*______-Ju_sei-________*/
.pink {
  background: #fef9ff;
}
.TOP_ju_sei_title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #5f548e;
}
.TOP_ju_sei_title span {
  font-size: 4rem;
}
.ju_sei_TOP_imageText img {
  width: 100%;
  padding: 8% 0 0;
}
.yerrow_btn {
  text-align: center;
  margin: 8% 0;
  padding-bottom: 8%;
}
.yerrow_btn a {
  font-size: 2.4rem;
  align-items: center;
  display: flex;
  width: max-content;
  margin: 0 auto;
  white-space: nowrap;
}
.yerrow_btn a span {
  background: white;
  font-size: 1.4rem;
  padding: 1% 3%;
}
/*______-News_section-________*/
.TOP_News {
  margin: 2% 2% 0;
  background: #a297c7;
  padding: 0% 2% 2%;
}
h2.TOP_News_title {
  position: relative;
  margin-left: 2%;
  padding: 1% 1%;
  color: #5f548e;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
h2.TOP_News_title span {
  font-size: 1.6rem;
  padding: 0 2%;
}
h2.TOP_News_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 45%;
  background-color: #5f548e;
  position: absolute;
  top: auto;
  left: -5px;
}
.TOP_News_wrap {
  background: white;
  width: 100%;
  height: 20vh;
  min-height: 225px;
  overflow: scroll;
  overflow-x: hidden;
  font-size: 1.6rem;
  font-weight: bold;
}
.news_wrap {
  border-bottom: dotted 2px black;
  margin: 0 1%;
  padding: 2% 0;
  display: flex;
  color: black;
}
.news_wrap:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.news_title {
  padding-left: 2%;
}

/*______-TOP_online-________*/
.TOP_online {
  color: #5f548e;
  font-size: 2.4rem;
  text-align: center;
  padding: 5% 0;
  font-weight: bold;
}
.TOP_online span {
  font-size: 4.4rem;
}
.TOP_on_wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.TOP_online_box {
  width: 33%;
}
.TOP_online_box img {
  width: 100%;
  height: 275px;
  object-fit: contain;
  object-position: left bottom;
}
.on_box_btn {
  display: flex;
  margin-top: -2%;
  font-size: 2rem;
  text-align: center;
  height: 80px;
  line-height: 80px;
  position: relative;
}
a.on1 {
  width: 50%;
  background: #5f548e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on1 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  padding-left: 2%;
}

a.on2 {
  width: 50%;
  background: #a297c7;
  color: white;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on2 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  padding-left: 2%;
}
a.on1:hover,
a.on2:hover {
  opacity: 0.4;
  transition: 0.2s;
}
.on_box_btn.on_box_single {
  display: block;
}
.on1.purple_on {
  background: #a297c7;
}
.on_box_btn.on_box_single a.on1,
.on_box_btn.on_box_single a.on2 {
  width: 100%;
}
.on1.yellow_on {
  background: #ffe06d;
  color: #5f548e;
}
.on2.yellow2_on {
  background: #fff6d4;
  color: #5f548e;
}
/*______-TOP_YouTube-________*/
.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 10% auto 4%;
  font-weight: bold;
}

.attention:before {
  position: absolute;
  left: 0;
  top: 20%;
  content: "";
  width: 3px;
  height: 50%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 20%;
  width: 3px;
  height: 50%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
.attention p {
  font-size: 3.2rem;
}
.attention p span {
  font-size: 4rem;
}
.youtube_wrap {
  display: flex;
  justify-content: space-around;
  padding-bottom: 4%;
}
.youtube_wrap p {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6%;
}
.tube {
  background: #fdfcde;
}
.youtube_wrap iframe {
  width: 100%;
  height: 25vh;
  max-width: 580px;
  max-height: 380px;
}

/*______-yellow_back-________*/
.yellow_back {
  background: #fff6d4;
  padding: 4% 0;
}
.yellow_back p {
  text-align: center;
}
.yellow_back img {
  width: 100%;
}
.ye_textRed {
  color: #d23124;
  background: #ffe06d;
  font-size: 3.2rem;
  font-weight: bold;
}
.ye_under_text {
  font-size: 3.2rem;
  font-weight: bold;
}
.right_text {
  text-align: right !important;
}

.blue_back {
  background: #c7c1db;
  position: relative;
  padding: 5% 0;
  margin-top: 60px;
}
.left {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 18%;
  z-index: 0;
}
.right {
  position: absolute;
  right: -5%;
  top: -5%;
  width: 18%;
  z-index: 0;
}
.blue_text {
  text-align: center;
  z-index: 1;
  position: relative;
}
.blue_text p {
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
}
.blue_text p span {
  font-size: 3.2rem;
}
p.blue_p_2 {
  font-size: 1rem;
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.2em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 4%;
}

.dli-caret-circle-fill-right::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
a.btn.btn--orange.btn--cubic.btn--shadow.red_btn {
  color: white;
  background: #d23124;
  font-size: 2.4rem;
  border-radius: 15px;
}
.btn_position {
  text-align: center;
  padding-top: 5%;
}

/*______-TOP_japan_Riyuu-______________________________*/
.TOP_japan_Riyuu {
  position: relative;
  background: url(../img/back_Japan.jpg) no-repeat center;
  background-position: center center;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}
.TOP_japan_Riyuu p {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  padding: 4% 0 0;
  margin: 0;
}
.Japan_Riyuu_wrap.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 6%;
  gap: 1.5%;
}
.Riyuu_Box {
  position: relative;
  background: #f8ebfa;
  border-radius: 30px;
  padding: 4% 3% 2%;
  width: 26%;
  border: solid 2px #7568ad;
  margin-top: 6%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Riyuu_Box p {
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
}
.R_No {
  position: absolute;
  top: -4%;
  left: -4%;
  font-weight: bold;
  font-size: 3.2rem;
  color: #f8ebfa;
  background: #5f548e;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}
.Riyuu_title {
  color: #5f548e;
  text-align: center;
  font-size: 2.4vw;
  font-weight: bold;
}
a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn {
  color: white;
  background: #5f548e;
  border-radius: 15px;
}
span.dli-caret-circle-fill-right.purple_btn {
  color: white;
}
span.dli-caret-circle-fill-right.purple_btn::before {
  color: #a297c7;
}

/*______-TOP_Voice-______________________________*/
.purple_back {
  background: #a297c7;
  padding: 0% 0% 5%;
}
.voice_Line {
  width: 100%;
  background: #a297c7;
  position: relative;
  padding-top: 1.5%;
}
.voice_Line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.voice_purple_title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: white;
  padding: 6% 0 5%;
}
.slider {
  width: 85%;
  margin: 0 auto;
}
.voice_box {
  padding: 0 0 0.2%;
  width: 25%;
  background: white;
  border-radius: 15px;
  border: solid 1px gray;
  margin: 0 0.4% 0.4%;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.voice_box img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.voice_textBox {
  padding: 0% 8% 0.5%;
  background: white;
  font-size: 1.4rem;
}
.voice_textBox p {
  margin-bottom: 0;
  padding-top: 5%;
}
.voice_title {
  font-size: 2rem;
  font-weight: bold;
  color: #5f548e;
  padding: 4% 0 2%;
  white-space: nowrap;
  height: 8rem;
  display: flex;
  align-items: center;
}
.voice_name {
  position: relative;
  width: max-content;
}
.voice_name::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #7568ad;
  position: absolute;
  bottom: -0.5rem;
}
button.slick-next.slick-arrow {
  right: 35%;
  top: 107.5%;
}
button.slick-prev.slick-arrow {
  left: 35%;
  top: 107.5%;
}
button.slick-prev.slick-arrow.slick-prev:before,
button.slick-next.slick-arrow.slick-next:before {
  font-size: 2.6rem;
}

.voice_under_btn {
  background: #a297c7;
  padding-bottom: 5%;
  padding-top: 0;
}
.voice_under_Line {
  position: relative;
  background: #a297c7;
  padding-bottom: 1.5%;
}
.voice_under_Line::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.btn_position.voice_under_btn a {
  font-size: 2rem;
}
.slick-dots {
  bottom: -10% !important;
  width: fit-content !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

/*______-TOP_Voice-______________________________*/
.white_back {
  padding: 0 0 5%;
}
.voice_Line.white_Line {
  background: white;
}
.voice_Line.white_Line::after {
  background-color: #5f548e;
}
.voice_under_Line.white_Line {
  background: white;
}
.voice_under_Line.white_Line::before {
  background-color: #5f548e;
}
.voice_purple_title.white_line {
  color: #7568ad;
}
.voice_title.white_Line {
  color: #5f548e;
  line-height: 1.6;
  width: fit-content;
  padding: 0;
  margin-top: -5%;
}
.voice_text_back {
  background: #e7e0ff;
}
.white_Line_p {
  padding: 0;
}
.white_Line img {
  height: 180px;
}
.btn_position.voice_under_btn.white {
  background: white;
}

.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.slick-prev:before,
.slick-next:before {
  color: dimgrey !important;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.slick-dots li button:before {
  font-size: 2rem !important;
}
/*********************************************************/
/* PICKUP */
/*********************************************************/
.TOP_pick {
  position: relative;
  background-image: url("../img/愛知大学_教室内 2.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 8% 0 5%;
}
.T_pick_title {
  text-align: center;
  font-size: 3.6rem;
  color: #5f548e;
  font-weight: bold;
  padding-bottom: 5%;
}
.T_pick_box {
  display: flex;
}
.T_pick_box img {
  width: 55%;
  max-width: 500px;
  object-fit: cover;
  padding-right: 5%;
  margin: auto;
}
.T_pick_text {
  font-size: 1.6rem;
}
.T_pick_text p span {
  color: #d23124;
}
.T_pick_text .btn_position {
  text-align: left;
}
/*********************************************************/
/* よくある質問 */
/*********************************************************/
.aco_wrap {
  background: #fff6d4;
  padding: 5% 10% 5%;
  margin-bottom: 5%;
}
.question_title {
  text-align: center;
  font-size: 1.4rem;
  color: #449a95;
  padding-bottom: 8%;
}
.question_title span {
  font-size: 3.6rem;
  color: black;
  font-weight: bold;
}
.toggle_contents {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2% 5%;
  background: white;
  margin-bottom: 2%;
}
.toggle_contents.last::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  bottom: 0;
}
.toggle_title {
  display: flex;
  font-weight: bold;
  line-height: 3rem;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.toggle_title:hover {
  color: #449a95;
}
.toggle_title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 95%;
  top: 25%;
  right: 7px;
}
.toggle_title.selected:after {
  transform: translateY(-50%) rotate(225deg);
  transition: 0.2s;
}
.toggle_txt {
  display: none;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  padding: 4% 0 4% 4%;
}
.taggle_p {
  display: flex;
}
.FAQ_btn_wrap {
  text-align: center;
  padding-top: 10%;
}
.FAQ_page_btn {
  padding: 2% 5%;
  background-color: gray;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}
.FAQ_page_btn:hover {
  opacity: 0.5;
  transition: 0.2s;
}

/*______-footer-______________________________*/
/*______-footer-______________________________*/
/*______-footer-______________________________*/
footer {
}

.pagetop__arrow {
  text-align: center;
  font-size: 2.4rem;
  background: #5f548e;
  color: white;
  padding: 2%;
}
.footer_wrap {
  display: flex;
  padding: 5% 0;
  background: #c7c1db;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.8;
}
.footer_wrap img {
  width: 100%;
}
.footer_link {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
}
.footer_mini_link {
  display: flex;
  flex-direction: column;
  margin-right: 3%;
  white-space: nowrap;
  position: relative;
}
.footer_mini_link2 {
  display: flex;
  flex-direction: column;
  margin-right: 3%;
  white-space: nowrap;
  position: relative;
}

.footer_mini_link a,
.footer_mini_link2 a {
  font-size: 1.4rem;
  color: black;
}
.footer_mini_link a:hover,
.footer_mini_link2 a:hover {
  opacity: 0.4;
}

.footer_mini_link::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #5f548e;
  position: absolute;
  top: -2px;
  left: -5px;
}
.footer_mini_link2 a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2rem;
  background-color: #7568ad;
  position: absolute;
  left: -5px;
}
a.footer_purple {
  color: #7568ad;
}
.under_under {
  text-align: center;
  padding: 1%;
  font-size: 1rem;
  color: white;
  background: #5f548e;
}

.contact_title {
  font-size: 3.2rem;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  border-left: solid 4px #004dcc;
  line-height: 1.2em;
  padding: 0 0.3em 0.3em 0.3em;
  margin-top: 8%;
}
.con_title_p {
  font-size: 1.4rem;
  margin: 6% 0;
}
.con_wrap {
  display: flex;
  font-size: 1.6rem;
  padding: 1% 0;
  line-height: 2;
  font-weight: bold;
  border-bottom: dotted 1px #cfcfcf;
}
.con_title {
  width: 27%;
}
.con_wrap_2 {
  line-height: 2;
}
.con_wrap_2 span {
  font-weight: bold;
}
.Blue_span {
  width: 100%;
  background: aliceblue;
  text-align: center;
  padding: 0.05%;
}
.dai_class,
.sen_class {
  display: flex;
  flex-direction: column;
}
.dai_class_text {
  width: 15%;
}
.con_wrap_3 {
  width: 40%;
}
.wpcf7-submit.has-spinner {
  padding: 15px 10px;
  width: 60%;
  margin: 0 20%;
  clear: both;
}
.yubin_wrap {
  display: flex;
  flex-direction: column;
  line-height: 0;
}
p.contact_text_yubin {
  width: 90px;
  white-space: nowrap;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.old {
  padding: 0.5rem;
}
.con_hari_New_span {
  display: inline-block;
}
/*______-jusei-____________________________________________________________*/
/*______-jusei-____________________________________________________________*/
/*______-jusei-____________________________________________________________*/
.jusei_TOP {
  position: relative;
  height: 32vh;
  min-height: 440px;
}
.jusei_TOP img {
  position: absolute;
  top: 15%;
  bottom: 0;
  margin: auto 0 auto 10%;
  width: 30%;
}
.jusei {
  position: relative;
  background-image: url("../img/jusei_kokushi_TOP.jpg");
  background-size: cover;
  background-position: left;
}
.TOP_image_underLink {
  font-size: 1.4rem;
}
.TOP_image_underLink p {
  margin: 0;
  padding: 2% 0;
}
.jusei_second_title {
  font-size: 4rem;
  color: #5f548e;
  font-weight: bold;
  text-align: center;
  background-image: url("../img/SP_back_logo.png");
  background-size: contain;
  background-position: center;
  padding: 5% 0;
  background-repeat: no-repeat;
}
.jusei_second_title p {
  font-size: 2rem;
  text-align: center;
  color: black;
}
table.table_design10.inner.SP_table_fs.sunday_table {
  width: 60%;
  margin: 4% auto;
}
table.table_design10.inner.SP_table_fs.sunday_table th {
  width: 50%;
}
table.table_design10.inner.SP_table_fs.sunday_table .td_gry {
  text-align: left;
  padding-left: 8%;
}
span.red_END.sunday_span {
  font-size: 1.2rem;
}
.sunday_subText {
  margin: 0 auto;
  width: 60%;
}
.sunday_subText2 {
  margin: 0 auto;
  width: 86%;
  padding-bottom: 5%;
}
.table_design10 th.sun_yellow_head {
  background: #fdfcde;
  color: black;
  border-right: black;
}
.ju_mini_fs {
  font-size: 1.2rem;
}
tr.ju_mini_line {
  line-height: 1.2;
}
.ju_center_red {
  font-size: 2.4rem;
  font-weight: bold;
  color: #d23124;
  text-align: center;
}
.ju_mini_wrap {
  display: flex;
  justify-content: center;
  gap: 4%;
}
.ju_mini_wrap img {
  object-fit: contain;
}
.ju_mini1 {
  width: 15%;
}
.ju_mini2 {
  width: 30%;
}
.td_gry.ju_right {
  text-align: right;
  padding-right: 7%;
}
table.table_design10.inner.sunday_table_2 {
  width: 48%;
  margin: 4% auto;
}
table.table_design10.inner.sunday_table_2 td.td_gry {
  text-align: right;
  padding-right: 8%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sunday_panf {
  padding-top: 4%;
}
.sunday_panf_link {
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
.sunday_panf_link img {
  width: 40%;
}
.sunday_title img {
  height: 35px;
}
/*______-COSE_Link-____________________________________________________________*/
.cose_link_wrap {
  background: #a297c7;
  padding: 4% 4%;
}
.cose_title {
  text-align: center;
}
.cose_title span {
  background: #fff6d4;
  padding: 1% 3%;
  font-size: 3.2rem;
  font-weight: bold;
}
.cose_title p {
  font-size: 2.4rem;
}

.cose_Link_List {
  background: white;
  display: flex;
  justify-content: space-evenly;
  padding: 3% 0 5%;
}
.cose_Box {
  width: 30%;
}
a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn.jusei_List_btn {
  padding: 4% 30%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}
span.dli-caret-circle-fill-right.purple_btn.jusei_List_btn {
  position: absolute;
  right: 5%;
  height: 1.5rem;
}
a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn.jusei_List_btn:hover {
  opacity: 0.4;
}
.cose_btn_text {
  text-align: left;
  padding-left: 3%;
  min-height: 90px;
}
.cose_span1 {
  background: #fff6d4;
  border: #7568ad solid 2px;
  padding: 1% 3%;
  margin-right: 2%;
  color: #5f548e;
  font-size: 1.6rem;
}
.cose_btn_arrow {
  position: relative;
  color: #5f548e;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 5%;
}
.cose_btn_arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #5f548e;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  margin: auto;
}
.cose_btn_arrow:hover {
  opacity: 0.4;
}

/*______-昼間コース-____________________________________________________________*/
.cose_contents_title {
  text-align: center;
  font-size: 4rem;
  color: #5f548e;
  position: relative;
  padding-top: 8%;
  margin-bottom: 5%;
  font-weight: bold;
}
.cose_contents_title::after {
  content: "";
  display: block;
  width: 90px;
  height: 10px;
  background-color: #fff6d4;
  position: absolute;
  bottom: -15%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.cose_contents_1 {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 4%;
}
.cose_contents_1 img {
  width: 45%;
  object-fit: cover;
}
.contents_1_box {
  width: 45%;
  font-size: 3.2rem;
  color: #5f548e;
}
.contents_1_box.winter_box {
  width: 65%;
}
.contents_1_box p {
  font-size: 2rem;
  color: black;
}
.cose_points {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  color: #5f548e;
  border: solid 3px #a297c7;
  border-radius: 15px;
  padding: 1% 0%;
  margin: 0 auto;
  text-align: center;
  width: 38%;
  margin-top: 8%;
}
.cose_points:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #7568ad;
  border-width: 15px;
  margin-left: -15px;
}
.cose_points_text {
  line-height: 1.5;
  font-size: 2rem;
  padding: 6% 0 2%;
}
span.red {
  color: #d23124;
}
.table_design01 {
  border-collapse: collapse;
  width: 86%;
  margin-top: 4%;
  margin-bottom: 4%;
}
.table_design01 th,
.table_design01 td {
  border: 1px solid #4f4f4f;
  padding: 1em;
  font-size: 2rem;
  font-weight: bold;
}
.table_design01 th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.yellow_text_wrap {
  background: #fff6d4;
  font-size: 2rem;
  padding: 2%;
}
.mondai_text_wrap {
  display: flex;
}
.mondai_text_wrap p {
  margin: 0;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container img {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}
img.popup {
  cursor: pointer;
}
/*__________________________________________________________________*/
/*.table-scroll {
  overflow-x: auto;
}
*/
/*レスポンシブの際に利用。
/*__________________________________________________________________*/
/*__________________________________________________________________*/
/*__________________________________________________________________*/
/*__________________________________________________________________*/
/*__________________________________________________________________*/
/*__________________________________________________________________*/

table.table_design10 {
  border-collapse: collapse;
  font-weight: bold;
  text-align: center;
  width: 86%;
  border-collapse: collapse;
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 2rem;
}
.table_design10 th,
.table_design10 td {
  padding: 0.5em 1em;
  border: 2px solid #4e575c;
}

.td_gry {
  background: #f5f5f5;
}
.table_design10 th {
  background: #4e575c;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #4e575c;
}
.table_design10 th:last-of-type {
  border-right: 2px solid #4e575c;
}
.table_glay {
  background: #4e575c !important;
  color: white;
}
th.table_glay {
  border-right: white 1px solid;
}

/*______-COSE_under-____________________________________________________________*/
.cose_under_subTitle {
  font-size: 2rem;
  text-align: center;
  padding: 1% 0;
}
.cose_contents_1 .btn_position {
  text-align: left;
  padding-top: 0;
}
.ookuni_name {
  font-size: 3.2rem;
  font-weight: bold;
}
.cose_under_wrap {
  background-image: url("../img/jusei_kokushi_under_Back.jpg");
  background-size: cover;
}
.cose_under_title {
  background-image: url("../img/jusei_kokushi_logo.png");
  text-align: center;
  background-size: 70% 95%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 0;
}
.cose_under_title img {
  width: 55%;
}
.cose_under_box_wrap {
  display: flex;
  justify-content: space-around;
}
.cose_under_box_wrap a {
  width: 45%;
}
.cose_under_box_wrap a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.cose_under_box_wrap img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 5%;
}

.harikyu {
  position: relative;
  background-image: url(../img/harikyu_kokushi_TOP.jpg);
  background-size: cover;
  background-position: left;
}
.cose_link_wrap.harikyu_Link {
  background: #ffe06d;
}
a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn.jusei_List_btn.harikyu_link_btn {
  background: #ffd226;
  color: #7568ad;
  margin: 2%;
  font-size: 1.6rem;
}

.axess {
  position: relative;
  background-image: url(../img/axess_TOP.jpg);
  background-size: cover;
  background-position: center;
}
.google_map {
  margin: 0 8%;
}
iframe {
  width: 100%;
}
.axess_img {
  width: 100%;
  object-fit: cover;
}
.axess_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.axess_box img {
  width: 42%;
  object-fit: cover;
  padding-bottom: 5%;
}
th.axess_th {
  text-align: center;
  font-size: 2.4rem;
}
.axess_td {
  font-size: 2rem;
  font-weight: normal;
}

/*______-moshi-____________________________________________________________*/
/*______-moshi-____________________________________________________________*/
/*______-moshi-____________________________________________________________*/
.moshi {
  position: relative;
  background-image: url("../img/moshi_TOP.jpg");
  background-size: cover;
}
.soft_purple {
  background: #f8ebfa;
  padding-bottom: 4%;
  margin-bottom: 4%;
  position: relative;
}
.soft_purple:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f8ebfa transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.moshi_TOP_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4%;
}
.moshi_TOP_wrap img {
  width: 25%;
}
.moshi_TOP_title {
  font-size: 4rem;
  color: #7568ad;
  font-weight: bold;
}
.moshi_TOP_text_wrap {
  display: flex;
  align-items: center;
}
.moshi_TOP_text {
  font-size: 2.4rem;
  margin: 0;
}
.moshi_icon {
  width: 40px;
}
.attention.moshi_TOP_title p span {
  font-size: 4.8rem;
}
.attention.moshi_TOP_title {
  margin-top: 6%;
  margin-bottom: 0;
}
.moshi_TOP_wrap .cose_contents_title {
  font-size: 3rem;
  margin-bottom: 15%;
}
.moshi_TOP_wrap.moshi_kai_wrap {
  justify-content: space-evenly;
  padding: 0;
}
.cose_contents_title.moshi_kai_title {
  color: #ffd226;
}
.cose_contents_title.moshi_kai_title::after {
  background-color: #e2dbf8;
}
a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn.moshi_btn {
  background: #ffd226;
  color: #a297c7;
}

/*______-moshi_table-____________________________________________________________*/
.moshi_time_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
  align-items: baseline;
}
.dashed {
  border-bottom: 3px dashed #000000;
}
.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 48%;
  height: 100%;
  text-align: center;
}
.table_design08 th,
.table_design08 td {
  padding: 1em;
}

table,
td,
th {
  border: 2px solid black;
  border-collapse: collapse;
}
td,
th {
  padding: 3px;
  height: 25px;
}
.td_head {
  width: 12%;
  background: #c7c1db;
}
.yellow_head {
  background: #fdfcde;
}
.moshi_contents {
  padding-top: 4%;
  padding-bottom: 4%;
}

/*______-kaijou-____________________________________________________________*/
/*______-kaijou-____________________________________________________________*/
/*______-kaijou-____________________________________________________________*/
.jusei_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 8%;
  margin: 2% 7% 0%;
}
.jusei_btn_wrap a {
  width: 20%;
  text-align: center;
}
.jusei_btn_wrap a:hover {
  opacity: 0.4;
}
.jusei_wrap_title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.kaijou_day {
  display: inline-block;
  width: 30%;
}
.kaijou_name {
  display: inline-block;
  width: 15%;
  white-space: nowrap;
}
.kaijou_Link {
  display: inline-block;
  color: black;
}
.kaijou_pay {
  width: 25%;
}
td.td_gry.kaijou_pay {
  padding: 3% 0;
  width: 20%;
}
a.btn.btn--orange.btn--cubic.btn--shadow.kaijou_btn_red {
  background: linear-gradient(70deg, #d23124, #f4901e);
  color: white;
  font-size: 2.4rem;
  border-radius: 15px;
}
a.btn.btn--orange.btn--cubic.btn--shadow.kaijou_btn_red:hover {
  opacity: 0.4;
}
.dli-caret-circle-fill-right.kaijou_fill {
  color: white;
}
.dli-caret-circle-fill-right.kaijou_fill::before {
  color: #d23124;
}
.kaijou_spot_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1%;
}
.kaijou_spot_img img {
  width: 24%;
  padding-bottom: 4%;
}
.jitaku {
  position: relative;
  background-image: url("../img/kaijou_jitaku_TOP.jpg");
  background-size: cover;
}
.flow_img {
  width: 100%;
  margin: 4% 0;
}
.pay_zei {
  font-size: 1.4rem;
  color: white;
  display: inline-flex;
  padding-left: 5%;
}
.harikyu_kougi {
  width: 30%;
}
.con_wrap_jusei {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #cfcfcf;
}
.con_jusei_kai {
  background: #ededed;
  padding: 1rem;
}
.con_select {
  width: 200px;
  padding: 1rem;
  margin-left: 1rem;
}
/*______-ごあいさつ・会社概要-____________________________________________________________*/
/*______-ごあいさつ・会社概要-____________________________________________________________*/
/*______-ごあいさつ・会社概要-____________________________________________________________*/
.aisatsu {
  position: relative;
  background-image: url(../img/aisatsu.jpg);
  background-size: cover;
  background-position: center;
}
.aisatsu_TOP {
  padding: 0% 10%;
}
.aisatsu_span {
  display: block;
  text-align: right;
}
p.aisatsu_text {
  font-size: 3.2rem;
  text-align: center;
  color: #5f548e;
}
.aisatsu_TOP img {
  width: 45%;
  margin: 0 auto;
  display: flex;
}
.aisatsu_middle {
  position: relative;
  background-image: url(../img/aisatsu1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.aisatsu_middle p {
  font-size: 2rem;
}
.aisatsu_coler {
  font-size: 2.4rem;
  color: #5f548e;
  font-weight: bold;
}
th.aisatsu_th {
  width: 30%;
}
.aisatsu_wrap {
  display: flex;
  justify-content: center;
  gap: 2%;
}
.aisatsu_box {
  display: flex;
  padding-bottom: 4%;
}
.aisatsu_box img {
  width: 22%;
  padding-right: 4%;
  object-fit: contain;
}
.aisatsu_box.ai_Box2 img {
  width: 44%;
}
.ai_boxTitle {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  gap: 4%;
}
.ai_boxTitle2 {
  font-size: 3.2rem;
}

.aisatsu_textBox p {
  font-size: 1.6rem;
  border-top: solid 1px;
  padding-top: 5%;
}
/*______-講師・問題作成委員会-____________________________________________________________*/
/*______-講師・問題作成委員会-____________________________________________________________*/
/*______-講師・問題作成委員会-____________________________________________________________*/
.mondai {
  position: relative;
  background-image: url(../img/mondai.jpg);
  background-size: cover;
  background-position: center;
}
.mondai_img_wrap {
  display: flex;
  gap: 4%;
  padding-top: 4%;
}
.mondai_img_wrap img {
  width: 25%;
}
.mondai_imgText {
  padding: 5% 0;
}
.mondai_btn_wrap {
  display: flex;
  gap: 4%;
  padding: 8% 0;
}
.mondai_btn_wrap a {
  text-align: center;
}
.mondai_btn_wrap img {
  width: 70%;
}
.mondai_btn_wrap a:hover {
  opacity: 0.4;
}
.prive {
  position: relative;
  background-image: url(../img/priv.jpg);
  background-size: cover;
  background-position: center;
}
.prive_title {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 6%;
}
.prive_title p {
  font-weight: normal;
}
.prive_wrap p {
  font-weight: bold;
  padding-bottom: 2%;
}

.voice {
  position: relative;
  background-image: url(../img/voice.jpg);
  background-size: cover;
  background-position: center;
}
.voice_wrap {
  padding: 0 7% 4%;
  background: #f5f2ff;
}
.voice_TOP_title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  z-index: 1;
  padding: 5% 0;
}
.voice_left {
  width: 4%;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 0;
}
.voice_right {
  width: 10%;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
}
.voice_TOP_box {
  background: white;
  padding: 2rem;
  margin-bottom: 4%;
}
.voice_TOP_box p {
  font-size: 2rem;
}
.voice_prof_1 {
  display: flex;
  align-items: center;
}
.voice_prof_1 img {
  width: 12%;
}
.voice_prof_2 {
  padding-left: 2%;
}
.voice_pro_text1,
.voice_pro_text2 {
  font-weight: bold;
  color: #5f548e;
}
.voice_pro_text2 {
  font-size: 3.2rem;
}
.OB_wrap {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 8%;
}
.OB_wrap img {
  width: 30%;
}
.messe {
  position: relative;
  background-image: url(../img/messe.jpg);
  background-size: cover;
  background-position: center;
}
img.link_tag_image {
  height: 2rem;
  object-fit: contain;
  width: auto;
  padding: 0 1rem;
}
.voice_pro_text3 a {
  color: black;
}

.Jisseki {
  position: relative;
  background-image: url(../img/jisseki.jpg);
  background-size: cover;
  background-position: center;
}
.jisseki_wrap {
  display: flex;
  justify-content: space-evenly;
  padding: 4% 0 8%;
}
.jisseki_wrap img {
  width: 30%;
}
.jisseki_text {
  padding-top: 4%;
}

.Media {
  position: relative;
  background-image: url(../img/media.png);
  background-size: cover;
  background-position: center;
}
.media_wrap {
  text-align: center;
  padding: 6% 0;
}
.media_wrap p {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 4%;
}
.media_wrap img {
  width: 55%;
}
img.media_logo_TV {
  width: 12%;
}
.media_span {
  color: #5f548e;
}
.harimondai {
  position: relative;
  background-image: url(../img/harimondai.jpg);
  background-size: cover;
  background-position: center;
}
.juseimondai {
  position: relative;
  background-image: url(../img/juseimondai.jpg);
  background-size: cover;
  background-position: center;
}

/* モーダルのスタイル */
/* モーダルのスタイル */
/* モーダルのスタイル */
#modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の背景色 */
}

/* モーダルの内容部分のスタイル */
.modal-content {
  margin: auto;
  width: 80%;
  max-width: 800px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* サムネイル画像のスタイル */
.thumbnail {
  width: 200px;
  height: 150px;
  object-fit: cover; /* 画像をアスペクト比を保ちつつ縮小 */
  cursor: pointer;
}

/* フルサイズ画像のスタイル */
.fullsize {
  width: 100%;
  height: auto;
}
/* //////////モーダルのスタイル */
/* //////////モーダルのスタイル */
/* //////////モーダルのスタイル */

.red_span {
  color: #d23124;
}
.harimondai_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4% 0 4%;
  gap: 4%;
}
.harimondai_wrap img {
  width: 48%;
  padding-bottom: 6%;
}
.haibai_text {
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.haibai_text img {
  width: 5%;
}
.haibai_label_title {
  font-size: 3.2rem;
  z-index: 1;
  color: #5f548e;
  background: #ffe06d;
  padding: 1rem;
  position: relative;
  margin-top: 4%;
}
.haibai_label_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2.5vh;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 4vh solid #ffe06d;
  border-right: 4vw solid transparent;
  border-left: 4vw solid transparent;
}
.haibai_label_img {
  width: 50%;
  padding: 5% 0;
}
.haibai_label_title.ju_label {
  background: #6e68ad;
  color: white;
}
.haibai_label_title.ju_label::after {
  border-top: 3vh solid #6e68ad;
}

.MAP_back {
  position: relative;
  background-image: url(../img/map.jpg);
  background-size: cover;
  background-position: center;
}
.mapIN_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 4% 0;
}
.mapIN_box {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  width: 45%;
  padding-bottom: 4%;
  line-height: 2.5;
}
.mapIN_box a {
  color: black;
  padding-left: 30%;
}
.mapIN_box a:hover {
  opacity: 0.4;
}
.map_home_title {
  color: #7568ad;
}
.footer_logo_aTAG {
  width: 17%;
  padding-right: 3%;
}
.kaijou_subText {
  font-size: 2.4rem;
  text-align: center;
  background-image: url(../img/SP_back_logo.png);
  background-size: contain;
  background-position: center;
  padding: 5% 0;
  background-repeat: no-repeat;
}
.kaijou_subText p {
  width: 78%;
  text-align: center;
  margin: 0 auto;
}
.kaijou_under_TextAfter {
  padding: 5% 0;
}
.kaijou_under_TextAfter_title {
  font-size: 4rem;
  font-weight: bold;
  color: #d23124;
  background: #fff6d4;
  padding: 1rem 1.5rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.kaijou_under_TextAfter p {
  font-size: 2rem;
}
.con_1st_wrap span.wpcf7-form-control.wpcf7-radio.con_3_1st {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.con_wrap.con_1st_wrap p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.con_title.con_1st_wrap {
  display: inline-block;
  white-space: nowrap;
  width: 42%;
  font-weight: bold;
}
.con3_set1_wrap {
  width: 34%;
}
.con3_ON {
  font-weight: bold;
  color: #e43235;
  margin-left: 1rem;
}
.con3_OFF {
  color: white;
}
span.con3_set1_span {
  padding: 0.6rem 0rem;
  margin-bottom: 2%;
}
span.set1_G {
  background-color: #d2ebb5;
  padding: 0.6rem 2rem;
  margin-left: 1rem;
}
span.set1_B {
  background-color: #b1d9ec;
  padding: 0.6rem 2rem;
  margin-left: 1rem;
}

.con3_set1_wrap.sub_set1 {
  white-space: nowrap;
}
.con_title.s_coler {
  padding: 1.5rem;
  width: 18%;
  background-color: #f0d9af;
}

.con_title.t_coler {
  padding: 1.5rem;
  width: 18%;
  background-color: #c3e1ba;
}
.con_2nd_wrap span {
  width: 96%;
}
p.after_mondai_Text.inner {
  padding-top: 8%;
  text-align: center;
}
.voice_under_btn {
  background: #a297c7;
  padding: 2% 0 4%;
}
.link_pankuzu {
  color: black;
}
.con_2nd_wrap {
  width: 100%;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--NEWS_archive------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.news-list {
  padding: 120px 0;
}
a.news_permalink {
  color: black;
  text-decoration: none;
}
.news_wrap {
  position: relative;
}
.news_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
  position: absolute;
  bottom: 0;
}
.SP_TOP_news_time {
  display: flex;
}
.news_time,
.news_categoly {
  width: 130px;
  font-size: 1.6rem;
}
.news_title {
  margin-left: 5%;
  max-width: 50%;
  font-size: 1.8rem;
}
.pagenate-span {
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}

/*--NEWS_single------------------------------------------------*/
/*--------------------------------------------------*/
.news_single {
  padding: 160px 0;
  max-width: 750px;
  margin: 0 auto;
}

.news_single p {
  overflow-wrap: break-word;
}
.news_single_titile {
  font-size: 3.6rem;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.5;
  width: auto;
  max-width: 100%;
}
.news_single_time {
  display: flex;
  padding-bottom: 5%;
}
.news_single_time p {
  margin-right: 4%;
}
.news_single_text img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news_single_text p {
  overflow-wrap: break-word;
}

.news_single_btn {
  margin: 120px auto 0;
}
.Item_page_title {
  background: #e4e4e4;
  padding: 120px 5% 0;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.Item_page_title p {
  line-height: 1.6;
  width: 65%;
  font-weight: bold;
  margin-bottom: 0%;
}
.Contents_Title_wrap {
  width: 100%;
}
.About_btn.news_sin_btn {
  text-align: center;
  padding: 4%;
}
a.btn_03.news_single_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  position: relative;
  background: black;
  border: 1px solid grey;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 auto;
}
a.btn_03.news_single_btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03.news_single_btn:hover {
  background: #fff;
  color: black;
}
.table_design10.hari_New_table {
  text-align: left;
}
.table_design10.hari_New_table .td_gry {
  text-align: center;
}
.tsushin_title {
  padding-top: 8%;
  padding-bottom: 4%;
}
.tsushin_title img {
  width: 32%;
}
.tsushin_textList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 8%;
}
.tsushin_textList p {
  width: 50%;
  font-size: 2rem;
  margin: 1% 0;
}
.tsushin_textList p img {
  width: 2.5rem;
}
p.textList {
  width: 100%;
}
.tsushin_po_title {
  background: linear-gradient(to right, #fff6d4, #fff);
  padding: 1.5% 6%;
  font-weight: bold;
  margin-top: 4%;
}
.tsushin_po_wrap {
  display: flex;
  justify-content: space-around;
}
.tsushin_po_box {
  width: 30%;
  padding-top: 4%;
}
.tsushin_po_box img {
  object-fit: contain;
  width: 100%;
  height: 150px;
}
.tsushin_po_box p {
  font-size: 1.6rem;
}
.tsushin_po_box2 {
  display: flex;
  gap: 8%;
  padding: 4% 8% 0;
}
.tsushin_po_box2 img {
  width: 32%;
  object-fit: contain;
}
.tsushin_back {
  background-color: #f9f7ff;
  padding-bottom: 4%;
  margin-top: 10%;
}
.tsushin_cose_image {
  width: 65%;
  margin: 0 auto;
}
.tsushin_cose_image img {
  width: 100%;
  object-fit: contain;
}
.table_design01.tsushin_table th {
  text-align: left;
}
th.tsushin_border,
td.tsushin_border {
  border-top-style: hidden;
}
.tanki_title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

table.table_design10.syunki_table {
  width: 62%;
  margin: 2% auto 1%;
}
table.table_design10.syunki_table th {
  width: 33%;
  text-align: center;
}
table.table_design10.syunki_table .td_gry.half {
  text-align: left;
  padding-left: 16%;
}
.orange_Line {
  width: 62%;
  margin: 4% auto 0;
}
.orange_Line p {
  width: max-content;
  background: #fff6d4;
  padding: 1rem 2rem;
}
.table_design10.syunki_table.half {
  width: 45%;
}
.hari_basyo {
  display: flex;
  padding-bottom: 6%;
}
.hari_basyo img {
  width: 20%;
  object-fit: contain;
}
.basyo_text {
  padding-left: 4%;
  font-size: 1.8rem;
}
.purple_Line {
  width: max-content;
  background: #f5f2ff;
  padding: 1rem 4rem;
  margin-top: 8%;
}
.purple_Line p {
  margin: 0;
}
.wid30 {
  width: 30%;
}
.moushikomi_wrap {
  width: 64%;
  margin: 4% auto;
}
.moushi_wrap2 {
  padding-left: 6%;
}
.kijitsu_wrap {
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.table_design10.furikomi_table {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
.syunki_pdf {
  padding-top: 6%;
  padding-bottom: 6%;
}
.mail_btn img {
  width: 45%;
  max-width: 400px;
}
.sunday_subText_1 {
  width: 62%;
  margin: 0 auto;
}
.sunday_subText_2 {
  width: 86%;
  margin: 0 auto;
}
.winter_sheet_wrap {
  text-align: center;
}
img.winter_sheet {
  width: 100%;
  max-width: 630px;
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/

@media screen and (max-width: 951px) {
  /*画面幅が951px以下の時*/
  html {
    font-size: 46%;
  }
  body {
    background: white;
  }
  .inner {
    margin: 0 4%;
  }
  .slider_TOP {
    display: none !important;
  }
  .slider_TOP.SP_TOP {
    display: unset !important;
  }
  .SP_TOP img {
    height: 440px;
  }
  .link_tab {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .link_tab a {
    font-size: 1rem;
  }
  a.btn_03 {
    width: auto;
  }

  .head_2 {
    display: none;
  }
  .footer_link {
    display: block;
  }
  .link_tab {
    display: none;
  }

  .SP_off {
    display: none;
  }
  .SP_on {
    display: unset;
  }
  .sp_br_in {
    display: block;
  }
  /***********************************************/
  /***********************************************/
  /*ハンバーガーボタン*/
  /***********************************************/
  /***********************************************/
  /*ナビのスタイル*/
  nav.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: rgb(57, 157, 230, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
  }

  nav.NavMenu ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  nav.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
  }

  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }

  nav.NavMenu ul li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 18px;
  }

  /*ボタンのスタイル*/
  .Toggle {
    position: fixed;
    right: 18px;
    top: 2%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    display: block;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #c1c1c1;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }

  .Toggle span:nth-child(1) {
    top: 9px;
  }

  .Toggle span:nth-child(2) {
    top: 20px;
  }

  .Toggle span:nth-child(3) {
    top: 31px;
  }

  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #c1c1c1;
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #c1c1c1;
  }
  .ham_img_wrap {
    display: flex;
    justify-content: center;
    padding: 0 20%;
  }
  .ham_img_wrap img {
    width: 60%;
  }
  /***********************************************/
  /*///ハンバーガーボタン*/
  /***********************************************/

  /*______-TOP_Main-________________________________*/
  /*______-TOP_Main-________________________________*/
  /*______-TOP_Main-________________________________*/
  .header img {
    height: 40px;
  }
  .header {
    margin: 0px 0%;
    padding-left: 1%;
    width: 100%;
    position: fixed;
    background: white;
    justify-content: left;
  }
  a.btn.btn--orange.btn--cubic.btn--shadow.SP_TOP_headBTN {
    display: block;
    font-size: 1rem;
    padding: 1rem 2rem;
    line-height: 2;
  }
  .slider_TOP_img {
    margin: 0;
  }
  .slider_TOP_img img {
    min-height: auto;
  }
  .TOP_main {
    margin: 0 auto;
  }
  .TOP_main img {
    width: 80%;
  }
  .TOP_main.cont_wrap {
    flex-direction: column;
    text-align: center;
    padding-top: 18%;
  }
  .yellow_back {
    margin-top: 10%;
  }
  .ye_textRed {
    font-size: 2rem;
  }
  .ye_under_text {
    font-size: 2.4rem;
  }
  .blue_text p {
    font-size: 3rem;
  }
  p.blue_p_2 {
    font-size: 1.6rem;
  }
  .TOP_on_wrap {
    justify-content: space-between;
  }
  .TOP_online {
    font-size: 1.6rem;
    padding-top: 20%;
  }
  .TOP_online span {
    font-size: 3rem;
  }
  .TOP_online_box {
    width: 100%;
    padding-bottom: 4%;
  }
  .TOP_online_box img {
    height: auto;
  }
  .attention p {
    font-size: 2.4rem;
  }
  .on_box_btn {
    font-size: 2.6rem;
  }
  .youtube_wrap {
    flex-direction: column;
  }
  .youtube_wrap iframe {
    width: 100%;
    height: 30vh;
  }
  .youtube_box {
    padding-bottom: 6%;
  }
  /*yellow_back*/
  .right {
    right: 0%;
    z-index: -1;
  }
  .left {
    z-index: -1;
  }
  .blue_text p span {
    font-size: 2.4rem;
  }
  .ye_textRed,
  .ye_under_text {
    font-size: 3.2rem;
  }
  /*TOP_japan_riyuu*/
  .Japan_Riyuu_wrap.inner {
    flex-direction: column;
  }
  p.erabare_text {
    font-size: 3rem !important;
  }
  .TOP_japan_Riyuu {
    padding: 10% 0;
  }
  .TOP_japan_Riyuu p {
    font-size: 1.8rem;
    padding-bottom: 4%;
  }
  .Riyuu_Box {
    width: 90%;
    margin: 5% auto 2%;
    padding-bottom: 4%;
  }
  .Riyuu_title {
    font-size: 2.6rem;
  }
  .R_No {
    width: 55px;
    height: 55px;
    font-size: 4.5rem;
    line-height: 1.5;
  }
  a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn {
    padding: 1rem 3rem;
  }
  .slider {
    width: 92%;
  }
  .T_pick_title {
    font-size: 3.2rem;
  }
  .T_pick_box {
    display: unset;
  }
  .T_pick_box img {
    width: 92%;
    padding: 0;
  }
  .T_pick_text .btn_position {
    text-align: center;
  }
  .T_pick_text {
    margin: auto 2%;
  }
  .T_pick_text p {
    font-size: 1.8rem;
  }
  .T_pick_text p span {
    font-weight: bold;
  }
  a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn {
    font-size: 2rem;
  }
  .question_title span {
    font-size: 2.4rem;
  }
  button.slick-next.slick-arrow {
    right: 10%;
  }
  button.slick-prev.slick-arrow {
    left: 10%;
  }
  button.slide-arrow.next-arrow.slick-arrow {
    left: 80%;
  }
  button.slide-arrow.prev-arrow.slick-arrow {
    right: 80%;
    width: 20px;
    height: 20px;
  }
  .attention:after {
    right: 4%;
  }
  .attention:before {
    left: 4%;
  }
  /*---------Footer-----------------------------------------*/
  /*---------Footer-----------------------------------------*/
  /* リセットCSS */
  * {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .accordion-container {
    margin: 0 auto 0;
    padding: 4%;
    width: 100%;
  }

  .accordion-list:not(:first-child) {
    margin-top: 10px;
  }

  .accordion-title {
    background: #c7c1db;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 4%;
    padding-left: 0;
    padding-bottom: 2%;
    position: relative;
    border-bottom: 2px solid #5f548e;
    color: #5f548e;
  }

  .accordion-title:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #5f548e;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  .accordion-title:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #5f548e;
    transition: all 0.3s ease-in-out;
  }

  .accordion-title.open:before {
    transform: rotate(180deg);
  }
  .accordion-title.open:after {
    opacity: 0;
  }

  .accordion-text {
    display: none;
    font-weight: bold;
    padding: 5% 0% 5% 10%;
    line-height: 2;
  }
  .accordion-text a {
    color: black;
  }
  .footer_wrap {
    display: none;
  }
  .footer_SP {
    background: #c7c1db;
  }
  .footer_SP_image {
    text-align: center;
    padding: 4% 0;
  }
  .footer_SP_image img {
    width: 90%;
  }
  .footer_SP_under2wrap {
    display: flex;
    justify-content: space-between;
    padding: 4%;
    line-height: 2;
  }
  .SP_under2Box {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .SP_under2Box a {
    font-weight: bold;
  }
  .footer_SP_under2wrap img {
    width: 70%;
    top: 25vh;
  }
  /*---------moshi-----------------------------------------*/
  /*---------moshi-----------------------------------------*/
  /*---------moshi-----------------------------------------*/
  .attention.moshi_TOP_title p span {
    font-size: 3rem;
  }
  .jusei_TOP img {
    width: 65%;
  }
  .jusei_TOP.moshi {
    background-position: right;
  }
  .moshi_TOP_title {
    font-size: 3rem;
  }
  .moshi_TOP_wrap img {
    width: 35%;
  }
  .moshi_TOP_text_wrap {
    padding: 5% 0;
  }
  .attention.moshi_TOP_title {
    margin-top: 15%;
  }
  .table_design08 th,
  .table_design08 td {
    padding: 0rem;
  }
  .td_head {
    width: 22%;
  }
  .cose_contents_title {
    padding-top: 15%;
    margin-bottom: 10%;
  }
  .cose_contents_1 {
    flex-direction: column;
  }
  .cose_contents_1 img {
    width: 100%;
  }
  .contents_1_box {
    width: 100%;
  }
  .cose_contents_1 .btn_position {
    text-align: center;
    margin-bottom: 5%;
  }
  .cose_under_box_wrap {
    flex-direction: column;
  }
  .cose_under_box_wrap a {
    width: 100%;
  }
  .cose_under_title img {
    width: 100%;
  }
  .cose_under_wrap {
    padding: 5%;
  }
  /*---------jusei-----------------------------------------*/
  /*---------jusei-----------------------------------------*/
  /*---------jusei-----------------------------------------*/

  .jusei {
    background-position: 85% 0;
    background-image: url(../img/jusei_kokushi_SP.jpg);
  }
  .jusei_TOP img {
    top: 25vh;
    margin: auto 0 auto 5%;
  }
  .jusei_second_title {
    font-size: 3.2rem;
    padding-top: 10%;
    background-position: top;
  }
  .jusei_second_title p {
    font-size: 1.6rem;
    text-align: left;
  }
  a.btn.btn--orange.btn--cubic.btn--shadow.purple_btn.jusei_List_btn {
    font-size: 1.5rem !important;
  }
  .cose_Link_List {
    flex-wrap: wrap;
  }
  .cose_Box {
    width: 49%;
  }
  .cose_Box.SP_cose_box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 3% 0 5%;
  }
  .cose_Box.SP_cose_box .btn_position {
    width: 49%;
  }
  .table_design01.SP_gaiyou th,
  .table_design01.SP_gaiyou td {
    font-size: 2rem;
  }
  .cose_span1,
  .cose_btn_text {
    font-size: 1.4rem;
  }
  .cose_span1 {
    padding: 1% 2%;
  }
  .cose_btn_arrow {
    font-size: 1.6rem;
    padding-left: 15%;
  }
  .cose_btn_arrow:before {
    left: 5%;
    border-width: 5px 0 5px 8px;
  }
  .cose_title p {
    padding: 5% 0;
  }
  .cose_points_text,
  .yellow_text_wrap {
    font-size: 1.6rem;
    padding-top: 0;
  }
  .cose_points {
    margin-top: 15%;
    margin-bottom: 8%;
    width: 74%;
  }
  .table_design01 {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .table_design01 th {
    font-size: 1.6rem;
    width: 25%;
    padding: 1rem;
    white-space: nowrap;
  }
  .cose_Box.SP_hariBox {
    width: 49%;
  }
  .cose_Link_List.SP_hariBox {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  span.dli-caret-circle-fill-right.purple_btn.jusei_List_btn {
    right: 2%;
    height: 1.5rem;
  }
  span.dli-caret-circle-fill-right.purple_btn::before {
    border-width: 0.8rem 1rem;
  }
  .axess {
    background-position: 85%;
  }
  iframe {
    height: 35vh;
  }
  .axess_box {
    flex-direction: column;
  }
  .axess_box img {
    width: 100%;
  }
  td.axess_td {
    font-size: 1.4rem;
  }
  th.axess_th {
    width: 20%;
    font-size: 2rem;
  }
  .jusei_wrap_title {
    font-size: 3rem;
  }
  .jusei_btn_wrap {
    justify-content: space-around;
  }
  .jusei_btn_wrap img {
    width: 28vw;
  }
  .jusei_btn_wrap a {
    width: auto;
  }
  .table_design01 td {
    font-size: 1.4rem;
    padding: 1rem 1%;
  }
  .kaijou_name {
    width: 22%;
  }
  .kaijou_day {
    width: 25%;
  }
  .footer_SP {
    display: block;
  }
  .harikyu {
    background-position: 80% 0%;
    background-image: url(../img/harikyu_kokushi_SP.jpg);
  }
  .cose_btn_text {
    padding-top: 5%;
    min-height: auto;
  }
  .con_title {
    width: 35%;
  }
  .con_wrap {
    display: block;
    padding: 4% 0;
  }
  .con_wrap p {
    line-height: 4.5;
  }
  .con_wrap_3 {
    width: 40%;
  }
  .aisatsu_TOP {
    padding: 0;
  }
  .aisatsu_TOP img {
    width: 75%;
  }
  .aisatsu_middle {
    background-image: none;
  }
  .aisatsu_midSP {
    padding-top: 5%;
    display: block;
  }
  .aisatsu_midSP img {
    width: 100%;
  }
  .aisatsu_box {
    flex-direction: column;
  }
  .aisatsu_box img {
    width: 75%;
    padding: 4%;
    margin: 0 auto;
  }
  .aisatsu_wrap {
    display: unset;
  }
  .aisatsu_box.ai_Box2 img {
    width: 75%;
  }
  .aisatsu_box.ai_Box2 {
    margin: 0 4%;
  }
  .cose_contents_title.SP_mondaiSIZE {
    font-size: 3.6rem;
  }
  .mondai_img_wrap {
    flex-direction: column;
  }
  .mondai_img_wrap img {
    width: 100%;
  }
  .mondai_btn_wrap {
    flex-direction: column;
  }
  .mondai_btn_wrap a {
    padding: 5% 0;
  }
  .prive {
    background-position: 80% 0%;
  }
  .prive_wrap .fs_20 {
    padding-bottom: 10%;
  }
  .mapIN_box a {
    line-height: 2.5;
  }
  .MAP_back {
    background-position: 84% 0;
  }
  .Media {
    background-position: 70%;
  }
  .media_wrap img {
    width: 100%;
  }
  img.media_logo_TV {
    width: 30%;
  }
  .media_wrap {
    padding: 5% 0 15%;
  }
  .harimondai_wrap {
    padding: 4% 2% 8%;
  }
  .harimondai_wrap img {
    width: 100%;
  }
  .haibai_label_img {
    width: 100%;
    padding: 10% 0;
  }
  .haibai_text img {
    width: 8%;
    object-fit: contain;
  }
  .cose_Box.SP_juMondai {
    display: flex;
    width: 94%;
    justify-content: space-between;
  }
  .voice_prof_1 {
    flex-direction: column;
  }
  .voice_prof_1 img {
    width: 65%;
  }
  .voice_prof_2 {
    padding-bottom: 5%;
    padding-left: 0;
    width: 100%;
  }
  .OB_wrap {
    flex-direction: column;
  }
  .OB_wrap img {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  img.link_tag_image {
    width: 5rem;
  }
  table.table_design01.SP_table_fs tr,
  table.table_design01.SP_table_fs td {
    font-size: 2rem;
  }
  .voice_title {
    font-size: 2.5rem;
  }
  table.table_design10.inner.SP_table_fs tr,
  table.table_design10.inner.SP_table_fs td {
    font-size: 2rem;
  }
  .jisseki_wrap {
    flex-direction: column;
    align-items: center;
  }
  .jisseki_wrap img {
    width: 90%;
    padding-top: 8%;
  }
  a.btn.btn--orange.btn--cubic.btn--shadow.SP_TOP_headBTN {
    border-bottom: 5px solid #ffe06d;
  }
  .voice_under_Line.white_Line {
    padding: 10%;
    margin-top: 10%;
  }
  .SP_whiteBTN {
    padding-left: 3%;
  }
  .SP_TOP_slider_padTOP {
    padding-top: 80px;
    display: block;
  }
  .jusei_TOP {
    height: 60vh;
  }
  .juseimondai,
  .harimondai {
    background-image: url(../img/juseimondai_SP.jpg);
  }
  .TOP_slide-dots {
    top: 104.5%;
  }
  .content1 {
    background-image: url(../img/SP_TOP1.jpg);
  }

  .content2 {
    background-image: url(../img/SP_TOP_秋.jpg);
  }

  .content3 {
    background-image: url(../img/スライダー日曜SP.jpg);
  }
  .content {
    background-size: contain;
    height: 450px;
  }
  .wrapper {
    padding-bottom: 8%;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 1rem;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 1rem !important;
  }
  .moshi_TOP_wrap.moshi_kai_wrap.SP_moshi,
  .moshi_time_wrap.inner.SP_moshi {
    display: none;
  }
  .SP_moshi_hide {
    display: unset;
  }
  table.table_design08.SP_on_moshi.inner {
    width: 92%;
    margin-top: 5%;
  }
  .purple_bac,
  .white_back {
    padding-bottom: 4%;
  }
  .cose_Box.SP_juMondai .btn_position {
    width: 49%;
  }
  .cose_Box.SP_juMondai {
    width: 100%;
  }
  .haibai_label_title::after {
    border-top: 3.2vh solid #ffe06d;
  }
  .kaijou_subText {
    font-size: 2rem;
  }
  .kaijou_under_TextAfter_title {
    font-size: 3rem;
  }
  .kaijou_under_TextAfter {
    padding: 15% 0;
  }
  .kaijou_under_TextAfter p {
    padding-top: 10%;
  }
  .kaijou_spot_img img {
    width: 32.5%;
  }
  table.table_design01.font_Big th {
    font-size: 2.4rem;
    width: 15%;
    min-width: unset;
  }
  table.table_design01.font_Big td {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  table.table_design10.font_Big th {
    font-size: 2rem;
    width: 15%;
  }
  table.table_design10.font_Big td {
    font-size: 2rem;
    white-space: nowrap;
  }
  .table_design01.after_table_size th {
    font-size: 2.4rem;
    width: 15%;
    min-width: unset;
  }
  .table_design01.after_table_size td {
    font-size: 2rem;
  }
  .table_design01.after_table_size .kaijou_day {
    width: auto;
  }
  .table_design01.after_table_size .kaijou_name {
    width: auto;
  }
  table.table_design10 tr {
    font-size: 2rem;
  }
  table.table_design10 {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: left;
  }
  td.td_gry.kaijou_pay {
    font-size: 2.4rem;
    padding: 1rem;
    width: 15%;
    white-space: nowrap;
  }
  tbody {
    font-size: 2rem;
  }
  .kaijou_day.SP_kaijou_day {
    display: none;
  }
  .con_title.con_1st_wrap.SP_contact_line p {
    line-height: 2;
  }
  .mapIN_wrap {
    display: block;
  }
  .mapIN_box {
    width: auto;
  }
  .map_home_title {
    padding-left: 8%;
  }
  .mapIN_box a {
    padding-left: 15%;
  }
  .mondai_text_wrap {
    font-size: 2rem;
  }
  .btn_position.SP_cose_btn_posi {
    height: 115px;
  }
  .btn_position.PC_cose_btn_posi {
    height: 115px;
  }
  .con_hari_New_span {
    width: auto;
  }
  table.table_design10.inner.SP_table_fs.sunday_table {
    text-align: center;
  }
  table.table_design10.inner.SP_table_fs.sunday_table {
    width: 85%;
  }
  .sunday_subText,
  .sunday_subText2 {
    width: 90%;
  }
  .ju_mini_wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 15%;
    padding-bottom: 10%;
  }
  .ju_mini1 {
    width: 170px;
    margin-bottom: 4%;
  }
  .ju_mini2 {
    width: 300px;
    margin-bottom: 4%;
  }
  .td_gry.ju_right {
    text-align: right;
    padding: 1rem 0;
  }
  .tsushin_po_wrap {
    display: unset;
  }
  .tsushin_po_box {
    width: auto;
  }
  .tsushin_textList p {
    width: auto;
  }
  .tsushin_title img {
    width: 72%;
  }
  .tsushin_po_box2 img {
    width: 100%;
  }
  .tsushin_po_box2 {
    display: block;
  }
  .tsushin_po_box2 p {
    font-size: 2rem;
  }
  .tsushin_cose_image {
    display: none;
  }
  .tsushin_cose_image_SP {
    display: unset;
  }
  .tsushin_cose_image_SP img {
    width: 90%;
    margin: 5%;
    padding-bottom: 5%;
  }
  .select_sub_wrap p {
    line-height: 2;
  }
  .pad_top {
    padding-top: 10%;
  }
  .red_END.red_pad {
    padding-left: 0%;
  }
  .toggle_title {
    padding-right: 5%;
  }
  .toggle_title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .yellow_text_wrap.inner {
    padding: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .sunday_title img {
    height: 24px;
  }
  p.SP_center {
    text-align: center;
  }
  table.table_design10.inner.sunday_table_2 {
    width: 85%;
  }
  .sunday_panf_link img {
    width: 90%;
  }
  p.SP_center.SP_sunday_titleSUB {
    font-size: 2rem;
    line-height: 1.8;
    padding-top: 4%;
    font-weight: 100;
  }
  .orange_Line p {
    width: auto;
  }
  .nowrap {
    white-space: normal;
  }
  .center.inner.syunki_pdf img {
    width: 92%;
  }
  .orange_Line {
    width: max-content;
    font-size: 2.4rem;
    text-align: center;
  }
  table.table_design10.syunki_table {
    display: none;
  }
  .SP_syunki_img {
    width: 92%;
    padding: 4% 0;
  }
  .sunday_subText_1 {
    width: 90%;
  }
  .cose_points.syunki_points {
    width: 88%;
  }
  .moushikomi_wrap {
    width: auto;
  }
  .kijitsu_wrap {
    display: unset;
  }
  .moushi_wrap2.SP_moushi_subText p {
    font-size: 1.4rem;
  }
  .mail_btn img {
    width: 85%;
  }
  .white_Box.SP_moushi_subText {
    height: 5vh;
  }
  .hari_basyo {
    display: block;
  }
  .hari_basyo img {
    width: 45%;
    position: relative;
    right: -25%;
    margin: 5% 0;
  }
  .basyo_text a {
    font-size: 2.4rem;
  }
  .basyo_text p {
    font-size: 2.2rem;
  }
  .SP_off2 {
    display: none;
  }
}
