
/* TABLE OF CONTENTS:
 * 
 * 01 どのサイズでも共通で適用されるスタイル
 *    - 見出しデザイン
 *    - 投稿本文用の見出し
 *    - 基本パーツ
 *    - SWIPER
 *    - 目次プラグイン
 *    - 作業事例（サムネイル表示）
 *    - コラム集
 *    - コラム
 *    - カテゴリーページコラム
 *    - 鍵開け・鍵交換作業の流れ
 *    - 鍵の出張サービス
 *    - トラブルシーン別
 *    - サービス料金
 *    - カテゴリーページ　料金表（画像化）
 *    - 選ばれる理由
 *    - 対応エリアコンテンツ
 *    - よくある質問
 *    - ご本人様確認について
 *    - フッターの上の表示枠
 *    - 関連記事（ランキング）
 *    - 画像化時適用スタイル
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 *    - フォントサイズと行送り
 *    - 見出しデザイン
 *    - 基本パーツ
 *    - 目次プラグイン
 *    - 作業事例（サムネイル表示）
 *    - 鍵の出張サービス
 *    - トラブルシーン別
 *    - 選ばれる理由
 *    - よくある質問
 *    - フッターの上の表示枠
 *    - フッターの上の表示枠内、対応エリア
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 *    - サービス料金
 */

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * どのサイズでも共通で適用されるスタイル
 */

  /* 見出しデザイン */
  h2[id*="-heading"] {
    background-color: #2082d7;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 20L20 0H10L0 10M20 20V10L10 20'/%3E%3C/g%3E%3C/svg%3E");
    color: #FFF;
    text-align: center;
    margin-right: calc( ( 50vw - 50% ) * -1 );
    margin-left: calc( ( 50vw - 50% ) * -1 );
    padding-top: 32px;
    padding-bottom: 24px;
    width: 100vw;
  }
  h2[id*="-heading"][data-label] {
  }
  h2[id*="-heading"][data-label]:after {
    content: attr(data-label);
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    text-align: center;
  }
  .outer h2[id*="-heading"] {
    margin-top: -2rem;
  }
h1 span.small {
  font-size: 0.5em;
  display: block;
  text-align: center;
  margin-bottom: -2em;
}
h1 span.small:before,
h1 span.small:after {
  display: inline-block;
  content: " ／ ";
}
h1 span.small:before {
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-right: 4px;
}

h2 span.small {
  font-size: 0.7em;
  font-weight: 400;
}


/* 投稿本文用の見出し */
body.single-post.has-sidebar .entry-content h2 {
    background-color: #2082d7;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 20L20 0H10L0 10M20 20V10L10 20'/%3E%3C/g%3E%3C/svg%3E");
    color: #FFF;
    padding: 0.5em;
}
body.single-post.has-sidebar .entry-content h3 {
  border-bottom: 1px #CCC solid;
  display: flex;
  padding-bottom: 1rem;
}
body.single-post.has-sidebar .entry-content h3:before {
  content: "";
  background-color: #ff9933;
  display: block;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 10px;
}



