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

main {
  background: url(/for_new_customer/img/main_pc.png) left no-repeat;
  background-size: cover;
  height: 460px;
}
main div {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  height: 460px;
  position: relative;
}
main div h1{
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 150px 0 35px;
  position: relative;
}
main div h1 span{
  background: linear-gradient(transparent 70%, #FFE26D 30%);
  display: inline-block;
}
main div h1::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/for_new_customer/img/beginner.png) no-repeat left;
  position: absolute;
  top: 120px;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
main div .main_text{
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 1.5rem;
}

main div a.main_btn{
  font-weight: normal;
  padding: 20px 0;
  height: auto;
  text-align: center;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #1E3C72, #2A5298);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
}
main div a.main_btn i{
  position: absolute;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}
main div a:hover{
  opacity: .8;
}

main div a p {
  font-size: 2rem;
  line-height: 1.2;
}

main div a p span{
  font-size: 2rem;
  color: #FFD8D8;
}

#for_new_customer_index #contents h2{
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
#for_new_customer_index #contents h2 span:nth-of-type(1){
  font-size: 4rem;
}
#for_new_customer_index #contents h2 span:nth-of-type(2){
  color:#E40057;
}

#for_new_customer_index #contents .reason_area .title_bg {
  text-align: center;
}

#for_new_customer_index #contents .reason_area .title_bg h2{
  background: url("/for_new_customer/img/reason_bg.png") no-repeat left top;
  height: 145px;
  padding: 45px 0 0 80px;
  display: inline-block;
  margin-left: -80px;
}
.reason_area{
  margin-bottom: 40px;
}

