/**********************************************/
/* Common：サイト内共通スタイル */
/**********************************************/

body {
    margin:0px;
    min-width:990px;
    max-width:100%;
}



.line-height28 { line-height:28px;}
.line-height36 { line-height:36px;}
.line-height48 { line-height:48px;}
.line-height60 { line-height:60px;}
.line-height118 { line-height:118px;}

.width580 {width:580px;}

.tbl { display:table; }
.tbl-cell { 
  display:table-cell;
  vertical-align: middle;
 }

.border-orange { border-top:solid 1px #ef8201; }
.border-green { border-top:solid 1px #209141; }
.border-purple { border-top:solid 1px #433985; }
.border-blue { border-top:solid 1px #005bac; }

.blue{ color:#005bac;}
.pink{ color:#eb5b65;}
.orange{ color:#ef8201;}
.green {color:#209141;}
.purple {color:#433985;}
.cobalt {color: #005cad;}
.gray {color: #666666;}
.red {color: #ff0000;}

a,
a:link,
a:visited,
a:hover {
    text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

input { border:solid 2px #333333;}/*4px*/

.cc-m-form-view-element input[type=submit]{
    float: right !important;
    margin-top:15px;
}

/* PCのみ改行 */
.br::after {
  content: "\A" ;
  white-space: pre ;
}

/* PCで複数行の文章の最初を左に寄せる */
.pc-left {
  display: block;
  float: left;
}

/* PCで複数行の文章の最初を右に寄せる */
.pc-right {
  display: block;
  float: right;
}

.sp_only{
  display:none;
}

.pc_only{
  display:block;
}

/**********************************************/
/* 「一覧に戻る」系のボタン */
/**********************************************/

a.btn-back {
    display:block;
    margin:auto;
    width:320px;
    height:40px;
    border:solid 2px #005bac;
    line-height:40px;
    text-align:center;
    color:#005bac;
}

a.btn-back:hover {
    display:block;
    margin:auto;
    width:320px;
    height:40px;
    border:solid 2px #005bac;
    line-height:40px;
    text-align:center;
    color:#ffffff;
    background:#005bac;
}

/**********************************************/
/* 親要素を無視してブラウザ幅100%で表示させるスタイル */
/**********************************************/

.width-max {
    width:100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/**********************************************/
/*  テンプレート：ヘッダー  */
/**********************************************/

#header {
    display:block;
    width:990px;
    margin:auto;
}

#logo {
    display:block;
    width:255px;/*240px*/
    height:90px;/*71px,146px*/
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/logo-hatarakudb.png?t=1617151492)no-repeat 50%;
}

#site-title {
    display:block;
    width:458px;/*434px*/
    height:60px;/*146px*/
    margin-left:50px;/*62px*/
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/top-site-title.png?t=1579488869) no-repeat 50%;
}

#infomation {
    vertical-align:middle;
    height:146px;
    padding-left:70px;/*80px*/
}

#infomation #info {
    display:block;
    background:#bf4150;
    text-align:center;
    line-height:26px;
    color:#ffffff;
    font-size:14px;
    white-space: nowrap;
}

#infomation #tel {
    line-height:34px;
    text-align:center;
    color:#bf4150;
    font-size:20px;
    font-weight:bold;
    white-space: nowrap;
}

#infomation a#mail {
    display:block;
    line-height:26px;
    border:solid 2px #bf4150;
    text-align:center;
    color:#bf4150;
    font-size:14px;
    text-decoration:none;
}

#infomation a#mail:hover {
    color:#ffffff;
    background:#bf4150;
}

/**********************************************/
/*  テンプレート：グローバルナビゲーション  */
/**********************************************/

#global-navi-wrap {
    display:block;
    width:100%;
    height:46px;
    background:#ef8201;
}

#global-navi {
    width:100%;
    height:46px;
    margin:auto;
    display:block;
    text-align:center;
    color:#ffffff;
}

#global-navi a{
    display:inline-block;
    line-height:46px;
    color:#ffffff;
    text-decoration:none;
}

#global-navi a:hover{
    display:inline-block;
    line-height:46px;
    color:#005bac;
}

/**********************************************/
/*  トップページのメインビジュアル  */
/**********************************************/
body.cc-indexpage #mv-bg {
    display:block;
    width:100%;
    height:500px;
    /*background:#000000;*/
    background:linear-gradient(to right,#9d9d9d, #ffffff);
    border-bottom:solid 4px #ef8201;
}

body.cc-indexpage #mv {
    display:block;
    width:100%;
    height:500px;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/top-main.jpg?t=1579489837) no-repeat 50%;
    border-bottom:solid 4px #ef8201;
}

