html{
  font-size: 62.5%;
}
body{
  background: url('../images/content_bg.png');
  font-size: 1.6rem;
}
@media screen and (max-width: 750px){
  body{
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

a{
  color: #e00d18;
}
.pc{
  display: block;
}
@media screen and (max-width: 750px){
  .pc{
    display: none;
  }
}
.sp{
  display: none;
}
@media screen and (max-width: 750px){
  .sp{
    display: block;
  }
}

.content{
  padding: 0 0 70px;
}

.content_wrap{
  width: 920px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
@media screen and (max-width: 750px){
  .content_wrap{
    width: auto;
  }
}

.content_inner{
  padding: 0 40px;
}
@media screen and (max-width: 750px){
  .content_inner{
    padding: 0 4%;
  }
}

.mv_wrap{
  position: relative;
  background: url('../images/mv_bg.jpg')no-repeat top center/cover;
  text-align: center;
  padding: 0 0 60px;
}

.mv_wrap02{
  position: relative;
  background: url('../images/mv_bg.jpg')no-repeat top center/cover;
  text-align: center;
  padding: 0 0 5px;
}

.mv_wrap02_end{
  padding-bottom: 110px;
}

@media screen and (max-width: 750px){
  .mv_wrap{
    background: url('../images/mv_bg_sp.jpg')no-repeat top center /cover;
    padding: 0 0 12%;
  }

  .mv_wrap02_end{
    padding-bottom: 50px;
  }
}
.mv_wrap .logo{
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 750px){
  .mv_wrap .logo{
    top: 2%;
    left: 5%;
    width: 13.4%;
  }
}

.mv_img{
  padding-top: 72px;
}
@media screen and (max-width: 750px){
  .mv_img{
    padding-top: 8%;
  }

  .mv_img img {
    width: 105%;
    margin-left: -3.5%;
  }
}

.mv_read_01{
  margin-top: 23px;
}
@media screen and (max-width: 750px){
  .mv_read_01{
    margin-top: 6.5%;
  }

  .mv_read_01 img {
    width: 90%;
  }
}

.mv_read_01_background {
  display: inline-block;
  background-color: #FFF;
  padding: 19px 33px 0;
}
@media screen and (max-width: 750px){
  .mv_read_01_background {
    padding: 10px 0;
    margin: 15px;
  }
}

.mv_read_02{
  font-size: 1.4rem;
  margin-top: 13px;
  color: #000;
}
@media screen and (max-width: 750px){
  .mv_read_02{
    font-size: 1.2rem;
    margin-top: 17px;
  }
}

.anchor_link_01_wrap{
  display: flex;
  justify-content: space-between;
  width: 846px;
  margin: 0 auto;
}
@media screen and (max-width: 750px){
  .anchor_link_01_wrap{
    width: 100%;
    padding: 0 4%;
    flex-wrap: wrap;
  }
  .anchor_link_01_wrap li{
    width: 49%;
  }
  .anchor_link_01_wrap li:nth-child(n+3){
    margin-top: 2%;
  }
}

.title_ribbon{
  width: 840px;
  margin:35px auto 0;
}
@media screen and (max-width: 750px){
  .title_ribbon{
    width: 100%;
    margin: 6.7% auto 0;
  }
}

.title_ribbon_mt{
  margin: 50px auto 0;
}
@media screen and (max-width: 750px){
  .title_ribbon_mt{
    margin-top: 14.5%;
  }
}

@media screen and (max-width: 750px){
  .present_wrap{
    padding: 0 4%;
    margin-top: 60px;
  }
}

.present_read_txt{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (max-width: 750px){
  .present_read_txt{
    font-size: 1.6rem;
    margin-top: 28px;
  }
}

.anchor_link_02_wrap{
  display: flex;
  width: 827px;
  margin: 18px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 750px){
  .anchor_link_02_wrap{
    width: 100%;
    justify-content: center;
  }
  .anchor_link_02_wrap li{
    width: 35%;
    margin: 0 5%;
  }
}

.anchor_link_02_img{
  width: 396px;
}
@media screen and (max-width: 750px){
  .anchor_link_02_img{
    width: 100%;
  }
}

@media screen and (max-width: 750px){
  .anchor_link_02_btn{
    width: 92%;
    margin: 2% auto 0;
  }
}

.present_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 827px;
  margin: 0 auto;
}
@media screen and (max-width: 750px){
  .present_list{
    display: block;
    width: 100%;
  }
}

.present_list > li{
  width: 396px;
  padding: 15px 40px 13px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 750px){
  .present_list > li{
    margin-top: 8.7%;
    width: 100%;
    padding: 5% 3.5% 6%;
  }
}

.flex_end {
  display: flex;
  align-items: flex-end;
}

.flex_end .present_package {
  margin: 29px auto 22px;
}
@media screen and (max-width: 750px){
  .flex_end .present_package {
    margin: 7px auto 26px;
  }
}

.present_list_point{
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 750px){
  .present_list_point{
    margin: 5.3% auto 0;
  }
}

.present_list li {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .present_list li {
    margin-top: 10px;
  }
  .present_list li:not(:first-child) {
    margin-top: 35px;
  }
}

.present_list > li:nth-child(1){
  background: #8D52AA;
  border:solid 3px #52206B;
}
.present_list > li:nth-child(1) .present_list_point{
  border-top: solid 1px #52206B;
}
@media screen and (max-width: 750px){
  .present_list > li:nth-child(1) .present_list_point{
    border-top: solid 3px #52206B;
  }
}

.present_list > li:nth-child(2){
  background: #C6B13C;
  border:solid 3px #897506;
}
.present_list > li:nth-child(2) .present_list_point{
  border-top: solid 1px #897506;
}
@media screen and (max-width: 750px){
  .present_list > li:nth-child(2) .present_list_point{
    border-top: solid 3px #897506;
  }
}

.present_list > li:nth-child(3){
  background: #B23636;
  border:solid 3px #6E0018;
}
.present_list > li:nth-child(3) .present_list_point{
  border-top: solid 1px #6E0018;
}
@media screen and (max-width: 750px){
  .present_list > li:nth-child(3) .present_list_point{
    border-top: solid 3px #6E0018;
  }
}

.present_list > li:nth-child(4){
  background: #D90110;
  border:solid 3px #950000;
}
.present_list > li:nth-child(3) .present_list_point{
  border-top: solid 1px #9f230e;
}
@media screen and (max-width: 750px){
  .present_list > li:nth-child(3) .present_list_point{
    border-top: solid 3px #9f230e;
  }
}

.present_list_title{
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
  border-bottom: solid 1px ;
}

.present_list_title .text_small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .present_list_title{
    padding-bottom: 12px;
  }
}

.present_list_title.wine-red {
  border-color: #950000;
  padding-bottom: 15px;
 }
.present_list_title.purple {
  border-color: #52206B;
  padding-bottom: 15px;
 }
.present_list_title.mustard-yellow {
  border-color: #9A7805;
  padding-bottom: 15px;
 }
.present_list_title.red {
  border-color: #950000;
 }


.present_list_title-important {
  font-size: 2.4rem;
  font-weight: bold;
}

.present_list_title{
  font-size: 1.6rem;
}

@media screen and (max-width: 750px){
  .present_list_title-important {
    font-size: 2.2rem;
  }

  .present_list_title{
    font-size: 1.5rem;
  }
}

.purple .present_list_title-important {
  display: inline-block;
}

.present_package {
  text-align: center;
  margin: 19px auto;
}

@media screen and (max-width: 750px) {
  .present_package {
    margin: 7px auto 26px;
  }

  .present_package img {
    width: 40%;
  }

  .present_package .present_package_image {
    width: 55.80%;
  }

  .present_package .present_package_image2 {
    width: 47.18%;
  }
}

.present_list_title .txt_big{
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 750px){
  .present_list_title .txt_big{
    font-size: 3rem;
    vertical-align: bottom;
  }
  .present_pkg{
    width: 56.5%;
    margin: 0 auto;
  }
}
.present_list_title-logo-wrap {
  display: flex;
  justify-content: center;
}
.present_list_title-logo {
  width: 100px;
}
.present_list_title-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px){
  .present_list_title-logo {
    width: 75px;
  }
}



.txt_small{
  font-size: 1.2rem;
  vertical-align: baseline;
  line-height: 1;
}
.txt_small2{
  font-size: 1.2rem;
  line-height: 1;
  /* vertical-align: sub; */
}
.txt_small3{
  font-size: 1.2rem;
  vertical-align: baseline;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .txt_small{
    font-size: 1.4rem;
    line-height: 1.5;
    vertical-align: bottom;
  }
  .txt_small2{
    vertical-align:bottom;
    font-size: 2.4rem;
  }
  .txt_small3{
    vertical-align: bottom;
    font-size: 2rem;
  }
}

.present_list_point_wrap{
  padding: 0 15px;
  height: 150px;
}
@media screen and (max-width: 750px){
  .present_list_point_wrap{
    padding: 0;
    height: auto;
  }
}

.present_list_point li{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-top: 1px;
}
@media screen and (max-width: 750px){
  .present_list_point li{
    font-size: 1.7rem;
  }
}

.present_list_annotation{
  font-size: 1.2rem;
  color: #FFF;
  margin: 0 auto;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
@media screen and (max-width: 750px){
  .present_list_annotation{
    margin-top: 2%;
    font-size: 1.3rem;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
}

.present_detailed_btn{
  width: 236px;
  margin: 0 auto;
}
@media screen and (max-width: 750px){
  .present_detailed_btn{
    width: 85.5%;
    margin-top: 3.5%;
  }
}

.present_annotation {
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 750px){
  .present_annotation {
    width: 85.5%;
    margin: 13px auto 0;
    text-align: center;
  }
}

.present_img img{
  margin-top: 4px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px){
  .present_img{
    width: 58.6%;
    margin:5.4% auto 0;
  }
}

.present_tab_btn{
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 750px){
  .present_tab_btn{
    margin-right: 7%;
    margin-left: 4%;
    margin-top: 6.3%;
  }
}

.annotation_02_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
}
@media screen and (max-width: 750px){
  .annotation_02_wrap{
    margin-top: 3.2%;
  }
  .annotation_02_wrap img{
    width: 43px;
  }
}

.annotation_02_wrap p{
  font-size: 1.4rem;
  margin-left: 9px;
}
@media screen and (max-width: 750px){
  .annotation_02_wrap p{
    font-weight: normal;
  }
}

.annotation_txt{
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .annotation_txt{
    margin-top: 7.3%;
  }
}

.annotation_list li{
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.annotation_list2{
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .annotation_list2{
    margin-top: 7.3%;
  }
}

.annotation_list2 li{
  padding-left: 3.2rem;
  text-indent: -3.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px){
  .annotation_list2 li{
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
.lottery_txt{
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .lottery_txt{
    margin-top: 7.3%;
  }
}

.title_red{
  font-size: 2.4rem;
  font-weight: bold;
  color: #e10c18;
  line-height: 1.5;
}
@media screen and (max-width: 750px){
  .title_red{
    font-size: 2rem;
  }
}

.title_red_mt{
  margin-top: 18px;
}
@media screen and (max-width: 750px){
  .title_red_mt{
    margin-top: 7%;
  }
}
.txt_red{
  color: #e10c18;
}

.campaign_btn{
  width: 840px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 25px 0px 20px;
  background: url('../images/campaign_btn_bg.png');
}
@media screen and (max-width: 750px){
  .campaign_btn{
    width: auto;
    margin-top: 6.2%;
    padding: 5.5% 0 4.5%;
  }
}

.campaign_btn a{
  display: block;
  width: 486px;
  margin: 0 auto;
}
@media screen and (max-width: 750px){
  .campaign_btn a{
    width: 92.8%;
  }
}

.application_txt{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  .application_txt{
    font-size: 1.7rem;
    letter-spacing: -1px;
    margin-top: 7.8%;
  }
}

.application_txt span{
  font-size: 3rem;
  font-weight: bold;
  vertical-align: baseline;
}
@media screen and (max-width: 750px){
  .application_txt span{
    font-size: 2.7rem;
  }
}

.application_list{
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
@media screen and (max-width: 750px){
  .application_list{
    display: block;
    margin-top: 7.8%;
  }
}

.application_list li{
  width: 100%;
  text-align: center;
  border:solid 3px #ffd90d;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 750px){
  .application_list li{
    width: 100%;
    /* margin-top: 7.8%; */
  }
}

.application_list_title{
  background: #ffd90d;
  padding: 8px 0 8px;
}
@media screen and (max-width: 750px){
  .application_list_title{
    padding: 3.4% 0;
  }
  .application_list_title img{
    width: 25%;
  }
}

.application_list_txt{
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 17px 15px 15px;
}
.application_list_txt span{
  font-size: 2.4rem;
  line-height: 1.33;
  vertical-align: baseline;
  font-weight: bold;
}
.application_list_txt .application_close {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 0.4em;
}
@media screen and (max-width: 750px){
  .application_list_txt{
    padding: 9px 10px 3px;
  }
  .application_list_txt .application_close {
    font-size: 1.4rem;
  }
}

.attention_list{
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 750px){
  .attention_list{
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 750px){
  .attention_list_2{
    padding-left: 1.5rem;
  }
}
.terms_of_use_subtitle{
  font-weight: bold;
}
.terms_of_use_mt{
  margin-top: 1rem;
}

.banner_wrap{
  margin-top: 30px;
}

.footer{
  width: 920px;
  margin: 0 auto;
  background: #e00d18;
}
@media screen and (max-width: 750px){
  .footer{
    width: 100%;
  }
}

.footer small{
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  padding: 24px 0 20px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 750px){
  .footer small{
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 0;
  }
}

/* 2021-09-07 added parts */
@media screen and (max-width: 750px) {
  .collaboSec {
    padding: 0 4%;
  }
}

.collabo_package {
  text-align: center;
  margin-top: 26px;
}

@media screen and (max-width: 750px) {
  .collabo_package img{
    width: 32%;
  }

  .collabo_package .collabo_package_image {
    width: 55.80%;
  }
}

.collabo_wrap {
  width: 536px;
  margin: -50px auto 0;
  padding: 20px;
  background: #8D52AA;
  border: solid 3px #52206B;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .collabo_wrap {
    width: 100%;
    margin: -30px auto 0;
    padding: 25px 10px 10px;
  }
}

.collabo_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: solid 2px #52206B;
}

.collabo_title-important{
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .collabo_title-important {
    font-size: 2.5rem;
  }
}

.collabo_detail_text {
  margin: 20px auto 10px;
}

.collabo_detail_text li {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}

.collabo_detail_text .text_small {
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .collabo_detail_text {
    text-indent: -1.5rem;
    /* margin-left: 3rem; */
    margin: 20px auto 30px 3rem;
  }

  .collabo_detail_text li {
    font-size: 1.7rem;
  }
}

.collabo_product_img {
  margin: 15px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .collabo_product_img img {
    width: 80%;
  }
}

/* agreement
--------------------------------------------------- */
body.agreement {
  position: relative;
}

.agreement .content {
  padding: 14px 40px 95px;
}

@media screen and (max-width: 750px) {
  .agreement .content_wrap {
    background: #fdd70d;
  }
  .agreement .content {
    width: 94.6%;
    margin: 0 auto;
    padding: 15px 2.6vw 47px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
  }
  .agreement .footer {
    position: relative;
    z-index: 2;
  }
}

.agreement .logo {
  position: relative;
  margin: 0 0 20px -23px;
}

@media screen and (max-width: 750px) {
  .agreement .logo {
    width: 13vw;
    margin: 0 0 15px;
  }
}

.agreement_head {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .agreement_head {
    margin: 0 -1.3vw 20px;
  }
}

.agreement_subhead {
  font-size: 24px;
  font-weight: bold;
  background: #ffe42f;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 0;
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .agreement_subhead {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 4px 0;
  }
}

.agreement_textarea,
.agreement_textarea p {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .agreement_textarea,
  .agreement_textarea p {
    font-size: 15px;
  }
}

.agreement_btnarea {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .agreement_btnarea {
    width: 89.8%;
    margin: 15px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.agreement_btnarea a {
  display: block;
  width: 406px;
}

@media screen and (max-width: 750px) {
  .agreement_btnarea a {
    width: 100%;
    margin-bottom: 12px;
  }
}

.agreement_btnarea img {
  width: 100%;
  height: auto;
}


/* Form
--------------------------------------------------- */
.form_area *, .form_area *:before, .form_area *:after {
  box-sizing: border-box;
}
.form_area .content {
  padding: 25px 40px 100px;
}
.form_heading {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #572f00;
}
.form_heading img {
  width: 60px;
  height: auto;
  vertical-align: middle;
}
.form_area .title_ribbon {
  margin-top: 0;
  width: 100%;
}
.form_lead {
  font-size: 2.0rem;
  line-height: 2.3;
  font-weight: bold;
  margin: 35px 0 65px;
}
@media screen and (max-width: 750px) {
  .form_area.content_wrap {
    width: 94.7%;
  }
  .form_area.content_wrap .content {
    padding: 14px 2.8% 50px;
  }
  .form_heading {
    margin-bottom: 5px;
  }
  .form_area .present_wrap {
    padding: 0;
  }
  .form_lead {
    font-size: 1.8rem;
    line-height: 1.7777;
    margin: 35px 0 25px;
  }
}
.formAreaSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.formAreaSec:nth-of-type(n+2) {
  padding: 35px 0;
  border-top: 1px dashed #959595;
}
.formHeading-wrap {
  width: 330px;
}
.formHeading {
  width: 260px;
}
.formHeading-text {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.79166;
  font-weight: bold;
  margin-right: 10px;
}
.formHeading-required {
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #eb0014;
  border-radius: 4px;
}
.formHeading-note {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #eb0014;
}
@media screen and (max-width: 750px) {
  .formAreaSec:nth-of-type(n+2) {
    padding: 40px 0;
    border-top: 1px dashed rgba(235,0,20,0.4);
  }
  .formHeading-wrap {
    width: 100%;
  }
  .formHeading {
    width: 100%;
  }
  .formHeading-text {
    font-size: 2.0rem;
    line-height: 1.8;
    margin-right: 15px;
  }
  .formHeading-required {
    padding: 4px 6px;
    font-size: 1.6rem;
  }
  .formHeading-note {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #eb0014;
  }
}
.formItem {
  width: 510px;
}
.formItem input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font: inherit;
  outline: none;
  width: 100%;
  display: block;
  padding: 13px 10px;
  border: 1px solid #959595;
  border-radius: 4px;
  font-size: 1.8rem;
}
.formItem input[type="text"]::-ms-clear {
  visibility:hidden;
}
.formText-area {
  margin-top: 25px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.formText-note {
  color: #eb0014;
}
.formInputRadio input[type="radio"] {
  display: none;
}
.formInputRadio label {
  font-size: 1.8rem;
  display: inline-block;
  margin: 8px 0;
}
.formInputRadio span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
}
.formInputRadio span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #959595;
  border-radius: 50%;
}
.formInputRadio input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #eb0018;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .formItem {
    width: 100%;
    margin-top: 24px;
  }
  .formItem input[type="text"] {
    padding: 6px 10px;
    font-size: 1.6rem;
  }
  .formText-area {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
	.formText-area a[href^="tel:"] {
		color: #000;
		text-decoration: none;
		pointer-events: none;
	}
  .formInputRadio label {
    font-size: 1.6rem;
    margin: 8px 0;
  }
  .formInputRadio span {
    padding-left: 20px;
    margin-right: 12px;
  }
  .formInputRadio span:before {
    width: 16px;
    height: 16px;
  top: 3px;
  }
  .formInputRadio input:checked + span:after {
    left: 4px;
    width: 8px;
    height: 8px;
  }
}
.formBtnWrap {
  margin-top: 60px;
  text-align: center;
}
.formBtn {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .formBtnWrap {
    margin-top: 10px;
  }
  .formBtn input[type="image"] {
    width: 90%;
    height: auto;
  }
  .formBtn input[type="image"]:hover {
    opacity: 0.7;
  }
}
.formSelect {
  display: inline-block;
  position: relative;
}
.formSelect:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #959595 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.formItem select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
	color: #000;
  font: inherit;
  outline: none;
  min-width: 223px;
  padding: 13px 24px;
  font-size: 1.8rem;
  border: 1px solid #959595;
  border-radius: 4px;
}
.formItem select::-ms-expand {
  display: none;
}
@media screen and (max-width: 750px) {
  .formSelect:after {
    border-width: 12px 7px 0 7px;
  }
  .formSelect {
    width: 100%;
    display: block;
  }
  .formItem select {
    min-width: auto;
    padding: 6px 16px;
    font-size: 1.6rem;
    width: 100%;
  }
}

.form_complete {
  margin: 40px 0;
}
.form_complete_heading {
  font-size: 2.8rem;
  line-height: 1.57;
  font-weight: bold;
  text-align: center;
}
.form_complete_text {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .form_complete_heading {
    font-size: 1.8rem;
  }
  .form_complete_text {
    font-size: 1.5rem;
    line-height: 2.1333;
  }
}

.formBanner-wrap {
  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;
}
.formBanner {
  width: 290px;
}
.formBanner:nth-of-type(even) {
  margin-left: 80px;
}
.formBanner a {
  display: block;
}
.formBanner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .formBanner-wrap {
    padding: 0 6.7%;
  }
  .formBanner {
    width: 100%;
  }
  .formBanner:nth-of-type(even) {
    margin-left: 0;
    margin-top: 40px;
  }
}

.formBtn-complete {
  width: 412px;
  margin: 65px auto 0;
}
.formBtn-complete a {
  display: block;
}
.formBtn-complete img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .formBtn-complete {
    width: 90%;
    margin: 40px auto 0;
  }
}

.other_campaign_wrap {
  text-align: center;
  margin: 80px auto 60px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .other_campaign_wrap {
    margin: 45px auto 30px;
  }
}

.other_campaign_title {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .other_campaign_title {
    font-size: 1.6rem;
  }
}

.other_campaign_wrap::before,.other_campaign_wrap::after {
  display: block;
  content: '';
  width: 300px;
  height: 2px;
  background-color: #EB0014;
  position: absolute;
  top: 10px;
}

@media screen and (max-width: 750px) {
  .other_campaign_wrap::before,.other_campaign_wrap::after {
    width: 21%;
  }
}

.other_campaign_wrap::before {
  left: 0;
}

.other_campaign_wrap::after {
  right: 0;
}
