@charset "UTF-8";
.c-page-header.custom-voice{
    height: clamp(300px, 62.5vw, 300px);
}
.c-page-header.custom-voice h1.c-entry__title{
    font-size: 2.5rem;
    color: #3f64ea;
}
.c-page-header.custom-voice h1.c-entry__title::after{
    content: "";
    width: 60px;
    height: 2px;
    margin-top: var(--_margin-1);
    background-color: #3f64ea;
    display: block;
}
span.page_sub_title{
    font-family: var(--font-oswald);
	font-size: 1.5rem;
	line-height: 1;
	color: #3f64ea;
    font-weight: bold;
}
ul.member-type-list li {
    list-style-type: none;
    background-color: #3f64ea;
    color: #fff;
    border-radius: 30px;
}
ul.member-type-list li a{
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
}
ul.member-type-list {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding-left: 0px;
}
.voice-flex {
    display: flex;
    gap: 20px;
    align-items: center;
}
.voice-flex > div {
    flex: 1;
}
li.member-type-item {
    display: inline-block;
}
.voice-highlight{
    background: #E0E6FC;
    margin-top: 50px;
    border-radius: 10px;
    padding: 30px 40px;
}
h2.highlight-title {
    color: #3f64ea; 
}
.highlight-description {
    padding-top: 20px;
}
.voice-information-flex{
    margin-top: 50px;
     display: flex;
    gap: 20px;
}
.voice-information-flex > div{
    flex: 1;
}
h3.voice-h3{
    font-size: 1.8rem; 
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E6FC;
}
.add-flex {
    display: flex;
    gap: 20px;
}
.add-flex > div{
    flex: 1;
}
@media (min-width: 1024px) {
    .c-page-header.custom-voice h1.c-entry__title{
    font-size: 2.5rem;
    }
    h2.voice-title {
    font-size: 2.5rem;
    }
    h2.highlight-title {
    font-size: 2rem; 
    }
}