@charset "utf-8";

/* ----------------------------------------------
ページタイトル
---------------------------------------------- */
.page-title {
    background-color: #ededed;
    padding: 2rem 0;
}

.page-title h1 {
    max-width: 1380px;
    margin: 0 auto;
    font-size: 3.6rem;
    font-weight: 500;
    padding: 0 5rem;
    line-height: 1.6;
}

/* パンくずリスト */
.page-content .breadcrumb ul {
    max-width: 1380px;
    margin: 0 auto 0;
    color: #666;
    font-size: 1.4rem;
    padding: 0 5rem;
    display: flex;
    flex-wrap: wrap;
}

.page-content .breadcrumb li {
    list-style-type: none;
    margin: 0;
}

.page-content .breadcrumb li:before {
    display: none;
}

.breadcrumb li:after {
    content: ">";
    display: inline-block;
    margin: 0 0.5rem;
}

.breadcrumb li:last-child:after {
    content: none;
}

.breadcrumb li a {
    color: #666;
    text-decoration: none;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .breadcrumb li a:hover {
        color: #0057a6;
        text-decoration: underline;
    }
}

@media screen and (max-width: 767px) {
    .page-title h1 {
        padding: 0 2rem;
    }
    
    .page-content .breadcrumb ul {
        padding: 0 2rem;
    }
}


/* ----------------------------------------------
全体コンテンツ
---------------------------------------------- */
.page-content .inner {
    max-width: 1280px;
    margin: 3.5rem auto 6rem;
    padding: 0 5rem;
}

/*
.page-content p,
.page-content dt,
.page-content dd,
.page-content th,
.page-content td {
    font-size: 1.8rem;
}
*/

.page-content p {
    margin-bottom: 1em;
    letter-spacing: normal;
    line-height: 2;
}

.page-content p:has(img) {
    margin-bottom: 0;
}

.page-content p + p {
    margin-top: 1em;
}

.page-content a {
    color: #006f7d;
    text-decoration: underline;
    word-break: break-all;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .page-content a:hover {
        color: #aaa;
        text-decoration: none;
    }
}

.page-content h2 {
    color: #fff;
    background-color: #016a7d;
    font-size: 3rem;
    font-weight: normal;
    margin: 2em 0 0.8em;
    padding: 0.6rem 3.5rem;
    border-radius: 0 30px 0 0;
}

.page-content h2:first-of-type {
    margin: 0 0 0.8em;
}

.page-content p + h2:first-of-type {
    margin: 2em 0 0.8em;
}

.page-content h3 {
    font-size: 2.4rem;
    font-weight: normal;
    margin: 3em 0 1.5em;
    padding: 1rem;
    border-top: 4px solid #016a7d;
    border-bottom: 2px dotted #016a7d;
}

.page-content h4 {
    font-size: 2rem;
    font-weight: normal;
    margin: 2em 0 1em;
    border-left: 10px solid #016a7d;
    padding-left: 1.8rem;
    line-height: 1.6;
    position: relative;
}

.page-content h4:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3px;
}

.page-content h2 + h3,
.page-content h3 + h4 {
    margin-top: 0;
}

.page-content h5 {
    font-size: 1.8rem;
    margin: 2em 0 1em;
}

.page-content h6 {
    font-size: 1.6rem;
    margin: 2em 0 1em;
}

.page-content ul {
    margin-bottom: 1em;
    padding-left: 1.7em;
}

.page-content ul li {
    position: relative;
}

.page-content ul li:before {
    content: "■";
    display: inline-block;
    color: transparent;
    background-color: #016a7d;
    outline: 2px solid #fff;
    outline-offset: -3px;
    position: absolute;
    top: 7px;
    left: -25px;
    line-height: 1;
}

.page-content ul.nodisc li {
    list-style-type: none;
    padding-left: 0;
}

.page-content ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.page-content ol li {
    list-style-type: decimal;
    margin-bottom: 1em;
    padding-left: 0.5em;
}

.page-content blockquote {
    background-color: #F2F2F2;
    margin: 2em 0;
    padding: 3rem 2rem 1rem 2em;
}

.page-content blockquote dl {
    margin-bottom: 2rem;
}

.page-content blockquote dt {
    margin-bottom: 1rem;
}

