@charset "utf-8";
/* レスポンシブ=======================
iPad 768px
iPhone XS Max/XR 414px
===================================*/
/*================================================
 *  リンク設定
 ================================================*/
a:link {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a:active {
  color: #666;
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
}
/*================================================;
 *  clearfix
 ================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*================================================
 *  共通
 ================================================*/
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}
body {
  color: #433F3F;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  line-height: 1.5;
  background: #00abc2;
  background: linear-gradient(135deg, #00abc2 0%, #fff341 100%);
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.png) center top no-repeat;
  background-size: cover;
  right: 0;
  max-width: 1400px;
  margin: 0 auto;
}
#PageWrapper {
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  border: 0;
  outline: 0;
}
.br_for_sp {
  display: none;
}
ul li {
  list-style: none;
}
img {
  text-align: center;
  display: block;
}
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 120%;
  }
  .br_for_sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 100%;
  }
  .br_for_sp {
    display: block;
  }
}
/*================================================
 *  header
 ================================================*/
header {
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
  }
  header p img {
    width: 100%;
  }
}
/*================================================
 *  mainArea
 ================================================*/
h1 {
  width: 900px;
  margin: 0 auto;
}
h1 img {
  display: block;
  width: 600px;
  margin: -10px auto 0px;
}
#mainArea {
  max-width: 1400px;
  /*background: url("../images/back.png") center top repeat;*/
  margin: 0 auto;
}
#main {
  width: 840px;
  margin: 0 auto;
}
.mainContents {
  padding: 40px 30px;
  margin-bottom: 80px;
}
.mainContents .date img {
  width: 60%;
  margin: 0 auto;
}
.mainContents h2 img {
  width: 70%;
  margin: 30px auto;
}
.col01, .col02 {
  background: rgba(255, 255, 255, .9);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  border-radius: 25px;
}
.contents {
  width: 700px;
  margin: 0 auto;
}
.caution {
  font-size: 90%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 69%;
    margin: 140px auto 50px;
  }
  #mainArea {
    width: 100%;
    /*background: url("../images/back_sp_768.png") center top repeat;*/
    background-size: contain;
  }
  #main {
    width: 90%;
  }
  .mainContents {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .contents {
    width: 84%;
  }
}
@media screen and (max-width: 414px) {
  body:before {
    background-size: contain;
  }
  h1 img {
    margin: 113px auto 20px;
  }
  #mainArea {
    width: 100%;
    /*background: url("../images/back_sp_414.png") center top repeat;*/
    background-size: contain;
  }
  .mainContents {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .contents {
    width: 86%;
  }
  .caution {
    font-size: 80%;
  }
  .sp_br {
    display: block;
  }
}
/*================================================
 *  col01
 ================================================*/
