/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    /* 16px*/
    line-height: 2;
}

img {
    white-space: pre;
    image-rendering: -webkit-optimize-contrast;
}

#main-topic {
    margin-top: 80px;
    font-size: 2.5rem;
    font-weight: bold;
}

#main-topic h2 {
    font-size: 2.6rem;
    margin-top: 20px;
    text-align: left;
    color: #212529;
    font-weight: bold;
}

a {
    transition: color .3s ease
}

a:hover:not(#non-opacity) {
    opacity: .6;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 15% !important;
    left: 20px !important;
    /* right: 0px !important; */
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}


/* IE10 */

@media all and (-ms-high-contrast:none) {
    .row {
        width: 1200px;
        margin: 0 auto;
    }
    .container {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}

p {
    font-size: 1.5rem;
}

#openModal img,
#sample-col img {
    border: 1px solid #999;
}


/* .bar_denkyu {
    padding-bottom: 61px;

  }



  .container {
    padding-right: 3px;
    padding-left: 3px;
  }

  #sc-shinka {
    margin: 0 auto;
    width: 91%;
    padding:0px;
  } */


/* スマホのみ問い合わせボタンを表示させる */

@media only screen and (max-width: 750px) {
    #contact-sp {
        font-size: 24px;
        margin: 0 auto;
        color: white;
        font-weight: bold;
    }
    #page-top {
        position: fixed;
        bottom: 0px;
        /* right: 20px; */
        font-size: 77%;
        width: 100%;
        display: block !important;
        background-color: rgba(28, 156, 196, 0.6);
        margin-left: 0px !important;
    }
    #page-top a {
        text-decoration: none;
        color: #fff;
        padding: 8px 0 1px 0;
        text-align: center;
        display: block;
        transition: all 0.5s;
    }
    #page-top a:hover {
        text-decoration: none;
        opacity: 0.4;
        filter: brightness(110%);
        background-color: rgba(28, 156, 196, 0.6);
    }
    /* #analyze-main img {
        width: 300px;
    } */
}

body {
    padding-top: 0;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

li {
    list-style-type: none;
}

h2 {
    /* font-weight: bold; */
    letter-spacing: 0.2rem;
    padding-top: 30px;
    /* color: #056a92; */
    text-align: center;
}

hr {
    /* border-color: #f00;
  border-width: 5px; */
    width: 90%;
}


/* 汎用クラス */

.max-width100 img {
    max-width: 100%;
    height: auto
}

.b {
    font-weight: bold;
}

.bg_white {
    background: #fff;
}

.bg_blue {
    background: #def4ff;
    padding: 0px 0 30px 0;
    margin: 50px 0 0 0;
}

.bg_grey {
    background: #e9eef0;
    padding: 50px 0;
    margin: 50px 0;
}

.orange {
    color: #f60;
}

.red {
    color: #f45434;
}

.blue {
    color: #1c9cc4;
}

.light-blue {
    color: #00abe1;
}

.light-purple {
    color: #5d99ff;
}

.btn_blue {
    background: #87b2c2;
    border: solid 1px #87b2c2;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 15px 50px;
}

.circle {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
}

.gray_circle {
    background: #ebf0f2;
    border: solid 1px #eee;
    border-radius: 10px;
}

.fs_large {
    font-size: 3.5rem;
    font-weight: bold;
}

.fs_xlarge {
    font-size: 5rem;
    font-weight: bold;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt50 {
    margin-top: 50px;
}


/* overwrite bootstrap */

.card {
    border: none;
}

img.card-img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}

h3.card-title {
    font-size: 2rem;
    font-weight: bold;
}

.card-body {
    padding-top:
}


/* 汎用クラス ここまで */


/* グローバルメニュー ここから */

nav#pc {
    display: none;
}


/* ロゴ */

#logo {
    max-width: 40px;
}

@media (min-width: 992px) {
    /* 992px以上*/
    #logo {
        max-width: 220px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 1rem;
}

.navbar-light .navbar-toggler-icon {
    height: 30px;
    width: 30px;
}

.img-box {
    position: relative;
}


/* 電話問い合わせ */

#icon_tel {
    max-width: 290px;
}


/* フォーム問い合わせ */

#icon_form {
    max-width: 111px;
}


/* ボタンのホバー設定 */


/* 問い合わせメニュー */

