body {
  width: 100%;
  height: auto;
  margin: 0;
  color: #000000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

p {
  margin: 0;
  line-height: 1.6;
}

.sp {
  display: none;
}
@media only screen and (max-width:640px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width:640px) {
  .pc {
    display: none;
  }
}

#sec_fv {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 120px;
  background-color: rgb(255, 226, 241);
}
@media only screen and (max-width:640px) {
  #sec_fv {
    padding: 0 0 70px;
  }
}
#sec_fv img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sec_fv .btn {
  max-width: 358px;
  width: 100%;
  margin: 0 auto 20px;
}
#sec_fv .present {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
#sec_fv .fv_txt {
  width: 45%;
  margin: 10px auto 30px;
}
#sec_fv .fv_2 {
  margin: -3px 0 0;
  padding: 0 15px;
  background-color: rgb(255, 226, 241);
}
#sec_fv .fv_2 .btn {
  width: 100%;
  margin: 10px auto;
}
#sec_fv .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #sec_fv .pc {
    display: none;
  }
}
#sec_fv .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #sec_fv .sp {
    display: block;
  }
}

#sec_contents {
  margin: -60px 0 0;
}
#sec_contents img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sec_contents .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #sec_contents .pc {
    display: none;
  }
}
#sec_contents .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #sec_contents .sp {
    display: block;
  }
}

#sec_qa {
  max-width: 1000px;
  width: 100%;
  margin: -20px auto 0;
  padding: 60px 0 0;
  background: url(./images/q&a_bg.png);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:640px) {
  #sec_qa {
    margin: -60px 0 0;
  }
}
#sec_qa .sec_inner {
  padding: 0 15px 30px;
}
#sec_qa .sec_inner .ttl {
  max-width: 220px;
  width: 100%;
  margin: 0 auto 30px;
}
@media only screen and (max-width:640px) {
  #sec_qa .sec_inner .ttl {
    max-width: 50%;
  }
}
#sec_qa img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sec_qa .txt {
  display: block;
  max-width: 505px;
  width: 100%;
  margin: 60px auto -70px;
}
@media only screen and (max-width:640px) {
  #sec_qa .txt {
    margin: 60px auto 0;
  }
}
#sec_qa .accordion-area {
  max-width: 870px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  list-style-type: none;
}
#sec_qa .accordion-area:last-child {
  margin-bottom: 0;
}
#sec_qa .accordion-area .mg {
  margin-bottom: 20px;
}
#sec_qa .accordion-area .mg:last-child {
  margin-bottom: 0;
}
#sec_qa .accordion-area .title2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
#sec_qa .accordion-area .title2 p {
  position: relative;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) {
  #sec_qa .accordion-area .title2 p {
    padding: 15px 10px;
  }
}
#sec_qa .accordion-area .title2 p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  display: block;
}
#sec_qa .accordion-area .title2 p:hover {
  cursor: pointer;
}
#sec_qa .accordion-area .title2 p .q {
  display: inline-block;
  max-width: 21px;
  width: 100%;
}
@media only screen and (max-width:640px) {
  #sec_qa .accordion-area .title2 p .q {
    max-width: 16px;
  }
}
#sec_qa .acc-sec2 {
  display: none;
}
#sec_qa .p-answer {
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
}
@media only screen and (max-width:640px) {
  #sec_qa .p-answer {
    padding: 15px 10px;
  }
}
#sec_qa .title2.close::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#sec_qa .title2.close::after {
  display: none;
  transition: all 0.3s;
}
#sec_qa .title2::before {
  content: "";
  position: absolute;
  top: 49%;
  transform: translateY(-49%);
  right: 30px;
  bottom: 0;
  display: block;
  width: 15px;
  height: 2.5px;
  background-color: rgb(0, 120, 161);
  transition: 0.3s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media only screen and (max-width:640px) {
  #sec_qa .title2::before {
    right: 10px;
  }
}
#sec_qa .title2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  bottom: 0;
  display: block;
  width: 15px;
  height: 2.5px;
  line-height: 50px;
  background-color: rgb(0, 120, 161);
  transition: 0.3s;
}
@media only screen and (max-width:640px) {
  #sec_qa .title2::after {
    right: 10px;
  }
}
#sec_qa .acc-sec2.close {
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  padding-top: 20px;
}
#sec_qa .qa_btm {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sec_qa .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #sec_qa .pc {
    display: none;
  }
}
#sec_qa .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #sec_qa .sp {
    display: block;
  }
}

#sec_contact {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 15px 80px;
  background-color: rgb(255, 226, 241);
}
@media only screen and (max-width:640px) {
  #sec_contact {
    padding: 120px 15px 80px;
  }
}
#sec_contact .txt {
  display: block;
  max-width: 505px;
  width: 100%;
  margin: -120px auto 10px;
}
#sec_contact .btn {
  display: block;
  max-width: 358px;
  width: 100%;
  margin: 0 auto 10px;
}
#sec_contact .present {
  display: block;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
#sec_contact .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #sec_contact .pc {
    display: none;
  }
}
#sec_contact .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #sec_contact .sp {
    display: block;
  }
}

