@charset "utf-8";
/* ------------------------------
    pc/sp
------------------------------ */

/*  suralacup   ---------------------------------------------------------------------------*/
body.suralacup .mv {
  margin-top: 87px;
  padding: 90px 0 0;
}

body.suralacup .wrap {
  /* padding: 0 0 70px; */
  padding: 0;
  line-height: 2.2;
}
body.suralacup .mt30 {margin-top: 30px;}
body.suralacup .mt40 { margin-top: 40px;}


body.suralacup .wrap .btn_round {
  font-size: 2.2rem;
  display: block;
  position: relative;
  width: 420px;
  padding: 0.4em;
  text-align: center;
  margin: 40px auto;
  text-decoration: none;
  color: #fff;
  background: #ff4f94;
  border-radius: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.suralacup .wrap .btn_round:hover {
	 cursor: pointer;
	 text-decoration: none;
	-webkit-animation: btn_round 0.5s both;
	-moz-animation: btn_round 0.5s both;
	        animation: btn_round 0.5s both;
}

body.suralacup .wrap p.grayout_btn {
    background-color: #bebebe;
    font-size: 2.2rem;
    display: block;
    position: relative;
    width: 460px;
    padding: 0.4em;
    text-align: center;
    margin: 40px auto;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
}

@-webkit-keyframes btn_round {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-moz-keyframes btn_round {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes btn_round {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

body.suralacup .mb30 {
  margin-bottom: 30px;
}

body.suralacup .wrap .free_entry-icon {
    float: right;
    display: inline;
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 8px;
    background: #ffa200;
    margin: 5px 0px 10px 0px;
    padding: 8px 20px;
    font-weight: bold;
}

body.suralacup .entry-icon {
    float: right;
    display: inline;
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 8px;
    background: #ff4f94;
    margin: 5px 0px 10px 0px;
    padding: 8px 20px;
    font-weight: bold;
}

body.suralacup .wrap .col-2 {
  display: flex;
  margin: 0;
  }

body.suralacup .wrap .col-2 .col-2_inner {
    width: 49%;
    margin-right: 2%;
}
body.suralacup .wrap .col-2 .col-2_inner:nth-child(2n) {
    width: 49%;
    margin:0;
}

body.suralacup .wrap .secttl h2 {
  text-align: center;
  font-size: 2.7rem;
}

body.suralacup .wrap .sec01-inner {
  position: relative;
  padding: 0 ;
  background-image: url(../images/suralacup/suralacup_backimg01.png);
  height: 570px;
  width: 100%;
  background-position:center center;
  background-size:cover;
}

body.suralacup .wrap .sec01-inner > div {
    position: absolute;
    top:90px;
    left: 0;
    right: 0;
    width: 920px;
    margin: auto;
}

body.suralacup .wrap .sec02 {
  padding: 20px 0 320px ;
  background: #f4fae8;
  position:relative;
}

body.suralacup .wrap .sec02 .arrow {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

body.suralacup .wrap .sec04 {
  padding: 60px 0 20px ;
  background: #f4fae8;
}

body.suralacup .wrap .sec02 .inner,body.suralacup .wrap .sec04 .inner {
  max-width: 920px;
  margin: 20px auto 80px;
  /* padding: 40px 60px; */
  padding: 50px;
  border: 3px solid #8cc63f;
  background: #fff;
  border-radius: 12px;
  text-align: left;
}

body.suralacup .wrap .sec04 .parent-box {
  background: #fff;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  /* padding: 80px 0;
  margin-bottom: 50px;
  background-image: url(../images/suralacup/sec04_index.png);

  background-position: center center;
  background-size: cover */
}

body.suralacup .wrap .sec04 .parent-box img {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

body.suralacup .wrap .sec02 h1,body.suralacup .wrap .sec04 h1 {
  text-align: center;
  font-size: 4.6rem;
  letter-spacing: 1.5px;
  color: #444;
  margin-bottom: 20px;
}
body.suralacup .wrap .sec02 h2, body.suralacup .wrap .sec04 h2 {
  font-size: 3rem;
  color: #444;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline;
}

body.suralacup .wrap .sec02 h3,body.suralacup .wrap .sec04 h3 {
  margin: 30px 0 18px;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  text-align: left;
  font-weight: bold;
  color: #8cc63f;
}

body.suralacup .wrap .sec04 h4 {
  font-size: 2rem;
  color: #444;
  font-weight: bold;
  padding: 0 20px 0;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 40px;
  position: relative;
}

body.suralacup .wrap .sec04 h4:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 2px;
    width: 6px;
    height: 23px;
    background: #8cc63f;
}

body.suralacup .wrap .sec04 h5 {
  font-size: 2rem;
  color: #444;
  font-weight: bold;
  padding: 0 ;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 40px;
  position: relative;
  }



body.suralacup .wrap .sec04 h4 .btoc_award_sub {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    font-weight: bold;
}

body.suralacup .wrap .sec03 {
  position: relative;
  background-image: url(../images/suralacup/suralacup_sec03_backimg.png);
  background-position:center center;
  background-size:cover;
  width:100%;
  height: 520px;
}

body.suralacup .wrap .sec03 p {
    position: absolute;
    /* margin-left: 50px;
    text-align: left; */
    top:30px;
    left: 80px;
    right: 0;
    width:600px;
}

body.suralacup .wrap .sec03 > div {
  position: absolute;
  top: -370px;
  left: 0;
  right: 0;
  width: 1250px;
  margin: auto;
}

body.suralacup .wrap .sec05 {
    padding: 60px 0 20px;
    background: #f9f0ce;
    /* padding: 40px 0 60px; */
    background: url(../images/suralacup/sec05_shadow.png) center top;
    background-repeat: no-repeat;
  }

body.suralacup .wrap .sec05 .inner {
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
}

body.suralacup .wrap .sec05 h1 {
  width: 700px;
  margin:0 auto;
}

body.suralacup .wrap .sec05 .col-3 {
  display: flex;
  margin-top:30px;
}

body.suralacup .wrap .sec05 .col-3 .col-3_inner {
    width: 32%;
    margin-right: 2%;
}
body.suralacup .wrap .sec05 .col-3 .col-3_inner:nth-child(3n) {
    width: 32%;
    margin:0;
}

body.suralacup .wrap .sec06 {
    padding: 60px 0 ;
  }
body.suralacup .wrap .sec06 .inner {
  max-width: 800px;
}
body.suralacup .wrap .sec06 h1 {
  color: #444;
  text-align: center;
  /* background: #eee;
  width: 360px;
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 30px; */
}

body.suralacup .wrap .sec06 h2 {
  color: #444;
  font-size: 1.8rem;
  margin: 30px auto 0;
}

body.suralacup .wrap .sec06 h2::before {
  content: "＊";
}

body.suralacup .wrap .inner {
  padding: 0 0 30px;
  line-height: 2.2;
  text-align: center;
  margin: 0 auto;
}

body.suralacup .wrap .inner .attention {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6;
}

body.suralacup .wrap .inner b {
    color: #e40b3e;
}

body.suralacup .wrap .txt{
  margin: 50px auto 0;
  text-align: center;
}

body.suralacup .wrap .image{
  margin: 15px auto 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  body.suralacup .mv {
    margin-top: -20px;
    padding: 90px 0 0;
  }

  body.suralacup p {
    font-size:14px;
  }

  body.suralacup .wrap .inner .attention {
      font-size: 12px;
      margin-top: 15px;
      line-height: 1.6;
  }

  body.suralacup .wrap .btn_round {
    font-size: 19px;
    display: block;
    position: relative;
    width: 100%;
    padding: 0.4em;
    text-align: center;
    margin: 20px auto 10px;
    text-decoration: none;
    color: #fff;
    background: #ff4f94;
    border-radius: 60px;
    line-height:1.4;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.suralacup .wrap p.grayout_btn {
    width: 100%;
    font-size: 2rem;
    display: block;
    position: relative;
    padding: 0.4em;
    text-align: center;
    margin: 40px auto;
    text-decoration: none;
    color: #fff;
    background-color: #bebebe;
    border-radius: 30px;
  }

  body.suralacup .wrap .free_entry-icon {
    float: none;
        display: block;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        font-size: 16px;
        border-radius: 8px;
        background: #ffa200;
        margin: 5px 0px 10px 0px;
        padding: 6px 13px;
        font-weight: bold;
  }

  body.suralacup .entry-icon {
    float: none;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    border-radius: 8px;
    background: #ff4f94;
    margin: 5px 0px 10px 0px;
    padding: 6px 13px;
    font-weight: bold;
  }

  body.suralacup .wrap .col-2 {
    display: flex;
    flex-direction: column;
    margin: 0;
    }

  body.suralacup .wrap .col-2 .col-2_inner {
      width: 100%;
      margin-right: 0;
  }
  body.suralacup .wrap .col-2 .col-2_inner:nth-child(2n) {
      width: 100%;
      margin:0;
  }

  body.suralacup .wrap .secttl h2 {
    text-align: center;
    font-size: 2.7rem;
  }

  body.suralacup .wrap .sec01-inner {
    position: relative;
    padding: 0 ;
    background-image: url(../images/suralacup/suralacup_backimg01.png);
    height: 270px;
    width: 100%;
    background-position:center bottom;
    background-size:cover;
  }

  body.suralacup .wrap .sec01-inner > div {
      position: absolute;
      top:35px;
      left: 0;
      right: 0;
      width: 96%;
      margin: auto;
  }

  body.suralacup .wrap .sec02 {
    padding: 20px 0 260px ;
    background: #f4fae8;
    position:relative;
  }

  body.suralacup .wrap .sec02 .arrow {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }

  body.suralacup .wrap .sec04 {
    padding: 40px 0 20px ;
    background: #f4fae8;
    margin-top: 130px;
  }

  body.suralacup .wrap .sec02 .inner,body.suralacup .wrap .sec04 .inner {
    max-width: 92%;
    margin: 20px auto 30px;
    padding: 30px 20px;
    border: 3px solid #8cc63f;
    background: #fff;
    border-radius: 20px;
    text-align: center;
  }

  body.suralacup .wrap .sec04 .parent-box {
    background: #fff;
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 0;
    text-align: center;
  }

  body.suralacup .wrap .sec04 .parent-box img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  body.suralacup .wrap .sec02 h1,body.suralacup .wrap .sec04 h1 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1.5px;
    color: #444;
    margin-bottom: 20px;
  }
  body.suralacup .wrap .sec02 h2, body.suralacup .wrap .sec04 h2 {
    font-size: 2.4rem;
    color: #444;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline;
  }

  body.suralacup .wrap .sec02 h3,body.suralacup .wrap .sec04 h3 {
    margin: 30px 0 18px;
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    text-align: left;
    font-weight: bold;
    color: #8cc63f;
  }

  body.suralacup .wrap .sec04 h4 {
    font-size: 2rem;
    color: #444;
    font-weight: bold;
    padding: 0 20px 0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 40px;
    position: relative;
  }

  body.suralacup .wrap .sec04 h4:before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      border-radius: 2px;
      width: 6px;
      height: 23px;
      background: #8cc63f;
  }

body.suralacup .wrap .sec04 h5 {
    font-size: 2rem;
    color: #444;
    font-weight: bold;
    padding: 0 20px 0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 40px;
    position: relative;
  }

  body.suralacup .wrap .sec04 h4 .btoc_award_sub {
      font-size: 16px;
      font-weight: 400;
      padding: 0 0 0 20px;
      font-weight: bold;
  }

  body.suralacup .wrap .sec03 {
    position: relative;
    background-image: url(../images/suralacup/suralacup_sec03_backimg_sp.png);
    width:100%;
    height: 430px;
  }

  body.suralacup .wrap .sec03 p {
      position: absolute;
      top:320px;
      left: 0;
      right: 0;
      width:100%;
  }

  body.suralacup .wrap .sec03 > div {
    position: absolute;
    top: -265px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }

  body.suralacup .wrap .sec05 {
      padding: 40px 0 20px;
      background: #f9f0ce;
      text-align: center;
      margin: 0 auto;
      width: 100%;
    }

  body.suralacup .wrap .sec05 .inner {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  body.suralacup .wrap .sec05 h1 {
    width: 100%;
    margin:0 auto ;
  }

  body.suralacup .wrap .sec05 .col-3 {
    display: flex;
    flex-direction: column;
    margin:15px auto ;
    width: 88%;
  }

  body.suralacup .wrap .sec05 .col-3 .col-3_inner {
      width: 100%;
      margin: 0 0 12px;
  }
  body.suralacup .wrap .sec05 .col-3 .col-3_inner:nth-child(3n) {
      width: 100%;
    margin: 0;
  }

  body.suralacup .wrap .sec06 {
      padding: 60px 0 ;
      margin: 0 auto;
    }
  body.suralacup .wrap .sec06 .inner {
    max-width: 80%;
    margin: 0 auto;
  }
  body.suralacup .wrap .sec06 h1 {
    color: #444;
    text-align: center;
  }
}

/*  terms   ---------------------------------------------------------------------------*/
body.terms .mv {
  background-image: url(../images/campaign/campaign_mv_01.png);
}
body.terms table + table {
  margin-top: 30px;
}

body.terms .bnr_wrap p.revised{
  text-align: right;
  font-size: 1.1rem;
}


body.terms #sec01 .price {
  color: #8dc41d;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

body.terms #sec01 .price span.yen {
  font-size: 1.7rem;
}
body.terms #sec01 .price span.other {
  font-size: 1.3rem;
  color: #282828;
  font-weight: normal;
}
body.terms #sec01 dl dt .ttl {
  padding: 10px 0;
  border: 1px solid #8dc41d;
  width: 100%;
  display: block;
  text-align: center;
  color: #8dc41d;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: -1px;
}
body.terms #sec01 dl dt .ttl span {
  margin-left: -0.5em;
}
body.terms #sec01 .txt.green {
  font-size: 2rem;
  font-weight: 800;
}
body.terms .tbl_ttl {
  font-size: 1.7rem;
  font-weight: 800;
  padding: 8px 15px;
  margin: 25px 0 20px;
  background-color: #f3f3f3;
}
body.terms #sec01 .list li {
  position: relative;
  padding-left: 20px;
}
body.terms #sec01 .list li:before {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: #8dc41d;
  content: "";
  transform: rotate(45deg);
}
body.terms #sec02 ul.green li {
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  padding-left: 1.2em;
}
body.terms #sec02 ul.green span.num {
  position: absolute;
  left: 0px;
}
body.terms #sec02 ul.green span.caution {
  font-size: 1.2rem;
  position: absolute;
}
body.terms #sec02 ul.green li + li {
  margin-top: 15px;
}
body.terms #sec02 dl dt {
  font-weight: bold;
  background-color: #E3FAC2;
  padding: 5px 0;
  border-radius: 10px;
  text-align: center;
}
body.terms #sec01 a.fancybox {
  font-weight: normal;
}




