@charset "UTF-8";
/* すべてのウェブサイトで利用するスタイルのフォーマットを記述するエリア */
/*$color-back-footer: #B2974B;*/
/*$color-text-h: rgba(105, 146, 166, 1.0);*/
/*$break-pointSP_M: 768px;*/
html {
  background-color: #787878; }

body {
  font: 0.4666666667 !important;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  word-break: break-all; }

* html body, *:first-child + html body {
  font-size: 75%; }

body {
  font-size: 16px;
  line-height: 1.9em; }

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 1.7em; }
    body #text-count p, body #text-count li {
      font-size: 16px;
      line-height: 1.9em; } }
a:link, a:visited {
  text-decoration: underline; }
a:link, a:visited {
  color: #444444; }
a:hover, a:active {
  color: #6992a6; }
a:hover img {
  opacity: .60; }

.content img {
  border: 0;
  width: auto;
  height: auto;
  /*max-height: 600px;*/
  max-width: 100%;
  margin-bottom: 35px; }
  .content img.ip-cap {
    border-top: 20px solid #1a1a1a;
    border-bottom: 20px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    border-radius: 8px; }

#main iframe.wp-embedded-content {
  max-width: 100% !important; }

.google-map-canvas {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .google-map-canvas iframe, .google-map-canvas object, .google-map-canvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px; }
  .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px; }

.ggmapr object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.page-top {
  display: none; }

#move-page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  top: auto;
  left: auto;
  overflow: hidden;
  width: auto;
  z-index: 90;
  font-family: sans-serif;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #333;
  font-weight: bold;
  padding: 8px 9px;
  border: 1px solid #000;
  background: #111;
  background-origin: border;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 10px 10px rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  outline: none; }
  #move-page-top:hover {
    background: #4d5858;
    background: #111 linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    cursor: pointer; }
  #move-page-top:active {
    background: #111;
    background: #111 linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    outline: none; }
  #move-page-top:focus, #move-page-top:hover {
    outline: none; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background-color: currentColor;
  vertical-align: -0.125em; }

.icon-mail {
  -webkit-mask: url("../vendor/lucide/mail.svg") center/contain no-repeat;
  mask: url("../vendor/lucide/mail.svg") center/contain no-repeat; }

@media only screen and (max-width: 575px) {
  #text-count .br-pc {
    display: none; } }
@media only screen and (min-width: 1200px) {
  #text-count .br-md {
    display: none; } }
@media only screen and (max-width: 575px) {
  #text-count .br-md {
    display: none; } }
#text-count .br-sp {
  display: none; }
  @media only screen and (max-width: 575px) {
    #text-count .br-sp {
      display: inline-block; } }

/* ****************************************************** */
/* アラートメッセージ */
/* ****************************************************** */
ul.messages_ul {
  padding: 0;
  background-color: transparent; }

/* ****************************************************** */
/* ****************************************************** */
/* 更新画面 */
/* ****************************************************** */
#text-count .container-manage-view {
  /* 入力メニュータブ */ }
  #text-count .container-manage-view ul#subMenuTab {
    padding: 0;
    /*margin-bottom: 0!important;*/
    background-color: transparent;
    border-bottom-color: #4a4a4a; }
    #text-count .container-manage-view ul#subMenuTab:after {
      border-bottom: 1px solid #4a4a4a; }
    #text-count .container-manage-view ul#subMenuTab li {
      padding-bottom: 0;
      margin-bottom: 0; }
      #text-count .container-manage-view ul#subMenuTab li::before {
        display: none; }
      #text-count .container-manage-view ul#subMenuTab li::after {
        display: none; }
      #text-count .container-manage-view ul#subMenuTab li a {
        text-decoration: none;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        /*margin-bottom: 0;*/
        color: #4a4a4a;
        letter-spacing: 1px;
        font-weight: bold;
        border-radius: 5px 5px 0 0;
        border-bottom: none;
        /*z-index: 0;*/ }
        #text-count .container-manage-view ul#subMenuTab li a.active {
          color: #fff;
          background-color: #4a4a4a; }
        #text-count .container-manage-view ul#subMenuTab li a:hover {
          color: #fff;
          background-color: #4a4a4a; }
  #text-count .container-manage-view .tab-content h5 {
    border-color: #4a4a4a; }
    #text-count .container-manage-view .tab-content h5::before {
      color: #4a4a4a; }
  #text-count .container-manage-view .tab-content ul.form-note {
    background-color: #ededed; }
    #text-count .container-manage-view .tab-content ul.form-note li::after {
      background-color: #4a4a4a; }
  #text-count .container-manage-view .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    /*line-height: 2rem;*/ }
  #text-count .container-manage-view button[name="action"] {
    margin: 0 8px 8px 0; }
  #text-count.updatedview button[name="action"] {
    margin: 0 8px 8px 0; }
  #text-count .container-manage-view h5 span.required {
    display: inline-block;
    float: right;
    width: 50px;
    height: 25px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 5px 0 0;
    background-color: #FF0000; }
  #text-count .container-manage-view h5 span.option {
    display: inline-block;
    float: right;
    width: 50px;
    height: 25px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 5px 0 0;
    background-color: #00993E; }
  #text-count .container-manage-view #id_serp_description {
    max-height: 105px; }

/* 更新画面 */
/* ****************************************************** */
/* ****************************************************** */
/*summernote*/
/* ****************************************************** */
.note-editor.note-frame {
  border: none !important;
  width: 100% !important; }
  .note-editor.note-frame.fullscreen {
    padding-left: 80px;
    margin-bottom: 95px;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    top: 95px !important;
    box-shadow: 0 0 8px gray; }
  .note-editor.note-frame .note-toolbar {
    background-color: #4a4a4a;
    padding-right: 8px !important; }
    .note-editor.note-frame .note-toolbar .note-btn {
      background-color: #ebebeb; }
    .note-editor.note-frame .note-toolbar ul.dropdown-menu {
      background-color: #fff !important; }
      .note-editor.note-frame .note-toolbar ul.dropdown-menu li::after {
        background-color: #4a4a4a !important; }
      .note-editor.note-frame .note-toolbar ul.dropdown-menu.dropdown-style, .note-editor.note-frame .note-toolbar ul.dropdown-menu.dropdown-fontname {
        width: 320px; }
  .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px 0 !important;
    overflow: auto;
    color: #000;
    background-color: #fff;
    max-height: 850px; }
  .note-editor.note-frame .note-statusbar .note-resizebar {
    background-color: #4a4a4a; }

/*summernote*/
/* ****************************************************** */
/* ****************************************************** */
/* Google SERP リッチスニペットシミュレーションツール */
/* ****************************************************** */
#serp_simulation {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  color: #222;
  font-size: 13px;
  max-width: 600px; }
  #serp_simulation h3 {
    border-bottom: none;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important; }
    #serp_simulation h3 a {
      color: #1a0dab;
      text-decoration: none;
      font-size: 18px;
      line-height: 18px;
      font-weight: normal;
      text-align: left;
      cursor: pointer;
      /*white-space: nowrap;*/ }
  #serp_simulation .serp_url_pc {
    margin-top: -5px; }
    #serp_simulation .serp_url_pc cite {
      color: #006621;
      font-size: 14px;
      line-height: 16px;
      font-style: normal;
      white-space: nowrap;
      margin: 0 !important; }
  #serp_simulation .serp_disc_pc {
    color: #545454;
    font-size: 13px;
    line-height: 18px; }
  #serp_simulation #serp_frame_mb {
    width: 320px;
    border-radius: 5px;
    border-top: 30px solid #202220;
    /*border-bottom: 30px solid #202220;*/
    border-left: 3px solid #202220;
    border-right: 3px solid #202220; }
    #serp_simulation #serp_frame_mb #m_head #m_input {
      background-color: #f1f1f1;
      height: 50px;
      padding: 7px 7px 6px 7px; }
      #serp_simulation #serp_frame_mb #m_head #m_input .form {
        /*display: block;*/
        position: relative;
        margin: 0;
        padding: 0;
        border: 1px solid silver !important;
        height: 39px;
        border-radius: 0 3px 3px 0; }
        #serp_simulation #serp_frame_mb #m_head #m_input .form input {
          /*outline: none;*/
          font-size: 16px;
          padding: 0 5px;
          margin: 0;
          border: none;
          background-color: white;
          height: 37px;
          line-height: normal;
          /*margin-top: 4px;*/
          vertical-align: middle;
          width: 268px;
          position: absolute;
          top: 0;
          left: 0; }
        #serp_simulation #serp_frame_mb #m_head #m_input .form .clrbtn {
          position: absolute;
          top: 3px;
          right: 45px;
          font-size: 15px;
          font-weight: bold;
          color: #545454; }
        #serp_simulation #serp_frame_mb #m_head #m_input .form .button {
          background-image: none;
          background-color: #4d90fe;
          background: -webkit-gradient(linear, left top, left bottom, from(#4D90FE), to(#4787ED)) !important;
          border: 1px solid #3079ed;
          border-radius: 0 3px 3px 0;
          height: 37px;
          width: 38px;
          position: absolute;
          top: 0;
          right: 0; }
          #serp_simulation #serp_frame_mb #m_head #m_input .form .button i {
            position: absolute;
            font-size: 15px;
            color: #fff;
            top: 9px;
            right: 10px; }
    #serp_simulation #serp_frame_mb #m_head #m_menu {
      background-color: #fff;
      height: 35px;
      padding: 0 7px;
      border-bottom: 1px solid #f1f1f1;
      position: relative; }
      #serp_simulation #serp_frame_mb #m_head #m_menu ._gY {
        float: left;
        margin-right: 20px;
        height: 35px; }
        #serp_simulation #serp_frame_mb #m_head #m_menu ._gY._all {
          color: #dd4b39;
          border-bottom: 3px solid #dd4b39; }
        #serp_simulation #serp_frame_mb #m_head #m_menu ._gY a {
          text-decoration: none;
          color: #777; }
    #serp_simulation #serp_frame_mb #m_result {
      padding: 6px 5px 0 5px; }
      #serp_simulation #serp_frame_mb #m_result .serp_mb {
        border-radius: 5px;
        border-bottom: 1px solid silver;
        padding: 6px 8px 15px 13px;
        margin-bottom: 10px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
        #serp_simulation #serp_frame_mb #m_result .serp_mb hr {
          margin: 8px 0 8px 0; }
        #serp_simulation #serp_frame_mb #m_result .serp_mb .serp_url_mb {
          margin: 0 !important;
          padding: 0 !important;
          margin-bottom: -5px !important; }
          #serp_simulation #serp_frame_mb #m_result .serp_mb .serp_url_mb cite {
            color: #006621;
            font-size: 14px;
            line-height: 14px;
            font-style: normal;
            white-space: nowrap;
            margin: 0 !important;
            font-family: arial,sans-serif; }
        #serp_simulation #serp_frame_mb #m_result .serp_mb h3.serp_title_mb {
          line-height: 22px;
          font-size: 18px; }
          #serp_simulation #serp_frame_mb #m_result .serp_mb h3.serp_title_mb a {
            /*width: 296px;*/
            color: #1a0dab;
            text-decoration: none;
            font-weight: normal;
            text-align: left;
            cursor: pointer;
            /*white-space: nowrap;*/ }
        #serp_simulation #serp_frame_mb #m_result .serp_mb .serp_disc_mb {
          color: #545454;
          font-size: 13px;
          line-height: 18px; }

