

@media screen and (min-width: 768px) {
/*---------------
       PC
---------------*/

.sp {
    display: none !important;
}

/*---------------
     header
---------------*/

.top-box, .header-inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.header{
    padding-top: 75px;
    padding-bottom: 50px;
    background-color: #ebfafb;
}

.image-top{
    padding-top: 20px;
    margin-bottom: 30px;
}

.btn-pink{
    display: block;
    border-radius: 8.5px;
    background-color: #e4007f;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.btn-h01{
    line-height: 4;
    width: 320px;
    margin: 0 auto;
}

/*---------------
      top4人
---------------*/

.flex-box{
    display: flex;
}

.top-txtbox{
    text-align: left;
    padding-top: 10%;
    padding-left: 6%;
}

.top-name{
    font-size: 26px;
    color: black;
    margin-bottom: 30px;
}

.flex-box span{
    color: #ed5093;
    font-weight: bold;
}

.btn-h02{
    height: 26px;
    line-height: 26px;
    width: 178px;
    margin-bottom: 12px;
}

.top-comment{
    padding-top: 30px;
}

/*---------------
   monitor-voice
---------------*/

.wrap{
    background-color: #fffaf3;
    padding-bottom: 50px;
}

.wrap .monitor-voice{
    text-align: center;
    max-width: calc(100% - 10%);
    margin: 0 auto;
}

.monitor-voice h2{
    margin-bottom: 30px;
}

.monitor-voice-name{
    padding-left: 15%;
}

.monitor-voice-name .name{
    display: inline-block;
    width: 22%;
    margin:0 1% 30px;
    background: #fff;
    border: 1px solid #996c33;
    line-height: 40px;
    color: #ed5093;
    font-weight: bold;
    font-size: 22px;
}

.monitor-wrap{
    background: #fff;
    padding: 20px;
}

.monitor-voice-box {
    display: table;
    width: 100%;
    margin-bottom: 45px;
}

.monitor-voice-box .detail{
    width: 21%;
    display: table-cell;
    padding: 0 2%;
}


.monitor-voice-box .title-b{
    width: 16%;
    display: table-cell;
    vertical-align: middle;
    background: #EBFAFB;
    font-weight: bold;
}

.monitor-voice-box .title-p{
    width: 16%;
    display: table-cell;
    vertical-align: middle;
    background: #fcd5e8;
    font-weight: bold;
}

.monitor-img{
    margin-bottom: 20px;
}

.monitor-txt{
    text-align: left;
}

.detail span{
    color: #ed5093;
    font-weight: bold;
}



}
@media screen and (max-width: 768px) {
/*---------------
    sp
---------------*/


.pc{
  display: none;
}
.contents img{
  width: 100%;
}

/*---------------
    header
---------------*/

.header{
    padding: 5px 1% 15px;
    background-color: #ebfafb;
}
.inner-img{
    margin-bottom: 10px;
}

.image-top{
    padding-top: 20px;
    margin-bottom: 30px;
}

.btn-pink{
    display: block;
    border-radius: 8.5px;
    background-color: #e4007f;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.btn-h01{
    line-height: 3;
    width: 240px;
    margin: 0 auto;
}

/*---------------
    top4人
---------------*/

.top-txtbox{
    text-align: center;
    padding: 4% 3%;
}

.top-name{
    font-size: 25px;
    color: black;
    margin-bottom: 10px;
}

.flex-box span{
    color: #ed5093;
    font-weight: bold;
}

.btn-h02{
    height: 23px;
    line-height: 23px;
    width: 178px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.top-comment{
    padding-top: 10px;
    text-align: left;
}

/*---------------
   monitor-voice
---------------*/

.wrap{
    background-color: #fffaf3;
    padding-bottom: 20px;
}

.monitor-voice h2{
    text-align: center;
    margin-bottom: 10px;
}

.monitor-voice-name .name{
    display: inline-block;
    background: #fff;
    border: 1px solid #996c33;
    width: 44%;
    height: 40px;
    line-height: 40px;
    color: #ed5093;
    font-weight: bold;
    font-size: 18px;
}

.monitor-voice-box{
    background: #fff;
}

.monitor-voice .detail{
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
    padding: 0 5px;
    margin-bottom: 15px;
}

.monitor-voice-box .title-b{
    width: 100%;
    line-height: 1.5;
    background: #EBFAFB;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
}

.monitor-voice-box .title-p{
    width: 100%;
    line-height: 1.5;
    background: #fcd5e8;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.monitor-img{
    margin: 10px 0;
}

.img-goods{
    width: 60% !important;

}

.monitor-txt{
    text-align: left;
}

.title-s{
    line-height: 1.5 !important;
    height: 56px;
    padding-top: 2%;
}

.detail span{
    color: #ed5093;
    font-weight: bold;
}

.name{
    background: #fff;
    border: 1px solid #996c33;
    font-size: 18px;
    padding: 2px 18px;
}







}
