@charset "utf-8";

/* generic-hild-izumi Style section.css
/*
ブルー ： #0066ff rgba(0,102,255,1.00)
グリーン ： #47d6b6 rgba(71, 214, 182, 1.00);
ネイビー ： #192c55 rgba(25, 44, 85, 1.00);
ブルーホワイト ： #f2f9ff rgba(242, 249, 255, 1.00);
オレンジ ： #faca7b rgba(250, 202, 123, 1.00);

ブルーグリーングラデーション背景
.gradation {
    background-image: linear-gradient(177deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
}
*/

/*------------------------------------------------------------
    共通
-------------------------------------------------------------*/

/* タイトル周りのアキ --------------*/
h1[id^="section-"]:not(#section-1) {
    margin-top: 60px;
}

main.content .entry-content h2.block-sub {
    margin-top: 30px;
}

/* Width Utility Classes --------------*/
.w90 {
    width: 90% !important;
}

.w85 {
    width: 85% !important;
}

.w80 {
    width: 80% !important;
}

.w75 {
    width: 75% !important;
}

.w70 {
    width: 70% !important;
}

.w65 {
    width: 65% !important;
}

.w60 {
    width: 60% !important;
}

.w55 {
    width: 55% !important;
}

.w50 {
    width: 50% !important;
}

.w45 {
    width: 45% !important;
}

.w40 {
    width: 40% !important;
}

.w35 {
    width: 35% !important;
}

.w30 {
    width: 30% !important;
}

/* 写真配置用スタイル --------------*/
.img-wrap-fix {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 101%;
}

/* レイアウト崩れを防止 */
.img-wrap-fix::after {
    content: " ";
    display: block;
    width: 33%;
}

.img-wrap-fix>div {
    margin: 0 1% 14px 0;
    text-align: center;
}

.img-wrap-fix>div>div {
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 5px 5px 0 5px;
    margin: 0 auto;
}

.img-wrap-fix div.bd {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

/* 写真を3列で表示する場合 */
.img-wrap-fix .c3 {
    max-width: 286px;
    width: 32.33%;
}

/* 写真を2列で表示する場合 */
.img-wrap-fix .c2 {
    max-width: 427px;
    width: 49%;
}

/* 写真を2列で表示する場合(422px)*/
.img-wrap-fix .c2-422 {
    max-width: 434px;
    width: 49%;
}

/* 写真を1列で表示する場合 */
.img-wrap-fix>div.c1 {
    margin: 0 auto 10px auto;
    max-width: 612px;
}

.img-wrap-fix>div.c1>div {
    width: 100%;
}

/* 写真を1列で表示する場合(写真フルサイズ) */
.img-wrap-fix>div.c-full {
    box-sizing: border-box;
    margin: 0 0 14px 0;
    max-width: 888px;
    width: 100%;
}

.img-wrap-fix>div.c-full>div {
    width: 100%;
}

/* キャプション */
.img-wrap-fix .cap {
    color: #666;
    display: block;
    font-size: 0.929em;
    /* 13px */
    text-align: center;
    line-height: 1.25;
    margin-top: 5px;
    max-width: none;
    padding: 0 5px;
    width: 100%;
}

/* キャプション 1列表示のみ */
.img-wrap-fix>div.c1 .cap {
    margin: 5px auto 0 auto;
    padding: 0 5px 0 0;
    width: 99%;
}

.img-wrap-fix .c3 img,
.img-wrap-fix .c2 img,
.img-wrap-fix .c2-422 img,
.img-wrap-fix .c1 img,
.img-wrap-fix .c-full img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.photo-bd {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: auto;
}

/* 右寄せ写真・レイアウト */
.bl-txt_img .item-img {
    min-width: 400px;
    margin-left: 30px;
    width: 480px;
}

.fx-bw {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wrp-tab .fx-bw {
    justify-content: flex-start;
}

.flex_reverse {
    flex-direction: row-reverse;
}

/* 注目ボックス */
.attn-box {
    background-color: #eee;
    margin: 0 auto 30px auto;
    padding: 20px;
    width: 100%;
}

.attn-box-green {
    background-color: rgba(71, 214, 182, .20);
    margin: 0 auto 30px auto;
    padding: 20px;
    width: 100%;
}

.attn-box-bd {
    border: 1px solid rgba(71, 214, 182, 1.00);
    margin: 0 auto 30px auto;
    padding: 20px;
    width: 100%;
}

.attn-box-bd-red {
    border: 1px solid red;
    margin: 0 auto 30px auto;
    padding: 20px;
    width: 100%;
}

.attn-box p,
.attn-box-bd p {
    margin-bottom: 8px;
}

.attn-box p:last-child,
.attn-box-bd p:last-child {
    margin-bottom: 0;
}

.no-mb {
    margin-bottom: 0 !important;
}

/* 症状から探す /search/ */
.search-map {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.map-area {
    min-width: 810px;
}

/* 甲状腺疾患センター #thyroid ----------------------------- */
.entry-content#thyroid .row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.entry-content#thyroid .col-3 {
    padding: 5px;
    box-sizing: border-box;
    width: 25%;
}

.entry-content#thyroid .btn.inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    min-height: 60px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.4;
    transition: opacity 0.2s;
}

.entry-content#thyroid .btn.inner:hover {
    opacity: 0.8;
}

.entry-content#thyroid .bg_blue {
    background-color: #87cefa !important;
}

.entry-content#thyroid .bg_orange {
    background-color: #fdd35c !important;
}

.entry-content#thyroid .bd_none {
    border: none !important;
}