/* Google SERP リッチスニペットシミュレーションツール */
/* ****************************************************** */
/* 各ウェブサイトごとに選択するスタイルのフォーマットを記述するエリア */
/* @include font_min(1rem); */
.con-back-color1 {
  background-color: rgba(76, 73, 72, 0.1);
  padding-bottom: 45px; }

/* @include set_link_button_t1; */
/* ------------------------------------- */
/* 共通基本スタイル */
#text-count .container-fluid.container-contents img {
  /*max-height: 100%;*/
  /*max-width: 100%;*/ }
  @media only screen and (max-width: 991px) {
    #text-count .container-fluid.container-contents img {
      margin-bottom: 0px; } }

/* @include thumbnail_top(75%); */
i.fa-unlock {
  color: green; }
i.fa-lock {
  color: red; }

/* @include set_h1_t1(2.1rem); */
/* @include set_h1_t2(2.1rem); */
/* @include set_h_sub; */
/* @include set_h_p; */
/* @include set_h2_hicon; */
/* @include set_h2_underline_t1; */
/* @include set_h2_hicon(1.5rem); */
/* @include set_h3_t1; */
/* @include set_h3_t2; */
/* @include set_h4_t1; */
/* @include set_h5_t1; */
/* 標準h5スタイル */
/* @include set_h5_style_t1; */
/* @include set_blockquote_t1; */
/* 汎用ベース */
/* 3つのポイント専用 */
/* プロデュースノート追加用 */
/* ラベルタイプフォト専用 */
/* @include label_photo_area(350px, 185px); */
/* @include photo_frame; */
/* @include card_link1; */
/* @include card_link_2photo(); */
/* @include photo_back1; */
/* @include photo_back2; */
/* @include photo_back3; */
/* @include p_link_1; */
/* @include ol_style_handwriting(2rem); */
/* @include ul_style_arrow; */
/* @include ul_style_circle; */
/* @include ul_line; */
/* @include dl_style_obj("〇"); */
/* フッタ上部お問い合わせエリア */
/* （電話＆mailタイプ） */
/* @include sec_footer_telmail; */
/* （mailのみタイプ） */
/* @include sec_footer_contact; */
/* iPhoneサイトで利用？ */
/* @include sec_footer_; */
/* 標準蛍光ライン */
/* @include marker_style_v1; */
/*フルワイドのヒーローイメージ */
/* @include set_full_wide_thumbnail_t1; */
/* 主にブログで使用 */
/* @include set_side_thumbnail_t1; */
/* @include set_tag_style_t1; */
/* @include set_table_style_t1; */
/* ベーシックタイプ */
/* @include set_note_style_t1; */
/* FontAwesomeアイコンタイプ */
/* @include set_note_style_icon; */
/* @include set_link_button_style_t1; */
/* @include set_plink_style_t1; */
/* @include set_aflink_style_t1; */
/* @include set_aflink_amazon_style_t1; */
.con-video .embed-responsive {
  margin-bottom: 5px; }

/* @include set_readmore_style_t1; */
/* @include set_balloon_style_t1; */
.con-cat-tab {
  margin-bottom: 25px; }

/* @include set_sns_footer_style_t1; */
/* @include set_pagenation_list_style_t1; */
/* @include set_pagenation_detail_style_t1; */
/* @include set_prism_style_t1; */
/* [画像スライド オリジナルフェードタイプ]
------------------------------------------------------------*/
/*#container-slider-01 {*/
/*@include set_slide_style_simple_fade;*/
/*}*/
/* [END - 画像スライド オリジナルフェードタイプ]
------------------------------------------------------------*/
/* [画像スライド オリジナルスライドタイプ]
------------------------------------------------------------*/
/*#container-slider-slide-01 {*/
/*@include set_slide_style_simple_slide(600px);*/
/*}*/
/* [END - 画像スライド オリジナルスライドタイプ]
------------------------------------------------------------*/
/* ------------------------------------------------------ */
/* FAQ */
/* ------------------------------------------------------ */
/* FAQ（定番） */
/* @include set_faq_style_t1; */
/* ------------------------------------------------------ */
/* トップページお知らせエリア */
/*#news_area {*/
/* @include set_news_area_t1; */
/*padding-bottom: 45px;*/
/*}*/
/* 標準 */
/*$color-header-menu-back: #2e8b57;*/
body {
  padding-top: 105px; }
  @media only screen and (max-width: 575px) {
    body {
      padding-top: 59px; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #3e3a39; }
  header #container-head-logo {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 0;
    height: 105px;
    background-color: #3e3a39;
    /*background-color: $color-main-back;*/
    /*border-bottom: 2px solid #1a1a1a;*/ }
    @media only screen and (max-width: 575px) {
      header #container-head-logo {
        height: 59px; } }
    header #container-head-logo .headlogo-row {
      margin-right: auto;
      margin-left: auto; }
      @media only screen and (min-width: 992px) {
        header #container-head-logo .headlogo-row {
          width: 970px;
          padding-bottom: 0;
          padding-top: 0; } }
      @media only screen and (min-width: 1200px) {
        header #container-head-logo .headlogo-row {
          width: 1170px; } }
      header #container-head-logo .headlogo-row .col-head-logo {
        width: 100%;
        height: 105px;
        position: relative; }
        header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
          white-space: nowrap;
          overflow: hidden;
          display: block;
          width: 180px;
          height: 56px;
          /* ロゴセンター配置専用 */
          margin-right: auto;
          margin-left: auto;
          padding: 0;
          margin-top: 22px; }
          header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
            /*margin-top: 0px;*/
            width: 180px;
            height: 56px;
            /*object-fit: cover;*/ }
          @media only screen and (max-width: 575px) {
            header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
              width: 126px;
              height: 39.2px;
              margin-left: 0px;
              margin-top: 10px; }
              header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
                width: 126px;
                height: 39.2px;
                /*object-fit: cover;*/ } }

.navbar-toggle-pc {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 30;
  /*float: right;*/
  /*z-index: 99;*/ }
  @media only screen and (max-width: 575px) {
    .navbar-toggle-pc {
      right: 0; } }
  .navbar-toggle-pc .navbar-toggle-button {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border-style: none;
    width: 90px;
    height: 105px;
    text-align: center;
    position: relative;
    z-index: 30;
    background-color: #4c4948; }
    @media only screen and (max-width: 575px) {
      .navbar-toggle-pc .navbar-toggle-button {
        width: 60px;
        height: 59px; } }
    .navbar-toggle-pc .navbar-toggle-button .icon-bar1, .navbar-toggle-pc .navbar-toggle-button .icon-bar2, .navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
      display: block;
      width: 30px;
      height: 3px;
      border-radius: 2px;
      margin-right: auto;
      margin-left: auto;
      transition: 0.3s;
      transform-origin: 50%;
      margin-bottom: 6px; }
    .navbar-toggle-pc .navbar-toggle-button .icon-bar1 {
      margin-top: 8px; }
    .navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
      margin-bottom: -3px; }
    .navbar-toggle-pc .navbar-toggle-button:hover .icon-bar1 {
      transform: translateY(3px); }
    .navbar-toggle-pc .navbar-toggle-button:hover .icon-bar3 {
      transform: translateY(-3px); }
    .navbar-toggle-pc .navbar-toggle-button.active .icon-bar1 {
      transform: rotate(45deg) translateY(5px) translateX(5px) scaleX(1.3); }
    .navbar-toggle-pc .navbar-toggle-button.active .icon-bar2 {
      transform: scaleX(0); }
    .navbar-toggle-pc .navbar-toggle-button.active .icon-bar3 {
      transform: rotate(-45deg) translateY(-8px) translateX(8px) scaleX(1.3); }
    .navbar-toggle-pc .navbar-toggle-button .toggle-menu-text {
      font-size: .7rem; }
    .navbar-toggle-pc .navbar-toggle-button .icon-bar1, .navbar-toggle-pc .navbar-toggle-button .icon-bar2, .navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
      background-color: #6992a6; }
    .navbar-toggle-pc .navbar-toggle-button .toggle-menu-text {
      color: #898989; }

#global-menu {
  background-color: #4c4948;
  width: 50%;
  z-index: 10;
  height: 100%;
  text-align: center;
  overflow: scroll; }

.global-menu-manage {
  background-color: #4c4948;
  margin-top: 45px; }

.menu-close {
  transition: 0.2s ease 0s;
  position: fixed !important;
  right: 0;
  top: 105px;
  transform: translateY(-120%);
  pointer-events: none; }

.menu-open {
  transition: 0.2s ease 0s;
  position: fixed !important;
  right: 0;
  top: 105px;
  transform: translateY(0);
  pointer-events: auto;
  font-weight: bold;
  font-size: 1rem; }

@media only screen and (max-width: 575px) {
  .menu-close {
    top: 59px; }

  .menu-open {
    top: 59px; }

  #global-menu {
    background-color: #6992a6;
    width: 100%; } }
#global-menu ul {
  margin-top: 25px;
  padding: 0; }
  #global-menu ul li {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px; }
    #global-menu ul li a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      text-decoration: none;
      color: white; }
      @media only screen and (max-width: 575px) {
        #global-menu ul li a {
          font-size: 0.85rem; } }
      #global-menu ul li a:hover {
        background-color: #2e3540; }
    #global-menu ul li.item-98 a {
      padding-top: 0px;
      padding-bottom: 0px;
      display: block;
      text-decoration: none; }

@media only screen and (max-width: 991px) {
  .fixed-top-css .row .col-head nav {
    background-color: #000000; }

  .fix-div a.navbar-brand-mb {
    font-weight: bold;
    font-size: 1em;
    color: #cfa916 !important;
    padding-top: 16px;
    padding-left: 5px; }

  .fixed-top-css .headmb-collapsemenu-row {
    height: 0 !important;
    font-size: 0; }
    .fixed-top-css .headmb-collapsemenu-row .inner {
      height: 0 !important;
      font-size: 0; }
      .fixed-top-css .headmb-collapsemenu-row .inner a {
        height: 0 !important;
        font-size: 0; }
        .fixed-top-css .headmb-collapsemenu-row .inner a i {
          height: 0 !important;
          font-size: 0; } }
.breadcrumb {
  font-size: 10px;
  text-align: left;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px; }

#container-breadcrumb {
  background-color: #ffffff; }
  #container-breadcrumb .row {
    /*padding: 8px 0 !important;*/
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5em; }
  #container-breadcrumb.home {
    padding-left: 45px; }

@media only screen and (min-width: 992px) {
  #container-breadcrumb {
    /*border-top: 1px solid #ffffff;*/ }
    #container-breadcrumb .row {
      width: 970px;
      margin-right: auto;
      margin-left: auto;
      text-align: left; } }
@media only screen and (min-width: 1200px) {
  #container-breadcrumb .row {
    width: 1170px; } }
#breadcrumbs {
  margin-top: 5px;
  margin-bottom: 5px; }

