<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 陬ｽ蜩√�繝ｼ繧ｸ縲繧ｫ繧ｿ繝ｭ繧ｰXCMS 繧ｿ繝悶Ξ繝�ヨ陦ｨ遉ｺ*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media(min-width: 420px) and (max-width: 768px){
  /*蜈ｱ騾夊ｨｭ螳�*/
  .viewpc{
      display: none;
  }
  
  .viewtb{
      display: block;
  }
  
  .viewmb{
      display: none;
  }


.common {
  margin-bottom: 70px;
}


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

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

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

.product_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
margin-bottom: 20px;
    padding:0;
    overflow:hidden;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 繧ｫ繧ｿ繝ｭ繧ｰ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;
}
    
.features_box_inner_full img {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-bottom: 40px;
}


.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;
}

    /* 蜍慕判 */


</pre></body></html>