@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;
}


/* layout01 */

.layout01 {
    background-color: var(--color-back02);
    margin: 0px -40px;
    padding: 30px 80px;
}

.layout01 .box {
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.layout01 .box-title {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-right-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
}

.layout01 .box-text {
    flex: 1;
    padding: 10px 40px;
    text-align: left;
}

.layout01 h4 {
    font-weight: var(--base-weight);
    color: var(--color-sub2);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.2em;
}


/* layout02 */

.layout02 {
    width: 860px;
    margin-bottom: 60px;
}

.layout02 .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.layout02 .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* layout03 */

.layout03 {
    width: 720px;
}

/* layout04 */

.layout04 {
    width: 700px;
    padding-top: 80px;
}

.sp-view {
    display: none;
}