#container-breadcrumb strong, #container-breadcrumb a:hover {
  font-weight: normal; }

#container-h1 {
  /*background-color: $color-main-back;*/
  margin-bottom: 0px; }
  #container-h1 .row {
    padding: 0 !important; }
  @media only screen and (min-width: 992px) {
    #container-h1 {
      border-top: 1px solid #000000; }
      #container-h1 .row {
        width: 970px;
        margin-right: auto;
        margin-left: auto; } }
  @media only screen and (min-width: 1200px) {
    #container-h1 .row {
      width: 1170px; } }
  #container-h1 h1 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 24px; }
    @media only screen and (max-width: 575px) {
      #container-h1 h1 {
        font-size: 1.3em;
        line-height: 1.7em; } }
    #container-h1 h1 a {
      text-decoration: none;
      color: #000000;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3); }
      #container-h1 h1 a:visited, #container-h1 h1 a:hover, #container-h1 h1 a:active {
        color: #000000; }

#container-home-h1, #container-sitemap-h1 {
  background-color: #ffffff; }
  #container-home-h1 h1, #container-sitemap-h1 h1 {
    font-size: 1.5rem;
    line-height: 1.3em;
    /*background-color: $color-main;*/
    text-align: center;
    padding: 20px 30px;
    position: relative;
    top: 0px;
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      #container-home-h1 h1, #container-sitemap-h1 h1 {
        font-size: 1.2rem;
        line-height: 1.3em; } }
    @media only screen and (max-width: 575px) {
      #container-home-h1 h1, #container-sitemap-h1 h1 {
        font-size: 1rem;
        line-height: 1.5em; } }

#container-common-h1 {
  background-color: #ffffff;
  margin-bottom: 0px; }
  #container-common-h1 h1 {
    font-size: 1.1rem;
    line-height: 1.3em;
    /*background-color: $color-main;*/
    text-align: center;
    padding: 15px 0px;
    top: 0px;
    margin-bottom: 0;
    color: #54868a;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    /*display: inline-block;*/ }
    @media only screen and (max-width: 991px) {
      #container-common-h1 h1 {
        font-size: 1.2rem;
        line-height: 1.3em; } }
    @media only screen and (max-width: 575px) {
      #container-common-h1 h1 {
        font-size: 0.8rem;
        line-height: 1.5em;
        padding: 7px 0px; } }

#container-side-type {
  background-color: #ffffff;
  padding-top: 0px; }
  #container-side-type > .row {
    background-color: #ffffff; }
    #container-side-type > .row > .col-md-8 {
      text-align: left;
      background-color: #ffffff;
      padding-bottom: 60px; }
    #container-side-type > .row > .col-md-4 {
      text-align: left;
      background-color: #ffffff; }
    @media only screen and (min-width: 992px) {
      #container-side-type > .row {
        width: 970px;
        margin-right: auto;
        margin-left: auto; }
        #container-side-type > .row > .col-md-8 {
          padding-left: 35px; } }
    @media only screen and (min-width: 1200px) {
      #container-side-type > .row {
        width: 1170px; } }
    @media (min-width: 1250px) {
      #container-side-type > .row > .col-md-8 {
        padding-left: 15px; } }
    @media only screen and (max-width: 575px) {
      #container-side-type > .row > .col-md-8 {
        padding-left: 0;
        padding-right: 0; } }
  #container-side-type #main div.content {
    margin-bottom: 60px; }

#container-fullwidth-type #main {
  padding: 0;
  margin: 0; }
  #container-fullwidth-type #main article {
    margin-bottom: 0; }
    #container-fullwidth-type #main article div.content {
      margin-bottom: 0; }
      #container-fullwidth-type #main article div.content #text-count .container-list-view > .row {
        border-bottom: 1px dotted #787878;
        padding-bottom: 15px;
        margin-bottom: 15px; }

@media only screen and (min-width: 992px) {
  #container-fullwidth-type #main #text-count .container-fluid > .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px; }
    #container-fullwidth-type #main #text-count .container-fluid > .row div.left {
      padding-left: 0; }
    #container-fullwidth-type #main #text-count .container-fluid > .row div.right {
      padding-right: 0; } }
@media only screen and (min-width: 1200px) {
  #container-fullwidth-type #main #text-count .container-fluid > .row {
    width: 1115px;
    padding-left: 25px;
    padding-right: 0; } }
@media (min-width: 1250px) {
  #container-fullwidth-type #main #text-count .container-fluid > .row {
    padding-left: 15px; } }
@media only screen and (max-width: 575px) {
  #container-fullwidth-type #main #text-count .container-fluid > .row > div {
    padding-left: 0;
    padding-right: 0; }
    #container-fullwidth-type #main #text-count .container-fluid > .row > div.left {
      margin-bottom: 12px; }
  #container-fullwidth-type #main #text-count .container-fluid > .row .col {
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/ } }

.container-list-view.sitemap-con .row p {
  line-height: 1.2rem;
  margin-top: -2px; }
  .container-list-view.sitemap-con .row p span {
    font-size: 2rem;
    line-height: 0;
    position: relative;
    top: 8px;
    color: #6992a6; }
  @media only screen and (max-width: 575px) {
    .container-list-view.sitemap-con .row p {
      line-height: 1.2rem;
      margin-top: -12px; }
      .container-list-view.sitemap-con .row p span {
        font-size: 2rem;
        line-height: 0;
        position: relative;
        top: 8px;
        color: #6992a6; } }

/* プロフィールボックスのネームをブロック化して改行するかどうかの設定 */
aside h4 {
  /*@include font_min($f_size);*/
  font-size: 1rem;
  /*font-weight: bold;*/
  border-bottom: 1px solid #6992a6;
  padding-bottom: 13px;
  /* プロフィールボックスのネームをブロック化して改行 */ }
  aside h4::after {
    content: "";
    background-color: #787878;
    display: block;
    height: 1px;
    top: 14px;
    position: relative;
    width: 30%; }
aside ul {
  margin: 0;
  padding: 0; }
aside ul.menu {
  margin-bottom: 35px !important; }
aside li.menu-item {
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  font-size: .8rem;
  padding-top: 2px;
  padding-bottom: 2px; }
  aside li.menu-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    aside li.menu-item a:hover {
      background-color: #6992a6;
      color: #1a1a1a; }
aside .menu_topnews li.menu-item {
  font-size: .7rem;
  line-height: 1.3rem;
  position: relative; }
  aside .menu_topnews li.menu-item span.no-disp {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #6992a6;
    padding: 5px 7px;
    top: 3px;
    font-weight: bold; }
  aside .menu_topnews li.menu-item a span {
    display: block;
    background-color: #f5f5f5;
    margin-top: 2px;
    margin-bottom: 5px; }
  aside .menu_topnews li.menu-item a img {
    display: block;
    width: 30%;
    height: 100%;
    float: left;
    margin-right: 8px; }
aside .menu_topnews h4 {
  margin-top: 80px; }
aside .menu_side_news li.menu-item a span.img {
  width: 30%;
  display: table-cell;
  vertical-align: middle; }
aside .menu_side_news li.menu-item a img {
  width: 100%;
  padding-right: 8px; }
aside .menu_side_news li.menu-item a span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%; }
aside .menu_side_news li.menu-item a:hover {
  background-color: #6992a6;
  font-weight: normal;
  font-style: normal;
  text-decoration: none; }

.side_author {
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  padding: 30px 30px 140px 30px;
  margin-bottom: 55px;
  position: relative; }
  .side_author img {
    max-width: 35%;
    margin-bottom: 45px; }
  .side_author h4 {
    text-align: left;
    font-size: 0.8rem;
    color: #7B7B7B;
    font-weight: normal; }
    .side_author h4 span {
      font-size: 1rem;
      color: #000;
      margin-left: 3px;
      margin-right: 3px;
      font-weight: bold; }
  .side_author p {
    font-size: 0.8rem;
    line-height: 1.7rem;
    color: #7B7B7B;
    text-align: left; }
  .side_author ul.prof-link {
    text-align: right; }

.prof-sns-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6992a6;
  padding: 15px 15px 20px 15px; }
  .prof-sns-menu .prof-sns-menu-title {
    margin-bottom: 8px;
    color: #ffffff; }
  .prof-sns-menu ul.prof-sns-menu-icon {
    display: flex;
    list-style: none;
    justify-content: center; }
    .prof-sns-menu ul.prof-sns-menu-icon li {
      margin-left: 5px;
      margin-right: 5px; }
      .prof-sns-menu ul.prof-sns-menu-icon li a {
        color: #ffffff;
        display: block;
        width: 32px;
        height: 32px;
        padding: 7px 6px 3px 7px;
        border-radius: 32px;
        line-height: 0px;
        border: 1px solid #ffffff; }
        .prof-sns-menu ul.prof-sns-menu-icon li a .svg-fa-tw {
          width: 100%; }
        .prof-sns-menu ul.prof-sns-menu-icon li a .svg-fa-fb {
          width: 50%; }
        .prof-sns-menu ul.prof-sns-menu-icon li a .svg-fa-in {
          width: 90%; }
        .prof-sns-menu ul.prof-sns-menu-icon li a .svg-fa-yu {
          width: 90%;
          margin-top: 1.5px; }
        .prof-sns-menu ul.prof-sns-menu-icon li a .svg-fa-ma {
          width: 90%; }

#sec-footer-contact.type-contact {
  background-color: #4c4948;
  color: #ffffff;
  text-align: center; }
  #sec-footer-contact.type-contact .contact-menu {
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    padding: 25px 15px 20px 15px; }
    #sec-footer-contact.type-contact .contact-menu .contact-menu-title {
      margin-bottom: 8px;
      color: #ffffff; }
    #sec-footer-contact.type-contact .contact-menu ul.contact-menu-icon {
      display: flex;
      list-style: none;
      justify-content: center;
      padding: 0; }
      #sec-footer-contact.type-contact .contact-menu ul.contact-menu-icon li {
        margin-left: 5px;
        margin-right: 5px; }
        #sec-footer-contact.type-contact .contact-menu ul.contact-menu-icon li a {
          color: #ffffff;
          display: block;
          width: 64px;
          height: 64px;
          border-radius: 32px;
          padding: 12px;
          /*padding: 7px 7px 7px 7px;*/
          border: 1px solid #ffffff; }
          #sec-footer-contact.type-contact .contact-menu ul.contact-menu-icon li a .icon {
            font-size: 2.2rem; }
          #sec-footer-contact.type-contact .contact-menu ul.contact-menu-icon li a:hover {
            background-color: #ffffff;
            color: #4c4948; }