/*  renewal   ---------------------------------------------------------------------------*/
body.renewal .mv {
  background-image: url(../images/info/renewal/renewal_mv_01.png);
}

body.renewal .mv h1 {
    text-align: right;
}
body.renewal .mv h1 span.txt {
  font-size: 26px;
}

body.renewal .mv small {
  text-align: right;
  float: right;
}

body.renewal .secttl h2 {
  text-align: center;
  font-size: 2.7rem;
}

body.renewal .renewal-box .inner {
    padding: 60px 0 80px;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
}

body.renewal .renewal-box .inner img{
    margin: 30px 0;
}

body.renewal .renewal-box .inner h2 {
  color:#8dc41d;
  margin: 60px 0 10px;
  font-size:30px;
}

body.renewal .renewal-box {
  margin: 50px 0;
}

body.renewal table + table {
  margin-top: 30px;
}

body.renewal #sec01 .price {
  color: #8dc41d;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
body.renewal #sec01 .price span.yen {
  font-size: 1.7rem;
}
body.renewal #sec01 .price span.other {
  font-size: 1.3rem;
  color: #282828;
  font-weight: normal;
}
body.renewal #sec01 dl dt .ttl {
  padding: 10px 0;
  border: 1px solid #8dc41d;
  width: 100%;
  display: block;
  text-align: center;
  color: #8dc41d;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: -1px;
}
body.renewal #sec01 dl dt .ttl span {
  margin-left: -0.5em;
}
body.renewal #sec01 .txt.green {
  font-size: 2rem;
  font-weight: 800;
}
body.renewal .tbl_ttl {
  font-size: 1.7rem;
  font-weight: 800;
  padding: 8px 15px;
  margin: 25px 0 20px;
  background-color: #f3f3f3;
}
body.renewal #sec01 .list li {
  position: relative;
  padding-left: 20px;
}
body.renewal #sec01 .list li:before {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: #8dc41d;
  content: "";
  transform: rotate(45deg);
}
body.renewal #sec02 ul.green li {
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  padding-left: 1.2em;
}
body.renewal #sec02 ul.green span.num {
  position: absolute;
  left: 0px;
}
body.renewal #sec02 ul.green span.caution {
  font-size: 1.2rem;
  position: absolute;
}
body.renewal #sec02 ul.green li + li {
  margin-top: 15px;
}
body.renewal #sec02 dl dt {
  font-weight: bold;
  background-color: #E3FAC2;
  padding: 5px 0;
  border-radius: 10px;
  text-align: center;
}
body.renewal #sec01 a.fancybox {
  font-weight: normal;
}


