<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.opacity0 {
  opacity: 0 !important;
}

.displaynone {
  display: none !important;
}

.mcenter {
  margin: 0 auto;
}

.mb3 {
  margin-bottom: 3% !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb7 {
  margin-bottom: 7% !important;
}

.mb10 {
  margin-bottom: 10% !important;
}

.mb12 {
  margin-bottom: 12% !important;
}

.mb15 {
  margin-bottom: 15% !important;
}

/*20200526*/
.bottomBanner {
  display: none !important;
}

/*202006 !important*/
span.entryForm_label.b_block {
  display: block;
  margin: 0 16px 0 0;
}

.textField.textField--x1 span {
  display: inline-block;
  width: 100px;
}

.textField.textField--x1 span.haifun {
  width: 50px;
  text-align: center;
}

.textField.textField--x1 {
  margin: 0 0 0;
}

.mp10 {
  margin-top: 10px !important;
}

.textField--x2 {
  width: 60px;
}

span.seifuku_taiken {
  margin: 10px 0 0px 26px;
}

.hitonin {
  margin: 0 0 0px 10px;
}

.corona_wrap p {
  text-align: center;
  font-size: 20px;
  color: #f1556a;
  font-weight: bold;
  border: solid 4px;
  padding: 2%;
}

.naiyouwrap {}

.naiyouwrap h4 {
  color: #fa5966;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.naiyouwrap h4 span {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px 25px;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
}

.naiyouwrap p {
  font-size: 14px;
  margin-bottom: 5px;
}

.naiyouwrap .cyuki {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
  margin: 0 0 0 20px;
  font-weight: normal;
}

/* .cyousei_ex .moduleChart table tbody tr:nth-of-type(2) td span, .cyousei_ex .moduleChart table tbody tr:nth-of-type(2) td a {
  display: none !important;
} */

.telBox p {
  color: #f1556a;
  font-size: 18px;
}

.telBox {
  border: 5px solid #f1556a;
  padding: 20px;
  text-align: center;
}

.telBox p span.telNum {
  color: #222;
  font-size: 32px;
}

.topVisit_plus {
  background: #feeef0;
}

/* .mainVisual_slider .slick-dots {
    display: none!important;
} */
/**動画ページ*/
.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cf:after {
  display: block;
  content: "";
  clear: both;
}

.yt_wrap {
  position: relative;
  padding: 0 0 66.6%;
  margin: 1% auto 5%;
  background: #000;
}

.yt_wrap iframe {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 40px 0;
}

.ya_rap {
  position: relative;
  display: block;
}

.ya_rap img {
  display: block;
  width: 100%;
}

.ya_rap img.plays_img {
  max-width: 50px;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.ul50 li {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
  box-sizing: border-box;
}

.ul50 {
  /* margin: 5% auto 0; */
}

.ul50 li:nth-child(2n) {
  margin: 0 0 4%;
}

.ul33 li,
.ul33 &gt; a {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
  box-sizing: border-box;
}

.ul33 li:nth-child(3n),
.ul33 &gt; a:nth-child(3n){
  margin: 0 0 5%;
}

.ul25 li, .ul25&gt;a {
  float: left;
  width: 23%;
  margin: 0 2.666% 4.666% 0;
  box-sizing: border-box;
  position: relative;
}

.ul25&gt;li:nth-child(4n), .ul25&gt;a:nth-child(4n) {
  margin: 0 0 4.666%;
}

.ul50 {
  /* margin: 5% auto 0; */
}

.contents--movies .headlineLv1 {
  margin-top: 10%;
  margin-bottom: 6%;
}

.fixButton_button--movie {
  background: #2793e6;
  margin-top: -1px;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.fixButton_button--movie:hover {
  background: #116fb7;
}

.fixButton_button--contact {
  background: #ff8d00;
  margin-top: -1px;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.fixButton_button--contact:hover {
  background: #d27400;
}

/*20200721 デジタルパンフレット*/
.digital_brochure_wrap {
  margin: 0 auto;
}

.digital_h3 {
  font-size: 2rem;
  /* color: #eee; */
  border-bottom: solid 1px #f1556a;
  margin: 0 auto 2%;
}

.digital_p {
  font-size: 1.6rem;
  margin: 0 0 2%;
}

.brochure_ul {}

.brochure_ul li {
  border: solid 1px #eee;
  padding: 2% 2%;
}

.brochure_ul li a {
  display: block;
  transition: 0.3s;
}

.brochure_ul li a:hover {
  opacity: 0.7;
}

.brochure_ul li a b {
  display: block;
  font-weight: bold;
  color: #ec6fa7;
  font-size: 1.4rem;
  margin: 0 0 1%;
  line-height: 1.3;
}

.brochure_ul li a .frontpage {}

.brochure_ul li a .frontpage img {
  display: block;
  width: 100%;
}

/*OPS2020*/
.flowW_wrap {
  color: #f1556a;
  border: solid 3px;
  margin: 0 auto 0;
}

.flowW_wrap dt {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  /* border-bottom: solid; */
  margin: 0;
  padding: 10px 0;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}

.flowW_wrap&gt;dl&gt;dt:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #f1556a;
  border-right: 2px solid #f1556a;
  position: absolute;
  top: 44%;
  right: 25px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.flowW_wrap&gt;dl&gt;dd {
  font-size: 1.8rem;
  padding: 30px;
  border-top: solid;
}

.flow_tit {
  color: #fff;
  background: #f1556a;
  border: solid 2px #f1556a;
  border-radius: 19px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 20px;
  padding: 7px 0;
}

.mb20 {
  margin-bottom: 3%;
}

.flowW_wrap .ul50 li:nth-of-type(2) p {
  margin: 0 0 0px;
  font-size: 1.6rem;
}

.pbox {
  background: #fff;
  border: solid 2px #f1556a;
  border-radius: 7px;
  text-align: center;
  position: relative;
}

.time_txt {
  text-align: center;
  display: block;
  margin: 0 auto 2%;
}

.timetable li {
  color: #1c20c5;
  background: #8ff1fe;
  border: solid 1px #8ff1fe;
  border-radius: 7px;
  font-size: 1.6rem;
  text-align: center;
}

.timetable {
  margin: 10px auto 0;
}

.flowW_wrap span mark {}

.flow_flow dt {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  /* border: 0px; */
  line-height: 1;
}

.flowW_wrap .flow_flow dd {
  padding: 0;
  margin: 0 0 80px;
}

.flow_flow dd&gt;p {
  text-align: left;
  padding: 10px;
}

.flow_flow dl dt:before {
  font-size: 3.6rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 10px 0 10px;
}

.flow_flow dl:nth-of-type(1) dt:before {
  content: "1";
}

.flow_flow dl:nth-of-type(2) dt:before {
  content: "2";
}

.flow_flow dl:nth-of-type(3) dt:before {
  content: "3";
}

.flow_flow dl:nth-of-type(4) dt:before {
  content: "4";
}

.flow_flow dl {
  position: relative;
}

.flow_flow dl:last-child dd:after {
  display: none;
}

.gaidan_smaho {
  max-width: 97px;
  width: 50%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

.jizen_cont h4 {
  margin: 0 auto 60px;
  line-height: 1.8;
}

.jizen_cont .pbox {
  padding: 45px 15px 15px;
  line-height: 1.3;
}

.jizen_cont .pbox strong {
  font-weight: bold;
  margin: 0 0 15px;
  display: inline-block;
}

.jizen_cont .pbox .icon-gaibu_link {
  color: #f1556a;
  font-size: 1.6rem;
}

.jizen_cont .pbox .icon-gaibu_link b {
  font-weight: bold;
}

.jizen_cont .pbox p {
  text-align: left;
}

.jizen_cont .pbox a.icon-gaibu_link:after {
  content: "\e903";
  color: #f1556a;
  font-size: 1.2rem;
  margin: 0 0 0 6px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.jizen_cont span {
  font-size: 1.6rem;
  line-height: 1.3;
}

.jizen_cont {
  line-height: 1.3;
}

.jizen_cont ul {
  display: flex;
}

.gaidan_pc {
  max-width: 80px;
  width: 31%;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.flow_flow dd:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f1556a transparent transparent transparent;
}

.onlinekobetu {
  max-width: 540px;
  margin: 90px auto 140px;
  width: 100%;
  position: relative;
}

a.onli_btn {
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
  font-size: 2.9rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  background: #f1556a;
  padding: 30px 0;
  box-sizing: border-box;
  display: block;
  border-radius: 70px;
}

a.onli_btn span {
  position: relative;
  z-index: 2;
}

.gaidan_box_inner {
  max-width: 680px;
  width: 90%;
  margin: 80px auto;
}

.cs01 {
  max-width: 300px;
  width: 90%;
  margin: 0 auto 2%;
}

.spps {
  display: none;
}

.txt_center {
  text-align: center;
}

/*20200731　オンライン個別相談会*/
.txt_b {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 2%;
}

.txt_bb {
  margin: 2% 0;
}

.textField.textField--200 {
  width: 200px;
}

.topVisit.topVisit_plus.cyu0731 {
  background: #fddade;
  background-color: #ffe3e7;
  background-image: linear-gradient(45deg, #ffdada 25%, transparent 25%, transparent 75%, #ffdada 75%, #ffdada), linear-gradient(-45deg, #ffdada 25%, transparent 25%, transparent 75%, #ffdada 75%, #ffdada);
  background-size: 205px 205px;
  padding: 3% 0;
}

.desktop .cyu0731 .button_ver2 a {
  display: inline-block;
  margin: 0 4% 0;
}

.desktop .cyu0731 .button_ver2 a.disableds {
  pointer-events: none;
  background: #bdbdbd;
}

/*online限定ページ*/
.vm_wrap {
  position: relative;
  padding: 0 0 56.2%;
  margin: 1% auto 5%;
  background: #ffe0e4;
}

.vm_wrap:before {
  position: absolute;
  content: "movie";
  z-index: 2;
  background: #f1556a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  top: 10px;
  left: 10px;
}

.vm_wrap .video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
}

.onlinsc_tuite {}

.onlinsc_tuite p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2%;
  text-align: center;
}

.idpass span {
  color: #f1556a;
  font-weight: bold;
  font-size: 22px;
}

.mb-4 {
  margin-bottom: 5%;
}

.onli_ti{
  display: block;
  text-align: center;
  font-size: 2.2rem;
      color: #f1556a;
      font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      margin-bottom:30px;
}

.onurl {
  text-align: center;
  margin: 10% 0;
}

.onurl a {
  display: inline-block;
  color: #fff;
  background: #2793e6;
  box-sizing: border-box;
  padding: 20px 40px;
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: 0.3s;
}

.onurl a:hover {
  background: #91cfff;
}

.onimg_wrap {}

.onimg_wrap img {
  display: block;
  width: 100%;
}

.mt-75 {
  margin-top: 75px;
}

.time_table {}

.time_table dl {
  margin: 0 0 10px;
}

.time_table dl dt {
  float: left;
  width: 80px;
  font-size: 16px;
}

.time_table dl dd {
  float: left;
  width: 230px;
  font-size: 16px;
}

.time_table small {}

  .naiyou_x h3{
    background: #fb5967;
        color: #fff;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
  }
@media only screen and (max-width: 750px) {
  .spBtnFixed {
      display: none;
  }
}

/*20200811*/

.mt-12 {
    margin-top: 120px;
}
.cyou0811 .moduleBoxImageMenu_item {
    margin-bottom: 30px;
}

.cyou0811 .moduleBoxImageMenu_button {
    position: relative;
    bottom: 8px;
    width: 100%;
}
.contents--study {
    width: 1141px;
    padding-top: 0px;
}

.meicyou0811 .topMessage_wrap {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/*20200824 限定ページ*/

.limitpage .hero--column2 {
    padding-left: 0px;
}

.limitpage .hero--column2:before {
    margin-left: 0px;
}

/*20200901 フォーム改修*/
.events_list{

}
.h3yy{
  background: #f1556a;
  color: #fff;
  text-align: center;
  border: 1px solid #bebebe;
  padding: 10px 10px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.events_list .ul25 li{
  border: solid 1px #f1556a;
  padding: 25px 15px 25px;
}

.title_wrap {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto 15px;
        word-break: keep-all;
}

.date_wrap {
    text-align: center;
    margin: 0 auto 25px;
    font-size: 1.4rem;
}

.events_list .title_wrap b{
  word-break: break-all;
}

.events_list .date_wrap span{

}

.events_list .btn_wraps{

}

.events_list .btn_wraps a{
  display: block;
      background: #f1556a;
      border-radius: 8px;
      color: #fff;
      padding: 8px;
      text-align: center;
}


.timep{
  font-size:30px;font-weight:bold;color:#f1556a;
}

.uketxt {
    color: #f1556a;
    font-size: 2.0rem;
}

.uketxt span{
  font-size:18px;
}

.dayp {
  font-size:44px;font-weight:bold;color:#f1556a;line-height:1;
}

.dayp span {
  font-size:66px;
}
.daypwrap{
border-bottom:1px solid #ccc;padding-bottom:10px;
}
.sthosoku{
  font-size:18px;
  margin: 0 0 0 10px;
}

#keikenText input[type=text] {
    width: 60px;
    margin: 0 10px;
}
.events_list .btn_wraps span.syuryou {
    display: block;
    background: #a0a5aa;
    border-radius: 8px;
    color: #fff;
    padding: 8px;
    text-align: center;
}
ul.contact_txt {
    margin: 0 auto 5%;
    max-width: 630px;
}

ul.contact_txt li {
    margin: 0 auto 2%;
}

ul.contact_txt .red {
    color: red;
}

.fixButton {
    position: fixed;
    right: 0;
    top: 23%;
    z-index: 100;
}
.fixButton_button {
    font-size: 1.5rem;
}


/*20200914*/
#login_wrap #wpmem_login {
    max-width: 400px;
    margin: 0% auto 5%;
    border: solid 1px #bdbdbd;
    box-sizing: border-box;
    padding: 2%;
}
p.login_txt {
    text-align: center;
    margin: 5% 0 1%;
    font-weight: bold;
}
#login_wrap input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}

#login_wrap .div_text {
    width: 100%;
}

#login_wrap .div_text {
    width: 100%;
}

#login_wrap legend{
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  background: #f1556a;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 5px 20px;
}

#login_wrap fieldset{
  border: none;
  padding: 0;
  margin: 10px 0 30px;
}

#login_wrap .button_div {
    width: 100%;
    padding: 6px 0;
    text-align: right;
}