html {
  background-color: #787878; }

#container-footer-copyright {
  background-color: #787878; }
  #container-footer-copyright > .row {
    padding-bottom: 45px; }
    @media only screen and (min-width: 992px) {
      #container-footer-copyright > .row {
        width: 970px;
        margin-right: auto;
        margin-left: auto; } }
    @media only screen and (min-width: 1200px) {
      #container-footer-copyright > .row {
        width: 1170px; } }
  @media only screen and (max-width: 575px) {
    #container-footer-copyright #footer-menu-row {
      padding-top: 10px; } }
  #container-footer-copyright #footer-menu-row .col-sm-8, #container-footer-copyright #footer-menu-row .col-sm-4 {
    margin-top: 60px; }
  @media only screen and (min-width: 992px) {
    #container-footer-copyright #footer-menu-row .col-sm-8 {
      padding-left: 35px; } }
  @media (min-width: 1250px) {
    #container-footer-copyright #footer-menu-row .col-sm-8 {
      padding-left: 0; } }
  #container-footer-copyright #footer-menu-row h4 {
    color: white;
    padding: 10px 0;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 0.9rem;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000; }
    @media only screen and (min-width: 992px) {
      #container-footer-copyright #footer-menu-row h4 {
        border-radius: 3px 3px 3px 3px; } }
  #container-footer-copyright #footer-menu-row div ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
  #container-footer-copyright #footer-menu-row .menu li {
    width: 100%;
    display: block;
    position: relative; }
  #container-footer-copyright #footer-menu-row .menu-item a {
    display: block;
    margin-bottom: 3px;
    padding: 0.8em 23px 0.8em 0;
    text-decoration: none;
    position: relative;
    line-height: 1.3em;
    font-size: 0.75em;
    color: white; }
    @media only screen and (max-width: 575px) {
      #container-footer-copyright #footer-menu-row .menu-item a {
        padding: 0.8em 35px 0.8em 0;
        line-height: 1.1rem;
        font-size: 0.7rem; } }
    #container-footer-copyright #footer-menu-row .menu-item a:hover, #container-footer-copyright #footer-menu-row .menu-item a:before {
      color: #6992a6; }
    #container-footer-copyright #footer-menu-row .menu-item a:before {
      content: ">";
      position: absolute;
      top: 28%;
      right: 0; }
      @media only screen and (max-width: 991px) {
        #container-footer-copyright #footer-menu-row .menu-item a:before {
          padding-right: 15px; } }
    #container-footer-copyright #footer-menu-row .menu-item a:after {
      content: "";
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      z-index: 5;
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px; }
    #container-footer-copyright #footer-menu-row .menu-item a:hover {
      font-weight: normal;
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: .2s;
      transition: .2s; }

small.copyright {
  color: #FFFFFF;
  display: block;
  padding-top: 25px;
  position: relative;
  text-align: center;
  border-top: 1px solid #ffffff; }
  small.copyright:before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 5;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px; }

a#toc-menu-trigger, a#admin-menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #212832;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  position: fixed;
  padding-top: 8px;
  left: 0;
  border-radius: 0px 6px 6px 0px;
  font-weight: bold;
  text-decoration: none; }
a#toc-menu-trigger {
  top: 300px; }
a#admin-menu-trigger {
  top: 238px; }
a#toc-menu-trigger.active, a#admin-menu-trigger.active {
  background-color: #6992a6;
  color: #212832; }
a#toc-menu-trigger.active:after, a#admin-menu-trigger.active:after {
  content: "◀";
  color: #6992a6;
  position: relative; }
a#toc-menu-trigger.active:after, a#admin-menu-trigger.active:after {
  font-size: 20px;
  left: -30px;
  top: -29px; }

body.side-open {
  transition: left 0.2s ease 0s;
  left: 360px;
  position: absolute !important; }
  body.side-open a#toc-menu-trigger, body.side-open a#admin-menu-trigger {
    transition: left 0.2s ease 0s;
    left: 360px; }
body.side-close a#toc-menu-trigger, body.side-close a#admin-menu-trigger {
  transition: left 0.2s ease 0s;
  left: 0px; }

.slide-menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #2e3540;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset; }
  .slide-menu.right {
    left: auto;
    right: -360px; }
  .slide-menu.left {
    left: -360px;
    right: auto; }

body.side-ct-toc-menu #toc-side-menu.right, body.side-ct-admin-menu #admin-side-menu.right {
  right: 0; }
body.side-ct-toc-menu #toc-side-menu.left, body.side-ct-admin-menu #admin-side-menu.left {
  left: 0; }

.slide-menu p {
  font-size: 12px;
  font-weight: normal;
  padding: 20px 15px 0;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px; }
.slide-menu ol {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  font-size: 0.9em; }
  .slide-menu ol ol {
    border-top: none;
    border-bottom: none;
    font-size: 0.8rem; }
  .slide-menu ol li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
    line-height: 1.3rem;
    padding-top: 15px;
    padding-bottom: 10px; }
    .slide-menu ol li a {
      padding: 0 15px;
      display: block;
      text-decoration: none;
      color: #6992a6; }
  .slide-menu ol ol li a {
    padding-left: 30px; }
  .slide-menu ol li a:hover, .slide-menu ol li a.active {
    background-color: #6992a6;
    color: #212832; }

@media only screen and (max-width: 575px) {
  a#toc-menu-trigger, a#admin-menu-trigger {
    width: 45px;
    height: 45px;
    padding-top: 10px;
    font-size: 0.9em; }
  a#toc-menu-trigger {
    top: 100px; }
  a#admin-menu-trigger {
    top: 150px; }
  a#toc-menu-trigger.active:after, a#admin-menu-trigger.active:after {
    font-size: 20px;
    left: -25px;
    top: -25px; }

  body.side-open {
    transition: left 0.2s ease 0s;
    left: 320px !important;
    position: absolute !important; }
    body.side-open a#toc-menu-trigger, body.side-open a#admin-menu-trigger {
      left: 320px !important; }

  .slide-menu {
    width: 320px !important;
    font-size: 12px !important; }
    .slide-menu ol ol {
      font-size: 0.7rem; } }
body.side-open {
  transition: left 0.2s ease 0s;
  left: 360px;
  position: absolute !important; }
  body.side-open a#toc-menu-trigger, body.side-open a#admin-menu-trigger {
    transition: left 0.2s ease 0s;
    left: 360px; }

.slide-menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #2e3540;
  color: #ffffff;
  box-shadow: 0 0 5px 5px #222 inset; }

#fix-footer-div {
  transition: bottom 0.5s ease 0s;
  bottom: -60px;
  position: fixed;
  width: 100%;
  height: 55px;
  background-color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 9999; }
  #fix-footer-div a {
    display: block;
    height: 39px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 0.9rem;
    width: 70%;
    padding-top: 6px;
    border-radius: 20px;
    background-color: #1cb57b;
    transition: .3s;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 226, 0, 0.15);
    margin-right: auto;
    margin-left: auto; }
    #fix-footer-div a:hover {
      background-color: #158d5f; }

body.side-open .sns {
  transition: left 0.2s ease 0s;
  left: 360px; }
body.side-close .sns {
  transition: left 0.2s ease 0s;
  left: 0px; }

.sns {
  display: block;
  width: 50px;
  text-align: center;
  z-index: 9999;
  position: fixed;
  padding-top: 8px;
  top: 360px;
  left: 0; }
  @media only screen and (max-width: 575px) {
    .sns {
      display: none; } }
  .sns ul {
    list-style: none;
    padding: 0px;
    margin: 0; }
  .sns li {
    text-aligh: center;
    margin-bottom: 12px; }
    .sns li a {
      display: block;
      color: #fff;
      border-radius: 0px 6px 6px 0px;
      text-align: center;
      text-decoration: none;
      width: 50px;
      height: 50px;
      font-size: 8px;
      vertical-align: middle; }
      .sns li a i {
        font-size: 20px;
        display: block;
        margin-bottom: -5px;
        padding-top: 10px; }
      .sns li a span.fa-text {
        display: block;
        font-weight: bold;
        margin-bottom: -12px;
        padding-top: 5px; }
    .sns li.twitter a {
      background: #55acee; }
      .sns li.twitter a:hover {
        background: #4892cb; }
    .sns li.facebook a {
      background: #3b5998; }
      .sns li.facebook a:hover {
        background: #324c81; }
    .sns li.line a {
      background: #25af00; }
      .sns li.line a:hover {
        background: #219900; }
      .sns li.line a span.fa-text {
        font-size: 12px; }
    .sns li.pocket a {
      background: #f03e51; }
      .sns li.pocket a:hover {
        background: #c0392b; }
    .sns li.hatebu a {
      background: #4c4948; }
      .sns li.hatebu a:hover {
        background: #008cbd; }
      .sns li.hatebu a span.fa-text {
        font-size: 18px; }
    .sns li.feedly a {
      background: #2bb24c; }
      .sns li.feedly a:hover {
        background: #1D9236; }
      .sns li.feedly a span.fa-text {
        padding-top: 3px;
        margin-bottom: -10px; }
        @media only screen and (max-width: 575px) {
          .sns li.feedly a span.fa-text {
            margin-bottom: -3px;
            padding-top: 6px; } }
        .sns li.feedly a span.fa-text svg {
          width: 23px;
          height: 23px;
          fill: #fff; }

.footer-company-info {
  margin-bottom: 30px; }
  .footer-company-info dt img {
    margin-bottom: 15px; }
  .footer-company-info a {
    border-style: none; }
    .footer-company-info a:after {
      content: none; }

@media only screen and (max-width: 991px) {
  .footer-company-info dt img {
    width: 70%; } }
@media only screen and (min-width: 992px) {
  .footer-company-info dt img {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .footer-company-info dt img {
    width: 70%; } }
.footer-contact1 {
  margin-bottom: 25px; }

.footer-contact2 {
  padding-bottom: 24px; }

.footer-contact1 dt, .footer-contact2 dt {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 1px !important;
  border-radius: 3px;
  text-shadow: 0 1px 1px #141414;
  font-size: 0.8em;
  font-weight: normal; }

.footer-contact1 dd, .footer-contact2 dd {
  clear: both; }

.footer-contact1 .footer-tel li.footer-01 {
  color: #313131;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  min-height: 30px;
  padding-left: 35px;
  top: 6px;
  left: 9px; }
  .footer-contact1 .footer-tel li.footer-01:before {
    content: url(http://localhost/doteq/wp-content/themes/theme-doteq-basic/assets/images/icon_tel.png);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    position: relative;
    left: -28px;
    display: inline-block;
    width: 1px;
    top: 1.5px; }

.footer-button-contact {
  position: relative;
  top: 8px;
  background-color: #cfa916;
  border: 2px solid #FFFFFF;
  border-radius: 6px 6px 6px 6px/6px 6px 6px 6px; }
  .footer-button-contact:after {
    content: ">";
    position: absolute;
    color: #FFFFFF;
    font-size: 15px;
    right: 8px;
    top: 26px; }
  .footer-button-contact .inner a {
    background-color: #cfa916;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 30px;
    padding-bottom: 31px;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 4px solid rgba(0, 0, 0, 0.6); }

/* 各ウェブサイトごとに選択するスタイルのフォーマットを選択するエリア */
/* 細かくブロック毎に変更スタイルは addingsiteに記述 */
#text-count {
  /*padding-bottom: 65px;*/
  /* コンテンツ共通スタイル */
  /* ------------------------------------------------------ */ }
  @media only screen and (max-width: 575px) {
    #text-count.blog-post {
      padding-left: 15px;
      padding-right: 15px; } }
  #text-count .container-contents > .row {
    margin-bottom: 45px; }
    @media only screen and (max-width: 575px) {
      #text-count .container-contents > .row {
        padding-left: 15px;
        padding-right: 15px; } }
  #text-count p {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (max-width: 575px) {
      #text-count p {
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/ } }

#text-count h2 {
  /*@include font_min($f_size);*/
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
  margin-top: 45px;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 45px; }
  #text-count h2:first-child {
    margin-top: 0; }
  #text-count h2 a {
    text-decoration: none; }
  @media only screen and (max-width: 575px) {
    #text-count h2 {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  #text-count h2 + p {
    margin-top: 45px; }
#text-count h3 {
  /*@include font_min($f_size);*/
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 28px !important;
  margin-top: 80px !important;
  border-bottom: 1px dotted #4c4948;
  text-align: center; }
  @media only screen and (max-width: 575px) {
    #text-count h3 {
      font-size: 1rem;
      line-height: 1.6rem;
      margin-top: 65px; } }
#text-count .container-list-view h3 {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 8px !important; }
#text-count h4 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  padding: 2px 15px 2px 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #4c4948; }
  #text-count h4:before {
    content: "●";
    color: #6992a6;
    margin-right: 8px;
    font-size: 1rem; }
  @media only screen and (max-width: 575px) {
    #text-count h4 {
      font-size: 0.9rem;
      line-height: 1.5rem; } }
#text-count h5 {
  /*@include font_min($f_size);*/
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #4c4948; }
  #text-count h5:before {
    content: "●";
    color: #6992a6;
    margin-right: 8px;
    font-size: 0.8em; }
  @media only screen and (max-width: 575px) {
    #text-count h5 {
      font-size: 0.9rem !important;
      line-height: 1.5rem !important; } }