/* 基本パーツ */
  .catch {
    font-weight: bold;
  }
  h2[id*="-heading"] + .catch {
  }

  .txt-r {
    text-align: right;
  }
  .txt-l {
    text-align: left;
  }

  .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  p.indent + p.indent {
    margin-top: -1em;
  }

  .img-c {
    display: block;
    clear: both;
    text-align: center;
    margin: 0 auto 1.5em;
  }

  .accent {
    font-weight: bold;
  }
  .deco {
    color: #C00;
    font-weight: bold;
  }
  .marker-red {
    background: -webkit-linear-gradient(top, transparent 60%, #ff6666 60%, #ff6666 100%);
    background: linear-gradient(transparent 60%, #e7b9be 60%, #ff6666 100%);
  }
  .marker-pink {
    background: -webkit-linear-gradient(top, transparent 60%, #ff99cc 60%, #ff99cc 100%);
    background: linear-gradient(transparent 60%, #ffdfef 60%, #ff99cc 100%);
  }
  .marker-yellow {
    background: -webkit-linear-gradient(top, transparent 60%, #ffff00 60%, #ffff00 100%);
    background: linear-gradient(transparent 60%, #ffffbc 60%, #ffff00 100%);
  }
  .marker-green {
    background: -webkit-linear-gradient(top, transparent 60%, #33cc33 60%, #33cc33 100%);
    background: linear-gradient(transparent 60%, #c5ffbc 60%, #33cc33 100%);
  }
  .marker-blue {
    background: -webkit-linear-gradient(top, transparent 60%, #66ccff 60%, #66ccff 100%);
    background: linear-gradient(transparent 60%, #cce5ff 60%, #66ccff 100%);
  }

  .img-r .image,
  .img-l .image {
    text-align: center;
    margin: 0 auto 0.8em;
    width: 80%;
  }

  #content .more {
    text-align: center;
  }
  #content .more a {
    background: #ffcc00;
    background: -webkit-linear-gradient(top, #fefb42 0%,#ffcc00 100%);
    background: linear-gradient(to bottom, #fefb42 0%,#ffcc00 100%);
    border: 2px #4b9adf solid;
    border-radius: 2em;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #333;
    display: inline-block;
    padding: 0.5em 3em 0.5em 2em;
    position: relative;
  }
  #content .more a:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    line-height: 1em;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    height: 1em;
    width: 1em;
  }
  #content .more a:hover {
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.15),0 0 5px rgba(0,0,0,0.1);
    transition: 0.3s;
  }

  .sbtitle {
    cursor: pointer;
  }

  .cl-letter:after {
    content: "続きを読む";
    margin-left: 0.5em;
  }
  .cl-letter {
    border: 1px solid #ccc;
    background: #efeeee;
    border-radius: 15px;
    color: #999;
    display: block;
    font-size: 12px;
    height: auto;
    margin: 20px auto;
    outline: 0;
    overflow: inherit;
    padding: 3px 10px;
    width: 50%;
  }
  .cl-letter:hover,
  .cl-letter:focus {
    background: #efeeee;
  }
  .cl-letter.open:after {
    content: "閉じる";
  }
  .cl-letter.open i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .cl-letter + * {
    margin-top: 3em;
  }
  .hide-text {
    display: none;
  }



  /* SWIPER */



  /* 目次プラグイン */
  div#toc_container {
    margin: 0 auto 3em;
    max-width: 1000px;
    padding: 20px;
    table-layout: fixed;
    width: 100%;
    background-image: url(/wp-content/themes/twentyseventeench/img/contents/toc-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  #main #toc_container .toc_title {
    font-weight: normal;
  }
  #toc_container .toc_list > li {
    counter-increment: li;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-left: 40px;
    position: relative;
  }
  #toc_container .toc_list > li:after {
    background: none;
    content: "0" counter(li) " |";
    left: -2em;
    letter-spacing: -1px;
    position: absolute;
    top: -1px !important;
  }
  #toc_container .toc_list > li:nth-of-type(9) ~ li:after {
    content: counter(li) " |";
  }
  div#toc_container.contracted {
    max-width: 450px;
    width: 50% !important;
    background-image: none;
  }
  #toc_container .toc_list li a {
    color: #000;
  }
  #toc_container .toc_list li a:hover {
    color: #ee7800;
  }



/* 作業事例（サムネイル表示） */
  .results-withumb ul li {
    background: #FFF;
    border-radius: 5px;
    padding: 16px;
    list-style: none;
    position: relative;
  }
  .single.has-sidebar .results-withumb ul li {
    padding: 0;
  }
  .results-withumb ul li .pict {
    float: left;
    margin-bottom: 1em;
    width: 30%;
  }
  .results-withumb ul li .pict img {
    vertical-align: bottom;
  }
  .results-withumb ul li .date {
    font-size: 0.8em;
    text-align: right;
    margin-left: 34%;
  }
  .results-withumb ul li .status {
    font-size: 0.8em;
    margin-top: 0.5em;
    margin-left: 34%;
  }
  .results-withumb ul li .status .genre {
    background: #6f6f6f;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    padding: 0.25em 1em;
  }
  .results-withumb ul li .status a.genre:hover {
    filter: saturate(1.8);
  }
  .results-withumb ul li .status a.genre {
    color: #fff !important;
  }
      .results-withumb ul li .status .genre[class*="unlock"] {
        background: #0c74cf;
      }
      .results-withumb ul li .status .genre[class*="exchange"] {
        background: #b84900;
      }
      .results-withumb ul li .status .genre[class*="duplicate"] {
        background: #008262;
      }
      .results-withumb ul li .status .genre[class*="repair"] {
        background: #297F31;
      }
      .results-withumb ul li .status .genre[class*="install"] {
      }
      .results-withumb ul li .status .genre[class*="break"] {
      }
      .results-withumb ul li .status .genre[class*="car-key"] {
          background: #137997;
      }

  .results-withumb ul li .status .area {
    display: block;
  }
  .results-withumb ul li .status .area a {
    text-decoration: underline !important;
    display: inline-block;
    padding: 0.25em
  }


  .results-withumb ul li .title {
    line-height: 1.3em;
    margin-top: 0.5em;
    margin-left: 34%;
  }
  .results-withumb ul li .excerpt {
    font-size: 0.8em;
    margin-top: 0.5em;
    margin-left: 34%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }



/* コラム集 */
  ul.column-posts li {
    background: #f4f4f4;
    border-radius: 5px;
    list-style: none;
    padding: 0.5em;
  }
  ul.column-posts li .pict {
    text-align: center;
  }
  ul.column-posts li .title {
    margin-bottom: 0.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  ul.column-posts li .title a {
    text-decoration: underline;
  }
  ul.column-posts li .excerpt {
    font-size: 0.9em;
  }
  .column-swiper .swiper-pagination {
    position: static;
    padding-top: 0.5em;
  }

/* 弊社で作ったコラム群 */
.column-group ul.column-posts li {
  background: #f4f4f4;
  border-radius: 5px;
  list-style: none;
  padding: 0.5em;
}
.column-group ul.column-posts li .pict {
  float: left;
}
.column-group ul.column-posts li .title {
  margin-bottom: 0.5em;
  margin-left: 166px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}
.column-group ul.column-posts li .title a {
  text-decoration: underline;
}

.column-box {
  margin-bottom: 1.5rem;
}

.column-box .type {
  margin-bottom: 0.5rem;
}

.column-box h4 {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}

.column-box h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding-top: 0.5rem;
}

.column-box p{
  margin: 0;
}

.column-city-bouhan ul li {
  list-style: none;

}

.column-city-bouhan ul li i.fa-map-marker-alt {
  margin-right: 0.5em;
}
.column-city-bouhan ul li i.fa-phone {
  margin-right: 0.5em;
}



/* コラム */
p.c-catch {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  text: left;
  margin-bottom: 0.5rem;
  font-weight: 700;   
}

.postid-34840 .key-text__head span.rank {
  font-size: 1.5rem;
}

/* カテゴリーコラム（鍵開け方法・費用相場に関するお役立ち情報） */
#safe-colum ul.column-posts li {
  background: #f4f4f4;
  border-radius: 5px;
  list-style: none;
  padding: 0.5em;
}
#safe-colum ul.column-posts li .pict {
  float: left;
}
#safe-colum ul.column-posts li .title {
  margin-bottom: 0.5em;
  margin-left: 166px;
}
#safe-colum ul.column-posts li .title a {
  text-decoration: underline;
}
#safe-colum ul.column-posts li .excerpt {
  font-size: 0.9em;
  margin-left: 166px;
}


