@charset "UTF-8";
.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;
}

html {
  background-color: #3e3a39;
}

#main {
  background-color: #ffffff;
}

body {
  font: 0.46667 !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: 767px) {
  body {
    font-size: 14px;
    line-height: 1.7em;
  }
  body #text-count p, body #text-count li {
    font-size: 16px;
    line-height: 1.9em;
  }
}

.table-responsive {
  border: 1px solid #eee;
}

.table-responsive::before {
  font-size: 12px;
  display: block;
  padding: 5px 5px 5px 15px;
  content: '幅が広い表は左右にスクロール可能';
  color: #999;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

a:link, a:visited {
  color: #3e3a39;
  text-decoration: underline;
}

a:hover img {
  opacity: .60;
}

#text-count a:link, #text-count a:visited, #contacts_area a:link, #contacts_area a:visited {
  color: #00a5de;
  text-decoration: underline;
}

#text-count a:hover, #text-count a:active, #contacts_area a:hover, #contacts_area a:active {
  font-weight: bold;
}

#text-count a:hover img, #contacts_area a:hover img {
  opacity: .60;
}

#text-count a.btn-primary:link, #text-count a.btn-primary:visited, #contacts_area a.btn-primary:link, #contacts_area a.btn-primary:visited {
  color: #fff;
}

#text-count a.btn-outline-primary:hover, #contacts_area a.btn-outline-primary:hover {
  color: #fff;
}

.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;
  -webkit-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);
          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 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  background: #111 linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  cursor: pointer;
}

#move-page-top:active {
  background: #111;
  background: #111 -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: #111 -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: #111 linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  outline: none;
}

#move-page-top:focus, #move-page-top:hover {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .br-md {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .br-md {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .br-sp {
    display: inline-block;
  }
}

.content i.fa-unlock {
  color: green;
}

.content i.fa-lock {
  color: red;
}

/* ******************************************************************************** */
/* 更新画面（全共通コード） */
/* ******************************************************************************** */
.updatedview ul.nav-tabs {
  border-bottom-color: #282f39 !important;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.updatedview ul.nav-tabs li.nav-item {
  margin-bottom: 0;
  /*padding-bottom: 0!important;*/
}

.updatedview ul.nav-tabs li.nav-item:before {
  content: none !important;
}

.updatedview ul.nav-tabs li.nav-item:after {
  content: none !important;
}

.updatedview ul.nav-tabs li.nav-item a.nav-link {
  /*margin-bottom: 0!important;*/
  color: #282f39 !important;
  border: 1px dotted #282f39;
  border-bottom: none;
  text-decoration: none;
}

.updatedview ul.nav-tabs li.nav-item a.nav-link.active {
  background-color: #282f39;
  /*border: none;*/
  color: white !important;
}

.updatedview form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview form ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview form ::placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview #id_serp_description {
  max-height: 105px;
}

.updatedview 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 #3e3a39;
}

.updatedview h5:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .updatedview h5 {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
}

.updatedview h5 span.required {
  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 5px 0 0;
}

.updatedview h5 span.option {
  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 5px 0 0;
}

.updatedview ul.form-note {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

/* ******************************************************************************** */
/* 更新画面（全共通コード） */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* 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;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
          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 リッチスニペットシミュレーションツール（全共通コード） */
/* ******************************************************************************** */
/* ****************************************************** */
/*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;
  -webkit-box-shadow: 0 0 8px gray;
          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*/
/* ****************************************************** */
pre[class*="language-"] > code[data-language] {
  max-height: none;
  overflow: auto;
}

:not(pre) > code[class*="language-"], pre[data-line] {
  background: #272822;
}

/* 各ウェブサイトごとに選択する共通のスタイルのフォーマットを記述するエリア */
/* ------------------------------------- */
/* 共通基本スタイル */
#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 font_min(1rem); */
/* @include thumbnail_top(75%); */
/* @include set_h1_t1(2.1rem); */
/* @include set_h_sub(); */
/* @include set_h_p; */
/* @include set_h2_t1(2.1rem); */
/* @include set_h2_underline_t1(2.1rem); */
/* @include set_h3_t1(1.7rem); */
/* @include set_h4_t1(1rem); */
/* @include set_h5_t1(1rem); */
#csv_in_ex_area {
  padding-left: 100px;
  padding-right: 100px;
}

#csv_in_ex_area h2 {
  font-size: 1rem;
}

/* 標準h5スタイル */
/* @include set_h5_style_t1(1rem); */
/* @include set_blockquote_t1; */
/* @include set_link_button_t1; */
/* 汎用ベース */
/* プロデュースノート追加用 */
/* 3つの魅力専用 */
/* @include photo_frame; */
/* @include card_link_2photo(); */
/* @include photo_back1; */
/* @include photo_back2; */
/* @include photo_back3; */
/* @include ol_style_handwriting(2rem); */
/* @include ol_style_t1; */
/* @include ul_style_arrow; */
/* @include ul_style_circle; */
/* @include ul_line; */
/* @include dl_style_obj("〇"); */
/* 標準蛍光ライン */
/* @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_plink_style_t2; */
/* @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;
}

@media only screen and (max-width: 767px) {
  .con-cat-tab {
    margin-bottom: 0;
  }
}

/* @include set_sns_footer_style_t1; */
/* @include set_pagenation_list_style_t1; */
/* @include set_pagenation_detail_style_t1; */
/* @include set_footer_contact_style_t1; */
/* @include set_submit_button_style_t1; */
#contacts_area .color-back-01 {
  padding-top: 85px;
}

#contacts_area h1 {
  font-size: 2.1rem;
  text-align: center;
  margin-top: 95px;
}

@media only screen and (max-width: 767px) {
  #contacts_area h1 {
    margin-top: 45px;
    font-size: 1.1rem;
    text-align: left;
  }
}

#contacts_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #3e3a39;
  margin: 39px auto 45px;
}

#contacts_area p.sub-copy {
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
  margin-top: 0px;
  color: #3e3a39;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #contacts_area p.sub-copy {
    font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center;
  }
}

#contacts_area h4 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  padding: 2px 15px 2px 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

#contacts_area h4:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  #contacts_area h4 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

#contacts_area h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  background: none;
}

@media only screen and (max-width: 767px) {
  #contacts_area h2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
}

#contacts_area h2 a {
  text-decoration: none;
}

#contacts_area h2 a:hover {
  font-weight: normal;
}

#contacts_area h2::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #ffe400;
  margin: 39px auto 0;
}

#contacts_area:first-child {
  margin-top: 0;
}

#contacts_area + p {
  margin-top: 45px;
}

#contacts_area .h3_note {
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #3e3a39;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 45px;
  padding-bottom: 20px;
  background: none;
}

@media only screen and (max-width: 767px) {
  #contacts_area .h3_note {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
}

#contacts_area .h3_note a {
  text-decoration: none;
}