.entry-content#thyroid .l_space-1 {
    letter-spacing: -1px;
}

.entry-content#thyroid .l_space-2 {
    letter-spacing: -1.5px;
}


/* 医師一覧セクションの基本レイアウト */
.entry-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    /* カラムの間隔調整 */
}

/* 各スタッフカードのスタイル */
.entry-content .relative {
    position: relative;
    padding: 20px 15px;
    box-sizing: border-box;
}

/* 写真を丸く表示する設定 */
.entry-content .relative img {
    width: 100%;
    max-width: 250px;
    /* 写真の最大サイズ */
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    /* 正円にする */
    display: block;
    margin: 0 auto;
}

/* テキストの配置 */
.entry-content .txt_center {
    text-align: center;
    margin-top: 15px;
    line-height: 1.6;
}

/* リンクをカード全体に広げる（aタグに中身がない場合の対応） */
.entry-content .relative a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* .entry-content .relative:hover img {
    opacity: 0.8;
    transition: opacity 0.3s;
} */


/* 腫瘍内科 #oncology ----------------------------------------------------------*/
/* アコーディオン全体の設定 */
.entry-content#oncology details {
    margin-bottom: 10px;
    border: none;
}

/* 折りたたみ見出し（緑色のバー） */
.entry-content#oncology summary {
    display: flex;
    align-items: center;
    justify-content: center;
    /* テキストを中央寄せ */
    position: relative;
    padding: 15px 40px;
    border: 1px solid rgba(0, 190, 175, 1.00);
    color: rgba(0, 190, 175, 1.00);
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    list-style: none;
    /* デフォルトの三角矢印を消す */
    transition: background-color 0.3s;
}

.entry-content#oncology summary::-webkit-details-marker {
    display: none;
    /* Safari用のデフォルト矢印消し */
}

/* 左側の「▼」アイコン */
.entry-content#oncology summary::before {
    content: "▼";
    position: absolute;
    left: 20px;
    font-size: 0.8em;
    transition: transform 0.3s;
}

/* 開いている時のアイコン回転 */
.entry-content#oncology details[open] summary::before {
    transform: rotate(-180deg);
}

/* ホバー時の挙動 */
.entry-content#oncology summary:hover {
    background-color: rgba(0, 190, 175, .20);
}

/* 中身のリスト装飾 */
.entry-content#oncology .block ol {
    padding-left: 20px;
    margin-top: 20px;
}

.entry-content#oncology .block li {
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.6;
}

/* 緑背景の著者・雑誌名エリア（イタリック部分） */
.entry-content#oncology .block li i {
    display: block;
    margin-top: 10px;
    padding: 15px;
    background-color: rgba(71, 214, 182, .20);
    border-radius: 4px;
    font-style: italic;
    font-weight: normal;
    font-size: 0.95em;
    color: #333;
}

/* 小見出し */
.entry-content#oncology .block-sub {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin: 20px 0 15px;
}

/* 緩和医療科 */
.entry-content#oncology .block ol {
    padding-left: 0;
    /* デフォルトの左余白をリセット */
    list-style-position: inside;
    /* 数字をコンテンツの内側に配置 */
}

/* 小児科 #pediatrics------------------------------*/
/* 円形アイコンの共通設定 */
.entry-content#pediatrics .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    /* 円の幅 */
    height: 2em;
    /* 円の高さ */
    border-radius: 50%;
    /* 正円にする */
    font-weight: bold;
    margin-right: 5px;
    /* 後の文字との間隔 */
    vertical-align: middle;
}

/* 各色設定（画像の色味に寄せています） */
.entry-content#pediatrics .circle.c1 {
    background-color: #ffc0cb;
}

/* ピンク */
.entry-content#pediatrics .circle.c2 {
    background-color: #ffd69d;
}

/* オレンジ */
.entry-content#pediatrics .circle.c3 {
    background-color: #bee0c2;
}

/* 薄緑 */
.entry-content#pediatrics .circle.c4 {
    background-color: #d1de4c;
}

/* 黄緑 */
.entry-content#pediatrics .circle.c5 {
    background-color: #e6afcf;
}

/* 紫 */

/* テキスト全体の行間調整 */
.entry-content#pediatrics p {
    line-height: 2.2;
    /* 円形アイコンが重ならないよう少し広めに設定 */
}

/* 外科  #surgery 、緩和ケア#palliative_care  ------------------------------------------------*/
/* 標準のマーカーを消去 */
#surgery details summary {
    list-style: none;
    cursor: pointer;
    outline: none;
}

#palliative_care details ol li {
    border: 1px solid rgba(0, 190, 175, 1.00);
    border-radius: 6px;
    padding: 1em;
    line-height: 1.6;
    display: block;
}

/* 親要素（ol）でカウンターをリセット */
#palliative_care details ol {
    counter-reset: my-counter;
    list-style: none;
    /* 標準の番号は消す */
    padding: 0;
}

/* 子要素（li）の設定 */
#palliative_care details ol li {
    counter-increment: my-counter;
    /* 番号を1ずつ増やす */
    border: 1px solid rgba(0, 190, 175, 1.00);
    border-radius: 6px;
    padding: 1em;
    line-height: 1.6;
    display: block;
    /* blockのままでOK */
    margin-bottom: 10px;
}

/* 疑似要素で番号を表示 */
#palliative_care details ol li::before {
    content: counter(my-counter) ". ";
    /* 番号を表示 */
    font-weight: bold;
    color: rgba(0, 190, 175, 1.00);
    margin-right: 0.5em;
}