ul#contact {
    display: flex;
    max-width: 335px;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    ul#contact {
        display: flex;
        margin-bottom: 0;
        max-width: 100%;
    }
}


/* グローバルメニュー ここまで */


/* メインビジュアル ここから */


/* 集団分析が必要不可欠です */


/* #main_img {
  width: 600px;
  text-align: center;
  margin: 0 auto;
}

#main_img img{
  margin: 0 auto;
} */

#analyze-main {
    margin: 0 auto !important;
}

#analyze_main {
    /* width: 500px; */
    margin: 0 auto;
}

#total_support {
    margin-bottom: 10px;
}

#total_support h3 {
    color: #056a92!important;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.6rem;
}

#total_support h3 {
    font-size: 3rem;
    font-weight: bold;
}

#total_support span {
    color: #c86c73;
    font-weight: bold;
}

#total_support img {
    display: block;
    margin: 0px auto;
    width: 100%
}

img.syuudanbunseki-img {
    display: block;
    margin: 25px auto;
    max-width: 90%;
}

@media screen and (min-width: 992px) {
    #total_support img {
        width: 80%;
    }
    #sp_pg0 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

#total_support p {
    line-height: 3rem;
    text-align: center;
}

#sign {
    margin: 30px 0;
    text-align: center;
}

#sign img {
    display: inline-block;
    margin: 0 0 0 20px;
    max-width: 200px;
}


/* フッター */

footer {
    background: #e0f5ff;
    color: #333;
    /* margin-top: 30px; */
    padding: 0;
}

#copy {
    background: #87b2c2;
    color: #fff;
    padding: 20px 0 10px;
    text-align: center;
}


/* フッター ここまで */


/* 青背景のスペーサー */

#spacer {
    margin-bottom: 70px;
    padding: 30px;
}


/* 青背景のスペーサー ここまで */

ul.anchor a {
    font-size: 2.2rem;
}


/* 集団分析 */

.col-md-12 {
    margin: 0 auto;
    border: 1px soild gray;
    border: solid 1px gray;
    border-radius: 8px
}

#main703 {
    margin: 0 auto;
    /* text-align: left; */
    /* height: auto; */
    /* line-height: 40px; */
    font-size: 1.6em;
    /* font-weight: bolder; */
    /* text-indent: 33px; */
    font-family: "Meiryo UI", "メイリオ", Osaka-mono, monospace;
    color: #000;
    /* background-image: url(../img/h2-icon.png);
  background-repeat: no-repeat;
  background-position: 5px 25px; */
}

.main634_text2 {
    width: 70%;
    margin: 0 auto;
    border: solid 1.5px #dee2e6;
    border-radius: 20px;
    padding: 8px;
}

#sc_analyze_img {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    text-align: center;
}

#analyze-images {
    width: 70%;
}


/* ドクタートラストの集団分析６つの特徴 ここから*/

@media screen and (max-width: 640px) {
    /* 640px以下*/
    #analyze_feature img {
        /* padding: 10px 0; */
    }
    #analyze_feature {
        text-align: center;
    }
}

.analyze_feature_item {
    width: 250px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    padding: 0 20px;
}

.analyze_feature_item img {
    /* max-width: 100%; */
    padding: 30px 0 8px 0;
}

.analyze_feature_item h3 {
    color: #ffa500;
    padding: 5px 0 10px 0;
    /* #EA5514; */
}

a.to_analyze_service_btn {
    background: #175595;
    border: solid 2px #175595;
    border-radius: 3px;
    color: #fff;
    display: block;
    max-width: 208px;
    padding: 5px;
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: center;
    transition: 0.3s ease-in-out;
    line-height: 1.4;
}

a.to_analyze_service_btn:hover {
    background: #fff;
    text-decoration: none;
    border: solid 2px #175595;
    color: #175595;
    font-weight: bold;
    opacity: 1;
}


/* ドクタートラストの集団分析６つの特徴 ここまで*/


/* 集団分析でこんなことがわかります　ここから */

@media screen and (max-width: 640px) {
    /* 640px以下*/
    #analyze_contents img {
        width: 100%;
    }
}


/* 集団分析でこんなことがわかります　ここまで */


/* 選ばれえる4つの理由 */

img.reason {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    img.reason {
        padding: 20px 0;
    }
}

img.reason+p {
    text-align: left;
    font-size: 9px;
    line-height: 14px;
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    img.reason+p {
        font-size: 1.5rem;
        line-height: 19px;
    }
}