#text-count .h5_title {
  /*@include font_min($f_size);*/
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #4c4948;
  /*font-weight: bold;*/ }
  #text-count .h5_title:before {
    content: "●";
    color: #6992a6;
    margin-right: 8px;
    font-size: 0.8em; }
  @media only screen and (max-width: 575px) {
    #text-count .h5_title {
      font-size: 0.9rem;
      line-height: 1.5rem; } }
#text-count blockquote {
  display: block;
  background-color: #f5f5f5;
  padding: 15px 20px 15px 45px;
  margin: 20px 0;
  position: relative;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
  text-align: justify;
  border-left: 5px solid #6992a6;
  border-right: 2px solid #6992a6;
  box-shadow: 2px 2px 5px #ccc; }
  #text-count blockquote::before {
    content: "\“";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 30px; }
  #text-count blockquote a {
    text-decoration: none;
    cursor: pointer;
    padding: 0 3px; }
    #text-count blockquote a:hover {
      text-decoration: underline; }
  #text-count blockquote em {
    font-style: italic; }
  #text-count blockquote p {
    font-size: 1em;
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 5px; }
#text-count .link-b a {
  display: block;
  width: 90%;
  padding: 20px;
  border: 1px solid #4c4948;
  text-decoration: none;
  text-align: center;
  color: #4c4948;
  margin-left: auto;
  margin-right: auto; }
  #text-count .link-b a:hover {
    color: #fff;
    background-color: #4c4948; }
#text-count button.btn, #text-count a.btn {
  background-color: #1976d2;
  color: #fff;
  border: none;
  font-size: 0.7rem;
  text-decoration: none;
  padding: .375rem .375rem; }
  @media only screen and (max-width: 575px) {
    #text-count button.btn, #text-count a.btn {
      margin-bottom: 7px; } }
  #text-count button.btn:hover, #text-count a.btn:hover {
    background-color: #90baff; }
  #text-count button.btn.btn-outline-danger, #text-count a.btn.btn-outline-danger {
    background-color: #f42858; }
    #text-count button.btn.btn-outline-danger:hover, #text-count a.btn.btn-outline-danger:hover {
      background-color: rgba(244, 40, 88, 0.8); }

/* [画像スライド オリジナルスライドタイプ]
------------------------------------------------------------
#container-slider-slide-01 {
	@include set_slide_style_simple_slide(400px);
}

/* 蛍光ラインスタイル */
.content strong {
  background-image: linear-gradient(transparent 50%, #fff300 50%);
  font-weight: bold; }
.content b {
  background-image: linear-gradient(transparent 50%, #fff300 50%);
  font-weight: normal;
  font-style: normal; }
  .content b.marker_yellow {
    background: linear-gradient(transparent 60%, #fff300 0%);
    font-weight: bold; }
  .content b.marker_blue {
    background: linear-gradient(transparent 60%, #10EAEA 0%);
    font-weight: bold; }
  .content b.marker_red {
    background: linear-gradient(transparent 60%, #E570D0 0%);
    font-weight: bold; }
  .content b.marker_green {
    background: linear-gradient(transparent 60%, #66FFCC 0%);
    font-weight: bold; }

/* ブログ一覧リンクスタイル */
.container-blog-card {
  padding-top: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5; }
  .container-blog-card .card-deck {
    margin-bottom: 45px;
    width: 100%; }
    .container-blog-card .card-deck .col-sm-4 {
      padding: 0; }
      @media only screen and (max-width: 575px) {
        .container-blog-card .card-deck .col-sm-4 {
          margin-bottom: 25px; } }
    .container-blog-card .card-deck .card {
      border: none;
      /* IEだけに適用されるスタイル */ }
      @media all and (-ms-high-contrast: none) {
        .container-blog-card .card-deck .card {
          display: block !important;
          /*IE対策*/ } }
      .container-blog-card .card-deck .card img {
        margin-bottom: 0px;
        /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
        /*height: 100%!important;*/ }
      .container-blog-card .card-deck .card .card-body {
        position: relative;
        padding-bottom: 90px;
        padding-left: 0;
        padding-right: 0;
        background-color: #fff; }
        .container-blog-card .card-deck .card .card-body h4 {
          background-color: transparent;
          /*border-bottom: none;*/ }
          .container-blog-card .card-deck .card .card-body h4::before {
            content: ''; }
        .container-blog-card .card-deck .card .card-body h2, .container-blog-card .card-deck .card .card-body h3, .container-blog-card .card-deck .card .card-body h4 {
          margin-top: 0 !important;
          margin-bottom: 15px !important;
          /*@include font_min($f_size);*/
          font-size: 1.2rem;
          color: #4c4948;
          padding-top: 0 !important;
          padding-bottom: 0px;
          padding-left: 30px;
          padding-right: 30px;
          line-height: 1.8rem; }
          @media only screen and (max-width: 991px) {
            .container-blog-card .card-deck .card .card-body h2, .container-blog-card .card-deck .card .card-body h3, .container-blog-card .card-deck .card .card-body h4 {
              font-size: 1.1rem !important;
              padding-left: 15px;
              padding-right: 15px; } }
        .container-blog-card .card-deck .card .card-body h2::after, .container-blog-card .card-deck .card .card-body h3::after, .container-blog-card .card-deck .card .card-body h4::after {
          margin-bottom: 0;
          /*margin-top: 30px;*/ }
          @media only screen and (max-width: 1200px) {
            .container-blog-card .card-deck .card .card-body h2::after, .container-blog-card .card-deck .card .card-body h3::after, .container-blog-card .card-deck .card .card-body h4::after {
              width: 100%; } }
          @media only screen and (max-width: 991px) {
            .container-blog-card .card-deck .card .card-body h2::after, .container-blog-card .card-deck .card .card-body h3::after, .container-blog-card .card-deck .card .card-body h4::after {
              width: 100%; } }
        .container-blog-card .card-deck .card .card-body p {
          margin-top: 15px;
          padding-left: 15px !important;
          padding-right: 15px !important; }
          @media only screen and (max-width: 991px) {
            .container-blog-card .card-deck .card .card-body p {
              padding-left: 15px !important;
              padding-right: 15px !important; } }
        .container-blog-card .card-deck .card .card-body p.bu {
          position: absolute;
          bottom: 15px;
          width: 90%;
          margin-right: 5%;
          margin-left: 5%; }
          @media only screen and (max-width: 991px) {
            .container-blog-card .card-deck .card .card-body p.bu {
              width: 100%;
              margin-right: 0;
              margin-left: 0; } }
          .container-blog-card .card-deck .card .card-body p.bu a {
            text-align: center;
            display: block;
            color: #4c4948;
            text-decoration: none;
            padding: 10px;
            border: 1px solid #4c4948;
            /*max-width: 100%;*/ }
          .container-blog-card .card-deck .card .card-body p.bu a::before {
            content: "≫ "; }
          .container-blog-card .card-deck .card .card-body p.bu a:hover {
            color: #ffffff;
            background-color: #4c4948; }

/* デザイン一覧リンクスタイル */
.container-blog-card-2photo {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5; }
  .container-blog-card-2photo .card-deck {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .container-blog-card-2photo .card-deck .col-sm-6 {
      padding: 0;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (max-width: 575px) {
        .container-blog-card-2photo .card-deck .col-sm-6 {
          margin-bottom: 25px; } }
      .container-blog-card-2photo .card-deck .col-sm-6 a {
        text-decoration: none; }
        .container-blog-card-2photo .card-deck .col-sm-6 a .card {
          border: none;
          position: relative;
          margin-left: 0;
          margin-right: 0;
          /* IEだけに適用されるスタイル */ }
          @media all and (-ms-high-contrast: none) {
            .container-blog-card-2photo .card-deck .col-sm-6 a .card {
              display: block !important;
              /*IE対策*/ } }
          .container-blog-card-2photo .card-deck .col-sm-6 a .card img {
            margin-bottom: 0px;
            border-radius: 0;
            /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
            /*height: 100%!important;*/ }
          .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body {
            position: absolute;
            bottom: 0;
            width: 100%;
            visibility: hidden;
            /*padding-bottom: 90px;*/
            padding-left: 0;
            padding-right: 0;
            /*background-color: rgba(255, 255, 255, .3);*/ }
            .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4 {
              background-color: transparent;
              /*border-bottom: none;*/ }
              .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4::before {
                content: ''; }
            .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h2.card-title, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h3.card-title, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4.card-title {
              background: none !important;
              border-bottom: none !important;
              margin: 0 !important;
              /*@include font_min($f_size);*/
              font-size: 0.8rem !important;
              color: #4c4948;
              padding: 0 15px !important;
              line-height: 1.8rem;
              text-align: left !important; }
              @media only screen and (max-width: 991px) {
                .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h2.card-title, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h3.card-title, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4.card-title {
                  font-size: 1.1rem;
                  padding-left: 15px;
                  padding-right: 15px; } }
            .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h2::after, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h3::after, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4::after {
              margin-bottom: 0;
              /*margin-top: 30px;*/ }
              @media only screen and (max-width: 1200px) {
                .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h2::after, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h3::after, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4::after {
                  width: 100%; } }
              @media only screen and (max-width: 991px) {
                .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h2::after, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h3::after, .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body h4::after {
                  width: 100%; } }
            .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body p {
              margin-top: 15px;
              padding-left: 15px !important;
              padding-right: 15px !important; }
              @media only screen and (max-width: 991px) {
                .container-blog-card-2photo .card-deck .col-sm-6 a .card .card-body p {
                  padding-left: 15px !important;
                  padding-right: 15px !important; } }
        .container-blog-card-2photo .card-deck .col-sm-6 a:hover .card-body {
          visibility: visible; }

.pagenation-list nav ul.pagination {
  margin-bottom: 60px;
  justify-content: center;
  background-color: unset; }
  .pagenation-list nav ul.pagination .page-item.active a {
    background: #6992a6;
    color: #212529;
    border-color: #6992a6; }
  .pagenation-list nav ul.pagination .page-item a:hover, .pagenation-list nav ul.pagination .page-item a:focus {
    color: #212529;
    font-weight: normal;
    font-style: normal; }

@media only screen and (min-width: 992px) {
  .container-pagenation-detail .row {
    width: 970px;
    margin: 10px auto; } }
@media only screen and (min-width: 1200px) {
  .container-pagenation-detail .row {
    width: 1170px;
    margin: 10px auto; } }
.container-pagenation-detail .row .left {
  border-right: 1px dotted #1a1a1a; }
.container-pagenation-detail .row p.menu-item {
  margin-bottom: 15px;
  margin-top: 15px; }
  .container-pagenation-detail .row p.menu-item a {
    text-decoration: none; }
    .container-pagenation-detail .row p.menu-item a span.prev, .container-pagenation-detail .row p.menu-item a span.next {
      width: 100%;
      background-color: #6992a6;
      display: block;
      color: #ffffff;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 5px; }
    .container-pagenation-detail .row p.menu-item a span.prev i {
      margin-right: 8px; }
    .container-pagenation-detail .row p.menu-item a span.next {
      text-align: right; }
      .container-pagenation-detail .row p.menu-item a span.next i {
        margin-left: 8px; }
    .container-pagenation-detail .row p.menu-item a span i {
      color: #ffffff;
      font-size: 15px; }
    .container-pagenation-detail .row p.menu-item a span.img {
      width: 30%;
      display: table-cell;
      vertical-align: middle; }
      .container-pagenation-detail .row p.menu-item a span.img img {
        width: 100%; }
    .container-pagenation-detail .row p.menu-item a:hover span.prev, .container-pagenation-detail .row p.menu-item a:hover span.next {
      color: #212529; }
    .container-pagenation-detail .row p.menu-item a:hover span i {
      color: #212529; }
.container-pagenation-detail .row .left p.menu-item img {
  /*padding-right: 8px;*/ }
.container-pagenation-detail .row .left p.menu-item span.text {
  padding-left: 5px; }
.container-pagenation-detail .row .right p.menu-item span.text {
  padding-right: 15px; }
.container-pagenation-detail .row p.menu-item span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%; }
.container-pagenation-detail .row p.menu-item a:hover {
  /*background-color: $color-pagenation-detail-back;*/
  font-weight: normal;
  font-style: normal;
  text-decoration: none; }

#sns-footer {
  text-align: center;
  margin-top: 35px; }
  @media only screen and (max-width: 575px) {
    #sns-footer {
      /* .blog-post 側で一括コントロールに変更 */
      /*padding-left: 15px;*/
      /*padding-right: 15px;*/ } }
  #sns-footer ul {
    list-style: none !important;
    padding: 0px;
    margin: 0; }
  #sns-footer .col-sm-4 {
    text-aligh: center;
    margin-bottom: 12px;
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/ }
    #sns-footer .col-sm-4::before {
      content: none !important; }
    #sns-footer .col-sm-4::after {
      content: none !important; }
    #sns-footer .col-sm-4 a {
      display: block;
      color: #fff;
      border-radius: 6px 6px 6px 6px;
      text-align: center;
      text-decoration: none;
      width: 100%;
      height: 50px;
      font-size: 8px;
      vertical-align: middle; }
      #sns-footer .col-sm-4 a i {
        font-size: 20px;
        display: block;
        margin-bottom: -5px;
        padding-top: 10px; }
      #sns-footer .col-sm-4 a span.fa-text {
        display: block;
        font-weight: bold;
        margin-bottom: -12px;
        padding-top: 5px; }
        @media only screen and (max-width: 575px) {
          #sns-footer .col-sm-4 a span.fa-text {
            margin-bottom: -3px;
            padding-top: 8px; } }
    #sns-footer .col-sm-4.twitter a {
      background: #55acee; }
      #sns-footer .col-sm-4.twitter a:hover {
        background: #4892cb; }
    #sns-footer .col-sm-4.facebook a {
      background: #3b5998; }
      #sns-footer .col-sm-4.facebook a:hover {
        background: #324c81; }
    #sns-footer .col-sm-4.line a {
      background: #25af00; }
      #sns-footer .col-sm-4.line a:hover {
        background: #219900; }
      #sns-footer .col-sm-4.line a span.fa-text {
        font-size: 12px; }
    #sns-footer .col-sm-4.pocket a {
      background: #f03e51; }
      #sns-footer .col-sm-4.pocket a:hover {
        background: #c0392b; }
    #sns-footer .col-sm-4.hatebu a {
      background: #4c4948; }
      #sns-footer .col-sm-4.hatebu a:hover {
        background: #008cbd; }
      #sns-footer .col-sm-4.hatebu a span.fa-text {
        font-size: 18px; }
    #sns-footer .col-sm-4.feedly a {
      background: #2bb24c; }
      #sns-footer .col-sm-4.feedly a:hover {
        background: #1D9236; }
      #sns-footer .col-sm-4.feedly a span.fa-text {
        padding-top: 3px;
        margin-bottom: -10px; }
        @media only screen and (max-width: 575px) {
          #sns-footer .col-sm-4.feedly a span.fa-text {
            margin-bottom: -3px;
            padding-top: 6px; } }
        #sns-footer .col-sm-4.feedly a span.fa-text svg {
          width: 23px;
          height: 23px;
          fill: #fff; }
  #sns-footer .follow-sns-menu {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    background-color: #6992a6;
    padding: 15px 15px 5px 15px;
    border-radius: 6px 6px 6px 6px;
    margin-top: 15px; }
    #sns-footer .follow-sns-menu .follow-sns-menu-title {
      margin-bottom: 8px;
      color: #fff; }
    #sns-footer .follow-sns-menu ul.follow-sns-menu-icon {
      display: flex;
      list-style: none;
      justify-content: center;
      background-color: transparent;
      padding: 0; }
      #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li {
        margin-left: 5px;
        margin-right: 5px; }
        #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li::before {
          content: none; }
        #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li::after {
          content: none; }
        #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li a {
          color: #fff;
          display: block;
          width: 32px;
          height: 32px;
          padding: 7px 6px 3px 7px;
          border-radius: 32px;
          line-height: 0px;
          border: 1px solid #fff; }
          #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li a .svg-fa-tw {
            width: 100%; }
          #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li a .svg-fa-fb {
            width: 50%; }
          #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li a .svg-fa-in {
            width: 90%; }
          #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li a .svg-fa-yu {
            width: 90%;
            margin-top: 1.5px; }
          #sns-footer .follow-sns-menu ul.follow-sns-menu-icon li a .svg-fa-ma {
            width: 90%; }