#surgery details summary::-webkit-details-marker {
    display: none;
}

/* 年度別の親ボタン（グレー） */
#surgery .jisseki-link,
#palliative_care .jisseki-link {
    display: inline-flex;
    /* 位置調整のためflexに */
    align-items: center;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 6px 20px 6px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 16px;

}

/* 親ボタンの三角アイコン */
#surgery .jisseki-link::before,
#palliative_care .jisseki-link::before {
    content: "▲";
    /* 基準を上に向けた三角にするか、下に向けるかでrotateを調整 */
    display: inline-block;
    margin-right: 8px;
    font-size: 10px;
    transition: transform 0.3s ease;
    /* 回転のアニメーション */
    transform: rotate(180deg);
    /* 初期状態は下向き(180度回転) */
}

/* 親ボタンが開いた時の回転 */
#surgery details[open]>.jisseki-link::before,
#palliative_care details[open]>.jisseki-link::before {
    transform: rotate(0deg);
    /* 開いたら上向き(0度)に戻す */
}

/* 部位別の緑ボタン */
#surgery .jisseki-sub,
#palliative_care .jisseki-sub {
    margin-top: 10px;
}

#surgery .bg-green {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 190, 175, 1.00) !important;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
}

/* 緑ボタンの三角アイコン */
#surgery .bg-green::before {
    content: "▲";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    /* left: -10px; */
    /* 初期は下向き */
}

/* 緑ボタンが開いた時の回転 */
#surgery details[open]>.bg-green::before {
    transform: rotate(0deg);
    /* 開いたら上向き */
}

/* 開いた際の中身のフェードイン */
#surgery .gjb-body {
    padding: 15px 0;
    animation: gjbFade 0.4s ease forwards;
}

.gjb-body table td {
    text-align: center;
}

@keyframes gjbFade {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 上部消化管外科 #udt ------------------------------------------------*/
#udt .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
}

#udt .flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


/* 肝胆膵がんの外科治療 id="hbp"*------------------------------------------------*/
#hbp img {
    max-width: 600px !important;
}

/* 呼吸器外科 #respiratory*/
#respiratory .side_photobox {
    width: 100%;
    margin: 10px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#respiratory .txtbox {
    width: 80%;
}

#respiratory .imgbox {
    width: 20%;
    padding-left: 10px;
}

/* アコーディオン全体の設定 */
.entry-content#respiratory details {
    margin-bottom: 10px;
    border: none;
}

/* 折りたたみ見出し（緑色のバー） */
.entry-content#respiratory summary {
    display: flex;
    align-items: center;
    justify-content: center;
    /* テキストを中央寄せ */
    position: relative;
    padding: 15px 40px;
    border: 1px solid rgba(0, 190, 175, 1.00);
    color: rgba(0, 190, 175, 1.00);
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    list-style: none;
    /* デフォルトの三角矢印を消す */
    transition: background-color 0.3s;
}

.entry-content#respiratory summary::-webkit-details-marker {
    display: none;
    /* Safari用のデフォルト矢印消し */
}

/* 左側の「▼」アイコン */
.entry-content#respiratory summary::before {
    content: "▼";
    position: absolute;
    left: 20px;
    font-size: 0.8em;
    transition: transform 0.3s;
}

/* 開いている時のアイコン回転 */
.entry-content#respiratory details[open] summary::before {
    transform: rotate(-180deg);
}

/* ホバー時の挙動 */
.entry-content#respiratory summary:hover {
    background-color: rgba(0, 190, 175, .20);
}

/* 中身のリスト装飾 */
.entry-content#respiratory .block ol {
    padding-left: 20px;
    margin-top: 20px;
}

.entry-content#respiratory .block li {
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.6;
}

/* 緑背景の著者・雑誌名エリア（イタリック部分） */
.entry-content#respiratory .block li i {
    display: block;
    margin-top: 10px;
    padding: 15px;
    background-color: rgba(71, 214, 182, .20);
    border-radius: 4px;
    font-weight: normal;
    font-size: 0.95em;
    color: #333;
}

/* 小見出し */
.entry-content#respiratory .block-sub {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin: 20px 0 15px;
}


/* 薬剤部 id="medicine"*------------------------------------------------*/
#medicine {}
.entry-content:has(#medicine) > .sub-child-page-list {
    display: none;
}
#medicine .medicine-contents-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#medicine .medicine-contents-links li {
    list-style: none;
    margin: .5rem;
    position: relative;
}
#medicine .medicine-contents-links li:nth-child(1) , 
#medicine .medicine-contents-links li:nth-child(2) {
    width: calc( 50% - 1rem);
}
#medicine .medicine-contents-links li:nth-child(3) , 
#medicine .medicine-contents-links li:nth-child(4) , 
#medicine .medicine-contents-links li:nth-child(5) {
    width: calc( 100% / 3  - 1rem);
}
#medicine .medicine-contents-links li > img {
    display: block;
    margin: 0;
    padding: 0;
}
#medicine .medicine-contents-links li > a {
    color: rgba(0,102,255,1.00);
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#medicine .medicine-contents-links li > a::before {
    color: rgba(0,102,255,1.00);
    content:"\f101";
    font-family: FontAwesome;
    padding: 0 .25rem 0 0;
}
#medicine .medicine-contents-links li > a::after {
    background-color:rgba(0,0,0,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    z-index:1;
}

