@charset "UTF-8";

body {
    background-color: rgba(252, 252, 252);
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: 'Calibri', YuGothic, 'Yu Gothic', 'Avenir', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

p {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

a:hover {
    opacity: .7;
    transition: .1s;
}

ul {
    list-style: none;
    padding: 0;
}

h3 {
    font-size: 30px;
    border-bottom: solid 3px #c7c9c9;
    position: relative;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
}

h4 {
    font-size: 30px;
}

h3::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #0481A2;
    left: 0;
    bottom: -3px;
    width: 15%;
}


/*-------------------------------------------------------------------------
                                   ヘッダー
-------------------------------------------------------------------------*/

#top-header {
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    z-index: 20;
    width: 100%;
}

#header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 20;
    width: 100%;
}

h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 17px;
}

.h1_en {
    margin: 0;
    margin-top: 25px;
}

h1 a:hover,
.h1_en a:hover {
    opacity: 1;
}

.title_logo {
    width: 150px;
    padding-left: 5%;
}

.title_logo_en {
    width: 150px;
    padding-left: 5%;
}

.hamburger-span,
.hamburger-span-en,
.circle-bg2 {
    display: none;
}

/*-----  flexbox   -----*/

.flexbox,
.gnavi {
    display: -webkit-flex;
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.gnavi {
    padding: 0;
}


.box-item {
    padding: 0;
    margin: 1.5em auto;
    font-size: 17px;
}

.box-item-en {
    padding: 0;
    margin: 1.2em auto;
    font-size: 17px;
}

.pl_10 {
    padding-left: 10px !important;
}

/*===================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/



.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 5%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: #0481A2;
    /*アニメーションの指定*/
    transition: all .4s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: left top;
    /*左上基点*/
}

.gnavi li.has-child ul li a::after {
    left: 0;
    width: 100%;
}

/*現在地とhoverの設定*/
.gnavi a.current::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}




.gnavi li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #333;
    transition: all .3s;
}

.gnavi li {
    margin-bottom: 20px;
}

.gnavi ul {
    display: block;
}

.gnavi li {
    position: relative;
}

.gnavi li li a {
    padding: 10px 35px;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
    display: block;
    text-decoration: none;
    color: #999;
    transition: all .3s;
}

nav ul li a:hover {
    color: #fff;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
}

/*下の階層を持っているulの指定*/
nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 5px;
    top: 52px;
    padding: 0;
    text-align: center;
    z-index: 4;
    /*形状を指定*/
    background: rgba(89, 208, 255, 1);
    width: 200px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
}

nav li.has-child ul li {
    margin: 0;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav li.has-child ul li:last-child a {
    border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
    background: #b8e9fc;
}

.gnavi a.current,
.gnavi li a:hover {
    color: #0481A2;
}

.gnavi .has-child ul li a.current {
    background-color: #9ee4ff;
}

/*--------------------------------
         言語切り替えボタン
--------------------------------*/

.cp_ipselect_ja {
    position: relative;
    width: 150px;
    height: 3em;
    margin: 28px 30px auto 0;
    text-align: center;
}

.cp_ipselect_en {
    position: relative;
    width: 150px;
    height: 3em;
    margin: 15px 30px auto 0;
    text-align: center;
    top: 10px;
}

.cp_ipselect_option {
    font-size: 21px;
}

.cp_sl06 {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0px;
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cp_sl06:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.cp_ipselect .cp_sl06 {
    appearance: none;
    -webkit-appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.cp_sl06_selectlabel {
    color: #0481A2;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: -20px;
    margin-left: 25px;
}

.cp_sl06_selectlabel_img {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: -20px;
    width: 18px;
}

.earthmark {
    width: 18px;
}

.cp_sl06_selectbar {
    position: relative;
    display: block;
    width: 100%;
}

.cp_sl06_selectbar:before,
.cp_sl06_selectbar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0481A2;
    transition: 0.2s ease all;
}

.cp_sl06_selectbar:before {
    left: 50%;
}

.cp_sl06_selectbar:after {
    right: 50%;
}

.cp_sl06:focus ~ .cp_sl06_selectbar:before,
.cp_sl06:focus ~ .cp_sl06_selectbar:after {
    width: 50%;
}

.cp_sl06_highlight {
    position: absolute;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/*----------------------------------
          メインビジュアル
----------------------------------*/

#main_visual {
    background: url('../img/sea.jpg') center center/cover no-repeat;
    width: 100%;
    height: 100vh;
}

#main_visual p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2C589A;
    font-weight: bold;
    /*太字に*/
    font-size: 5em;
    /*サイズ2倍*/
    font-family: 'M PLUS 1p', sans-serif;
    margin: auto;
    text-align: center;
}

.animation {
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.txt-rotate2,
.txt-rotate2_en {
    display: none;
}

/*----------------------------------
           スクロールバー
----------------------------------*/

/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 8px;
    left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: 10px;
    bottom: 20px;
    /*テキストの形状*/
    color: #eee;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 86px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 87px;
    background: #eee;
}


/*-------------------------------------------------------
                       wrapper
-------------------------------------------------------*/

#top-wrapper {
    width: 100%;
    text-align: center;
    margin: auto;
}