#contacts_area .h3_note a:hover {
  font-weight: normal;
}

#contacts_area .h4_note {
  margin-bottom: 8px;
  background-color: #ffffff;
}

#contacts_area .p_note {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

#contacts_area form .normal-row label {
  /*@include font_min($f_size);*/
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px dotted #3e3a39;
}

#contacts_area form .normal-row label:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #contacts_area form .normal-row label {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

#contacts_area form .normal-row label span.required {
  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 5px 0 0;
}

#contacts_area form .normal-row label span.option {
  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 5px 0 0;
}

#contacts_area form .form-row {
  margin-bottom: 1rem;
}

#contacts_area form .row-name .col-sm-6 {
  margin-bottom: 0;
}

#contacts_area form .row-name label {
  width: 100%;
}

#contacts_area form .privacy-policy {
  margin-top: 23px;
}

#contacts_area form .privacy-policy input {
  margin-bottom: 15px;
}

#contacts_area form .privacy-policy input#id_privacy_policy {
  margin-top: -3px;
}

#contacts_area form .privacy-policy input[type=checkbox] {
  width: calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
}

#contacts_area form .privacy-policy span {
  margin-left: 25px;
}

#contacts_area form .submit-area button {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 100%;
  padding: 30px;
  letter-spacing: 3px;
  background-color: #1cb57b;
  -webkit-box-shadow: 0 3px #10724d;
          box-shadow: 0 3px #10724d;
  border-style: none;
  margin: 20px auto 130px;
}

#contacts_area form .submit-area button:hover {
  background-color: #0274d8;
  -webkit-box-shadow: 0 2px #015096;
          box-shadow: 0 2px #015096;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.basic-form .color-back-01 {
  padding-top: 85px;
}

.basic-form h1 {
  font-size: 2.1rem;
  text-align: center;
  margin-top: 95px;
}

@media only screen and (max-width: 767px) {
  .basic-form h1 {
    margin-top: 45px;
    font-size: 1.1rem;
    text-align: left;
  }
}

.basic-form h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #3e3a39;
  margin: 39px auto 45px;
}

.basic-form p.sub-copy {
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
  margin-top: 0px;
  color: #3e3a39;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .basic-form p.sub-copy {
    font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center;
  }
}

.basic-form h4 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  padding: 2px 15px 2px 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.basic-form h4:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .basic-form h4 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.basic-form h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  background: none;
}

@media only screen and (max-width: 767px) {
  .basic-form h2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
}

.basic-form h2 a {
  text-decoration: none;
}

.basic-form h2 a:hover {
  font-weight: normal;
}

.basic-form h2::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #ffe400;
  margin: 39px auto 0;
}

.basic-form:first-child {
  margin-top: 0;
}

.basic-form + p {
  margin-top: 45px;
}

.basic-form .h3_note {
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #3e3a39;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 45px;
  padding-bottom: 20px;
  background: none;
}

@media only screen and (max-width: 767px) {
  .basic-form .h3_note {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
}

.basic-form .h3_note a {
  text-decoration: none;
}

.basic-form .h3_note a:hover {
  font-weight: normal;
}

.basic-form .h4_note {
  margin-bottom: 8px;
  background-color: #ffffff;
}

.basic-form .p_note {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.basic-form form .normal-row label {
  /*@include font_min($f_size);*/
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px dotted #3e3a39;
}

.basic-form form .normal-row label:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .basic-form form .normal-row label {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.basic-form form .normal-row label span.required {
  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 5px 0 0;
}

.basic-form form .normal-row label span.option {
  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 5px 0 0;
}

.basic-form form .form-row {
  margin-bottom: 1rem;
}

.basic-form form .row-name .col-sm-6 {
  margin-bottom: 0;
}

.basic-form form .row-name label {
  width: 100%;
}

.basic-form form .privacy-policy {
  margin-top: 23px;
}

.basic-form form .privacy-policy input {
  margin-bottom: 15px;
}

.basic-form form .privacy-policy input#id_privacy_policy {
  margin-top: -3px;
}

.basic-form form .privacy-policy input[type=checkbox] {
  width: calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
}

.basic-form form .privacy-policy span {
  margin-left: 25px;
}

.basic-form form .submit-area button {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 100%;
  padding: 30px;
  letter-spacing: 3px;
  background-color: #1cb57b;
  -webkit-box-shadow: 0 3px #10724d;
          box-shadow: 0 3px #10724d;
  border-style: none;
  margin: 20px auto 130px;
}

.basic-form form .submit-area button:hover {
  background-color: #0274d8;
  -webkit-box-shadow: 0 2px #015096;
          box-shadow: 0 2px #015096;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

#container-hooter-sns {
  background-color: #ffe400;
}

#container-hooter-sns .row .col .footer-sns-menu {
  width: 100%;
  text-align: center;
  /*background-color: $color-main;*/
  padding: 45px 15px 20px 15px;
}

#container-hooter-sns .row .col .footer-sns-menu .footer-sns-menu-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 18px;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li {
  margin-left: 8px;
  margin-right: 8px;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li a {
  color: #000000;
  display: block;
  width: 62px;
  height: 62px;
  padding: 14px 13px 10px 14px;
  border-radius: 32px;
  line-height: 0px;
  border: 2px solid #000000;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li a .svg-fa-tw {
  width: 100%;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li a .svg-fa-fb {
  width: 50%;
  margin-right: 2px;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li a .svg-fa-in {
  width: 88%;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li a .svg-fa-yu {
  width: 90%;
  margin-top: 1.5px;
}

#container-hooter-sns .row .col .footer-sns-menu ul.footer-sns-menu-icon li a .svg-fa-ma {
  width: 90%;
}

.container-product-card {
  background-color: whitesmoke;
}

.container-product-card .row .col .card-deck {
  margin-bottom: 45px;
}

.container-product-card .row .col .card-deck .row {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .container-product-card .row .col .card-deck .row {
    width: auto;
  }
}

.container-product-card .row .col .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .container-product-card .row .col .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

.container-product-card .row .col .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  .container-product-card .row .col .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

.container-product-card .row .col .card-deck .card img {
  margin-bottom: 0px;
  min-height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.container-product-card .row .col .card-deck .card .card-body {
  position: relative;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  /*$b-width: 90%;*/
}

.container-product-card .row .col .card-deck .card .card-body h4 {
  font: normal normal 1.2rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background-color: transparent;
  /*border-bottom: none;*/
}

.container-product-card .row .col .card-deck .card .card-body h4::before {
  content: '';
}

.container-product-card .row .col .card-deck .card .card-body h2, .container-product-card .row .col .card-deck .card .card-body h3, .container-product-card .row .col .card-deck .card .card-body h4 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #3e3a39;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .container-product-card .row .col .card-deck .card .card-body h2, .container-product-card .row .col .card-deck .card .card-body h3, .container-product-card .row .col .card-deck .card .card-body h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-product-card .row .col .card-deck .card .card-body h2::after, .container-product-card .row .col .card-deck .card .card-body h3::after, .container-product-card .row .col .card-deck .card .card-body h4::after {
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .container-product-card .row .col .card-deck .card .card-body h2::after, .container-product-card .row .col .card-deck .card .card-body h3::after, .container-product-card .row .col .card-deck .card .card-body h4::after {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .container-product-card .row .col .card-deck .card .card-body h2::after, .container-product-card .row .col .card-deck .card .card-body h3::after, .container-product-card .row .col .card-deck .card .card-body h4::after {
    width: 100%;
  }
}

.container-product-card .row .col .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .container-product-card .row .col .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-product-card .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  /*width: $b-width;*/
  /*margin-right: (100% - $b-width)/2;*/
  /*margin-left: (100% - $b-width)/2;*/
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media only screen and (max-width: 991px) {
  .container-product-card .row .col .card-deck .card .card-body p.bu {
    /*width: 100%;*/
    /*margin-right: 0;*/
    /*margin-left: 0;*/
  }
}

.container-product-card .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #00a5de;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #00a5de;
  /*max-width: 100%;*/
  border-radius: 3px;
}

.container-product-card .row .col .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

.container-product-card .row .col .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #00a5de;
  font-weight: normal;
}

.container-product-card .row .col .card-deck {
  width: 100%;
}

.container-product-card .row .col a {
  text-decoration: none !important;
}

.container-product-card .row .col a .card {
  position: relative;
}

.container-product-card .row .col a .card .card-img-top.flont {
  position: absolute;
  top: 0;
  left: 0;
}

.container-product-card .row .col a .card .card-img-top.flont:hover {
  opacity: .0;
}

.container-product-card .row .col a .card .card-img-top.back {
  opacity: 1.0;
}

.container-product-card .row .col a .card .card-img-top.back:hover {
  opacity: 1.0;
}

.container-product-card .row .col a .card p.card_bottom {
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0px 15px !important;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .container-product-card .row .col a .card p.card_bottom {
    /*width: 100%;*/
  }
}

.container-product-card .row .col a .card p.sold_out {
  color: #e3414d !important;
}

.container-product-card .row .col .note-box {
  background-color: #fff;
  padding: 25px 25px;
  margin-bottom: 45px;
}

.container-product-card .row .col .note-box p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 5px !important;
  color: #3e3a39 !important;
}

#text-count .product_sell_detail .row .left_img img {
  width: 100%;
  height: auto;
  margin: 0;
}

