#page_headline {
    height: auto;
    min-height: 60px;
    padding: 50px;
    text-align: center;
    letter-spacing: 3px;
}

.p-com01 p:empty, .p-com01 div:empty, .p-com01 span:empty {
    display: none !important;
}
.p-com01 h3 {
    color: #45B27D;
    text-align: center;
}
.p-com01 p {
    line-height: 1.7 !important;
}
.p-com01 .textArea01 p {
    background-color: #F6F6F6;
}
.p-com01 .linkBox, .p-com01 .linkBox2 {
    background-color: #fff;
    border: 2px solid #44B27D;
}
.p-com01 aside {
    margin-bottom: 70px;
}

.p-com01 .c-section {
    /* width: calc(100% + calc((100vw - 960px) / 2)); */
    /* margin-left: calc((100vw - 960px) / -2); */
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 50px 0;
}
.p-com01 .greenWrap {
    width: 960px;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}
.p-com01 .greenPart {
    background-color: #EAF8F2;
}
.p-com01 .grayPart {
    background-color: #F6F6F6;
} 
.p-com01 .whitePart .whiteBox {
    background-color: #EAF8F2;
}
/* .p-com01 .greenPart .greenWrap {
    background-color: #EAF8F2;
}
.p-com01 .whitePart .greenWrap {
    background-color: #fff;
}
.p-com01 .grayPart .greenWrap {
    background-color: #F6F6F6;
} */
.p-com01 .green {
    color: #44B27D;
    text-align: center;
    border-left: 0;
    padding-left: 0;
}
.p-com01 li::marker {
    color: #44B27D;
}
.p-com01 .whiteBox {
    border: none;
}
.p-com01 .whiteBox + .whiteBox {
    margin-top: 30px;
}
.p-com01 .noneDot li::marker {
    content: none;
}

.p-com01 .growList dl {
    display: flex;
    align-items: center;
    margin-top: 42px;
}
.p-com01 .growList dt {
    color: #fff;
    min-width: 35%;
    padding: 13px;
    font-size: 22px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    background-color: #42B27E;
}
.p-com01 .growList dl:not(:last-child) dt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0px 10px;
    border-color: #AAAAAA transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: 0 auto;
}
.p-com01 .growList dd {
    line-height: 1.5;
}

.p-com01 .addrList dl {}
.p-com01 .addrList dt {
    color: #44B27D;
    font-size: 20px;
    margin-bottom: 3px;
}
.p-com01 .addrList dt, .p-com01 .addrList dd {
    line-height: 1.5;
}
.p-com01 .addrList dd .email {
    display: flex;
    align-items: center;
}
.p-com01 .addrList dd .email img {
    display: inline-block;
    margin-left: 6px;
}
.p-com01 .addrList dd .email a {
    padding: 3px 18px;
    margin-left: 10px;
    text-decoration: none;
    border: 1px solid #42B27E;
}

.p-com01 .addrList .map {
    position: relative;
    padding-top: 50%;
}
.p-com01 .addrList .map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.p-com01 .txtcenter {
    text-align: center;
}
.p-com01 .txtnote {
    color: #19985B;
    margin: 10px 0 0 !important;
}
.p-com01 .groupList {
    display: flex;
}
.p-com01 .groupList .brownList {
    width: calc(100% / 3);
}


@media screen and (max-width:1160px) {
    .p-com01 .greenWrap {
        width: auto;
    }
}
@media screen and (max-width:767px) {
    .p-com01 .whiteList, .p-com01 .brownList {
        padding-left: 0;
    }
    .p-com01 .growList dl {
        position: relative;
        flex-direction: column;
    }
    .p-com01 .growList dl:not(:last-child):after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 10px 0px 10px;
        border-color: #AAAAAA transparent transparent transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -26px;
        margin: 0 auto;
    }
    .p-com01 .growList dt {
        font-size: 18px;
        min-width: 100%;
        padding: 10px;
        margin: 0 0 16px;
    }
    .p-com01 .growList dl:not(:last-child) dt:after {
        content: none;
    }
    .p-com01 .addrList dd .email {
        display: block;
    }
    .p-com01 .addrList dd .email a {
        display: block;
        margin: 10px 0 0;
        text-align: center;
    }
    .p-com01 .addrList .map {
        padding-top: 70%;
        min-height: 300px;
    }

    .p-com01 .groupList {
        flex-direction: column;
    }
    .p-com01 .groupList .brownList {
        width: 100%;
    }
}