/*  info   ---------------------------------------------------------------------------*/
body.info .mv {
  background-image: url(../images/campaign/info/info_mv_01.png);
}
body.info #sec01 .inner {
  z-index: 0;
}

body.info #sec01 .ttl {
  text-align: center;
  z-index: 1;
}
body.info #sec01 .txt_box {
  border: 4px solid #8dc41d;
  z-index: -1;
  position: relative;
}
body.info #sec01 .txt_box:before, body.info #sec01 .txt_box:after {
  background-image: url(../images/campaign/info/info_icon_01.png);
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  content: "";
}
body.info #sec01 .txt_box:before {
  top: 15px;
  left: 15px;
}
body.info #sec01 .txt_box:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.info #sec01 .txt_box .txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
body.info #sec01 .txt_box .txt span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #ff9838;
  font-weight: normal;
}
body.info #sec01 .txt_box .label_txt {
  background-color: #fff563;
  padding: 10px 0;
  text-align: center;
}
body.info #sec01 .lead {
  font-weight: bold;
  margin-bottom: 30px;
}


/* ------------------------------
    pc
------------------------------ */
@media screen and (min-width:768px) {


  /*  terms   ---------------------------------------------------------------------------*/
  body.terms .bnr_wrap {
    padding-bottom: 70px;
    line-height: 2.2;
  }

 .mt20{
   margin-top: 20px;
 }
 .mb20{
   margin-bottom: 20px;
 }

  body.terms .bnr_wrap h1 {
    font-size: 2.7rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 0;
  }

  body.terms .secttl h2 {
      text-align: center;
      font-size: 2.7rem;
  }

  body.terms .bnr_wrap h2 {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e6e6e6;
    margin: 30px 0 10px;
  }

  body.terms .bnr_wrap h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 10px
  }

  body.terms .bnr_wrap h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 30px 0 10px
  }
  body.terms .bnr_wrap h4 span {
    font-size: 1.2rem;
  }

