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


/* layout01 */

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

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

.layout01 .box-img img {
    border-radius: 30px;
}


/* contents02 */

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

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

.contents02 .layout-contents02 {
   text-align: center;
}

/* contents03 */

.contents03 .box-box {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents03 .layout01 .box-img {
    width: 260px;
     margin-bottom: 0px;
}

.contents03 .layout01 .box-img img {
    border-radius: 0px;
}

.contents03 .box-text {
    flex: 1;
    padding-left: 30px;
}



.sp-view {
	display: none;
}