#wrapper {
    background: url('../img/sea2.jpg') center center/cover no-repeat;
    width: 100%;
    text-align: center;
}

#voice-wrapper {
    background: url('../img/sea4.jpg') center center/cover no-repeat;
    width: 100%;
    text-align: center;
}

#glossary-wrapper {
    background: url('../img/sea4.jpg') center center/cover no-repeat;
    width: 100%;
    text-align: center;
}

#symptom-wrapper {
    background: url('../img/sea3.jpg') center center/cover no-repeat;
    width: 100%;
    text-align: center;
}

/*-------------------------------------------------------
                        メイン
-------------------------------------------------------*/


/*----------------------------------
           パンくずリスト
----------------------------------*/

.breadcrumb {
    display: flex;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    padding-top: 130px;
    text-align: left;
}

.breadcrumb li {
    list-style: none;
}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a,
.breadcrumb li p {
    text-decoration: none;
    color: #333;
}

.breadcrumb li p {
    margin-top: -1px;
    font-size: 16px;
    font-weight: 600;
}

.home {
    font-size: 1.1em;
    color: #333;
    margin-top: 3px;
    margin-right: 5px;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*---------------
       top
----------------*/

.top-h2 {
    margin: 50px auto 30px auto;
}

#top {
    width: 60%;
    margin: auto;
}

#top p {
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 100px;
}

.main {
    position: relative;
    width: 1200px;
    background-color: #FDFDFD;
    margin: auto;
    opacity: 0.97;
}

h2 {
    width: fit-content;
    font-size: 40px;
    position: relative;
    text-align: center;
    margin: 30px auto;
    padding: 20px 100px;
}

h2:before,
h2:after {
    position: absolute;
    content: '';
}

h2:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

h2:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.honbun {
    width: 600px;
    margin: auto;
}

.thick-line {
    background: linear-gradient(transparent 60%, #F5F1CE 70%);
}

/*----------------------------------
             二階層目
----------------------------------*/

.cohesive p {
    text-align: left;
    font-size: 23px;
    width: 55%;
    margin-bottom: 20px;
}

.cohesive div {
    text-align: right;
    width: 100%;
    font-size: 32px;
    margin-bottom: 60px;
}

.cohesive div a {
    position: relative;
    color: #333;
}

.cohesive a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    padding-left: 5px;
    /*文字との隙間*/
    color: #333;
}

.cohesive div a:hover {
    opacity: 0.8;
}

.cohesive div a::before {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background: #0481A2;
    /*アニメーションの指定*/
    transition: all .4s;
    transform: scale(1, 1);
    /*X方向0、Y方向1*/
    transform-origin: right top;
    /*左上基点*/
}


/*現在地とhoverの設定*/
.cohesive div a:hover::before {
    transform: scale(0, 1);
    /*X方向にスケール拡大*/
}




/*====================================================================
		.s_04 .accordion_one
====================================================================*/

.s_04 {
    margin-top: 50px;
}


.s_04 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.s_04 .accordion_one .accordion_header {
    background-color: #fff;
    border: 2px solid #0481A2;
    border-radius: 20px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}

.s_04 .accordion_one .accordion_header h3 {
    margin-left: 20px;
    margin-right: 0;
}

.s_04 .accordion_one .accordion_header h3,
.s_04 .accordion_one .accordion_header h3::after {
    border-bottom: 0;
}

.s_04 .accordion_one .accordion_header:hover {
    opacity: .9;
}

