@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
*/

/***PROTECT8のCSS***/

/***Google fonts***/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Oswald", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;
}

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

/*ページ上部の帯を削除*/
.l-header__bar{
    display: none!important;
}

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

.page-id-11 .l-header__inner.l-container {
    display: none;
}

/*下層ページのヘッダーメニューの下線調整*/
.c-gnav > .-current > a::after {
    transform: scaleX(1);
    width: 70%!important;
    left: auto!important;
    background: #fff!important;
}

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

/*グローバルメニューを太字に変更*/
.c-gnav{
    font-weight: 700;
}
ul.c-spnav.c-listMenu {
    font-weight: 500;
}
.c-widget__title.-spmenu{
    background:#212121!important;
}
/*グルーバるメニューの幅を調整*/
ul.c-gnav li {
    margin-right: 10%;
}
ul.c-gnav {
    margin-left: -50%;
}
.c-gnav .sub-menu li {
    position: relative;
    width: 100%;
    background: #212121;
    color: #fff;
}
.c-gnav .sub-menu a:hover {
    background-color: var(--swl-color_hov_gray);
    opacity: 0.8;
}

/***文字サイズ ここから***/
/**PC ここから**/
@media screen and (min-width: 600px){
    .pc-fs-0_5rem{font-size: 0.5rem!important;}
    .pc-fs-0_8rem{font-size: 0.8rem!important;}
    .pc-fs-0_9rem{font-size: 0.9rem!important;}
    .pc-fs-1rem{font-size: 1rem!important;}
    .pc-fs-1_2rem{font-size: 1.2rem!important;}
    .pc-fs-1_3rem{font-size: 1.3rem!important;}
    .pc-fs-1_5rem{font-size: 1.5rem!important;}
    .pc-fs-2rem{font-size: 2rem!important;}
    .pc-fs-2_5rem{font-size: 2.5rem!important;}
    .pc-fs-3rem{font-size: 3rem!important;}
    .pc-fs-3_5rem{font-size: 3.5rem!important;}
    .pc-fs-4rem{font-size: 4rem!important;}
    .pc-fs-4_5rem{font-size: 4.5rem!important;}
    .pc-fs-5rem{font-size: 5rem!important;}
    .pc-fs-5_5rem{font-size: 5.5rem!important;}
    .pc-fs-6rem{font-size: 6rem!important;}
    .pc-fs-6_5rem{font-size: 6.5rem!important;}
    .pc-fs-7rem{font-size: 7rem!important;}
    .pc-fs-7_5rem{font-size: 7.5rem!important;}
    .pc-fs-8rem{font-size: 8rem!important;}
    .pc-fs-8_5rem{font-size: 8.5rem!important;}
    .pc-fs-9rem{font-size: 9rem!important;}
    .pc-fs-9_5rem{font-size: 9.5rem!important;}
    .pc-fs-10rem{font-size: 10rem!important;}

    .pc-lh-2_5rem {line-height: 2.5rem;}
    .pc-lh-3rem {line-height: 3rem;}
}
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
.sp-fs-0_5rem{font-size: 0.5rem!important;}
.sp-fs-0_8rem{font-size: 0.8rem!important;}
.sp-fs-0_9rem{font-size: 0.9rem!important;}
.sp-fs-1rem{font-size: 1rem!important;}
.sp-fs-1_2rem{font-size: 1.2rem!important;}
.sp-fs-1_3rem{font-size: 1.3rem!important;}
.sp-fs-1_5rem{font-size: 1.5rem!important;}
.sp-fs-1_8rem{font-size: 1.8rem!important;}
.sp-fs-2rem{font-size: 2rem!important;}
.sp-fs-2_5rem{font-size: 2.5rem!important;}
.sp-fs-3rem{font-size: 3rem!important;}
.sp-fs-3_5rem{font-size: 3.5rem!important;}
.sp-fs-4rem{font-size: 4rem!important;}
.sp-fs-4_5rem{font-size: 4.5rem!important;}
.sp-fs-5rem{font-size: 5rem!important;}
.sp-fs-5_5rem{font-size: 5.5rem!important;}
.sp-fs-6rem{font-size: 6rem!important;}
.sp-fs-6_5rem{font-size: 6.5rem!important;}
.sp-fs-7rem{font-size: 7rem!important;}
.sp-fs-7_5rem{font-size: 7.5rem!important;}
.sp-fs-8rem{font-size: 8rem!important;}
.sp-fs-8_5rem{font-size: 8.5rem!important;}
.sp-fs-9rem{font-size: 9rem!important;}
.sp-fs-9_5rem{font-size: 9.5rem!important;}
.sp-fs-10rem{font-size: 10rem!important;}   

.sp-lh-1_5rem {line-height: 1.5rem;}
.sp-lh-2_5rem {line-height: 2.5rem;}
.sp-lh-3rem {line-height: 3rem;}
}
/**SP ここまで**/
/***文字サイズ ここまで***/

/***文字色***/
.main-color, .main-color-btn a{
    /*color: #03125b;*/
    color:#00b4ff!important;
}
.white{
    color: #fff!important;
}
.orange{
    color: #FF8924!important;
}
.red{
    color:#E44141!important;
}
.blue{
    color: #0070c0!important;
}

.moji-kage{
    text-shadow: 2px 3px 3px rgba(100, 100, 100, 0.4);
}

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

/*ノーマル*/
.normal{font-weight: normal!important;}