.page-content blockquote dd {
    font-size: 1.4rem;
}

.page-content table th,
.page-content table td {
    letter-spacing: normal;
}

/* リスト　*/
.page-content ul.list {
    padding-left: 0;
}

.page-content ul.list li {
    list-style-type: none;
    font-weight: 500;
    padding-left: 3rem;
    line-height: 2;
    position: relative;
}

.page-content ul.list li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e70012;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.page-content ul.list li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 6px;
}

.page-content ul.list li a {
    text-decoration: underline;
}

.page-content ul.list li a:hover {
    text-decoration: none;
}

/* ボタン　*/
.page-content .btn a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .page-content .btn a:hover {
        opacity: 0.7;
    }
}

/* 前へ　次へ　*/
.page-content .nav-previous a {
    padding-left: 2em;
    position: relative;
}

.page-content .nav-next a {
    padding-right: 2em;
    position: relative;
}

.page-content .nav-previous a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
}

.page-content .nav-next a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

/* 見出しの黄色アンダーライン　*/
.yellow-under {
    background-image: linear-gradient(transparent 50%, #fff000 50%);
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

@media screen and (max-width: 1024px) {
    .page-content .inner {
        margin: 3.5rem auto 5rem;
    }
    
    .page-content h2:first-of-type + p {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .page-content {
        margin-top: 8.1rem;
    }
    
    .page-content .inner {
        margin: 3.5rem auto 4rem;
        padding: 0 2rem;
    }
    
    .page-content p,
    .page-content li,
    .page-content dt,
    .page-content dd,
    .page-content th,
    .page-content td {
        font-size: 1.6rem;
    }
    
    .page-content h2 {
        font-size: 2.6rem;
        padding: 0.6rem 2rem;
    }
    
    .page-content h3 {
        font-size: 2.2rem;
        margin: 2em 0 1em;
    }
    
    .page-content h3 span {
        min-width: 200px;
    }
    
    .page-content h4 {
        font-size: 2rem;
    }
    
    .page-content ul,
    .page-content ol {
        padding-left: 1em;
    }
    
    .page-content .btn-more a {
        width: 100%;
        max-width: 310px;
    }
    
    .page-content .nav-previous a {
        padding-left: 1.5em;
    }

    .page-content .nav-next a {
        padding-right: 1.5em;
    }
}


/* 下部メニュー
------------------------------- */
.page-content .bottom-menu {
    margin: 9rem 0 0;
    padding-left: 0;
    clear: both;
    gap: 0 1.5%;
}

.page-content .bottom-menu li {
    list-style-type: none;
    margin-bottom: 0;
    width: 20%;
}

.page-content .bottom-menu li a {
    width: 100%;
    display: block;
    font-weight: 500;
    border: 2px solid #0057a6;
    padding: 1rem 0 0.8rem;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .page-content .bottom-menu li a {
        transition: 0.3s;
    }
    
    .page-content .bottom-menu li a:hover{
        color: #fff;
        background-color: #0057a6;
    }
}

@media screen and (max-width: 1024px) {
    .page-content .bottom-menu {
        margin: 6rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .page-content .bottom-menu {
        flex-wrap: wrap;
        margin: 5rem 0 0;
        gap: 1.5rem 0;
    }
    
    .page-content .bottom-menu li {
        width: 100%;
    }
}


/* 右メニュー
------------------------------- */
.side-menu-right {
    width: 250px;
    margin-left: 3rem;
    position: sticky;
    top: 120px;
}

.side-menu-right h2 {
    color: #fff;
    background-color: #1a1414;
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    margin: 0;
    letter-spacing: 0.1em;
}

.page-content .side-menu-right a {
    text-decoration: none;
}

.page-content .side-menu-right a:hover {
    color: #000;
    background-color: #f6f6f6;
}

.side-menu-right ul {
    margin-bottom: 0;
    padding-left: 0;
}

.side-menu-right ul li {
    list-style-type: none;
    margin-bottom: 0;
}

.side-menu-right ul li a {
    display: block;
    padding: 0.6rem 2rem;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0.1em;
    position: relative;
}

.side-menu-right ul li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 21px;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .side-menu-right {
        width: 100%;
        margin: 6rem 0 0;
    }
}

@media screen and (max-width: 767px) {
}


/* 左側に画像でflexを使用するとき
------------------------------- */
.fl-img .flex-left {
    flex-shrink: 0;
    margin-right: 5rem;
}

@media screen and (max-width: 1024px) {
    .fl-img.flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .fl-img .flex-left {
        flex-shrink: 1;
        margin: 0 0 1.5rem;
        text-align: center;
    }
}


/* 右側に画像でflexを使用するとき
------------------------------- */
.fr-img .flex-right {
    flex-shrink: 0;
    margin-left: 5rem;
}

@media screen and (max-width: 1024px) {
    .fr-img.flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .fr-img .flex-left {
        order: 2;
    }
    
    .fr-img .flex-right {
        flex-shrink: 1;
        margin: 0 0 1.5rem;
        order: 1;
        text-align: center;
    }
}


/* 横2列で並べる
------------------------------- */
.lineup_h50 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0;
}

.lineup_h50_box {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .lineup_h50_box {
        width: 100%;
    }
}


/* 横3列で並べる
------------------------------- */
.lineup_h30 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0;
}

.lineup_h30_box {
    width: 30%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lineup_h30_box {
        width: 100%;
    }
}



/* アコーディオン
------------------------------- */
.page-content .accordion {
    position: relative;
}

.page-content .accordion:before {
    content: "";
    display: inline-block;
    background-color: #e70012;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 0;
}

.page-content .accordion dt {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding: 0 4rem 0 3rem;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}

.page-content .accordion dt:hover {
    text-decoration: none;
}

.page-content .accordion dt:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e70012;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 0;
}