.top_show_pc {
    display: block
}

.top_show_sp {
    display: none
}

@media screen and (max-width:640px) {
    .top_show_pc {
        display: none
    }
    .top_show_sp {
        display: block
    }
}


/* 選ばれえる4つの理由 */


/* ストレスチェックの真価は、「集団分析」にあります */

.bar_denkyu {
    height: 25px;
    background-image: url(../img/bar_denkyuu.png);
    background-repeat: no-repeat;
    padding-left: -1px;
    /* line-height: 30px; */
    text-indent: 1.7em;
    font-size: 18px;
    font-weight: bold;
    color: #7C5F4C;
    padding-bottom: 40px;
}

#analysis_topbanner {
    margin-top: 28px;
    max-width: 100%;
}

#dl-fukidashi {
    margin: 0 auto;
}

#dl-fukidashi img {
    display: block;
    margin: 0px auto;
    width: 60%;
}

@media screen and (max-width: 640px) {
    /* 640px以下*/
    #dl-fukidashi img {
        width: 100%;
    }
}

#sc-shinka {
    margin: 0 auto;
    width: 73%;
    padding-right: 16px;
}

#sc-txt {
    padding: 10px;
    font-size: 14px;
}

#syudanbunseki {
    text-align: right;
    margin: 45px auto;
    padding-top: 10px;
}

#syudanbunseki img {
    width: 100px;
}

#necessary {
    padding: 30px 0px;
    width: 80%;
}

#necessary h3 {
    color: #001959;
    font-weight: bold;
}

#necessary p {
    width: 80%;
}

.sample-section {
    padding: 45px 0px;
}

#sample {
    /* padding: 20px;
  width: 84%; */
    margin: 0 auto;
}

#sample-col {
    padding: 0;
}

#sample img {
    /* width: 90%; */
    /* border: solid 2px gray; */
    /* margin:20px 0 10px 0; */
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 36%);
}

#point_txt {
    background-color: #f6fcff;
    border: solid 1px #b3d7ff;
    padding-top: 10px;
}

#point_txt img {
    width: 100px;
}


/* 職場環境改善につながる集団分析 ここから */

.sc_analyze_section_container {
    max-width: 1100px;
}

@media screen and (max-width: 768px) {
    .sc_analyze_section_container {
        padding: 0!important;
    }
}

.sc_analyze_btn {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    margin: 10px;
    width: 275px;
    padding: 11px 30px;
    text-align: center;
    line-height: 1.3;
}

.sc_analyze_btn:hover {
    color: #fff;
}

.sassi_close {
    /* right: 8rem!important; */
}

@media screen and (max-width: 850px) {
    .sassi_close {
        right: 1rem;
    }
}

.analyze_free {
    max-width: 100%;
}

.analyze_free::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 350px;
    background-image: url(../../img/analyze_free.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* vertical-align: middle; */
    top: 72px;
    left: -267px;
}

.analyze_free img {
    max-width: 100%
}

@media (max-width: 1000px) {
    #openModal img {
        margin-right: -166px;
    }
}

@media screen and (max-width: 768px) {
    .sc_analyze_btn {
        max-width: 90%;
    }
    .openModal img {
        margin-right: -135px;
        max-width: 100%;
    }
    .analyze_free::before {
        width: 80%;
        top: -5px;
        left: -50%;
    }
}

.analyze_sample_section {
    text-align: center;
    margin-top: 100px;
}

.analyze_sample_section_title {
    margin-bottom: 30px
}

.sample-section {
    /* padding: 45px 0; */
    text-align: center;
    /* font-size: 3rem; */
    font-weight: normal;
}

.sample-section h2 {
    font-size: 3rem;
    letter-spacing: 3px;
    font-weight: normal;
}

.sample-section h2 span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.sc_analyze_section {
    margin-top: 70px;
}

#sample-col p {
    font-size: 14px;
    text-align: left;
    padding-left: 17px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    #sample-col p {
        line-height: 1.4;
        padding-left: 0;
    }
    .sc_analyze_check::after {
        /* display: none!important; */
    }
}

.sc_analyze_check {
    color: red;
}

.sc_analyze_check::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../../img/sc_analyze_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -20px;
    margin-left: 6px;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .sc_analyze_check::after {
        position: absolute;
    }
    #sample-col p {
        margin-top: 16px;
    }
}