/***マージン ここから***/
/**PC ここから**/
@media (min-width:600px){
    .pc-mar-top-0{margin-top:0!important;}
    .pc-mar-top-0_5rem{margin-top:0.5rem!important;}
    .pc-mar-top-1rem{margin-top:1rem!important;}
    .pc-mar-top-1_5rem{margin-top:1.5rem!important;}
    .pc-mar-top-2rem{margin-top:2rem!important;}
    .pc-mar-top-2_5rem{margin-top:2.5rem!important;}
    .pc-mar-top-3rem{margin-top:3rem!important;}
    .pc-mar-top-3_5rem{margin-top:3.5rem!important;}
    .pc-mar-top-4rem{margin-top:4rem!important;}
    .pc-mar-top-5rem{margin-top:5rem!important;}
    .pc-mar-top-5_5rem{margin-top:5.5rem!important;}
    .pc-mar-top-6rem{margin-top:6rem!important;}
    .pc-mar-top-6_5rem{margin-top:6.5rem!important;}
    .pc-mar-top-7rem{margin-top:7rem!important;}
    .pc-mar-top-7_5rem{margin-top:7.5rem!important;}
    .pc-mar-top-8rem{margin-top:8rem!important;}
    .pc-mar-top-8_5rem{margin-top:8.5rem!important;}
    .pc-mar-top-9rem{margin-top:9rem!important;}
    .pc-mar-top-9_5rem{margin-top:9.5rem!important;}
    .pc-mar-top-10rem{margin-top:10rem!important;}
    .pc-mar-top-m0_5rem{margin-top:-0.5rem!important;}
    .pc-mar-top-m1rem{margin-top:-1rem!important;}
    .pc-mar-top-m1_5rem{margin-top:-1.5rem!important;}
    .pc-mar-top-m2rem{margin-top:-2rem!important;}
    .pc-mar-top-m2_5rem{margin-top:-2.5rem!important;}
    .pc-mar-top-m3rem{margin-top:-3rem!important;}
    .pc-mar-top-m3_5rem{margin-top:-3.5rem!important;}
    .pc-mar-top-m4rem{margin-top:-4rem!important;}
    .pc-mar-top-m5rem{margin-top:-5rem!important;}
    .pc-mar-top-m5_5rem{margin-top:-5.5rem!important;}
    .pc-mar-top-m6rem{margin-top:-6rem!important;}
    .pc-mar-top-m6_5rem{margin-top:-6.5rem!important;}
    .pc-mar-top-m7rem{margin-top:-7rem!important;}
    .pc-mar-top-m7_5rem{margin-top:-7.5rem!important;}
    .pc-mar-top-m8rem{margin-top:-8rem!important;}
    .pc-mar-top-m8_5rem{margin-top:-8.5rem!important;}
    .pc-mar-top-m9rem{margin-top:-9rem!important;}
    .pc-mar-top-m9_5rem{margin-top:-9.5rem!important;}
    .pc-mar-top-m10rem{margin-top:-10rem!important;}

    .pc-mar-bt-0{margin-bottom:0!important;}
    .pc-mar-bt-0_5rem{margin-bottom:0.5rem!important;}
    .pc-mar-bt-1rem{margin-bottom:1rem!important;}
    .pc-mar-bt-1_5rem{margin-bottom:1.5rem!important;}
    .pc-mar-bt-2rem{margin-bottom:2rem!important;}
    .pc-mar-bt-2_5rem{margin-bottom:2.5rem!important;}
    .pc-mar-bt-3rem{margin-bottom:3rem!important;}
    .pc-mar-bt-3_5rem{margin-bottom:3.5rem!important;}
    .pc-mar-bt-4rem{margin-bottom:4rem!important;}
    .pc-mar-bt-5rem{margin-bottom:5rem!important;}
    .pc-mar-bt-5_5rem{margin-bottom:5.5rem!important;}
    .pc-mar-bt-6rem{margin-bottom:6rem!important;}
    .pc-mar-bt-6_5rem{margin-bottom:6.5rem!important;}
    .pc-mar-bt-7rem{margin-bottom:7rem!important;}
    .pc-mar-bt-7_5rem{margin-bottom:7.5rem!important;}
    .pc-mar-bt-8rem{margin-bottom:8rem!important;}
    .pc-mar-bt-8_5rem{margin-bottom:8.5rem!important;}
    .pc-mar-bt-9rem{margin-bottom:9rem!important;}
    .pc-mar-bt-9_5rem{margin-bottom:9.5rem!important;}
    .pc-mar-bt-10rem{margin-bottom:10rem!important;}
    .pc-mar-bt-10_5rem{margin-bottom:10.5rem!important;}
    .pc-mar-bt-11rem{margin-bottom:11rem!important;}
    .pc-mar-bt-11_5rem{margin-bottom:11.5rem!important;}
    .pc-mar-bt-12rem{margin-bottom:12rem!important;}
    .pc-mar-bt-m0_5rem{margin-bottom:-0.5rem!important;}
    .pc-mar-bt-m1rem{margin-bottom:-1rem!important;}
    .pc-mar-bt-m1_5rem{margin-bottom:-1.5rem!important;}
    .pc-mar-bt-m2rem{margin-bottom:-2rem!important;}
    .pc-mar-bt-m2_5rem{margin-bottom:-2.5rem!important;}
    .pc-mar-bt-m3rem{margin-bottom:-3rem!important;}
    .pc-mar-bt-m3_5rem{margin-bottom:-3.5rem!important;}
    .pc-mar-bt-m4rem{margin-bottom:-4rem!important;}
    .pc-mar-bt-m5rem{margin-bottom:-5rem!important;}
    .pc-mar-bt-m5_5rem{margin-bottom:-5.5rem!important;}
    .pc-mar-bt-m6rem{margin-bottom:-6rem!important;}
    .pc-mar-bt-m6_5rem{margin-bottom:-6.5rem!important;}
    .pc-mar-bt-m7rem{margin-bottom:-7rem!important;}
    .pc-mar-bt-m7_5rem{margin-bottom:-7.5rem!important;}
    .pc-mar-bt-m8rem{margin-bottom:-8rem!important;}
    .pc-mar-bt-m8_5rem{margin-bottom:-8.5rem!important;}
    .pc-mar-bt-m9rem{margin-bottom:-9rem!important;}
    .pc-mar-bt-m9_5rem{margin-bottom:-9.5rem!important;}
    .pc-mar-bt-m10rem{margin-bottom:-10rem!important;}
    .pc-mar-bt-m11rem{margin-bottom:-11rem!important;}
    .pc-mar-bt-m12rem{margin-bottom:-12rem!important;}

    .pc-mar-left-1rem{margin-left: 1rem!important;}    
    .pc-mar-left-2rem{margin-left: 2rem!important;}
    .pc-mar-left-m1rem{margin-left: -1rem!important;}
    .pc-mar-right-2rem{margin-right: 2rem!important;}
    .pc-mar-right-m1rem{margin-right: -1rem!important;}
    }
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
    .sp-mar-top-0{margin-top:0!important;}
    .sp-mar-top-0_5rem{margin-top:0.5rem!important;}
    .sp-mar-top-1rem{margin-top:1rem!important;}
    .sp-mar-top-1_5rem{margin-top:1.5rem!important;}
    .sp-mar-top-2rem{margin-top:2rem!important;}
    .sp-mar-top-2_5rem{margin-top:2.5rem!important;}
    .sp-mar-top-3rem{margin-top:3rem!important;}
    .sp-mar-top-3_5rem{margin-top:3.5rem!important;}
    .sp-mar-top-4rem{margin-top:4rem!important;}
    .sp-mar-top-5rem{margin-top:5rem!important;}
    .sp-mar-top-5_5rem{margin-top:5.5rem!important;}
    .sp-mar-top-6rem{margin-top:6rem!important;}
    .sp-mar-top-6_5rem{margin-top:6.5rem!important;}
    .sp-mar-top-7rem{margin-top:7rem!important;}
    .sp-mar-top-7_5rem{margin-top:7.5rem!important;}
    .sp-mar-top-8rem{margin-top:8rem!important;}
    .sp-mar-top-8_5rem{margin-top:8.5rem!important;}
    .sp-mar-top-9rem{margin-top:9rem!important;}
    .sp-mar-top-9_5rem{margin-top:9.5rem!important;}
    .sp-mar-top-10rem{margin-top:10rem!important;}
    .sp-mar-top-m0_5rem{margin-top:-0.5rem!important;}
    .sp-mar-top-m1rem{margin-top:-1rem!important;}
    .sp-mar-top-m1_5rem{margin-top:-1.5rem!important;}
    .sp-mar-top-m2rem{margin-top:-2rem!important;}
    .sp-mar-top-m2_5rem{margin-top:-2.5rem!important;}
    .sp-mar-top-m3rem{margin-top:-3rem!important;}
    .sp-mar-top-m3_5rem{margin-top:-3.5rem!important;}
    .sp-mar-top-m4rem{margin-top:-4rem!important;}
    .sp-mar-top-m5rem{margin-top:-5rem!important;}
    .sp-mar-top-m5_5rem{margin-top:-5.5rem!important;}
    .sp-mar-top-m6rem{margin-top:-6rem!important;}
    .sp-mar-top-m6_5rem{margin-top:-6.5rem!important;}
    .sp-mar-top-m7rem{margin-top:-7rem!important;}
    .sp-mar-top-m7_5rem{margin-top:-7.5rem!important;}
    .sp-mar-top-m8rem{margin-top:-8rem!important;}
    .sp-mar-top-m8_5rem{margin-top:-8.5rem!important;}
    .sp-mar-top-m9rem{margin-top:-9rem!important;}
    .sp-mar-top-m9_5rem{margin-top:-9.5rem!important;}
    .sp-mar-top-m10rem{margin-top:-10rem!important;}

    .sp-mar-bt-0{margin-bottom:0!important;}
    .sp-mar-bt-0_5rem{margin-bottom:0.5rem!important;}
    .sp-mar-bt-1rem{margin-bottom:1rem!important;}
    .sp-mar-bt-1_5rem{margin-bottom:1.5rem!important;}
    .sp-mar-bt-2rem{margin-bottom:2rem!important;}
    .sp-mar-bt-2_5rem{margin-bottom:2.5rem!important;}
    .sp-mar-bt-3rem{margin-bottom:3rem!important;}
    .sp-mar-bt-3_5rem{margin-bottom:3.5rem!important;}
    .sp-mar-bt-4rem{margin-bottom:4rem!important;}
    .sp-mar-bt-5rem{margin-bottom:5rem!important;}
    .sp-mar-bt-5_5rem{margin-bottom:5.5rem!important;}
    .sp-mar-bt-6rem{margin-bottom:6rem!important;}
    .sp-mar-bt-6_5rem{margin-bottom:6.5rem!important;}
    .sp-mar-bt-7rem{margin-bottom:7rem!important;}
    .sp-mar-bt-7_5rem{margin-bottom:7.5rem!important;}
    .sp-mar-bt-8rem{margin-bottom:8rem!important;}
    .sp-mar-bt-8_5rem{margin-bottom:8.5rem!important;}
    .sp-mar-bt-9rem{margin-bottom:9rem!important;}
    .sp-mar-bt-9_5rem{margin-bottom:9.5rem!important;}
    .sp-mar-bt-10rem{margin-bottom:10rem!important;}
    .sp-mar-bt-m0_5rem{margin-bottom:-0.5rem!important;}
    .sp-mar-bt-m1rem{margin-bottom:-1rem!important;}
    .sp-mar-bt-m1_5rem{margin-bottom:-1.5rem!important;}
    .sp-mar-bt-m2rem{margin-bottom:-2rem!important;}
    .sp-mar-bt-m2_5rem{margin-bottom:-2.5rem!important;}
    .sp-mar-bt-m3rem{margin-bottom:-3rem!important;}
    .sp-mar-bt-m3_5rem{margin-bottom:-3.5rem!important;}
    .sp-mar-bt-m4rem{margin-bottom:-4rem!important;}
    .sp-mar-bt-m5rem{margin-bottom:-5rem!important;}
    .sp-mar-bt-m5_5rem{margin-bottom:-5.5rem!important;}
    .sp-mar-bt-m6rem{margin-bottom:-6rem!important;}
    .sp-mar-bt-m6_5rem{margin-bottom:-6.5rem!important;}
    .sp-mar-bt-m7rem{margin-bottom:-7rem!important;}
    .sp-mar-bt-m7_5rem{margin-bottom:-7.5rem!important;}
    .sp-mar-bt-m8rem{margin-bottom:-8rem!important;}
    .sp-mar-bt-m8_5rem{margin-bottom:-8.5rem!important;}
    .sp-mar-bt-m9rem{margin-bottom:-9rem!important;}
    .sp-mar-bt-m9_5rem{margin-bottom:-9.5rem!important;}
    .sp-mar-bt-m10rem{margin-bottom:-10rem!important;}

    .sp-mar-left-m0_5rem{margin-left:-0.5rem!important;}
    .sp-mar-right-m0_5rem{margin-right:-0.5rem!important;}
    .sp-mar-left-m1rem{margin-left:-1rem!important;}
    .sp-mar-right-m1rem{margin-right:-1rem!important;}
}
/**SP ここまで**/
/***マージン ここまで***/