.page-content .accordion dt:after {
    content: "+";
    display: inline-block;
    color: #e70012;
    font-size: 2rem;
    position: absolute;
    top: -1px;
    right: 9px;
}

.page-content .accordion dt.active:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #e70012;
    top: 17px;
    right: 10px;
}

.page-content .accordion dt + dd:after {
    content: "";
    display: block;
    clear: both;
}

.page-content .accordion dd {
    display: none;
    margin-bottom: 3rem;
    padding: 0 0 3rem 3rem;
    border-left: 3px solid #e70012;
    position: relative;
}

.page-content .accordion dd h3:first-of-type,
.page-content .accordion dd h4:first-of-type {
    margin-top: 0;
}

/* アコーディオン内のテーブル　*/
.page-content .accordion dd table.sideways th,
.page-content .accordion dd table.sideways td {
    font-size: 1.4rem;
    padding: 1rem;
    line-height: 1.5;
}

/* 小さめの表示　*/
.page-content .supplement-accordion dt {
    color: #e70012;
    font-size: 1.6rem;
    padding-left: 3rem; 
    margin-bottom: 3rem;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}

.page-content .supplement-accordion dt:before {
    content: "";
    display: inline-block;
    background-color: #e70012;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.page-content .supplement-accordion dt:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: 6px;
}

.page-content .supplement-accordion dt.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10px;
    right: 7px;
}

.page-content .supplement-accordion dd {
    display: none;
    margin-bottom: 3rem;
    padding: 0 0 3rem 3rem;
    border-left: 3px solid #e70012;
    position: relative;
}

@media screen and (max-width: 767px) {
    .page-content .accordion dt {
        padding: 0 3.7rem 0 3rem;
    }
}


/* フォーム（全体）
------------------------------- */
.page-content .required {
    color: #f00;
    margin-left: 0.5rem;
}

.page-content form table {
    border-bottom: none;
}

.page-content form table p {
    margin-bottom: 0;
}

.page-content form td input {
    width: 70%;
    padding: 0.7rem;
}

/*
.page-content form td input[type="tel"],
.page-content form td input[name="post-code"] {
    width: 20%;
}

.page-content form td input[type="tel"],
.page-content form td input[name="post-code"] {
    width: 20%;
}

.page-content form td input[name="municipalities"],
.page-content form td input[name="address"] {
    width: 40%;
}
*/

.page-content form td input[type="radio"],
.page-content form td input[type="checkbox"] {
    width: auto;
}

.page-content form td textarea {
    width: 100%;
    height: 150px;
    padding: 0.5rem;
}

.page-content form td .wpcf7-list-item.first {
    margin: 0;
}

