* {
  margin: 0;
  padding: 0;
}
body {
  text-align: left;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 14px;
  color: #555555;
  margin: 0px;
  padding: 0px;
  line-height: 160%;
  background-image: url("../images/background.png");
  background-repeat: repeat-x;
  line-height: 1.5;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0px;
}

h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

ul li {
  list-style: none;
}

table, tr, td, th {
  padding: 0;
  margin: 0;
}

.red {
  color: #F00;
}

.small {
  font-size: 12px;
}

.big {
  font-size: 16px;
  font-weight: bold;
}
.fixed-btn {
  position: fixed;
  display: flex;
  z-index: 10000;
  align-items: center;
  justify-content: flex-end;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  text-align: right;
  padding: 10px;
}
.fixed-btn[data-color="green"]{
  background: #A5BD04;
  right: 0;
  bottom: 15%;
  width: 12%;
}
.fixed-btn[data-color="pink"]{
  background: linear-gradient(to right,#EE8580,#E45965);
  right: 0;
  bottom: 26%;
  width: 12%;
}
.fixed-text {
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.fixed-img {
    width: 25%;
}

/**************************

  !!!?\ï¼Œ\??\??\??

**************************/

#pageTop {
  clear: both;
  height: 20px;
  padding: 10px 0px;
  text-align: center;
}

#pageTop a {
  width: 70px;
  height: 19px;
  display: block;
  background: url(../images/page_top.gif);
  text-indent: -9999px;
  overflow: hidden;
}

#pageTop .left {
  float: left;
}

#pageTop .right {
  float: right;
}

#Topiclink {
  text-align: left;
}

h2 {
  font-size: 35px;
  line-height: 106px;
  font-weight: bold;
  color: white;
  padding-top: 10px;
}

h3 {
  font-size: 38px;
  line-height: 70px;
  color: #EE8337;
  text-align: left;
  margin-left: 150px;
}

h4 {
  font-size: 30px;
  line-height: 65px;
  margin-left: 90px;
  color: rgb(255, 255, 255);
  text-align: left;
}

p {
  display: inline-block;
  color: #000;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 19px;
}

/* div */

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ECFAFF;
}

.h2-nami {
  background-color: #ff9326;
  background-repeat: repeat-x;
  background-size: contain;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  /*padding:0px 10px;*/
}

#moushi-1 {
  background-image: url("../images_2/background_0.jpg");
  margin: 0 auto;
  text-align: center;
  height: 110px;
  padding-top: 35px;
}

#tabs {
  margin: 80px 15px !important;
}

.mainvisual img {
  text-align: center;
  max-width: 1000px;
}

#navigation>table {
  text-align: center;
  margin: 0 auto;
}

#mainimg {
  display: block;
  max-width: 1000px;
  margin: 0 auto 10px;
}

/*.position-fix{
  position:relative;
}*/

/*------------------------------------
  apply
------------------------------------*/
.apply-box{
  text-align: center;
  margin: 50px auto;
}
.apply-button-text-upper{
  color: #FF6979;
  font-weight: bold;
  margin-bottom: -50px;
  font-size: 36px ;
}
.apply-before-txt {
  width: 600px;
  border: 2px solid;
  margin: 30px auto;
  padding: 20px;
  border-radius: 20px;
}
.apply-button {
    position: relative;
    display: block;
    width: 700px;
    margin: 0px auto -80px;
    padding: 15px 0;
    color: #fff;
    border: solid white 5px;
    border-radius: 70px;
    background-color:#ff0000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0ms, opacity 200ms;
    overflow: hidden
}
.apply-button:before{
    animation: shinyshiny 2s ease-in-out infinite;
     position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
}
.apply-buttom:hover{
     text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.apply-after {
    margin: 0 auto 25px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: #808080;
    border-radius: 50px;
    width: 700px;
    padding: 15px;
}

.apply-button-text-after{
  color: #4497f5;
  font-weight: bold;
  font-size: 30px ;
  margin-bottom: 10px;
}
.apply-button-text-upper {
    position: relative;
    margin: 5px auto -50px;
    font-size: 30px;
    line-height: 0.8;
  width: 535px;
    text-align: center;
    font-weight: bold;
    color: #FF6979;
}
.before-apply {
  background-color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
  border: 2px #000 solid;
  width: 800px;
}

.covid19-info {
  color: #67839f;
  text-align: center;
  display: block;
  text-decoration: underline!important;
  max-width: 1000px;
  margin: 20px auto;
  font-weight: bold;
  font-size: 1.2em;
}

.info-area {
  background: #fff;
  margin: 20px auto;
}

.taisaku-box {
  text-align: center;
  padding-bottom: 20px;
}

.taisaku-box p {
  color: #45789D;
  font-weight: bold;
  font-size: 22px;
  padding-top: 15px;
}

.newlife {
  text-align: center;
  background: linear-gradient(to bottom, #fbbf9d 0%, #ffd79a 100%);
  padding: 50px 0;
}

#onayami {
  margin: 30px auto 50px;
  max-width: 1000px;
  background-image: url(../images/nayami_character1.gif);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 900px 10px;
  text-align: center;
  background-size: 8%;
  /* background-size: contain; */
}

#onayami img {
  position: relative;
  float: left;
}

#about {
  margin: 10px auto 50px;
  max-width: 1000px;
  background-image: url(../images/about_character.png);
  /*    height:140px;*/
  background-repeat: no-repeat;
  background-position: 900px 5px;
  text-align: center;
  /*    background-size:contain;*/
}

#about img {
  position: relative;
  left: 250px;
  top: 12px;
}

#onayami-content {
  max-width: 1000px;
  /*    height:730px;*/
  margin: 0 auto;
  background-image: url(../images/otokonoko_2.png);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 880px 0px;
}

#onayami-content-1 {
  max-width: 1000px;
  /*    height:730px;*/
  margin: 0 auto;
  background-image: url(../images/onnanoko_2.png);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 910px 180px;
}

#onayami-1-tit {
  margin: 20px auto 10px;
  width: 880px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/nayami1.gif);
}

#onayami-2-tit {
  margin: 40px auto 0 auto;
  width: 880px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/nayami2.gif);
}

