

.local_h2 {
  color: #ffffff;
  background: #E62E8B;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  /*margin-bottom: 20px;*/
}
.wgt-heading10 {
  color: #3B3B3B;
  text-align: center;
  background-color: rgba(0,0,0,0)!important;
  padding-top: 10px!important;
}
.text_pink {
  color: #E62E8B!important;
}
.text_black {
  color: #3B3B3B!important;
}
.inline_block {
  display: inline-block;
}
.text_bold {
  font-weight: bold;
}
.text_underline {
  text-decoration: underline;
}
.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (min-width: 681px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc_only {
    display: none;
  }
}


/* メインビジュアル */


.mv_img-title {
  width: 80%;
  margin: 0 auto 30px;
}
.mv_img-visual {}
.mv_img-text {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.571;
  text-align: center;
  padding-top: 10px;
}

/* キャンペーン景品 */
/*.item_area .local_h2 {
  margin-bottom: 0;
}*/



.item_area.-newCourse {
  background: linear-gradient(to bottom, ); 
}
.item_area.-newLife {
  background: linear-gradient(to bottom, ); 
}


.item_area .item_title {
  width: 220px;
  margin: 0 auto;
  padding-top: 20px;
}
.item_area .item_inner {
  padding-top:30px
}
.item_area .item_inner > .wgt-heading10 {
  font-weight: bold;
  text-align: center;
  background-color: rgba(0,0,0,0);
  padding-top: 10px;
}
/*.item_area.-newCourse .item_inner > .wgt-heading10,
.item_area.-newLife .item_inner > .wgt-heading10 {
  padding: 4px 10px 23px;
}*/
.item_area .item_inner .item_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 40px;
}
.item_area .item_inner .item_select > li {
  width: 35%;
  text-align: center;
  margin-top: 20px;
}
.item_area .item_inner .item_transaction {
  margin: 30px 0;
}
.item_area .item_inner .item_transaction .item_transaction-text {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.571;
  text-align: center;
  padding-top: 10px;
}
.item_area .item_inner .item_transaction .item_transaction-img {
  max-width: 300px;
  min-width: 200px;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .item_area .item_inner .item_select > li {
    width: 45%;
  }
  .mv_img-title {
    width: 100%;
    margin: 0 auto 10px;
  }
  .mv_img-text {
    font-size: 1.5em;
  }
}


/* テキストエリア */
.text_area {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#flex{
display: flex;
justify-content: center;
}


.item_area.-newCourse .text_area,
.item_area.-newLife .text_area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 0;
}
.item_area.-newCourse .text_area .list > li,
.item_area.-newLife .text_area .list > li {
  font-size: 1.8em;
  line-height: 1.3;
  padding-bottom: 0.3em;
}
.item_area.-newCourse .text_area .list > li:last-child,
.item_area.-newLife .text_area .list > li:last-child {
  padding-bottom: 0;
}
.text_area.bg_beige {
  background-color: #F5F3F2;
  padding-top: 20px;
}
.text_area dl {
  border: 2px solid #009944;
  border-radius: 10px;
  background-color: #fff;
}
.text_area dl + dl {
  margin-top: 10px;
}
.text_area dl > dt {
  color: #fff;
  font-size: 120%;
  text-align: center;
  background-color: #009944;
  padding: 10px 0;
}
.text_area dl > dt .ttl_num {
  color: #009944;
  background-color: #fff;
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  border-radius: 50%;
  line-height: 1.2em;
  text-align: center;
  margin-left: 0.5em;
}
.text_area dl > dt .ttl_num > span {
  font-size: 0.9em;
  padding-right: 1px;
}
.text_area dl > dd {
  padding: 10px 10px;
}
.text_area dl > dd .wgt-p2 {
  text-align: center;
}

/* button */
.text_area .wgt-button3 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  /* margi-bottom: 30; */
}
.text_area .skin-button {
  background: #8FC31F;
  border: 1px solid #8FC31F;
}

/* button（応募） */
.text_area .skin-button.register {
  background: #F39800;
  border: 1px solid #F39800;
  padding: 0.7em 0;
}
.text_area .skin-button.btn_1 {
  color: #000000;
  background: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  padding: 0.7em 0;
  font-size: 1.7em;
}


.text_area .skin-button.btn_2 {
  color: #000000;
  background: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  padding: 0.1em;
  font-size: 1.7em;
  text-align: left;
}

html {
    scroll-behavior: smooth;
}


/* 画像被せ */
.absolute {
  display: block;
  position: relative;
}
.absolute>span#kouza {
  position: absolute;
  left: 20px;
  bottom:120%;
  display: block;
  width: 20%;
  height: 20%;
}
.absolute>span#kuwashiku {
  position: absolute;
  right: 10px;
  bottom:60%;
  display: block;
  width: 23%;
  height: 23%;
}

@media screen and (min-width: 681px) {
  .text_area.bg_beige {
    background-color: #fff;
  }
  .text_area dl > dd {
    padding: 20px 20px;
  }
  .text_area dl > dd .wgt-p2 {
    margin: 0;
  }
  .text_area dl > dd .wgt-lead {
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .text_area .skin-button.register {
    font-size: 200%;
  }
  .item_area .item_inner .item_select > li {
    width: 45%;
  }
  .mv_img-text {
    font-size: 1.7em;
  }
  .item_area .item_inner .item_transaction {
    margin: 30px 0;
  }
  .item_area .item_inner .item_transaction .item_transaction-text {
    font-size: 1.5em;
  }
  .item_area.-newCourse .text_area,
  .item_area.-newLife .text_area {
    width: 90%;
    margin: 0 auto;
  }
  .item_area.-newCourse .text_area .list > li,
  .item_area.-newLife .text_area .list > li {
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom: 0.3em;
  }
  .item_area.-newCourse .text_area .list > li:last-child,
  .item_area.-newLife .text_area .list > li:last-child {
    padding-bottom: 0;
  }
  .absolute>span#kouza {
  position: absolute;
  left: 20px;
  bottom:95%;
  display: block;
  width: 20%;
  height: 20%;
  }
  .absolute>span#kuwashiku {
  position: absolute;
  right: 10px;
  bottom:50%;
  display: block;
  width: 27%;
  height: 27%;
  }
}