.attention_bingo{
	font-size: 1.6rem;
	font-weight: bold;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
	text-align: center;
	margin-top: 14px;
}
.description {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
	text-align: center;
}
.boxLesson {
  position: relative;
  padding: 2rem;
  margin: 8rem auto 3rem;
  background: rgb(77, 134, 191);
  background: linear-gradient(142deg, rgba(77, 134, 191, 1) 0%, rgba(77, 189, 240, 1) 50%, rgba(196, 221, 100, 1) 100%);
  width: 70%;
}
.boxLesson .boxTitle {
	font-size: 2.0rem;
  position: absolute;
  display: inline-block;
  height: 40px;
  top: -40px;
  left: 0px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  background: rgb(76, 134, 190);
  background: linear-gradient(90deg, rgba(76, 134, 190, 1) 0%, rgba(78, 149, 203, 1) 100%);
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
}
.boxLesson li {
line-height: 2.2rem;
    border-bottom: #0059aa 1px dashed;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
}
.boxLesson li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.boxLesson li i {
  display: inline-block;
  color: #fff100;
  font-size: 2.2rem;
  vertical-align: top;
  margin: 0 .2rem 0 1rem;
}
.boxLesson li i.keyframe {
  animation-name: anim_sc;
  transform: scale(0.6, 0.6);
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
.boxLesson li i.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
@media only screen and (max-width: 560px) {
  .boxLesson li {
    font-size: 1.4rem;
  }
  .boxLesson li i {
font-size: 1.6rem;
    padding-top: 3px;
  }
}
.uchiyoga {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
	.attention_bingo{
		font-size: 1.4rem;
	}
  .description {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 414px) {
  h1 img {
    width: 69%;
    margin: 40px auto 30px;
  }
}
@media screen and (max-width: 374px) {}
/*================================================
 *  col02
 ================================================*/
.col02 {
  position: relative;
}
.col02 .icon {
  position: absolute;
  top: 62px;
  left: 37px;
}
.col02 .icon img {
  width: 150px;
}
.bingo {
  width: 96%;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
.col02 .icon {
    position: absolute;
    top: 24px;
    left: 20px;
}
}


@media screen and (max-width: 414px) {
  .col02 .icon {
position: absolute;
    top: 24px;
    left: 15px;
	}
  .col02 .icon img {
    width: 40%;
  }
}
@media screen and (max-width: 374px) {
.col02 .icon {
    position: absolute;
    top: 25px;
    left: 8px;
}
  .col02 .icon img {
    width: 35%;
  }
  }


@media screen and (max-width: 374px) {}
/*================================================
 *  ボタン
 ================================================*/
.button {
  width: 70%;
  margin: 0 auto;
}
.button a {
  position: relative;
}
.button a:before {
  position: absolute;
  display: block;
  content: '▶︎';
  color: #666;
  font-size: 2.4rem;
  top: 12%;
  right: 20px;
}
a.btn--yellow {
  color: #666;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5;
}
a.btn--yellow:hover {
  margin-top: 3px;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.5;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
.col02 .button a:before {
  position: absolute;
  display: block;
  content: '▶︎';
  color: #fff;
  font-size: 2.4rem;
  top: 5%;
  right: 20px;
}
@media screen and (max-width: 414px) {
  .button {
    width: 90%;
    margin: 0 auto;
  }
  a.btn--yellow {
    color: #666;
    background-color: #fff100;
    border-bottom: 5px solid #ccc100;
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
  }
  a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
  }
  .button a:before {
    position: absolute;
    display: block;
    content: '▶︎';
    color: #666;
    font-size: 2.4rem;
    top: 31%;
    right: 20px;
  }
  .col02 .button a:before {
    position: absolute;
    display: block;
    content: '▶︎';
    color: #fff;
    font-size: 2.4rem;
    top: 28%;
    right: 20px;
  }
}

/*================================================
 *  画像エフェクト
 ================================================*/


.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*================================================
 *  footer
 ================================================*/
footer {
  position: relative;
  font-size: 12px;
  padding: 0 0 20px;
  margin: 0 auto;
background: rgba(255, 255, 255, 0.9);
}
footer .footer_nav {
  text-align: center;
  margin-bottom: 10px;
}
footer .footer_nav ul {
	padding: 10px 0 0 0;	
  display: inline-block;
  overflow: hidden;
}
footer .footer_nav ul li {
  display: inline-block;
}
footer .footer_nav ul li:before {
  content: "";
  display: inline-block;
  height: 1em;
  border-left: 1px solid #191816;
  vertical-align: middle;
}
footer .footer_nav ul li:first-child:before, footer .footer_nav ul li:nth-child(7):before {
  border-left: none;
}
footer .footer_nav a {
  position: relative;
  display: inline-block;
  line-height: 2.5em;
  box-sizing: border-box;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    font-size: 12px;
    /* background: #fff; */
    padding-top: 30px;
  }
  footer .footer_nav ul li:nth-child(6):before {
    border-left: none;
  }
  footer .footer_nav ul li:nth-child(7):before {
    border-left: 1px solid #191816;
  }
}
@media screen and (max-width: 414px) {
  footer .footer_nav ul li:nth-child(4):before, footer .footer_nav ul li:nth-child(8):before {
    border-left: none;
  }
}
/*================================================
 *  pageTop
 ================================================*/
#pageTop {
position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    bottom: 16px;
    right: 16px;
    z-index: 1;
}
#pageTop:hover {
  opacity: 0.85;
}
#pageTop a {
  display: block;
  text-decoration: none;
}
#pageTop a:link {
  color: #ffe100;
}
#pageTop a:visited {
  color: #ffe100;
}
#pageTop a:hover {
  color: #ffe100;
}
#pageTop a:active {
  color: #ffe100;
}
@media screen and (max-width: 414px) {
  #pageTop {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    bottom: 6px;
    right: 6px;
  }
}
/*================================================
 *  copyright
 ================================================*/
#copyright {
  text-align: center;
}
@media screen and (max-width: 414px) {
  #copyright {
    font-size: 10px;
  }
}