#onayami-3-tit {
  margin: 40px auto 0;
  width: 880px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/nayami3.gif);
}

.onayami-p {
  margin: 0 auto;
  width: 800px;
  font-size: 17px;
  line-height: 34px;
}

.onayami-p>p {
  display: block;
  background-image: url(../images/nayami_txt.gif);
  background-repeat: no-repeat;
  background-position: 0px 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  margin-left: 10px;
}

.about-p {
  margin: 0 auto;
  width: 800px;
  font-size: 17px;
  line-height: 34px;
}

.about-p>p {
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  margin-left: 10px;
  margin: 40px 0;
}

.about-span {
  font-size: 30px;
  background: linear-gradient(transparent 50%, #fdeb99 48%);
}

#onayami-solution {
  text-align: center;
}

#moushi-2 {
  background-image: url("../images_2/background_2.jpg");
  text-align: center;
  margin: 0 auto;
  height: 160px;
}

#moushi-2>table {
  text-align: center;
  margin: 0 auto;
}

#moushi-3 {
  background-image: url("../images_2/background_3.jpg")
}

#moushi-3>table {
  margin: 0 auto;
}

#video {
  height: 390px;
}

#youtube {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

#reason {
  margin: 0 auto 40px;
}

.applybtn {
  display: block;
  margin: -20px auto 10px;
}

/*????????*/

#curriculum-tit {
  margin: 10px auto 50px;
  max-width: 1000px;
  background-image: url(../images/nayami_character2.gif);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 900px 10px;
  background-size: 5%;
  text-align: center;
  background-size: -1%;
}

#curriculum {
  background: url("../images_2/curriculum_back_img.png") 23px 46px no-repeat;
  height: 670px;
  margin-top: 40px;
}

.curriculum-column {
  float: left;
  width: 275px;
  color: #676564;
}

.curriculum-column a {
  color: #676564 !important;
}

.swimmingclass-wrapper {
  border-radius: 20px;
  width: 255px;
  font-size: 20px;
  padding: 6px 0 0 4px;
  height: 43px;
  margin: 4px 0 0;
}

#curriculum-column-1 .swimmingclass-wrapper, #curriculum-column-2 .swimmingclass-wrapper {
  background-color: #F2D6A3;
}

#curriculum-column-3 .swimmingclass-wrapper {
  background-color: #C8D970;
}

#curriculum-column-4 .swimmingclass-wrapper {
  background-color: #D5C4DD;
}

.curriculum-content-left {
  float: left;
  height: 48px;
}

.curriculum-content-right {
  margin: -49px 0px 0 200px;
  width: 100px;
  float: left;
}

.curriculum-content-word {
  font-size: 20px;
}

.caption {
  max-width: 960px;
  margin: 0 auto;
}

.caption h4 {
  margin: 20px auto;
  color: #ffa346;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
}

.caption p {
  font-size: 20px;
  margin: 0 auto;
  font-weight: bold;
}

.caption span {
  color: #F97F7F;
}

.class-word {
  font-size: 14px;
  margin: -7px;
}

.class-word-2 {
  font-size: 16px;
  line-height: 0;
  padding: 0 0 0 10px;
}

.class-word-3 {
  font-size: 16px;
  line-height: 0;
  padding: 0 0 0 10px;
}

.pickup-word {
  border: 2px #FFF solid;
  border-radius: 50px;
  background-color: #FFF000;
  width: 54px;
  height: 32px;
  text-align: center;
  margin: -8px 0 0 4px;
  padding: 22px 0 0;
  line-height: 0.7em;
  z-index: 1;
  color: #009FE6;
  font-weight: bold;
  font-size: 18px;
}

.click-word {
  border: 2px #FFF;
  border-radius: 10px;
  background-color: #D7823F;
  width: 70px;
  height: 20px;
  color: #FFF;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 15px;
  float: left;
  margin: -6px 0 0;
}

#moushi-4 {
  background-image: url("../images_2/background_4.jpg")
}

#moushi-4>table {
  margin: 0 auto;
}

#school-tit {
  text-align: center;
  margin: 10px auto;
  max-width: 1000px;
  height: 140px;
}

#Q-A {
  margin: 10px auto 50px;
  max-width: 1000px;
  background-image: url(../images/nayami_character5.gif);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 900px 15px;
  text-align: center;
  background-size: -1%;
}

#moushi-5 {
  background-image: url("../images_2/background_5.jpg");
  height: 210px;
  text-align: center;
}

#moushi-6 {
  background-image: url("../images_2/background_6.jpg");
}

#moushi-6>table {
  margin: 0 auto;
}

#nagare-tit {
  margin: 10px auto 50px;
  max-width: 1000px;
  background-image: url(../images/nayami_character4.gif);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 900px 15px;
  text-align: center;
  background-size: -1%;
}

#nagare {
  margin-top: 40px;
}

#moushi-7 {
  background-image: url("../images_2/background_7.jpg");
  height: 264px;
}

#moushi-7>table {
  margin: 0 auto;
}

#douji {
  margin: 0 auto;
  text-align: center;
}

#douji>table {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-left: 100px;
}

#nagare-content {
  max-width: 1000px;
  height: 1300px;
  margin: 60px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/nagare_back.gif);
}

#nagare-content img {
  float: left;
}

.step {
  margin-left: 166px;
}

#step-1 {
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-1 span {
  font-size: 30px;
  color: #61A9D3;
}

#step-2 {
  padding-left: 0px;
  padding-top: 80px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-2 span {
  font-size: 30px;
  color: #61A9D3;
}

#step-3 {
  padding-left: 0px;
  padding-top: 80px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-3 span {
  font-size: 30px;
  color: #61A9D3;
}

#step-4 {
  padding-left: 0px;
  padding-top: 146px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-4 span {
  font-size: 30px;
  color: #CE6C84;
}

#step-5 {
  padding-left: 0px;
  padding-top: 65px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-5 span {
  font-size: 30px;
  color: #CE6C84;
}

#step-5-2 {
  padding-left: 0px;
  padding-top: 0px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-6 {
  padding-left: 0px;
  padding-top: 65px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-6 span {
  font-size: 30px;
  color: #CE6C84;
}

#step-7 {
  padding-left: 0px;
  padding-top: 60px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #707070;
}