.container-contents.home, .container-contents.sitemap-con {
  margin-top: 10%; }
.container-contents.con-end {
  margin-bottom: 10%; }

/*フルワイドのヒーローイメージ 
/* @include set_full_wide_thumbnail_t1; */
.contents-top-img-set .thumbnail-top {
  width: 100%;
  height: 66.66%;
  padding: 0; }
  .contents-top-img-set .thumbnail-top img {
    width: 100%;
    height: auto;
    /*height: 600px;*/
    object-fit: cover;
    /*object-position: 50% 50%;*/
    font-family: 'object-fit: cover;';
    /*IE対策*/
    margin-bottom: 0; }
.contents-top-img-set .up-date-top {
  font-family: Arial,"メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;
  color: #ffffff;
  background-color: #6992a6;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
  top: -42px;
  position: relative;
  text-align: center;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3rem; }
  .contents-top-img-set .up-date-top time {
    margin-top: 19px;
    display: inline-block; }
  .contents-top-img-set .up-date-top span {
    font-size: 20px; }
  .contents-top-img-set .up-date-top .date_day {
    margin-right: 1px; }
  .contents-top-img-set .up-date-top .date_year {
    display: block;
    padding-top: 3px;
    border-top: 1px solid;
    padding-right: 4px;
    padding-left: 4px; }
  @media only screen and (max-width: 575px) {
    .contents-top-img-set .up-date-top {
      width: 60px;
      height: 60px;
      top: -57px; }
      .contents-top-img-set .up-date-top time {
        margin-top: 9px; }
      .contents-top-img-set .up-date-top span {
        font-size: 12px; } }
.contents-top-img-set h1 {
  background-color: rgba(76, 73, 72, 0.1);
  /*@include font_min($f_size);*/
  font-size: 1.3rem;
  line-height: 2.5rem;
  background-color: #f5f5f5;
  text-align: center;
  padding: 80px 30px 45px 30px;
  position: relative;
  top: -86px;
  margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .contents-top-img-set h1 {
      padding: 45px 15px 25px 15px;
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  .contents-top-img-set h1 a {
    text-decoration: none;
    color: #534e38; }
    .contents-top-img-set h1 a:hover {
      text-decoration: underline;
      color: #95772F; }
.contents-top-img-set .summury-box {
  position: relative;
  top: -86px; }
  .contents-top-img-set .summury-box > ul.list-inline {
    font-size: 0.8rem;
    background-color: #ffffff;
    color: #534e38;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 575px) {
      .contents-top-img-set .summury-box > ul.list-inline {
        padding: 0 15px 0;
        font-size: 0.6rem;
        line-height: 1.2rem; } }
    .contents-top-img-set .summury-box > ul.list-inline li {
      margin-bottom: 0; }
      .contents-top-img-set .summury-box > ul.list-inline li span {
        color: silver;
        font-weight: normal;
        font-style: normal; }
  .contents-top-img-set .summury-box .summury-of-page {
    padding: 30px;
    background-color: rgba(76, 73, 72, 0.1);
    margin-bottom: 35px; }
    .contents-top-img-set .summury-box .summury-of-page ul.tag-list {
      background: none; }
      @media only screen and (max-width: 575px) {
        .contents-top-img-set .summury-box .summury-of-page ul.tag-list {
          margin-bottom: 8px; } }
      .contents-top-img-set .summury-box .summury-of-page ul.tag-list li i {
        color: #4c4948 !important; }
      .contents-top-img-set .summury-box .summury-of-page ul.tag-list .list-inline-item {
        margin-bottom: 0 !important; }
        .contents-top-img-set .summury-box .summury-of-page ul.tag-list .list-inline-item i.fa-tag::before {
          color: #6992a6; }
    @media only screen and (max-width: 575px) {
      .contents-top-img-set .summury-box .summury-of-page {
        padding: 15px; } }
    @media only screen and (max-width: 575px) {
      .contents-top-img-set .summury-box .summury-of-page .countdown {
        font-size: 0.8rem;
        margin-bottom: 0; } }

#text-count ul {
  background-color: rgba(76, 73, 72, 0.1);
  padding: 25px 45px 13px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 575px) {
    #text-count ul {
      padding: 25px 10px 13px 35px;
      margin-bottom: 15px;
      margin-left: 0 !important; } }
  #text-count ul li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.5rem;
    position: relative;
    padding-left: 5px; }
    #text-count ul li::after, #text-count ul li::before {
      display: block;
      content: '';
      position: absolute; }
    #text-count ul li::after {
      top: .35em;
      left: -1.2em;
      width: 14px;
      height: 14px;
      background-color: #4c4948;
      border-radius: 100%; }
    #text-count ul li::before {
      z-index: 2;
      top: .625em;
      left: -.975em;
      width: 4px;
      height: 4px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
#text-count .manage-list-inline li {
  margin-right: 28px; }
