body {
  margin: 0;
  background-color: #fff;
  font-size: 18px;
}

a {
  color: #000;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/*slide in effect*/
.rightAlign {
  float: right;
}

.leftAlign {
  float: left;
}

.animateBlock {
  margin-top: 20px;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
}

.animateBlock.left {
  left: -20%;
}

.animateBlock.right {
  right: -20%;
}

.left.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.right.animated {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

#Img {
  width: 300px;
  padding-left: 15px;
  padding-top: 12px;
  text-align: center;
}


/*grid*/
.text1{
  padding-left: 80px;
  padding-top: 45px;
  background-image:url(../img/cir1.png);
  background-repeat: no-repeat;
}
.text1 h1 span{
  font-size: 17px;
padding: 10px;
font-family: 'Noto Serif JP', serif !important;
}
.text1 h1{
  border-bottom: 3px solid #FFA5CF;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif !important;
}
.text1 p{
  line-height: 2;
}
.text2{
  padding-left: 80px;
  padding-top: 45px;
  background-image:url(../img/cir2.png);
  background-repeat: no-repeat;
}
.text2 h1 span{
  font-size: 17px;
padding: 10px;
font-family: 'Noto Serif JP', serif !important;
}
.text2 h1{
  border-bottom: 3px solid #92D050;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif !important;
}
.text2 p{
  line-height: 2;
}
.text3{
  padding-left: 80px;
  padding-top: 45px;
  background-image:url(../img/cir3.png);
  background-repeat: no-repeat;
}
.text3 h1 span{
  font-size: 17px;
padding: 10px;
font-family: 'Noto Serif JP', serif !important;
}
.text3 h1{
  border-bottom: 3px solid #FFDB49;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif !important;
}
.text3 p{
  line-height: 2;
}
.merit, .time, .plan{
  display:grid;
  grid-template-columns: 2fr 1fr;
}
.pdfbtn{
  margin-top: 10px;
  width: 300px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #FFD2E7;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #F3C4E1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1.5px solid #F3C4E1;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 9;
}
.bx-wrapper {
    /* margin-top: 175px; */
}

input[type=button]{
  outline: none !important;
  border: none !important;
}
button input[type=button], input[type=reset], input[type=submit] {
  outline: none !important;
  border: none !important;
}
:focus{
	outline: none !important;
  border: none !important;
}
.gap{
  margin-bottom: 80px;
}
/* header */

.header {
  background-color: #D5FFF4;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  /* position: fixed; */
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #D5FFF4;
}

.header li a {
  display: block;
  padding: 15px 20px;
  border-right: 1px solid #EA6984;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  top: 46px;
  position: absolute;
}
.logo img{
  width: 145px;
}
/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.tel-pc{
  display: block;

}
.tel-sp{
  display: none;
}
/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  /* position: relative; */
  position: absolute;
  user-select: none;
  top: 12px;
  right: 0;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  /* max-height: 240px; */
  max-height: 290px;
  margin-bottom: 20px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.prices{
  background-color: #e0f8ff;
  padding: 10px;
  margin-top: 35px;
  font-weight: bolder;
  font-size: 20px;
}
.note{
    background-color: #DAFFB2;
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: 2;
}
/*footer*/
.footer {
    /* border-top: 2px solid #B88A5B !important; */
    color: #fff !important;
    padding-top: 25px;
    background-color: #F8F8F8;
}
.footer-row{
  justify-content: center;
  display: grid;
}
.footer .container {
    position: relative;
}
.footer .nav{
  margin-top: 10px !important;
}
.footer .gnav {
    text-align: center;
    margin-bottom: 1rem;
}
.footer .gnav li {
    display: inline;
    padding-right: 1pc;
    line-height: 20px;
    font-weight: 700;
    font-size: 12px;
}
.footer .gnav li+li {
    border-left: 1px solid #EA6984;
}
.footer .gnav li+li {
    border-left: 1px solid #EA6984;
    padding-left: 1pc;
}
.footer .gnav li a {
    color: #707070 !important;
}
.footer .gnav li a {
    color: #707070 !important;
}
a, a:hover {
    text-decoration: none;
}
.footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
    color:#3B3B3B;
}
.footer .pagetop {
    position: absolute;
    top: -70px;
    right: 0;
}
#return-to-top {
    position: fixed;
    color: #000;
    /* bottom: 54.3%; */
    bottom: 42.2%;
    right: 80px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 20;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer .copyright {
    background: none;
    font-size: 10px;
    letter-spacing: 1.6px;

}
.footer .copyright {
    display: block;
    height: 23px;
    line-height: 23px;
    background: #ffffff;
    color: #3B3B3B;
    display: grid;
    justify-content: center;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
    line-height: 0px;
  }
  .header li a {
    padding: 15px 30px;
  }
  .header .menu {
    /* clear: none; */
    float: right;
    max-height: none;
    padding-bottom: 15px;
  }
  .header .menu-icon {
    display: none;
  }


}
@media (max-width: 47em) {
  .tel-sp{
    display: block;
  }
  .telsp{
    display: grid;
    justify-content: center;
  }
  .tel-pc{
    display: none;
  }
  .header .logo {
    display: grid;
    float: none;
    justify-content: center;
    top: 0;
    position: relative;
  }

.merit, .time, .plan {
    display: grid;
    grid-template-columns: 1fr;

　　}

.freecover2 {
  object-fit: cover;
  width: 290px;
  height: 233px;
  background-color: #fff;
  }
.freecover {
  object-fit: cover;
  /* width: 290px; */
  height: 242.5px;
  background-color: #fff;
  }
  .freecover1 {
    object-fit: cover !important;
    /* width: 290px; */
    height: 240px !important;
    background-color: #fff;
  }
.imgloc{
  justify-content: center;
  display: flex;
  margin-top: 35px;
  }
  .pdfbtn{
    width: 100%;
  }
  .text1, .text2, .text3{
    padding-left: 0;
  }
  .footer .gnav {
    font-size: 10px !important;

  }
}