#step-7 span {
  font-size: 30px;
  color: #CE6C84;
}

#q-a-tit {
  margin: 10px auto 50px;
  max-width: 1000px;
  background-image: url(../images/nayami_character5.gif);
  /* height: 140px; */
  background-repeat: no-repeat;
  background-position: 900px 15px;
  text-align: center;
  background-size: -1%;
}

.Q-A-text {
  margin: 20px 0 20px 0;
}

.Q-A-text>p {
  margin: 0 0 0 150px;
}

.Q-A-text img {
  float: left;
  margin-left: 70px;
}

.Q-A-text span {
  color: #247EB5;
  font-size: 22px;
  font-weight: bold;
}

/* class */

/*footer*/
#foot01 h3{
	text-align: center;
	line-height: normal;
	margin-left: 0;
	
}

#groupSites h5 {
  margin-bottom: .5em;
}

#groupSites {
  float: right;
  margin-top: 1px;
}

#groupSites ul li {
  display: block;
  float: left;
  margin-left: 5px;
  min-width: 150px;
  height: 36px;
  border: 1px solid #999;
}

#kodomo-eigo {
  width: 150px;
  height: 36px;
}

#kodomo-eigo {
  float: right;
  font-size: 17px;
  margin-right: 200px;
}

#footLink ul li {
  display: inline;
  padding-right: 1em;
}

#footLink ul li a {
  color: #666;
  text-decoration: none;
  background: url("http://www.itoman.com/-img/share/link_footer.gif") no-repeat 0 .4em;
  padding-left: 14px;
}

#footLink ul li a:hover {
  text-decoration: underline;
}

.title-img {
  margin: 25px auto;
}

#suiren-coach-img {
  background-color: #fff;
  text-align: center;
  margin-top: 20px;
  background: url(../images_2/suiei_back_s.png);
}

#suiren-coach-p {
  line-height: 26px;
  width: 495px;
  font-size: 131%;
  margin: -140px 0 30px 305px;
  text-align: center;
}

#spring-event {
  margin: 0 auto;
}

.schedule {
  margin: 20px;
}

.table-wrap {
  border: 1px #3D96D5 solid;
  background: url(../images/table_back.gif);
}

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

/*  ãƒ†ãƒ¼ãƒ–ãƒ«å†…  */

.t-head {
  background: #4AB6CC;
  color: #FFF;
}

.t-head td {
  padding: 5px;
  border-collapse: collapse;
  border-left: solid #FFF 1px;
}

.t-mid {
  background: #FFF;
}

.t-mid td {
  padding: 5px;
  border-collapse: collapse;
  border-left: solid #BBB 1px;
  border-top: none 5px #999;
}

.t-mid td img {
  vertical-align: middle;
  margin-top: 10px;
}

.t-mid td span {
  font-size: 10px;
}

.tokuten {
  font-size: 20px;
  line-height: 1.5;
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 0 70px;
}

.tokuten h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  margin: 20px 20px 0 20px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
}

.tokuten h6 {
  font-size: 25px;
  color: #F00;
  margin: 0 16px 0 20px;
  font-family: 'ã‚¤ãƒ¯ã‚¿UDã‚´ã‚·ãƒƒã‚¯Rè¡¨ç¤ºç”¨', sans-serif;
}

.suiikubanner img {
  width: 90%;
  display: block;
  margin: 30px auto;
}

.suiikubanner img:hover {
  opacity: 0.7;
}

#about-cancel {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#about-cancel p {
  font-size: 18px;
  font-weight: bold;
}

.moushikomi-btn-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

/*ã“ã“ã‹ã‚‰20190122*/

.what-point {
  margin: 0 auto;
  width: 800px;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.what-point-former {
  width: 55%;
}

.what-point-former img {
  width: 100%;
}

.what-point-latter {
  width: 43%;
}

.what-point-latter {
  background-image: url(..//img/what_hukidasi_tanki.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.what-point-latter-detail {
  margin-left: 46px;
  padding: 6px;
  padding-top: 10px;
}

.what-point-latter-detail h3 {
  font-size: 20px;
  color: #ff0000;
  border-bottom: #ff8fa8 solid 3px;
  line-height: 1;
  width: 40%;
  text-align: left;
}

.what-point-latter-detail p {
  font-size: 16px;
  margin-top: 5px;
}

.what-element-detail {
  margin: 0 auto;
  width: 800px;
}

.what-element-detail p {
  font-size: 26px;
  font-weight: bold;
}

.what-pink {
  background: #f7f868;
}

.what-element-detail {
  line-height: 1.8;
}

.apply {
  text-align: center;
}

.moushikomi-btn-close {
  background: #bfbfbf;
  width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 40px;
}

.moushikomi-btn-close p {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}

/*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³*/

#menu-btn {
  position: fixed;
  top: 151px;
  right: 15px;
  z-index: 100000000;
  width: 80px;
  height: 80px;
  background-color: #ffa346;
  /*ã“ã“*/
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

#menu-btn img {
  width: 86%;
  margin: 7%;
}

/*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³END*/

/*ã‚µã‚¤ãƒ‰*/

#menu-side {
  width: 0px;
  position: fixed;
  top: 151px;
  right: 0;
  background-color: #ffe9d3;
  /* background-color: rgba(245, 225, 227, 0.9);ã•ã‚‰ã«#f7cea5c7*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  transition: width 0.4s;
  z-index: 100000000000;
}

#menu-side.active {
  width: 380px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 15px;
}

#menu-side a {
  display: block;
  /*  width: 400px;*/
  width: 93%;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  padding: 0 15px;
  font-weight: 700;
  color: #fe9326;
  text-decoration: none;
}

#menu-side a:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.8);
}

#menu-side a:nth-child(1) {
  font-size: 40px;
  /*width: 305px;*/
  width: 70%;
}

#menu-side a:nth-child(6) {
  font-weight: 800;
  letter-spacing: -0.05em;
}

#menu-side a::before {
  content: '';
  display: block;
  width: 400px;
  border-top: dotted 4px #fe9326;
  position: relative;
  top: -2px;
}

