/* カスタマイズ用CSS */
/* 商品詳細用CSS */

.download_count{
    display: none
}

.main-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    padding-left: 5px;
    border-left: 10px solid #5f9ea0;
    display: grid;
}

.point {
    display: grid;
    font-weight: normal;
    font-size: 14px;
}

.title-h2 {
    color: steelblue;/*tomato;*/
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid;
}

.sub-h2 {
    font-weight: normal;
    font-size: 16px;
}

.dl-content {
    display: grid;
}

.dl-content-detail {
    border: 2px dotted gray;/*salmon;*/
    line-height: 1.1;
    color: black;
    width: 400px;
}

.dl-content-ol {
    /*
    margin-left: -20px;
    margin-top: -10px;
    margin-bottom: -10px;
    */
    margin: -10px 10px -10px -10px;
}

/* PC用CSS */
@media print, screen and (min-width: 785px) {

body{
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

    /* 商品詳細用CSS */
    .non-dl-link {
        display: none;
    }

    .download_count{
        display: none
    }

    /* トップ画面のスライダーは非表示：キャッシュの削除の関係 */
    .ec-sliderRole {
        display: none;
    }
    
    /* スマートフォン向けメッセージは非表示 */
    .ec-sp-mes{
        display: none;
    }
    
    /* ボタン */
    .ec-blockBtn--top {
        background-color: #5f9ea0;
    }
    
    a.ec-blockBtn--top {
        font-size:15px;
    }
    
    .ec-blockBtn--top:hover {
        color: white;
        background-color: #20b2aa;
        border-color: #5f9ea0;
    }
    
    .ec-blockBtn--top:active {
        background-color: #5f9ea0;
    }
    
    /* 新着情報画面 */
    .ec-role {
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 30px;
        padding-top: 0px;
    }
    
    .ec-newsRole{
        padding-top: 0px;
    }
    
    /* メイン画面 */
    .ec-main{
        padding-right: 5%;
    }
    
    .ec-main-manu{
        padding-bottom: 20px;
    }
    
    .ec-main-message{
        font-size: 24px;
        font-weight: bold;
        color: black;
        padding-right: 20px;
        padding-left: 50px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    color: #333333;
    }
    
    .ec-main-mes{
        font-size: 16px;
        font-weight: bold;
        color: #000;
        padding-right: 20px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    .ec-main-submes{
        font-size: 14px;
        color: #000;
        padding-right: 20px;
        padding-left: 80px;
        margin: initial;
    }
    
    .ec-main-detail-mes{
        color: black;
    }
    
    .logo{
        font-size: 26px;
        font-weight: bold;
        display: inline;
        color: slategray; /*#ff4500;*/
        vertical-align: middle;
        margin-right: 50px;
        border-bottom: 2px solid gray;/*salmon;*/
        border-left: 10px solid #5f9ea0;
        padding-left: 5px;
    }
    
    div.ec-main-title-up{
        text-align: center;
        display: inline-flex;
    }
    
    img.ec-main-title-up{
        margin: 20px;
        margin-top: 0px;
        height: 10vw;
    }
    
    div.ec-main-title-down{
        text-align: center;
        margin-bottom: 15px;
    }
    
    img.ec-main-title-down{
        height: 28vw;
  box-shadow: 6px 6px #e0e0e0;
    }
    
    div.ec-main-mainmes{
        display: flex;
    }
    
    img.ec-main-mainmes{
        height: 12vw;
        margin-left: 50px;
        /*border: 2px solid salmon;*/
    }
    
    .ec-main-submesbox {
        display: inline;
        padding: 30px;
        color: black;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .info-Btn,
    a.info-Btn {
        color: #fff;
        background-color: slategray;/*#eb6100;*/
        margin-right: 5px;
        border: solid 2px #ffffff;/*線*/
        border-radius: 10px;/*角の丸み*/
    }
    
    .info-Btn:hover,
    a.info-Btn:hover {
        color: #fff;
        background: steelblue;/*#f56500;*/
        margin-right: 5px;
    }
    
    .ec-trial-product-btn{
        margin-left: 150px;
        max-width: 40%;
    }
    
    .ec-feature-box {
        width: auto;
        height: auto;
        position: relative;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-left: 80px;
        border: slategray; /*#ff4500;*/
        border-style: solid;
        margin-bottom: 5px;
    }
    
    .feature-mes {
        display: inline;
        vertical-align: middle;
        padding-left: 20px;
        color: steelblue;/*tomato;*/
        font-size: 18px;
        font-weight: bold;
    }
    
    /* 動作環境画面 */
    .ec-environment-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        padding-right: 20px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    .ec-environment-box {
        border-style: solid;
        border-color: orangered;
        padding-left: 50px;
        margin-left: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .ec-environment-minmes {
        font-size: 12px;
        margin-left: 45%;
        color: black;
        line-height: 1.1;
    }
    
    .ec-environment-boxmes {
        border-bottom: 2px solid gray;/*salmon;*/
        color: #000;
        padding-right: 20px;
        padding-left: 50px;
        margin-left: 50px;
        font-weight: bold;
    }
    
    .ec-environment-sysbox {
        padding-left: 50px;
        margin-left: 50px;
        width: 80%;
    }
    
    img.ec-environment-sysbox-item {
        height: 18vw;
    }
    
    p.ec-environment-sysbox-item {
        margin-top: 10px;
        color: black;
    }
    
    .ec-environment-submes{
        font-size: 14px;
        color: #000;
        padding-right: 20px;
        padding-left: 80px;
    }
    
    .card-box {
        border: 2px gray;/*salmon;*/
        margin-left: 240px;
        border-style: dotted none dotted;
        margin-bottom: 15px;
        line-height: 1;
        padding-top: 5px;
        width: 310px;
        color: black;
        font-size: 13px;
    }
    
    .card-title {
        font-weight: bold;
    }
    
    .card-mes {
        margin-left: 25px;
    }
    
    .card-minmes {
        margin-left: 50px;
    }
    
    /* 機能詳細画面 */
    .ec-function-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        padding-right: 20px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    .ec-function-box {
        width: 150px;
        height: 40px;
        position: relative;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-left: 20px;
        border: slategray; /*#ff4500;*/
        border-style: solid;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .function-mes {
        display: inline;
        padding-top: 15px;
        vertical-align: middle;
        padding-left: 20px;
        color: steelblue;/*tomato;*/
        font-size: 18px;
        font-weight: bold;
    }
    
    div.ec-function-title-up{
        margin-left: 50px;
        padding-left: 50px;
        text-align: center;
        display: inline-flex;
    }
    
    img.ec-function-title-up{
        margin: 20px;
        margin-top: 0px;
        height: 12vw;
        /*border: 2px solid salmon;*/
    }
    
    .ec-function-boxes{
        display: inline-flex;
        margin-left: 100px;
        width: 100%;
    }
    
    .ec-function-detail{
        padding-left: 150px;
    }
    
    .ec-function-detail-title {
        display: flex;
        margin-left: 50px;
    }
    
    img.ec-function-detail-title {
        height: 35px;
        margin-top: 10px;
        padding: 0px;
    }
    
    p.ec-function-detail-title{
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
        margin-left: 5px;
        border-bottom: 1px solid;
    }
    
    .ec-function-detail-mes{
        color: black;
    }
    
    /* お試しDL/購入画面 */
    .ec-trial-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        padding-right: 20px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    div.ec-trial-mainmes{
        display: flex;
    }
    
    img.ec-trial-mainmes{
        height: 12vw;
        margin-left: 50px;
        /*border: 2px solid salmon;*/
    }
    
    .ec-trial-submes {
        display: inline;
        padding: 30px;
        color: black;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .ec-trial-sysmes{
        font-size: 14px;
        color: #000;
        padding-right: 20px;
        padding-left: 80px;
    }
    
    .ec-productBtn{
        margin-left: 80px;
        max-width:14vw;
    }
    
    p.ec-trial-price-title {
        margin-left: 80px;
        font-weight: bold;
        color: steelblue;/*tomato;*/
        font-size: 20px;
    }
    
    p.ec-trial-product {
        display: table-caption;
        margin-left: 120px;
        font-weight: bold;
        font-size: 22px;
        border-bottom: 2px solid gray;/*salmon;*/
        color: steelblue;/*tomato;*/
    }
    
    p.ec-trial-price  {
        font-size: 23px;
        border-bottom: 2px solid gray;/*salmon;*/
        font-weight: bold;
        color: black;
    }
    
    .ec-trial-price-grid{
        display: flex;
    }
    
    .ec-trial-price-submes{
        margin-left: 120px;
    }
    
    /* 問い合わせページ */
    .ec-contactRole-faq {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
    }
    
    .ec-faq-q {
        padding:5px;
        display: inline-flex;
    }
    
    .ec-faq-doc-q {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        font-size: 21px;
    }
    
    .ec-faq-a {
        padding:5px;
        display: inline-flex;
    }
    
    .ec-faq-doc-a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
    
    .ec-faq-img {
        width: 50px;
        height: 50px;
        margin-left:50px;
    }
    
     /* サイト全体の背景色変更 */
    .ec-layoutRole {
         background: #f0f0f0;
    }
    .ec-layoutRole__header {
        height: 80px;
        background: #157fc8;
    }
    .ec-headerRole {
     background: #e0e0e0;
    }
    .ec-newItemRole .ec-newItemRole__listItemTitle{
        font-size: 1.5vw;
    }
    .ec-newItemRole .ec-newItemRole__listItem a{
        color:black;
    }
}
@media print, screen and (min-width: 1200px) {
    .ec-headerNaviRole{
        display:block;
    }
    .ec-headerNaviRole-sp{
        display:none;
    }
    .ec-layoutRole__header {
        background: #157fc8;
        position: fixed;
        width: 100%;
        z-index: 999;
        height:80px;
    }
    .ec-layoutRole__main{
        padding-top: 60px;
    }
    .ec-layoutRole__contents {
        padding-top: 50px;
    }
}

/* タブレット用CSS */
@media screen and (min-width: 680px) and (max-width: 785px) { /*ウィンドウ幅が最小680pxから最大835pxまでの場合に適用*/
    /* 商品詳細用CSS */
    .non-dl-link {
        display: none;
    }

    .download_count{
        display: none
    }

    .ec-sp-mes {
        display: none;
    }
    .ec-headerNaviRole{
        display:block;
    }
    .ec-headerNaviRole-sp{
        display:none;
    }


    /* 問い合わせページ */
    .ec-contactRole-faq {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
    }
    
    .ec-faq-q {
        padding:5px;
        display: inline-flex;
    }
    
    .ec-faq-doc-q {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        font-size: 21px;
    }
    
    .ec-faq-a {
        padding:5px;
        display: inline-flex;
    }
    
    .ec-faq-doc-a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
    
    .ec-faq-img {
        width: 50px;
        height: 50px;
        margin-left:50px;
    }
    
    /* サイト全体の背景色変更 */
    .ec-layoutRole {
         background: #f0f0f0;
    }
    .ec-layoutRole__header {
        background: #157fc8;
    }
    .ec-headerRole {
     background: #e0e0e0;
    }
    
    .ec-newItemRole .ec-newItemRole__listItemTitle{
        font-size: 20px;
    }
    .ec-newItemRole .ec-newItemRole__listItem a{
        color:black;
    }
    
}
@media screen and (min-width: 785px) and (max-width: 1200px){
    .ec-headerNaviRole{
        display:none;
    }
    .ec-headerNaviRole-sp{
        display:block;
    }
    
    .acd-check{
        display: none;
    }
    .acd-label{
        display: block;
        padding-left: 10px;
        padding-top:10px;
        margin-bottom: 0px;
    }
    .acd-menu{
        color: white; 
        float:right; 
        padding-top:10px;
        padding-right:10px; 
        font-size: 18px;
        font-weight: bold;
    }
    .acd-content{
        background: #157fc8;
        height: 0;
        opacity: 0;
        transition: .5s;
        visibility: hidden;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
    #acd-check1:checked + .acd-label + .acd-content{
        height: 60px;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .ec-layoutRole__header {
        background: #157fc8;
        position: fixed;
        width: 100%;
        z-index: 999;
        height:70px;
    }
    .ec-layoutRole__main{
        padding-top: 50px;
    }
    .ec-layoutRole__contents {
        padding-top: 50px;
    }
}

/* スマートフォン用CSS */
@media screen and (max-width: 785px) { /*680px) {*/
    /* 商品詳細用CSS */
    .dl-link {
        display: none;
    }
    
    .download_count{
        display: none
    }

    .non-dl-link {
        display: flex;
        font-size: 17px;
        font-weight: normal;
        color: steelblue;/*tomato;*/
    }

    /* トップ画面のスライダーは非表示：キャッシュの削除の関係 */
    .ec-sliderRole {
        display: none;
    }
    
    .ec-newsRole .ec-newsRole__news {
        box-sizing: border-box;
        border: 8px solid #F8F8F8;
        padding: 5px;
    }
    /* スマートフォン向けメッセージ */
    div.ec-sp-mes {
        padding-top: 10px;
        font-size: 16px;
        font-weight: bold;
        color: steelblue;/*tomato;*/
    }
    
    /* スマートフォンは非表示 */
    .ec-trial-app{
        display: none;
    }
    
    p.ec-sp-mes {
        margin: initial;
    }
    
    /* ボタン */
    .ec-blockBtn--top {
        background-color: #5f9ea0;
        margin-bottom: 10px;
    }
    
    .ec-blockBtn--top:hover {
        color: white;
        background-color: #20b2aa;
        border-color: #5f9ea0;
    }
    
    .ec-blockBtn--top:active {
        background-color: #5f9ea0;
        margin-bottom: 10px;
    }
    
    /* 新着情報画面 */
    .ec-role {
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 30px;
        padding-top: 0px;
    }
    
    
    .ec-newsRole{
        padding-top: 0px;
    }
    
    /* 全体 */
    img{
        max-width: 100%;
        height: auto;
        width :auto;
        /*padding: 0 40px 10px 40px;*/
        padding: 0 0 10px 0;
    }
    
    .ec-layoutRole__contents{
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
    
    /* メイン画面 */
    .ec-main-manu{
        padding-bottom: 20px;
    }
    
    .ec-main-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    .logo{
        font-size: 24px;
        font-weight: bold;
        display: inline;
        color: slategray;/*#ff4500;*/
        vertical-align: middle;
        margin-right: 50px;
        border-bottom: 2px solid gray;/*salmon;*/
        border-left: 10px solid #5f9ea0;
        padding-left: 5px;
    }
    
    .ec-main-message{
        font-size: 14px;
        font-weight: bold;
        color: black;
    }
    
    .info-Btn,
    a.info-Btn {
        color: #fff;
        background-color: slategray;/*#eb6100;*/
        margin-right: 3px;
        border: solid 2px #ffffff;/*線*/
        border-radius: 10px;/*角の丸み*/
        margin-bottom: 5px;
    }
    
    .info-Btn:hover,
    a.info-Btn:hover {
        color: #fff;
        background: steelblue;/*#f56500;*/
        margin-right: 3px;
        margin-bottom: 5px;
    }
    
    .ec-feature-box {
        width: auto;
        height: auto;
        position: relative;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border: slategray; /*#ff4500;*/
        border-style: solid;
        margin-bottom: 5px;
    }
    
    .feature-mes {
        display: inline;
        vertical-align: middle;
        padding-left: 20px;
        color: steelblue;/*tomato;*/
        font-size: 16px;
        font-weight: bold;
    }
    
    .ec-main-submes{
        font-size: 13px;
        color: #000;
        margin: initial;
    }
    
    .ec-main-detail-mes{
        color: black;
    }
    
    /* 動作環境画面 */
    .ec-environment-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    .ec-environment-box {
        border-style: solid;
        border-color: orangered;
        padding-left: 50px;
        margin-left: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .ec-environment-minmes {
        font-size: 11px;
        color: black;
        line-height: 1.1;
    }
    
    .ec-environment-boxmes {
        border-bottom: 2px solid gray;/*salmon;*/
        color: #000;
        font-weight: bold;
        font-size: 12px;
    }
    
    /*
    .ec-environment-sysbox {
        padding-left: 50px;
        margin-left: 50px;
        width: 80%;
    }
    
    img.ec-environment-sysbox-item {
        height: 15vw;
    }
    */
    
    p.ec-environment-sysbox-item {
        margin-top: 10px;
        color: black;
    }
    
    .ec-environment-submes{
        font-size: 14px;
        color: #000;
    }
    
    .card-box {
        border: 2px gray;/*salmon;*/
        border-style: dotted none dotted;
        margin-bottom: 15px;
        line-height: 1.1;
        padding-top: 5px;
        color: black;
        font-size: 12px;
    }
    
    .card-title {
        font-weight: bold;
    }
    
    .card-mes {
        margin-left: 25px;
    }
    
    .card-minmes {
        margin-left: 50px;
    }
    
    /* 機能詳細画面 */
    .ec-function-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
    }
    
    .ec-function-box {
        width: 90px;
        height: 40px;
        position: relative;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border: slategray; /*#ff4500;*/
        border-style: solid;
        margin-bottom: 5px;
        text-align: center;
        margin-right: 10px;
    }
    
    .function-mes {
        display: inline;
        padding-top: 15px;
        vertical-align: middle;
        color: steelblue;/*tomato;*/
        font-size: 15px;
        font-weight: bold;
    }
    
    div.ec-function-title-up{
        text-align: center;
        display: grid;
        margin-bottom: 10px;
    }
    
    img.ec-function-title-up{
        /*border: 2px solid salmon;*/
        margin-bottom: 5px;
    }
    
    .ec-function-boxes{
        display: inline-flex;
        width: 100%;
    }
    
    /*
    .ec-function-detail{
        padding-left: 150px;
    }
    */
    
    .ec-function-detail-title {
        display: flex;
    }
    
    img.ec-function-detail-title {
        height: 35px;
        margin-top: 10px;
        padding: 0px;
    }
    
    p.ec-function-detail-title{
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
        margin-left: 5px;
        border-bottom: 1px solid;
    }
    
    .ec-function-detail-mes{
        color: black;
    }
    
    /* お試しDL/購入画面 */
    .ec-trial-mes {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        padding-left: 5px;
        border-left: 10px solid #5f9ea0;
        margin-bottom: 10px;
    }
    
    div.ec-trial-mainmes{
        display: grid;
    }
    
    img.ec-trial-mainmes{
        /*border: 2px solid salmon;*/
    }
    
    .ec-trial-submes {
        display: inline;
        color: black;
        padding-top: 20px;
    }
    
    .ec-trial-sysmes{
        font-size: 14px;
        color: #000;
    }
    
    .ec-productBtn{
        margin-left: 80px;
        max-width:14vw;
    }
    
    p.ec-trial-price-title {
        font-weight: bold;
        color: steelblue;/*tomato;*/
        font-size: 20px;
    }
    
    p.ec-trial-product {
        display: table-caption;
        font-weight: bold;
        /*font-size: 15px;*/
        border-bottom: 2px solid gray;/*salmon;*/
        color: steelblue;/*tomato;*/
    }
    
    p.ec-trial-price  {
        /*font-size: 15px;*/
        border-bottom: 2px solid gray;/*salmon;*/
        font-weight: bold;
        color: black;
    }
    
    .ec-trial-price-grid{
        display: flex;
    }

    .arrow_s_b {
        position: relative;
        display: inline-block;
        padding-left: 22px;
        color: #333;
        text-decoration: none;
    }
    .arrow_s_b:before {
        content: '';
        width: 18px;
        height: 18px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
    }
    .arrow_s_b:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        left: 6px;
        margin-top: -4px;
    }
    
    /* サイト全体の背景色変更 */
    .ec-layoutRole {
         background: #f0f0f0;
    }
    .ec-headerRole {
     background: #e0e0e0;
    }
    .ec-newItemRole .ec-newItemRole__listItemTitle{
        font-size: 20px;
    }
    .ec-newItemRole .ec-newItemRole__listItem a{
        color:black;
    }
    
    /* 問い合わせページ */
    .ec-pageHeader h1 {
	margin: 0 0 8px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px solid #ccc;
	padding: 8px 0 12px;
	/* font-size: 16px; */
	font-weight: bold;
}

    .ec-contactRole-faq {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
    }
    
    .ec-faq-q {
        padding:5px;
        display: inline-flex;
    }
    
    .ec-faq-doc-q {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        font-size: 18px;
    }
    
    .ec-faq-a {
        padding:5px;
        display: inline-flex;
    }
    
    .ec-faq-doc-a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
    
    .ec-faq-img {
        width: 40px;
        height: 40px;
        margin-left:20px;
    }
}
@media screen and (min-width: 480px) and (max-width: 785px){
    
    .ec-headerNaviRole{
        display:none;
    }
    .ec-headerNaviRole-sp{
        display:block;
    }
    
    .ec-layoutRole__contents{
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
    
    .acd-check{
        display: none;
    }
    .acd-label{
        display: block;
        padding-top: 10px;
        padding-left: 10px;
        margin-bottom: -10px;
    }
    .acd-menu{
        color: white; 
        float:right; 
        padding-top:5px;
        padding-right:10px; 
        font-size: 18px;
        font-weight: bold;
    }
    .acd-content{
        background: #157fc8;
        height: 0;
        opacity: 0;
        transition: .5s;
        visibility: hidden;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
    #acd-check1:checked + .acd-label + .acd-content{
        height: 120px;
        opacity: 1;
        padding: 10px;
        visibility: visible;
        width: 100%;
    }

    .ec-layoutRole__header {
        background: #157fc8;
        position: fixed;
        width: 100%;
        z-index: 999;
        height:70px;
    }
    .ec-layoutRole__main{
        padding-top: 50px;
    }
    .ec-pageHeader h1 {
        margin: 0 0 8px;
        border-bottom: 1px dotted #ccc;
        border-top: 1px solid #ccc;
        padding: 8px 0 12px;
        font-size: 2em;
        font-weight: bold;
    }
}
@media screen and (max-width: 480px){
    
    .ec-headerNaviRole{
        display:none;
    }
    .ec-headerNaviRole-sp{
        display:block;
    }
    
    .ec-layoutRole__contents{
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
    
    .acd-check{
        display: none;
    }
    .acd-label{
        display: block;
        padding-top: 10px;
        padding-left: 10px;
        margin-bottom: -10px;
    }
    .acd-menu{
        color: white; 
        float:right; 
        padding-top:5px;
        padding-right:10px; 
        font-size: 18px;
        font-weight: bold;
    }
    .acd-content{
        background: #157fc8;
        height: 0;
        opacity: 0;
        transition: .5s;
        visibility: hidden;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
    #acd-check1:checked + .acd-label + .acd-content{
        height: 150px;
        opacity: 1;
        padding: 10px;
        visibility: visible;
        width: 100%;
    }

    .ec-layoutRole__header {
        background: #157fc8;
        position: fixed;
        width: 100%;
        z-index: 999;
        height:70px;
    }
    .ec-layoutRole__main{
        padding-top: 50px;
    }
    
    .ec-pageHeader h1 {
        margin: 0 0 8px;
        border-bottom: 1px dotted #ccc;
        border-top: 1px solid #ccc;
        padding: 8px 0 12px;
        font-size: 2em;
        font-weight: bold;
    }
}