#text-count .product_sell_detail .row .right_text h1 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

#text-count .product_sell_detail .row .right_text .product_tag_main {
  width: 100%;
  border-bottom: 1px solid #333;
}

#text-count .product_sell_detail .row .right_text .stock_num {
  text-align: center;
}

#text-count .product_sell_detail .row .right_text .stock_num .price {
  font-size: 1.5rem;
  font-weight: bold;
}

#text-count .product_sell_detail .row .right_text .sold_out {
  text-align: center;
  text-decoration: none;
  background-color: #ebebeb;
  color: #e3414d !important;
  width: 100%;
  padding: 15px 8px;
}

#text-count .product_sell_detail .row .right_text .cart_bu a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #00a5de;
  color: #fff;
  width: 100%;
  padding: 15px 8px;
}

#text-count .product_sell_detail .row .right_text .cart_bu a:hover {
  background-color: #00a5de;
}

/* カート ＆ 注文内容確認画面 */
#text-count .container-cart .right {
  padding-left: 0;
}

#text-count .container-cart .right p.product_title {
  line-height: 1.5rem;
}

#text-count .container-cart .right p.product_title a {
  text-decoration: none;
}

#text-count .container-cart .right p.price {
  font-size: 0.8rem;
}

#text-count .container-cart .right p.price span {
  font-size: 1.3rem;
  /*font-weight: bold;*/
}

#text-count .container-cart .right p.num {
  font-size: 0.8rem;
}

#text-count .container-cart .right p.num span {
  font-size: 1.3rem;
  /*font-weight: bold;*/
}

#text-count .container-cart .right p.num a {
  display: inline-block;
  padding: 7px 13px;
  margin: 0 3px;
  border-radius: 5px;
  background-color: #00a5de;
  color: #fff;
}

#text-count .container-cart .right p.num a + :hover {
  background-color: #00a5de;
}

#text-count .container-cart .right p.stock_num {
  text-align: center;
}

#text-count .container-cart .right p.stock_num .price {
  font-size: 1.5rem;
  font-weight: bold;
}

#text-count .container-cart .sub_total {
  width: 100%;
}

#text-count .container-cart .sub_total thead {
  background-color: #3e3a39;
}

#text-count .container-cart .sub_total tr th {
  border: none;
  text-align: center;
  padding: 8px 8px;
  color: #fff;
}

#text-count .container-cart .sub_total tr td {
  border: none;
}

#text-count .container-cart .sub_total tr td .sub_total_price {
  text-align: right;
  font-size: 0.8rem;
  font-weight: bold;
}

#text-count .container-cart .sub_total tr td .sub_total_price span {
  font-size: 1.5rem;
}

#text-count .container-cart .shopping_bu a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #698787;
  border: 1px solid #698787;
  width: 100%;
  padding: 15px 8px;
}

#text-count .container-cart .shopping_bu a:hover {
  background-color: #ebebeb;
}

#text-count .container-cart .cart_bu a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #00a5de;
  color: #fff;
  width: 100%;
  padding: 15px 8px;
}

#text-count .container-cart .cart_bu a:hover {
  background-color: #00a5de;
}

body {
  padding-top: 92px;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 62px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}

#container-head-logo {
  width: 100%;
  height: 92px;
  /*background-color: $color-main-back;*/
  background-color: #FCFAF8;
  border-bottom: 2px solid whitesmoke;
}

@media only screen and (max-width: 767px) {
  #container-head-logo {
    height: 62px;
  }
}

@media only screen and (min-width: 992px) {
  #container-head-logo .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #container-head-logo .row {
    width: 1170px;
  }
}

header #container-head-logo .headlogo-row .col-head-logo {
  top: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 160px;
  height: 60px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
  margin-top: 0px;
}

@media only screen and (min-width: 992px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    width: 1170px;
  }
}

@media only screen and (max-width: 991px) {
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
    width: 160px;
    height: 60px;
  }
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    margin-top: 0px;
    width: 160px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    background-size: 120px 45px;
    text-align: left;
  }
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
    width: 120px;
    height: 45px;
    margin-top: 8px;
  }
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    width: 120px;
    height: 45px;
  }
}

.navbar-toggle-pc {
  position: absolute;
  top: 0;
  right: 15px;
}

.navbar-toggle-pc .navbar-toggle-button {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border-style: none;
  width: 90px;
  height: 90px;
  text-align: center;
  z-index: 99;
  background-color: #ffe400;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .navbar-toggle-pc .navbar-toggle-button {
    width: 60px;
    height: 60px;
  }
}

