


#pageContent h2 {
    border-bottom: 1px solid #D0D0D0;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 0.5rem;
    padding-left: 1.75rem;
    position: relative;
}

#pageContent h2::before {
    background-color: #003087;
    content: "";
    display: block;
    height: 0.875rem;
    left: 0;
    position: absolute;
    top: 0.375rem;
    width: 0.875rem;
}

#pageContent h2::after {
    background-color: #F1C400;
    content: "";
    display: block;
    height: 0.625rem;
    left: 0.5rem;
    position: absolute;
    top: 0.875rem;
    width: 0.625rem;
}

.p-article__heading2 {
    margin-top: 3rem;
}

#pageContent h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 0.6875rem;
    position: relative;
}

#pageContent h3::before {
    background-color: #F1C400;
    bottom: 0;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    width: 0.625rem;
}

#pageContent h3::after {
    background-color: #003087;
    bottom: 0;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0.625rem;
    position: absolute;
    width: 1.25rem;
}

#pageContent h3:nth-of-type(n + 2) {
    margin-top: 40px;
}

.p-article__heading3 {
    margin-top: 2rem;
}

#pageContent h4 {
    align-items: center;
    display: flex;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
}

#pageContent h4::before {
    background-color: #F1C400;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.625rem;
    margin-right: 0.5rem;
    width: 0.625rem;
}

.p-article__heading4 {
    margin-top: 1.5rem;
}

#pageContent h4 {
    color: #003087;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
}

.p-article__heading4 {
    margin-top: 1rem;
}

#pageContent p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
}

#pageContent dt img {
    display: block;
    margin: 20px auto;
    max-width: 300px;
    filter: none;
}

#pageContent dd span.name{
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

#pageContent dd span.area1{
    display: block;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}

#pageContent dd span.message {
    display: block;
}

/* クラブ紹介 */
#pageContent table.rczc-detailsTable{
    width: 100%;
    font-size: 0.8rem;
}

#pageContent table.rczc-detailsTable th{
    font-size: 0.8rem;
    background-color: rgb(242, 247, 255);
    border: 1px #eee solid;
    border-collapse: collapse;
}

#pageContent table.rczc-detailsTable td{
    font-size: 0.8rem;
    background-color: #fff;
    border: 1px #eee solid;
    border-collapse: collapse;
}

/* ダウンロードなど */
#pageContent table{
    width: 100%;
}
#pageContent th{
    font-size: 0.8rem;
    background-color: rgb(242, 247, 255);
    border: 1px #eee solid;
    border-collapse: collapse;
    padding: 10px 15px;
}

#pageContent td{
    font-size: 0.8rem;
    background-color: #fff;
    border: 1px #eee solid;
    border-collapse: collapse;
    padding: 10px 15px;
}

/* お問い合わせ */
.wpcf7 input, .wpcf7 textarea{
    width: 100%;
    background-color: #fff;
    border: 1px #eee solid;
}
.wpcf7 input[type=submit]{
    max-width: 200px;
    background-color: #ccc;
    margin: 15px 0;
}
.wpcf7 fieldset{
    border: 0;
}

.wpcf7 p[aria-atomic=true]{
    color: red;
}

.wpcf7 .screen-reader-response ul{
    display: none;
}

.wpcf7 span.wpcf7-not-valid-tip{
    color: red;
}


#pageContent a:not(.newsList){
    color: #0c55da;
    text-decoration: underline;
    border: 0;
}