/* 診療科・部門案内：センター用テンプレート------------------
   template-center_cancer.php（がんセンター）
   template-center_genome.php（がんゲノム医療センター）
   template-center_respiration.php（呼吸器センター）
   センター用テンプレートはarticleへsection_ceterを付与
-----------------------------------------------------------*/
body.section-template #container:has(.section_center) {
    margin: 0;
    min-height: 30vh;
    width: 100%;
}
body.section-template main.content:has(.section_center) {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
/* メインビジュアル（スライダー） */
.section_center .main-vis  {
    position: relative;
}
.section_center .main-vis .bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.section_center .main-vis .bx-wrapper .slider {
    margin: 0;
    padding: 0;
}
.section_center .main-vis .bx-wrapper .slider li {
    margin: 0;
}
.section_center .main-vis .bx-wrapper .slider li img{
    display: block;
    height: auto;
    width: 100%;
}
/* スライダー:ページタイトル */
.section_center .main-vis header{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    z-index: 1;
}
.section_center .main-vis header div{
    background-color: rgba(0,0,0,.35);
    color: rgba(255,255,255,1.00);
    font-size: 4vmax;
    text-align: center;
    width: 100%;
}
.section_center .main-vis header div span {
    display: block;
    font-size: 2vmax;
}
/* 下層：メインビジュアル（スライダー） */
.section_center .main-vis.lower  {
    background: url("../../images/section/center/bg_main-vis_lower.png") left center no-repeat rgba(242, 249, 255, 1.00);
    height: 240px;
    position: relative;
}
/* 下層：メインビジュアル（スライダー）:ページタイトル */
.section_center .main-vis.lower header{
    justify-content: center;
}
.section_center .main-vis.lower header div{
    background-color: transparent;
    color: rgba(65,65,65,1.00);
}

/* センターメニュー */
.section_center #center-nav  {
    margin: 0;
    padding: 0;
}
.section_center #center-nav ul {
    align-items: center;
    background-color: rgba(0,102,255,1.00);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0
}
.section_center #center-nav ul li{
    margin: 0;
    padding: 1rem;
}
.section_center #center-nav ul li a{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    transition: .3s;
}
.section_center #center-nav ul li a::before{
    display: none;
}
.section_center #center-nav ul li a:hover{
    color:rgba(0,195,255,1.00);
}
/* センターサブメニュー */
.section_center #center-subnav  {
    margin: 0;
    padding: 0;
}
.section_center #center-subnav ul {
    align-items: center;
    background-color: rgba(71, 214, 182,.50);
    border-left: rgba(255,255,255,1.00) solid 1px;
    border-top: rgba(255,255,255,1.00) solid 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0
}
.section_center #center-subnav ul li{
    border-bottom: rgba(255,255,255,1.00) solid 1px;
    border-right: rgba(255,255,255,1.00) solid 1px;
    margin: 0;
    padding: 0;
    width: 20%;
}
.section_center #center-subnav ul li a{
    color: rgba(35,35,35,1.00);
    display: block;
    padding: 1rem;
    text-decoration: none;
    transition: .3s;
}
.section_center #center-subnav ul li a::before{
    display: none;
}
.section_center #center-subnav ul li a:hover{
    background-color: rgba(255,255,255,.25);
}
/* コンテンツエリア */
.section_center article {
    background-color: white;
    margin: 0 auto;
    padding: 0;
    width: 1240px;
}
/* お問い合わせ */
.section_center #center-contact {
    background-color: rgba(242, 249, 255, 1.00);
    margin: 0;
    padding: 2rem 1rem;
    width: 100%;
}
.section_center #center-contact > dl {
    background-color: rgba(255,255,255,1.00);
    border-radius: .5rem;
    margin: 0 auto;
    max-width: 767px;
    padding: 1rem;
    width: 50%;
}
.section_center #center-contact > dl dt {
    align-items: center;
    color: rgba(0,102,255,1.00);
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
.section_center #center-contact > dl dt::before ,
.section_center #center-contact > dl dt::after {
    background-color: rgba(0,102,255,1.00);
    content: "";
    display: block;
    height: 2px;
    margin: 0 1rem;
    width: 50px;
}
.section_center #center-contact > dl dd {
    margin: 0 0 1rem;
    text-align: center;
}
.section_center #center-contact > dl dd:last-child {
    margin: 0;
}
.section_center #center-contact > dl dd.phone {
    background-color: rgba(71, 214, 182, 1.00);
    border-radius: 4rem;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    padding: .5rem 2rem;
    position: relative;
    width: fit-content;
}
.section_center #center-contact > dl dd.phone a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.section_center #center-contact > dl dd.phone a::after{
    background-color:rgba(0,0,0,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    z-index:1;
}
.section_center #center-contact > dl dd.phone span {
    color: rgba(255,255,255,1.00);
    display: block;
    font-size: 1rem;
    font-weight: normal;
}
.section_center #center-contact > dl dd.mail a {
    border: rgba(0,102,255,1.00) double 3px;
    background-color: rgba(255,255,255,1.00);
    color: rgba(0,102,255,1.00);
    display: block;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-decoration: none;
    width: fit-content;
}
.section_center #center-contact > dl dd.mail a::before {
    content: "\f003";
    font-family: FontAwesome;
    padding: 0 0.25rem 0 0;
}
/* センターTOP（戻るボタン） */
.section_center .back-top-btn {
    padding: 2rem 1rem;
}
.section_center .back-top-btn a {
    background-color: rgba(0,102,255,1.00);
    color: rgba(255,255,255,1.00);
    display: block;
    margin: 1rem auto;
    padding: 1rem 2rem;
    text-decoration: none;
    width: fit-content;
}
/* ページ内リンク */
/*
body.section-template main.content #center_cancer nav.local-menu li a ,
body.section-template main.content #center_genome nav.local-menu li a ,
body.section-template main.content #center_respiration nav.local-menu li a {
    font-size: 0;
}
*/
body.section-template main.content #center_cancer nav.local-menu li a span ,
body.section-template main.content #center_genome nav.local-menu li a span ,
body.section-template main.content #center_respiration nav.local-menu li a span {
    font-size: 0;
}
/* span付h1 */
body.section-template main.content h1 span {
    font-size: 1rem;
    font-weight: normal;
    padding: 0 1rem;
}
/* スタッフリスト */
body.section-template main.content #staff ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
body.section-template main.content #staff ul li {
    list-style: none;
    margin: .5rem;
    padding: 1rem;
    width: calc( 20% - 1rem );
}
body.section-template main.content #staff ul li a {
    background-color: rgba(0,102,255,.15);
    display: block;
    height: 100%;
    padding: 1rem;
    text-decoration: none;
}
body.section-template main.content #staff ul li a dl{
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}
body.section-template main.content #staff ul li a dl dt {
    margin: 0;
    padding: 0 ;
    text-align: center;
}
body.section-template main.content #staff ul li a dl dt span{
    display: block;
    font-size: .875rem;
    font-weight: normal;
}
body.section-template main.content #staff ul li a dl dd {
    margin: 0;
    padding: 0 0 1rem;
}
body.section-template main.content #staff ul li a dl dd img {
    display: block;
    margin: 0 auto;
}
/* お知らせ */
body.section-template main.content .section-news{
    margin: 2rem 0;
}

