/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カタログXCMS　メインページ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media(max-width:420px){

   /*共通設定*/
  .viewpc{
      display: none;
  }
  
  .viewtb{
      display: none;
  }
  
  .viewsp{
      display: block;
  }

.common {
  margin-bottom: 70px;
}


.common:last-child{
  margin-bottom: 70px;
}
  

 
   /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BOX*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.product_box_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.product_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_box_img {
     width:100%;   
    }
    
    .product_box_img img {
        width:100%;
        max-width:450px;
        overflow: hidden;
        transform: none;
    }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カタログXCMS　在宅ワーク記述 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.features_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.features_box_inner {
    width:95%;
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
}


.features2_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.features2_box_inner {
    width:95%;
    padding: 15px;
    margin: 15px;
        border: 3px solid;
    border-color: #CCC;
        box-sizing: border-box;
}
    
.features_box_inner_clear {
        width: 95%;
        margin: 0;
    padding: 0;
    }

    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* やじるし*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    .prolabel_arrow{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
        height: 20px;
        margin-bottom: 50px;
}

.prolabel_arrow::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 5px #666;
    border-right: solid 5px #666;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-top:20px;
}
    
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* dot */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.example {
display: none;
}

/* 動画 */