/***パディング ここから***/
/**PC ここから**/
@media (min-width:600px){
    .pc-pad-top-0{padding-top:0!important;}
    .pc-pad-top-0_5rem{padding-top:0.5rem!important;}
    .pc-pad-top-1rem{padding-top:1rem!important;}
    .pc-pad-top-1_5rem{padding-top:1.5rem!important;}
    .pc-pad-top-2rem{padding-top:2rem!important;}
    .pc-pad-top-2_5rem{padding-top:2.5rem!important;}
    .pc-pad-top-3rem{padding-top:3rem!important;}
    .pc-pad-top-3_5rem{padding-top:3.5rem!important;}
    .pc-pad-top-4rem{padding-top:4rem!important;}
    .pc-pad-top-4_5rem{padding-top:4.5rem!important;}
    .pc-pad-top-5rem{padding-top:5rem!important;}
    .pc-pad-top-5_5rem{padding-top:5.5rem!important;}
    .pc-pad-top-6rem{padding-top:6rem!important;}
    .pc-pad-top-6_5rem{padding-top:6.5rem!important;}
    .pc-pad-top-7rem{padding-top:7rem!important;}
    .pc-pad-top-7_5rem{padding-top:7.5rem!important;}
    .pc-pad-top-8rem{padding-top:8rem!important;}
    .pc-pad-top-8_5rem{padding-top:8.5rem!important;}
    .pc-pad-top-9rem{padding-top:9rem!important;}
    .pc-pad-top-9_5rem{padding-top:9.5rem!important;}
    .pc-pad-top-10rem{padding-top:10rem!important;}
    .pc-pad-top-m0_5rem{padding-top:-0.5rem!important;}
    .pc-pad-top-m1rem{padding-top:-1rem!important;}
    .pc-pad-top-m1_5rem{padding-top:-1.5rem!important;}
    .pc-pad-top-m2rem{padding-top:-2rem!important;}
    .pc-pad-top-m2_5rem{padding-top:-2.5rem!important;}
    .pc-pad-top-m3rem{padding-top:-3rem!important;}
    .pc-pad-top-m3_5rem{padding-top:-3.5rem!important;}
    .pc-pad-top-m4rem{padding-top:-4rem!important;}
    .pc-pad-top-m4_5rem{padding-top:-4.5rem!important;}
    .pc-pad-top-m5rem{padding-top:-5rem!important;}
    .pc-pad-top-m5_5rem{padding-top:-5.5rem!important;}
    .pc-pad-top-m6rem{padding-top:-6rem!important;}
    .pc-pad-top-m6_5rem{padding-top:-6.5rem!important;}
    .pc-pad-top-m7rem{padding-top:-7rem!important;}
    .pc-pad-top-m7_5rem{padding-top:-7.5rem!important;}
    .pc-pad-top-m8rem{padding-top:-8rem!important;}
    .pc-pad-top-m8_5rem{padding-top:-8.5rem!important;}
    .pc-pad-top-m9rem{padding-top:-9rem!important;}
    .pc-pad-top-m9_5rem{padding-top:-9.5rem!important;}
    .pc-pad-top-m10rem{padding-top:-10rem!important;}

    .pc-pad-bt-0{padding-bottom:0!important;}
    .pc-pad-bt-0_5rem{padding-bottom:0.5rem!important;}
    .pc-pad-bt-1rem{padding-bottom:1rem!important;}
    .pc-pad-bt-1_5rem{padding-bottom:1.5rem!important;}
    .pc-pad-bt-2rem, .pc-pad-bt-2em{padding-bottom:2rem!important;}
    .pc-pad-bt-2_5rem{padding-bottom:2.5rem!important;}
    .pc-pad-bt-3rem{padding-bottom:3rem!important;}
    .pc-pad-bt-3_5rem{padding-bottom:3.5rem!important;}
    .pc-pad-bt-4rem{padding-bottom:4rem!important;}
    .pc-pad-bt-4_5rem{padding-bottom:4.5rem!important;}
    .pc-pad-bt-5rem{padding-bottom:5rem!important;}
    .pc-pad-bt-5_5rem{padding-bottom:5.5rem!important;}
    .pc-pad-bt-6rem{padding-bottom:6rem!important;}
    .pc-pad-bt-6_5rem{padding-bottom:6.5rem!important;}
    .pc-pad-bt-7rem{padding-bottom:7rem!important;}
    .pc-pad-bt-7_5rem{padding-bottom:7.5rem!important;}
    .pc-pad-bt-8rem{padding-bottom:8rem!important;}
    .pc-pad-bt-8_5rem{padding-bottom:8.5rem!important;}
    .pc-pad-bt-9rem{padding-bottom:9rem!important;}
    .pc-pad-bt-9_5rem{padding-bottom:9.5rem!important;}
    .pc-pad-bt-10rem{padding-bottom:10rem!important;}
    .pc-pad-bt-m0_5rem{padding-bottom:-0.5rem!important;}
    .pc-pad-bt-m1rem{padding-bottom:-1rem!important;}
    .pc-pad-bt-m1_5rem{padding-bottom:-1.5rem!important;}
    .pc-pad-bt-m2rem{padding-bottom:-2rem!important;}
    .pc-pad-bt-m2_5rem{padding-bottom:-2.5rem!important;}
    .pc-pad-bt-m3rem{padding-bottom:-3rem!important;}
    .pc-pad-bt-m3_5rem{padding-bottom:-3.5rem!important;}
    .pc-pad-bt-m4rem{padding-bottom:-4rem!important;}
    .pc-pad-bt-m4_5rem{padding-bottom:-4.5rem!important;}
    .pc-pad-bt-m5rem{padding-bottom:-5rem!important;}
    .pc-pad-bt-m5_5rem{padding-bottom:-5.5rem!important;}
    .pc-pad-bt-m6rem{padding-bottom:-6rem!important;}
    .pc-pad-bt-m6_5rem{padding-bottom:-6.5rem!important;}
    .pc-pad-bt-m7rem{padding-bottom:-7rem!important;}
    .pc-pad-bt-m7_5rem{padding-bottom:-7.5rem!important;}
    .pc-pad-bt-m8rem{padding-bottom:-8rem!important;}
    .pc-pad-bt-m8_5rem{padding-bottom:-8.5rem!important;}
    .pc-pad-bt-m9rem{padding-bottom:-9rem!important;}
    .pc-pad-bt-m9_5rem{padding-bottom:-9.5rem!important;}
    .pc-pad-bt-m10rem{padding-bottom:-10rem!important;}

    .pc-pad-2rem{padding:2rem!important;}
    .pc-pad-3rem{padding:3rem!important;}
    .pc-rentacar-yoyaku-tel-pad{padding:1em 0!important;}
    .pc-pad-left-1rem {padding-left: 1rem!important;}
    .pc-pad-left-2rem {padding-left: 2rem!important;}
    .pc-pad-left-3rem {padding-left: 3rem!important;}
    .pc-pad-left-4rem {padding-left: 4rem!important;}
    .pc-pad-right-1rem {padding-right: 1rem!important;}    
    .pc-pad-right-2rem {padding-right: 2rem!important;}
}
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
    .sp-pad-top-0{padding-top:0!important;}
    .sp-pad-top-0_5rem{padding-top:0.5rem!important;}
    .sp-pad-top-1rem{padding-top:1rem!important;}
    .sp-pad-top-1_5rem{padding-top:1.5rem!important;}
    .sp-pad-top-2rem{padding-top:2rem!important;}
    .sp-pad-top-2_5rem{padding-top:2.5rem!important;}
    .sp-pad-top-3rem{padding-top:3rem!important;}
    .sp-pad-top-3_5rem{padding-top:3.5rem!important;}
    .sp-pad-top-4rem{padding-top:4rem!important;}
    .sp-pad-top-4_5rem{padding-top:4.5rem!important;}
    .sp-pad-top-5rem{padding-top:5rem!important;}
    .sp-pad-top-5_5rem{padding-top:5.5rem!important;}
    .sp-pad-top-6rem{padding-top:6rem!important;}
    .sp-pad-top-6_5rem{padding-top:6.5rem!important;}
    .sp-pad-top-7rem{padding-top:7rem!important;}
    .sp-pad-top-7_5rem{padding-top:7.5rem!important;}
    .sp-pad-top-8rem{padding-top:8rem!important;}
    .sp-pad-top-8_5rem{padding-top:8.5rem!important;}
    .sp-pad-top-9rem{padding-top:9rem!important;}
    .sp-pad-top-9_5rem{padding-top:9.5rem!important;}
    .sp-pad-top-10rem{padding-top:10rem!important;}
    .sp-pad-top-m0_5rem{padding-top:-0.5rem!important;}
    .sp-pad-top-m1rem{padding-top:-1rem!important;}
    .sp-pad-top-m1_5rem{padding-top:-1.5rem!important;}
    .sp-pad-top-m2rem{padding-top:-2rem!important;}
    .sp-pad-top-m2_5rem{padding-top:-2.5rem!important;}
    .sp-pad-top-m3rem{padding-top:-3rem!important;}
    .sp-pad-top-m3_5rem{padding-top:-3.5rem!important;}
    .sp-pad-top-m4rem{padding-top:-4rem!important;}
    .sp-pad-top-m4_5rem{padding-top:-4.5rem!important;}
    .sp-pad-top-m5rem{padding-top:-5rem!important;}
    .sp-pad-top-m5_5rem{padding-top:-5.5rem!important;}
    .sp-pad-top-m6rem{padding-top:-6rem!important;}
    .sp-pad-top-m6_5rem{padding-top:-6.5rem!important;}
    .sp-pad-top-m7rem{padding-top:-7rem!important;}
    .sp-pad-top-m7_5rem{padding-top:-7.5rem!important;}
    .sp-pad-top-m8rem{padding-top:-8rem!important;}
    .sp-pad-top-m8_5rem{padding-top:-8.5rem!important;}
    .sp-pad-top-m9rem{padding-top:-9rem!important;}
    .sp-pad-top-m9_5rem{padding-top:-9.5rem!important;}
    .sp-pad-top-m10rem{padding-top:-10rem!important;}

    .sp-pad-bt-0{padding-bottom:0!important;}
    .sp-pad-bt-0_5rem{padding-bottom:0.5rem!important;}
    .sp-pad-bt-1rem{padding-bottom:1rem!important;}
    .sp-pad-bt-1_5rem{padding-bottom:1.5rem!important;}
    .sp-pad-bt-2rem, .sp-pad-bt-2em{padding-bottom:2rem!important;}
    .sp-pad-bt-2_5rem{padding-bottom:2.5rem!important;}
    .sp-pad-bt-3rem{padding-bottom:3rem!important;}
    .sp-pad-bt-3_5rem{padding-bottom:3.5rem!important;}
    .sp-pad-bt-4rem{padding-bottom:4rem!important;}
    .sp-pad-bt-4_5rem{padding-bottom:4.5rem!important;}
    .sp-pad-bt-5rem{padding-bottom:5rem!important;}
    .sp-pad-bt-5_5rem{padding-bottom:5.5rem!important;}
    .sp-pad-bt-6rem{padding-bottom:6rem!important;}
    .sp-pad-bt-6_5rem{padding-bottom:6.5rem!important;}
    .sp-pad-bt-7rem{padding-bottom:7rem!important;}
    .sp-pad-bt-7_5rem{padding-bottom:7.5rem!important;}
    .sp-pad-bt-8rem{padding-bottom:8rem!important;}
    .sp-pad-bt-8_5rem{padding-bottom:8.5rem!important;}
    .sp-pad-bt-9rem{padding-bottom:9rem!important;}
    .sp-pad-bt-9_5rem{padding-bottom:9.5rem!important;}
    .sp-pad-bt-10rem{padding-bottom:10rem!important;}
    .sp-pad-bt-m0_5rem{padding-bottom:-0.5rem!important;}
    .sp-pad-bt-m1rem{padding-bottom:-1rem!important;}
    .sp-pad-bt-m1_5rem{padding-bottom:-1.5rem!important;}
    .sp-pad-bt-m2rem{padding-bottom:-2rem!important;}
    .sp-pad-bt-m2_5rem{padding-bottom:-2.5rem!important;}
    .sp-pad-bt-m3rem{padding-bottom:-3rem!important;}
    .sp-pad-bt-m3_5rem{padding-bottom:-3.5rem!important;}
    .sp-pad-bt-m4rem{padding-bottom:-4rem!important;}
    .sp-pad-bt-m4_5rem{padding-bottom:-4.5rem!important;}
    .sp-pad-bt-m5rem{padding-bottom:-5rem!important;}
    .sp-pad-bt-m5_5rem{padding-bottom:-5.5rem!important;}
    .sp-pad-bt-m6rem{padding-bottom:-6rem!important;}
    .sp-pad-bt-m6_5rem{padding-bottom:-6.5rem!important;}
    .sp-pad-bt-m7rem{padding-bottom:-7rem!important;}
    .sp-pad-bt-m7_5rem{padding-bottom:-7.5rem!important;}
    .sp-pad-bt-m8rem{padding-bottom:-8rem!important;}
    .sp-pad-bt-m8_5rem{padding-bottom:-8.5rem!important;}
    .sp-pad-bt-m9rem{padding-bottom:-9rem!important;}
    .sp-pad-bt-m9_5rem{padding-bottom:-9.5rem!important;}
    .sp-pad-bt-m10rem{padding-bottom:-10rem!important;}

    .sp-pad-2rem{padding:2rem!important;}
    .sp-pad-3rem{padding:3rem!important;}
    .sp-pad-side-0_5rem{padding-left: 0.5rem!important;padding-right: 0.5rem!important;}
    .sp-pad-left-1rem {padding-left: 1rem!important;}
    .sp-pad-left-2rem {padding-left: 2rem!important;}
    .sp-pad-left-3rem {padding-left: 3rem!important;}
    .sp-pad-left-4rem {padding-left: 4rem!important;}
    .sp-pad-right-1rem {padding-right: 1rem!important;}
    .sp-pad-1rem{padding: 1rem!important;}
}
/**SP ここまで**/
/***パディング ここまで***/