/* がんセンター -----------------------------------*/
body.section-template main.content #center_cancer {}
#center_cancer .greeting > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#center_cancer .greeting > div > .greeting-txt {
    width: 70%;
}
#center_cancer .greeting > div > p {
    width: 26%;
}
#center_cancer .greeting > div > p span{
    display: block;
    text-align: center;
}
#center_cancer .about > p {
    margin: 0 auto 1rem;
    width: 50%;
}
#center_cancer .about .sub {
    margin: 0;
    padding: 0;
}
#center_cancer .about .sub ul {
    background-color: rgba(71, 214, 182, .25);
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem;
}
#center_cancer .about .sub ul li {
    background-color: rgba(255, 255, 255, 1.00);
    list-style: none;
    margin: .5rem;
    padding: .5rem;
    position: relative;
    width: calc( 100% / 4 - 1rem );
}
#center_cancer .about .sub ul li p {
    margin: 1rem;
    padding: 0;
}
#center_cancer .about .sub ul li p img{
    display: block;
}
#center_cancer .about .sub ul li dl {
    margin: 0;
    padding: 0;
}
#center_cancer .about .sub ul li dl dt{
    margin: .5rem 0;
    padding: 0;
    text-align: center;
}
#center_cancer .about .sub ul li dl dt a{
    color: rgba(0,102,255, 1.00);
    text-decoration: none;
}
#center_cancer .about .sub ul li dl dt a::after{
    background-color:rgba(255,255,255,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#center_cancer .about .sub ul li dl dt a:hover::after{
    background-color:rgba(255,255,255,.25);
}
#center_cancer .about .sub ul li dl dd{
    margin: 0;
    padding: 0;
}
#center_cancer .search {
    margin: 0;
    padding: 0;
}
#center_cancer .search .cancer-search{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#center_cancer .search .cancer-search > p {
    text-align: center;
    width: 25%;
}
#center_cancer .search .cancer-search .s_table_box {
    width: 70%;
}
#center_cancer .search .cancer-search .s_table_box table {
    display: none;
}
#center_cancer .search .s_table_box .show table {
    display: table;
    table-layout: fixed;
}
#center_cancer .search .s_table_box .show table {
    display: table;
    table-layout: fixed;
}
#center_cancer .search .s_table_box .show table th , 
#center_cancer .search .s_table_box .show table td {
    width: 50%;
}
#center_cancer .search .b_parts {
    background-color: rgba(71, 214, 182, .50);
    border-radius: .5rem;
    cursor: pointer;
    margin: 0 0 .25rem;
    position: relative;
    padding: .5rem .5rem .5rem 30px;
}
/* 横線（−） */
#center_cancer .search .b_parts::before,
#center_cancer .search .b_parts::after {
    content: '';
    position: absolute;
    left: 10px;  /* ← 右 → 左に変更 */
    top: 50%;
    width: 12px;
    height: 2px;
    background: rgba(255,255,255,1.00);;
    transform: translateY(-50%);
}
/* 縦線（＋の縦） */
#center_cancer .search .b_parts::after {
    transform: translateY(-50%) rotate(90deg);
}
/* 開いたら縦線消して「−」に */
#center_cancer .search .show .b_parts::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
}
#center_cancer .search .files-link{
    background-color: rgba(71, 214, 182, .15);
    margin: 1rem 0;
    padding: 1rem;
    text-align: center;
}
#center_cancer .care ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 1rem;
}
#center_cancer .care ul li {
    border: rgba(0,102,255, 1.00) solid 2px;
    list-style: none;
    margin: 0;
    padding: 1rem;
    position: relative;
    width: 30%;
}
#center_cancer .care ul li dl {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
}
#center_cancer .care ul li dl dt ,
#center_cancer .care ul li dl dd {
    text-align: center;
}
#center_cancer .care ul li dl dt {
    margin: 0;
    padding: 1rem 0;
}
#center_cancer .care ul li dl dd {
    margin: 0;
}
#center_cancer .care ul li dl dt a{
    color: rgba(0,102,255, 1.00);
    text-decoration: none;
}
#center_cancer .care ul li dl dt a::after{
    background-color:rgba(255,255,255,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#center_cancer .care ul li dl dt a:hover::after{
    background-color:rgba(255,255,255,.25);
}
#center_cancer .support > div {
    align-items: center;
    border: rgba(0,102,255,1.00) double 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
}
#center_cancer .support > div > p {
    margin: 0;
    width: 36%;
}
#center_cancer .support > div > dl {
    margin: 0;
    width: 60%;
}
#center_cancer .support > div > dl dt ,
#center_cancer .support > div > dl dd {
    margin: 0 0 1rem;
    padding: 0;
}
#center_cancer .support > div > dl dt {
    color: rgba(0,102,255,1.00);
    margin: .5rem 0;
}
#center_cancer .support > div > dl dd {
    margin: 0;
}
#center_cancer .support > div > dl dd ul {
    margin: 0;
}
#center_cancer .support > div > dl dd ul li{
    border-bottom: #ddd dotted 1px;
    list-style: none;
    margin: 0 0 .5rem;
    padding: 0 0 .5rem;
}
#center_cancer .support > div > dl dd ul li::before{
    color: rgba(0,102,255,1.00);
    content: "";
    font-family: FontAwesome;
    padding: 0 .5rem 0 0;
}
#center_cancer .support > div > dl dd ul li.phone::before{
    content: "\f095";
}
#center_cancer .support > div > dl dd ul li.phone a::before{
    display: none;
}
#center_cancer .support > div > dl dd ul li.time::before{
    content: "\f017";
}
#center_cancer .support > div > dl dd ul li.link::before{
    content: "\f0c1";
}

