/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    /* 16px*/
    line-height: 2;
}

h1 {
    font-size: 36px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
    /* 24px~36pxで可変*/
    line-height: 1.3;
}

h2 {
    font-size: 24px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
    /* 20px~24pxで可変*/
    line-height: 1.3;
}

@media (min-width: 1200px) {
    /* 1200px以上*/
    h1 {
        font-size: 2.6rem;
        /* 36px*/
    }
    h2 {
        font-size: 2.8rem;
        /* 24px*/
    }
}

@media screen and (max-width: 640px) {
    /* 640px以下*/
    body {
        line-height: 2;
    }
    h1 {
        font-size: 2.4rem;
        /* 24px*/
    }
    h2 {
        font-size: 2rem;
        /* 20px*/
    }
}

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.6rem;
    padding-top: 30px;
}

hr {
    border-left: solid 1px;
    border-color: #f00;
    border-width: 5px;
    width: 90%;
}


/* 汎用クラス */

.b {
    font-weight: bold;
}

.bg_white {
    background: #fff;
}

.bg_blue {
    background: #fff;
    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: #1ea5e8;
    border: solid 1px #1ea5e8;
    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;
}

.txt_blue {
    background-color: #eff;
    text-align: left;
    padding: 15px;
}

.bg-red {
    background-color: #fee;
    text-align: left;
    padding: 15px;
}


/* スマホのみ問い合わせボタンを表示させる */

@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);
    }
    #sp_tel,
    #sp-tel {
        margin: 0 auto;
        padding: 0 !important;
        /* padding-right: 24px; */
    }
    #analyze-main img {
        width: 300px;
    }
}


/* 汎用クラス ここまで */


/* グローバルメニュー ここから */

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;
}


/* ボタンのホバー設定 */

.img-box .active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s; // ゆっくり
}

.img-box:hover .active {
    opacity: 1;
}

.navbar-inverse {
    background-color: rgba(28, 156, 196, 0.6) !important;
    padding: 0;
}

nav .container {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.navbar-nav li a {
    color: #fff;
    display: inline-block;
    padding: 10px;
}

ul.navbar-nav li:last-child a {
    margin-right: 0;
}

#nav-item a:hover {
    opacity: 1;
}


/* #navbarSupportedContent{
  background-color: rgba(28, 156, 196, 0.6);
} */


/* 問い合わせメニュー */

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%;
    }
}


/* グローバルメニュー ここまで */


/* メインビジュアル ここから */

.jumbotron {
    background: url('../img/TOP_sp.png') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0;
    color: #fff;
    margin-bottom: -100px;
    padding: 180px 0 150px;
    text-align: center;
}

@media (min-width: 768px) {
    /* 768px以上*/
    .jumbotron {
        background: url('../img/TOP.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
        margin-bottom: 50px;
        padding: 180px 0 370px;
    }
}

.jumbotron h1 {
    font-weight: bold;
    line-height: 5rem;
}

.jumbotron p {
    line-height: 3rem;
    margin-top: 20px;
}

#wrapper_performance {
    position: relative;
    top: -25px;
}

#fukidashi {
    background: #fff;
    border-radius: 20px;
    color: #f45434;
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    left: 14%;
    margin: 10px auto;
    padding: 20px 0;
    position: relative;
    width: 35%;
    text-align: center;
    top: -20px;
}

#fukidashi:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -30px;
}

#img_device {
    width: 100%;
    max-width: 500px;
}


/* メインビジュアル ここまで */


/* 資料請求フォームへリンク ここから */


/*span.one_minute {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}*/

img.img_one_minute {
    display: block;
    margin: 0 auto 20px;
    width: 200px;
}

img#point_for_select {
    display: block;
    margin: 20px auto 0;
    width: 90%;
}


/* 資料請求フォームへリンク ここまで */


/*実績 ここから */

#performance>.row {
    margin: 50px 0;
}

