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


.maincontents-inner section {
    text-align: center;
}

.maincontents-inner section:not(:last-child) {
    margin-bottom: 100px;
}

.layout-orange > div:not(:last-child) {
    margin-bottom: 50px;
}

.layout-about p {
    text-align: center;
}

/* contents02 */

.contents02 .layout01 {
    width: 1000px;
    padding-top: 40px;
}

.contents02 .layout-orange > h4 {
    font-family: var(--base-font2);
    font-size: 30px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-weight: var(--base-weight);
    margin-bottom: 30px;
}

/* layout01 */

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

.layout01 img {
    border-radius: 25px;
}

.layout01 p {
    text-align: left;
}

/* layout02 */

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

.layout02 .box {
    width: 48.5%;
    background-color: var(--color-back02);
    padding: 35px 40px;
}

.layout02 h6 {
    font-family: var(--base-font2);
    font-size: 26px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: var(--base-weight);
    margin-bottom: 25px;
}

.layout02 ul li {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-weight);
}

.layout02 ul li:not(:last-child) {
    margin-bottom: 12px;
}

.sp-view {
    display: none;
}