.reason_area .reason_inner{
  display: flex;
  flex-wrap: wrap;
}
.reason_area .reason_inner figure{
  width: 50%;
}
.reason_area .reason_inner div{
  padding: 60px 50px 0;
  width: 50%;
  background-size: 50%;
}
.reason_area .method,
.reason_area .teacher,
.reason_area .coordinate{
  margin-bottom: 80px;
}
.reason_area .method .reason_inner div {
  background: url("/for_new_customer/img/method_bg01.png") no-repeat left -70px top -20px;
}
.reason_area .teacher .reason_inner div{
  background: url("/for_new_customer/img/method_bg02.png") no-repeat right top -20px;
}
.reason_area .coordinate .reason_inner div {
  background: url("/for_new_customer/img/method_bg03.png") no-repeat left -50px top -20px;
}
.reason_area .support .reason_inner div {
  background: url("/for_new_customer/img/method_bg04.png") no-repeat right -80px center;
}
.reason_area .reason_inner figure img{
  width: 100%;
}
.reason_area .reason_inner h3{
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.reason_area .reason_inner h3::before{
  content: "";
  display: inline-block;
  width: 45px;
  height: 50px;
  position: absolute;
  top: -30px;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.reason_area .method .reason_inner h3::before{
  background: url(/for_new_customer/img/method01.png) no-repeat left;
}

.reason_area .teacher .reason_inner h3::before{
  background: url(/for_new_customer/img/method02.png) no-repeat left;
}
.reason_area .coordinate .reason_inner h3::before{
  background: url(/for_new_customer/img/method03.png) no-repeat left;
}
.reason_area .support .reason_inner h3::before{
  background: url(/for_new_customer/img/method04.png) no-repeat left;
}
.reason_area .reason_inner p {
  margin-bottom: 20px;
}
.reason_area .reason_inner ul li{
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.reason_area .reason_inner ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(/for_new_customer/img/check.png) no-repeat left;
  top: 10px;
}
.reason_area a{
  max-width: 960px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #e40057;
  display: block;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #e40057;
  position: relative;
  width: 100%;
  margin:30px auto 0;
  padding: 15px 0;
  text-decoration: none;
}
.reason_area a i{
  position: absolute;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}
 .course{
  background: url(/for_new_customer/img/course_bg_top.png) repeat-x top, url(/for_new_customer/img/course_bg_btm.png) repeat-x bottom ,linear-gradient(#fff5cb 0%, #ffd9d9 100%);
  padding: 250px 0 100px;
}
.course .swiper-pagination {
  display: none
}
@media screen and (max-width: 768px) {
  .course .swiper-pagination {
    display: block;
    margin-bottom: 20px;
  }
}
.course .swiper-pagination .swiper-pagination-bullet {
  background: #C1C1C1;
  opacity: 1;
  margin: 0 7px
}
.course .swiper-pagination .swiper-pagination-bullet-active {
  background: #1E3C72;
}
.course .swiper-button-prev {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain
}
@media screen and (min-width: 769px) {
  .course .swiper-button-prev {
    display: none
  }
}
.course .swiper-button-prev::after {
  display: none
}
.course .swiper-button-next {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (min-width: 769px) {
  .course .swiper-button-next {
    display: none
  }
}
.course .swiper-button-next::after {
  display: none
}
 .course ul{
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
 .course ul li{
  width: 30%;
  border-radius: 7px;
  background: #fff;
  position: relative;
  margin: 225px auto 40px;
  padding: 50px 40px 80px;
   height: 315px;
}
.course ul li figure{
  position: absolute;
  top:-225px;
  left:-35px;
}
.course ul li h3{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
.course ul li h3::before {
  content: "";
  position: absolute;
  width: 65px;
  border-bottom: 5px solid #FFD9D9;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.course ul li p{
  margin: 20px 0;
}


.course ul li a{
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #1E3C72, #2A5298);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 80%;
  display: block;
  color: #fff;
  border-radius: 50px;
  font-size: 1.8rem;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  text-decoration: none;
}
.course ul li a span{
  color: #FFD8D8;
}
.course ul li a i{
  position: absolute;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}
.course .entry_area{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.course .entry_area a,
.voice .entry_area a,
.faq .entry_area a{
  max-width: 966px;
  border-radius: 39px;
  background: #e40057;
  display: block;
  margin: 10px auto;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.course .entry_area a i,
.voice .entry_area a i,
.faq .entry_area a i{
  position: absolute;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}
#for_new_customer_index #contents .step .title_bg {
  text-align: center;
}
#for_new_customer_index #contents .step .title_bg p{
  font-weight: bold;
  font-size: 2rem;
}
#for_new_customer_index #contents .step .title_bg p span{
  color: #E40057;
}

#for_new_customer_index #contents .step .title_bg h2 {
  background: url("/for_new_customer/img/step_bg.png") no-repeat left top;
  height: 145px;
  padding: 20px 0 0 100px;
  display: inline-block;
  line-height: 1.4;
  margin-left: -100px;
}
#for_new_customer_index #contents .step .title_bg h2 span span{
  font-size: 4rem;
}
#for_new_customer_index #contents .step .entry_blueBtn,
#for_new_customer_index #contents #reason .entry_blueBtn{
  max-width: 460px;
  width: 100%;
  margin:40px auto;
}
#for_new_customer_index #contents .step .entry_blueBtn a,
#for_new_customer_index #contents #reason .entry_blueBtn a{
  font-weight: normal;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #1E3C72, #2A5298);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  color: #fff;
  border-radius: 50px;
  font-size: 1.8rem;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
#for_new_customer_index #contents .step .entry_blueBtn a span,
#for_new_customer_index #contents #reason .entry_blueBtn a span{
  color: #FFD8D8;
}
#for_new_customer_index #contents .step .entry_blueBtn a i,
#for_new_customer_index #contents #reason .entry_blueBtn a i{
  position: absolute;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}


#for_new_customer_index #contents #reason .title_bg {
  text-align: center;
}

#for_new_customer_index #contents #reason .title_bg h2{
  background: url("/for_new_customer/img/step_bg.png") no-repeat left top;
  height: 145px;
  padding: 45px 0 0 80px;
  display: inline-block;
  margin-left: -80px;
}

/*スクールを探す*/

#for_new_customer_index #contents .bl_school{
	padding: 5.0rem 0;
	margin: 0 auto;
}
#for_new_customer_index #contents .bl_school .title_bg {
  text-align: center;
}