.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 50%;
          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 {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.navbar-toggle-pc .navbar-toggle-button:hover .icon-bar3 {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.navbar-toggle-pc .navbar-toggle-button.active .icon-bar1 {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(5px) scaleX(1.3);
          transform: rotate(45deg) translateY(5px) translateX(5px) scaleX(1.3);
}

.navbar-toggle-pc .navbar-toggle-button.active .icon-bar2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.navbar-toggle-pc .navbar-toggle-button.active .icon-bar3 {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px) scaleX(1.3);
          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: $color-text-main-rev;*/
  background-color: #3e3a39;
}

.navbar-toggle-pc .navbar-toggle-button .toggle-menu-text {
  /*color: $color-text-main-rev;*/
  color: #3e3a39;
}

.navbar-toggle-pc a.global_cart i {
  color: #898989;
  position: absolute;
  top: 32px;
  right: 110px;
}

@media only screen and (max-width: 767px) {
  .navbar-toggle-pc a.global_cart i {
    top: 14px;
    right: 73px;
  }
}

.navbar-toggle-pc a.global_cart i span {
  display: block;
  position: relative;
  right: 10px;
  top: -30px;
  background-color: red;
  color: #ffffff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding-top: 3px;
}

@media only screen and (max-width: 767px) {
  .navbar-toggle-pc a.global_cart i span {
    padding-left: 5px;
  }
}

#global-menu {
  background-color: #ffe400;
  width: 50%;
  z-index: 999;
  height: 90%;
  text-align: center;
  overflow: scroll;
}

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

.menu-close {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: fixed !important;
  right: 0;
  top: -140%;
}

.menu-open {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: fixed !important;
  right: 0;
  top: 90px;
  font-weight: bold;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .menu-open {
    top: 60px;
  }
  #global-menu {
    background-color: #ffe400;
    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;
}

@media only screen and (max-width: 767px) {
  #global-menu ul li a {
    font-size: 0.85rem;
  }
}

#global-menu ul li a:hover {
  background-color: #3e3a39;
  color: #ffe400;
}

#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-bottom: 0;
}

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

#container-h1 {
  background-color: #f5f4f1;
  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: 767px) {
  #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 h1, #container-sitemap-h1 h1 {
  font-size: 1.5rem;
  line-height: 1.3em;
  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: 767px) {
  #container-home-h1 h1, #container-sitemap-h1 h1 {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

#container-common-h1 {
  margin-bottom: 5px;
}

#container-common-h1 h1 {
  font-size: 1.2rem;
  line-height: 1.3em;
  text-align: center;
  padding: 0px;
  position: relative;
  top: 0px;
  margin-bottom: 0;
}

@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: 767px) {
  #container-common-h1 h1 {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

#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: 767px) {
  #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-left: 0;
  padding-right: 0;
}

#container-fullwidth-type #main #text-count .container-list-view > .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* @include set_fullwidth_con_type_t1; */
@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: 767px) {
  #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;
  }
}

@media only screen and (min-width: 992px) {
  #container-fullwidth-type #main #contacts_area .container-fluid > .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
  }
  #container-fullwidth-type #main #contacts_area .container-fluid > .row div.left {
    padding-left: 0;
  }
  #container-fullwidth-type #main #contacts_area .container-fluid > .row div.right {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #container-fullwidth-type #main #contacts_area .container-fluid > .row {
    width: 1115px;
    padding-left: 25px;
    padding-right: 0;
  }
}

@media (min-width: 1250px) {
  #container-fullwidth-type #main #contacts_area .container-fluid > .row {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #container-fullwidth-type #main #contacts_area .container-fluid > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  #container-fullwidth-type #main #contacts_area .container-fluid > .row > div.left {
    margin-bottom: 12px;
  }
  #container-fullwidth-type #main #contacts_area .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: #ffe400;
}

@media only screen and (max-width: 767px) {
  .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: #ffe400;
  }
}

aside h4 {
  font: normal normal 1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  border-bottom: 1px solid #ffe400;
  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: #ffe400;
  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: #ffe400;
  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: #ffe400;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

aside .menu_side_blog li.menu-item a span.img {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

aside .menu_side_blog li.menu-item a img {
  width: 100%;
  padding-right: 8px;
}

aside .menu_side_blog li.menu-item a span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

aside .menu_side_blog li.menu-item a:hover {
  background-color: #ffe400;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

aside .menu_side_faq li.menu-item a span.img {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

aside .menu_side_faq li.menu-item a img {
  width: 100%;
  padding-right: 8px;
}

aside .menu_side_faq li.menu-item a span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

aside .menu_side_faq li.menu-item a:hover {
  background-color: #ffe400;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.side_author {
  text-align: center;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  padding: 30px 30px 110px 30px;
  margin-bottom: 55px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .side_author {
    padding: 30px 15px 110px 15px;
  }
}

.side_author img {
  max-width: 35%;
  margin-bottom: 45px;
  border: 1px solid #ffe400;
  padding: 5px;
}

.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;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.side_author p {
  font-size: 0.8rem;
  line-height: 1.7rem;
  color: #7B7B7B;
  text-align: left;
}

.side_author ul.prof-link {
  /*text-align: right;*/
  padding-left: 15px;
}

.side_author ul.prof-link li {
  padding-left: 0 !important;
  text-align: left;
}

.prof-sns-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffe400;
  padding: 15px 15px 20px 15px;
  color: #ffffff;
}

.prof-sns-menu .prof-sns-menu-title {
  margin-bottom: 8px;
}

ul.prof-sns-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.prof-sns-menu-icon li {
  margin-left: 5px;
  margin-right: 5px;
}

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;
}

ul.prof-sns-menu-icon li a .svg-fa-tw {
  width: 100%;
}

ul.prof-sns-menu-icon li a .svg-fa-fb {
  width: 50%;
}

ul.prof-sns-menu-icon li a .svg-fa-in {
  width: 90%;
}

ul.prof-sns-menu-icon li a .svg-fa-yu {
  width: 90%;
  margin-top: 1.5px;
}

ul.prof-sns-menu-icon li a .svg-fa-ma {
  width: 90%;
}

#container-hooter {
  background-color: #3e3a39;
}

#container-hooter > .row {
  padding-top: 0px;
  padding-bottom: 1px;
}

#footer-wid-row {
  padding-top: 50px;
  padding-bottom: 33px;
}

.footer-left, .footer-right {
  margin-bottom: 15px;
}

.footer-left {
  text-align: right;
  padding-right: 15px;
}

.footer-left p {
  background: url(/media/images/basic/diag-logo.png) right center no-repeat;
  background-size: 166px 84px;
  float: right;
  top: -20px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 166px;
  height: 84px;
  text-align: right;
  margin-bottom: 0;
}