body.cc-indexpage a#mv-btn {
    position:relative;
    top:435px;
    display:block;
    line-height:38px;
    width:350px;
    margin:auto;
    border:solid 2px #005bac;
    font-size:15px;
    text-align:center;
}

body.cc-indexpage a#mv-btn:hover {
    background:#005bac;
    color:#ffffff;
}

body.cc-indexpage #mv a{
    color:#005bac;
    text-decoration:none;
}

#mv a{display:none;}

#sp-mv {display:none;}

/**********************************************/
/*　テンプレートのフッター　*/
/**********************************************/

#footer-navi {
    border-top:solid 1px #005bac;
    margin:auto;
    line-height:56px;
    text-align:center;
    color:#005bac;
}

#footer-navi a {
    text-align:center;
    color:#005bac;
    text-decoration:none;
}

#footer-navi a:hover {
    color:#ef8201;
}

#footer-wrap {
    width:100%;
    background:#005bac;
    padding:30px 0 30px 0;
    bottom: 0;
}

/*「お客様の声」ページフッター位置位置調整*/
body#page-2449396692 div#footer-wrap{
    /*position: absolute;*/
    bottom: 0;    
}
/*「開発現場より」ページフッター位置位置調整*/
body#page-2449275392 div#footer-wrap{
    /*position: absolute;*/
    bottom: 0;    
}

#footer {
    width:990px;
    margin:auto;
    color:#FFFFFF;
    bottom: 0 !important;
}

#footer-logo {
    /*display:block;*/
    width:93px;
    height:40px;
    /*height:80px;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/footer-logo.png?t=1546241438)no-repeat;
}

#footer-address {
    /*margin-left:20px;*/
    vertical-align:top;
    left:20px;
    position:relative;
}

#footer-link{
    float:right;
    clear:left;
}

#footer-right-link{
    color:#fff;
    font-size: 11px;
    float:right;
    clear: both;
}

#footer-right-link a:link, #footer-right-link a:visited{
    color:#fff;
    text-decoration:none;
}

#footer-address p { color:#FFFFFF; }

#copyright {
    color:#ffffff;
    text-align:right;
    vertical-align:top;
}

#copyright-center{
    color:#fff;
    text-align:center;
}

#system-menu {
    width:990px;
    margin:40px auto 0 auto;
}

#system-menu a{
    color:#ffffff;
    text-decoration:none;
}

#footer-p_mark{
    width:150px;
    height:150px;
    /*background:url(p_mark.png)no-repeat;*/
    top:35px;
    float: right;
    clear: right;
    position: relative;
}

#footer-copyright{
   width:990px;
   margin-top:20px;
   position: relative;
   margin-left:auto;
   margin-right:auto;
}

.leftrow{
   display:none;
}

/**********************************************/
/*  テンプレートのコンテンツ  */
/**********************************************/

#container {
    width:990px;
    margin:25px auto 120px auto;
}

body.cc-indexpage #container {
    margin:45px auto 120px auto;
}

#container a:hover img,
#header-r a:hover img,
#top-content-wrap a:hover img.btn {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#container h1 {
    font-size:36px;
}

#container h2 {}

#container h3 {}

#container p { line-height:200%; }