#text-count dl dt {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #c7c2ac; }
  #text-count dl dt:before {
    content: "〇";
    color: #c7c2ac;
    margin-right: 8px;
    font-size: 0.8em;
    margin-left: 8px; }

#text-count.blog-post ol {
  background-color: rgba(76, 73, 72, 0.1);
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 35px 50px; }
  #text-count.blog-post ol li {
    padding: 0.3em 0;
    position: relative;
    padding-left: 2.1rem;
    line-height: 2rem; }
    #text-count.blog-post ol li:before {
      counter-increment: number;
      content: counter(number) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #4c4948;
      /*手書き風のフォント*/
      font: normal normal 2rem "Bradley Hand", "Segoe Script", "Segoe Print", sans-serif; }

.form-control {
  overflow-y: scroll; }

.form-control {
  margin-bottom: 20px; }

#entry-form1-main > div.row {
  width: 100%; }

.content-form {
  max-width: none !important;
  width: 1200px !important;
  margin-right: auto;
  margin-left: auto; }

ul.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px; }
  ul.flow-list:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both; }
  ul.flow-list li {
    width: 33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    padding: 10px 20px;
    margin-right: 3px;
    background: #f4f2f1;
    color: #686868;
    position: relative;
    text-align: center; }
    ul.flow-list li.left:before, ul.flow-list li.center:before {
      content: "";
      display: block;
      position: absolute;
      top: -8px;
      width: 0;
      height: 0;
      border-top: solid 30px transparent;
      border-right: solid 30px transparent;
      border-bottom: solid 30px transparent;
      border-left: solid 30px #f4f2f1;
      z-index: 4;
      right: -56px; }
    ul.flow-list li:after {
      content: "";
      display: block;
      position: absolute;
      top: -8px;
      left: 0;
      width: 0;
      height: 0;
      border-top: solid 30px transparent;
      border-right: solid 30px transparent;
      border-bottom: solid 30px transparent;
      border-left: solid 30px #fff; }
    ul.flow-list li:first-child:after {
      display: none; }

.page-id-2409 .flow-list li.left {
  background: #333 !important;
  color: #fff; }
  .page-id-2409 .flow-list li.left:before {
    border-left: solid 30px #333 !important; }

ul.flow-list li.active {
  background: #e2edd7;
  color: #333;
  font-weight: bold; }
  ul.flow-list li.active.left:before, ul.flow-list li.active.center:before {
    border-left: solid 30px #e2edd7; }

@media only screen and (min-width: 992px) {
  #entry-form1 .row {
    width: 940px;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 1200px) {
  #entry-form1 .row {
    width: 1140px; } }
#entry-form1 input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
  margin-right: 5px;
  margin-left: 5px; }
#entry-form1 select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white; }
#entry-form1 .row {
  background-color: #f4f2f1;
  margin: 0;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver; }
#entry-form1 .first-row {
  border-top: 1px solid silver; }
#entry-form1 label.col-sm-4 {
  font-weight: normal;
  font-style: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }
#entry-form1 .col-sm-8 {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid silver;
  margin-bottom: 0;
  text-align: left;
  min-height: 55px; }

@media only screen and (max-width: 575px) {
  #entry-form1 .col-sm-8 {
    border-left-style: none; } }
input::-webkit-input-placeholder, input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px; }

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
  /*line-height: 100%;*/
  line-height: 1.4rem;
  font-weight: normal;
  font-style: normal;
  padding: 5px;
  color: rgba(0, 0, 0, 0.3) !important; }
textarea::-moz-placeholder {
  color: #ccc;
  font-size: 100%;
  /*line-height: 100%;*/
  line-height: 1.4rem;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.3) !important; }

.necessary {
  display: block;
  float: right;
  background-color: #FF0000;
  width: 50px;
  height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px; }

.optional {
  display: block;
  float: right;
  background-color: #00993E;
  width: 50px;
  height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px; }

#entry-form1 button#imbtn, #entry-form1 button#imbtn_confirm {
  position: relative;
  background-color: #009943;
  padding: 25px 15px;
  display: block;
  width: 70%;
  border-radius: 8px;
  margin: 45px auto 200px;
  color: #fff;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  text-align: center; }
#entry-form1 button#imbtn:hover, #entry-form1 button#imbtn_confirm:hover {
  background-color: #e2edd7;
  color: #009943; }
#entry-form1 button#imbtn span, #entry-form1 button#imbtn_confirm span {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  top: 0px; }
#entry-form1 button#imbtn:after, #entry-form1 button#imbtn_confirm:after {
  content: "\f138";
  font: 18px FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  float: right;
  top: 39%;
  right: 10px; }
#entry-form1 button#imbtn[disabled] {
  background-color: red; }
#entry-form1 button#rebtn {
  margin-top: -30px;
  margin-bottom: 30px;
  background-color: #f3f4ef;
  border: 1px solid #cfcfcf;
  color: #858585;
  font-size: 0.8em; }

@media only screen and (max-width: 575px) {
  #entry-form1 button#imbtn {
    width: 93%; } }
.name-row .col-sm-8 ul.list-inline {
  padding: 0;
  background-color: white !important;
  margin-bottom: 0; }
.name-row .col-sm-8 .name {
  padding-left: 5px;
  padding-right: 5px; }

.mobile-row .col-sm-8 .tel {
  width: 26%;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }
.mobile-row .col-sm-8 span {
  float: left;
  width: 4%;
  text-align: center;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  font-size: 20px; }
.mobile-row .col-sm-8 .tel1 {
  width: 33%;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }
.mobile-row .tel2 {
  width: 33%;
  float: right;
  padding-left: 5px;
  padding-right: 5px; }

.mail-row #mail {
  margin-bottom: 7px; }
.mail-row .mail {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px; }
.mail-row .necessary-text {
  line-height: 130%;
  margin-top: 7px;
  margin-bottom: 0; }

.address-row .address {
  margin-bottom: 7px; }
.address-row .col-sm-8 label {
  display: block;
  float: left;
  margin-right: 0px;
  font-weight: normal;
  font-style: normal;
  line-height: 37px;
  width: 15%; }
.address-row #zip1, .address-row #zip2 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0; }
.address-row #zip1 {
  width: 25% !important; }
.address-row #zip2 {
  width: 35% !important; }
.address-row .col-sm-8 #zip1 + span {
  text-align: center;
  font-weight: bold;
  font-size: 20px; }
.address-row .col-sm-8 #address1 {
  margin-bottom: 0px;
  width: 63%; }
.address-row .address2, .address-row .address3 {
  width: 85%;
  padding-left: 5px;
  padding-right: 5px; }
.address-row select {
  line-height: 20px;
  display: block; }

@media only screen and (max-width: 575px) {
  .address-row .col-sm-8 label {
    line-height: 37px;
    width: 22%; }
  .address-row .address2, .address-row .address3 {
    width: 78%; } }
.mail-to-row .col-sm-8 {
  padding-top: 2px !important; }
.mail-to-row .radio-inline {
  position: relative !important;
  margin-bottom: 5px;
  padding-left: 0; }
  .mail-to-row .radio-inline:first-child {
    margin-left: 10px; }

.radio-inline input {
  display: inline-block;
  position: relative !important;
  width: 25px !important;
  height: 25px !important;
  top: 6px; }

.note-row textarea {
  width: 100%;
  border-radius: 5px;
  min-height: 100px; }

textarea.rules {
  width: 100%;
  min-height: 100px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  line-height: 150%; }

#entry-form1 .row.policy-row {
  background-color: white;
  margin: 0;
  border-style: none; }
#entry-form1 .policy-row label.col-sm-4 {
  margin-top: 15px;
  font-weight: bold; }
#entry-form1 .policy-row .col-sm-8 {
  border-style: none; }

@media only screen and (max-width: 575px) {
  #entry-form1 .policy-row label.col-sm-4 {
    background-color: #f4f2f1; }

  #entry-form1 .policy-row .col-sm-8 {
    margin-top: -5px;
    background-color: transparent;
    text-align: center; } }
input#policy[type=checkbox] {
  display: none; }

.policy_label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f4f2f0;
  vertical-align: middle;
  cursor: pointer; }
  .policy_label:hover {
    background-color: #e2edd7; }
    .policy_label:hover:after {
      border-color: #53b300; }
  .policy_label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    margin-top: -13px;
    width: 22px;
    height: 22px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: ''; }
  .policy_label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

input#policy[type=checkbox]:checked + .policy_label:before {
  opacity: 1; }

.submit_text {
  margin-bottom: 35px;
  padding: 12px 42px;
  border-radius: 8px;
  background-color: #e2edd7;
  text-align: center;
  font-weight: bold; }

#contacts_form {
  padding-top: 8%; }
  #contacts_form p.contacts_done_text {
    text-align: center; }
  #contacts_form form p {
    text-align: center; }
    #contacts_form form p button {
      display: block;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      font-weight: normal;
      width: 80%;
      padding: 30px;
      letter-spacing: 3px;
      background-color: #1cb57b;
      box-shadow: 0 3px #10724d;
      border-style: none;
      margin: 80px auto 130px; }
      @media only screen and (max-width: 575px) {
        #contacts_form form p button {
          width: 100%;
          padding: 15px;
          margin: 25px auto 45px; } }
      #contacts_form form p button:hover {
        background-color: #0274d8;
        box-shadow: 0 2px #015096;
        color: #fff;
        transition: .5s; }
  #contacts_form form label {
    font-size: 1rem;
    margin: 23px 0 0; }
    @media only screen and (max-width: 575px) {
      #contacts_form form label {
        margin: 0 0 5px 0; } }