.footer-left p a:hover {
  background-color: #d1b900;
  -webkit-transition: .5s;
  transition: .5s;
  top: 2px;
  position: relative;
  color: #ffffff;
  -webkit-box-shadow: 0 1px #7e6907 !important;
          box-shadow: 0 1px #7e6907 !important;
}

@media only screen and (max-width: 767px) {
  .footer-left {
    text-align: center !important;
  }
  .footer-left p {
    float: none;
    top: 0;
  }
}

.footer-right {
  border-left: 1px dotted #3e3a39;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-right p {
  text-align: left;
  margin-bottom: 0;
}

.footer-right p a {
  display: inline-block;
  color: #1a1a1a;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 80%;
  padding: 20px 30px;
  letter-spacing: 3px;
  background-color: #ffe400;
  -webkit-box-shadow: 0 3px #b7980b;
          box-shadow: 0 3px #b7980b;
}

.footer-right p a::after {
  content: "";
  border: 1px solid #fff;
  position: relative;
  top: 4px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
}

.footer-right p a:hover {
  background-color: #d1b900;
  -webkit-transition: .5s;
  transition: .5s;
  top: 2px;
  position: relative;
  color: #ffffff;
  -webkit-box-shadow: 0 1px #7e6907 !important;
          box-shadow: 0 1px #7e6907 !important;
}

.footer-right p a:hover::after {
  border: 2px solid #ffe400;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #ffe400;
}

@media only screen and (max-width: 767px) {
  .footer-right p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-right p a {
    width: 100%;
    padding: 20px 30px;
    letter-spacing: 3px;
    background-color: #ffe400;
    -webkit-box-shadow: 0 3px #b7980b;
            box-shadow: 0 3px #b7980b;
  }
}

#container-hooter-copyright {
  background-color: #FCFAF8;
}

#container-hooter-copyright > .row {
  padding-bottom: 45px;
}

@media only screen and (min-width: 992px) {
  #container-hooter-copyright > .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #container-hooter-copyright > .row {
    width: 1170px;
  }
}

@media only screen and (max-width: 767px) {
  #container-hooter-copyright #footer-menu-row {
    padding-top: 10px;
  }
}

#container-hooter-copyright #footer-menu-row .col-sm-8, #container-hooter-copyright #footer-menu-row .col-sm-4 {
  margin-top: 60px;
}

@media only screen and (min-width: 992px) {
  #container-hooter-copyright #footer-menu-row .col-sm-8 {
    padding-left: 35px;
  }
}

@media (min-width: 1250px) {
  #container-hooter-copyright #footer-menu-row .col-sm-8 {
    padding-left: 0;
  }
}

#container-hooter-copyright #footer-menu-row .sec-block {
  margin-top: 15px;
}

#container-hooter-copyright #footer-menu-row h4 {
  color: #3e3a39;
  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 #3e3a39;
}

#container-hooter-copyright #footer-menu-row div ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#container-hooter-copyright #footer-menu-row .menu li {
  width: 100%;
  display: block;
  position: relative;
}

#container-hooter-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: #3e3a39;
}

@media only screen and (max-width: 767px) {
  #container-hooter-copyright #footer-menu-row .menu-item a {
    padding: 0.8em 35px 0.8em 0;
    line-height: 1.1rem;
    font-size: 0.7rem;
  }
}

#container-hooter-copyright #footer-menu-row .menu-item a:hover, #container-hooter-copyright #footer-menu-row .menu-item a:before {
  color: #3e3a39;
}

#container-hooter-copyright #footer-menu-row .menu-item a:before {
  content: ">";
  color: #00a5de;
  position: absolute;
  top: 28%;
  right: 0;
}

@media only screen and (max-width: 991px) {
  #container-hooter-copyright #footer-menu-row .menu-item a:before {
    padding-right: 15px;
  }
}

#container-hooter-copyright #footer-menu-row .menu-item a:after {
  content: "";
  border-bottom: 1px solid rgba(62, 58, 57, 0.1);
  z-index: 5;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

#container-hooter-copyright #footer-menu-row .menu-item a:hover {
  font-weight: normal;
  color: #00a5de;
  -webkit-transition: .2s;
  transition: .2s;
}

small.copyright {
  color: #3e3a39;
  display: block;
  padding-top: 25px;
  position: relative;
  text-align: center;
  border-top: 1px solid #3e3a39;
}

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 i, a#admin-menu-trigger i {
  font-size: 1.5rem;
  position: absolute;
  top: 12px;
  left: 12px;
}

a#toc-menu-trigger {
  top: 300px;
}

a#admin-menu-trigger {
  top: 238px;
}

a#toc-menu-trigger.active, a#admin-menu-trigger.active {
  background-color: #ffe400;
  color: #212832;
}

a#toc-menu-trigger.active i, a#admin-menu-trigger.active i {
  /*position: absolute;*/
  /*top: 12px;*/
  /*left: 12px;*/
}

a#toc-menu-trigger.active:after, a#admin-menu-trigger.active:after {
  content: "◀";
  color: #ffe400;
  position: relative;
}

a#toc-menu-trigger.active:after, a#admin-menu-trigger.active:after {
  font-size: 20px;
  /*left: -30px;*/
  /*top: -29px;*/
  left: -30px;
  top: 0px;
}

body.side-open {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
  right: -360px;
  position: absolute !important;
}

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

body.side-close a#toc-menu-trigger, body.side-close a#admin-menu-trigger {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 0px;
  right: 0px;
}

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 {
  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;
  -webkit-box-shadow: 0 0 5px 5px #222 inset;
          box-shadow: 0 0 5px 5px #222 inset;
}

.slide-menu.right {
  left: auto;
  right: -360px;
}

.slide-menu.left {
  left: -360px;
  right: auto;
}

.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: #ffe400;
}

.slide-menu ol ol li a {
  padding-left: 30px;
}

.slide-menu ol li a:hover, .slide-menu ol li a.active {
  background-color: #ffe400;
  color: #212832;
}

@media only screen and (max-width: 991px) {
  a#toc-menu-trigger, a#admin-menu-trigger {
    width: 45px;
    height: 45px;
    padding-top: 10px;
    font-size: 0.9em;
  }
  a#toc-menu-trigger i, a#admin-menu-trigger i {
    top: 10px;
  }
  a#toc-menu-trigger {
    top: auto;
    bottom: 100px;
  }
  a#admin-menu-trigger {
    top: auto;
    bottom: 50px;
  }
  a#toc-menu-trigger.active:after, a#admin-menu-trigger.active:after {
    font-size: 20px;
    /*left: -25px;*/
    /*top: -25px;*/
  }
  body.side-open {
    -webkit-transition: left 0.2s ease 0s;
    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;
  }
}

#fix-footer-div {
  -webkit-transition: bottom 0.5s ease 0s;
  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;
  -webkit-transition: .3s;
  transition: .3s;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 6px rgba(255, 226, 0, 0.15);
          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 {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
}

