body {
    margin: 0;
    font-family: TsukuGoPr5-M, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", "Yu Gothic Medium", "メイリオ", sans-serif;
    color: #3b3939;
}

h1 {
    font-size: 1.7vw;
    /* color: #00a33e; */
    margin: 0;
}

h2 {
    font-size: 1.5vw;
    margin: 0;
}

h3 {
    font-size: 1.3vw;
    margin-bottom: 0;
}

p {
    font-size: 1.2vw;
    margin: 0;
}

.pc_menu {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #00a33e;
}

.logo {
    display: flex;
    align-items: center;
    width: 35%;
    padding: 10px 0;
}

.logo_image img {
    width: 5vw;
}

.title {
    margin-left: 3%;
}

.title h3 {
    margin-top: 0;
    font-size: 1.5vw;
}

/* .pc_menu {
    height: 12%;
} */

.pc_menu a {
    text-decoration: none;
    color: #252525;
}

.pc_navList {
    display: flex;
    justify-content: space-around;
    width: 60%;
    background-color: rgba(0, 163, 62, 0.1);
    border-radius: 50px;
    padding: 10px 10px;
}

li {
    list-style: none;
    margin: 1% 0;
}

a {
    text-decoration: none;
    color: #252525;
    font-weight: bold;
    /* font-size: 1.2vw; */
    padding: 20px 0;
}

.pc_navList a {
    text-decoration: none;
    color: #00a33e;
    font-weight: bold;
    font-size: 1.2vw;
    padding: 15px 15px;
}

.pc_navList a:hover {
    background: #fff;
    color: #00a33e;
    /* padding: 5px 10px; */
    border-radius: 250px;
}

.slide_image {
    text-align: center;
}

.slide_image img {
    width: 85%;
    height: 65%;
    object-fit: cover;
}

.slide_image2 {
    display: none;
}

#smart-slider-3-container-1 {
    max-width: 120px;
    /* 好きな幅に変更 */
    margin: 0 auto;
    /* 中央寄せ */
}

.pc_main {
    width: 85%;
    margin: 0 auto;
}

/* TOP */
.catchphrase {
    margin-top: 5%;
    padding: 30px;
    text-align: center;
    /* background-color: aqua; */
}

.catchphrase h1 {
    font-size: 2.3vw;
    color: #00a33e;
    font-family: serif;
}

.catchphrase h2 {
    margin-top: 5%;
    font-family: serif;
    line-height: 2;
}

.title h2 {
    font-size: 2vw;
    letter-spacing: 5;
    text-align: center;
    line-height: 1;
}

