@charset 'UTF-8';

/* about activity*/
.activity .l-column-inner{
  width: 100%;
}
.activity .l-column-inner .colum750{
  max-width: 750px;
}
.activity .sec2 .l-column-inner{
  background-color: white;
  border-radius: 10px;
  padding: 4px 18px;
  min-height: 375px;
}
.activity .sec2 .l-column-inner p{
  margin: 0;
}
.activity .sec2 .l-column-inner h3{
  text-align: center;
  color: #E3770F;
  border: none;
  height:80px;
  min-height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}

.activity .sec4 .right-box{
  background-color: white;
  border-radius: 10px;
  padding: 20px 25px;
}
.activity .sec4 .right-box h3{
  font-size: 20px;
  font-weight: normal;
  border: none;
  padding: 10px 0;
}

.activity .sec4 .right-box ul li{
  font-size: 16px;
  line-height: 2.375em;
  position: relative;
  padding-left: 40px;
}

.activity .check-link > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(/images/about/activity/img_check.png) no-repeat 0 0;
  background-size: contain;
}

.activity .remark{
  font-size: 12px !important;
  margin: 0 !important;
  padding-top: 5px;
}
.activity .sec5 .right-box{
  width: 408px;
}

.activity .voice-list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.activity .voice-list li{
  width: 300px;
  min-height: 325px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  padding: 0 16px 80px;
}

.activity .voice-list li > p:first-child{
  color: #E3770F;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}

.activity .voice-list li > p:nth-child(2){
  margin: 0;
}

.activity .voice-list li .store-link{
  position: absolute;
  height: 70px;
  bottom: 0;
  padding-left: 60px;
  padding-right: 16px;
}

.activity .store-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 51px;
  height: 19px;
  background: url(/images/about/activity/img_store.png) no-repeat 0 0;
  background-size: contain;
}

.activity .column470 .column50{
  margin-bottom: 0;
}

.activity h3.voice{
  border: none ;
  padding: 0;
  font-weight: normal;
  margin-bottom: 20px;
}

.activity h3.voice:before{
  position: relative;
  content: '';
  display: inline-block;
  top: 14px;
  left: 0;
  width: 61px;
  height: 54px;
  margin-right: 16px;
  background: url(/images/about/activity/img_activity08.png) no-repeat 0 0;
  background-size: contain;
  
}

@media screen and (min-width: 769px) {

/* about activity*/
.activity .column470 .column50 .l-column-inner img{
   width: 270px; 
   margin-left: 12px; 
}
.activity .column470 .column50 .l-column-inner.first{
  min-width: 190px;
  width: 190px;
}


.activity .colum640{ width: 640px; margin: 0 !important; }

}

@media screen and (max-width: 768px) {
  
/* about activity*/
.activity .voice-list li{ width: 100%; min-height: auto; }
.activity .l-column.column300.sec2 .l-column-inner:not(:last-child){ margin-bottom: 30px; }
.activity .sec3 .column50 .l-column-inner{ margin-bottom: 30px; }
.activity .colum640{ margin: 0 !important; }

.activity .sec5 .right-box{
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.activity .sec5 .right-box img{
  width: 70%;
}

}


