@charset "utf-8";



/* 【PC】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */


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

    #chotto {
        width: 1200px;
        margin: auto;
        margin-top: 100px;
        text-align: center;
    }

    li {
        list-style: none;
    }
     .br-sp {
        display: none;
    }

    /* common
====================================== */
#chotto .sec {
        width: 1200px;
        margin-bottom: 100px;
    }

    #chotto h1 {
        font-size: 42px;
    line-height: 1.5em;
    }

    #chotto h2 {
        font-size:30px;
        padding: 36px 0 ;
        line-height: 1.8em;
        align-items: center;
        display: flex;
        justify-content: center; 
    }
    
    #chotto h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #chotto h2:before {
        margin-right: 1em; 
    }
    #chotto h2:after {
        margin-left: 1em; 
    }


    #chotto h3 {
        font-size: 27px;
        line-height: 1.8em;
        color: #4d4947;
        }

    #chotto li {
        font-size: 27px;
        line-height: 1.3em;
        display: flex;
        padding: 10px;
    }

    #chotto p {
        font-size: 18px
    }

    #chotto .mini {
        font-size: 10px;
    }
   

    .fl {
        display: flex;
        margin: auto;
    }

    .fl img {
        width: 50%;
    }

    .comment {
        width: 50%;
        text-align: left;
        padding: 0 30px 0 60px;
        margin: auto;
    }
    .mv {
        width: 50%;
        margin: auto;
      }
    
    section.sec.contents .fl img {
      width: 35%;
      margin-left: 90px;
      }

      .main .fl img {
      width: 50%;
      }

/* item_img
====================================== */
    ul.item4 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item4 li{
        width: 45%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item4 li img{
        margin:5px;
    }
 
    ul.point5 {
        text-align: left;
    }


 /* item_point
====================================== */   
    .point_icon {
        display: flex;
        justify-content: center;
    }
    ul.item3 {
        text-align: left;
        width: 100%;
        flex-wrap: wrap;
    }
    .item3 li {
        font-size: 27px;
        line-height: 1.8em;
        display: flex;
    }

    .item3 a {
        text-decoration: solid;
        color: #006bde;
        border-bottom: dotted 2px #438ede;
        display: inline-block;
    }

/* howto
====================================== */  
 
    section.sec.contents.howto img{
        width: 60%;
        margin: auto;
        margin-top: 50px;
    }
    section.sec.contents.howto li {
        font-size: 27px;
        line-height: 1.3em;
        padding: 10px;
    }
    .howto p {
        text-align: left;
        padding: 40px;
      }
    

/* background
====================================== */   
section.sec.icon {
    border-radius: 10px;
    background-color: #f2f6fb;
    padding: 50px 70px;
} 
section.sec.contents.kinou {
    background-color: #f1f3f3;
    padding: 50px 70px;
 }

/* icon
====================================== */  
.icon_p1 {
    background: url(/goods/chotto/img/point-1.png) no-repeat;
    background-size: contain;
    padding-right: 90px;
    margin-right: 50px;
    height: 4em;
  }

  .icon_p2 {
    background: url(/goods/chotto/img/point-2.png) no-repeat;
    background-size: contain;
    padding-right: 90px;
    margin-right: 50px;
    height: 4em;
  }

  .icon_p3 {
    background: url(/goods/chotto/img/point-3.png) no-repeat;
    background-size: contain;
    padding-right: 90px;
    margin-right: 50px;
    height: 4em;
  }

  .icon_p4 {
    background: url(/goods/chotto/img/point-4.png) no-repeat;
    background-size: contain;
    padding-right: 90px;
    margin-right: 50px;
    height: 4em;
  }

  .icon_p5 {
    background: url(/goods/chotto/img/point-5.png) no-repeat;
    background-size: contain;
    padding-right: 90px;
    margin-right: 50px;
    height: 4em;
  }
}

@charset "utf-8";



/* 【SP】ウィンドウ幅が768px以下の場合に適用するCSS
====================================== */


@media print,
screen and (max-width:768px) {

    #chotto {
        margin: auto;
        margin-top: 100px;
        text-align: center;
    }

    li {
        list-style: none;
    }
    .br-pc {
        display: none;
    }

    /* common
====================================== */
#chotto .sec {
        margin-bottom: 60px;
    }

    #chotto h1 {
        padding: 65px 0 0;
        line-height: 1.3em;
    }

    #chotto h2 {
        padding: 36px 0 ;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: transparent;
    }
    
    #chotto h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #chotto h2:before {
        margin-right: 1em; 
    }
    #chotto h2:after {
        margin-left: 1em; 
    }


    #chotto h3 {
        line-height: 1.8em;
        color: #484343;
        display: flex;
        font-size: 1.2em;
    }

    #chotto li {
        padding: 10px 0;
        margin: 5px;
        text-align: left;
    }

    #chotto p {
        text-align: left;
    line-height: 1.8em;
    }
    

    #chotto .mini {
        font-size: 10px;
    }
   

    .fl {
        margin: auto;
    }

    .fl img {
        margin-bottom: 5%;
    }

    .comment {
        text-align: left;
    }

    p.qua {
        text-align: center !important;
    }
    

/* item_img
====================================== */
    ul.item4 {
        width: 100%;
    }
    .item4 li{
        padding: 10px 0;
        margin: 5px;
        display: inline-block;
        width: 45%;
    }
    .item4 li img{
        margin:5px;
    }

 /* item_point
====================================== */   
    .point_icon {
        display: flex;
        justify-content: center;
    }
    ul.item3 {
        text-align: left;
        width: 100%;
        flex-wrap: wrap;
        padding: 5px;
    }
    .item3 li {
        display: flex;
    }
    .item3 a {
        color: #006bde;
        border-bottom: dotted 2px #438ede;
        display: inline-block;
        width: 90%;
    }

/* howto
====================================== */   
    section.sec.contents.howto h3 {
        color: #484343;
        text-align: left;
    }    
    section.sec.contents.howto img{
        margin: auto;
        margin-bottom: 10px;
    }
    section.sec.contents.howto li {
        line-height: 1.3em;
        padding: 10px;
    }
    section.sec.contents.howto p {
        text-align: left;
    }

/* background
====================================== */   
section.sec.icon {
    border-radius: 10px;
    background-color: #f2f6fb;
    padding: 0 10px;
} 
section.sec.contents.kinou {
    background-color: #f1f3f3;
 }

/* icon
====================================== */  
.icon_p1 {
    background: url(/goods/chotto/img/point-1.png) no-repeat;
    background-size: contain;
    height: 3em;
    display: block;
    margin-bottom: 4%;
  }

  .icon_p2 {
    background: url(/goods/chotto/img/point-2.png) no-repeat;
    background-size: contain;
    height: 3em;
    display: block;
    margin-bottom: 4%;
  }

  .icon_p3 {
    background: url(/goods/chotto/img/point-3.png) no-repeat;
    background-size: contain;
    height: 3em;
    display: block;
    margin-bottom: 4%;
  }

  .icon_p4 {
    background: url(/goods/chotto/img/point-4.png) no-repeat;
    background-size: contain;
    height: 3em;
    display: block;
    margin-bottom: 4%;
  }

  .icon_p5 {
    background: url(/goods/chotto/img/point-5.png) no-repeat;
    background-size: contain;
    height: 3em;
    display: block;
    margin-bottom: 4%;
  }
}