
/* CSS Document */

/*==================================================

about-contents
=================================================*/

.page-cont .member-info {
    width: 100%;
    background-color: #FFF;
    margin: 80px auto 0;
}
.page-cont .member-info .item {
    width: 90%;
    max-width: 1080px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 80px;
}
.page-cont .member-info .item h2 {
    width: 100%;
    text-align: center;
}
.page-cont .member-info .item dl {
    width: 46%;
    border-radius: 40px;
    border: 3px solid #303743;
    margin-top: 80px;
    background-color: #FFF;
    padding: 5%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.page-cont .member-info .item dl dt {
    position: relative;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 160%;
    text-align: center;
    margin: 0 auto 5%;
}
.page-cont .member-info .item dl dt span {
    font-size: 60%;
}
.page-cont .member-info .item dl dt::before {
    content: " ";
	display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    clip-path: circle(50% at 50% 50%);
    background-color: #303743;
    top: 50%;
    left: 0;
	transform: translate(0, -50%);
    z-index: 1;
}
.page-cont .member-info .item dl dt::after {
    content: " ";
	display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    clip-path: circle(50% at 50% 50%);
    background-color: #303743;
    top: 50%;
    right: 0;
	transform: translate(0, -50%);
    z-index: 1;
}

.page-cont .member-info .item.st h2 {
    color: #68624b;
}
.page-cont .member-info .item.st dl {
    color: #68624b;
    border: 3px solid #68624b;
}
.page-cont .member-info .item dl dt::before,.page-cont .member-info .item dl dt::after {
    background-color: #68624b;
}


/* WP調整用 追記 ----------------------------------------------*/
.page-cont .member-info {
    margin: 0!important;
}
.page-cont .member-info h1.section-title {
    font-size: clamp(24px, 4vw, 50px)!important;
}
.page-cont .member-info .item dl dt {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 500;
}
.page-cont .member-info .item dl dd p {
    font-size: 15px;
}
.page-cont .member-info .item h2 {
    margin: 0;
    padding: 0;
    font-size: clamp(20px, 3vw, 30px)!important;
	font-weight: 500!important;
}
.page-cont .member-info .item h2::before {
    display: none;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .page-cont .member-info {
        width: 100%;
        margin: 8% auto 0;
    }
    .page-cont .member-info .item {
        width: 90%;
        flex-direction: column;
        padding: 0 0 8%;
    }
    .page-cont .member-info .item dl {
        width: 100%;
        border-radius: 10px;
        margin-top: 6%;
        padding: 8%;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .page-cont .member-info .item dl dt {
        text-align: center;
        margin: 0 auto 3%;
    }
    .page-cont .member-info .item dl dt::before {
        width: 8px;
        height: 8px;
    }
    .page-cont .member-info .item dl dt::after {
        width: 8px;
        height: 8px;
    }

    /* WP調整用 追記 ----------------------------------------------*/
    .page-cont .member-info .item dl dd p {
        font-size: 12px;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