.main_area {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.main_area p {
    margin-top: 0;
}

.side_bar {
    width: 20%;
    height: 100%;
    position: sticky;
    /* 要素をスクロール追従させる */
    top: 10%;
    /* 画面のどの位置で固定するか */
    /* 他のスタイル（例: width, height）も必要に応じて指定 */
}

.side_bar li a {
    font-size: 1.3vw;
}

.side_bar li {
    /* margin-bottom: 2%; */
    border-bottom: solid 1px #8fc31f;
    margin: 0 auto 15px;
    padding: 15px 5px 5px 15px;
}

.side_bar li:hover {
    background-color: rgba(0, 163, 62, 0.1);
    /* color: #fff; */
}

.side_bar h2 {
    /* background: rgba(0, 163, 62, 0.3); */
    color: #252525;
    padding: 2%;
    margin-bottom: 3%;
    padding-left: 5%;
    border-left: solid 10px #00a33e;
    /*左線*/
    border-bottom: solid 3px #d7d7d7;
    /*下線*/
}

.dli-caret-right {
    display: inline-block;
    color: #00a33e;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
}

.link_list {
    margin-top: 15%;
}

.link_list .link {
    width: 100%;
    height: 60px;
    padding: 3%;
    border: 2px solid #a9a9a9;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link img {
    width: 100%;
    text-align: center;
    background: #a9a9a9;
    color: #fff;
    font-weight: bold;
}

.infectious_diseases {
    width: 100%;
    display: flex;
    align-items: center;
}

.infectious_diseases img {
    width: 18%;
    padding: 0;
    margin: auto 3%;
}

.infectious_diseases p {
    margin: 0;
    padding: 0;
    font-size: 1.2vw;
    color: #006430;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.main_contents {
    width: 75%;
    /* margin: 0 auto; */
}

.news_list p {
    padding: 1% 0;
    /* display: inline-block; */
    border-bottom: solid 1px #8fc31f;
    margin: 0 auto 25px;
    padding: 0 3% 5px 3%;
}

/* .news_list h2 {
    width: 90%;
    margin: 0 auto;
    background: #00a33e;
    color: #fff;
    margin-bottom: 5%;
    text-align: center;
    padding: 1%;
    border-radius: 100px;
} */

.news_list h2 {
    width: 90%;
    position: relative;
    padding: 1%;
    background: -webkit-linear-gradient(to right, rgb(143, 195, 3), #00a33e);
    background: linear-gradient(to right, rgb(0, 163, 62), #8fc31f);
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 5%;
    text-align: center;
}

.news_list .text_right {
    text-align: right;
    background: #fff;
    color: #252525;
    border-bottom: none;
    font-weight: normal;
}

.news_list .text_right:hover {
    color: #00a33e;
}

.news_contents {
    width: 90%;
    margin: 0 auto;
}

.map {
    margin-top: 10%;
}

.map h2 {
    /* width: 90%;
    margin: 0 auto;
    background: #00a33e;
    color: #fff;
    margin-bottom: 5%;
    text-align: center;
    padding: 1%;
    border-radius: 100px; */
    width: 90%;
    position: relative;
    padding: 1%;
    background: -webkit-linear-gradient(to right, rgb(0, 163, 62), #8fc31f);
    background: linear-gradient(to right, rgb(143, 195, 3), #00a33e);
    color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 5%;
    text-align: center;
    font-weight: bold;
}

.map img {
    width: 100%;
}

.map_Image {
    width: 90%;
    margin: 0 auto;
}

.mobile_main {
    display: none;
}

/* フッター */
footer {
    background: #00a33e;
}

.pc_footer {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5%;
    padding: 3% 0;
    color: #fff;
}

.Laboratory_name {
    width: 60%;
}

.Laboratory_name p {
    font-size: 1vw;
}

.copy_light {
    text-align: center;
    color: #fff;
    font-size: 1vw;
    background-color: #3b3939;
}

.address {
    width: 35%;
}

.container {
    height: 2000px;
    padding: 24px;
    background: linear-gradient(90deg,
            rgba(253, 219, 146, 1),
            rgba(209, 253, 254, 1));
}

.pagetop-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    border: solid 2px navy;
    border-radius: 50%;
    background: navy;
    cursor: pointer;
    right: 50px;
    bottom: 20px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.3s, transform 0.3s;
}

.pagetop-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(45deg);
}

.pagetop-btn.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 教授挨拶 */
.page_title {
    width: 96%;
    background-color: rgba(0, 163, 62, 0.1);
    padding: 1% 2% 1% 2%;
    color: #00a33e;
    border-radius: 100px;
}

.imege_center {
    text-align: center;
    margin: 5% 0;
}

.imege_center img {
    width: 50%;
}

.detail_text {
    width: 95%;
    margin: 0 auto;
    margin-top: 5%;
}

.detail_text p {
    line-height: 2;
    margin: 0 auto;
}

.common_area {
    margin-top: 100px;
}

.staff_left h2 {
    margin-top: 5%;
}

.staff_left p {
    margin-bottom: 15px;
    /* line-height: 1.6em; */
}

.staff_left figure {
    float: left;
    margin: 5% 15px 15px 0;
    width: 35%;
}

.staff_text {
    margin: 0 3% 3% 3%;
}

figure img {
    max-width: 100%;
}

.box11 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #d7d7d7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box11 p {
    margin: 0;
    padding: 0;
}

.staff_right figure {
    float: right;
    margin: 5% 15px 15px 0;
    width: 35%;
}

.staff_right h2 {
    margin-top: 5%;
}

.staff_left h3,
.staff_right h3 {
    /* background-color: #d7d7d7; */
    /* color: #fff; */
    border-radius: 50px;
    padding: 0.5%;
    margin-bottom: 1%;
}

.greeting_img {
    text-align: center;
    margin: 3% 0;
}

.greeting_img img {
    width: 80%;
}

.box11 .greeting_noImage {
    margin: 0 auto;
}

.greeting_noImage {
    width: 80%;
    text-align: center;
    margin: 3% 0;
    background-color: #d7d7d7;
}

.greeting_noImage h2 {
    padding: 25% 0;
    color: #fff;
}

/* お知らせ一覧 */
.news_title h2 {
    color: #00a33e;
    /*文字色*/
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 3px #a9a9a9;
    /*上線*/
    border-bottom: solid 3px #a9a9a9;
    /*下線*/
    margin-bottom: 5%;
    padding-left: 3%;
}

.news_date {
    width: 95%;
    margin-bottom: 1%;
    font-weight: bold;
}

.news_text {
    width: 95%;
    margin-bottom: 3%;
    margin: 0 auto;
}

.pagination {
    text-align: center;
    margin-top: 5%;
    font-size: 1.2vw;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 2px solid #00a33e !important;
    padding: 1% 2% !important;
}

/* 研究実績 */
.detail_text .paper_title {
    font-weight: bold;
    color: navy;
}

.detail_text h2 {
    color: #00a33e;
}

.detail_text .name_list {
    text-decoration: underline;
}

.detail_text .research_date {
    margin-bottom: 3%;
}

.mobile_menu {
    display: none;
}

/* お問い合わせ */
.form {
    width: 30%;
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
    color: #00a33e;
    font-size: 2vw;
    letter-spacing: 3;
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
}

.form:before {
    content: "";
    position: absolute;
    background: rgba(0, 163, 62, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.form_text {
    margin-top: 1%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 1.3vw;
    font-weight: bold;
}

.formArea {
    background: #e4e4e4;
    width: 40%;
    margin: 0 auto;
    padding: 5% 10%;
}

.wpcf7 form label {
    width: 100%;
    display: block;
    /* ブロック要素にして上下に並ぶように */
    margin-bottom: 5%;
    /* ラベルの下に余白を追加 */
    font-weight: 600;
    /* 任意：見出しっぽくする */
}

.wpcf7-form-control.wpcf7-text {
    width: 100%;
    /* 親要素いっぱいに広げる */
    height: 5%;
    box-sizing: border-box;
    /* padding含めて幅を調整 */
    /* margin-bottom: 3%; */
}

.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    /* 横幅いっぱい */
    height: 250px;
    /* 高さを大きくする */
    box-sizing: border-box;
    /* paddingを含めて幅調整 */
    resize: vertical;
    /* 高さだけリサイズ可能（両方向なら both） */
    /* margin-bottom: 3%; */
}

.wpcf7-form-control.wpcf7-radio {
    display: block;
    /* margin-bottom: 3%; */
}

.wpcf7-submit {
    width: 50%;
    /* 横幅いっぱい */
    max-width: 600px;
    /* 最大幅（必要なら） */
    background-color: #00a33e;
    /* 背景色（WordPressブルー例） */
    color: #fff;
    /* 文字色 */
    font-size: 16px;
    /* 文字サイズ */
    font-weight: bold;
    padding: 12px 0;
    /* 高さ・横幅（上下・左右） */
    border: none;
    /* 枠線を消す */
    border-radius: 4px;
    /* 角を丸く */
    cursor: pointer;
    /* カーソルをポインターに */
}

.wpcf7 form .wpcf7-submit {
    display: block;
    margin: 20px auto 0;
    /* 上に20px余白、左右自動で中央寄せ */
}

/* 各入力欄の下に表示されるエラー文字 */
.wpcf7-not-valid-tip {
    font-size: 1vw !important;
    /* 文字サイズ */
    color: #e60033;
    /* 色（赤など） */
    margin-top: 0 !important;
    /* 上との余白 */
    display: block;
    /* 改行して下に出す */
}

.wpcf7-response-output {
    font-size: 1vw;
    color: #d9534f;
    border: none !important;
    text-align: center;
}

.wpcf7-form-control {
    font-size: 1.2vw;
    /* 入力中の文字サイズ */
}

.required-label {
    color: red;
    /* 赤色に変更 */
    /* font-weight: bold; */
    /* 太字にしたい場合 */
    margin-left: 4px;
    /* 氏名との間隔調整 */
}

/* 投稿リンク全体の文字色は親に任せる */
.newsLink {
    text-decoration: none;
    color: inherit;
}

/* newsItem の基本スタイル */
.newsItem {
    /* font-size: 16px; */
    line-height: 1.5;
    margin-bottom: 12px;
}

/* カテゴリラベル共通 */
.cat-label {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: bold;
    margin-right: 4px;
    display: inline-block;
    color: #fff;
    /* 文字色の初期値 */
}

/* news の文字だけ */
.cat-news {
    color: #fff;
    background-color: orange;
    padding: 5px 10px;
    margin: 0 2%;
    border-radius: 20px;
}

/* whats-news の文字だけ */
.cat-whats-news {
    color: #fff;
    background-color: navy;
    padding: 5px 10px;
    margin: 0 2%;
    border-radius: 20px;
}

/* タブレット */
@media screen and (max-width: 1024px) {

    .mobile_menu {
        display: none;
    }

    .pc_navList {
        width: 70%;
    }

    .logo {
        width: 25%;
    }

    .pc_menu {
        justify-content: space-around;
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 10;
        padding-bottom: 1%;
    }

    main {
        padding-top: 10%;
        /* margin-top: 10%; */
    }

    .slide_image img {
        width: 85%;
        height: 35%;
        object-fit: cover;
    }

    .common_area {
        margin-top: 10%;
    }

    .form:before {
        content: "";
        position: absolute;
        background: rgba(0, 163, 62, 0.2);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: 50%;
        left: 3%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
    }
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {

    h1 {
        font-size: 3vw;
        /* color: #00a33e; */
        margin: 0;
    }

    h2 {
        font-size: 2.5vw;
        margin: 0;
    }

    h3 {
        font-size: 2.2vw;
        margin-bottom: 0;
    }

    p {
        font-size: 2vw;
        margin: 0;
    }

    .pc_menu {
        display: none;
    }

    .pc_main {
        width: 95%;
    }

    .main_contents {
        margin-top: 15%;
    }

    .mobile_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        height: 5%;
        margin: 0 auto;
        padding: 0 3%;
        padding-bottom: 3%;
        border-bottom: 2px solid #00a33e;
        position: fixed;
        background: #fff;
        z-index: 10;
    }

    /*============
    nav
    =============*/
    nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 3;
        opacity: 0;
    }

    .open nav {
        left: 0;
        opacity: 1;
    }

    nav .inner {
        padding: 25px;
    }

    nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    nav .inner ul li a {
        display: block;
        color: #333;
        font-size: 14px;
        padding: 1em;
        text-decoration: none;
        transition-duration: 0.2s;
    }

    nav .inner ul li a:hover {
        background: #e4e4e4;
    }

    @media screen and (max-width: 767px) {
        nav {
            left: -220px;
            width: 220px;
        }
    }

    /*============
    .toggle_btn
    =============*/
    .toggle_btn {
        display: block;
        position: fixed;
        top: 4px;
        right: 20px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 4px;
    }

    .toggle_btn span:nth-child(2) {
        top: 14px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }

    .open .toggle_btn span {
        background-color: #fff;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }

    /*============
    #mask
    =============*/
    #mask {
        display: none;
        transition: all .5s;
    }

    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .8;
        z-index: 2;
        cursor: pointer;
    }

    .logo_image img {
        width: 10vw;
    }

    .logo {
        width: 50%;
    }

    .title h3 {
        font-size: 2.5vw;
    }

    .title h2 {
        font-size: 3vw;
        letter-spacing: 5;
        text-align: center;
        line-height: 1;
    }

    .slide_image img {
        margin-top: 15%;
    }

    .catchphrase {
        padding: 0 3%;
        margin-top: 0;
    }

    .catchphrase h1 {
        font-size: 3vw;
        color: #00a33e;
        font-family: serif;
    }

    .catchphrase h2 {
        font-size: 2vw;
        margin-top: 5%;
        font-family: serif;
        line-height: 2;
    }

    .slide_image img {
        width: 90%;
        height: 25%;
        object-fit: cover;
    }

    .side_bar {
        display: none;
    }

    .main_contents {
        display: block;
        width: 95%;
        margin: 0 auto;
        padding-top: 3%;
    }

    .map {
        margin-top: 5%;
    }

    .common_area {
        margin-top: 5%;
    }

    .news_contents p {
        font-size: 2vw;
        margin: 0;
        margin-top: 5%;
    }

    .text_right {
        font-size: 2vw;
    }

    .pc_footer {
        width: 90%;
        margin: 0 auto;
        margin-top: 5%;
    }

    .pc_footer h1 {
        font-size: 3vw;
    }

    .pc_footer p {
        font-size: 1.5vw;
    }

    .Laboratory_name {
        width: 60%;
    }

    .copy_light {
        text-align: center;
        color: #fff;
        font-size: 1vw;
        background-color: #3b3939;
    }

    .address {
        width: 35%;
    }

    .address p {
        font-size: 1.8vw;
    }

    .pagetop-btn {
        position: fixed;
        width: 42px;
        height: 42px;
        border: solid 2px navy;
        border-radius: 50%;
        background: navy;
        cursor: pointer;
        right: 20px;
        bottom: 20px;
        z-index: 1000;
        opacity: 0;
        transform: translateY(100px);
        transition: opacity 0.3s, transform 0.3s;
    }

    .slide_image2 {
        display: block;
    }

    .slide_image {
        display: none;
    }

    /* お問い合わせ */

    .formArea {
        background: #e4e4e4;
        width: 80%;
        margin: 0 auto;
        padding: 5%;
    }

    .form {
        width: 40%;
        margin: 0 auto;
        margin-top: 10%;
        text-align: center;
        color: #00a33e;
        font-size: 3vw;
        letter-spacing: 3;
        position: relative;
        color: #333;
        text-shadow: 0 0 2px white;
    }

    .form:before {
        content: "";
        position: absolute;
        background: rgba(0, 163, 62, 0.2);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        top: 50%;
        left: -2%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
    }

    .form_text {
        margin-top: 1%;
        margin-bottom: 3%;
        text-align: center;
        font-size: 2.5vw;
        font-weight: bold;
    }

    .formArea {
        background: #e4e4e4;
        width: 70%;
        margin: 0 auto;
        padding: 5% 10%;
        margin-bottom: 5%;
    }

    .wpcf7 form label {
        width: 100%;
        display: block;
        /* ブロック要素にして上下に並ぶように */
        margin-bottom: 5%;
        /* ラベルの下に余白を追加 */
        font-weight: 600;
        /* 任意：見出しっぽくする */
    }

    .wpcf7-form-control.wpcf7-text {
        width: 100%;
        /* 親要素いっぱいに広げる */
        height: 5%;
        box-sizing: border-box;
        /* padding含めて幅を調整 */
        /* margin-bottom: 3%; */
    }

    .wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        /* 横幅いっぱい */
        height: 250px;
        /* 高さを大きくする */
        box-sizing: border-box;
        /* paddingを含めて幅調整 */
        resize: vertical;
        /* 高さだけリサイズ可能（両方向なら both） */
        /* margin-bottom: 3%; */
    }

    .wpcf7-form-control.wpcf7-radio {
        display: block;
        /* margin-bottom: 3%; */
    }

    .wpcf7-submit {
        width: 50%;
        /* 横幅いっぱい */
        max-width: 600px;
        /* 最大幅（必要なら） */
        background-color: #00a33e;
        /* 背景色（WordPressブルー例） */
        color: #fff;
        /* 文字色 */
        font-size: 2.5vw;
        /* 文字サイズ */
        font-weight: bold;
        padding: 12px 0;
        /* 高さ・横幅（上下・左右） */
        border: none;
        /* 枠線を消す */
        border-radius: 4px;
        /* 角を丸く */
        cursor: pointer;
        /* カーソルをポインターに */
    }

    .wpcf7 form .wpcf7-submit {
        display: block;
        margin: 20px auto 0;
        /* 上に20px余白、左右自動で中央寄せ */
    }

    /* 各入力欄の下に表示されるエラー文字 */
    .wpcf7-not-valid-tip {
        font-size: 2vw !important;
        /* 文字サイズ */
        color: #e60033;
        /* 色（赤など） */
        margin-top: 0 !important;
        /* 上との余白 */
        display: block;
        /* 改行して下に出す */
    }

    .wpcf7-response-output {
        font-size: 2vw;
        color: #d9534f;
        border: none !important;
        text-align: center;
    }

    .wpcf7-form-control {
        font-size: 2.5vw;
        /* 入力中の文字サイズ */
    }

    .required-label {
        color: red;
        /* 赤色に変更 */
        /* font-weight: bold; */
        /* 太字にしたい場合 */
        margin-left: 4px;
        /* 氏名との間隔調整 */
    }

    .staff_text {
        margin: 0 0 3% 0;
    }

    .news_text {
        font-size: 2.5vw;
    }
}