/* 鍵開け・鍵交換作業の流れ */
.flow ol li {
  list-style: none;
}
.flow ol li .image {
  text-align: center;
}
.flow ol li .ttl {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.flow ol li .txt {
}



/* 鍵の出張サービス */
.key-service li {
  list-style: none;
}
.key-service li a {
  background: #FFF;
  border: 5px #2082d7 solid;
  border-radius: 5px;
  color: #333 !important;
  display: block;
  padding: 10px;
  height: 100%;
}
.key-service li a:hover {
  background: #eefcff;
}
.key-service .srv-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.key-service .srv-wrap .srv-type {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  font-weight: bold;
  grid-area: type;
}
.key-service .srv-wrap .srv-cost {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: cost;
}
.key-service .srv-wrap .srv-cost > span {
  color: #ca3232;
  display: block;
  font-weight: bold;
}
.key-service .srv-wrap .srv-cost > span span {
  line-height: 1.2em;
}
.key-service .srv-wrap .srv-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
  padding-right: 10px;
}
.key-service .srv-wrap .srv-img img {
  vertical-align: bottom;
}
.key-service .srv-wrap .srv-txt {
  font-size: 0.9em;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: txt;
  padding-top: 1em;
}
  @media screen and (max-width: 767px) {
    .key-service .srv-wrap {
      -ms-grid-columns: 110px 1fr;
      grid-template-columns: 110px 1fr;
          grid-template-areas: "image type" "image cost" "txt txt";
    }
    .key-service .srv-wrap .srv-type {
      font-size: 1.2em;
    }
    .key-service .srv-wrap .srv-cost > span span {
      font-size: 2em;
    }
    .key-service .srv-wrap .srv-img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100px;
      width: 100px;
    }
  } /* max767px */