#sec_details {
  max-width: 1000px;
  width: 100%;
  margin: -20px auto 0;
  padding: 80px 30px 100px;
  background: url(./images/details_bg.png);
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #sec_details {
    background: none;
    background-color: #F6F5EC;
  }
}
@media only screen and (max-width:640px) {
  #sec_details {
    padding: 60px 15px;
    background: none;
    background-color: #F6F5EC;
  }
}
#sec_details img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sec_details .ttl {
  display: block;
  max-width: 697px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (max-width:640px) {
  #sec_details .ttl {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#sec_details .txt {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  color: #FFFFFF;
  text-align: center;
  background-color: #D51155;
}
#sec_details dl {
  display: flex;
  max-width: 770px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #FFFFFF;
}
@media only screen and (max-width:640px) {
  #sec_details dl {
    padding: 15px;
  }
}
#sec_details dl dt {
  display: block;
  width: 20%;
  margin: 0 60px 0 0;
  font-weight: bold;
}
@media only screen and (max-width:640px) {
  #sec_details dl dt {
    margin: 0;
  }
}
#sec_details dl dd {
  display: block;
  width: 80%;
  font-size: 15px;
  font-weight: 500;
}
#sec_details dl .bold {
  margin: 0 0 20px;
  font-weight: bold;
}
#sec_details iframe {
  display: block;
  max-width: 770px;
  width: 100%;
  height: 400px;
  margin: 30px auto 0;
}
#sec_details .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #sec_details .pc {
    display: none;
  }
}
#sec_details .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #sec_details .sp {
    display: block;
  }
}

#sec_instructor {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  background: url(./images/sec_instructor_bg.png);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:640px) {
  #sec_instructor {
    padding: 60px 15px;
  }
}
#sec_instructor .ttl {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 60px;
}
#sec_instructor .sec_instructor_inner {
  display: flex;
  align-items: flex-start;
  max-width: 770px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 80px;
  background: #FFFFFF;
  border-radius: 60px 0 60px 0;
}
@media only screen and (max-width:640px) {
  #sec_instructor .sec_instructor_inner {
    display: block;
    padding: 60px 30px;
  }
}
#sec_instructor .sec_instructor_inner .img {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 30px 0 0;
}
@media only screen and (max-width:640px) {
  #sec_instructor .sec_instructor_inner .img {
    margin: 0 auto;
  }
}
#sec_instructor img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sec_instructor .profile {
  font-weight: 500;
  line-height: 1.8;
}
#sec_instructor .profile .name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:640px) {
  #sec_instructor .profile .name {
    margin: 15px 0 0;
    font-size: 24px;
    text-align: center;
  }
}
#sec_instructor .profile .ruby {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width:640px) {
  #sec_instructor .profile .ruby {
    text-align: center;
  }
}
#sec_instructor .present {
  max-width: 590px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width:640px) {
  #sec_instructor .present {
    padding: 0 15px;
  }
}
#sec_instructor .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #sec_instructor .pc {
    display: none;
  }
}
#sec_instructor .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #sec_instructor .sp {
    display: block;
  }
}

img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: -50px auto 80px;
}
@media only screen and (max-width:640px) {
  img {
    margin: -40px auto 60px;
  }
}
footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: rgb(247, 247, 247);
}
footer a {
  color: #000000;
}
footer a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
footer p {
  margin: 0;
  color: #000000;
  text-align: center;
}/*# sourceMappingURL=main.css.map */

/* form */
.container{
  max-width: 1000px;
}
h1 {
    font-size: 27px;
    text-align: center;
    margin-top: 50px;
    background: #10c7f3;
    color: white;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 50px;
}
input[type=text], input[type=email], input[type=tel], select {
    padding: 8px 10px !important;
    font-size: 18px;
    margin: 3px !important;
}

.halfsize{
  width:140px !important;
  max-width: 45% !important;
}
.fullsize{
  width:300px !important;
  max-width: 100% !important;
}
p.form__label {
    background: #f9fbfc;
    padding: 4px 8px;
    margin-top: 14px;
    margin-bottom: 6px;
}
.money_seminarinfo__commonttl {
    font-size: 15px;
    font-weight: bold;
    color: #e5025a;
    margin-bottom: 0px;
}
.money_seminarinfo__noticeul {
    margin: 4px auto;
    font-size: 14px;
    padding-left: 26px;
}
.rules {
    height: 160px;
    overflow: scroll;
    max-width: 100%;
    margin: 10px auto 10px;
    background: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3;
    box-sizing: border-box;
}
.ruleBox01 {
    font-weight: 300;
}
.ruleBox01 strong {
    font-weight: bold;
}
.money_seminarinfo__notice {
    padding: 20px;
    margin: 10px auto;
    background: #f6f5ec;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
button#send {
    background: linear-gradient(45deg, rgba(229, 1, 90, 1) 0%, rgb(255 148 183) 100%);
    margin: 20px auto;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    height: 60px;
    border-radius: 40px;
    font-size: 20px !important;
    font-weight: bold;
    color: white;
    line-height: 60px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    text-shadow: none;
    font-size: 16px;
    line-height: 50px;
    border: none;
}