#container a {
    text-decoration:none;
    padding-bottom:2px;
}

#container .rssFeed {
    width:480px;
    height:460px;
    border:solid 1px #cccccc;
    font-size:80%;
    padding:20px;
}

#container .breadcrumb p{}
#container .breadcrumb a,
#container .breadcrumb a:link,
#container .breadcrumb a:visited,
#container .breadcrumb a:hover{color:#000000;text-decoration:none;border-style:none;}
#container .j-blogSelection h1{font-size:18px;}
#container .j-blogSelection h2{font-size:18px;}
#container .j-blog-header {margin-top:35px;}

/**********************************************/
/* Jimdoデフォルトメニューのスタイル：未使用だがメンテナンス時に必要になる可能性があるため、消さない */
/*  Footer Navigation  */
/**********************************************/

#footer ul.mainNav1 li,
#footer ul.mainNav2 li,
#footer ul.mainNav3 li{
    float:left;
    display: inline;
    margin: 0;	
    padding: 0;
}

/**********************************************/
/* Jimdoデフォルトメニューのスタイル：未使用だがメンテナンス時に必要になる可能性があるため、消さない */
/*  Side Navigation  */
/**********************************************/

#container ul.mainNav1,
#container ul.mainNav2,
#container ul.mainNav3 {}

#container ul.mainNav1 li,
#container ul.mainNav2 li,
#container ul.mainNav3 li {}

#container ul.mainNav1 li a,
#container ul.mainNav2 li a,
#container ul.mainNav3 li a {}

#container ul.mainNav1 a:hover,
#container ul.mainNav2 a:hover,
#container ul.mainNav3 a:hover {}

#container ul.mainNav1 a.current,
#container ul.mainNav2 a.current,
#container ul.mainNav3 a.current {}


/**************************************/
/* 2018.12.30　リニューアルサイト用CSSの記述 */

/* スタイル名の命名規則　［ページ名＋スタイル名］　*/
/* 画像の命名規則　［ページ名＋画像種類＋画像名］*/

/**************************************/

/* ページタイトルの共通スタイル */
#page-title {
    display:block;
    height:118px;
    border-top:solid 1px #ef8201;
    border-bottom:solid 1px #ef8201;
}

#page-title h1{
    padding-top:4px;
    line-height:118px;
    text-align:center;
    font-size: 44px;
    font-weight: bold;
    color: #ef8201;
}

#page-title .line2-title {
  padding-top: 4px;
  text-align: center;
  line-height: 70px;
  font-size: 44px;
  color: #ef8201 !important;
}

#page-title p{ line-height:120%; }

.line2-title-small {
  padding-top: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}

.page-title {
  text-align: center;
  line-height: 118px;
  font-size: 44px;
  font-weight: bold;
  color: #ef8201;
}

/**********************************************/
/*  コンテンツカテゴリ：トップページ  */
/**********************************************/

#top-genba-wrap {
    height:590px;
    background:#ffffe4;
    padding-top:32px;
}

#top-genba-wrap h1,
#top-genba-wrap p{
    text-align:center;
    color:#000000;
}

#top-genba-wrap p{ font-size:18px }
#top-genba-wrap a{ font-size:15px }

#top-genba-staff-wrap {
    display:block;
    width:620px;
    margin:auto;
}

#top-genba-staff1 {
    width:310px;
    height:200px;
    margin:30px auto 20px auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/top-genba-staff1.png?t=1546245814) no-repeat 50%;
}

#top-genba-staff2 {
    width:310px;
    height:200px;
    margin:30px auto 20px auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/top-genba-staff2.png?t=1546245821) no-repeat 50%;
}

#top-user-voice {
    display:block;
    width:100%;
    height:500px;
    padding:20px;
    overflow-y:scroll;
    border:solid 1px #005bac;
    box-sizing: border-box;
}

#top-user-voice hr{ border-top:solid 1px #005bac; }

.toppage-news-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #005cad;
}