body.terms .bnr_wrap p {
    font-size: 1.5rem;
    line-height: 2.2;
   }
body.terms .bnr_wrap  li
{
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 1.5rem;
  line-height: 2.2;
   }

   body.terms ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}

body.terms ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  font-size: 1.5rem;
  line-height: 2.2;
}
body.terms ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


body.terms .bnr_wrap .sml{
  font-size: 1.1rem;
}

body.terms .bnr_wrap table{
  width: 60%;
  border-collapse:  collapse;
  margin: 10px 0;
}

body.terms .bnr_wrap th,td {
    border: solid 1px;
    padding: 5px;
}

  body.terms .bnr {
    text-align: center;
  }
 .terms .center {
   text-align: center;
   margin: 0 auto;
 }
/* .terms .btn {
    min-width: 600px;
    background-color: #75be00;
    background-size: 50px 50px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 23%, transparent 5%), radial-gradient(rgba(255, 255, 255, 0.1) 23%, transparent 5%);
    background-position: 0 0, 25px 25px;
    background-repeat: repeat;
  } */


  body.terms #sec01 {
    padding: 70px 0 90px;
  }
  body.terms #sec01 .inner {
    max-width: 850px;
  }
  body.terms #sec01 dl {
    align-items: center;
  }
  body.terms #sec01 dl dt {
    flex-basis: 24.5%;
    margin-bottom: 25px;
  }
  body.terms #sec01 dl dt .ttl {
    font-size: 1.5rem;
  }
  body.terms #sec01 dl dd {
    flex-basis: 75.5%;
    padding-left: 3%;
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  body.terms #sec01 .list {
    margin-bottom: 30px;
  }
  body.terms .add_txt {
    font-size: 1.3rem;
    padding-left: 1.2em;
    display: block;
    position: relative;
    letter-spacing: -0.2px;
  }
  body.terms .add_txt span {
    position: absolute;
    left: 0px;
  }
  body.terms #sec02 .inner {
    padding: 50px 0 100px;
    max-width: 850px;
  }
  body.terms #sec02 ul.green {
    margin-bottom: 40px;
  }
  body.terms #sec02 dl {
    align-items: center;
  }
  body.terms #sec02 dl dt {
    flex-basis: 22%;
    margin-bottom: 5px;
  }
  body.terms #sec02 dl dd {
    flex-basis: 75%;
    margin-left: 3%;
    margin-bottom: 5px;
  }
  body.terms #sec02 .add_txt {
    margin-top: 30px;
  }