/* トラブルシーン別 */
.trouble-scene li {
  background: #FFF;
  border: 5px #2082d7 solid;
  border-radius: 5px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trouble-scene li .icon {
  background: #1f82d7;
  height: 100%;
  width: 20vw;
  top: 0;
  text-align: center;
}
.trouble-scene li .icon svg {
  fill: #FFF;
  height: 15vw;
  width: 50%;
  vertical-align: bottom;
}
.trouble-scene li .txt {
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 20px;
}

/* サービス料金 */
.outer.price {
  background-image: url(../img/contents/price-bgl.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* .chuijiko {
    border: solid 1px;
    background-color: #fff;
    border: 4px solid #cb312c;
    border-radius: 5px;
}
.chuijiko p {
    text-align: center;
    background-color: #cb312c;
    color: white;
    padding: 0.5rem;
}
.chuijiko ul {
  padding: 0 1rem 0 1rem;
} */
.chuijiko li {
  list-style: none;
}
/* カテゴリーページ　料金表（画像化）*/
.outer.price .img-100vw img {
  width: 100vw;
}

 .price .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2em;
 }
  .price .price-list > div {
  width:100%;
  padding: 1em 5px;
  margin: 0.5em;
  border: 5px solid #2082d7;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .price .price-list div[class*="li-case"] {
  border: 5px solid #ffc33b;
  background-image: url(/wp-content/themes/twentyseventeench/img/contents/sample2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% 95%;
}
  .price .price-list > div .sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
*/
  width: 100%;
}
  .price .price-list > div .icon2{
  width: 35%;
  margin-right: 1em;
  margin-left: 5px;
  text-align: center;
}
  .price .price-list > div .list-box{
  flex-basis: 100%;
  margin-left: 1em;
  margin-top: 0.5rem;
}
  .price .price-list > div ul {
  width: 100%;
  margin-bottom: 0;
}
  .price .price-list > div ul li {
  list-style: none;
  float: left;
  padding: 0 0.5rem;
  background-color: #efefef;
  margin-right: 12px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 5px;
}
  .price .price-list > div ul li span {
  font-size: 15px;
  font-weight: normal;
  border-radius: 50px;
  margin-right: 0;
}
  .price .price-list > div svg[class*="i-"] {
  fill: #2082d7;
  height: 60px;
  width: 100%;
  display: inline-block;
}
  .price .price-list > div .p-txt {
  align-self: center;
  font-size: 18px;
  font-size: 1.2em;
  width: 65%;
}
.price .price-list > div .p-txt p {
  margin-bottom: 0;
}
.price .price-list > div .p-txt p.tax1 {
  color: #C00;
  font-weight: bold;
  font-size: 1.6em;
}
  .price .price-list > div .p-txt p.tax1 span.tax2 {
  display: inline;
  font-size: 16px;
}
.price .price-list > div .p-txt p span {
  display: block;
  font-size: 20px;
}
 br.max30 { display: none;  }

table.key-price,
table.key-price-plus {
  border: 1px #CCC solid;
}
table.key-price th,
table.key-price-plus th {
  background: #FFF;
  border: 1px #CCC solid;
  padding: 0.4em;
}
table.key-price tr:first-child th,
table.key-price-plus tr:first-child th {
  background: #f0f8ff;
  text-align: center;
}
table.key-price td,
table.key-price-plus td {
  background: #FFF;
  border: 1px #CCC solid;
  padding: 0.4em;
}
table.key-price td:before {
  content: "出張費 2,000円～　\税込 ";
  white-space: pre;
}

  @media screen and (max-width: 480px) {
    .price .price-list > div .p-txt p.tax1 {
      font-size: 1em;
    }
      .price .price-list > div .p-txt p.tax1 span.tax2 {
      font-size: 14px;
    }
    br.max30 { display: block;  }

    table.key-price,
    table.key-price tbody,
    table.key-price tr,
    table.key-price th,
    table.key-price td,
    table.key-price-plus,
    table.key-price-plus tbody,
    table.key-price-plus tr,
    table.key-price-plus th,
    table.key-price-plus td {
      border: none;
      display: block;
      width: 100%;
    }
    table.key-price tr:first-child,
    table.key-price-plus tr:first-child {
      display: none;
    }
    table.key-price th[rowspan],
    table.key-price-plus th[rowspan] {
      background: #e3f2ff;
    }
    table.key-price td,
    table.key-price-plus td {
      border-bottom: 1px #333 dotted;
      text-align: right;
    }
    table.key-price td:before {
      content: "出張費 2,000円～　税込 ";
    }
  } /* max 480px */



/* 選ばれる理由 */
#reason h2, div #reason-head{
  background: #FFF;
  color: #333;
  text-align: center;
  padding: 1em 4vw 0;
  margin: -1px calc( ( 50vw - 50% ) * -1 ) 0;
}
#reason h2 img, div #reason-head img{
  vertical-align: bottom;
}
#reason .taiou {
  color: #ffff33;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding-top: 1em;
}
#reason ul li {
  list-style: none;
}
#reason ul li .image {
  text-align: center;
}
#reason ul li .txt {
  display: none;
}