#for_new_customer_index #contents .bl_school .title_bg h2{
  background: url("/for_new_customer/img/reason_bg.png") no-repeat left top;
  height: 145px;
  padding: 45px 0 0 80px;
  display: inline-block;
  margin-left: -80px;
}

.bl_school .ly_inner_bg{
  max-width: calc(100% - (50% - (1000px / 2)));
  background: url("/img/bg_school.png") top left no-repeat;
  background-size: 100% auto;
}
.bl_school .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 0 0 auto;
  position: relative;
  padding: 5.0rem 0;
}
#for_new_customer_index .el_cap {
  font-size: 2.6rem;
  font-weight: bold;
}
#for_new_customer_index .el_capNum {
  font-size: 3.0rem;
}
.bl_school .ly_inner div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bl_school .ly_inner div:not(:first-child) {
  margin: 3.0rem auto 0 auto;
}
.bl_school .ly_inner div h3 {
  font-size: 1.6rem;
  width: 14.5em;
}
.bl_school .ly_inner div h3 i{
	font-size: 1.3rem;
	margin-right: 0.25rem;
}

.bl_school .ly_inner div ul {
  width: 65%;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
}
.bl_school .ly_inner div ul li {
  width: 7em;
}


.bl_school .ly_inner div ul li i{
	font-size: 1.1rem;
	margin-right: 0.25rem;
}
#for_new_customer_index .el_linkBtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 2.6rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .16);
  transition: 0.3s;
  color: #D5667C;
  font-weight: bold;
}
#for_new_customer_index .el_linkBtn2:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}


.bl_school .el_linkBtn2 {
  margin: 5.0rem auto 0  0;
	width: 80%;
}

#for_new_customer_index .el_linkBtn2 i {
  margin-right: 2.0rem;
  width: 3.8rem;
  height: 4.0rem;
  background: url("/img/icon_search.png") top left no-repeat;
  background-size: contain contain;
}

/* ============================================================ */
/* 受講生の声
/* ============================================================ */
#for_new_customer_index .voice .title_bg {
  background: #FFD9D9;
  position: relative;
  height: 250px;
  padding-top: 150px;
}
#for_new_customer_index .voice .title_bg :after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 5vw 49vw 0 49vw;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
}

.voice_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.voice_category li {
  margin: 0 7px 15px;
}

.voice_category li a {
  display: block;
}

.voice_category li a:hover,
.voice_category li.active a {
  opacity: 1;
}

#for_new_customer_index #contents .faq{
  max-width: 1280px;
  margin: 0 auto;
}
#for_new_customer_index #contents .faq .title_bg {
  text-align: center;
}

#for_new_customer_index #contents .faq .title_bg h2 {
  background: url("/for_new_customer/img/step_bg.png") no-repeat left top;
  height: 145px;
  padding: 60px 0 0 100px;
  display: inline-block;
  line-height: 1.4;
  margin-left: -100px;
}
#for_new_customer_index #contents .faq ul li{
  padding-bottom: 50px;
  line-height: 1.4;
  background: url(/for_new_customer/img/faq_line.png) no-repeat center bottom;
  margin-bottom: 50px;
}
#for_new_customer_index #contents .faq ul li:last-child{
  background: none;
}