.s_04 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_04 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_04 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_04 .accordion_one .accordion_header .i_box .one_i:before,
.s_04 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_04 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.s_04 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_04 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.s_04 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
    border-left: 3px solid #0481A2;
    border-right: 3px solid #0481A2;
    border-radius: 20px;
    box-sizing: border-box;
}

.s_04 .accordion_one:nth-of-type(5) {
    border-bottom: 1px solid #0481A2;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.s_04 .accordion_one .accordion_inner .box_one {
    height: auto;
}

.s_04 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

/*----------------------------------
        次のページ、前のページ
----------------------------------*/

.btn,
a.btn,
button.btn {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    margin-top: 50px;
    border-radius: 0.5rem;
}


a.btn-border_before {
    margin-left: 30px;
    border: 2px solid #595959;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #fff;
}

a.btn-border_before:hover {
    color: #0481A2;
    -webkit-transition: all .3s;
    transition: all .3s;
}


a.btn-border_before:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 50% 0 0 50%;
    background: #595959;
}

a.btn-border_before:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    line-height: 30px;
    width: 30px;
    height: 30px;
    content: '\f060';
    -webkit-transform: translateX(-620%) translateY(.9rem);
    transform: translateX(-620%) translateY(.9rem);
    color: #fff;
    border-radius: 50%;
}

a.btn_before_en:hover:before {
    -webkit-transform: translateX(-590%) translateY(1rem);
    transform: translateX(-590%) translateY(1rem);
}



a.btn-border_after {
    margin-right: 30px;
    border: 2px solid #595959;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #fff;
}

a.btn-border_after:hover {
    color: #0481A2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.btn-border_after:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0 50% 50% 0;
    background: #595959;
}

a.btn-border_after:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    line-height: 30px;
    width: 30px;
    height: 30px;
    content: '\f061';
    -webkit-transform: translateX(620%) translateY(.85rem);
    transform: translateX(620%) translateY(.85rem);
    color: #fff;
    border-radius: 50%;
}

a.btn-border_after,
a.btn-border_before:hover {
    opacity: 1;
}

a.btn_after_en:hover:before {
    -webkit-transform: translateX(590%) translateY(1rem);
    transform: translateX(590%) translateY(1rem);
}


.page {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.page-name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.page-name-plev {
    font-size: 1.2rem;
    margin-left: 35px;
    width: 220px;
    text-align: center;
    padding-top: 10px;
}

.page-name-next {
    font-size: 1.2rem;
    margin-right: 35px;
    width: 220px;
    text-align: center;
    padding-top: 10px;
}

.top-page-name {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.top-page {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.top-page a.btn-border_after,
.top-page-name p.page-name-next {
    margin-right: 23%;
}


/*-------------------------------------------------------
                        フッター
-------------------------------------------------------*/

footer {
    color: #fff;
    width: 100%;
    text-align: center;
}

.top-footer {
    background-color: #79A6C5;
}

.footer {
    background-color: #84B7D9;
}

/*----------------------------------
           ページトップリンク
----------------------------------*/

/*リンクの形状(top)*/
#top-page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7BA7C2;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    border-radius: 50%;
}


#top-page-top a:hover {
    background: #B9BABB;
    opacity: 1;
}

#top-page-top a img {
    width: 55px;
    bottom: 5px;
}

/*リンクを右下に固定*/
#top-page-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる動き　*/

#top-page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/

#top-page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

/*リンクの形状(top以外)*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #84B7D9;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    border-radius: 50%;
}


#page-top a:hover {
    background: #a9c5d9;
    opacity: 1;
}

#page-top a img {
    width: 55px;
    bottom: 5px;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 55px;
    bottom: 40px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(120px);
    }
}




/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}


/*-------------------------------------------------------
                        本文
-------------------------------------------------------*/

.honbun {
    padding-top: 30px;
}



#cause h3 {
    text-align: left;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
}

#cause p {
    text-align: left;
    font-size: 21px;
}

#cause .cause_p {
    margin-top: 80px;
    text-align: left;
    padding: 20px;
    font-size: 23px;
    border-style: double;
    border-color: #0481A2;
    border-radius: 20px;
}


.definition-span {
    color: #2E74B5;
}

.definition p {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: 0.1em;
}

.definition strong {
    font-size: 25px;
}

.symptom h3 {
    text-align: left;
}

