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

.contents01 > .layout-orangewrap + .layout-orangewrap {
    margin-top: 60px;
}


/* layout01 */

.layout01 {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout01 .box-img {
    width: 30%;
}

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

/* layout02 */

.layout02 {
    width: 880px;
}

.layout02 .box-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.layout02 .box-img {
    width: 45%;
}

.layout02 .box-text {
    flex: 1;
    padding-right: 30px;
    text-align: left;
}

.layout02 h4 {
    font-size: 24px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-weight0);
    background-image: url("../common/images/midashi01.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout02 h6 {
    width: 235px;
    padding-top: 15px;
}

/* layout03 */

.layout03 .box:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom-style: dotted;
    border-color: rgba(102, 102, 102, 0.5);
    border-width: 4px;
}

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

.layout03 p {
    text-align: left;
    padding: 0px 20px;
}


/* layout04 */

.layout04 {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}

.layout04 .box-img {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout04 .box-img .box {
    width: 48.5%;
}

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

.layout04 p {
    font-size: 16px;
    padding-top: 10px;
}

.dental {
	display: none;
}



.sp-view {
    display: none;
}