#login_wrap #siteguard_captcha {
    width: 100%;
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    background: #fbfbfb;
}

#login_wrap .buttons {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    vertical-align: baseline;
    float: right;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: inherit;
}

.logged-in-as{
  display: none;
}

.comment-form-comment label:before {font-size: 14px; content: "アンケート入力用";}
.akismet_comment_form_privacy_notice{display: none !important;}
.logged-in-as{display: none !important;}
.coment_wrap{
  max-width: 720px;
      margin: 5% auto;
      box-sizing: border-box;
      border: solid 1px #ffaeb9;
}
.coment_wrap .comment-reply-title {
  font-size: 2.0rem;
  background: #ffaeb9;
  padding: 10px;
  margin: 0 auto 2%;
  color: #fff;
  text-align: center;
}
.coment_wrap form {
  box-sizing: border-box;
  padding: 3%;
}

.coment_wrap input[type="text"], .coment_wrap textarea{
  margin: 0;
  padding: 0;
  background: none;
  border: solid 1px #ccc8c8;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.coment_wrap #siteguard_captcha{
    width: 90%;
    max-width: 336px;
    font-size: 2.0rem;
    padding: 5px;
    margin: 0 0 3%;
}

.coment_wrap #comment{
    font-size: 2.0rem;
    padding: 5px;
    margin: 0 0 3%;
    width: 90%;
    max-width: 650px;
}