.toppage-sub-title {
  text-align: center;
  line-height: 1.3;
  font-size: 44px;
  font-weight: bold;
  color: #ef8201;
}

.toppage-sub-title-before {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}

.toppage-wisper-voice {
  text-align: center;
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
  color: #ef8201 !important;
}


/**********************************************/
/* 「お知らせ一覧」のボタン */
/**********************************************/

a.top-info-button {
    display:block;
    margin:auto;
    width:13%;
    height:26px;
    padding-bottom:3px;
    border-radius:6px;
    text-align:center;
    color:#ffffff !important;
    background:#005bac;
}

a.top-info-button:hover {
    display:block;
    margin:auto;
    width:13%;
    height:26px;
    padding-bottom:3px;
    border-radius:6px;
    text-align:center;
    color:#ffffff !important;
    background:#4194df;
}

/**********************************************/
/* ブログ一覧ページの表示制御 */
/**********************************************/

.j-blogarticle #cc-matrix-{

        clear:both;

        width:70%;

        border-bottom:1px dotted #000;

        margin-bottom:10px!important;

    }

/**********************************************/
/* コンテンツカテゴリ：サービス紹介 */
/**********************************************/

/* ヒアリング */
.service-img-hearing {
    display:block;
    width:213px;
    height:229px;
    margin:0 auto 30px auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/service-img-hearing.png?t=1546150821)no-repeat 50%;
}

/* ノウハウ */
.service-img-knowhow {
    display:block;
    width:213px;
    height:229px;
    margin:0 auto 30px auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/service-img-knowhow.png?t=1546150834)no-repeat 50%;
}

/* 万全サポート */
.service-img-heart {
    display:block;
    width:213px;
    height:229px;
    margin:0 auto 30px auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/service-img-heart.png?t=1546150827)no-repeat 50%;
}

/* テキスト中 */
.service-text-middle {
  text-align: center;
  line-height: 1.5 !important;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}

/* テキスト大 */
.service-text-large {
  text-align: center;
  line-height: 1.5 !important;;
  font-size: 28px;
  font-weight: bold;
  color: #666666;
}

/**********************************************/
/* コンテンツカテゴリ：構築の流れ */
/**********************************************/

/* 商談フェーズ */
h2.flow-phase-opportunity {
  border-top: solid 1px #209141;
  border-bottom: solid 1px #209141;
}
.flow-phase-opportunity {
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #209141;
}

/* 開発フェーズ */
h2.flow-phase-develop {
  border-top: solid 1px #433985;
  border-bottom: solid 1px #433985;
}
.flow-phase-develop {
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #433985;
}

/* 完成フェーズ */
.flow-phase-complete {
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #ef8201;
}

/* テーブルセル：「リプレイスの場合」 */
.flow-tblcell-replace {
    width:241px;
    height:215px;
    /*background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/flow-tblcell-replace.png?t=1546229777) no-repeat;*/
}

/* テーブルセル：「メイン」 */

.flow-tblcell-main {
    width:420px;
    background:#209141;
    padding:20px 26px;
}

.flow-tblcell-main p{ color:#ffffff;}

.flow-tblcell-main hr{
    background-color:#ffffff;
    border-top:1px;
}

/* テーブルセル：「機能追加の場合」 */
.flow-tblcell-funcadd {
    width:241px;
    height:231px;
    /*background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/flow-tblcell-funcadd.png?t=1546229770) no-repeat;*/
}

/* 構築の流れ「開発フェーズ」 */
.flow-development {
    display:block;
    width:574px;
    margin:auto;
}

.flow-tblcell-replace .bg,
.flow-tblcell-funcadd .bg{
    display:block;
    width:220px;
    background:#eeeeee;
}

/*不要な吹き出しを削除したので、テキストコンテンツを上へ移動*/
.flow-tblcell-replace .bg{
    position: relative;
    top: -311px; 
}

.flow-tblcell-funcadd .bg{
    position: relative;
    top: -263px;
}

.flow-tblcell-funcadd .bg{margin-left:20px}



.flow-tblcell-replace .text{
    padding:0px 16px;
}

.flow-tblcell-funcadd .text {
    padding:0px 16px;
}

.flow-text-small {
  line-height: 1.5;
  text-align: center;
}

.flow-text-middle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ef8201;
}