#reason .img-l.jlc {
  border: 10px solid #7bc3e1;
  background-color: #fff;
  padding: 0.5rem;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

#reason .img-l.jlc div.image {
  margin: auto;
  width: 30%;
  max-width: 140px;
}

#reason .img-l.jlc div.cont p {
  color: #000;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.8rem;
}

#reason .img-l.jlc div.cont p span.jlc-name a{
  font-size: 1.24rem;
  font-weight: 700;
  color: #2082d7;
  white-space: nowrap;
}

#reason .img-l.jlc div.cont p span.jlc-name a:focus,
#reason .img-l.jlc div.cont p span.jlc-name a:hover{
  color: #d76d44;
}


/* 対応エリアコンテンツ */
 #content .area-plus {
      margin-top: 2em !important;
 }
 #content .area-plus h3 {
     background-color: #2082d7;
     color: #fff;
     font-weight: bold;
     margin-bottom: 0;
     padding: 0.5em!important;
     position: relative;
     text-align: center;
     text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0 -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
 }
 #content ul.area-list {
     border-bottom: 5px solid #2082d7;
     border-left: 5px solid #2082d7;
     border-right: 5px solid #2082d7;
     max-height: 200px;
     overflow: overlay;
     padding: 1em 1em;
     margin-bottom: 0;
 }
 #content ul.area-list li {
     display: inline-block;
     font-size: 12px;
     margin: 0;
     padding: 0 .5em 0 0;
     position: relative;
     text-align: center;
     width: 10em;
 }
 #content ul.area-list li:after {
     background: #ccc;
     content: "";
     height: 1em;
     width: 1px;
     margin: auto 0;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
 }

