@charset "UTF-8";
.list_dot {
    list-style:  none;    
    margin:  0;            
    padding: 0;            
}
.list_dot li:before {
    content:  "";     
    width:  12px;              
    height:  12px;             
    display:  inline-block;    
    background-color: #4E5B73; 
    border-radius:  50%;    
    margin-right: 5px;
}
/* .list_dot.-mpaccent li:nth-child(1):before{
  background-color: #EA6061;
}
.list_dot.-mpaccent li:nth-child(1){
  font-size: 20px;    
}
 */
.list_text{
    margin-top: 16px;
    font-size: 13px;

}
.list_requirement{
    margin: 0;
	padding: 0;
	font-size: 86%;
	list-style: none;
}
.list_requirement li{
  font-size: 14px;
  padding-left: 55px;
background: left top no-repeat;
background-size: 45px auto;
  padding-bottom: 10px;
}

.list_requirement li:nth-child(1) {
	background-image: url("../img/list1.png");
}
.list_requirement li:nth-child(2) {
	background-image: url("../img/list2.png");
}.list_requirement li:nth-child(3) {
	background-image: url("../img/list3.png");
}.list_requirement li:nth-child(4) {
	background-image: url("../img/list4.png");
}
.button1_pc{
    position: absolute;
    width: 100%;
    bottom: 40%; 
    left: 10%;
}
.button1_sp{
    position: absolute;
    width: 100%; 
    bottom: 28%; 
    left: 9%; 
    width: 40%;
}

.benefitbox_pc{
    position: relative;
}
.benefitbox_sp{
    position: relative;
}
.mpmovie {
    max-width: 780px;
    font-size: 24px;
    line-height: 1.7em;
    text-align: center;
    color: #EA6061;
    border: 1px solid #EA6061;
    margin: 0 auto;
    padding: 8px 0;
  }
  
  .c-mpmovietitle {
    text-align: center;
  }
  .c-mpaboutcontainer{
    background-color: #D8DAE4;
    width: 960px;
    padding: 20px;
    margin: 0 auto;
  }
  
.youtube {
    width: 100%;
    height: 0;
    padding-top: 37.5%;
    position: relative;
  }
  
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 768px !important;
    height: 432px !important;
  }

  @media screen and (max-width: 767px) {
    .list_dot.-mpaccent li:nth-child(1){
    font-size: 14px;    
  }
  .list_dot.-mpaccent li{
    font-size: 12px;    
  }
  .list_requirement li{
    font-size: 14px;
    padding-left: 65px;
	background: left top no-repeat;
	background-size: 55px auto;
    padding-bottom: 24px;
}


  
    .mpmovie {
        font-size: 16px;
      }
      .c-mpmovietitle {
        padding: 0 1%;
      }
      .c-mpaboutcontainer{
        width: 100%;
        padding: 10px;
      }
     
    
    .youtube {
      padding-top: 56.25%;
    }
    .youtube iframe {
      position: absolute;
      top: 0;
      width: 100% !important;
      height: 100% !important;
    }
  }

.rivo-wrap .list_requirement li{
  font-size: 18px;
  padding-left: 66px;
  background: left top no-repeat;
  background-size: 61px auto;
  padding-bottom: 10px;
  line-height: 1.5;
}
.rivo-wrap .list_requirement li:nth-child(1) {
	background-image: url("../img/250219_5236_img_list1.png");
}
.rivo-wrap .list_requirement li:nth-child(2) {
	background-image: url("../img/250219_5236_img_list2.png");
}
.rivo-wrap .list_requirement li:nth-child(3) {
	background-image: url("../img/250219_5236_img_list3.png");
}
.rivo-wrap .list_requirement li:nth-child(4) {
	background-image: url("../img/250219_5236_img_list4.png");
}
.rivo-wrap .list_dot li .-small{
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .rivo-wrap .list_requirement li{
    font-size: 16px;
    padding-left: 66px;
    background: left top no-repeat;
    background-size: 61px auto;
    padding-bottom: 24px;
  }
  .rivo-wrap .list_dot li .-small{
    font-size: 12px;
  }
}