/**中央ぞろえ ここから**/
/*共通*/
.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;}
}
/**中央ぞろえ ここまで**/

/**右寄せ ここから**/
/*共通*/
.right{text-align: right!important;}
/*PC*/
@media (min-width:600px){
    .pc-right{text-align: right!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-right{text-align: right!important;}
}
/**右寄せ ここまで**/

/*h2の下線を無くす*/
h2.is-style-section_ttl.no-kasen::after{content:none!important;}

.relative {
    position: relative !important;
}

.page-id-11 .l-mainContent__inner>.post_content {
    margin-top: -4rem !important;
}


@media (min-width:600px){
.fv-text-01 {
    background: #03125b;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0 2vw;
}
.fv-text-02 {
    color: #03125b;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 0 2vw;
}
.fv-text-03 {
    color: #03125b;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 -2rem 2vw;
}
.fv-text-03 span {
    font-size: 4rem;
}
.fv-text-04 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #03125b;
    margin: 0 0 0 2vw;
}
.fv-text-04 span {
    font-size: 4rem;
}
.fv-text-05 {
    color: #03125b;
    margin: 0 0 1rem 2vw;
}
.fv-bg {
    /*padding: 5rem 0 !important;*/
    padding: 0 !important;
    position: relative !important;
}
.fv-bg .swell-block-fullWide__inner.l-container
 {
    --container_size: 1600px !important;
}
/***これは2025年11月7日以前のフロントページのCTA ここから***/
.fv-cta-column {
    display: table;
    margin-top: 3rem;
}
.fv-cta-column .swell-block-button {
    width: 200%;
}
.fv-cta-column .swell-block-button.is-style-btn_line {
    margin-right: 2vw;
}
/***これは2025年11月7日以前のフロントページのCTA ここまで***/
.fv-cta-20251107{
position: absolute;
    bottom: 4vw;
    left: 11vw;
    width: 450px;
}
.fv-kinmozi {
    position: absolute;
    right: 1%;
    width: 40%;
    bottom: 0%;
}
}
@media (max-width:599px){
.fv-text-01 {
        color: #03125b;
        text-align: center;
        display: table;
        padding: 0.5rem 1rem;
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0 auto .5rem;
        border-bottom: 2px solid #03125b;
    }
.fv-text-02 {
    color: #03125b;
    font-size: 2rem;
    font-weight: 700;
    display: table;
        margin: 0 auto 2rem;
}
    .fv-text-03 {
        color: #03125b;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2rem;
        /*display: table;*/
        margin: 0 auto 1.5rem;
    }
.fv-text-03 span {
    font-size: 4rem;
}
.fv-text-04 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #03125b;
    padding: 1rem 0 !important;
    margin-bottom: 1em;
}
.fv-text-04 span {
    font-size: 4rem;
}
.fv-text-05 {
    color: #03125b;
}
.fv-bg {
    padding-bottom: 3rem !important;
}
.fv-kinmozi {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        top: -4em;
    }