/**********************************************/
/* コンテンツカテゴリ：開発現場より */
/**********************************************/
a.bnr-genba-staff1{
    display:block;
    width:990px;
    height:258px;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/bnr-genba-staff1.png?t=1546342429) no-repeat 50%;
}

a.bnr-genba-staff2{
    display:block;
    width:990px;
    height:258px;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/bnr-genba-staff2.png?t=1546342441) no-repeat 50%;
}

a.bnr-genba-staff1:hover {background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/bnr-genba-staff1-hv.png?t=1546342641) no-repeat 50%;}
a.bnr-genba-staff2:hover {background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/bnr-genba-staff2-hv.png?t=1546342650) no-repeat 50%;}

p.genba-question {
   font-size:18px;
   line-height:24px;
   font-weight:bold;
   color:#005bac;
}

/**********************************************/
/* コンテンツカテゴリ：開発現場より＞現場１ */

#genba01-main-bg {
    background-color:#c2c4be;
}

#genba01-main {
    display:block;
    min-width:990px
    max-width:1600px;
    height:350px;
    margin:auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/genba-staff1-main.jpg?t=1546149561) no-repeat 50%;
}

/**********************************************/
/* コンテンツカテゴリ：開発現場より＞現場２ */

#genba02-main-bg {
    background-color:#c2c4be;
}

#genba02-main {
    display:block;
    min-width:990px
    width:1600px;
    height:350px;
    margin:auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/genba-staff2-main.jpg?t=1546232894) no-repeat 50%;
}

/**********************************************/
/* コンテンツカテゴリ：インスパのこと */
/**********************************************/

.company-main-bg {
    height:310px;
    background:#000000;
}

.company-main {
    width:990px;
    height:310px;
    margin:auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/company-main-202505.jpg?t=1746104486);
}

.company-prof-tbl {
    display:table;
    border-top:solid 1px #005bac;
}

.company-prof-tbl .end{
    border-bottom:solid 1px #005bac;
}

.company-prof-col-left {
    display:table-cell;
    width:170px;
    height:50px;
    background-color:#E2E2E2;
}

.company-prof-col-left p{
    padding-top:10px;
    padding-bottom:10px;
    margin-left:28px;
}

.company-prof-col-right {
    display:table-cell;
    width:820px;
}

.company-prof-col-right p,
.company-prof-col-right a{
    margin-left:28px;
}

/**********************************************/
/* コンテンツカテゴリ：事例集 */
/**********************************************/

/* ラベル「機能追加」 */
.case-label-add {
    margin-top:2px;
    display:inline-block;
    width:160px;
    height:36px;
    line-height:36px;
    text-align:center;
    background:#005bac;
    font-size:18px;
    color:#FFFFFF;
}

/* ラベル「API連携」 */
.case-label-api {
    margin-top:0;
    display:inline-block;
    width:160px;
    height:36px;
    line-height:36px;
    text-align:center;
    background:#209141;
    font-size:18px;
    color:#FFFFFF;
}

/* ラベル「システムサポート」 */
.case-label-support {
    margin-top:2px;
    display:inline-block;
    width:160px;
    height:36px;
    line-height:36px;
    text-align:center;
    background:#eb5b65;
    font-size:18px;
    color:#FFFFFF;
}

/* ラベル「システム連携」 */
.case-label-renkei {
/*  margin-top:4px; */
    display:inline-block;
    width:160px;
    height:36px;
    line-height:36px;
    text-align:center;
    background:#ef8401;
    font-size:18px;
    color:#FFFFFF;
}