/*  info   ---------------------------------------------------------------------------*/
  body.info #sec01 .inner {
    padding: 10px 0 80px;
    max-width: 880px;
  }
  body.info #sec01 .txt_box {
    padding: 65px 50px 30px;
    margin: -50px 0 40px;
  }
  body.info #sec01 .txt_box:before {
    top: 15px;
    left: 15px;
  }
  body.info #sec01 .txt_box:after {
    right: 15px;
    bottom: 15px;
  }
  body.info #sec01 .txt_box .txt {
    font-size: 3.2rem;
  }
  body.info #sec01 .txt_box .txt span {
    font-size: 5rem;
  }
  body.info #sec01 .lead {
    text-align: center;
    line-height: 1.8;
  }
  body.info #sec01 .btn a {
    font-size: 2rem;
    padding: 15px 0;
    min-width: 600px;
  }

  /*  download   ---------------------------------------------------------------------------*/

  body.terms .download_wrap {
    padding: 0 0 70px;
    line-height: 2.2;
  }

  body.terms .download_wrap .secttl h2 {
    text-align: center;
    font-size: 2.7rem;
  }

  body.terms .download_wrap .inner {
    padding: 0 0 80px;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
  }

  body.terms .download_wrap .download_txt{
    margin: 50px auto 0;
    text-align: center;
  }

  body.terms .download_wrap .image{
    margin: 15px auto 20px;
    text-align: center;
  }
}
/* ------------------------------
    IE
------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.terms #sec01 dl dd {
    flex-basis: 72.5%;
  }
}
/* ------------------------------
    sp
------------------------------ */
@media screen and (max-width: 767px) {
  /*  terms   ---------------------------------------------------------------------------*/
  body.terms .bnr_wrap {
    padding: 15px 3% 30px;
  }

  body.terms .bnr_wrap h1 {
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 0;
  }

  body.terms .bnr_wrap h2 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e6e6e6;
    margin: 30px 0 10px;
  }

  body.terms .bnr_wrap h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 30px 0 10px
  }

  body.terms .bnr_wrap h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 30px 0 10px
  }
  body.terms .bnr_wrap h4 span {
    font-size: 1.2rem;
  }

  body.terms .bnr_wrap p {
    font-size: 1.4rem;
    line-height: 2.2;
   }
  body.terms .bnr_wrap  li
  {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 1.4rem;
  line-height: 2.2;
   }

   body.terms ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
  }

  body.terms ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  font-size: 1.4rem;
  line-height: 2.2;
  }
  body.terms ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  }


  body.terms .bnr_wrap .sml{
  font-size: 1.1rem;
  }

  body.terms .bnr_wrap table{
  width: 100%;
  border-collapse:  collapse;
  margin: 10px 0;
  }

  body.terms .bnr_wrap th,td {
    border: solid 1px;
    padding: 5px;
  }


  body.terms #sec01 {
    padding: 30px 3%;
  }
  body.terms #sec01 .price {
    font-size: 2rem;
  }
  body.terms #sec01 dl dt {
    margin-bottom: 15px;
  }
  body.terms #sec01 dl dt .ttl {
    padding: 5px 0;
  }
  body.terms #sec01 dl dd {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  body.terms #sec01 .txt.green {
    font-size: 1.8rem;
  }
  body.terms .tbl_ttl {
    padding: 10px 3%;
    margin: 20px 0 15px;
    font-size: 1.6rem;
  }
  body.terms #sec01 .list {
    margin-bottom: 15px;
  }
  body.terms .add_txt {
    font-size: 1.2rem;
  }
  body.terms .add_txt br {
    display: none;
  }
  body.terms #sec02 .inner {
    padding: 30px 3%;
  }
  body.terms #sec02 ul.green li {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  body.terms #sec02 .add_txt {
    margin-top: 15px;
  }
  body.terms #sec02 dl dd {
    margin: 10px 0;
  }