body.side-close .sns {
  -webkit-transition: left 0.2s ease 0s;
  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: 767px) {
  .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.hatebu a span.fa-text {
  font-size: 18px;
}

.sns li.line a span.fa-text {
  font-size: 12px;
}

.sns .twitter a {
  background: #55acee;
}

.sns .twitter a:hover {
  background: #4892cb;
}

.sns .facebook a {
  background: #3b5998;
}

.sns .facebook a:hover {
  background: #324c81;
}

.sns .googleplus a {
  background: #dc4e41;
}

.sns .googleplus a:hover {
  background: #bb4237;
}

.sns .hatebu a {
  background: #00a5de;
}

.sns .hatebu a:hover {
  background: #008cbd;
}

.sns .line a {
  background: #25af00;
}

.sns .line a:hover {
  background: #219900;
}

.sns .pocket a {
  background: #f03e51;
}

.sns .pocket a:hover {
  background: #c0392b;
}

.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;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
          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);
}

/* 各ウェブサイトごとに選択するスタイルのフォーマットを選択するエリア */
/* 共通のスタイルは utiladdingsiteに記述してinclude */
/* 細かくブロック毎に変更スタイルは addingsiteに記述 */
.btn {
  text-decoration: none !important;
}

.btn-secondary {
  background-color: #ffe400;
  border-color: #ffe400;
  margin-right: 5px;
}

.btn-secondary:hover {
  background-color: #00a5de;
  border-color: #00a5de;
}

/* フルワイドのヒーローイメージ */
.contents-top-img-set-full-wide {
  margin-bottom: 0px;
  background-color: #ffffff;
}

.contents-top-img-set-full-wide .thumbnail-top {
  width: 100%;
  height: 600px;
  text-align: center;
  /* 1200px以下 */
  /* 991px以下 */
  /* 767px以下 */
  /*padding-top: 450px;*/
}

@media only screen and (max-width: 1200px) {
  .contents-top-img-set-full-wide .thumbnail-top {
    height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .contents-top-img-set-full-wide .thumbnail-top {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set-full-wide .thumbnail-top {
    height: 240px;
  }
}

.contents-top-img-set-full-wide .thumbnail-top img {
  /*width: 100%;*/
  /*height: auto;*/
  width: 100%;
  height: 600px;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  margin-bottom: 0;
  /* 1200px以下 */
  /* 991px以下 */
  /* 767px以下 */
}

@media only screen and (max-width: 1200px) {
  .contents-top-img-set-full-wide .thumbnail-top img {
    height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .contents-top-img-set-full-wide .thumbnail-top img {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set-full-wide .thumbnail-top img {
    height: 240px;
  }
}

.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;*/
  -o-object-fit: cover;
     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: #ffe400;
  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: 767px) {
  .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: whitesmoke;
  /*@include font_min($f_size);*/
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-align: center;
  padding: 80px 30px 45px 30px;
  position: relative;
  top: -86px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set h1 {
    padding: 45px 15px 25px 15px;
    font-size: 1.1rem !important;
    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: 767px) {
  .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: whitesmoke;
  margin-bottom: 35px;
}

.contents-top-img-set .summury-box .summury-of-page ul.tag-list {
  background: none;
}

@media only screen and (max-width: 767px) {
  .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: #00a5de !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: #ffe400;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set .summury-box .summury-of-page {
    padding: 15px;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set .summury-box .summury-of-page .countdown {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}

.color-back-01 {
  background-color: whitesmoke;
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .color-back-01 {
    padding-top: 0;
  }
}

.con-top-line {
  border-top: 6px solid whitesmoke;
}

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

.container-contents.con-end {
  margin-bottom: 10%;
}

#text-count {
  /*padding-bottom: 65px;*/
  /* コンテンツ共通スタイル */
  /* ------------------------------------------------------ */
}

#text-count .container-contents > .row {
  padding-bottom: 45px;
}

#text-count p {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  #text-count p {
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
  }
}

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

/* 蛍光ラインスタイル */
.content strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff300));
  background-image: -webkit-linear-gradient(transparent 50%, #fff300 50%);
  background-image: linear-gradient(transparent 50%, #fff300 50%);
  font-weight: bold;
}

.content b {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff300));
  background-image: -webkit-linear-gradient(transparent 50%, #fff300 50%);
  background-image: linear-gradient(transparent 50%, #fff300 50%);
  font-weight: normal;
  font-style: normal;
}

.content b.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff300));
  background: -webkit-linear-gradient(transparent 60%, #fff300 0%);
  background: linear-gradient(transparent 60%, #fff300 0%);
  font-weight: bold;
}

.content b.marker_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #10EAEA));
  background: -webkit-linear-gradient(transparent 60%, #10EAEA 0%);
  background: linear-gradient(transparent 60%, #10EAEA 0%);
  font-weight: bold;
}

.content b.marker_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #E570D0));
  background: -webkit-linear-gradient(transparent 60%, #E570D0 0%);
  background: linear-gradient(transparent 60%, #E570D0 0%);
  font-weight: bold;
}

.content b.marker_green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #66FFCC));
  background: -webkit-linear-gradient(transparent 60%, #66FFCC 0%);
  background: linear-gradient(transparent 60%, #66FFCC 0%);
  font-weight: bold;
}

/* ブログ一覧リンクスタイル */
.container-blog-card {
  padding-top: 25px;
  margin-bottom: 25px;
  background-color: #FCFAF8;
}

.container-blog-card .card-deck {
  margin-bottom: 45px;
}

.container-blog-card .card-deck .row {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .container-blog-card .card-deck .row {
    width: auto;
  }
}

.container-blog-card .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .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;
  min-height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.container-blog-card .card-deck .card .card-body {
  position: relative;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  /*$b-width: 90%;*/
}

.container-blog-card .card-deck .card .card-body h4 {
  font: normal normal 1.2rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  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: 0px !important;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #3e3a39;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .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: 1rem;
    line-height: 1.5rem;
    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: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .container-blog-card .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-blog-card .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  /*width: $b-width;*/
  /*margin-right: (100% - $b-width)/2;*/
  /*margin-left: (100% - $b-width)/2;*/
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@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: #00a5de;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #00a5de;
  /*max-width: 100%;*/
  border-radius: 3px;
}

.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: #00a5de;
  font-weight: normal;
}

/* デザイン一覧リンクスタイル */
.container-blog-card-2photo {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background-color: #FCFAF8;
}

.container-blog-card-2photo .card-deck {
  margin-bottom: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-blog-card-2photo .card-deck .row {
  width: 100%;
}

.container-blog-card-2photo .card-deck .col-sm-6 {
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  .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: #3e3a39;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: unset;
}

.pagenation-list nav ul.pagination .page-item.active a {
  color: #3e3a39;
  background-color: #ffe400;
  border-color: #ffe400;
}

.pagenation-list nav ul.pagination .page-item a {
  text-decoration: none;
}

.pagenation-list nav ul.pagination .page-item a:hover, .pagenation-list nav ul.pagination .page-item a:focus {
  color: #ffffff;
  background-color: #00a5de;
  border-color: #00a5de;
  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: #ffe200;
  display: block;
  color: #212529;
  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: #212529;
  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%;
  line-height: 1.4rem;
}

.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: 767px) {
  #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: 767px) {
  #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: #00a5de;
}

#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: 767px) {
  #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: #ffe400;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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%;
}

#sec-footer-contact {
  background-color: whitesmoke;
  background-position: center 75px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*画面からの相対位置（背景固定）*/
  background-size: 1920px;
  color: #ffffff;
  text-align: center;
  /* <a href="https://www.sejuku.net/blog/50370" title="【超簡単】もう悩まない！CSSのみで二重線をつける方法 | 侍エンジニア塾ブログ | プログラミング入門者向け学習情報サイト" target="_blank">【超簡単】もう悩まない！CSSのみで二重線をつける方法 | 侍エンジニア塾ブログ | プログラミング入門者向け学習情報サイト</a> */
}

@media only screen and (min-width: 768px) {
  #sec-footer-contact {
    height: 970px;
  }
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact {
    /* パララックス効果キャンセル */
    background-attachment: scroll;
    background-position: center 0px;
  }
}