section[id$="support"] .support-pref {
    background-color: #cde8ff;
    border-radius: 5px;
    padding: 20px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
section[id$="support"] .support-pref > div {
  display: flex;
  border-bottom: 1px rgba( 0,0,0,0.5 ) solid;
  padding: 1rem 0.5rem;
  max-width: 800px;
  margin: 0 auto;
}
section[id$="support"] .support-pref > div dt {
  font-size: 0.8rem;
  font-weight: normal;
  min-width: 10em;
}
section[id$="support"] .support-pref > div dd {
  font-size: 0.8rem;
  margin: 0;
}
section[id$="support"] .support-pref > div dd ul {
  margin: 0;
}
section[id$="support"] .support-pref > div dd ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1.5em;
}


/* ご本人様確認について */
.id-verify .valid-documents {
  background: #fbfbfb;
  border: 1px rgba(0,0,0,0.1) solid;
  margin-bottom: 1em;
  padding: 1em 2em;
}
.id-verify .valid-documents h3 {
  text-align: center;
}
.id-verify .valid-documents ul {
  margin-bottom: 0;
  padding-left: 1em;
  display: flex;
  flex-wrap: wrap;
}
.id-verify .valid-documents ul li {
  min-width: 50%;
}


/* よくある質問 */
  .qa dl {
    counter-reset: num;
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
  }
  .qa dl dt {
    background: rgba( 255, 255, 255, 0.8 );
    border-bottom: 1px #004b8c dotted;
    margin-bottom: 0.5em;
    padding: 0.5em 1em 0.5em 3em;
    position: relative;
  }
  .qa dl dt:before {
    background: #004b8c;
    border-radius: 5px;
    counter-increment: num;
    content: "Q"counter(num);
    color: #FFF;
    line-height: 1em;
    display: inline-block;
    margin: auto 0;
    padding: 0.6em 0.4em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2.2em;
  }
  .qa dl dt:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f107";
    color: #7c7d7f;
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    width: 1em;
  }
  .qa dl dd {
    background: rgba( 255, 255, 255, 0.8 );
    margin: 0 0 1em;
    padding: 1em 1em 0.5em 3.5em;
    position: relative;
  }
  .qa dl dd:before {
    background: #FB7D00;
    border-radius: 5px;
    content: "A"counter(num);
    color: #FFF;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.3em 0.4em;
    position: absolute;
    top: 1.2em;
    left: 0;
    height: 2.3em;
  }


/* フッターの上の表示枠 */
  div.f-box {
    display: none;
  }

/* コラム記事 */ 
/* 関連記事（ランキング） */
  .key-connection{
    position: relative;
    background-color: #cde8ff;
    border-radius: 5px;
    padding: 0 1rem 1.5rem;
    margin: 1.5rem 0 !important;
  }
  .key-connection span {
    padding: 4px 8px;
    font-size: 13px;
    position: absolute;
    top: -15px;
    left: 10px;
    background: #ff5a40;
    border: 2px solid #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
  }
/* QAの文字装飾 */
  .key-text__head span {
    font-weight: bold;
    font-size: 2rem;
    color: #2082D7;
  }

/* お問い合わせバナー */
   .img-box {
     margin: 1em 0 4em 0;
  }
  .img-box .txt-box {
     border: 5px solid #c33;
     background-color: #fff;
     padding: 20px 5px 0 5px;
     border-top: 0;
     margin-top: -18px;
  }
  .img-box span {
    display: block;
  }
  .img-box .img-c {
    margin: 0;
  }
  .txt-box .txt {
  width: 100%;
  }
  .txt-box .txt p {
  margin: 10px 0 10px 10px;
  }
  .txt-box .txt span {
  display: inline-block;
  }
  .txt-box .bnr {
  text-align: center;
  align-self: center;
  }