@media screen and (max-width:640px) {
    #analyze_feature {
        text-align: center
    }
}


/* @media screen and (min-width: 1100px) {
    .analyze_feature_item {
        width: 250px;
    } */

.analyze_feature_item {
    width: 250px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    padding: 0 20px;
    letter-spacing: -2 !important
}

.analyze_feature_item img {
    padding: 30px 0 8px 0
}

.analyze_feature_item h3 {
    color: orange;
    padding: 5px 0 10px 0
}

a.to_analyze_service_btn {
    background: #175595;
    border: solid 2px #175595;
    border-radius: 3px;
    color: #fff;
    display: block;
    max-width: 208px;
    padding: 5px;
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: center;
    transition: .3s ease-in-out;
    line-height: 1.4
}

a.to_analyze_service_btn:hover {
    background: #fff;
    text-decoration: none;
    border: solid 2px #175595;
    color: #175595;
    font-weight: bold;
    opacity: 1
}


/* .balloon1-left:before {
    content: "";
    position: absolute;
    top: 85%;
    left: -30px;
    margin-top: -15px;
    border: 9px solid transparent;
    border-right: 31px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(-24deg)
}
@media screen and (max-width:640px) {
    .balloon1-left {
        margin: 10px 0;
        padding: 30px
    }
    .balloon1-left:before {
        content: "";
        position: absolute;
        top: -2%;
        left: 55px;
        margin-top: -15px;
        border: 9px solid transparent;
        border-right: 31px solid #fff;
        -webkit-transform: rotate(35deg);
        transform: rotate(118deg)
    }
}
.balloon1-left p {
    margin: 0;
    padding: 0
} */

a.to_analyze_service_btn {
    background: #175595;
    border: solid 2px #175595;
    border-radius: 3px;
    color: #fff;
    display: block;
    max-width: 208px;
    padding: 5px;
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: center;
    transition: .3s ease-in-out;
    line-height: 1.4
}

a.to_analyze_service_btn:hover {
    background: #fff;
    text-decoration: none;
    border: solid 2px #175595;
    color: #175595;
    font-weight: bold;
    opacity: 1
}

#sample-col {
    padding: 16px;
}

@media screen and (max-width: 992px) {
    #sample-col {
        max-width: 333px;
        margin: 0 auto;
    }
    #sample-col {
        padding: 0 0 40px 0;
    }
}

#sample img {
    max-width: 90%;
    /* border: solid 2px gray; */
    height: auto;
    box-shadow: 10px 12px 5px -9px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 768px) {
    #sample img {
        max-width: 333px;
        /* width: 100%; */
    }
}


/* モーダルCSS */

.modalArea {
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 100%;
}

@media (max-width: 922px) {
    .modalWrapper {
        width: 90%;
    }
}

.closeModal {
    position: absolute;
    top: -5.5rem;
    right: 1rem;
    cursor: pointer;
    color: #fff;
    font-size: 3rem;
}

@media screen and (max-width:1300px) {
    .sc_analyze_renewal_txt {
        font-size: 1.5rem;
        width: 70%;
    }
    .sc_analyze_renewal_txt span {
        font-size: 1.5rem;
    }
    .sc_farstview_contents h1 {
        font-size: 2rem!important;
    }
    .sc_farstview_contents p {
        font-size: 1.5rem!important;
        width: 80%;
        margin: 0 auto;
    }
}


/* .sc_analyze_renewal_dl_parents {
    position: relative;
} */

.sc_analyze_renewal_dl {
    position: absolute;
    top: 37%;
    right: 22%;
    max-width: 300px;
}

.sc_analyze_renewal_container {
    margin-top: 30px;
}

.sc_analyze_renewal {
    padding-top: 10px;
    padding-bottom: 60px;
    max-width: 100%;
}


/* 職場環境改善につながる集団分析　ここまで */


/* 集団分析結果報告サービスを利用した企業さまの声 */

.sc_customer_voice {
    width: 95%;
    margin: 0px auto 80px auto;
}

.customer_service {
    padding: 30px 0;
    width: 34%;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    /* 640px以下*/
    .sc_customer_voice {
        width: 100%;
    }
    .customer_service {
        width: 63%;
        justify-content: center;
    }
}

.customer_wrapper {
    width: 90%;
    margin: 0 auto;
}

.customer_service h3 {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    padding-left: 30px;
    color: rgb(31, 31, 31);
}