#sec-footer-contact > .row {
  padding-bottom: 45px;
}

@media only screen and (min-width: 992px) {
  #sec-footer-contact > .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #sec-footer-contact > .row {
    width: 1170px;
  }
}

#sec-footer-contact > .row > .col {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact > .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact .in-col {
    padding-left: 0;
    padding-right: 0;
  }
}

#sec-footer-contact h2 {
  font: normal normal 2rem Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 2.5rem;
  padding: 0 0px 0px;
  top: 0px;
  background: none;
  border: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

#sec-footer-contact h2 span {
  display: block;
  font-size: 1.6rem;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact h2 span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact h2 span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#sec-footer-contact .text_frame {
  border: solid 1px #fff;
  /* 内側の線になる一本線の枠線をひく*/
  outline-offset: 10px;
  /* 外側の線と内側の線の空き具合を調整 */
  /*margin: 20px;            	/* 外側の線を広げた分、要素の大きさを調整する*!/*/
  padding: 40px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #sec-footer-contact .text_frame {
    outline: solid 1px #fff;
    /* 外側の線になる一本線の枠線をひく*/
  }
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact .text_frame {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact .text_frame {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 2px;
  }
}

#sec-footer-contact .text_frame ul {
  background-color: transparent;
  list-style: none;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact .text_frame ul {
    font-size: 0.8rem;
  }
}

#sec-footer-contact p.sub_copy {
  font: normal normal 2rem Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact p.sub_copy {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact p.sub_copy {
    font-size: 1.2rem;
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact .left, #sec-footer-contact .right {
    padding-left: 0;
    padding-right: 0;
  }
}

#sec-footer-contact .left a, #sec-footer-contact .right a {
  font: normal normal 1.5rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
  border: solid 1px #fff;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact .left a, #sec-footer-contact .right a {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact .left a, #sec-footer-contact .right a {
    font-size: 1rem;
  }
}

#sec-footer-contact p.time {
  color: #ffffff;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact p.time {
    /*margin-bottom: 15px;*/
  }
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set h1 {
    text-align: left;
  }
}

.contents-top-img-set .summury-of-page .h5_title {
  /*@include font_min($f_size);*/
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #3e3a39;
  /*font-weight: bold;*/
}

.contents-top-img-set .summury-of-page .h5_title:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set .summury-of-page .h5_title {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.plink {
  border: none;
  border-bottom: 1px solid whitesmoke;
  padding-top: 0;
}

.plink img {
  margin-bottom: 0;
}

.plink .h5_title {
  margin-top: 0;
  margin-bottom: 10px;
}

.plink p {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.plink p.link_bu {
  text-align: right;
}

.plink p.link_bu a {
  display: inline-block;
  width: 140px;
  padding: 8px;
  text-decoration: none !important;
  color: #3e3a39 !important;
  background-color: #ffe400;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 15px;
  margin-right: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .plink p.link_bu a {
    margin-right: auto;
    margin-left: auto;
  }
}

.plink p.link_bu a:hover {
  color: #ffffff !important;
  background-color: #00a5de;
}

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

#text-count h1 {
  font-size: 2.1rem;
  text-align: center;
  margin-top: 95px;
}

@media only screen and (max-width: 767px) {
  #text-count h1 {
    margin-top: 45px;
    font-size: 1.1rem;
    text-align: left;
  }
}

#text-count h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #3e3a39;
  margin: 39px auto 45px;
}

#text-count p.sub-copy {
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
  margin-top: 0px;
  color: #3e3a39;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #text-count p.sub-copy {
    font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center;
  }
}

#text-count h2 {
  line-height: 3.2rem;
  color: #3e3a39;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 85px;
  background: none;
}

@media only screen and (max-width: 1200px) {
  #text-count h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-count h2 {
    font-size: 1.15rem;
    line-height: 2.2rem;
    text-align: left;
    font-weight: bold;
  }
}

#text-count h2 a {
  text-decoration: none;
}

#text-count h2 a:hover {
  font-weight: normal;
}

#text-count:first-child {
  margin-top: 0;
}

#text-count + p {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  #text-count + p {
    margin-top: 25px;
  }
}

#text-count h3 {
  color: #3e3a39;
  text-align: center;
  margin-top: 95px;
  background: none;
  border: none;
}

@media only screen and (max-width: 1200px) {
  #text-count h3 {
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-count h3 {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

#text-count h3::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #ffe400;
  margin: 39px auto 45px;
}

#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;
}

#text-count h4:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  #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 #3e3a39;
}

#text-count h5:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #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 #3e3a39;
  /*font-weight: bold;*/
}

#text-count .h5_title:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #text-count .h5_title {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

#text-count ul {
  background-color: whitesmoke;
  margin-bottom: 15px;
  border-top: dotted #3e3a39 1px;
  border-bottom: dotted #3e3a39 1px;
  padding: 1.5rem 0 0.8rem 2rem;
}

@media only screen and (max-width: 767px) {
  #text-count ul {
    padding: 25px 10px 13px 35px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

#text-count ul li {
  list-style-type: circle;
  margin-bottom: 15px;
  line-height: 1.5rem;
}

#text-count .manage-list-inline li {
  margin-right: 28px;
}

#text-count ol {
  background-color: whitesmoke;
  margin-bottom: 15px;
  border-top: dotted #3e3a39 1px;
  border-bottom: dotted #3e3a39 1px;
  padding: 1.5rem 0 0.8rem 3rem;
}

@media only screen and (max-width: 767px) {
  #text-count ol {
    padding: 25px 10px 13px 35px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

#text-count ol li {
  margin-bottom: 15px;
  line-height: 1.5rem;
}

