@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout01 .box-img {
    margin-bottom: 30px;
}

.layout01 .box-img img {
    border-radius: 25px;
}
    
.layout01 .box-text {
    width: 100%;
}
    
    
/* contents02 */

.maincontents-inner section.contents02 > div.layout01 {
    margin-bottom: 30px;
}

.contents02 .box-text-center {
   text-align: left;
}


/* contents03 */

.contents03 .box-box {
  justify-content: center;
    gap:30px;
}

.contents03 .layout01 .box-img {
    width: 100%;
    text-align: center;
}

.contents03 .layout01 .box-img img {
   max-width: 260px;
}

.contents03 .box-text {
    width: 100%;
    padding-left: 0px;
}


    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