img.performance {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

img#energy {
    display: block;
    margin: 0 auto 30px;
    max-width: 500px;
    width: 100%;
}

#performance>h2 {
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 30px;
}

#performance>p {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}

.fa-square-full {
    color: #56a2e1;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.8em
}


/*実績 ここまで */


/* 選ばれる理由 ここから */

img.reason {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

img.reason+p {
    font-size: 1.4rem;
    /*font-weight: bold;*/
    line-height: 25px;
    margin-top: 30px;
    text-align: center;
}


/* 769px以上*/


/*@media (min-width: 769px) {
    img.reason + p {
        margin-left: -35px;
    }
}*/

.col-md-4 p {
    /*padding: 30px 20px 0px;*/
}


/* 選ばれる理由 ここまで */


/* 見積もりシミュレーション ここから */

#simulation_form form {
    position: relative;
}

#ninzu {
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 2rem;
    height: 55px;
    margin-left: 20px;
    margin-top: -5px;
    padding: 0px 0px 0 0px;
    width: 90%;
}

.radio_wrapper {
    border: solid 1px #fff;
    padding: 10px;
    width: 90%;
    margin-left: 20px;
    background: #fff;
    border-radius: 10px;
}

.form_num {
    font-size: 2.5rem;
    padding-left: 20px;
}

input[type=radio]:checked+label {
    font-weight: bold;
}


/*お見積りボタン*/

#mitsumori {
    /*background: #1c9cc4;*/
    border: solid 2px #1180ad;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    margin: 30px auto;
    max-width: 250px;
    padding: 20px 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,20a0d4+10,20a0d4+87,3face2+94,99d2ff+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #20a0d4 10%, #20a0d4 87%, #3face2 94%, #99d2ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #20a0d4 10%, #20a0d4 87%, #3face2 94%, #99d2ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #20a0d4 10%, #20a0d4 87%, #3face2 94%, #99d2ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#99d2ff', GradientType=0);
    /* IE6-9 */
}

#simulation+p {
    margin: 20px 0 70px;
    text-align: center;
}

#price {
    color: #f45434;
    display: block;
    /*display: none;*/
    font-size: 4rem;
    text-align: center;
    /*text-align: right;*/
    /*padding-right: 60px;*/
}

#zeinuki {
    color: #000;
    /*display: block;*/
    font-size: 2rem;
}


/* 見積もりシミュレーション ここまで */


/* 料金一覧表 */

@media screen and (min-width: 768px) {
    /* 768px以上 */
    .table-responsive {
        display: table;
    }
}

#price_list th,
#price_list td {
    border: solid 1px #666;
    padding: 10px;
    text-align: center;
}

#price_list tbody tr:nth-child(even) td {
    background: #eee;
}

.th_red {
    background: #fee;
}

.th_blue {
    background: #eff;
}

.sub_text {
    font-weight: normal;
    margin-top: -3px;
}

#price_list+ul {
    padding: 0;
    margin: 20px 0 40px;
}


/* 料金一覧表 ここまで */


/* 選べる設問数 */


/*#question .row div {
    background: #fff;
    border: solid 1px #999;
    padding: 30px 0 50px;
    text-align: center;
}

#question .row div:first-child {
    border-bottom: none;
    padding-bottom: 55px;
}
@media (min-width: 768px) {
    #question .row div:first-child {
        border-bottom: solid 1px #999;
        border-right: none;
    }
}*/

#diff_wrapper {
    /* background: #fff;
  border: solid 1px #666; */
    padding: 20px;
}

#diff_or {
    display: inline-block;
    font-size: 5rem;
    margin: 0 30px;
}

#question img#stresscheck_image {
    display: block;
    margin: 50px auto;
    width: 80%;
}

#show_diff {
    background: #0cf;
    border: 0;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: .3rem;
    margin: 0 auto;
    padding: 10px 50px;
}

#diff {
    display: none;
}

#diff_table {
    margin: 30px auto;
    border-right: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
    letter-spacing: 1px;
}