#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 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 #ffe400;
  border-right: 2px solid #ffe400;
  -webkit-box-shadow: 2px 2px 5px #ccc;
          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 .card-deck {
  margin-bottom: 45px;
}

#text-count .card-deck .row {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #text-count .card-deck .row {
    width: auto;
  }
}

#text-count .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .card-deck .card img {
  margin-bottom: 0px;
  min-height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

#text-count .card-deck .card .card-body {
  position: relative;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  /*$b-width: 90%;*/
}

#text-count .card-deck .card .card-body h4 {
  font: normal normal 1.2rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background-color: transparent;
  /*border-bottom: none;*/
}

#text-count .card-deck .card .card-body h4::before {
  content: '';
}

#text-count .card-deck .card .card-body h2, #text-count .card-deck .card .card-body h3, #text-count .card-deck .card .card-body h4 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #3e3a39;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  #text-count .card-deck .card .card-body h2, #text-count .card-deck .card .card-body h3, #text-count .card-deck .card .card-body h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .card-deck .card .card-body h2::after, #text-count .card-deck .card .card-body h3::after, #text-count .card-deck .card .card-body h4::after {
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  #text-count .card-deck .card .card-body h2::after, #text-count .card-deck .card .card-body h3::after, #text-count .card-deck .card .card-body h4::after {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .card-deck .card .card-body h2::after, #text-count .card-deck .card .card-body h3::after, #text-count .card-deck .card .card-body h4::after {
    width: 100%;
  }
}

#text-count .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  /*width: $b-width;*/
  /*margin-right: (100% - $b-width)/2;*/
  /*margin-left: (100% - $b-width)/2;*/
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media only screen and (max-width: 991px) {
  #text-count .card-deck .card .card-body p.bu {
    /*width: 100%;*/
    /*margin-right: 0;*/
    /*margin-left: 0;*/
  }
}

#text-count .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #00a5de;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #00a5de;
  /*max-width: 100%;*/
  border-radius: 3px;
}

#text-count .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #00a5de;
  font-weight: normal;
}

#text-count .note {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px 15px 10px 20px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
}

#text-count .note .note-title {
  position: absolute;
  top: -1em;
  background-color: rgba(0, 165, 222, 0.4);
  padding: 0.25em 2rem !important;
  color: #4f4f4f;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

#text-count .note .h5_title {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  #pk-11 .contents-top-img-set-full-wide .thumbnail-top img {
    -o-object-position: 46% 50%;
       object-position: 46% 50%;
  }
}

@media only screen and (max-width: 767px) {
  #pk-12 .contents-top-img-set-full-wide .thumbnail-top img {
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
}

/* ------------------------------------- */
/* all */
#text-count table ul {
  border-top: none;
  border-bottom: none;
  background-color: transparent !important;
  padding-top: 0;
  padding-left: 12px;
}

/* top */
/* FAQ */
/* About */
#text-count .face-photo {
  text-align: center;
  margin-bottom: 0 !important;
}

#text-count .face-photo img {
  width: 60%;
  margin-bottom: 0;
}

#text-count .face-photo + h3 {
  margin-top: 35px !important;
}

/* アクセス */
/* お問合せ */
#text-count #contacts_form {
  padding-top: 0;
}

/* プライバシー・ポリシー・免責 */
/* サイトマップ */
.form-control {
  margin-bottom: 15px;
}

.jojo_img_up .custom-file-label::after {
  background-color: #1cb57b;
  color: #ffffff;
}

.jojo_img_up .color-back-01 {
  padding-top: 85px;
}

.jojo_img_up h1 {
  font-size: 2.1rem;
  text-align: center;
  margin-top: 95px;
}

@media only screen and (max-width: 767px) {
  .jojo_img_up h1 {
    margin-top: 45px;
    font-size: 1.1rem;
    text-align: left;
  }
}

.jojo_img_up h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #3e3a39;
  margin: 39px auto 45px;
}

.jojo_img_up p.sub-copy {
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
  margin-top: 0px;
  color: #3e3a39;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .jojo_img_up p.sub-copy {
    font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 2.6rem;
    width: 680px;
    margin: 39px auto 45px;
    text-align: center;
  }
}

.jojo_img_up h4 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  padding: 2px 15px 2px 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.jojo_img_up h4:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .jojo_img_up h4 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.jojo_img_up h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  background: none;
}

@media only screen and (max-width: 767px) {
  .jojo_img_up h2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
}

.jojo_img_up h2 a {
  text-decoration: none;
}

.jojo_img_up h2 a:hover {
  font-weight: normal;
}

.jojo_img_up h2::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #ffe400;
  margin: 39px auto 0;
}

.jojo_img_up:first-child {
  margin-top: 0;
}

.jojo_img_up + p {
  margin-top: 45px;
}

.jojo_img_up .h3_note {
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #3e3a39;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 45px;
  padding-bottom: 20px;
  background: none;
}

@media only screen and (max-width: 767px) {
  .jojo_img_up .h3_note {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
}

.jojo_img_up .h3_note a {
  text-decoration: none;
}

.jojo_img_up .h3_note a:hover {
  font-weight: normal;
}

.jojo_img_up .h4_note {
  margin-bottom: 8px;
  background-color: #ffffff;
}

.jojo_img_up .p_note {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.jojo_img_up form .normal-row {
  margin-bottom: 35px;
}

.jojo_img_up form .normal-row label {
  /*@include font_min($f_size);*/
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px dotted #3e3a39;
}

.jojo_img_up form .normal-row label:before {
  content: "●";
  color: #ffe400;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .jojo_img_up form .normal-row label {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.jojo_img_up form .normal-row label span.required {
  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 5px 0 0;
}

.jojo_img_up form .normal-row label span.option {
  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 5px 0 0;
}

.jojo_img_up form .form-row {
  margin-bottom: 1rem;
}

.jojo_img_up form .row-name .col-sm-6 {
  margin-bottom: 0;
}

.jojo_img_up form .row-name label {
  width: 100%;
}

.jojo_img_up form .privacy-policy {
  margin-top: 23px;
}

.jojo_img_up form .privacy-policy input {
  margin-bottom: 15px;
}

.jojo_img_up form .privacy-policy input#id_privacy_policy {
  margin-top: -3px;
}

.jojo_img_up form .privacy-policy input[type=checkbox] {
  width: calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
}

.jojo_img_up form .privacy-policy span {
  margin-left: 25px;
}

.jojo_img_up form .submit-area button {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 100%;
  padding: 30px;
  letter-spacing: 3px;
  background-color: #1cb57b;
  -webkit-box-shadow: 0 3px #10724d;
          box-shadow: 0 3px #10724d;
  border-style: none;
  margin: 20px auto 130px;
}

.jojo_img_up form .submit-area button:hover {
  background-color: #0274d8;
  -webkit-box-shadow: 0 2px #015096;
          box-shadow: 0 2px #015096;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