#menu-side a:nth-child(1)::before {
  content: '';
  display: block;
  border-top: none;
}

#menu-close {
  display: block;
  width: 66px;
  height: 66px;
  margin: 7px;
  /*  background-color: #F5E1E3;*/
}

/*ã‚µã‚¤ãƒ‰END*/

#menu1-img {
  margin-left: 50px;
}

#menu5-img {
  margin-left: 175px;
}

.menu-table {
  max-width: 1000px;
  background-color: #fffaee;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*çŸ­æœŸæ°´æ³³æ•™å®¤ã£ã¦ä½•ï¼Ÿ*/

.tanki-cnt {
  display: flex;
}

.tanki-number {
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 130px;
  font-size: 48px;
  color: white;
  font-weight: bold;
  padding-left: 32px;
  box-sizing: border-box;
}

.number1 {
  background-image: url(../images/number1.png);
}

.number2 {
  background-image: url(../images/number2.png);
}

.number3 {
  background-image: url(../images/number3.png);
}

.tanki-detail {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin: 0 25px 30px;
  line-height: 1.8;
}

.tanki-detail span {
  color: #F97F7F;
}

.tanki-detail-kome{
  font-size: 0.5em;
}

.tanki-detail-note{
  font-size: 14px;
  font-weight: normal;
}

.class-number {
  background-image: url(../images/classback.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  height: 150px;
  font-size: 31px;
  color: white;
  font-weight: bold;
  padding-left: 36px;
  box-sizing: border-box;
  padding-top: 38px;
  display: block;
  margin: 30px auto;
}

.level-cnt {
  width: 800px;
  margin: 50px auto;
}

/*ãƒ¬ãƒ™ãƒ«ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆSTART*/

.level-cnt-tabmenu {
  display: flex;
}

.level-cnt-tabmenu li {
  width: 50%;
  padding: 10px 0;
  background: #8bc34a;
  text-align: center;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
}

.level-cnt-tabmenu li:hover {
  opacity: .8;
}

.level-cnt-tabmenu li:nth-child(2) {
  background: #5A97D1;
}

.level-cnt-tabmenu li.select {
  padding-top: 30px;
  margin-top: -20px;
}

.level-cnt-tabmenu p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.level-cnt-tabmenu p span {
  font-size: 20px;
  color: #fff;
}

.level-cnt-tabmenu li.select p {
  margin-top: -10px;
  font-size: 30px;
}

.level-cnt-tabmenu li.select span {
  transform: rotate(180deg);
}

.level-cnt-tri {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 30px;
}

/*ãƒ¬ãƒ™ãƒ«ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆEND*/

/*ã‚¿ãƒ–ã®ä¸­èº«ã®å…¨ä½“çš„ãªcssåŠã³å¯¾è±¡å¹´é½¢ã¨è£œè¶³START*/

.level-detail-midashi {
  width: 96%;
  margin: 30px auto;
}

.level-detail-midashi h3 {
  color: #fff;
  background: #8bc34a;
}

.level-detail-cnt {
  margin: 0 auto;
}

.class-cnt-midashi {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-radius: 10px;
  width: 500px;
  margin: 25px auto;
}

.baby {
  border: solid #8bc34a 5px;
  color: #8bc34a;
}

.junior {
  border: solid #5A97D1 5px;
  color: #5A97D1;
}

.class-cnt {
  display: flex;
  justify-content: center;
  width: 600px;
  margin: 0 auto;
}

.class-text {
  margin: 0 auto;
  font-size: 18px;
}

.class-detail {
  width: 300px;
  padding: 25px;
  background-color: #fff9bb;
  margin: 15px;
  border-radius: 15px;
}

.class-flex {
  display: flex;
  margin: 15px auto;
}

.class-flex img {
  width: 50px;
  height: 50px;
  margin: 0px 10px;
}

.class-name {
  font-size: 36px;
  font-weight: bold;
  color: #FF4E75;
}

.age {
  color: #FF4E75;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.level-flex {
  display: flex;
}

.level-content {
  width: 250px;
  border: solid 5px #FFA54A;
  padding: 10px;
  margin: 0px 10px;
  background: white;
  position: relative;
}

.level-content img {
  width: 150px;
  margin: 15px auto;
  display: block;
}

.level-name {
  font-size: 25px;
  font-weight: bold;
  color: #FFA54A;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  line-height: 32px;
}

.level-detail {
  margin: 10px 0;
  font-size: 20px;
  text-align: center;
  color: white;
  background: #ffa44a;
  border-radius: 10px;
}

.level-head {
  display: flex;
  position: absolute;
  top: -38px;
  left: 0;
}

.level-head-text {
  background: #ffa34a;
  width: 100px;
  text-align: center;
  padding: 7px 0;
  color: white;
  font-weight: bold;
  position: relative;
}

.level-triangle {
  border-bottom: 35px solid #ffa34a;
}

.level-triangle-middle {
  border-bottom: 35px solid #8bc34a;
}

.left {
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
}

.right {
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
}

.pickup {
  background: #ffa34a;
  font-size: 17px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: 20px;
  position: absolute;
  top: -40px;
  right: 16px;
}

/*ã‚¿ãƒ–ã®ä¸­èº«ã®å…¨ä½“çš„ãªcssåŠã³å¯¾è±¡å¹´é½¢ã¨è£œè¶³END*/

/*navigation*/

#navigation {
  background: #fe9326;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}

#navigation ul {
  max-width: 1000px;
  margin: 0 auto;
}

#navigation ul li {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0.8% 0;
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  height: 90px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
}

#navigation ul li:nth-of-type(1) {
  border-left: 1px solid #fff;
  width: 200px;
  text-decoration: none;
}

.central {
  line-height: 1;
}

#navigation ul li:hover {
  background-color: #fff;
  border-radius: 5px;
}

#navigation ul li:hover {
  color: #fe9326;
}

#navigation ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

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