#question table {
    background: #fff;
    width: 100%;
    border: solid 1px #d9d9d9;
}

#main-img {
    text-align: center;
}

#question tr,
#question th,
#question td {
    border-right: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
    font-weight: normal;
    padding: 20px;
    /* text-align: center; */
}

#none {
    background-color: : white;
}

#question th:nth-child(1),
#question td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    letter-spacing: 2;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

#question th span {
    display: block;
    font-size: 3rem;
    margin-bottom: -2rem;
}


/* 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;
}

h3#recommend {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+50,efefef+50,dddddd+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 50%, #dddddd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 50%, #dddddd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 50%, #efefef 50%, #dddddd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
    /* IE6-9 */
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #0f490c;
    font-weight: bold;
    margin: 50px 0 30px;
    padding: 10px 10px 10px 15px;
}

h3#recommend:before {
    content: '';
    border-left: solid 5px #328Bf9;
    border-radius: 10px;
    margin-right: 10px;
}

h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 20px 0;
    /*padding: 10px;*/
    text-shadow: 2px 2px 0px #dbebf8;
    text-align: center;
}

h5 {
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    /* background-image: url(../img/sub_title.gif);
  background-repeat: no-repeat;
  background-position: 1px 1px; */
    /* text-indent: 20px; */
    border-bottom: solid #6699cc;
}

h5:before {
    /* content: '●';
  color: #fff;
  margin-right: 10px; */
}


/* h5+.card {
  border-bottom: dashed 1px #666;
  margin-bottom: 50px !important;
} */

img.nayami {
    max-width: 150px;
}

h6 {
    color: #ea5654;
    font-size: 2rem;
    font-weight: bold;
}

.fa-lightbulb {
    color: #f8f62f;
    display: inline-block;
    margin-right: 10px;
    text-shadow: 2px 2px 0px #dbebf8;
}


/* 選べる設問数 ここまで */


/* 含まれるサービス */

#service h2 {
    margin-bottom: 0;
}

#service .row div {
    text-align: center;
}

#service p {
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
    position: relative;
    top: 15.5rem;
    /*left: 2rem;*/
}

@media screen and (max-width: 450px) {
    /* 450px以下 */
    #service p {
        font-size: 2rem;
        font-weight: bold;
        line-height: 3rem;
        top: 14rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* 768px～991px */
    #service p {
        font-size: 2rem;
        font-weight: bold;
        line-height: 3rem;
        top: 10.5rem;
    }
}


/*#service img {
    width: 100%;
}*/

#service ul {
    margin-top: 30px;
    padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* 768px～991px */
    #service ul {
        margin-top: 90px;
    }
}

@media screen and (min-width: 992px) {
    /* 992px以上 */
    #service ul {
        margin-top: 120px;
    }
}

@media screen and (min-width: 1200px) {
    /* 992px以上 */
    #service ul {
        margin-top: 137px;
    }
}

#service ul li {
    margin-bottom: 49.5px;
}

#service ul li span {
    border: solid 1px #1ea5e8;
    border-radius: 30px;
    box-shadow: 7px 7px 1px 0px #b7e4fa;
    display: inline-block;
    /*font-size: 2.5rem;*/
    font-weight: bold;
    padding: 20px 0;
    width: 100%;
}


/*#service_support {
    background: url('../img/DTSC_support.png') no-repeat;
    background-size: contain;
    font-size: 3rem;
    font-weight: bold;
    height: 578px;
    padding-top: 150px;
    width: 555px;
}*/

#service_support .bg_img {
    margin-right: -5px;
    margin-left: -15px;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}


/* 含まれるサービス ここまで */


/* 実施までの流れ */

#flow .row {
    /*    display: flex;
    justify-content: space-between;*/
}

#flow h3 {
    margin-bottom: 20px;
    text-align: center;
}

#flow .bg_img {
    margin-right: -15px;
    margin-left: 0;
    /*padding-bottom: 97%;*/
    padding: 60% 10% 40%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    #flow .bg_img {
        padding: 70% 10% 30%;
    }
}