.symptom img {
    width: 550px;
    margin-top: 10px;
}

.symptom_first p {
    padding-left: 30px;
    padding-right: 30px;
}

.symptom_first h3 {
    margin-top: 50px;
}

.symptom_first ul {
    margin-left: 80px;
}

.symptom p {
    font-size: 22px;
    text-align: left;
}

.symptom li {
    font-size: 22px;
    text-align: left;
    margin: 0 auto 0 30px;
}

.ten li {
    list-style: disc;
    margin-left: 50px;
}

.symptom table {
    margin: auto;
}

.symptom td {
    font-size: 20px;
}

.symptom_td_p {
    margin: 25px 0 12px 70px;
}

.symptom_td_p2 {
    margin: 25px 0 0 40px;
}

.prevention h3 {
    text-align: left;
    margin-left: 40px;
    margin-top: 60px;
}

#prevention_p {
    font-size: 28px;
    width: fit-content;
    margin: auto;
    text-align: center;
    background: linear-gradient(transparent 60%, #F5F1CE 70%);
}

#prevention_p_en {
    font-size: 24px;
    width: fit-content;
    margin: auto;
    text-align: center;
    background: linear-gradient(transparent 60%, #F5F1CE 70%);
}

.prevention p {
    font-size: 22px;
    text-align: left;
    margin-top: 50px;
}


.countermeasure h3 {
    font-size: 30px;
}

.countermeasure p {
    font-size: 22px;
    text-align: left;
}

#countermeasure_shutten {
    font-size: 17px;
    text-align: right;
    padding-top: 10px;
}

.summary li {
    font-size: 24px;
    text-align: left;
    padding-bottom: 15px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.summary p {
    font-size: 22px;
    text-align: left;
    letter-spacing: 0.1em;
}

.voice p {
    width: 60%;
    margin-top: 15px;
    font-size: 21px;
    margin: auto;
}

.voice .voice-p2 {
    width: 60%;
    margin: auto;
    margin-top: 70px;
    font-size: 23px;
    text-align: left;
    letter-spacing: 0.13em;
    padding: 20px;
    border-style: double;
    border-color: #0481A2;
    border-radius: 20px;
}

.voice .voice-p {
    width: 60%;
    margin: auto;
    font-size: 21px;
    text-align: left;
}

.voice ul {
    margin-left: 80px;
    margin-bottom: 50px;
}

.voice ul li,
.voice ul p {
    width: 490px;
    margin: auto;
    text-align: left;
    font-size: 23px;
}

.voice ul.voice_ul_en {
    margin: auto;
}

.voice ul.voice_ul_en li,
.voice ul.voice_ul_en p {
    width: 540px;
    margin: auto;
}


.voice h3 {
    font-size: 36px;
    text-align: center;
    border-bottom: 0 transparent;
}

.voice h3:after {
    border-bottom: 0 transparent;
}

.voice h4 {
    margin-top: 80px;
}

.flex-img {
    display: flex;
    margin-bottom: 15px;
}

.flex-img img {
    width: 85%;
}

.voice-img {
    width: 100%;
    margin-bottom: 15px;
}

.voice-img img {
    width: 60%;
}

.glossary .midasi {
    border: 3px solid #84B7D9;
    width: 90%;
    margin: auto;
}

.glossary ul {
    padding-top: 10px;
}

.glossary li {
    font-size: 25px;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 10px;
    font-weight: bold;
}

.glossary li a {
    color: #000;
}

.glossary .number {
    background: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    opacity: .5;
    font-size: 20px;
}

.glossary li a:hover {
    text-decoration: underline;
}

.glossary .komidashi_ja {
    padding-top: 120px;
}

.glossary .komidashi_en {
    padding-top: 100px;
}

.glossary h3 {
    border: 1px solid;
    text-align: left;
    padding: 20px;
    margin-top: 0;
    padding-left: 40px;
    border-radius: 10px;
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
}

.glossary h3::after {
    border-bottom: 0;
}

.glossary h4 {
    font-size: 25px;
    text-align: left;
    border-bottom: 1px dotted #333;
}

.glossary p {
    text-align: left;
    font-size: 20px;
}

.glossary .table {
    font-weight: bold;
    text-align: left;
    padding: 0;
    padding-left: 20px;
    font-size: 28px;
    background-color: #84B7D9;
    color: #fff;
}

.gnavi .reigai a {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
}

.biblio {
    width: 70%;
    margin: auto;
}

.biblio h3 {
    margin: 50px auto;
    font-size: 35px;
}

.biblio li {
    margin-bottom: 30px;
}

.biblio li,
.biblio li a {
    font-size: 19px;
    text-align: left;
    list-style: disc;
}

.biblio li a {
    color: #000;
}

.biblio li a:hover {
    opacity: .6;
    transition: .1s;
}

.environment {
    width: 50%;
    margin: auto;
    padding: 15px;
    border: 1px outset;
    border-bottom-right-radius: 20px;
    border-top: transparent;
    border-left: transparent;
}


.environment p {
    text-align: left;
    font-size: 21px;
}

.environment .environment-p {
    font-size: 19px;
    margin-top: 8px;
}

.environment h3 {
    font-size: 30px;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px dotted #333;
}

.environment h3::after {
    border-bottom: 0;
}

.definition img {
    width: 100%;
}

.definition h3 {
    margin-top: 100px;
}

a.yougo {
    color: #4696CF;
}

a.yougo:hover {
    opacity: 0.7;
    transition: .15s
}

/*----------------------------------
           サイトマップ
----------------------------------*/

#sitemap {
    margin-top: 50px;
}