.customer_service h3:before {
    content: '';
    position: absolute;
    bottom: -9px;
    display: inline-block;
    width: 103px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #268da7;
    border-radius: 2px;
}

.customer_service ul {
    padding-left: 134px;
}

@media screen and (max-width: 640px) {
    /* 640px以下*/
    .customer_service ul {
        padding-left: 0;
    }
}

.customer_service li {
    list-style-type: disc;
}


/* 担当者のコメント */

.dt_comment {
    width: 85%;
    margin: 10px auto;
    padding: 40px;
    border-radius: 7px;
}

.balloon1-left span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}


/* 吹き出し */

.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    padding: 50px;
    min-width: 120px;
    max-width: 100%;
    /* color: #555; */
    font-size: 16px;
    background: #fff;
    border-radius: 7px;
}

.balloon1-left:before {
    content: "";
    position: absolute;
    top: 85%;
    left: -30px;
    margin-top: -15px;
    border: 9px solid transparent;
    border-right: 31px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(-24deg);
}

@media screen and (max-width: 640px) {
    .balloon1-left {
        margin: 10px 0px;
        padding: 30px;
    }
    .balloon1-left:before {
        content: "";
        position: absolute;
        top: -2%;
        left: 55px;
        margin-top: -15px;
        border: 9px solid transparent;
        border-right: 31px solid #fff;
        -webkit-transform: rotate(35deg);
        transform: rotate(118deg);
    }
}

.balloon1-left p {
    margin: 0;
    padding: 0;
    text-align-last: left;
}


/* 資料詳細ボタン */

.btn {
    display: block;
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    font-size: 2rem;
    /* letter-spacing: .10rem; */
    border: 0;
    margin: 0 auto 20px auto;
    max-width: 390px;
    text-align: center;
}

.btn-primary {
    background-color: #00a7c4;
}

.btn-primary:hover {
    background-color: #0098b3;
}

.btn-primary:focus {
    background-color: #0098b3;
    color: white;
}

.btn-primary:active {
    background-color: #467370 !important;
}

.fa-caret-square-right {
    color: #6699cc;
    display: inline-block;
    margin-right: 10px;
}

.fa-square-full {
    color: #56a2e1;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.8em
}

#award {
    padding-top: 50px;
}

#trophy {
    padding-top: 30px;
}

.card {
    border: none;
}

.main703 {
    width: 703px;
    margin-left: 12px;
    margin-top: 10px;
    height: auto;
    background-image: url(../images/main703-bgtop.png);
    background-position: top;
    float: left;
    margin-bottom: 8px;
    overflow: hidden;
}

.main703 .main_text {
    margin: 1em 2em 1em;
    font-size: 12px;
    line-height: 1.7em;
    overflow: hidden;
}

.main_text {
    height: auto;
    width: auto;
    float: left;
    padding-top: 1em;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.main634 {
    width: 634px;
    margin-top: 10px;
    height: auto;
    background-image: url(../images/main634-bgtop.png);
    background-position: top;
    float: left;
    clear: both;
    overflow: hidden;
}

.main634btm {
    width: 634px;
    height: 12px;
    background-image: url(../images/main634-bgbtm.png);
    background-position: top;
    background-repeat: no-repeat;
    float: left;
    background-color: #FFF;
}

*/ @media (min-width: 1200px) {
    .anchors {
        display: none;
    }
}


/* スマホの問い合わせフォーム*/


/* #sp-contact {
    display: none !important;
}

@media screen and (max-width: 768px) {
    ul#contact {
        display: flex;
        margin-bottom: 0;
        max-width: 100%;
    }
    #sp-icon_tel {
        max-width: 290px;
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    #sp-icon_mail {
        max-width: 290px;
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    #sp_mail,
    sp_tel {
        padding: 0;
    }
    #sp-contact {
        position: fixed;
        bottom: 0px;
        font-size: 77%;
        width: 100%;
        display: block !important;
        margin-left: 0px !important;
    }
    #sp-contact a {
        text-decoration: none;
        color: #fff;
        padding: 8px 0 1px 0;
        text-align: center;
        display: block;
        transition: all 0.5s;
    }
    #sp-contact a:hover {
        text-decoration: none;
        filter: brightness(110%);
    }
    #sp_tel,
    #sp-tel {
        margin: 0 auto;
        padding: 0 !important;
    }
    #sp-contact-row {
        margin: 0;
    }
} */