@media screen and (max-width: 991px) {
    #flow3 br {
        display: none;
    }
}


/* 実施までの流れ ここまで */


/* デモ */

#demo {
    margin: 100px auto;
}

#demo h2 {
    margin-top: 30px;
}

img#demo_text {
    display: block;
    margin: 20px auto;
    width: 100%;
}

img#demo_start {
    display: block;
    margin: 20px auto 0;
    width: 100%;
}

@media screen and (min-width: 992px) {
    #demo h2 {
        left: 3%;
        letter-spacing: .3rem;
        position: relative;
        top: 40%;
    }
    #midashi03 {
        background: url(../img/DTSC_midashi03.png) no-repeat;
        background-position: 50% 0;
        background-size: contain;
        height: 135px;
    }
    img#demo_text {
        width: 70%;
    }
    img#demo_start {
        width: 30%;
    }
}

#demo span {
    display: block;
    margin: 30px 0 50px;
    text-align: center;
}


/* デモ ここまで */


/* ココがすごい */

@media screen and (min-width: 992px) {
    #midashi04 {
        background: url(../img/DTSC_midashi04.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 110px;
    }
}

#analyze h2 {
    margin: 0;
    letter-spacing: .3rem;
    position: relative;
    top: 25%;
}

#bunseki {
    font-size: 3.3rem;
    margin: 20px auto 50px;
    text-align: center;
}

#bunseki>span {
    display: inline-block;
    font-weight: bold;
    font-size: 4rem;
    margin-left: 8px;
    position: relative;
}

#bunseki>span:after {
    border-bottom: solid 20px #ff6;
    border-radius: 5px;
    bottom: 0;
    content: '';
    left: 0;
    margin: 5px -10px;
    position: absolute;
    right: 0;
    z-index: -1;
}

#bunseki+p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 100px;
    text-align: center;
}


/* ココがすごい ここまで */


/* お悩み */

#nayami img {
    display: block;
    margin: 20px auto;
    width: 50%;
}

#nayami .nayami_bg {
    border: solid 1px #1ea5e8;
    margin: 10px auto;
    padding: 0px;
    width: 80%;
    /*height: 300px;*/
}

@media screen and (min-width: 768px) {
    #nayami .nayami_bg:not(: first-child) {
        border-left: none;
    }
}

#nayami p {
    padding: 0 20px;
}


/* お悩み ここまで */


/* 解決 */

#kaiketsu {
    background: url('../img/DTSC_midashi05.png') no-repeat;
    background-size: contain;
    background-position: center center;
    height: 150px;
    margin: 70px auto 250px;
}

#kaiketsu h2 {
    line-height: 5rem;
    margin-bottom: 100px;
    margin-top: 20px;
    position: relative;
    text-shadow: #fff 3px 3px 1px, #fff -3px 3px 1px, #fff 3px -3px 1px, #fff -3px -3px 1px;
    top: 20px;
}

#kaiketsu a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 992px) {
    #kaiketsu a {
        font-size: 3rem;
        width: 55%;
    }
}


/* 解決 ここまで */


/* 取引実績 */

#client {
    margin-bottom: 100px;
    padding-bottom: 70px;
}

#client h2 {
    margin: 50px 0 30px;
}

#client ul {
    border: solid 2px #ccc;
    height: 400px;
    overflow-y: scroll;
    width: 90%;
}

#client #kankoutyou+ul,
#client #company+ul {
    margin: 20px auto;
}

@media screen and (min-width: 992px) {
    #client #kankoutyou+ul {
        margin-left: 50px;
    }
}

#client li {
    margin-top: 10px;
}

#client h3 {
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    #client h3 {
        margin-left: 50px;
        margin-right: -5px;
    }
}

#kankoutyou {
    background: #1ea5e8;
}

h3#company {
    background: #2ca47c;
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    h3#company {
        margin: 0 20px;
    }
}