.coment_wrap .form-allowed-tags {
  margin: 0 0 2%;
}

/**20200923*/


.contents--online {
  background-color: #fff9f7;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  width: 100%;
}

.contents--online .headlineLv2 {
  position: relative;
  padding: 0.6em;
  background: #ffe0e4;
  margin: 0 0 24px;
}

.contents--online .headlineLv2:before {
  display: none;
}

.contents--online .headlineLv2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe0e4;
  width: 0;
  height: 0;
}
.innercont{
  width: 1141px;
  margin-left: auto;
  margin-right: auto;
}
.moviesp .topMessage_wrap {
    margin: 0 auto;
    width: 1141px;
}

.yt_wrap2{
  position: relative;
  padding: 0 0 66.6%;
  margin: 1% auto 5%;
  background: #ffe0e4;
}

.yt_wrap2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding:0;
}

.yt_wrap2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding:0;
}
.yt_wrap2:before {
    position: absolute;
    content: "movie";
    z-index: 2;
    background: #f1556a;
    color: #fff;
    padding: 5px 10px;
    /* border-radius: 5px; */
    font-size: 16px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    bottom: 10px;
    right: 10px;
    left: auto;
    top: auto;
}
.limitpage_tith3{
  background: #ffaeb9;
  display: inline-block;
  padding: 1% 3%;
  margin-bottom: 2%;
  font-size: 1.8rem;
  color: #fff;
}
.jyunbicyu_wrap img{
  width: 100%;
  display: block;
  margin-bottom: 3%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .fixButton_button--transfer {
    height: 190px !important;
  }
  *::-ms-backdrop, .fixButton_button--movie {
    height: 170px;
  }
  *::-ms-backdrop, .fixButton_button--contact {
    height: 153px;
  }
}

  /**20201005*/