/* 事例・コラムページ */
  .jirei-flow{
    width: 100%;
  }

/* -画像化時適用スタイル- */
.tmp-replace img {
  width: 100%;
}

/* --------------------------------------------------------------------------------------------------------
 02
*
* 幅 480px 以上
*/
@media screen and (min-width: 30em) {

  /* ここにスタイル */

}/* End 620px Mobile Large */



/* --------------------------------------------------------------------------------------------------------
 03
*
* 幅 768px 以上
*/
@media screen and (min-width: 48em) {


/* フォントサイズと行送り */
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3;
    color: #333;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3;
    color: #333;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333;
  }
  p.catch {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  dl dt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }




/* 見出しデザイン */
  .box h1 {
    font-size: 2rem;
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
  }
  .box h1.title-bg {
    background: url(../img/bg/lock.png) no-repeat center;
    background-size: 70px;
    margin: 10px;
  }
  h2[id*="-heading"] {
  }
  .single .example-post  h2[id*="-heading"] {
    font-size: 28px;
  }


/* 基本パーツ */
  .box h2[id*="-heading"] {
    text-align: center;
  }

  .catch {
    text-align: center;
  }
  h2[id*="-heading"] + .catch {
    margin-top: -0.8em;
  }

  .txt-c {
    text-align: center;
  }
  .img-r,
  .img-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .img-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .img-r .image,
  .img-l .image {
    margin: 0 0 1.5em;
    width: 35%;
  }
  .img-r .cont,
  .img-l .cont {
    width: 60%;
  }

  .cl-letter {
    display: none;
  }
  .cl-letter + * {
    margin-top: 0;
  }
  .hide-text {
    display: block;
  }


  /* 目次プラグイン */
  #toc_container .toc_list {
    width:100%;
  }
  #toc_container .toc_list > li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.556;
    display:inline-block;
    margin: 0 0 0.5em 5%;
    padding-left: 2em;
    width: 45%;
  }
  #toc_container .toc_list > li:after {
    left: 0;
  }
  #toc_container .toc_list > li:first-child,
  #toc_container .toc_list > li:nth-child(2n+1) {
    margin-left: 0;
  }



/* 作業事例（サムネイル表示） */
  .results-withumb .post-wrap .pict {
    float: left;
    margin-bottom: 0;
    width: 150px;
  }
  .results-withumb .post-wrap .date,
  .results-withumb .post-wrap .title,
  .results-withumb .post-wrap .status,
  .results-withumb .post-wrap .excerpt {
    margin-left: 166px;
  }



  /* 鍵の出張サービス */
    .key-service .srv-wrap {
      -ms-grid-columns: 155px 1fr;
      grid-template-columns: 155px 1fr;
          grid-template-areas: "image type" "image cost" "image txt";
    }
    .key-service .srv-wrap .srv-type {
      font-size: 1.5em;
    }
    .key-service .srv-wrap .srv-cost > span span {
      font-size: 2.2em;
    }
    .service .srv-wrap .srv-cost > span {
/*        display: inline;*/
    }

    body.single-post.has-sidebar .key-service .srv-wrap {
      -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
    }
    body.single-post.has-sidebar .key-service .srv-wrap .srv-type {
      font-size: inherit;
    }
    body.single-post.has-sidebar .key-service .srv-wrap .srv-cost > span {
      font-size: 0.8em;
    }
    body.single-post.has-sidebar .key-service .srv-wrap .srv-txt {
      font-size: 0.8em;
    }


  /* トラブルシーン別 */
    .trouble-scene li .icon {
      height: 80px;
      width: 120px;
    }
    .trouble-scene li .icon svg {
      height: 80px;
    }
    .trouble-scene li .txt {
      font-size: 1.6em;
    }


  /* 選ばれる理由 */
    #reason .taiou {
      font-size: 2em;
      text-align: center;
    }
    #reason ul li .txt {
      display: block;
    }
    #reason .img-l.jlc {
      padding: 1rem;
    }
    #reason .img-l.jlc div.image {
      width: 28%;
      max-width: 100%;
    }

    #reason .img-l.jlc div.cont {
      width: 65%;
    }
    #reason .img-l.jlc div.cont p {
      text-align: left;
      font-size: 1rem;
    }
    #reason .img-l.jlc div.cont p span.jlc-name a{
      font-size: 1.6rem;
    }