/* 取引実績 ここまで */


/* トータルサポートサービス */

#total_support {
    margin-bottom: 50px;
}

#total_support img {
    display: block;
    margin: 70px auto;
    width: 100%
}

@media screen and (min-width: 992px) {
    #total_support img {
        width: 65%;
    }
}

#total_support p {
    line-height: 3rem;
    text-align: center;
}


/*#total_support img#sign {
    margin-bottom: 0;
    margin-right: 50px;
}*/

#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: #1ea5e8;
    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 {
    width: 50%;
    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: 20px;
}

#analyze-images {
    width: 70%;
}


/* ストレスチェックの真価は、「集団分析」にあります */

.bar_denkyu {
    height: 25px;
    background-image: url(../img/bar_denkyuu.png);
    background-repeat: no-repeat;
    line-height: 25px;
    text-indent: 1.7em;
    font-size: 16px;
    font-weight: bold;
    color: #7C5F4C;
}

#sc-shinka {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
}

#sc-txt {
    padding: 10px;
    font-size: 14px;
}

#syudanbunseki {
    text-align: right;
    margin: 45px auto;
    padding-top: 10px;
}

#necessary {
    padding: 30px 0px;
    width: 80%;
}

#necessary h3 {
    color: #001959;
    font-weight: bold;
}

#necessary p {
    width: 80%;
}

#sample {
    padding: 20px;
}

#sample img {
    width: 90%;
}

#point_txt {
    background-color: #f6fcff;
    border: solid 1px #b3d7ff;
    padding-top: 10px;
}

#point_txt img {
    width: 100px;
}


/* 資料請求フォームへリンク ここから */

a.to_form_btn {
    background: #f45434;
    border: solid 1px #f45434;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 2rem;
    margin: 0px auto 50px auto;
    max-width: 500px;
    padding: 30px 0;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

a.to_form_btn_blue {
    background: #1ea5e8;
    border: solid 1px #1ea5e8;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 2rem;
    margin: 0px auto 50px auto;
    max-width: 500px;
    padding: 20px 0;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.fa-caret-square-right {
    color: #6699cc;
    display: inline-block;
    margin-right: 10px;
    /* text-shadow: 2px 2px 0px #dbebf8; */
}


/* .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;
}
.main703 #main-topic {
	height: auto;
	background-image: url(../stresscheck/img/css/h2-icon.png);
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 1.8em;
	font-weight: bolder;
	text-indent: 23px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #000;
	background-position: 0px 2px;
}

.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;
}
.bar_denkyu {
	height: 25px;
	background-image: url(../stresscheck/img/css/bar_denkyuu.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 25px;
	text-indent: 1.7em;
	font-size: 13px;
	font-weight: bold;
	color: #7C5F4C;
}
.main634btm {
	width: 634px;
	height: 12px;
	background-image: url(../images/main634-bgbtm.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	background-color: #FFF;
} */

#main-topic {
    margin-top: 70px;
}

@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;
        /* background-color: rgba(28, 156, 196, 0.6); */
        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;
        /* opacity: 0.4; */
        filter: brightness(110%);
        /* background-color: rgba(28, 156, 196, 0.6); */
    }
    #sp_tel,
    #sp-tel {
        margin: 0 auto;
        padding: 0 !important;
        /* padding-right: 24px; */
    }
    #sp-contact-row {
        margin: 0;
    }
}

padding: 0;

}
#sp-contact {
    position: fixed;
    bottom: 0px;
    font-size: 77%;
    width: 100%;
    display: block !important;
    /* background-color: rgba(28, 156, 196, 0.6); */
    
    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;
    /* opacity: 0.4; */
    
    filter: brightness(110%);
    /* background-color: rgba(28, 156, 196, 0.6); */
}
#sp_tel,
#sp-tel {
    margin: 0 auto;
    padding: 0 !important;
    /* padding-right: 24px; */
}
#sp-contact-row {
    margin: 0;
}

}