/* がんゲノム医療センター -----------------------------------*/
body.section-template main.content #center_genome {}
#center_genome .intro{
    padding: 2rem 0;
}
#center_genome .outline .outline-box {
    margin: 0 0 2rem;
}
#center_genome .outline .outline-box .bold {
    font-weight: bold;
}
#center_genome .outline .outline-box h4 , 
#center_genome .outline .outline-box h5 , 
#center_genome .outline .outline-box h6 {
    margin-top: 1.5rem;
}
#center_genome .outline .outline-box dl {
    border: rgba(0,102,255,.50) solid 2px;
    margin: 1rem;
    padding: 1rem;
}
#center_genome .outline .outline-box dl dt {
    color: rgba(0,102,255,1.00);
}
#center_genome .outline .outline-box .add {
    margin: 2rem 0;
}
#center_genome .outline .outline-box .add > li {
    align-items: center;
    border-bottom: #ddd solid 1px;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 .5rem;
    padding: 0 0 .5rem;
}
#center_genome .outline .outline-box .add li > ul {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
#center_genome .outline .outline-box .add li > ul li {
    list-style: none;
    margin: 0;
    padding: 0 .5rem;
}
#center_genome .outline .outline-box.contact ul {
    border: rgba(0,102,255,.50) solid 2px;
    margin: 2rem 0;
    padding: 1rem;
}

/* 呼吸器センター -----------------------------------*/
body.section-template main.content #center_respiration {}
/*ポイント*/
#center_respiration .point  {
    padding: 2rem 0;
}
#center_respiration .point .point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#center_respiration .point .point-list .circle{
    padding: .5rem;
    width: 25%;
}
#center_respiration .point .point-list .circle .intxt{
    align-items: center;
    background-color: rgba(242, 249, 255, 1.00);
    border-radius: 10rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}
#center_respiration .point .point-list .circle .intxt > p {
    color: rgba(25, 44, 85, 1.00);;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 .5rem;
}
#center_respiration .point .point-list .circle .intxt > span {
    color: orangered;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.25rem;
    padding: 0 0 .5rem;
}
/*メインドクター*/
#center_respiration .main-doctor  {
    padding: 2rem 0;
}
#center_respiration .main-doctor .s_wp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#center_respiration .main-doctor .s_wp .doctor {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:  1rem 1.5%;
    width: 30%;
}
#center_respiration .main-doctor .s_wp .doctor div img {
    border-radius: 500px;
}
#center_respiration .main-doctor .s_wp .doctor div > p {
    text-align: center;
}
#center_respiration .main-doctor .s_wp .doctor div > p span{
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}
/*ムービー*/
#center_respiration .movie  {
    margin: 2rem 0;
}
/*医療従事者の方へ*/
#center_respiration .for-medical {
    padding: 2rem 0;
}
#center_respiration .for-medical dl {
    background-color: rgba(242, 249, 255, 1.00);
    border-radius: 1rem;
    margin: 0 auto;
    padding: 1rem;
    width: 80%;
}
#center_respiration .for-medical dl dt {
    color: rgba(0,102,255,1.00);
    text-align: center;
}
#center_respiration .for-medical dl dd {
    margin: 0;
    padding: 0 0 1rem;
}
#center_respiration .for-medical dl dd {
    margin: 0;
    padding: 0 0 1rem;
    text-align: center;
}
#center_respiration .for-medical dl dd img {
    height: auto;
    width: 25%;
}
/*各診療科・部門*/
#center_respiration .sections > div {
    display: flex;
    justify-content: space-between;
}
#center_respiration .sections > div {
    display: flex;
    justify-content: space-between;
}
#center_respiration .sections > div p {
    margin: 0;
    width: 50%;
}
#center_respiration .sections > div p.img img {
    display: block;
    height: auto;
    width: 100%;
}
#center_respiration .sections > div p:not(.img) {
    padding: 0 1rem;
}
#center_respiration .sections > .btn-box {
    text-align: center;
}