/* サービス料金 */
  .price .price-list > div > div {
    margin-left: 0;
  }

/* よくある質問 */
  .qa dl dt {
  }
  .qa dl dt:before {
  }
  .qa dl dd:before {
    font-size: 1.2rem;
  }
  .qa dl dd {
    padding-left: 4em;
    padding-bottom: 2em;
  }



/* フッターの上の表示枠 */
  div.f-box {
    display: block;
  }
  div.f-box h3 {
    text-align: center;
  }
  div.f-box .f-box-wrapper {
    padding: 16px;
  }
  div.f-box .f-box-inner {
    max-width: 1000px;
    margin: 0 auto;
  }

    /* フッターの上の表示枠内、対応エリア */
      div.f-box .taiou {
        background: #f4f4f4;
        padding: 1em 0 1px;
      }
      div.f-box .taiou p a {
        text-decoration: underline;
      }
      div.f-box .taiou ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
      }
      div.f-box .taiou ul li {
        list-style: none;
        padding: 0 1em;
      }
      div.f-box .taiou ul li a {
        background: #FFF;
        border: 1px #2082d7 solid;
        border-radius: 2em;
        color: #2082d7;
        display: block;
        padding: 0 1em;
      }
      div.f-box .taiou ul li a:hover {
        background: #E9F8FF;
      }

/* お問い合わせバナー */
 .img-box .txt-box {
     width: 100%;
 }
 .txt-box .txt{
     width: 45%;
}
.txt-box .txt span {
  display: block;
}
  .sp-on {
      display: none;
  }
  .outer.color1 {
      position: relative;
  }
  .key-service.exchange:before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-image: url(../img/contents/inspired-woman.png);
      width: 269px;
      height: 263px;
      bottom: 0;
      right: 4%;
  }
  
  /* ヘッダテキスト */
  .site-branding .branding > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-right: auto;
      margin-left: auto;
      max-width: 1000px;
      font-size: 0.8em;
  }
  .site-branding .branding > div > p {
      margin-bottom: 5px;
  }

}/* End 740px Tablet Small */



/* --------------------------------------------------------------------------------------------------------
 04
*
* 幅 880px 以上
*/
@media screen and (min-width: 55em) {

  /* サービス料金（price）*/
  .price .price-list > div {
  width: 48%;
  padding: 0.7rem 0.3rem;
  border: 5px solid #2082d7;
  }
  #content .price .price-list div[class*="li-case"] {
  border: 5px solid #ffc33b;
  }
  .price .price-list > div .p-txt {
  align-self: center;
  font-size: 26px;
}

}/* End 880px Tablet Large */



/* --------------------------------------------------------------------------------------------------------
 05
*
* 幅 1072px 以上
*/
@media screen and (min-width: 67em) {

  .box h1 {
      font-size: 2.6em;
  }
  .key-service:before {
      right: calc(50% - 420px);
  }

  /* サービス料金（price）*/
  .price .price-list > div .sp {
      -ms-flex-wrap: initial;
      flex-wrap: initial;
  }

}/* End 955px Desktop Small */



/* --------------------------------------------------------------------------------------------------------
 06
*
* 幅 1264px 以上
*/
@media screen and (min-width: 79em) {


  /* サービス料金 */
    .outer.price {
      background-image: url(../img/contents/price-bgl.jpg), url(../img/contents/price-bgr.jpg);
      background-position: left center, right center;
      background-size: auto;
    }


/*フッター部クラウドセキュアシール*/
    div.cloudsecure {
    padding-top: 24px;
   }
   
}/* End 1100px Desktop Medium */