/* ラベル横のお客様名前 */
.case-user-name {
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}

/* 弊社の目的 */
.case-purpose-small {
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
}
.case-purpose-large {
  text-align: center;
  line-height: 1.2;
  font-size: 44px;
  font-weight: bold;
}

/* 文中の小見出し */
.case-h3 {
  font-size: 24px;
  font-weight: bold;
  color: #005cad;
}

/* 構築を終えて */
.case-h2 {
  text-align: center;
  font-size: 26px;
  font-weight: auto;
  color: #005cad;
}

.case-h2.large {
  margin-top: 0;
  font-size: 36px;
}

/* タイトル上のランプ画像 */
.case-img-lamp_center {
    display:block;
    width:51px;
    height:89px;
    margin:auto;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case-img-lamp.png?t=1546227241) no-repeat;
}
.case-img-center-wrap h2 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
}

/* タイトルヨコのランプ画像 */
.case-img-lamp-wrap {
    display:block;
    width:214px;
    height:89px;
    margin:auto;
/*  border:dotted 1px #cccccc;  */
}

.case-img-lamp {
    display:block;
    width:51px;
    height:89px;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case-img-lamp.png?t=1546227241) no-repeat;
    float:left;
}

.case-img-lamp-wrap h2{
    padding-top:26px;
    text-align:center;
    font-weight:bold;
    font-size:36px;
    color:#005cad;
}

/* タイトルヨコのハート画像 */
.case-img-heart-wrap {
    display:block;
    margin:auto;
/*  border:dotted 1px #cccccc;  */
}



.case-img-heart {
    display:block;
    width:79px;
    height:69px;
    background:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case-img-heart.png?t=1546228427) no-repeat;
    float:left;
}

.case-img-heart-wrap h2{
    padding-top:6px;
    text-align:center;
    font-weight:bold;
    font-size:36px;
    color:#005cad;
}

/**********************************************/
/* コンテンツカテゴリ：事例集＞事例１ */
/**********************************************/

.case-fukidashi {
    display:block;
    width:678px;
    height:204px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case01-img-fukidashi.png?t=1546142985);
}

.case-fukidashi-text {
    display:block;
    padding:40px 65px 25px 45px;
}

.case-fukidashi-text p{
  line-height: 32px !important;
  font-size: 20px;
}

.case-fukidashi-large {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}

.case01-uservoice {
    display:block;
    width:895px;
    height:178px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case01-img-uservoice.png?t=1546144868);
}

/* お客様の声 */
.case-uservoice {
    display:block;
    width:895px;
    height:178px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case01-img-uservoice.png?t=1546144868);
}

.case-uservoice .text {
  padding: 25px 275px 25px 45px;
}

.case01-staffvoice {
    display:block;
    width:895px;
    height:191px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/staffvoice.png?t=1561394654);
    background-repeat: no-repeat;
}

/* 吹出しのテキスト表示位置 */
.case01-staffvoice .text,
.case02-staffvoice .text,
.case03-staffvoice .text,
.case04-staffvoice .text,
.case05-staffvoice .text,
.case06-staffvoice .text{
    padding:25px 45px 0px 275px;
}

/**********************************************/
/* コンテンツカテゴリ：事例集＞事例２ */
/**********************************************/

.case02-staffvoice {
    display:block;
    width:895px;
    height:191px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case02-img-staffvoice.png?t=1546413793);
}

.case02-staffvoice .text{
    padding: 15px 45px 0px 275px !important;
}

/* 矢印をPCで右向きにする */
.arrow-right {
  margin: auto;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-right: 0;
  border-bottom: 22px solid transparent;
  border-left: 37px solid #ef8201;
}

/**********************************************/
/* コンテンツカテゴリ：事例集＞事例３ */
/**********************************************/

.case03-staffvoice {
    display:block;
    width:895px;
    height:191px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case03-img-staffvoice.png?t=1546413809);
}

.case03-staffvoice .text{
    padding: 20px 45px 0px 275px !important;
}