/* =====================================================
  -- メディアクエリ
===================================================== */

@media(max-width: 1366px) {}

@media(max-width: 1260px) {
/* 診療科・部門案内：センター用テンプレート------------------
   template-center_cancer.php（がんセンター）
   template-center_genome.php（がんゲノム医療センター）
   template-center_respiration.php（呼吸器センター）
   センター用テンプレートはarticleへsection_ceterを付与
-----------------------------------------------------------*/
    /* コンテンツエリア */
    .section_center article {
        background-color: white;
        margin: 0 ;
        padding: 0 1rem;
        width: 100%;
    }
    /* スタッフリスト */
    body.section-template main.content #staff ul li {
        width: calc( 33% - 1rem );
    }
}

@media only screen and (max-width : 1200px) {
    .img-wrap-fix>div.c-full {
        width: 99%;
    }
}

@media only screen and (max-width : 1100px) {

    .img-wrap-fix>div.c1,
    .img-wrap-fix>div.c-full {
        margin: 0 0 14px 0;
        width: 99%;
    }
}

@media(max-width: 1024px) {
/* 診療科・部門案内：センター用テンプレート------------------
   template-center_cancer.php（がんセンター）
   template-center_genome.php（がんゲノム医療センター）
   template-center_respiration.php（呼吸器センター）
   センター用テンプレートはarticleへsection_ceterを付与
-----------------------------------------------------------*/
    /* お問い合わせ */
    .section_center #center-contact > dl {
        max-width: auto;
        width: 80%;
    }
}

@media(max-width: 980px) {

    .img-wrap-fix .c2,
    .img-wrap-fix .c2-422 {
        width: 49%;
    }
}

@media only screen and (min-width : 801px) and (max-width : 960px) {
    .img-wrap-fix::after {
        content: " ";
        display: block;
        width: 49%;
    }

    .img-wrap-fix>div.c3 {
        margin-bottom: 5px;
        width: 49%;
    }

    .img-wrap-fix>div.c2,
    .img-wrap-fix>div.c2-422 {
        margin: 0 auto 14px auto;
        width: 99%;
    }

    .img-wrap-fix>div.c2>div,
    .img-wrap-fix>div.c2-422>div {
        margin: 0 0 0 -0.5%;
        width: 100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 800px) {
    .img-wrap-fix {
        justify-content: center;
    }

    .img-wrap-fix::after {
        content: none;
    }

    .img-wrap-fix .c3 {
        width: 100%;
    }

    .img-wrap-fix .c2,
    .img-wrap-fix .c2-422 {
        width: 100%;
    }
}

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

@media screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }

    .entry-content .col-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media(max-width: 768px) {
    .bl-txt_img {
        display: block;
    }

    .fx-bw.bl-3_img {
        flex-direction: column;
    }

    .bl-txt_img .item-img {
        min-width: 100%;
        margin-left: 0px;
        width: 100%;
    }

    .img-wrap-fix::after {
        content: " ";
        display: block;
        width: 32.33%;
    }

    .img-wrap-fix .c3 {
        width: 32.33%;
    }

    .col-3.col-sm-3 {
        width: 50%;
    }

    .entry-content .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pc_none {
        display: inline;
    }

    #respiratory .imgbox {
        width: 100%;
        padding-left: 0;
    }

    #respiratory .txtbox {
        width: 100%;
        margin-bottom: 10px;
    }

/* 診療科・部門案内：センター用テンプレート------------------
   template-center_cancer.php（がんセンター）
   template-center_genome.php（がんゲノム医療センター）
   template-center_respiration.php（呼吸器センター）
   センター用テンプレートはarticleへsection_ceterを付与
-----------------------------------------------------------*/
    /* メインビジュアル（スライダー） */
    /* メインビジュアル（スライダー）:ページタイトル */
    .section_center .main-vis header{
        height: auto;
        position: relative;
    }
    .section_center .main-vis header div{
        background-color: rgba(0,102,255,1.00);
        border-bottom: rgba(255,255,255,1.00) solid 1px;
        padding: .5rem;
    }
    /* 下層：メインビジュアル（スライダー） */
    .section_center .main-vis.lower  {
        background: url("../../images/section/center/bg_main-vis_lower.png") left -30px center no-repeat rgba(242, 249, 255, 1.00);
        background-size: contain;
        height: auto;
        padding: 2rem 0;
        position: relative;
    }
    /* 下層：メインビジュアル（スライダー）:ページタイトル */
    .section_center .main-vis.lower header{
        position: relative;
    }
    .section_center .main-vis.lower header div{
        border-bottom: none;
        text-align: center;
    }
    .section_center .main-vis header div {
        font-size: 2vmax;
    }
    .section_center .main-vis header div span{
        font-size: 1.5vmax;
    }
    /* センターメニュー */
    .section_center #center-nav ul {
        align-items: stretch;
        border-left: rgba(255,255,255,1.00) solid 1px;
        border-top: rgba(255,255,255,1.00) solid 1px;
        justify-content: flex-start;
    }
    .section_center #center-nav ul::after {
        border-bottom: rgba(255,255,255,1.00) solid 1px;
        border-right: rgba(255,255,255,1.00) solid 1px;
        box-sizing: border-box;
        content: "";
        display: block;
        width: 50%;
    }
    .section_center #center-nav ul li{
        border-bottom: rgba(255,255,255,1.00) solid 1px;
        border-right: rgba(255,255,255,1.00) solid 1px;
        font-size: .875rem;
        width: 50%;
    }
    /* センターサブメニュー */
    .section_center #center-subnav ul {
        align-items: stretch;
        border:none;
        border-radius: .5rem;
        justify-content: flex-start;
        margin: .5rem;
        padding: .5rem;
        width: calc( 100% - 1rem );
    }
    .section_center #center-subnav ul li{
        border:none;
        font-size: .75rem;
        width: 100%;
    }
    .section_center #center-subnav ul li a {
        padding: .5rem;
    }
    .section_center #center-subnav ul li a::before {
        content: "\f101";
        display: inline;
        font-family: FontAwesome;
        padding: 0 .25rem 0 0;
    }
    /* お問い合わせ */
    .section_center #center-contact > dl {
        width: 94%;
    }
    .section_center #center-contact > dl dt {
        font-size: 1.25rem;
    }
    .section_center #center-contact > dl dt::before ,
    .section_center #center-contact > dl dt::after {
        display: none;
    }
    .section_center #center-contact > dl dd {
        word-break: normal;
        overflow-wrap: break-word;
    }
    /* スタッフリスト */
    body.section-template main.content #staff ul li {
        width: calc( 50% - 1rem );
    }