/*  info   ---------------------------------------------------------------------------*/
  body.info #sec01 .inner {
    padding: 0 3% 30px;
  }
  body.info #sec01 .ttl {
    margin: 0 3%;
  }
  body.info #sec01 .txt_box {
    padding: 30px 3%;
    margin: -15px 0 30px;
  }
  body.info #sec01 .txt_box:before, body.info #sec01 .txt_box:after {
    width: 20px;
    height: 20px;
    background-size: 100% auto;
  }
  body.info #sec01 .txt_box:before {
    top: 2%;
    left: 1.5%;
  }
  body.info #sec01 .txt_box:after {
    bottom: 2%;
    right: 1.5%;
  }
  body.info #sec01 .txt_box .txt {
    font-size: 2rem;
    line-height: 1.2;
  }
  body.info #sec01 .txt_box .txt span {
    font-size: 3rem;
  }
  body.info #sec01 .txt_box .label_txt {
    padding: 10px 3%;
    font-size: 1.4rem;
  }
  body.info #sec01 .btn a {
    letter-spacing: 1px;
  }

  /*  download   ---------------------------------------------------------------------------*/

  body.terms .download_wrap {
    padding: 0 0 70px;
    line-height: 2.2;
  }

  body.terms .download_wrap .secttl h2 {
    text-align: center;
    font-size: 2.0rem;
  }

  body.terms .download_wrap .inner {
    padding: 0 0 80px;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }

  body.terms .download_wrap .download_txt{
    margin: 50px auto 0;
    text-align: center;
  }

  body.terms .download_wrap .image{
    margin: 15px auto 20px;
    text-align: center;
  }


}