.page-content form .privacypolicy {
    margin-top: 2em;
    text-align: center;
}

.page-content form .privacypolicy input {
    margin-right: 0.8rem;
}

.page-content form .btn-submit {
    margin: 3rem 0 0;
    text-align: center;
}

.page-content form ul.btn-submit {
    display: flex;
    justify-content: center;
    padding: 0;
}

.page-content form .btn-submit li {
    list-style-type: none;
    margin-bottom: 0;
}

.page-content form .btn-submit input {
    width: 200px;
    background-color: #0057a6;
    color: #fff;
    font-size: 1.8rem;
    border: none;
    padding: 1.5rem 0;
    letter-spacing : 0.1em;
    border-radius: 30px;
    cursor: pointer;
}

.page-content form .btn-submit input:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.page-content form .btn-submit input.btn-reset {
    color: #000;
    background-color: #ccc;
    margin-right: 2rem;
}

.page-content form .btn-submit p {
    margin-bottom: 0;
}

.page-content form .wpcf7-spinner {
    display: block;
    margin: 1rem  auto 0;
}

@media screen and (max-width: 1024px) {
    .page-content form td .wpcf7-radio .wpcf7-list-item {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-content form td input:not([type="radio"]):not([type="checkbox"]) {
        width: 100%;
    }
    
    .page-content form .privacypolicy {
        margin: 0 0 2em;
    }
    
    .page-content form .btn-submit {
        display: block;
        margin: 0;
    }

    .page-content form .btn-submit input {
        width: 100%;
        padding: 1.8rem 0;
        border-radius: 40px;
    }
    
    .page-content form .btn-submit input.btn-reset {
        margin: 0 0 2rem;
    }
}


/* ----------------------------------------------
学会案内
---------------------------------------------- */

/* 理事長あいさつ
---------------------------------------------- */
.message .flex {
    flex-direction: row-reverse;
}

.message .flex-img {
    flex-shrink: 0;
    margin-left: 6rem;
}

.message .flex-text p + p {
    margin-top: 2em;
}

@media screen and (max-width: 1024px) {
    .message .flex-img {
        width: 37%;
        margin-left: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .message .flex {
        justify-content: center;
    }
    
    .message .flex-img {
        width: auto;
        margin: 0 0 2rem;
    }
    
    .message p[style="text-align: right;"] {
        font-size: 1.4rem;
    }
}


/* 役員・委員
---------------------------------------------- */
.officer td:has(.member-list) {
    padding: 0;
}

.officer ul.member-list {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.officer ul.member-list li {
    width: 20%;
    padding: 2.5rem 0 2.5rem 3rem;
}

.officer ul.member-list li:before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .officer table,
    .officer ul.member-list li {
        font-size: 1.6rem;
    }
    
    .officer th,
    .officer td {
        padding: 2rem;
    }
    
    .officer ul.member-list li {
        padding: 2rem 0 2rem 2rem;
    }
}

@media screen and (max-width: 767px) {
    .officer ul.member-list li {
        width: 50%;
        padding: 2rem;
    }
}


/* 名誉会員・功労会員
---------------------------------------------- */
.honorary-member ul.member-list {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.honorary-member ul.member-list li {
    width: 20%;
    padding: 2.5rem 0 2.5rem 3rem;
}

.honorary-member ul.member-list li:before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .honorary-member ul.member-list li {
        font-size: 1.6rem;
    }
    
    .honorary-member ul.member-list li {
        padding: 2rem 0 2rem 2rem;
    }
}

@media screen and (max-width: 767px) {
    .honorary-member ul.member-list li {
        width: 50%;
        padding: 2rem;
    }
}


/* 活動内容
---------------------------------------------- */

/* PC・タブレットのみ */
@media screen and (min-width: 768px) {
    .activity table th,
    .activity table td {
        padding: 2.5rem;
    }
}


/* 会員ページ
---------------------------------------------- */
.member .btn.member {
    margin-top: 2em;
    text-align: center;
}

.member .btn.member a {
    background-color: #a89539;
    font-size: 2.4rem;
    padding: 2rem 4rem 2rem 3rem;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .member .btn.member a {
        font-size: 2rem;
    }
}


/* ----------------------------------------------
学会誌投稿
---------------------------------------------- */
.journal .btn.journal_index {
    margin: 2em 0;
    text-align: center;
}

.journal .btn.journal_index a {
    background-color: #a89539;
    font-size: 2.4rem;
    padding: 2rem 4rem 2rem 3rem;
    border-radius: 10px;
}

.journal .address {
    background-color: #ededed;
    padding: 1em 1.5em;
}

@media screen and (max-width: 767px) {
    .journal .btn.journal_index a {
        font-size: 1.9rem;
    }
}


/* 投稿規定
---------------------------------------------- */
.posting-regulations ol[type="a"] li {
    list-style-type: lower-alpha;
}

.posting-regulations dl {
    display: flex;
}


/* ----------------------------------------------
次期学会案内・歴代学会記録
---------------------------------------------- */
.record table th, .record table td {
    padding: 20px;
}

.record table td:nth-child(1),
.record table td:nth-child(2),
.record table th:last-child,
.record table td:last-child {
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .record table th, .record table td {
        padding: 15px;
    }
}


/* ----------------------------------------------
お知らせ
---------------------------------------------- */
.news-archive .news-category {
    margin: 3em 0;
    padding-left: 0;
    gap: 0 1.5%;
}

.news-archive .news-category li a {
    display: inline-block;
    color: #016a7d;
    font-weight: 500;
    padding: 1rem 3rem;
    text-decoration: none;
    border: 1px solid #016a7d;
    border-radius: 10px;
    transition: 0.3s;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .news-archive .news-category li a:hover {
        color: #fff;
        background-color: #016a7d;
    }
}

.news-archive .news-category li:before {
    display: none;
}

.news-archive article {
    font-weight: 500;
}

.news-archive article dl {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #b3b3b3;
}

.news-archive article dt {
    margin-bottom: 1em;
}

.news-archive article dt .category {
    margin-bottom: 1rem;
}

.news-archive article dt .category {
    width: 140px;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    margin-right: 1em;
    padding: 0.2rem 1rem 0;
    text-align: center;
    border-radius: 20px;
}

.news-archive article dt .category.update { background-color: #4d4d4d; }
.news-archive article dt .category.medical { background-color: #006f7d; }
.news-archive article dt .category.activity { background-color: #aa9537; }

.news-archive article dd a {
    color: #006f7d;
}

@media screen and (max-width: 767px) {
    .news-archive .news-category {
        margin: 2em 0;
    }
    
    .news-archive .news-category li a {
        padding: 1rem;
    }
    
    .news-archive article dt {
        width: 100%;
        margin-bottom: 0.5em;
    }
}


/* ----------------------------------------------
お問い合わせ プライバシー
---------------------------------------------- */
.privacy .inner li:nth-child(n+2) {
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
}


/* ----------------------------------------------
適応外使用の保険適用が認められたリウマチ性疾患に対する薬剤
---------------------------------------------- */
.page-180 table th {
    white-space: nowrap;
}


/* ----------------------------------------------
小児慢性特定疾病医療費助成制度について
---------------------------------------------- */
.page-187 .table1 th {
    width: 5%;
    padding: 1.5rem 1rem 1.5rem 2rem;
}

.page-187 .table1 td {
    padding: 1.5rem 2rem;
}

.page-187 .table2 th {
    padding: 1.5rem 2rem;
    text-align: center;
    vertical-align: middle;
}

.page-187 .table2 td {
    padding: 1.5rem 2rem;
}

.page-187 .table2 td:nth-of-type(n+2),
.page-187 .table2 tr:last-child td {
    text-align: center;
}

.page-187 .table3 th:first-child {
    width: 17%;
}

@media screen and (max-width: 1024px) {
    .page-187 .table3 th:first-child {
        width: 23%;
    }
}

@media screen and (max-width: 767px) {
    .page-187 .table1 th,
    .page-187 .table1 td {
        display: table-cell;
        border-bottom: 1px solid #ddd;
        padding: 1.5rem;
    }
    
    .page-187 .table1 th {
        padding: 1.5rem 1rem 1.5rem 1.5rem;
    }
    
    .page-187 .table3 th,
    .page-187 .table3 td {
        padding: 1.5rem;
    }
    
    .page-187 .table3 th:first-child {
        width: 30%;
    }
}