/* がんセンター -----------------------------------*/
    #center_cancer .about .sub ul li {
        width: calc( 100% / 2 - 1rem );
    }
    #center_cancer .search .cancer-search > p ,
    #center_cancer .search .cancer-search .s_table_box {
        width: 100%;
    }

/* 呼吸器センター -----------------------------------*/
    /*ポイント*/
    #center_respiration .point .point-list .circle{
        width: 50%;
    }
    /*メインドクター*/
    #center_respiration .main-doctor .s_wp .doctor {
        width: calc(50% - 2rem );
    }
    /*医療従事者の方へ*/
    #center_respiration .for-medical dl {
        width: 100%;
    }
    #center_respiration .for-medical dl dd img {
        height: auto;
        width: 100%;
    }
    /*各診療科・部門*/
    #center_respiration .sections > div {
        flex-wrap: wrap;
    }
    #center_respiration .sections > div p {
        width: 100%;
    }
    #center_respiration .sections > div p:not(.img) {
        padding: 1rem 0;
    }
    
}

@media only screen and (max-width : 605px) {
    .img-wrap-fix::after {
        content: " ";
        display: block;
        width: 49%;
    }

    .img-wrap-fix .c3 {
        margin-bottom: 5px;
        width: 49%;
    }

    .img-wrap-fix>div.c2,
    .img-wrap-fix>div.c2-422 {
        margin: 0 auto 14px auto;
        width: 99%;
    }

    .img-wrap-fix>div.c2>div,
    .img-wrap-fix>div.c2-422>div {
        margin: 0 0 0 -0.5%;
        width: 100%;
    }
    
/* 薬剤部 id="medicine"*------------------------------------------------*/
    #medicine .medicine-contents-links li:nth-child(1) , 
    #medicine .medicine-contents-links li:nth-child(2) ,
    #medicine .medicine-contents-links li:nth-child(3) , 
    #medicine .medicine-contents-links li:nth-child(4) , 
    #medicine .medicine-contents-links li:nth-child(5) {
        width: 100%;
    }
}

@media only screen and (max-width : 480px) {
    .img-wrap-fix {
        justify-content: center;
    }

    .img-wrap-fix::after {
        content: none;
    }

    .img-wrap-fix .c3 {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .img-wrap-fix .c2,
    .img-wrap-fix .c2-422 {
        width: 100%;
    }

    .entry-content .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .entry-content .relative img {
        max-width: 200px;
        /* スマホでは少し小さめに */
    }
/* 診療科・部門案内：センター用テンプレート------------------
   template-center_cancer.php（がんセンター）
   template-center_genome.php（がんゲノム医療センター）
   template-center_respiration.php（呼吸器センター）
   センター用テンプレートはarticleへsection_ceterを付与
-----------------------------------------------------------*/
    /* スタッフリスト */
    body.section-template main.content #staff ul li {
        width: 100%;
    }

/* がんセンター -----------------------------------*/
#center_cancer .greeting > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    #center_cancer .greeting > div > .greeting-txt ,
    #center_cancer .greeting > div > p {
        width: 100%;
    }
    #center_cancer .about > p {
        width: 80%;
    }
    #center_cancer .about .sub ul li {
        display: flex;
        width: 100%;
    }
    #center_cancer .about .sub ul li p {
        margin: 0 1rem 0 0;
        width: 36%;
    }
    #center_cancer .about .sub ul li dl {
        width: 60%;
    }
    #center_cancer .about .sub ul li dl dt{
        text-align: left;
    }
    #center_cancer .care ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0;
        padding: 1rem;
    }
    #center_cancer .care ul li {
        margin: 0 0 1rem;
        width: 100%;
    }
    #center_cancer .support > div > p ,
    #center_cancer .support > div > dl {
        width: 100%;
    }

/* 呼吸器センター -----------------------------------*/
    /*ポイント*/
    #center_respiration .point .point-list .circle{
        width: 100%;
    }
    /*メインドクター*/
    #center_respiration .main-doctor .s_wp .doctor {
        width: 100%;
    }
}

@media(max-width: 576px) {}

@media(max-width: 360px) {}