.secret-title {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

.secret {
  padding-top: 20px;
}

.secret h2 {
  margin: 0;
}

.secret-title img {
  width: 100%;
}

.secret-cnt {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.secret-image1 {
  position: absolute;
  width: 200px;
  right: 20px;
  top: 10px;
  animation: sec-dol 3s infinite linear alternate;
  animation-play-state: running;
}

.secret-common {
  /*  width: 100%;*/
  margin: 0.5vw auto;
}

.secret-common img {
  max-width: 72vw;
}

.secret-1 {
  padding-left: 50px;
}

.secret-2 {
  padding-left: 150px;
}

.secret-3 {
  padding-left: 250px;
}

.secret-awa {
  width: 20px;
  position: absolute;
}

.secret-awa-1 {
  top: 223px;
  left: 120px;
  animation: sec-awa2 4s infinite linear alternate;
}

.secret-awa-2 {
  top: 400px;
  left: 140px;
  animation: sec-awa3 4s infinite linear alternate;
}

.secret-awa-3 {
  top: 310px;
  left: 180px;
  animation: sec-awa4 4s infinite linear alternate;
}

.secret-awa-4 {
  top: 420px;
  left: 240px;
  animation: sec-awa 4s infinite linear alternate;
}

.secret-awa-5 {
  top: 100px;
  left: 600px;
  animation: sec-awa2 4s infinite linear alternate;
}

.secret-awa-6 {
  top: 225px;
  left: 800px;
  animation: sec-awa 4s infinite linear alternate;
}

.secret-awa-7 {
  top: 360px;
  left: 850px;
  animation: sec-awa2 4s infinite linear alternate;
}

.secret-image2 {
  width: 100%;
  margin-top: -240px;
}

.secret-awa img {
  width: 100%;
}

.secret {
  width: 900px;
  margin: 0 auto;
}

.voice-contents {
  display: flex;
}

.voice-title {
  position: relative;
}

.voice-title img {
  position: absolute;
  top: -140%;
  left: 5%;
  width: 250px;
}

.voice-title h3 {
  text-align: center;
  margin: 20px auto 0;
  border: solid #FF4B61;
  border-radius: 10px;
  width: 315px;
  height: 70px;
  font-size: 48px;
  line-height: 76px;
  color: #FFF;
  text-shadow: 3px 3px 0 #FF4B61, -3px -3px 0 #FF4B61, -3px 3px 0 #FF4B61, 3px -3px 0 #FF4B61, 0px 3px 0 #FF4B61, 0 -3px 0 #FF4B61, -3px 0 0 #FF4B61, 3px 0 0 #FF4B61;
}

.voice-left {
  margin-top: 25px;
  position: relative;
}

.voice-left h4 {
  margin-left: 50px;
  font-size: 24px;
  color: #000;
}

.left-girl {
  position: absolute;
  top: -10%;
  left: 73%;
  width: 170px;
}

.voice-graph {
  width: 110%;
}

.voice-right img {
  width: 100%;
  margin-top: 40px;
  margin-left: 25px;
}

@keyframes sec-awa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, -100px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(0, 100px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(0deg);
  }
}

@keyframes sec-awa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, 80px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(0, -80px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(0deg);
  }
}

@keyframes sec-awa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, 40px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(0, -40px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(0deg);
  }
}

@keyframes sec-awa4 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, -40px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(0, 40px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(0deg);
  }
}

@keyframes sec-dol {
  0% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-65deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(-20deg);
  }
}

@-webkit-keyframes sec-dol {
  0% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-65deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(-20deg);
  }
}

/*ã‚¤ãƒˆãƒžãƒ³ã®ç§˜å¯† END*/

.webweb {
  border: solid #2C4298 7px;
  margin: 15px auto;
  width: 80%;
  padding: 5px;
}

/*å®Ÿæ–½è¦é …*/

.d-flex {
  display: flex;
  align-items: center;
}

.blue-txt {
  color: #1891ca;
}

.orange-txt {
  color: #FF9326;
}

.red-txt {
  color: #f00;
  font-weight: bold;
}

.big-txt {
  display: inline-block;
  font-size: 30px;
}

.youkou-ttl-box {
  align-items: center;
  justify-content: center;
}

.youkou-ttl-box img {
  width: 100%;
}

