
:root {


}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    border-top: 0;
    border-bottom: 0;
}
/**** all page ****/
.page-header {
    display: none;
}
@media (min-width: 1200px) {
    .site-body {
        padding: 0 0 4rem;
    }
}
.wp-block-button .wp-block-button__link {
    background-color:#4fbcc3;
}

.sub-text {
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
}

/*** top page **/
/*news*/
.news {
    position: relative;  /* 基準となる親要素 */
    border-radius: 100px 100px 10px 10px;
    padding-bottom: 80px;
}


@media (max-width: 768px) {
    .news {
        border-radius: 0;
        padding-bottom: 0;
}
}
.news a {
    font-size: 0.9rem;
}
.news time {
    font-size: 0.8rem;
    color: #17a2b8;
}
/**/

/*service*/
.service-cloum .ark-block-column{ 
    padding: 15px;
    background-color: #f1f8f7;
    text-align: center;
}

/******** light page **********/
.feature {
    width: 150px;
    height: 150px;
    background-color: #65bfc5;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.online-colum {
    text-align: center;
}

/******** zakka page **********/
.ajian-colun h4 {
    font-size: 1.8rem;
    background-color: unset;
    color: #7a6c64;
    margin-block-end: 0;
    font-weight: 700;
}
.ajian-colun p {
    line-height: 2rem;
}


/********  mask page  ******/
.mask-top .mask-catch {
    margin-bottom: 10px;
    background: #c46497;
    width: 150px;
    display: inline-block;
    border-radius: 20px;
    padding: 20px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.point-five .wp-block-column .wp-block-group {
    margin-bottom: 30px;
    text-align: center;
}
.point-five .wp-block-column .wp-block-group h6 {
    color:#c46497 ;
    font-weight: 600;
}
/********  contact form ********/
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: #4fbcc3; 
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 50px;
    text-align: center;
}
div.wpforms-container-full button[type=submit] {
    padding: 0 50px;
}