
@charset "UTF-8";
/* CSS Document */


main {
  margin-top: 50px;
}

.contents_wrap > h3 {
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
/*  margin-top: 50px;*/
  margin-bottom: 30px;
}



.contact_form_thanks {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.0;
}
.contact_form_thanks span {
  font-weight: 500;
}
.contact_form_thanks_link {
  display: block;
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: underline;
  margin: 35px auto 0;
  width: 240px;
  transition: opacity 0.5s ease;
}
.contact_form_thanks_link img {
  margin-bottom: 10px;
  width: 240px;
}



.cta_sp_wrap {
  margin:70px 0 0;
  width: 100%;
}
.cta_sp_wrap > div.plans_wrap {
  background-color: #eeeeee;
  border-top: solid 1px #333333;
  text-align: center;
  margin-top: 15px;
  padding: 20px 0 23px;
}
.cta_sp_wrap > div.plans_wrap h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 10px;
}
.cta_sp_wrap > div.plans_wrap a {
  display: block;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.cta_sp_wrap > div.plans_wrap a.top_button {
  margin-top: 20px;
}
.cta_sp_wrap > div.plans_wrap a img {
  margin: 0 calc((100% - 250px) / 2);
  width: 250px;
  height: auto;
}
.cta_sp_wrap > div.plans_wrap a img:hover {
  opacity: 0.7;
}

.cta_pc_wrap {
  display: none;
}



footer {
  text-align: center;
  margin: 0 0 20px;
}
footer a {
  display: block;
  margin-bottom: 20px;
}
footer img {
  width: 180px;
  height: auto;
}


@media print, screen and (min-width:1000px) {
 
  header > h1 {
    width: 1000px;
    margin-left: calc((100% - 1000px) / 2);
  }
  
  
  .contents_wrap > h3 {
    font-size: 2.8rem;
    font-weight: 100;
    margin: 0 auto 60px;
    width: fit-content;
  }
  
  .contact_form_thanks {
    text-align: center;
  }
  
  
  
  .cta_sp_wrap {
    display: none;
  }
  
  .cta_pc_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(0 0 0 / 0.05);
    border-top: solid 1px #333333;
    text-align: center;
    margin:100px 0 0;
    padding: 35px 0 35px;
    width: 100%;
    max-width: none;
  }
  .cta_pc_wrap > div.plans_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    padding: 0;
  }
  .cta_pc_wrap > div.plans_wrap > a {
    display: block;
  　transition: opacity 0.5s;
    width: 30%;
    max-width: 300px;
    height: auto;
  }
  .cta_pc_wrap > div.plans_wrap > a:nth-of-type(2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .cta_pc_wrap > div.plans_wrap > a:hover {
    opacity: 0.7;
  }
  .cta_pc_wrap > div.plans_wrap > a.top_button {
    margin-top: 20px;
  }
  .cta_pc_wrap > div.plans_wrap > a > img {
    margin: 0;
    width: 100%;
    height: auto;
  }

  
  
  footer {
    margin: 0 0 50px;
  }
  footer a {
    margin-bottom: 30px;
  }
  footer img {
    width: 240px;
  }
  
}
