@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@media (max-width:599px){
    .onpc{display: none!important;}
}
@media (min-width:600px){
    .onsp{display: none!important;}
}

/*太字*/
.futoji{font-weight: 700;}

/**文字サイズ ここから**/
/*PC*/
@media (min-width:600px){
.pc-fs-1rem{font-size: 1rem!important;}
.pc-fs-1_5rem{font-size: 1.5rem!important;}    
.pc-fs-2rem{font-size: 2rem!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-fs-1rem{font-size: 1rem!important;}
    .sp-fs-1_5rem{font-size: 1.5rem!important;}    
    .sp-fs-2rem{font-size: 2rem!important;}
    }
/**文字サイズ ここから**/

/**アコーディオン ここから**/
/*タイトルを中央揃え*/
.swell-block-accordion__label{text-align: center!important;}
/**アコーディオン ここまで**/

/**中央揃え**/
/*共通*/
.center{text-align: center!important;}
/*PC*/
@media (min-width:600px){
.pc-center{text-align: center!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-center{text-align: center!important;}
    }

/**パディング ここから**/
/*PC*/
@media (min-width:600px){
    .pc-pad-top-2rem{padding-top: 2rem!important;}
    .pc-pad-top-4rem{padding-top: 4rem!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-pad-top-2rem{padding-top: 2rem!important;}
    .sp-pad-top-4rem{padding-top: 4rem!important;}
}
/**パディング ここまで**/

/**マージン ここから**/
/*PC*/
@media (min-width:600px){
    .pc-mar-bt-0{margin-bottom: 0!important;}
    .pc-mar-bt-2rem{margin-bottom: 2rem!important;}
    .pc-mar-top-2rem{margin-top:2rem!important;}
    .pc-mar-top-4rem{margin-top:4rem!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-mar-bt-0{margin-bottom: 0!important;}
    .sp-mar-bt-2rem{margin-bottom: 2rem!important;}
    .sp-mar-bt-4rem{margin-bottom: 4rem!important;}
    .sp-mar-top-0{margin-top: 0!important;}
    .sp-mar-top-2rem{margin-top: 2rem!important;}
    .sp-mar-top-4rem{margin-top: 4rem!important;}
}
/**マージン ここから**/

/**背景 ここから**/
/*PC*/
@media (min-width:600px){
.bg-white{background: #fff;padding: 2rem;border-radius: 10px;}
}
/*SP*/
@media (max-width:599px){
    .bg-white{background: #fff;padding: 0.5rem;border-radius: 10px;}
    }
/**背景 ここまで**/

/**テーブル ここから**/
    .kaiketsu-table th {
        width: 12%!important;
    }
    .kaiketsu-table td {
        width: 44%!important;
    }
    .hikaku-table th {
        width: 12%!important;
    }
    .hikaku-table td {
        width: 22%!important;
    }
    .hikaku-table table th, .hikaku-table table td {
        border: 1px solid #000!important;
    }
/**テーブル ここまで**/

.pc-wid-80 {
    width: 80%;
    margin: 0 auto 2rem;
}

/**リストの最初の数字の1を非表示にする ここから**/
li.yakkan-list-none{
    list-style: none!important;
  }
/**リストの最初の数字の1を非表示にする ここまで**/

/**プライバシーポリシーのサブリストの数字をかっこ表記 ここから**/
.yakkan-sub-list li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
  }
  .yakkan-sub-list li:before {
    content: "("counter(cnt)")";
    display: inline-block;
    margin-left: -4.2em;
    width: 4em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
  }
  /**プライバシーポリシーのサブリストの数字をかっこ表記 ここまで**/

  /*追従ヘッダーメニューの境界線*/
.l-fixHeader{border-bottom: 1px solid rgb(0,0,0,0.1);}

/*ヘッダーメニューのマウスオーバー時の下線の位置を調整*/
.c-gnav>.menu-item>a:after{bottom:20%;}

/*PCのヘッダーの資料請求ボタン ここから*/
.pc-header-contact span.ttl {
    font-size: 1rem!important;
    font-weight: 700;
}
.pc-header-contact {
    background: #009a40;
    color: #fff;
    padding: 1rem;
}
/*PCのヘッダーの資料請求ボタン ここまで*/

/***フォーム（snowmonkeyforms） ここから***/
/**共通 ここから**/
/*入力→完了までのステップの位置調整*/
ol.smf-progress-tracker {
    padding-left: 0!important;
  }
  /*質問タイトルの背景色を変更*/
  .form-title .smf-item__col.smf-item__col--label {
    background-color: #F8F4EB;
  }
  /*ラジオボタンの選択肢の間隔を空ける*/
  .smf-label {
    margin-top: 1rem;
  }
  
  /*google recaptchaのアイコン（バッジ）を非表示*/
  .grecaptcha-badge { visibility: hidden; }
  /**共通 ここまで**/

/**SP**/
/*snow monkey formの戻るボタンと送信ボタンの間を調整*/
@media screen and (max-width: 599px){
    button.smf-button-control__control {
      margin: 1rem;
  }
  }
/***フォーム（snowmonkeyforms） ここまで***/

/**無料トライアルの案内 ここから**/
.trial-box .cap_box_ttl {
    background-color: #0F315E !important;
}
.trial-box .cap_box_ttl span{font-size: 1.5rem!important;}
/*PC*/
@media (min-width:600px){
    p.trial-midashi-sub {
        color: #0F315E;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0rem !important;
    }
    p.trial-midashi {
        color: #0F315E;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }
}
/*SP*/
@media (max-width:599px){
    p.trial-midashi-sub {
        color: #0F315E;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0rem !important;
    }
    p.trial-midashi {
        color: #0F315E;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }
}
/**無料トライアルの案内 ここまで**/