.con-top-line {
  border-top: 6px solid #4c4948; }

/* トップページお知らせエリア */
#news_area {
  padding-bottom: 45px; }
  #news_area .col {
    padding-right: 100px;
    padding-left: 100px; }
    @media only screen and (max-width: 1200px) {
      #news_area .col {
        padding-right: 55px;
        padding-left: 55px; } }
    @media only screen and (max-width: 991px) {
      #news_area .col {
        padding-right: 15px;
        padding-left: 15px; } }
  #news_area .plink {
    /*border: solid 1px $color-text-h;    	/* 内側の線になる一本線の枠線をひく*!/*/
    /*outline: solid 1px $color-text-h;    /* 外側の線になる一本線の枠線をひく*!/*/
    /*outline-offset: 5px;        /* 外側の線と内側の線の空き具合を調整*!/*/
    /*margin: 20px;            	/* 外側の線を広げた分、要素の大きさを調整する*!/*/
    border: none;
    padding: 0;
    margin-bottom: 15px; }
    @media only screen and (max-width: 575px) {
      #news_area .plink {
        margin-bottom: 45px; } }
    #news_area .plink img {
      margin-bottom: 0; }
    @media only screen and (max-width: 575px) {
      #news_area .plink img {
        margin-bottom: 15px !important;
        width: 100%; }
      #news_area .plink .col-sm-3, #news_area .plink .col-sm-9 {
        padding-right: 15px;
        padding-left: 15px; } }
    #news_area .plink p {
      text-align: left;
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.6rem; }
      @media only screen and (max-width: 991px) {
        #news_area .plink p {
          width: 100%; } }
      #news_area .plink p.link_bu {
        text-align: right; }
        @media only screen and (max-width: 575px) {
          #news_area .plink p.link_bu {
            text-align: center; } }
        #news_area .plink p.link_bu a {
          display: inline-block;
          width: 140px;
          padding: 8px;
          text-decoration: none;
          color: #ffffff;
          background-color: #4c4948;
          text-align: center;
          font-size: 0.8rem;
          margin-top: 15px;
          margin-right: 0;
          border-radius: 3px; }
    #news_area .plink .h5_title {
      margin: 0; }
      @media only screen and (max-width: 991px) {
        #news_area .plink .h5_title {
          /*font-size: 1.2rem!important;*/
          /*line-height: 1.8rem!important;*/
          padding-bottom: 10px;
          margin-bottom: 15px; } }

/* h1イメージエリア */
/* H1のみ or H1 + subcopy */
#nov_area > .row {
  /*padding-bottom: $con-bottom;*/ }
  #nov_area > .row h1 {
    /*@include font_min($f_size);*/
    font-size: 1.1rem;
    text-align: center;
    margin-top: 95px; }
    @media only screen and (max-width: 575px) {
      #nov_area > .row h1 {
        margin-top: 45px;
        font-size: 1.6rem; } }
  #nov_area > .row p.sub-copy {
    /*@include font_min($f_size);*/
    font-size: 1.3rem;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      #nov_area > .row p.sub-copy {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.6rem;
        margin: 25px auto 25px; } }
    #nov_area > .row p.sub-copy + p.sub-text {
      width: 100%;
      text-align: center; }
  #nov_area > .row p {
    width: 680px;
    max-width: 100%;
    margin: 39px auto 45px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      #nov_area > .row p {
        width: 100%;
        margin: 25px auto 25px; } }

/* H1 + Video or Image */
#v_area {
  /*padding-bottom: $con-bottom;*/
  /*@include photo_back1;*/
  position: relative;
  padding: 0; }
  #v_area h1 {
    /*@include font_min($f_size);*/
    font-size: 2.1rem;
    text-align: center;
    margin-top: 95px; }
    @media only screen and (max-width: 575px) {
      #v_area h1 {
        margin-top: 45px;
        font-size: 1.6rem; } }
  #v_area p.sub-copy {
    /*@include font_min($f_size);*/
    font-size: 1.3rem;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      #v_area p.sub-copy {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.6rem;
        margin: 25px auto 25px; } }
    #v_area p.sub-copy + p.sub-text {
      width: 100%;
      text-align: center; }
  #v_area p {
    width: 680px;
    max-width: 100%;
    margin: 39px auto 45px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      #v_area p {
        width: 100%;
        margin: 25px auto 25px; } }
  #v_area > img {
    width: 100%;
    height: 950px;
    object-fit: cover; }
  #v_area > .row {
    width: 100% !important;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5), #FFF);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5), #FFF);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), #FFF);
    width: 100%;
    height: 950px; }
    #v_area > .row > .col {
      min-height: 0 !important; }
  #v_area .sub-image {
    max-width: 100%; }
    #v_area .sub-image img {
      width: 100%;
      margin-bottom: 0; }

#text-count {
  /* コンテンツ共通スタイル */
  /* ------------------------------------------------------ */
  /* card形式一覧専用 */
  /* ------------------------------------------------------ */
  /* ------------------------------------------------------ */
  /* ABOUT専用 */
  /* ------------------------------------------------------ */
  /* ------------------------------------------------------ */ }
  #text-count #card_list_header {
    padding-bottom: 0; }
    #text-count #card_list_header h1 {
      font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      text-align: center;
      margin-top: 95px; }
      #text-count #card_list_header h1 span {
        display: block;
        font-size: 1.5rem;
        margin-bottom: 25px; }
      #text-count #card_list_header h1 span::before {
        content: "─　"; }
      #text-count #card_list_header h1 span::after {
        content: "　─"; }
    #text-count #card_list_header h1::after {
      content: "";
      display: block;
      width: 280px;
      height: 1px;
      background-color: #4c4948;
      margin: 39px auto 45px; }
  #text-count .card_list_area {
    padding-top: 45px; }
  #text-count .con-company-01 {
    margin-bottom: 85px; }
    #text-count .con-company-01 img {
      margin-bottom: 0; }

/* ------------------------------------------------------ */
/* FAQ（定番） */
/* ------------------------------------------------------ */
#text-count {
  /*@include set_faq_style_t1;*/ }

/* ------------------------------------------------------ */
/*--------------------------------------------------------*/
/* プライバシー・ポリシー・免責（定番） */
/*--------------------------------------------------------*/
#text-count .con-pol1 {
  margin-bottom: 85px; }
  #text-count .con-pol1 ul, #text-count .con-pol1 ol {
    background-color: transparent;
    border-top: dotted #212529 1px;
    /*上のボーダー*/
    border-bottom: dotted #212529 1px;
    /*下のボーダー*/
    padding: 1.5rem 30px 0.8em 30px; }
    @media only screen and (max-width: 575px) {
      #text-count .con-pol1 ul, #text-count .con-pol1 ol {
        padding: 15px 15px 0 20px; } }
  #text-count .con-pol1 ul li, #text-count .con-pol1 ol li {
    line-height: 1rem;
    padding: 0.5em 0;
    list-style-type: circle; }
    @media only screen and (max-width: 575px) {
      #text-count .con-pol1 ul li, #text-count .con-pol1 ol li {
        padding: 0;
        line-height: 1.5rem; } }
    #text-count .con-pol1 ul li::before, #text-count .con-pol1 ol li::before {
      display: none; }
    #text-count .con-pol1 ul li::after, #text-count .con-pol1 ol li::after {
      display: none; }
#text-count .con-pol2 {
  padding-bottom: 75px; }
  #text-count .con-pol2 ul, #text-count .con-pol2 ol {
    background-color: rgba(76, 73, 72, 0.1);
    /*border-top: dotted $color-text-main 1px;/*上のボーダー*!/*/
    /*border-bottom: dotted $color-text-main 1px;/*下のボーダー*!/*/
    padding: 1.5rem 60px 0.8em 60px; }
    @media only screen and (max-width: 575px) {
      #text-count .con-pol2 ul, #text-count .con-pol2 ol {
        padding: 15px 8px 5px 25px; } }
  #text-count .con-pol2 ul li, #text-count .con-pol2 ol li {
    line-height: 1rem;
    padding: 0.5em 0;
    list-style-type: circle; }
    @media only screen and (max-width: 575px) {
      #text-count .con-pol2 ul li, #text-count .con-pol2 ol li {
        padding: 0;
        line-height: 1.5rem; } }
    #text-count .con-pol2 ul li::before, #text-count .con-pol2 ol li::before {
      display: none; }
    #text-count .con-pol2 ul li::after, #text-count .con-pol2 ol li::after {
      display: none; }

/*--------------------------------------------------------*/
/* ------------------------------------------------------ */
/* アクセス */
/* ------------------------------------------------------ */
#text-count {
  /* ACCESS */ }
  #text-count .con-access1 {
    padding-bottom: 75px;
    background-color: rgba(76, 73, 72, 0.1); }
    #text-count .con-access1 ul.info {
      border-top: dotted #212529 1px;
      border-bottom: dotted #212529 1px;
      padding: 1.5rem 1.5rem 0.8rem;
      margin-top: 35px; }
      #text-count .con-access1 ul.info li {
        line-height: 1.5rem;
        /*padding: 0.5em 0;*/
        list-style-type: circle;
        /* CSSだけで均等割付 */ }
        #text-count .con-access1 ul.info li .justify {
          width: 6rem;
          display: flex;
          justify-content: space-between;
          float: left;
          margin-right: 8px; }
    #text-count .con-access1 ul.note {
      background-color: #ffffff !important;
      padding: 1.5rem 1.5rem 0.8rem !important; }
    #text-count .con-access1 .google-map {
      position: relative;
      width: 100%;
      /* 左右に余白が必要なら値を変更してもOK */
      height: 0;
      padding-bottom: 56.25%;
      /* padding-topでもOK */
      overflow: hidden; }
    #text-count .con-access1 .google-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /* 必要であれば!importantを付けてください */
      height: 100%;
      /* 必要であれば!importantを付けてください */ }

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* お問合せ */
/* ------------------------------------------------------ */
#text-count #cn_area {
  text-align: center; }
  #text-count #cn_area h1 {
    /*@include font_min($f_size);*/
    font-size: 2.1rem;
    text-align: center;
    margin-top: 95px; }
    @media only screen and (max-width: 575px) {
      #text-count #cn_area h1 {
        margin-top: 45px;
        font-size: 1.6rem; } }
  #text-count #cn_area p.sub-copy {
    /*@include font_min($f_size);*/
    font-size: 1.3rem;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      #text-count #cn_area p.sub-copy {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.6rem;
        margin: 25px auto 25px; } }
    #text-count #cn_area p.sub-copy + p.sub-text {
      width: 100%;
      text-align: center; }
#text-count #contacts_form {
  padding-top: 0; }
  #text-count #contacts_form form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* サイトマップ */
/* ------------------------------------------------------ */
#text-count .sitemap-con1 {
  /*background-color: $color-back-sub2;*/ }
  #text-count .sitemap-con1 h2 a {
    color: #4c4948; }
  #text-count .sitemap-con1 span {
    color: #4c4948;
    margin-right: 15px; }
#text-count .sitemap-con2 {
  /*background-color: $color-back-sub2;*/
  padding-bottom: 75px;
  margin-bottom: 0; }
  #text-count .sitemap-con2 h2 a {
    color: #4c4948; }
  #text-count .sitemap-con2 span {
    color: #4c4948;
    margin-right: 15px; }

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* pkコントール */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

.fa {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto; }

.fa-home::before {
  content: "\2302"; }

.fa-search::before {
  content: "\2315"; }

.fa-send::before {
  content: "\2197"; }

.fa-tag::before {
  content: "#"; }

.fa-lock::before {
  content: "\25A0"; }

.fa-unlock::before {
  content: "\25A1"; }

.fa-arrow-circle-left::before {
  content: "\2039"; }

.fa-arrow-circle-right::before {
  content: "\203A"; }

/* ------------------------------------------------------ */
/* モーダルウィンドウ */
/* ------------------------------------------------------ */
#image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 160px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8); }

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1200px; }

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0; }

.close {
  position: absolute;
  top: 130px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/*# sourceMappingURL=base.css.map */