#sitemap .catWrap {
    display: table;
    width: 50%;
    height: 80px;
    margin: 0 auto 60px;
}

#sitemap .catWrap .linkWrap {
    display: table-cell;
    vertical-align: middle;
}

#sitemap .catWrap .linkWrap .mainttl {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    margin: 15px 0;
    padding: 0;
    padding-left: 20px;
    letter-spacing: .2em;
}

#sitemap .catWrap .linkWrap h4 a {
    font-weight: bold;
}

#sitemap .catWrap .linkWrap .sitemap_reigai {
    margin: 0;
}

#sitemap .catWrap .linkWrap a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

#sitemap .catWrap .linkWrap li a:hover,
#sitemap .catWrap .linkWrap h4 a:hover {
    transition: all 0.2s;
    color: #0481A2;
}

#sitemap .catWrap .linkWrap .linkList {
    margin: auto;
    text-align: center;
    font-size: 22px;
    padding: 0;
}

#sitemap .catWrap .linkWrap li {
    width: fit-content;
    position: relative;
    margin: 0 auto 10px auto;
    padding-left: 20px;
}

#sitemap .catWrap .linkWrap li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}



/*-------------------------------------------------------------------------------------
                                    スマホ版
-------------------------------------------------------------------------------------*/


@media screen and (max-width: 1200px) {
    .main {
        width: 80%;
    }
}