/*.case03-staffvoice .text p{
    line-height:1.2em !important;
}*/

.sp-case-uservoice,
.sp-case-staffvoice {display:none;}

.pc-left.case03 {
  margin-left: 76px;
}

/* タイトルヨコのハート画像 */
.case-img-heart-wrap.case03 {
    width:562px;
    height:69px;
}

/**********************************************/
/* コンテンツカテゴリ：事例集＞事例４ */
/**********************************************/

.case04-staffvoice {
    display:block;
    width:895px;
    height:191px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case04-img-staffvoice.png?t=1549501338);
}

.case04-staffvoice .text{
    padding: 20px 45px 0px 275px !important;
}

.sp-case-staffvoice {display:none;}

/**********************************************/
/* コンテンツカテゴリ：事例集＞事例５ */
/**********************************************/

.case05-staffvoice {
    display:block;
    width:895px;
    height:191px;
    /*background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case05-img-staffvoice.png?t=1550020940);*/
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/staffvoice.png?t=1561394654);
    background-repeat: no-repeat;
}

.case05-staffvoice .text{
    padding: 20px 45px 0px 275px !important;
}

.sp-case-staffvoice {display:none;}


/**********************************************/
/* コンテンツカテゴリ：事例集＞事例６ */
/**********************************************/

.case06-staffvoice {
    display:block;
    width:897px;
    height:191px;
    background-image:url(https://u.jimcdn.com/cms/o/s13ba777d11e22a17/userlayout/img/case06-img-staffvoice.png?t=1552372564);
    background-repeat:no-repeat;
}

.sp-case-staffvoice {display:none;}

/*吹き出しテキスト1行目の位置調整*/
.pc-left.case06 {
  margin-left: 91px;
}

/*吹き出しテキスト2行目の位置調整*/
.pc-left.case06-2 {
  margin-left: 76px;
}

/*吹き出しテキスト3行目の位置調整*/
.pc-right.case06-3 {
  margin-right: 76px;
}

/*吹き出しテキストの全体テキストを中央表示*/
/*.case-fukidashi-text.case06-4 {
  padding-top: 40px;
}*/

/* タイトルヨコのハート画像 */
.case-img-heart-wrap.case06 {
    width:800px;
    height:69px;
}



/**********************************************/
/* コンテンツカテゴリ：お客様の声 */
/**********************************************/

#user-voice hr{ border-top:solid 1px #005bac; }



/**********************************************/
/* 「プライバシーポリシー」コンテンツの要素  */
/**********************************************/
.cc-privacy h1{
    margin-top:25px !important;
    margin-bottom:-75px !important;
}

.cc-privacy h3, .cc-privacy p, .cc-privacy ul{
    margin-top:15px !important;
}

.cc-privacy p, .cc-privacy ul{
    margin-bottom:35px !important;
}


/**********************************************/
/* 「クッキーポリシー」コンテンツの要素  */
/**********************************************/
.j-static-page h2, .j-static-page h3{
    margin-top: 30px;
    margin-bottom: -15px;
}

.j-static-page p{
    line-height: 1.58em !important;
}


/*.j-cookie-policy th {
    border: 1px solid currentColor;
    padding: 8px;
    border-left-width: 0;
}*/

.j-cookie-policy th, .j-cookie-policy td {
    border: 1px solid currentColor;
    padding: 8px;
    border-top-width: 1px !important;
    border-left-width: 0;
}

.j-cookie-policy td:first-child, .j-cookie-policy th:first-child {
    border-right-width: 1px !important;
    border-bottom-width: 0;
    border-top-width: 0;
    border: solid 1px currentColor;
}

.j-cookie-policy tr:last-child td, .j-delivery-info tr:last-child td {
    border-bottom-width: 0;
    border-bottom-width: 2px !important;
}

.j-cookie-policy td:last-child, .j-cookie-policy th:last-child {
    border-left-width: 0;
}