#for_new_customer_index #contents .faq ul li p{
  font-size: 1.8rem;
  position: relative;
  padding-left: 70px;
  margin: 40px 0;
  line-height: 1.8;
}
#for_new_customer_index #contents .faq ul li p:nth-of-type(1){
  font-weight: bold;
  font-size: 3rem;
  color: #e40057;
  padding-left: 70px;
}
#for_new_customer_index #contents .faq ul li p:nth-of-type(1)::before{
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  background: url(/for_new_customer/img/q.png) no-repeat left;
  top: -5px;
}
#for_new_customer_index #contents .faq ul li p:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  background: url(/for_new_customer/img/a.png) no-repeat left;
  top: -5px;
}
#for_new_customer_index #contents .faq ul li a{
  text-align: right;
  display: block;
  text-decoration: none;
}
#for_new_customer_index #contents .faq ul li a i{
  font-size: 1.2rem;
  margin-right: 10px;
}
#for_new_customer_index #contents .movie {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 40px ;
}
#for_new_customer_index #contents .movie .title_bg{
  text-align: center;
}
#for_new_customer_index #contents .movie h2{
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  background: url("/for_new_customer/img/reason_bg.png") no-repeat left top;
  height: 145px;
  padding: 45px 0 0 80px;
  display: inline-block;
  margin: 0 0 0 -80px;
}
#for_new_customer_index #contents .movie h2 span {
  font-size: 4rem;
}
#for_new_customer_index #contents .movie iframe {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 720px) {
main {
  background: url(/for_new_customer/img/main_sp.png) top left no-repeat;
  background-size: 100%;
  height: auto;
}
main div {
  height: auto;
}
main div h1{
  font-size: 2.6rem;
  padding: 80px 0 30px;
  margin-left: 20%;
}
main div h1::before {
  width: 30px;
  height: 30px;
  top: 50px;
  background-size: 100%;
}
main div .main_text {
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 30px 20%;
  text-shadow: 0 0 3px white, 0 0 6px white, 0 0 9px white, 0 0 12px white;
}
main div a.main_btn {
  width: 90%;
}
main div a p {
  font-size: 1.6rem;
}
main div a p span{
  font-size: 1.6rem;
}
#for_new_customer_index #contents h2 {
  font-size: 2rem;
}
#for_new_customer_index #contents h2 span:nth-of-type(1) {
  font-size: 3rem;
}
.reason_area .method .reason_inner {
  background: url("/for_new_customer/img/method_bg01.png") no-repeat left -50% bottom;
  background-size: 60%;
}
.reason_area .method .reason_inner h3::before,
.reason_area .teacher .reason_inner h3::before,
.reason_area .coordinate .reason_inner h3::before,
.reason_area .support .reason_inner h3::before{
  background-size: 50%;
}

.reason_area .reason_inner div{
  width: 70%;
  background: none !important;
  padding: 50px 15px 0;
}
.reason_area .reason_inner figure {
  width: 30%;
}
.reason_area .reason_inner h3 {
  font-size: 1.6rem;
}
.reason_area .reason_inner p {
  margin-bottom:0;
}

.reason_area .reason_inner ul{
  width: 90%;
  margin: 20px auto 0;
  padding: 10px 0 20px;
}
.reason_area .teacher {
  margin-bottom: 80px;
  background: url("/for_new_customer/img/method_bg02.png") no-repeat bottom right;
  background-size: 60%;
}
.reason_area .coordinate {
  margin-bottom: 80px;
  background: url("/for_new_customer/img/method_bg03.png") no-repeat bottom left;
  background-size: 60%;
}
.reason_area .support{
  background: url("/for_new_customer/img/method_bg04.png") no-repeat bottom right;
  background-size: 60%;
}
.reason_area .reason_inner ul li {
  font-size: 1.4rem;
}
.reason_area .reason_inner ul li::before {
  top: 5px;
}
.reason_area a {
  border: 1px solid #e40057;
  font-size: 1.4rem;
  width: 90%;
  line-height: 1.2;
  margin: 0 auto;
}
.reason_area a i {
  right: 5px;
}
.course {
  padding: 100px 15px;
}
.course ul{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: auto;
  flex-wrap: initial;
  height: auto;
}
.course ul li {
  width: 90%;
  padding: 40px 30px 80px;
  height: 280px;
}
@media screen and (min-width: 451px) and (max-width: 540px) {
.course ul li {
  margin: 280px auto 40px;
}
}
@media screen and (min-width: 541px) and (max-width: 650px) {
.course ul li {
  margin: 280px auto 40px;
  padding-top: 200px;
}
}
@media screen and (min-width: 651px) and (max-width: 720px) {
.course ul li {
  margin: 280px auto 40px;
  padding-top: 250px;
}
}