.youkou-ttl {
  margin: 0 3vw;
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  background-image: url(../images/youkou-ttl-line.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 34px;
}

.youkou-ttl-img-1 {
  width: 6%;
}

.youkou-ttl-img-2 {
  width: 8%;
}

.youkou-content {
  max-width: 1000px;
  margin: 0 auto;
}

.youkou-list {
  margin: 3vw 0;
}

.youkou-list-ttl {
  width: 108px;
  padding: 0.5vw;
  background: #1a8ccb;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youkou-list-txt {
  width: 661px;
  margin-left: 2vw;
  /* padding: 1vw 0; */
}

.youkou-list-txt-small{
  font-size: 14px;
}

.notes {
    font-size: 15.5px;
}

.merit-flex:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.merit-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 10px auto 0;
}
.merit-{
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
  
  .ttl-img{
      width: 50%;
  }
  .merit-swiper{
      max-width: 1000px;
      margin: 0 auto;
  }
  .merit-cnt {
      position: relative;
      background: #fff5f4;
      padding: 85px 50px 0;
      border-radius: 26em 26em 0 0/3em 3em 0 0;
  }
  .merit-cnt::after{
      position: absolute;
      content: "";
      width: 100%;
      height: 5px;
      margin: 0 auto;
      background: linear-gradient(to right, #2ED39D, #119DB8);
      left: 0px;
  }
  .merit-flex{
      display: flex;
      width: 800px;
      margin-top: 20px;
  }
  .merit-num{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f27f83;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    font-size: 32px;
  }
  .merit-text {
    width: 750px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
   
}
  .merit-swiper .swiper-pagination-bullet-active{
      background: #f27f83;
  }
  .merit-swiper .swiper-button-prev{
      color: #f27f83;
      background: #fff5f4;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      text-align: center;
  /*  */        border: solid #f27f83;
  /*display: block;*/
  }
  .merit-swiper .swiper-button-next{
      color: #f27f83;
      background: #fff5f4;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      text-align: center;
      border: solid #f27f83;
      /*display: block;*/
  }
  .merit-subttl{
      font-weight: bold;
      font-size: 32px;
  }

  .merit-img {
    
    height: auto;
    width: 105px;
}

.red-text-attention {
  color: #ff5a4d;
}

.section-container {
  max-width: 1000px;
  margin: 0 auto;
}

.merit-ttl{
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: #F76C84;
  border-bottom: dashed #BAE1F4;
  width: 863px;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 1.2;
}

.merit-unit{
  margin-top: 30px;
}

.recommend-container{
  display: flex;
  justify-content:space-evenly ;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 100px;
}

.recommend-box{
  display: flex;
  justify-content: center;
  align-items:center ;
  width: 500px;
  height: 50px;
  border-radius: 8px;
}

.recommend-text{
  color: #fff;
}

.recommend-img {
  width: 600px;
  margin: 80px 0 16px 0;
}

.account-text{
  color: hotpink;
  font-weight: bold;
  font-size: 22px;
}

.account-text-box{
  width: 500px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
}

.small-container{
  width: 500px;
  height: auto;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



            .countdown-message {
                font-size: 30px;
                color: black;
                /* 初期文字色を黒に設定 */
                margin-bottom: 10px;
                font-weight: bold;
            }

            .highlight {
                color: red;
                /* 「11日」の部分だけ赤色 */
                font-size: 36px;
                /* 「11日」の文字サイズを大きくする */
            }

            .apply-button {
                padding: 10px 20px;
                font-size: 16px;
                background-color: #4CAF50;
                color: white;
                border: none;
                cursor: pointer;
            }


        #wrapper {
            margin: 30px auto;
            text-align: center;
            max-width: 1000px;
        }

        .apply-btn {
            width: 780px;
            height: 100px;
            margin: 5px auto 10px;
            color: #ffffff;
            text-align: center;
            border-radius: 12px;
            font-weight: bold;
        }

        .apply-before {
            background: red;
            filter: drop-shadow(0px 6px 8px rgba(100, 100, 100, 0.5));
        }

        .after-apply {
            background-color: #C3C3C3;
            color: #fff;
            padding: 14px 0;
            margin: 0 auto;
            width: 600px;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            border-radius: 63px;
        }

        .apply-before p {
            color: #ffffff;
            font-size: 30px;
            line-height: 57px;
            padding-top: 10px;
        }

        .apply-active {
            background: #F54048;
            font-size: 30px;
            box-shadow: 0px 6px 8px rgba(100, 100, 100, 0.5);
            padding: 10px;
            color: #fff;
            display: block;
            height: auto;
            padding: 20px 20px 20px 20px;
            /* margin-bottom: 40px; */
        }

        .apply-active a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #ffffff;
            line-height: 102px;
        }

        .apply-active p {
            text-align: center;
            font-weight: bold;
            font-size: 33px;
        }

        .apply-active p span {
            color: #FAF700;
            font-size: 34px;
        }

        .apply-end {
            background: #686868;
            font-size: 35px;
            line-height: 100px;
            padding: 0;
        }

        .apply-caution {
            text-align: center;
            margin-top: 10px;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .apply-box {
            padding: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #000;
            border-radius: 8px;
            border: 2px #000 solid;
            width: 800px;
            text-align: center;
            margin: 20px auto;
        }

        .apply-txt {
            line-height: 1.2;
        }

        .apply-txt.attention {
            margin-top: 13px;
        }

        .txt-red {
            color: #F54048;
            font-size: 40px;
        }

        .apply-txt {
            font-size: 26px;
        }

        /*ここからhover*/
        .apply-active:hover {
            opacity: 0.8;
        }
            .countdown-message {
                font-size: 30px;
                color: black;
                /* 初期文字色を黒に設定 */
                margin-bottom: 10px;
                font-weight: bold;
            }

            .highlight {
                color: red;
                /* 「11日」の部分だけ赤色 */
                font-size: 36px;
                /* 「11日」の文字サイズを大きくする */
            }

            .apply-button {
                padding: 10px 20px;
                font-size: 16px;
                background-color: #4CAF50;
                color: white;
                border: none;
                cursor: pointer;
            }

        #wrapper {
            margin: 30px auto;
            text-align: center;
            max-width: 1000px;
        }

        .apply-btn {
            width: 780px;
            height: 100px;
            margin: 5px auto 10px;
            color: #ffffff;
            text-align: center;
            border-radius: 12px;
            font-weight: bold;
        }

        .apply-before {
            background: red;
            filter: drop-shadow(0px 6px 8px rgba(100, 100, 100, 0.5));
        }

        .after-apply {
            background-color: #C3C3C3;
            color: #fff;
            padding: 14px 0;
            margin: 0 auto;
            width: 600px;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            border-radius: 63px;
        }

        .apply-before p {
            color: #ffffff;
            font-size: 30px;
            line-height: 57px;
            padding-top: 10px;
        }

        .apply-active {
            background: #F54048;
            font-size: 30px;
            box-shadow: 0px 6px 8px rgba(100, 100, 100, 0.5);
            padding: 10px;
            color: #fff;
            display: block;
            height: auto;
            padding: 20px 20px 20px 20px;
            /* margin-bottom: 40px; */
        }

        .apply-active a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #ffffff;
            line-height: 102px;
        }

        .apply-active p {
            text-align: center;
            font-weight: bold;
            font-size: 33px;
        }

        .apply-active p span {
            color: #FAF700;
            font-size: 34px;
        }

        .apply-end {
            background: #686868;
            font-size: 35px;
            line-height: 100px;
            padding: 0;
        }

        .apply-caution {
            text-align: center;
            margin-top: 10px;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .apply-box {
            padding: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #000;
            border-radius: 8px;
            border: 2px #000 solid;
            width: 800px;
            text-align: center;
            margin: 20px auto;
        }

        .apply-txt {
            line-height: 1.2;
        }

        .apply-txt.attention {
            margin-top: 13px;
        }

        .txt-red {
            color: #F54048;
            font-size: 40px;
        }

        .apply-txt {
            font-size: 26px;
        }

        /*ここからhover*/
        .apply-active:hover {
            opacity: 0.8;
        }
            .countdown-message {
                font-size: 30px;
                color: black;
                /* 初期文字色を黒に設定 */
                margin-bottom: 10px;
                font-weight: bold;
            }

            .highlight {
                color: red;
                /* 「11日」の部分だけ赤色 */
                font-size: 36px;
                /* 「11日」の文字サイズを大きくする */
            }

            .apply-button {
                padding: 10px 20px;
                font-size: 16px;
                background-color: #4CAF50;
                color: white;
                border: none;
                cursor: pointer;
            }
        #wrapper {
            margin: 30px auto;
            text-align: center;
            max-width: 1000px;
        }

        .apply-btn {
            width: 780px;
            height: 100px;
            margin: 5px auto 10px;
            color: #ffffff;
            text-align: center;
            border-radius: 12px;
            font-weight: bold;
        }

        .apply-before {
            background: red;
            filter: drop-shadow(0px 6px 8px rgba(100, 100, 100, 0.5));
        }

        .after-apply {
            background-color: #C3C3C3;
            color: #fff;
            padding: 14px 0;
            margin: 0 auto;
            width: 600px;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            border-radius: 63px;
        }

        .apply-before p {
            color: #ffffff;
            font-size: 30px;
            line-height: 57px;
            padding-top: 10px;
        }

        .apply-active {
            background: #F54048;
            font-size: 30px;
            box-shadow: 0px 6px 8px rgba(100, 100, 100, 0.5);
            padding: 10px;
            color: #fff;
            display: block;
            height: auto;
            padding: 20px 20px 20px 20px;
            /* margin-bottom: 40px; */
        }

        .apply-active a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #ffffff;
            line-height: 102px;
        }

        .apply-active p {
            text-align: center;
            font-weight: bold;
            font-size: 33px;
        }

        .apply-active p span {
            color: #FAF700;
            font-size: 34px;
        }

        .apply-end {
            background: #686868;
            font-size: 35px;
            line-height: 100px;
            padding: 0;
        }

        .apply-caution {
            text-align: center;
            margin-top: 10px;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .apply-box {
            padding: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #000;
            border-radius: 8px;
            border: 2px #000 solid;
            width: 800px;
            text-align: center;
            margin: 20px auto;
        }

        .apply-txt {
            line-height: 1.2;
        }

        .apply-txt.attention {
            margin-top: 13px;
        }

        .txt-red {
            color: #F54048;
            font-size: 40px;
        }

        .apply-txt {
            font-size: 26px;
        }

        /*ここからhover*/
        .apply-active:hover {
            opacity: 0.8;
        }
  .section-ttl {
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    border-bottom: dotted #F89220;
    color: #F9A51B;
    margin: 0 auto;
    line-height: 50px;
    width: 800px;
  }

  .ttl-blue {
    color: #2681BE;
  }

  .mid-para {
    width: 740px;
    font-size: 19px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 35px;
    text-align: left;
  }

  .bottom-content {
    margin: 0 auto;
    max-width: 1000px;
    margin: 15px auto 30px;
    display: flex;
		flex-wrap: wrap;
		justify-content: center
  }

  .left-img {
    width: 459px;
  }

  .hukidasi-content {
    width: 520px;
    height: 205px;
    box-shadow: 10px 5px 5px rgb(0 0 0 / 10%);
    margin-left: 20px;
    border-radius: 15px;
    background-color: #FFF6E5;
    margin-top: 20px;
  }

  .double-para {
    width: 440px;
    margin-left: 45px;
  }

  .point {
    color: #F60800;
    font-size: 20px;
    border-bottom: solid 2px #F60800;
    width: 95px;
    height: 26px;
    line-height: 28px;
    margin: 7px 0 5px 29px;
  }

  .right-para {
    font-size: 19px;
    text-align: left;
    line-height: 33px;
  }
            .countdown-message {
                font-size: 30px;
                color: black;
                /* 初期文字色を黒に設定 */
                margin-bottom: 10px;
                font-weight: bold;
            }

            .highlight {
                color: red;
                /* 「11日」の部分だけ赤色 */
                font-size: 36px;
                /* 「11日」の文字サイズを大きくする */
            }

            .apply-button {
                padding: 10px 20px;
                font-size: 16px;
                background-color: #4CAF50;
                color: white;
                border: none;
                cursor: pointer;
            }

        #wrapper {
            margin: 30px auto;
            text-align: center;
            max-width: 1000px;
        }

        .apply-btn {
            width: 780px;
            height: 100px;
            margin: 5px auto 10px;
            color: #ffffff;
            text-align: center;
            border-radius: 12px;
            font-weight: bold;
        }

        .apply-before {
            background: red;
            filter: drop-shadow(0px 6px 8px rgba(100, 100, 100, 0.5));
        }

        .after-apply {
            background-color: #C3C3C3;
            color: #fff;
            padding: 14px 0;
            margin: 0 auto;
            width: 600px;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            border-radius: 63px;
        }

        .apply-before p {
            color: #ffffff;
            font-size: 30px;
            line-height: 57px;
            padding-top: 10px;
        }

        .apply-active {
            background: #F54048;
            font-size: 30px;
            box-shadow: 0px 6px 8px rgba(100, 100, 100, 0.5);
            padding: 10px;
            color: #fff;
            display: block;
            height: auto;
            padding: 20px 20px 20px 20px;
            /* margin-bottom: 40px; */
        }

        .apply-active a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #ffffff;
            line-height: 102px;
        }

        .apply-active p {
            text-align: center;
            font-weight: bold;
            font-size: 33px;
        }

        .apply-active p span {
            color: #FAF700;
            font-size: 34px;
        }

        .apply-end {
            background: #686868;
            font-size: 35px;
            line-height: 100px;
            padding: 0;
        }

        .apply-caution {
            text-align: center;
            margin-top: 10px;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .apply-box {
            padding: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #000;
            border-radius: 8px;
            border: 2px #000 solid;
            width: 800px;
            text-align: center;
            margin: 20px auto;
        }

        .apply-txt {
            line-height: 1.2;
        }

        .apply-txt.attention {
            margin-top: 13px;
        }

        .txt-red {
            color: #F54048;
            font-size: 40px;
        }

        .apply-txt {
            font-size: 26px;
        }

        /*ここからhover*/
        .apply-active:hover {
            opacity: 0.8;
        }
  :root {
    --border-color: #cce4f7;
    --blue-light: #e9f5ff;
    --blue-text: #003366;
  }

  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background: #fff;
    color: var(--blue-text);
  }

  .faq {
    max-width: 900px;
    margin: 0 auto 100px;
    text-align: center;
  }

  .faq h2 {
    font-size: 34px;
    font-weight: bold;
    color: var(--blue-text);
    color: darkorange;
    line-height: 1.6;
    margin: 100px 0 50px 0;
  }

  .faq h2 span {
    font-size: 20px;
    font-weight: normal;
  }

  .faq-item {
    border: 2px dotted var(--border-color);
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-question {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    padding: 20px 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: var(--blue-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .toggle {
    font-size: 28px;
    color: var(--blue-text);
    flex-shrink: 0;
    width: 30px;
    text-align: center;
    transition: transform 0.3s ease;
  }

  /* 回答部分 */
  .faq-answer {
    background: var(--blue-light);
    text-align: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.5s ease;
  }

  .faq-item.active .faq-answer {
    padding: 25px 30px;
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
  }

  .faq-item.active .toggle {
    transform: rotate(180deg);
  }

  /* hover効果 */
  .faq-question:hover {
    background: #f7fbff;
  }
            .countdown-message {
                font-size: 30px;
                color: black;
                /* 初期文字色を黒に設定 */
                margin-bottom: 10px;
                font-weight: bold;
            }

            .highlight {
                color: red;
                /* 「11日」の部分だけ赤色 */
                font-size: 36px;
                /* 「11日」の文字サイズを大きくする */
            }

            .apply-button {
                padding: 10px 20px;
                font-size: 16px;
                background-color: #4CAF50;
                color: white;
                border: none;
                cursor: pointer;
            }
        #wrapper {
            margin: 30px auto;
            text-align: center;
            max-width: 1000px;
        }

        .apply-btn {
            width: 780px;
            height: 100px;
            margin: 5px auto 10px;
            color: #ffffff;
            text-align: center;
            border-radius: 12px;
            font-weight: bold;
        }

        .apply-before {
            background: red;
            filter: drop-shadow(0px 6px 8px rgba(100, 100, 100, 0.5));
        }

        .after-apply {
            background-color: #C3C3C3;
            color: #fff;
            padding: 14px 0;
            margin: 0 auto;
            width: 600px;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            border-radius: 63px;
        }

        .apply-before p {
            color: #ffffff;
            font-size: 30px;
            line-height: 57px;
            padding-top: 10px;
        }

        .apply-active {
            background: #F54048;
            font-size: 30px;
            box-shadow: 0px 6px 8px rgba(100, 100, 100, 0.5);
            padding: 10px;
            color: #fff;
            display: block;
            height: auto;
            padding: 20px 20px 20px 20px;
            /* margin-bottom: 40px; */
        }

        .apply-active a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #ffffff;
            line-height: 102px;
        }

        .apply-active p {
            text-align: center;
            font-weight: bold;
            font-size: 33px;
        }

        .apply-active p span {
            color: #FAF700;
            font-size: 34px;
        }

        .apply-end {
            background: #686868;
            font-size: 35px;
            line-height: 100px;
            padding: 0;
        }

        .apply-caution {
            text-align: center;
            margin-top: 10px;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .apply-box {
            padding: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #000;
            border-radius: 8px;
            border: 2px #000 solid;
            width: 800px;
            text-align: center;
            margin: 20px auto;
        }

        .apply-txt {
            line-height: 1.2;
        }

        .apply-txt.attention {
            margin-top: 13px;
        }

        .txt-red {
            color: #F54048;
            font-size: 40px;
        }

        .apply-txt {
            font-size: 26px;
        }

        /*ここからhover*/
        .apply-active:hover {
            opacity: 0.8;
        }
    .lesson-description{
      text-align: center;
    }

    body {
        font-family: "Noto Sans JP", sans-serif;
        margin: 0;
        background:#ECFAFF;
        color: #111;
    }

    /* カード全体 */
    .lesson-cards {
        display: flex;
        justify-content: space-between; /* カード同士の間隔を調整 */
        width: 100%; /* 親要素の幅を100%に */
        max-width: 960px;
        margin: 10px auto 60px;
    }

    .lesson-card {
        display: flex;
        align-items: stretch;
        height: 190px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    /* 左側画像 */
    .lesson-card img {
        width: 40%; /* 画像の幅を40% */
        object-fit: cover;
        display: block;
    }

    /* 右側テキスト部分 */
    .lesson-content {
        width: 60%; /* テキスト部分の幅 */
        padding: 15px 17px;
			text-align:left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    /* 上のカテゴリ（例：調整系） */
    .lesson-category {
        background: #2ac1a9;
        color: #fff;
        font-weight: bold;
        font-size: 16px; /* フォントサイズ */
        border-radius: 10px;
        padding: 2px 15px;
        display: inline-block;
        margin-bottom: 5px;
    }

    /* タイトル（骨盤フレックス） */
    .lesson-title {
        color: #2ac1a9;
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0;
        text-align: left;
    }

    /* 説明文 */
    .lesson-text {
        font-size: 17px; /* フォントサイズ */
        line-height: 1.6;
        color: #333;
        text-align: left;
    }

    /* 矢印ボタン */
    .lesson-arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: #2ac1a9;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lesson-arrow::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-right: 4px solid #fff;
        border-top: 4px solid #fff;
        transform: rotate(45deg);
    }

    /* レスポンシブ対応 */
    @media (max-width: 768px) {
        .lesson-cards {
            flex-direction: column; /* スマホでは縦並び */
            width: 90%;
        }

        .lesson-card {
            width: 100%; /* スマホではカードをフル幅 */
            margin-bottom: 20px; /* カード間にスペースを追加 */
        }

        .lesson-card img {
            width: 100%; /* 画像はフル幅 */
        }

        .lesson-content {
            width: 100%; /* テキスト部分もフル幅 */
            padding: 40px 20px; /* スマホではパディングを調整 */
        }

        .lesson-category {
            font-size: 18px; /* スマホでは少し小さめ */
        }

        .lesson-title {
            font-size: 24px; /* スマホでは少し小さめ */
        }

        .lesson-text {
            font-size: 16px; /* スマホでは少し小さめ */
        }
    }


.pagetop{
	text-align: right
}