.fv-cta-20251107{
    margin-top: -6em!important;
}
}



.sub-midashi{
    /*color: #93a2beff;*/
    color: rgba(0, 180, 255, 0.5);
}
.sub-midashi-white{
color: rgba(255, 255, 255, 0.7);
}

.post_content h3.h3-white:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #fff 0%, #fff 29.3%, rgba(255, 255, 255, .3) 29.3%, rgba(255, 255, 255, .3) 100%);
}
.post_content h3.h3-only-white:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #fff 0%, #fff 29.3%, rgba(255, 255, 255, 0) 29.3%, rgba(255, 255, 255, 0) 100%);
}

.problem-box{
   background: #fff; 
   border-radius: 10px;
   padding: 2rem;
}
.problem-sub-box{
    background: #EBF0F8; 
    border-radius: 10px;
    padding: 2rem;
    font-size: 1.1rem;
    text-align: center;
}

@media (min-width:600px){
.solution-list {
    display: inline-block;
}
}

@media (min-width:600px){
    .solution-midashi{
        font-size: 1.5rem!important;
        margin-bottom: 0rem!important;
    }
    .solution-midashi span{
        color: #fff!important;
        font-size:2.5rem!important;
        text-shadow: 2px 3px 3px rgba(100, 100, 100, 0.4);
    }
}
@media (max-width:599px){
    .solution-midashi{
        margin-bottom: 1rem!important;
    }
    .solution-midashi span{
        color: #fff!important;
        font-size:1.5rem!important;
        text-shadow: 2px 3px 3px rgba(100, 100, 100, 0.4);
    }
}
.solution-cap .cap_box_content {
    background: #fff !important;
    border:4px solid #00b4ff!important;
}
@media (min-width:600px){
.solution-cap .cap_box_ttl {
    font-size: 1.3rem!important;
    border-radius: 5px!important;
}
}
@media (max-width:599px){
    .solution-cap .cap_box_ttl {
    border-radius: 5px!important;
}
}