@media screen and (max-width: 750px) {

    .title_logo {
        width: 100px;
    }

    #top-header {
        display: block;
    }

    p {
        letter-spacing: 0.05em;
        line-height: 1.7;
        font-size: 14px;
    }

    #main_visual {
        height: 40vh;
    }

    .scrolldown2 {
        bottom: 580px;
        left: 50%;
        display: none;
    }

    #main_visual p.txt-rotate2 {
        display: block;
        font-size: 32px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #main_visual p.txt-rotate2_en {
        display: block;
        font-size: 40px;
        width: 75.5%;
        margin: auto;
        text-align: center;
    }

    #top {
        width: 90%;
        margin: auto;
    }

    #top h2 {
        margin: 30px auto;
    }

    #top p {
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 2;
        margin-bottom: 50px;
    }

    .txt-rotate {
        display: none;
    }

    .main {
        width: 100%;
        opacity: .9;
    }

    .honbun {
        width: 96%;
        margin: auto;
    }

    h2 {
        font-size: 23px;
        padding: 20px 50px;
    }

    h3 {
        font-size: 20px;
    }

    .breadcrumb {
        padding-top: 90px;
    }

    .breadcrumb li,
    .breadcrumb li p {
        font-size: 12px;
    }

    .breadcrumb li {
        margin-top: 3px;
    }

    .breadcrumb li p {
        margin: 0;
    }

    .honbun p {
        font-size: 14px;
        width: 80%;
        margin: auto;
    }

    #cause h3 {
        width: 80%;
        margin: 80px auto 25px auto;
        font-size: 20px;
    }

    #cause p {
        text-align: left;
        font-size: 15px;
        margin: auto;
        width: 80%;
    }

    .definition strong {
        font-size: 18px;
    }

    #cause .cause_p {
        font-size: 16px;
        width: 80%;
    }

    .symptom_first ul {
        margin: auto;
    }

    .cohesive p {
        width: 70%;
        text-align: left;
        margin: 0 0 20px 20px;
        font-size: 14px;
    }

    .cohesive div {
        width: 100%;
        text-align: right;
        margin: 0 auto 45px 0;
    }

    .cohesive div a {
        font-size: 20px;
        right: 20px;
    }

    .voice h3 {
        font-size: 22px;
    }

    .voice ul {
        margin: 0 0 auto 0;
    }

    .voice ul li,
    .voice ul p {
        width: auto;
        font-size: 15px;
        text-align: center;
        margin: auto;
    }

    .voice ul.voice_ul_en li,
    .voice ul.voice_ul_en p {
        width: auto;
    }

    .voice p {
        width: 80%;
        font-size: 14px;
    }

    .voice .voice-p {
        width: 85%;
        font-size: 14px;
    }

    .voice .voice-p2 {
        width: 80%;
        font-size: 14px;
    }

    .voice h4 {
        font-size: 16px;
    }

    #prevention_p {
        width: fit-content;
        font-size: 18px;
    }

    #prevention_p_en {
        width: fit-content;
        font-size: 18px;
    }

    .countermeasure a {
        font-size: 14px;
    }

    .symptom img {
        width: 100%;
    }

    #countermeasure_shutten {
        width: 100%;
        font-size: 15px;
        text-align: right;
        padding-top: 10px;
    }

    #countermeasure_shutten a {
        font-size: 13px;
    }

    .s_04 .accordion_one .accordion_inner {
        padding: 30px 0;
    }

    .countermeasure h3 {
        font-size: 20px;
    }

    .summary li {
        width: 90%;
        margin: auto;
        font-size: 16px;
    }

    .glossary {
        width: 90%;
        margin: auto;
    }

    .glossary li {
        font-size: 22px;
        padding-left: 30px;
    }

    .glossary .number {
        width: 27px;
        font-size: 18px;
    }

    .glossary h3 {
        font-size: 23px;
        padding: 15px;
        padding-left: 40px;
    }

    .glossary h4 {
        font-size: 18px;
    }

    .glossary p {
        padding-bottom: 16px;
        text-align: left;
        font-size: 15px;
        width: 96%;
    }

    .glossary .table {
        width: 94.5%;
        font-size: 22px;
    }

    .glossary .komidashi_ja {
        padding-top: 90px;
    }

    #sitemap h4 a {
        font-size: 18px;
    }

    #sitemap .catWrap .linkWrap .linkList {
        font-size: 18px;
    }

    #sitemap .catWrap .linkWrap li {
        margin: 0 auto 15px auto;
    }

    #sitemap .catWrap {
        width: 100%;
        margin: 0 auto;
    }

    .biblio {
        width: 80%;
        margin: auto;
    }

    .biblio h3 {
        margin: 40px auto;
        font-size: 20px;
    }

    .biblio li {
        padding-bottom: 30px;
        width: 100%;
        margin: 0;
        word-wrap: break-word;
    }

    .glossary .komidashi_en {
        padding-top: 80px;
    }

    .biblio li,
    .biblio li a {
        font-size: 16px;
    }

    .environment {
        width: 80%;
        padding-top: 0;
    }


    .environment p {
        font-size: 14px;
    }

    .environment .environment-p {
        font-size: 14px;
    }

    .environment h3 {
        font-size: 22px;
    }

    .hamburger-span,
    .hamburger-span-en,
    .circle-bg2 {
        display: block;
    }

    .cp_ipselect {
        display: none;
    }

    .hamburger-span {
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .hamburger-span-en {
        position: absolute;
        right: 15px;
        top: 17px;
    }

    /*========= ナビゲーションのためのCSS ===============*/

    /*アクティブになったエリア*/
    #global_navi.panelactive {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 99;
        top: 0;
        width: 100%;
        height: 100vh;
    }

    #global_navi a {
        font-size: 22px;
    }

    /*丸の拡大*/
    .circle-bg {
        position: fixed;
        z-index: 3;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #fff;
        /*丸のスタート位置と形状*/
        transform: scale(0);
        /*scaleをはじめは0に*/
        right: -50px;
        top: -50px;
        transition: all .6s;
        /*0.6秒かけてアニメーション*/
    }

    .circle-bg.circleactive {
        transform: scale(50);
        /*クラスが付与されたらscaleを拡大*/
    }


    nav#global_navi.panelactive {
        margin-top: 120px;
        display: block;
        /*クラスが付与されたら出現*/
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cp_ipselect.panelactive {
        display: block;
        position: fixed;
        z-index: 99;
        width: 50%;
        top: 10px;
        left: 20px;
    }

    /*ナビゲーション*/
    #global_navi .gnavi {
        display: none;
        /*はじめは透過0*/
        /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
        position: absolute;
        z-index: 99;
        top: 600px;
        left: 50%;
        height: 1200px;
        transform: translate(-50%, -50%);
    }

    /*背景が出現後にナビゲーションを表示*/
    #global_navi.panelactive ul,
    .cp_ipselect.panelactive {
        display: block;
    }

    /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
    #global_navi.panelactive ul li,
    .cp_ipselect.panelactive {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        /*0.2 秒遅らせて出現*/
        animation-fill-mode: forwards;
        opacity: 0;
    }

    #global_navi ul li ul {
        width: 90%;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    /*リストのレイアウト設定*/
    #global_navi li {
        text-align: center;
        list-style: none;
    }

    #global_navi li a {
        color: #333;
        width: fit-content;
        margin: auto;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*=============================
            .btn-trigger
    =============================*/
    .btn-trigger {
        position: relative;
        width: 50px;
        height: 44px;
        z-index: 100;
        cursor: pointer;
        right: 5px;
    }

    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 80%;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
    }

    .btn-trigger,
    .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }

    .btn-trigger span:nth-of-type(1) {
        top: 5px;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 20px;
    }

    .btn-trigger span:nth-of-type(3) {
        bottom: 5px;
    }

    #btn08.active span:nth-of-type(1) {
        -webkit-transform: translateY(15px) rotate(-315deg);
        transform: translateY(15px) rotate(-315deg);
    }

    #btn08.active span:nth-of-type(2) {
        opacity: 0;
    }

    #btn08.active span:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(315deg);
        transform: translateY(-15px) rotate(315deg);
    }

    .cp_ipselect {
        height: 100px;
    }

    .gnavi li a::after {
        background-color: transparent;
    }

    nav li.has-child ul {
        position: static;
        visibility: visible;
        opacity: 1;
        background: #fff;
        margin: auto;
    }

    nav ul li.has-child::before {
        display: none;
    }

    .gnavi li.has-child a::before {
        content: '';
        position: absolute;
        margin-left: -25px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        top: 23px;
    }
    
    .gnavi li.has-child ul li a::before {
        display: none;
    }

    .gnavi .has-child ul li a.current {
        background-color: transparent;
    }

    .gnavi .has-child ul li a:hover {
        background-color: transparent;
    }
    
    
    
    /*  次のページ  */

    .top-page a.btn-border_after,
    .top-page-name p.page-name-next {
        margin-right: 35px;
    }

    .btn,
    a.btn,
    button.btn {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        margin-top: 50px;
        border-radius: 0.5rem;
    }

    a.btn-border_before {
        color: #0481A2;
        padding-right: 2rem;
    }



    a.btn-border_before:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        line-height: 30px;
        width: 30px;
        height: 30px;
        content: '\f060';
        -webkit-transform: translateX(-460%) translateY(.8rem);
        transform: translateX(-460%) translateY(.8rem);
        color: #fff;
        border-radius: 50%;
    }

    a.btn_before_en {
        padding-right: 2rem;
    }

    a.btn_before_en:before {
        -webkit-transform: translateX(-440%) translateY(.9rem);
        transform: translateX(-440%) translateY(.9rem);
    }


    a.btn-border_after {
        color: #0481A2;
        padding-left: 2.1rem;
    }


    a.btn-border_after:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        line-height: 30px;
        width: 30px;
        height: 30px;
        content: '\f061';
        -webkit-transform: translateX(460%) translateY(.8rem);
        transform: translateX(460%) translateY(.8rem);
        color: #fff;
        border-radius: 50%;
    }

    a.btn_after_en {
        padding-left: 2.1rem;
    }

    a.btn_after_en:before {
        -webkit-transform: translateX(440%) translateY(.9rem);
        transform: translateX(440%) translateY(.9rem);
    }


    .page-name-plev {
        font-size: 1rem;
        margin-left: 35px;
        width: 170px;
        text-align: center;
        padding-top: 10px;
    }

    .page-name-next {
        font-size: 1rem;
        margin-right: 35px;
        width: 176px;
        text-align: center;
        padding-top: 10px;
    }

    /*リンクの形状(top)*/
    #top-page-top a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #7BA7C2;
        border-radius: 5px;
        width: 50px;
        height: 50px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.6rem;
        transition: all 0.3s;
        border-radius: 50%;
        opacity: .95;
    }


    #top-page-top a:hover {
        background: #B9BABB;
    }

    #top-page-top a img {
        width: 40px;
        bottom: 5px;
    }

    /*リンクを右下に固定*/
    #top-page-top {
        position: fixed;
        right: 7px;
        bottom: 30px;
        z-index: 2;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
    }

    /*　上に上がる動き　*/

    #top-page-top.UpMove {
        animation: UpAnime 0.5s forwards;
    }

    /*　下に下がる動き　*/

    #top-page-top.DownMove {
        animation: DownAnime 0.5s forwards;
    }

    /*リンクの形状(top以外)*/
    #page-top a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #84B7D9;
        border-radius: 5px;
        width: 50px;
        height: 50px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.6rem;
        transition: all 0.3s;
        border-radius: 50%;
        opacity: .95;
    }


    #page-top a:hover {
        background: #a9c5d9;
    }

    #page-top a img {
        width: 40px;
        bottom: 5px;
    }

    /*リンクを右下に固定*/
    #page-top {
        position: fixed;
        right: 5px;
        bottom: 25px;
        z-index: 2;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
    }

    .s_04 {
        margin: 50px auto auto auto;
        width: 93%;
    }

    .s_04 .accordion_one .accordion_header {
        padding: 20px 10px;
    }

    .s_04 .accordion_one .accordion_header h3 {
        font-size: 18px;
        margin: 12px 0;
    }
    
    .symptom_first ul li {
        width: 220px;
        margin: auto;
        text-align: left;
    }

    .symptom li {
        font-size: 16px;
    }
    
    .symptom td {
        font-size: 14px;
    }
    
    .symptom tr {
        display: block;
    }
    
    .symptom p {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    @media screen and (max-width: 415px) {

        .page-name-plev {
            margin-left: 34.5px;
        }

        .page-name-next {
            margin-right: 34.5px;
        }

        .btn,
        a.btn,
        button.btn {
            font-size: 14px;
        }

        div a.btn-border_before {
            padding: 1rem 2rem 1rem 3rem;
        }

        a.btn-border_before:before {
            right: -20px;
        }

        div a.btn-border_after {
            padding: 1rem 3rem 1rem 2rem;
        }

        a.btn-border_after:before {
            left: -20px;
        }
    }

    @media screen and (max-width: 381px) {

        .page-name-plev,
        .page-name-next {
            margin: auto;
            font-size: 15px;
        }

        .glossary .table {
            width: 93%;
        }

        .btn,
        a.btn,
        button.btn {
            font-size: 13px;
        }

        div a.btn-border_before {
            padding: 1rem 1.2rem 1rem 2.5rem;
        }

        a.btn-border_before:before {
            right: -40px;
        }

        div a.btn-border_after {
            padding: 1rem 2.5rem 1rem 1.2rem;
        }

        a.btn-border_after:before {
            left: -40px;
        }
    }

    @media screen and (max-width: 328px) {

        .glossary .table {
            width: 92%;
            font-size: 22px;
        }

        .symptom li {
            font-size: 14px;
        }

        #cause p {
            width: 93%;
        }

        .page-name-plev,
        .page-name-next {
            margin: auto;
            font-size: 15px;
        }

        .btn,
        a.btn,
        button.btn {
            font-size: 13px;
        }

        div a.btn-border_before {
            margin-left: 20px;
            padding: 1rem 1.2rem 1rem 2.5rem;
        }

        a.btn-border_before:before {
            right: -40px;
        }

        div a.btn-border_after {
            margin-right: 20px;
            padding: 1rem 2.5rem 1rem 1.2rem;
        }

        a.btn-border_after:before {
            left: -40px;
        }
    }
}