.pickupMenu_item:nth-child(1):after {
    background-image: url(/assets/img/top/pickup_pic02.jpg);
}

.pickupMenu_item:nth-child(2):after {
    background-image: url(/assets/img/top/pickup_pic03.jpg);
}

.pickupMenu_item:nth-child(3):after {
    background-image: url(/assets/img/top/pickup_pic04.jpg);
}

.pickupMenu_item:nth-child(4):after {
    background-image: url(/assets/img/top/pickup_pic0x1.jpg);
}

.pickupMenu_item {
    width: 49.5%;
}

.pickupMenu_title {
    width: 34.65587%;
}

  /**20201006*/
.descri_form{}
.radio_xxy{}
.shiryoform_list {}
  .shiryoform_span {}

.entryForm_body.radio_xxy span {
  display: inline-block;
  width: 95%;
}

.shiryoform_span.textField input[type="text"] {
    width: 35px;
    margin-bottom: 10px;
    padding: 5px;
}
ul.shiryoform_list li {
    float: left;
    width: 25%;
}

.cyocyoti em {
    margin: 0;
    line-height: 1.5;
    margin: 0;
    display: inline-block;
}

.entryForm_body.entryForm_body--checkbox.keinboxx {
    display: block;
    flex-wrap: nowrap;
    align-items: normal;
}
.entryForm_body--checkbox&gt;div.slewrap1 {
    margin: 0px 0 20px;
    width: 180px;
}
.entryForm_body--checkbox&gt;div.slewrap2 {
    width: 100%;
}
.slewrap0 {
    width: 180px;
}
@media only screen and (max-width: 768px) {

  .radio_xxy {
    display: block;
}

  .innercont {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
  .moviesp .topMessage_wrap {
      margin: 0 auto;
        width: 92.9319371728%;
  }
  .contents--study {
      width: 100%;
      padding-top: 0px;
  }

  .meicyou0811 .topMessage_wrap {
    width: 92.9319371728%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
  }

  .footerMobile {
    padding-bottom: 0px;
  }

  .entryForm_body.cyousetu {
    display: flow-root;
  }

  span.entryForm_label.b_block {
    display: inline-block;
    margin: 0 16px 0 0;
  }

  .textField.textField--x1 {
    margin: 0 0 0;
    display: inline-block;
  }

  .corona_wrap p {
    text-align: center;
    font-size: 2.8vw;
  }

  .dayp {
    font-size: 6vw !important;
  }

  .dayp span {
    font-size: 10vw !important;
  }

  .timep {
    font-size: 7vw !important;
  }

  .timep span {
    font-size: 4vw !important;
  }

  .ul50 li {
    float: none;
    width: 100%;
    margin: 0 0 4%;
  }

  .ul33 li,
   .ul33 &gt; a{
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
    box-sizing: border-box;
  }

  .ul33 li:nth-child(3n),
  .ul33 &gt; a:nth-child(3n){
    margin: 0 4% 4% 0;
  }

  .ul33 li:nth-child(2n),
  .ul33 &gt; a:nth-child(2n){
    MARGIN: 0 0 4%;
  }

  .ul25 li, .ul25&gt;a {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .ul25&gt;li:nth-child(2n), .ul25&gt;a:nth-child(2n) {
    margin: 0 0% 4% 0;
  }
  .ul25&gt;li:nth-child(4n), .ul25&gt;a:nth-child(4n) {
    margin: 0 0% 4% 0;
  }
  .spps {
    display: block;
  }

  .desktop .cyu0731 .button_ver2 a {
    display: inline-block;
    margin: 0 0% 3%;
  }

  /**20200806*/
  .fixButton {
    display: block !important;
    bottom: 12%;
    top: auto;
  }

  .fixButton_button {
    padding: 15px 12px;
    font-size: 1.2rem;
  }

  .nosp {
    display: none !important;
  }
}

b.konkaicyo {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    color: #f1556a;
}

b.konkaicyo em {
    font-size: 18px;
    margin: 0 0 0 14px;
    display: inline-block;
}

@media only screen and (max-width: 768px){
  b.konkaicyo {
      font-size: 7vw;
  }

  b.konkaicyo em {
      font-size: 4vw;
  }
}

/*20201104追記*/
.img_wrapcon{
  margin: 3% auto;
}
.img_wrapcon img{
  display: block;
  width: 100%;
}

.mainVisual.cyou1105{
  position: relative;
}

.main_img_wrap {
    position: absolute;
    max-width: 515px;
    bottom: 10%;
    right: 6%;
}

.main_img_wrap a{
  display: block;
  position: relative;
  height: auto;
  top: auto;
  left: auto;
}


.main_img_wrap img{
  display: block;
  width: 100%;
}

.main_img_wrap2 ,
.main_img_wrap3 {
    position: absolute;
    max-width: 434px;
    top: 10%;
    right: 6%;
}

.main_img_wrap2 a,
.main_img_wrap3 a{
  display: block;
  position: relative;
  height: auto;
  top: auto;
  left: auto;
}


.main_img_wrap2 img,
.main_img_wrap3 img{
  display: block;
  width: 100%;
}

/*20201130*/
.keinboxx2x{}
.keinboxx2x .entryForm_body--checkbox&gt;div{
  width: 35%;
  float: left;
}

.keinboxx2x .entryForm_body--checkbox&gt;div .selectWrap {
    width: 80%;
}

/*20201216*/
.footer_Olist {
    padding: 64px 0 0 37px;
    width: calc(100% - 330px);
}
.footer_Olist .ul33{

}
.footer_Olist .ul33 a{
  text-align: center;
}
.footer_Olist .ul33 a:hover{
  opacity: 0.7;
}
h3.fO_tit {
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.36rem;
}
.footer_Olist .ul33 a .img_wrap{
  margin-bottom: 5px;
}
.footer_Olist .ul33 a p{
  font-size: 1.3rem;
}
.footer_Olist .ul33 a img{
  max-width: 100%;
  display: block;
}
.footerMenu_kai{
  max-width: 1140px;
    width: 96%;
    margin: 0 auto;
      padding: 0 0 70px;
}
.footerMenu_kai .footerMenuSearch {
    position: absolute;
    bottom: 50px;
    left: 0px;
}
@media only screen and (max-width: 768px){
  .main_img_wrap {
    position: absolute;
    max-width: 190px;
    width: 40%;
    bottom: 10%;
    right: 11%;
  }

  .main_img_wrap2 {
      position: absolute;
      max-width: 190px;
      width: 40%;
      top: 10%;
      right: 11%;
  }
  .main_img_wrap3 {
	position: absolute;
	max-width: 190px;
	width: 14%;
	top: 11%;
	right: 5%;
  }

  .fixButton{
    right: 15px;
  }
}

/*20210217追記*/
.yt_wrap3{
  position: relative;
    padding: 0 0 54.6%;
    margin: 2% auto 3%;
    background: #ffe0e4;
}
.yybox{
  margin-top: 50px;
}

.yybox .txtbox{
  text-align: center;
}

.yt_wrap3 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
}

/*20210316追記*/
.topSocial_wrap_2{
  max-width: 690px;
  display: block;
  margin: 0 auto;
}
.topSocial_wrap_2 .topSocial_column:first-child{
      border-right: 0px solid #e6e6e6;
    height: 30px;
}
.topSocial_wrap_2 .topSocial_title{}
.topSocial_wrap_2 .is-instagram{}

/*20210420追記*/
.topSocial_column.u_xx {
    display: block;
}

.topSocial_column.u_xx .box{
  display: flex;
  align-items: center;
  padding: 0 15px;
  padding: 0 15px;
  margin: 13px 8px;
}
.topSocial_column.u_xx .box .topSocial_title{
    margin-right: 10px;
}

.topSocial_column.u_xx .box a{
  margin: 0 5px;
}

@media only screen and (max-width: 768px){
  .topSocial_wrap_2 .topSocial_column:first-child {
    border-right: 0px solid #e6e6e6;
    height: auto;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
  }
  .topSocial_column:nth-child(2) {
    border-right: 0px solid #e6e6e6;
   }
}

/*20210601tuiki*/

.naiyouwrap_inn{}
.naiyouwrap_inn .emtime{
  font-style: normal;
  width: 160px;
  display: inline-block;
}

.naiyouwrap .naiyouwrap_inn h4 .span2{
  color: #000;
  font-size: 14px;
  margin: 10px 0 5px 25px;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
}

.timep {
    line-height: 1;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px){
  .jyugyo_koumoku_list {
      width: 100%;
      box-sizing: border-box;
  }
  .next_wp.nxon dd {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 4px #848282;
    box-sizing: border-box;
    border: solid 1px #8a8a8a;
    top: 30px;
    left: 0;
    max-width: 350px;
    width: 100%;
  }
}
</pre></body></html>