.reason-box {
    background: #fff;
    border-radius: 10px !important;
    padding: 2rem!important;
    position: relative;
}

.reason-title {
    font-size: 1.5rem;
    /*color: #fff;*/
    color:#0070c0!important;
    font-weight: 700;
    display: table;
    margin: 0 auto 2rem;
    /*border-bottom: 2px solid #fff;*/
    border-bottom: 2px solid #0070c0;
    padding: 0 4rem !important;
}

.reason-title-main-color-ver {
    text-align: center;
    font-size: 1.5rem;
    color: #03125b;
    font-weight: 700;
    display: table;
    margin: 0 auto 2rem;
    border-bottom: 2px solid #03125b;
    padding: 0 4rem !important;
}

@media (min-width:600px){
    .reason-title-black-ver {
    font-size: 1.5rem;
    color: #595959;
    font-weight: 700;
    display: table;
    margin: 0 auto 2rem;
    border-bottom: 2px solid #595959;
    padding: 0 4rem !important;
}
.reason-icon img {
    position: absolute;
    width: 18%;
    left: 5%;
    top: 5%;
}
}
@media (max-width:599px){
    .reason-title-black-ver {
    font-size: 1.5rem;
    color: #595959;
    font-weight: 700;
    display: table;
    margin: 0 auto 2rem;
    border-bottom: 2px solid #595959;
    padding: 0 2rem !important;
}
.reason-icon img {
    position: absolute;
    width: 15%;
    left: 3%;
    top: 5%;
}
}