.course ul li figure {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 385px) and (max-width: 420px) {
.course ul li figure {
  top: -220px;
}
}
@media screen and (min-width: 421px) and (max-width: 450px) {
.course ul li figure {
  top: -230px;
}
}
@media screen and (min-width: 451px) and (max-width: 480px) {
.course ul li figure {
  top: -250px;
}
}
@media screen and (min-width: 481px) and (max-width: 500px) {
.course ul li figure {
  top: -270px;
}
}
@media screen and (min-width: 501px) and (max-width: 550px) {
.course ul li figure {
  top: -290px;
}
}

.course ul li figure img{
  width: 100%;
}
.course ul li h3 {
  font-size: 1.8rem;
}
.course .entry_area {
  font-size: 1.4rem;
}
.course .entry_area a, .voice .entry_area a, .faq .entry_area a {
  font-size: 1.6rem;
  width: 90%;
  padding: 10px 0;
}
.course .entry_area a i, .voice .entry_area a i, .faq .entry_area a i {
  font-size: 1.2rem;
}
.course ul li a {
  font-size: 1.6rem;
}
.course ul li a i {
  font-size: 1.1rem;
}
#for_new_customer_index #contents .step .title_bg p {
  font-size: 1.4rem;
}
#for_new_customer_index #contents .step .title_bg h2 {
  background: url("/for_new_customer/img/step_bg.png") no-repeat left top 40%;
  padding: 20px 0 0 0;
  line-height: 1.2;
  margin-left: 0;
  background-size: 20%;
  font-size: 1.8rem;
}
#for_new_customer_index #contents .step .entry_blueBtn, 
#for_new_customer_index #contents #reason .entry_blueBtn {
  width: 90%;
}
#for_new_customer_index .voice .title_bg {
  background: #FFD9D9;
  position: relative;
  height: 130px;
  padding-top: 50px;
}
#for_new_customer_index #contents .faq ul {
  width: 90%;
  margin: 0 auto;
}
#for_new_customer_index #contents .faq ul li {
  padding-bottom: 20px;
  background: url(/for_new_customer/img/faq_line.png) no-repeat center bottom;
  margin-bottom: 20px;
  background-size: 80%;
}

#for_new_customer_index #contents .faq ul li p:nth-of-type(1)::before,
#for_new_customer_index #contents .faq ul li p:nth-of-type(2)::before{
  background-size: 60%;
}
#for_new_customer_index #contents .faq ul li p:nth-of-type(1) {
  font-size: 1.6rem;
  padding-left: 50px;
}
#for_new_customer_index #contents .faq ul li p{
  font-size: 1.4rem;
  padding-left: 50px;
}
#for_new_customer_index #contents .faq ul li {
  background-size: 80%;
}
  
/*スクールを探す*/
.course ul li a i{
  font-size: 1.1rem;
}l_school{
	padding: 5.0rem 0;
}
.bl_school .ly_inner_bg{
	max-width:100%;
	background: url("/img/bg_school.png") top left no-repeat;
	background-size: auto 100%;
}
.bl_school .ly_inner{
	width: 100%;
	max-width: auto;
	margin: 0 0 0 auto;
	position: relative;
	padding: 5.0rem 2.0rem;
}
.bl_school .ly_inner div{
	margin: 0 auto;		
  display: block;
 /*flex-wrap: wrap;
  align-items: flex-start;*/
}
.bl_school .ly_inner div:not(:first-child){
	margin: 3.0rem auto 0 auto;		
}
.bl_school .ly_inner div h3{
	font-size: 1.6rem;
	width: 14.5em;
}
.bl_school .ly_inner div h3 i{
	font-size: 1.3rem;
	margin-right: 0.25rem;
}
.bl_school .ly_inner div ul{
	width: 100%;
	margin: 0 auto 0 0;		
 display: flex;
 flex-wrap: wrap;
}
.bl_school .ly_inner div ul li{
	width: 25%;
}
.bl_school .ly_inner div ul li i{
	font-size: 1.1rem;
	margin-right: 0.25rem;
}
.bl_school .el_linkBtn2 {
  margin: 5.0rem auto 0 0;
	width: 100%;
}
#for_new_customer_index #contents .movie h2{
  font-size: 2rem;
}
#for_new_customer_index #contents .movie h2 span {
  font-size: 3rem;
}

}