.prblem-kaiketsu{
    background: #fff;
    padding: .5rem 3rem;
    border-radius: 10px;
    position: relative;
}
.prblem-kaiketsu-text{
    font-size: 1.3rem;
    font-weight: 700;
    color: #03125b;
    text-align: center;
}
.prblem-kaiketsu span{
    font-size: 1.5rem;
}
.prblem-kaiketsu-scrolldown {
    color: #03125b;
    font-size: .9rem;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.before-after-img-01 img {
    width: 60%;
}

.fukidashi-orange.is-style-balloon_box{
    background-color: #FF8924;
    color: #03125b;
}
.fukidashi-orange.is-style-balloon_box:before{
border-top: 12px solid #FF8924;
}

@media (min-width:600px){
.jirei-table th {
    width: 30% !important;
}
}
@media (max-width:599px){
.jirei-table{
    font-size: 0.9rem!important;
}
.jirei-table th {
    width: 30% !important;
}
}

ruby>rt {
    font-size: 20%;
    margin-bottom: .5rem;
}

.white-and-orange-btn.is-style-btn_line a{
    background:#fff;
    color: #03125b;
    border: 2px solid #FF8924;
}
.white-and-orange-btn.is-style-btn_line a:hover{
    background:#FF8924;
    color: #fff
}
.bg-white-btn.is-style-btn_line a{
    background:#fff;
}
.bg-white-btn.is-style-btn_line a:hover{
    background:#03125b;
    color: #fff
}
.is-style-btn_line.line-btn-white a {
    background: #fff !important;
}
.is-style-btn_line.line-btn-white a:hover {
    background: #00b4ff!important;
    border-color: #00b4ff;
    color: #fff !important;
}

@media (max-width:599px){
    .sp-btn-100 a{
        width: 100%!important;
    }
}

.case-study-box{
    background: #fff;
    border-radius: 10px !important;
    padding: 2rem 1rem!important;
}

.chusyaku{
    font-size: 0.9rem;
    color: #333;
    text-align: center;
}

@media (min-width:600px){
.gyousyu-icon img {
    width: 85%;
}
}

.tokutyou-title {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    display: table;
    margin: 0 auto 2rem;
    border-bottom: 2px solid #000;
    padding: 0 4rem !important;
}

.ganyuu-box{
    /*background: #fff0fa;*/
    background: #fff;
    padding: 2rem 1rem!important;
    border-radius: 10px;
}
@media (min-width:600px){
.ganyu-midashi{
    font-weight: 700;
    text-align: center;
    /*color: #03125b;*/
    background: #fff;
    padding: .5rem 2rem!important;
    border-radius: 10px;
}
}
@media (max-width:599px){
.ganyu-midashi{
    font-weight: 700;
    text-align: center;
    /*color: #03125b;*/
    background: #fff;
    padding: .5rem .5rem!important;
    border-radius: 10px;
}
}
ul.ganyu-list.-list-flex{
gap: .1em 1em!important;
}

@media (min-width:600px){
.taikyuu-table th {
    width: 40% !important;
}
.taikyuu-table td {
    width: 30% !important;
}
}
@media (max-width:599px){
  .taikyuu-table{
    font-size: 0.9rem!important;
  }
  .taikyuu-table th {
    width: 40% !important;
} 
}

@media (min-width:600px){
.tohumen-box {
    background: #fff;
    padding: 2rem .5rem !important;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}
.tofumen-cap .cap_box_ttl {
    font-size: 1.1rem;
}
}
@media (max-width:599px){
.tohumen-box {
    background: #fff;
    padding: 2rem 1rem !important;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}
.tofumen-cap .cap_box_ttl {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: left;
}
}

.tofumen-cap .cap_box_content {
    background: #fff;
}

@media (min-width:600px){
.flow-in-box{
/*border-top:4px solid #46b1e1;*/
border-top:4px solid #00b4ff;
/*border-left:4px solid #46b1e1;*/
border-left:4px solid #00b4ff;
padding:0rem 1rem 2rem!important;
position:relative!important;
}
.flow-in-box::after {
  /* 疑似要素で矢印を作成 */
  content: ''; /* 疑似要素には必須 */
  position: absolute; /* 親要素を基準に配置 */
  top: -0.65em;/* 親要素の上端に合わせる */
  right: -15px; /* 右端に15pxはみ出す */
  
  /* borderで三角形を作る */
  border: 8px solid transparent; /* すべてのボーダーを透明にする */
  /*border-left-color: #3498db;*/ /* 左のボーダーだけ色を付けて、右向きの矢印にする */
  border-left-color: #00b4ff; /* 左のボーダーだけ色を付けて、右向きの矢印にする */
  
  /*
  矢印の位置やサイズ調整
  borderの幅（ここでは8px）は、矢印の大きさを決める
  right:-15px の値は、borderの幅に合わせて調整
  */
}
.flow-in-box-last{
/*border-top:4px solid #46b1e1;*/
border-top:4px solid #00b4ff;
/*border-left:4px solid #46b1e1;*/
border-left:4px solid #00b4ff;
padding:0rem 1rem 2rem!important;
position:relative!important;
}
}

@media (max-width:599px){
.flow-in-box{
/*border-top:4px solid #46b1e1;*/
border-top:4px solid #00b4ff;
/*border-left:4px solid #46b1e1;*/
border-left:4px solid #00b4ff;
padding:0rem 1rem 2rem!important;
position:relative!important;
margin: 0 1rem;
}
.flow-in-box-last{
/*border-top:4px solid #46b1e1;*/
border-top:4px solid #00b4ff;
/*border-left:4px solid #46b1e1;*/
border-left:4px solid #00b4ff;
padding:0rem 1rem 2rem!important;
position:relative!important;
margin: 0 1rem;
}
}



.flow-midashi {
    font-weight: 700;
    font-size: 1.3rem;
    position: absolute;
    top: -1.5em;
    padding: 0 1rem;
    background: #fff;
    display: inline-block;
}
.flow-num{
font-size:1.8rem;
}
.flow-sub-midashi {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    /*background: #46b1e1;*/
    background: #00b4ff;
    display: table;
    margin: 2rem auto 0;
}
.flow-icon img{
width:50%;
}


@media (min-width:600px){
    .contact-title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    display: table;
    margin: 0 auto 2rem;
    border-bottom: 2px solid #fff;
    padding: 0 4rem !important;
}
}
@media (max-width:599px){
    .contact-title {
        text-align: center;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    margin-bottom:2rem;
    border-bottom: 2px solid #fff;
}
}



/*------------------------------contact form 7 ここから------------------------------*/
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
    max-width: 100%!important;
    background-color: #fff;
}

.CF7_table ::placeholder {
	color:#797979;
}
.CF7_chuigaki{
   color:#797979;
   font-size: 0.8em; 
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #E44141;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #3D79D5;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

.wpcf7-list-item{
    display: block!important;
}
span.wpcf7-list-item {
    margin-bottom: 1rem !important;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#f7f7f7;
	}
    .CF7_table td{
        background-color: #fff;
    }
    input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
    table.CF7_table{
	width: 100%;
    display: flex;
	}
    table.CF7_table tbody{
        width: 100%;
    }
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
    max-width: 100%!important;
	}
	.CF7_table th{
	background-color:#f7f7f7;
	}
    .CF7_table td{
        background-color: #fff;
    }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	/*background-color:#f79034;*/
    background-color:#0070c0;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
/*------------------------------contact form 7 ここまで------------------------------*/