@charset "UTF-8";
.a {
  background-color: #7b7b7b;
}

html {
  background-color: #787878;
}

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

/*WindowsとMacを比べると、Macの方が美しく表示されているように見えます。この違いは、OSに用意されているフォントの太さの違いによります。
    Windows：Light、Regular、Medium、Bold
    Mac：Medium、Bold
具体的には、font-weightの指定がない場合にWindowsではRegularが使用されて、MacではMediumが使用されるようです。このため、Windowsの方が細く表示されています。
よって、WindowsもMediumで表示させるために、cssのfont-weightで500を設定してあげる必要があります。*/
/*<a href="https://yokonoji.work/103-font-yugothic" title="おすすめ標準フォント 游ゴシック（Yu Gothic）をWebサイトで使う？それともGoogleのNoto Sans JPか？ | よこのじ.work" target="_blank">おすすめ標準フォント 游ゴシック（Yu Gothic）をWebサイトで使う？それともGoogleのNoto Sans JPか？ | よこのじ.work</a>*/
* 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;
  }
}

a:link, a:visited {
  text-decoration: underline;
}

a:link, a:visited {
  color: #444444;
}

a:hover, a:active {
  color: #6992a6;
}

a:hover img {
  opacity: .60;
}

.content img {
  border: 0;
  width: auto;
  height: auto;
  max-height: 800px;
  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;
}

/* @include card_link1; */
.guest_icon {
  display: inlineblock;
  background-color: #FF0000;
  margin-left: 5px;
  padding: 7px 8px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
}

.payout {
  potition: relative;
}

.payout span {
  display: inline-block;
  position: absolute;
  right: 15px;
}

.payout span.amount-mony b {
  font-size: 1.8rem;
}

body {
  padding-top: 105px;
}

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

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  /*background-color: $color-main-back;*/
  background-color: #3e3a39;
}

header #container-head-logo {
  width: 100%;
  padding: 0;
  height: 105px;
  /*background-color: $color-main-back;*/
  /*border-bottom: 2px solid #1a1a1a;*/
}

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

header #container-head-logo .headlogo-row {
  margin-right: auto;
  margin-left: auto;
}

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

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

header #container-head-logo .headlogo-row .col-head-logo {
  width: 100%;
  height: 105px;
  position: relative;
}

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

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

.navbar-toggle-pc {
  position: absolute;
  top: 0;
  right: 15px;
  /*float: right;*/
  /*z-index: 99;*/
}

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

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

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

.navbar-toggle-pc .navbar-toggle-button .icon-bar1, .navbar-toggle-pc .navbar-toggle-button .icon-bar2, .navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  margin-right: auto;
  margin-left: auto;
  -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: #6992a6;
}

.navbar-toggle-pc .navbar-toggle-button .toggle-menu-text {
  color: white;
}

.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;
  padding-left: 5px;
  /*@include mediaSP {*/
  /*padding-left: 5px;*/
  /*}*/
}

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

.global-menu-manage {
  background-color: #4c4948;
  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: 105px;
  font-weight: bold;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .menu-open {
    top: 59px;
  }
  #global-menu {
    background-color: #6992a6;
    width: 100%;
  }
}

#global-menu ul {
  margin-top: 25px;
  padding: 0 0 180px 0;
}

#global-menu ul li {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#global-menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  color: white;
}

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

#global-menu ul li a:hover {
  background-color: #2e3540;
}

#global-menu ul li.item-98 a {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .fixed-top-css .row .col-head nav {
    background-color: #000000;
  }
  .fix-div a.navbar-brand-mb {
    font-weight: bold;
    font-size: 1em;
    color: #cfa916 !important;
    padding-top: 16px;
    padding-left: 5px;
  }
  .fixed-top-css .headmb-collapsemenu-row {
    height: 0 !important;
    font-size: 0;
  }
  .fixed-top-css .headmb-collapsemenu-row .inner {
    height: 0 !important;
    font-size: 0;
  }
  .fixed-top-css .headmb-collapsemenu-row .inner a {
    height: 0 !important;
    font-size: 0;
  }
  .fixed-top-css .headmb-collapsemenu-row .inner a i {
    height: 0 !important;
    font-size: 0;
  }
}

.breadcrumb {
  font-size: 10px;
  text-align: left;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

#container-breadcrumb {
  background-color: #ffffff;
}

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

#container-breadcrumb.home {
  padding-left: 45px;
}

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

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

#breadcrumbs {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

#container-h1 {
  /*background-color: $color-main-back;*/
  margin-bottom: 0px;
}

#container-h1 .row {
  padding: 0 !important;
}

@media only screen and (min-width: 992px) {
  #container-h1 {
    border-top: 1px solid #000000;
  }
  #container-h1 .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

#container-h1 h1 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 24px;
}

@media only screen and (max-width: 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, #container-sitemap-h1 {
  background-color: #ffffff;
}

#container-home-h1 h1, #container-sitemap-h1 h1 {
  font-size: 1.5rem;
  line-height: 1.3em;
  /*background-color: $color-main;*/
  text-align: center;
  padding: 20px 30px;
  position: relative;
  top: 0px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  #container-home-h1 h1, #container-sitemap-h1 h1 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 767px) {
  #container-home-h1 h1, #container-sitemap-h1 h1 {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

#container-common-h1 {
  background-color: #ffffff;
  margin-bottom: 0px;
}

#container-common-h1 h1 {
  font-size: 1.1rem;
  line-height: 1.3em;
  /*background-color: $color-main;*/
  text-align: center;
  padding: 15px 0px;
  top: 0px;
  margin-bottom: 0;
  color: #54868a;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  /*display: inline-block;*/
}

@media only screen and (max-width: 991px) {
  #container-common-h1 h1 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 767px) {
  #container-common-h1 h1 {
    font-size: 0.8rem;
    line-height: 1.5em;
    padding: 7px 0px;
  }
}

#container-side-type {
  background-color: #ffffff;
  padding-top: 0px;
}

#container-side-type > .row {
  background-color: #ffffff;
}

#container-side-type > .row > .col-md-8 {
  text-align: left;
  background-color: #ffffff;
  padding-bottom: 60px;
}

#container-side-type > .row > .col-md-4 {
  text-align: left;
  background-color: #ffffff;
}

@media only screen and (min-width: 992px) {
  #container-side-type > .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
  #container-side-type > .row > .col-md-8 {
    padding-left: 35px;
  }
}

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

@media (min-width: 1250px) {
  #container-side-type > .row > .col-md-8 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 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 {
  border-bottom: 1px dotted #787878;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  #container-fullwidth-type #main #text-count .container-fluid > .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 35px;*/
    /*padding-left: 15px;*/
    /*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: 1170px;*/
    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;
  }
}

.container-list-view.sitemap-con .row p {
  line-height: 1.2rem;
  margin-top: -2px;
}

.container-list-view.sitemap-con .row p span {
  font-size: 2rem;
  line-height: 0;
  position: relative;
  top: 8px;
  color: #6992a6;
}

@media only screen and (max-width: 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: #6992a6;
  }
}

aside h4 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #6992a6;
  padding-bottom: 13px;
}

aside h4::after {
  content: "";
  background-color: #787878;
  display: block;
  height: 1px;
  top: 14px;
  position: relative;
  width: 30%;
}

aside ul {
  margin: 0;
  padding: 0;
}

aside ul.menu {
  margin-bottom: 35px !important;
}

aside li.menu-item {
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  font-size: .8rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

aside li.menu-item a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

aside li.menu-item a:hover {
  background-color: #6992a6;
  color: #1a1a1a;
}

aside .menu_topnews li.menu-item {
  font-size: .7rem;
  line-height: 1.3rem;
  position: relative;
}

aside .menu_topnews li.menu-item span.no-disp {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #6992a6;
  padding: 5px 7px;
  top: 3px;
  font-weight: bold;
}

aside .menu_topnews li.menu-item a span {
  display: block;
  background-color: #f5f5f5;
  margin-top: 2px;
  margin-bottom: 5px;
}

aside .menu_topnews li.menu-item a img {
  display: block;
  width: 30%;
  height: 100%;
  float: left;
  margin-right: 8px;
}

aside .menu_topnews h4 {
  margin-top: 80px;
}

aside .menu_side_news li.menu-item a {
  position: relative;
}

aside .menu_side_news li.menu-item a .card-img-01 {
  position: relative;
  width: 25%;
}

aside .menu_side_news li.menu-item a .card-img-01 .card-img-02 {
  width: 100%;
  /*overflow: hidden;*/
  /* CSSは、高さ方向にpaddingを%で指定した場合、基準値をwidth(100%)から取得する性質があります。 */
  padding-top: 100%;
}

aside .menu_side_news li.menu-item a .card-img-01 .card-img-02 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

aside .menu_side_news li.menu-item a span.text {
  height: 100%;
  width: 73%;
  position: absolute;
  left: 27%;
  top: 0;
}

aside .menu_side_news li.menu-item a span.text span {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

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

.side_author {
  text-align: center;
  -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 140px 30px;
  margin-bottom: 55px;
  position: relative;
}

.side_author img {
  max-width: 35%;
  margin-bottom: 45px;
}

.side_author h4 {
  text-align: left;
  font-size: 0.8rem;
  color: #7B7B7B;
  font-weight: normal;
}

.side_author h4 span {
  font-size: 1rem;
  color: #000;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold;
}

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

.side_author ul.prof-link {
  text-align: right;
}

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

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

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: #000000;
  display: block;
  width: 32px;
  height: 32px;
  padding: 7px 6px 3px 7px;
  border-radius: 32px;
  line-height: 0px;
  border: 1px solid #000000;
}

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: 30px;
  padding-bottom: 30px;
}

#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 #ffffff;
  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: #6992a6;
  -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 #6992a6;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #6992a6;
}

@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: #6992a6;
    -webkit-box-shadow: 0 3px #b7980b;
            box-shadow: 0 3px #b7980b;
  }
}

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

#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 h4 {
  color: #FFFFFF;
  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;
}

@media only screen and (min-width: 992px) {
  #container-hooter-copyright #footer-menu-row h4 {
    border-radius: 3px 3px 3px 3px;
  }
}

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

@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: #6992a6;
}

#container-hooter-copyright #footer-menu-row .menu-item a:before {
  content: ">";
  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(255, 255, 255, 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: rgba(255, 255, 255, 0.8);
  -webkit-transition: .2s;
  transition: .2s;
}

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

small.copyright:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 5;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
}

a#toc-menu-trigger, a#admin-menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #212832;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  position: fixed;
  padding-top: 8px;
  left: 0;
  border-radius: 0px 6px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a#toc-menu-trigger 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: #6992a6;
  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: #6992a6;
  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;
  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;
}

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

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

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

.slide-menu p {
  font-size: 12px;
  font-weight: normal;
  padding: 20px 15px 0;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
}

.slide-menu ol {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  font-size: 0.9em;
}

.slide-menu ol ol {
  border-top: none;
  border-bottom: none;
  font-size: 0.8rem;
}

.slide-menu ol li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.3rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

.slide-menu ol li a {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #6992a6;
}

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

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

@media only screen and (max-width: 767px) {
  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: 100px;*/
    top: auto;
    bottom: 100px;
  }
  a#admin-menu-trigger {
    /*top: 150px;*/
    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;
  }
}

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

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

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

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

.content h1, .content h2, .content h3, .content h4, .content h5 {
  /*font-weight: bold;*/
}

.content #text-count {
  padding-bottom: 65px;
}

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

@media only screen and (max-width: 767px) {
  .content #text-count {
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /* ↓：適用されない */
    /*> div.row > div.side-text-count-box {*/
  }
  .content #text-count > div.row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .content #text-count p {
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
  }
}

@media only screen and (max-width: 767px) {
  .content #text-count .side-text-count-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.content blockquote {
  display: block;
  background-color: #f5f5f5;
  padding: 15px 20px 15px 45px;
  margin: 20px 0;
  position: relative;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
  text-align: justify;
  border-left: 5px solid #6992a6;
  border-right: 2px solid #6992a6;
  -webkit-box-shadow: 2px 2px 5px #ccc;
          box-shadow: 2px 2px 5px #ccc;
}

.content blockquote::before {
  content: "\“";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 30px;
}

.content blockquote a {
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
}

.content blockquote a:hover {
  text-decoration: underline;
}

.content blockquote em {
  font-style: italic;
}

.content blockquote p {
  font-size: 1em;
  line-height: 1.6em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-list-view-top .contents-top-img-set {
  position: relative;
  width: 100%;
  background-size: 100% auto;
}

.container-list-view-top .contents-top-img-set::before {
  content: "";
  display: block;
  padding-top: 38%;
}

@media only screen and (max-width: 767px) {
  .container-list-view-top .contents-top-img-set::before {
    content: "";
    display: block;
    padding-top: 35%;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box {
  width: 47%;
  position: absolute;
  top: 0;
  text-align: center;
  padding-top: 7%;
  right: 9px;
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .text1 {
  color: #FFFFFF;
  font-size: 2.5vw;
  line-height: 4vw;
  font-weight: bold;
  margin-bottom: 6%;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  padding: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .container-list-view-top .contents-top-img-set .thumbnail-text-box .text1 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 8%;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .text2 {
  color: #fbed21;
  font-size: 1.5vw;
  line-height: 2.5vw;
  font-weight: bold;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) {
  .container-list-view-top .contents-top-img-set .thumbnail-text-box .text2 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .button a span {
  color: #fff;
  font-size: 1.8vw;
  line-height: 3vw;
  display: inline-block;
  padding: 1.8vw 7vw 0;
  height: 10vw;
  border-radius: 5vw;
  background-color: #1cb57b;
  -webkit-box-shadow: 0 0 0 6px rgba(28, 181, 123, 0.15);
          box-shadow: 0 0 0 6px rgba(28, 181, 123, 0.15);
  -webkit-transition: .3s;
  transition: .3s;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) {
  .container-list-view-top .contents-top-img-set .thumbnail-text-box .button a span {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 25px 90px 0;
    height: 120px;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .button a:hover span {
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #6992a6;
  -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);
}

.container-list-view-top.home, .container-list-view-top.delpost {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #bbdd91;
}

.container-list-view-top.home .contents-top-img-set, .container-list-view-top.delpost .contents-top-img-set {
  background: url(../images/main-img-l-01.png) center no-repeat;
  background-size: contain;
}

.container-list-view-top.news {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #80cdb0;
}

.container-list-view-top.news .contents-top-img-set {
  background: url(../images/main-img-l-06.png) center no-repeat;
  background-size: contain;
}

.container-list-view-top.beginners-guides {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #a1d4c3;
}

.container-list-view-top.beginners-guides .contents-top-img-set {
  background: url(../images/main-img-l-02.png) center no-repeat;
  background-size: contain;
}

.container-list-view-top.sim {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #74bfb4;
}

.container-list-view-top.sim .contents-top-img-set {
  background: url(../images/main-img-l-03.png) center no-repeat;
  background-size: contain;
}

.container-list-view-top.migration-guides {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #9fcdba;
}

.container-list-view-top.migration-guides .contents-top-img-set {
  background: url(../images/main-img-l-04.png) center no-repeat;
  background-size: contain;
}

.container-list-view-top.unlock {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #0f5e46;
}

.container-list-view-top.unlock .contents-top-img-set {
  background: url(../images/main-img-l-05.png) center no-repeat;
  background-size: contain;
}

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

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

.contents-top-text-only h1 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  /*background-color: #f5f5f5;*/
  text-align: center;
  padding: 50px 30px 25px;
  position: relative;
  /*top: -86px;*/
  margin-bottom: 0;
  border-bottom: 1px solid #6992a6;
}

@media only screen and (max-width: 767px) {
  .contents-top-text-only h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.contents-top-text-only h1 a {
  text-decoration: none;
  color: #534e38;
}

.contents-top-text-only h1 a:hover {
  text-decoration: underline;
  color: #95772F;
}

.contents-top-text-only .summury-box {
  position: relative;
  /*top: -86px;*/
}

.contents-top-text-only .summury-box > ul.list-inline {
  font-size: 1rem;
  background-color: #ffffff;
  color: #534e38;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

.contents-top-text-only .summury-box > ul.list-inline li {
  margin-bottom: 0;
}

.contents-top-text-only .summury-box > ul.list-inline li span {
  color: silver;
  font-weight: normal;
  font-style: normal;
}

.contents-top-text-only .summury-box .summury-of-page {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 35px;
}

.contents-top-text-only .summury-box .summury-of-page ul.tag-list {
  background-color: #f5f5f5 !important;
}

.contents-top-text-only .summury-box .summury-of-page ul.tag-list li i {
  color: #00a5de !important;
}

@media only screen and (max-width: 767px) {
  .contents-top-text-only .summury-box .summury-of-page {
    padding: 15px;
  }
}

.contents-top-img-set {
  margin-bottom: -60px;
}

.contents-top-img-set .thumbnail-top {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}

.contents-top-img-set .thumbnail-top img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.contents-top-img-set .up-date-top {
  font-family: Arial,"メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;
  color: #ffffff;
  background-color: #6992a6;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
  top: -42px;
  position: relative;
  text-align: center;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3rem;
}

.contents-top-img-set .up-date-top time {
  margin-top: 19px;
  display: inline-block;
}

.contents-top-img-set .up-date-top span {
  font-size: 20px;
}

.contents-top-img-set .up-date-top .date_day {
  margin-right: 1px;
}

.contents-top-img-set .up-date-top .date_year {
  display: block;
  padding-top: 3px;
  border-top: 1px solid;
  padding-right: 4px;
  padding-left: 4px;
}

.contents-top-img-set h1 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  background-color: #f5f5f5;
  text-align: center;
  padding: 50px 30px 25px;
  position: relative;
  top: -86px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.contents-top-img-set h1 a {
  text-decoration: none;
  color: #534e38;
}

.contents-top-img-set h1 a:hover {
  text-decoration: underline;
  color: #95772F;
}

.contents-top-img-set .summury-box {
  position: relative;
  top: -86px;
}

.contents-top-img-set .summury-box > ul.list-inline {
  font-size: 1rem;
  background-color: #ffffff;
  color: #534e38;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

.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: #f5f5f5;
  margin-bottom: 35px;
}

.contents-top-img-set .summury-box .summury-of-page ul.tag-list {
  background-color: #f5f5f5 !important;
}

.contents-top-img-set .summury-box .summury-of-page ul.tag-list li i {
  color: #00a5de !important;
}

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

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

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

.content h2 {
  font-size: 1.5rem;
  line-height: 3.2rem;
  margin-bottom: 25px;
  /*margin-top: 85px;*/
  /*border-bottom: 3px solid $color-main;*/
  /*padding-bottom: 20px;*/
  text-align: center;
  /*background: url(../images/h-icon.png) center top no-repeat;*/
  padding-top: 85px;
}

.content h2:first-child {
  margin-top: 0;
}

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

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

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

@media only screen and (max-width: 767px) {
  .content h2 + p {
    margin-top: 25px;
  }
}

.content h3 {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 28px !important;
  margin-top: 80px !important;
  border-bottom: 1px dotted #6992a6;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content h3 {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 65px;
    text-align: left;
    font-weight: bold;
  }
}

.content .container-list-view h3 {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

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

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

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

.content h5 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #6992a6;
}

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

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

.h5_title {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 5px !important;
  border-bottom: 1px dotted #6992a6;
  font-weight: bold;
}

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

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

#text-count ul, #text-count ol {
  background-color: #f5f5f5;
  padding: 25px 45px 13px;
  margin-bottom: 15px;
}

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

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

#text-count ul li {
  position: relative;
  padding-left: 5px;
}

#text-count ul li::after, #text-count ul li::before {
  display: block;
  content: '';
  position: absolute;
}

#text-count ul li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #00a5de;
  border-radius: 100%;
}

#text-count ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

#text-count dl dt {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #c7c2ac;
}

#text-count dl dt:before {
  content: "〇";
  color: #c7c2ac;
  margin-right: 8px;
  font-size: 0.8em;
  margin-left: 8px;
}

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

#main .content ul.tag-list {
  background-color: transparent;
  padding: 0;
  margin: 0 8px 8px 0;
}

#main .content::before, #main .content::after {
  content: none !important;
}

#main .content li::before, #main .content li::after {
  content: none;
}

#main .content li i {
  color: #00a5de !important;
}

.content table.table-responsive {
  width: 100%;
  display: table;
}

.content table .thead-light {
  background-color: #00a5de;
}

.content table .thead-light th {
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
}

.content th {
  border-bottom: 1px solid #c7c2ac;
  border-left: 1px dotted #c7c2ac;
  padding: 4px;
}

.content td {
  padding: 4px;
  border-left: 1px dotted #c7c2ac;
}

.note {
  position: relative;
  background-color: #f5f5f5;
  padding: 1.8rem 1.5rem 1.3px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

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

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

.plink {
  padding: 20px 15px 0 5px;
  margin: 1rem 0;
  border: 2px solid #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .plink {
    padding: 20px 10px 0;
    margin: 3rem 5px 1rem;
    border: 1px solid #f5f5f5;
  }
}

.plink .right {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .plink .right {
    padding-left: 15px;
  }
}

span.af-class.bt {
  display: block;
  width: 80%;
  -webkit-box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
  margin-right: auto;
  margin-left: auto;
}

span.af-class.bt a {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  background-color: #009943;
  -webkit-box-shadow: 0 3px 0 #1A4806;
          box-shadow: 0 3px 0 #1A4806;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

span.af-class.bt a:hover {
  background-color: #1abc9c;
  top: 3px;
  -webkit-box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 3px 3px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 3px 3px rgba(0, 0, 0, 0.19);
}

span.af-class.bt a:active {
  background-color: #31c8aa;
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-aflink-amazon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 1em;
}

.default-aflink-amazon .item-image {
  -webkit-flex-basis: 450px;
      -ms-flex-preferred-size: 450px;
          flex-basis: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1.3vw solid transparent;
  color: #ffffff;
}

.default-aflink-amazon .item-desc {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border: 0vw solid transparent;
  text-decoration: none;
  background-color: #fff;
  word-break: break-word;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
}

.default-aflink-amazon .item-title {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6rem;
}

.default-aflink-amazon .item-title a {
  color: #009943;
  text-decoration: none;
}

.default-aflink-amazon .item-price {
  color: #b00;
  background-color: #f6f6f6;
  padding: 3px 10px;
  margin-top: 8px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.default-aflink-amazon .item-price span {
  color: #666;
  font-size: 0.8rem;
  display: inline-block;
}

.default-aflink-amazon .item-price span.item-price-label {
  margin-right: 5px;
}

.default-aflink-amazon .item-price span.item-price-time {
  margin-left: 15px;
}

.default-aflink-amazon .item-desc .link-button a {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #009943;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 #1A4806;
          box-shadow: 0 3px 0 #1A4806;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.default-aflink-amazon .item-desc .link-button a:hover {
  background-color: #006c99;
  -webkit-box-shadow: 0 3px #063f48;
          box-shadow: 0 3px #063f48;
  -moz-box-shadow: 0 3px #063f48;
}

@media only screen and (max-width: 767px) {
  .default-aflink-amazon {
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .default-aflink-amazon .item-image {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    border-right: 0vw solid transparent;
    text-align: center;
  }
  .default-aflink-amazon .item-desc {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .default-aflink-amazon .item-price {
    margin-bottom: 10px;
  }
}

.con-video .embed-responsive {
  margin-bottom: 5px;
}

p a.readmore {
  display: block;
  background-color: #cfa916;
  color: #FFFFFF;
  max-width: 10em;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  width: 10em;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  -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);
  -webkit-transition: .2s;
  transition: .2s;
}

p a.readmore:hover {
  text-decoration: underline;
  color: #313131;
  background-color: #000000;
}

.balloon-2-right {
  position: relative;
  display: block;
  padding: 23px 30px 15px;
  color: #595757;
  text-align: center;
  background: #6992a6;
  z-index: 0;
  border-radius: 20px;
}

.balloon-2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #6992a6 transparent transparent;
}

@media only screen and (max-width: 767px) {
  .balloon-left {
    padding: 0 0 15px;
  }
  .balloon-left img {
    width: 100%;
  }
  .balloon-2-right:after {
    left: 30%;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent #6992a6 transparent;
    top: -10px;
  }
}

.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 {
  background: #6992a6;
  color: #595757;
  border-color: #6992a6;
}

.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: #595757;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .pagenation-list nav ul.pagination .page-item.mb-hide-item {
    display: none;
  }
}

@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 span.prev, .container-pagenation-detail .row p.menu-item span.next {
  width: 100%;
  background-color: #1a1a1a;
  display: block;
  color: #ffffff;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.container-pagenation-detail .row p.menu-item a:hover span.prev, .container-pagenation-detail .row p.menu-item a:hover span.next {
  color: #6992a6;
}

.container-pagenation-detail .row p.menu-item span.next {
  text-align: right;
}

.container-pagenation-detail .row p.menu-item span i {
  color: #ffffff;
  font-size: 15px;
}

.container-pagenation-detail .row p.menu-item a:hover span i {
  color: #6992a6;
}

.container-pagenation-detail .row p.menu-item span.prev i {
  margin-right: 8px;
}

.container-pagenation-detail .row p.menu-item span.next i {
  margin-left: 8px;
}

.container-pagenation-detail .row p.menu-item span.img {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.container-pagenation-detail .row p.menu-item img {
  width: 100%;
}

.container-pagenation-detail .row .left p.menu-item img {
  padding-right: 8px;
}

.container-pagenation-detail .row p.menu-item span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.container-pagenation-detail .row p.menu-item a:hover {
  background-color: #6992a6;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.note-editor.note-frame {
  border: none !important;
  width: 100% !important;
}

.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.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-statusbar .note-resizebar {
  background-color: #2e3540;
}

.note-editor .note-toolbar {
  background-color: #2e3540;
  padding-right: 8px !important;
}

.note-editor .note-btn {
  background-color: #ebebeb;
}

.note-editor .note-toolbar .dropdown-menu.dropdown-style, .note-editor .note-toolbar .dropdown-menu.dropdown-fontname {
  width: 320px;
}

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

pre[class*="language-"] > code[data-language] {
  max-height: none;
  overflow: auto;
}

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

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

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

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

ul.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

ul.flow-list:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

ul.flow-list li {
  width: 33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
  padding: 10px 20px;
  margin-right: 3px;
  background: #f4f2f1;
  color: #686868;
  position: relative;
  text-align: center;
}

ul.flow-list li.left:before, ul.flow-list li.center:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-top: solid 30px transparent;
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 30px #f4f2f1;
  z-index: 4;
  right: -56px;
}

ul.flow-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: solid 30px transparent;
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 30px #fff;
}

ul.flow-list li:first-child:after {
  display: none;
}

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

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

ul.flow-list li.active {
  background: #e2edd7;
  color: #333;
  font-weight: bold;
}

ul.flow-list li.active.left:before, ul.flow-list li.active.center:before {
  border-left: solid 30px #e2edd7;
}

@media only screen and (min-width: 992px) {
  #entry-form1 .row {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #entry-form1 .row {
    width: 1140px;
  }
}

#entry-form1 input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
  margin-right: 5px;
  margin-left: 5px;
}

#entry-form1 select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
}

#entry-form1 .row {
  background-color: #f4f2f1;
  margin: 0;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

#entry-form1 .first-row {
  border-top: 1px solid silver;
}

#entry-form1 label.col-sm-4 {
  font-weight: normal;
  font-style: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

#entry-form1 .col-sm-8 {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid silver;
  margin-bottom: 0;
  text-align: left;
  min-height: 55px;
}

@media only screen and (max-width: 767px) {
  #entry-form1 .col-sm-8 {
    border-left-style: none;
  }
}

input::-webkit-input-placeholder, input:-moz-placeholder {
  color: #ccc;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding: 5px;
}

textarea::-moz-placeholder {
  color: #ccc;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

#entry-form1 button#imbtn, #entry-form1 button#imbtn_confirm {
  position: relative;
  background-color: #009943;
  padding: 25px 15px;
  display: block;
  width: 70%;
  border-radius: 8px;
  margin: 45px auto 200px;
  color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  text-align: center;
}

#entry-form1 button#imbtn:hover, #entry-form1 button#imbtn_confirm:hover {
  background-color: #e2edd7;
  color: #009943;
}

#entry-form1 button#imbtn span, #entry-form1 button#imbtn_confirm span {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  top: 0px;
}

#entry-form1 button#imbtn:after, #entry-form1 button#imbtn_confirm:after {
  content: "\f138";
  font: 18px FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  float: right;
  top: 39%;
  right: 10px;
}

#entry-form1 button#imbtn[disabled] {
  background-color: red;
}

#entry-form1 button#rebtn {
  margin-top: -30px;
  margin-bottom: 30px;
  background-color: #f3f4ef;
  border: 1px solid #cfcfcf;
  color: #858585;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #entry-form1 button#imbtn {
    width: 93%;
  }
}

.name-row .col-sm-8 ul.list-inline {
  padding: 0;
  background-color: white !important;
  margin-bottom: 0;
}

.name-row .col-sm-8 .name {
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-row .col-sm-8 .tel {
  width: 26%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-row .col-sm-8 span {
  float: left;
  width: 4%;
  text-align: center;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  font-size: 20px;
}

.mobile-row .col-sm-8 .tel1 {
  width: 33%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-row .tel2 {
  width: 33%;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

.mail-row #mail {
  margin-bottom: 7px;
}

.mail-row .mail {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.mail-row .necessary-text {
  line-height: 130%;
  margin-top: 7px;
  margin-bottom: 0;
}

.address-row .address {
  margin-bottom: 7px;
}

.address-row .col-sm-8 label {
  display: block;
  float: left;
  margin-right: 0px;
  font-weight: normal;
  font-style: normal;
  line-height: 37px;
  width: 15%;
}

.address-row #zip1, .address-row #zip2 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}

.address-row #zip1 {
  width: 25% !important;
}

.address-row #zip2 {
  width: 35% !important;
}

.address-row .col-sm-8 #zip1 + span {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.address-row .col-sm-8 #address1 {
  margin-bottom: 0px;
  width: 63%;
}

.address-row .address2, .address-row .address3 {
  width: 85%;
  padding-left: 5px;
  padding-right: 5px;
}

.address-row select {
  line-height: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .address-row .col-sm-8 label {
    line-height: 37px;
    width: 22%;
  }
  .address-row .address2, .address-row .address3 {
    width: 78%;
  }
}

.mail-to-row .col-sm-8 {
  padding-top: 2px !important;
}

.mail-to-row .radio-inline {
  position: relative !important;
  margin-bottom: 5px;
  padding-left: 0;
}

.mail-to-row .radio-inline:first-child {
  margin-left: 10px;
}

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

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

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

#entry-form1 .row.policy-row {
  background-color: white;
  margin: 0;
  border-style: none;
}

#entry-form1 .policy-row label.col-sm-4 {
  margin-top: 15px;
  font-weight: bold;
}

#entry-form1 .policy-row .col-sm-8 {
  border-style: none;
}

@media only screen and (max-width: 767px) {
  #entry-form1 .policy-row label.col-sm-4 {
    background-color: #f4f2f1;
  }
  #entry-form1 .policy-row .col-sm-8 {
    margin-top: -5px;
    background-color: transparent;
    text-align: center;
  }
}

input#policy[type=checkbox] {
  display: none;
}

.policy_label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f4f2f0;
  vertical-align: middle;
  cursor: pointer;
}

.policy_label:hover {
  background-color: #e2edd7;
}

.policy_label:hover:after {
  border-color: #53b300;
}

.policy_label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  margin-top: -13px;
  width: 22px;
  height: 22px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.policy_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

#contacts_form {
  padding-top: 8%;
}

#contacts_form p.contacts_done_text {
  text-align: center;
}

#contacts_form form p {
  text-align: center;
}

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

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

#contacts_form form label {
  font-size: 1rem;
  margin: 23px 0 0;
}

#text-count a.btn {
  text-decoration: none;
  margin-bottom: 5px;
  margin-right: 7px;
}

#text-count .btn-primary {
  color: #fff;
  /*font-weight: bold;*/
}

#text-count .btn-outline-primary {
  border-color: #6992a6;
  color: #6992a6;
}

#text-count .btn-outline-primary + :hover {
  background-color: #6992a6;
  color: #fff;
}

.content #text-count .container-top-01 .row .col > p {
  /*margin-top: 25px;*/
}

.content #text-count .container-info-card-3 + .container-fluid.container-img-full {
  margin-top: 0;
}

.content #text-count .container-fluid.container-img-full {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.content #text-count .container-fluid.container-img-full > .row {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.content #text-count .container-fluid.container-img-full > .row > .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content #text-count .container-fluid.container-img-full > .row > .col > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.content #text-count .container-fluid.container-img-full > .row > .left, .content #text-count .container-fluid.container-img-full > .row > .right, .content #text-count .container-fluid.container-img-full > .row > .center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

.content #text-count .container-fluid.container-img-full > .row > .left > img, .content #text-count .container-fluid.container-img-full > .row > .right > img, .content #text-count .container-fluid.container-img-full > .row > .center > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.content #text-count .container-fluid.container-img-full > .row img#strap-03-1 {
  width: 36.76%;
}

.content #text-count .container-fluid.container-img-full > .row img#strap-03-2 {
  width: 26.48%;
}

.content #text-count .container-fluid.container-img-full > .row img#strap-03-3 {
  width: 36.76%;
}

@media only screen and (max-width: 767px) {
  .content #text-count .container-fluid.container-img-full > .row img#strap-03-1, .content #text-count .container-fluid.container-img-full > .row img#strap-03-2, .content #text-count .container-fluid.container-img-full > .row img#strap-03-3 {
    width: 100%;
  }
}

.content #text-count .container-fluid.container-img-full.hero-img {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .content #text-count .container-fluid.container-img-full.hero-img {
    height: 350px;
  }
  .content #text-count .container-fluid.container-img-full.hero-img .row {
    height: 350px;
  }
  .content #text-count .container-fluid.container-img-full.hero-img .row .col {
    height: 350px;
  }
  .content #text-count .container-fluid.container-img-full.hero-img .row .col img {
    height: 350px;
  }
}

#text-count .con-cat-tab {
  margin-bottom: 35px;
}

#text-count .con-cat-tab .btn-secondary {
  color: #212529;
  background-color: #ffe200;
  border: none;
  text-decoration: none;
  margin-right: 7px;
  margin-bottom: 7px;
}

#text-count .con-cat-tab .btn-secondary:hover {
  color: #ffffff;
  background-color: #00a5de;
}

#text-count .con-news-list {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

#text-count .con-news-list .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

#text-count .con-news-list .card-deck .col-sm-4 {
  /*padding: 0;*/
}

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

#text-count .con-news-list .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

#text-count .con-news-list .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

#text-count .con-news-list .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-news-list .card-deck .card .card-body h2, #text-count .con-news-list .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  #text-count .con-news-list .card-deck .card .card-body h2, #text-count .con-news-list .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

#text-count .con-news-list .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

#text-count .con-news-list .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

#text-count .con-news-list .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

#text-count .con-news-list .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

#text-count .con-news-list .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

#text-count .con-news-list .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #00a5de;
}

#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: #6992a6;
  color: #fff;
  width: 100%;
  padding: 15px 8px;
}

#text-count .product_sell_detail .row .right_text .cart_bu a:hover {
  background-color: rgba(105, 146, 166, 0.7);
}

.free_shipping {
  background-color: #ebebeb;
  width: 100%;
  margin-top: 15px;
  padding: 15px 8px;
  color: #e3414d !important;
  text-align: center;
  font-weight: bold;
}

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

.container-product-card .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

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

.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;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-product-card .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-product-card .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-product-card .row .col .card-deck .card .card-body h2, .container-product-card .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-product-card .row .col .card-deck .card .card-body h2, .container-product-card .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    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 {
  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 {
    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 {
    width: 100%;
  }
}

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

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

.container-product-card .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-product-card .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-product-card .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  .container-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: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

.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: #7b7b7b !important;
}

/* カート ＆ 注文内容確認画面 */
#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: #6992a6;
  color: #fff;
}

#text-count .container-cart .right p.num a + :hover {
  background-color: rgba(105, 146, 166, 0.7);
}

#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: #6992a6;
  color: #fff;
  width: 100%;
  padding: 15px 8px;
}

#text-count .container-cart .cart_bu a:hover {
  background-color: rgba(105, 146, 166, 0.7);
}

.container-link-full {
  background-color: #ea5504;
  /*height: 350px;*/
}

.container-link-full .row .col p.title_area {
  text-align: center;
  /*display: block;*/
  font-weight: bold;
  color: black !important;
  font-size: 1.3rem;
  margin-top: 100px;
  margin-bottom: 20px !important;
}

.container-link-full .row .col p.btn_area {
  text-align: left;
  border: 2px solid black;
  position: relative;
  margin-bottom: 100px !important;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .container-link-full .row .col p.btn_area {
    width: 95%;
  }
}

.container-link-full .row .col p.btn_area a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  color: black;
  font-weight: bold;
}

.container-link-full .row .col p.btn_area a:hover {
  background-color: white !important;
}

.container-link-full .row .col p.btn_area a i {
  font-size: 1.4rem;
  margin-right: 5px;
}

.container-link-full .row .col p.btn_area a svg {
  position: absolute;
  width: 50px;
  line-height: 0 !important;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.container-link-full .row .col p.btn_area a svg .stroke {
  /*stroke: black;*/
}

@media only screen and (min-width: 768px) {
  .container-link-full .row .col p.btn_area a svg .stroke {
    stroke: black;
  }
}

.container-link-ec {
  background-color: whitesmoke;
}

.container-link-ec .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

.container-link-ec .row .col .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.container-link-ec .row .col .card-deck .col-sm-4 {
  /*padding: 0;*/
}

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

.container-link-ec .row .col .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-link-ec .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-link-ec .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-link-ec .row .col .card-deck .card .card-body h2, .container-link-ec .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-link-ec .row .col .card-deck .card .card-body h2, .container-link-ec .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.container-link-ec .row .col .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.container-link-ec .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-link-ec .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-link-ec .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

.container-link-ec .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

.container-link-ec .row .col .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #00a5de;
}

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

.container-link-ec .row .col a {
  text-decoration: none !important;
}

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

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

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

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

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

.container-link-ec .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-link-ec .row .col a .card p.card_bottom {
    /*width: 100%;*/
  }
}

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

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

.container-link-ec .row .col .note-box p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 5px !important;
  color: #7b7b7b !important;
}

.container-link-ec .row .col p.btn_area {
  text-align: left;
  border: 2px solid black;
  position: relative;
  margin-bottom: 100px !important;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .container-link-ec .row .col p.btn_area {
    width: 95%;
  }
}

.container-link-ec .row .col p.btn_area a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  color: black;
  font-weight: bold;
}

.container-link-ec .row .col p.btn_area a:hover {
  background-color: white !important;
}

.container-link-ec .row .col p.btn_area a i {
  font-size: 1.4rem;
  margin-right: 5px;
}

.container-link-ec .row .col p.btn_area a svg {
  position: absolute;
  width: 50px;
  line-height: 0 !important;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media only screen and (max-width: 991px) {
  .container-link-ec .row .col p.btn_area a svg {
    /*width: 10px;*/
  }
}

.container-link-ec .row .col p.btn_area a svg .stroke {
  /*stroke-width: 1px;*/
  /*stroke-linecap: square;*/
  /*stroke-miterlimit: 20;*/
}

@media only screen and (min-width: 768px) {
  .container-link-ec .row .col p.btn_area a svg .stroke {
    stroke: black;
  }
}

.container-info-card-3 {
  background-color: whitesmoke;
  padding-bottom: 45px;
}

.container-info-card-3 .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

.container-info-card-3 .row .col .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.container-info-card-3 .row .col .card-deck .col-sm-4 {
  /*padding: 0;*/
}

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

.container-info-card-3 .row .col .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-info-card-3 .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-info-card-3 .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-info-card-3 .row .col .card-deck .card .card-body h2, .container-info-card-3 .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-info-card-3 .row .col .card-deck .card .card-body h2, .container-info-card-3 .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.container-info-card-3 .row .col .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.container-info-card-3 .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-info-card-3 .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-info-card-3 .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

.container-info-card-3 .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

.container-info-card-3 .row .col .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #00a5de;
}

.container-info-card-3 .row .col .card-deck {
  width: 100%;
  margin-bottom: 0;
}

.container-info-card-3 .row .col .card-deck .card .card-body {
  padding-bottom: 5px;
}

.container-info-card-3 .row .col .note-box {
  background-color: #fff;
  padding: 25px 25px;
}

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

.container-info-card-2 {
  background-color: whitesmoke;
  padding-bottom: 45px;
}

.container-info-card-2 .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

.container-info-card-2 .row .col p {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .container-info-card-2 .row .col p {
    text-align: left;
  }
}

.container-info-card-2 .row .col .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.container-info-card-2 .row .col .card-deck .col-sm-4 {
  /*padding: 0;*/
}

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

.container-info-card-2 .row .col .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-info-card-2 .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-info-card-2 .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-info-card-2 .row .col .card-deck .card .card-body h2, .container-info-card-2 .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-info-card-2 .row .col .card-deck .card .card-body h2, .container-info-card-2 .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.container-info-card-2 .row .col .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.container-info-card-2 .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-info-card-2 .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-info-card-2 .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

.container-info-card-2 .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

.container-info-card-2 .row .col .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #00a5de;
}

.container-info-card-2 .row .col .card-deck {
  width: 100%;
  margin-bottom: 0;
}

.container-info-card-2 .row .col .card-deck .card .card-body p.card-text {
  text-align: left;
}

.container-info-card-2 .row .col .card-deck .card .card-body 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-info-card-2 .row .col .card-deck .card .card-body p.card_bottom {
    /*width: 100%;*/
  }
}

.container-info-card-2 .row .col .card-deck .card .card-body ul {
  margin-left: 15px;
  margin-right: 15px;
  background-color: transparent !important;
  border-top: 1px dotted #6992a6;
  border-bottom: 1px dotted #6992a6;
}

.container-info-card-2 .row .col .note-box {
  background-color: #fff;
  padding: 25px 25px;
}

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

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

.container-blog-card .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

.container-blog-card .row .col .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

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

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

.container-blog-card .row .col .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-blog-card .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-blog-card .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-blog-card .row .col .card-deck .card .card-body h2, .container-blog-card .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-blog-card .row .col .card-deck .card .card-body h2, .container-blog-card .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.container-blog-card .row .col .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.container-blog-card .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-blog-card .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-blog-card .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

.container-blog-card .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

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

.container-blog-card .row .col a {
  /*text-decoration: none;*/
}

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

.container-blog-card .row .col .card-deck .card .card-img-01 {
  position: relative;
}

.container-blog-card .row .col .card-deck .card .card-img-01 .card-img-02 {
  width: 100%;
  /*overflow: hidden;*/
  /* CSSは、高さ方向にpaddingを%で指定した場合、基準値をwidth(100%)から取得する性質があります。 */
  padding-top: 100%;
}

.container-blog-card .row .col .card-deck .card .card-img-01 .card-img-02 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container-blog-card .row .col .card-deck .card .card-body {
  /*padding-bottom: 15px;*/
}

.container-insta-card {
  background-color: whitesmoke;
  padding-bottom: 45px;
}

.container-insta-card .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

.container-insta-card .row .col h2 span {
  display: block;
  font-weight: bold;
}

.container-insta-card .row .col .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.container-insta-card .row .col .card-deck .col-sm-4 {
  /*padding: 0;*/
}

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

.container-insta-card .row .col .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-insta-card .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-insta-card .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-insta-card .row .col .card-deck .card .card-body h2, .container-insta-card .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-insta-card .row .col .card-deck .card .card-body h2, .container-insta-card .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.container-insta-card .row .col .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.container-insta-card .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-insta-card .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-insta-card .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

.container-insta-card .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

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

.container-insta-card .row .col a {
  text-decoration: none;
}

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

.container-insta-card .row .col .card-deck .card .card-img-01 {
  position: relative;
}

.container-insta-card .row .col .card-deck .card .card-img-01 .card-img-02 {
  width: 100%;
  /*overflow: hidden;*/
  /* CSSは、高さ方向にpaddingを%で指定した場合、基準値をwidth(100%)から取得する性質があります。 */
  padding-top: 100%;
}

.container-insta-card .row .col .card-deck .card .card-img-01 .card-img-02 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container-insta-card .row .col .card-deck .card .card-body {
  padding-bottom: 15px;
}

.content #text-count .container-fluid > .row ul.nav-tabs {
  border-bottom-color: #3e3a39 !important;
}

.content #text-count .container-fluid > .row ul.nav-tabs li.nav-item a.nav-link {
  color: #3e3a39 !important;
}

.content #text-count .container-fluid > .row ul.nav-tabs li.nav-item a.nav-link.active {
  background-color: #3e3a39;
  border: none;
  color: white !important;
}

/*.squareBox
  position: relative
  &:before
    display: block
    content: ''
    padding-top: 100%
  
  .content
    position: absolute
    top: 0
    width: 100%
    height: 100%
    box-sizing: border-box*/
#text-count .card {
  margin: 0;
}

#card-element {
  margin-top: 25px;
}

.button-area a.btn {
  min-width: 220px;
  margin-right: 8px;
}

.button-area a.btn span {
  display: block;
  font-size: 0.9rem;
  color: #878787;
  padding-top: 3px;
}

.button-area a.btn span + :hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .button-area a.btn {
    width: 100%;
    margin-right: 0;
  }
}

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

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

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

.content #text-count .br-sp {
  display: none;
}

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

.content #text-count .container-contents .row .col .footer-sns-menu {
  text-align: center;
  /*background-color: $color-main;*/
  /*padding: 15px 15px 20px 15px;*/
}

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

.content #text-count .container-contents .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;
}

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

.content #text-count .container-contents .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;
}

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

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

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

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

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

.content #text-count .container-manage-view > .row .col table td img {
  margin-bottom: 0;
}

.content #text-count .container-manage-view > .row .col table td a {
  text-decoration: none;
  font-weight: bold;
}

.content #text-count .container-manage-view > .row .col table td a:hover {
  text-decoration: underline;
}

.content #text-count .container-manage-view > .row .col table td a .cat {
  font-weight: normal;
  font-size: 0.8rem;
}

.content #text-count .container-manage-view > .row .col table td ul {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 5px;
  margin-bottom: 0;
  background-color: transparent;
}

.content #text-count .container-manage-view > .row .col table td ul li {
  margin-bottom: 0;
}

.content #text-count .container-manage-view > .row .col table td ul li::after, .content #text-count .container-manage-view > .row .col table td ul li::before {
  display: none;
}

.container-member {
  background-color: whitesmoke;
  padding-bottom: 45px;
}

.container-member .row .col {
  /*background-color: $color-sub-back1;*/
  padding-top: 35px;
}

.container-member .row .col .card-deck {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.container-member .row .col .card-deck .col-sm-4 {
  /*padding: 0;*/
}

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

.container-member .row .col .card-deck .card {
  border: none;
  display: block;
  position: relative;
  /* IEだけに適用されるスタイル */
  /*@media all and (-ms-high-contrast: none) {*/
  /*_:-ms-lang(x)::-ms-backdrop, .selector {*/
  /*display: block!important; /*IE対策*!/*/
  /*}*/
}

.container-member .row .col .card-deck .card img.card-img-top {
  margin-bottom: 0px;
  width: 100%;
  height: auto !important;
}

.container-member .row .col .card-deck .card .card-body {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.container-member .row .col .card-deck .card .card-body h2, .container-member .row .col .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  text-align: left;
  border-bottom-color: #595757;
}

@media only screen and (max-width: 991px) {
  .container-member .row .col .card-deck .card .card-body h2, .container-member .row .col .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.container-member .row .col .card-deck .card .card-body p.card-text {
  margin-top: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

.container-member .row .col .card-deck .card .card-body .tag-list {
  padding-left: 15px;
  padding-right: 15px;
}

.container-member .row .col .card-deck .card .card-body .tag-list .list-inline-item {
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 0.8rem;
  /*line-height: 1rem;*/
}

.container-member .row .col .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

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

.container-member .row .col .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #212529;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #595757;
  /*max-width: 100%;*/
  /*background-color: $color-button-link;*/
}

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

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

.container-member .row .col .card-deck {
  width: 100%;
  margin-bottom: 0;
}

.container-member .row .col .card-deck .card {
  padding-bottom: 25px;
}

.container-member .row .col .card-deck .card .card-body {
  padding-bottom: 5px;
}

.container-member .row .col .card-deck .card .card-body h3 {
  text-align: center;
}

.container-member .row .col .col-sm-6 {
  margin-bottom: 25px;
}

#listWithHandle tr:hover {
  cursor: move;
}

#text-count.updatedview ul.nav-tabs {
  border-bottom-color: #3e3a39 !important;
}

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

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

#text-count.updatedview ul.nav-tabs li.nav-item a.nav-link {
  color: #3e3a39 !important;
}

#text-count.updatedview ul.nav-tabs li.nav-item a.nav-link.active {
  background-color: #3e3a39;
  border: none;
  color: white !important;
}

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

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

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

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

#text-count .accordion .card .card-header {
  padding: 5px 15px;
}

#text-count .accordion .card .card-header a {
  text-decoration: none;
}

#text-count #card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

#text-count #card-icon .icon-svg {
  width: 10%;
}

@media only screen and (max-width: 991px) {
  #text-count #card-icon .icon-svg {
    width: 15%;
  }
}

@media only screen and (max-width: 767px) {
  #text-count #card-icon .icon-svg {
    width: 25%;
  }
}

.thumbnail-input-area {
  line-height: 1.2rem;
}

.thumbnail-input-area label {
  display: none;
}

.thumbnail-input-area a {
  display: block;
  /*margin-bottom: 18px;*/
}

.thumbnail-input-area input#thumbnail-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img01-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img02-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img03-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img04-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img05-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img06-clear_id {
  display: none;
}

.thumbnail-input-area input#sub_img07-clear_id {
  display: none;
}

#text-count .container-top-01 p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #text-count .container-top-01 p {
    text-align: left;
    font-size: 0.95rem;
  }
}

#text-count {
  /* 頻度表 */
  /*td.graph .bar span { position: absolute; left: 1em; }*/
  /* TOC */
}

#text-count tr td.graph {
  position: relative;
  /* IE is dumb */
  width: 20%;
  /*border: 1px solid #207870;*/
  /*padding: 2px;*/
}

#text-count tr td.graph .bar {
  display: block;
  position: relative;
  background: #ffe200;
  /*text-align: center;*/
  /*color: #f0ffff;*/
  height: 1.5rem;
  /*line-height: 1.5rem;*/
}

#text-count tr.keyword_match {
  background-color: #eceeef;
}

#text-count tr.keyword_match td.graph .bar {
  background: #00a5de;
}

#text-count ol.chapter {
  background-color: transparent !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold;
}

#text-count ol.chapter li {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  line-height: 0.9rem !important;
  font-size: 0.8rem;
}

#text-count ol.chapter > ol.chapter {
  padding-left: 25px !important;
  font-weight: normal;
  font-style: normal;
}

#text-count ol.chapter li {
  list-style-type: decimal !important;
}

#text-count .class00 {
  background-color: rgba(190, 42, 62, 0.5);
}

#text-count .class10 {
  background-color: rgba(213, 76, 68, 0.5);
}

#text-count .class20 {
  background-color: rgba(239, 119, 74, 0.5);
}

#text-count .class30 {
  background-color: rgba(245, 146, 76, 0.5);
}

#text-count .class40 {
  background-color: rgba(244, 206, 100, 0.5);
}

#text-count .class50 {
  background-color: rgba(244, 206, 100, 0.5);
}

#text-count .class60 {
  background-color: rgba(167, 189, 91, 0.5);
}

#text-count .class70 {
  background-color: rgba(94, 166, 100, 0.5);
}

#text-count .class80 {
  background-color: rgba(67, 146, 87, 0.5);
}

#text-count .class90 {
  background-color: rgba(34, 118, 63, 0.5);
}

#text-count #kw-list input.form-control.kw-rating {
  margin-bottom: 0;
  max-width: 80px;
}

.op_p {
  visibility: collapse;
}

#text-count svg#sankey_flow1_svg {
  width: 100%;
}

#text-count svg#sankey_flow1_svg .links path {
  opacity: 0.4;
}

#text-count svg#sankey_flow1_svg .nodes text, #text-count svg#sankey_flow1_svg .link text {
  font-family: sans-serif;
  font-size: 9pt !important;
}

#text-count svg#sankey_flow1_svg .node-body {
  fill: #bbb;
  stroke: black;
  stroke-width: 0;
}

#text-count svg#sankey_flow1_svg .group rect {
  fill: #27aed6;
  opacity: 0.2;
}

#text-count svg#line_chart1_svg {
  width: 100%;
}

#text-count svg#line_chart2_svg {
  width: 100%;
}

#text-count svg#line_chart3_svg {
  width: 100%;
}

#text-count svg#line_chart4_svg {
  width: 100%;
}

#text-count .line {
  fill: none;
  /*stroke: steelblue;*/
  /*stroke-width: 2px;*/
}

#text-count .tick line {
  /*opacity: 0.4;*/
  stroke: #ccc;
  stroke-width: 1px;
  stroke-dasharray: 2;
}

#text-count .text_value {
  font-size: 10px;
}

#text-count .overlay {
  fill: none;
  pointer-events: all;
}

#text-count .hover-line {
  stroke: #ccc;
  stroke-width: 1px;
  stroke-dasharray: 2;
}

#text-count .tooltip {
  position: absolute;
  padding: 5px 12px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #666;
  display: none;
  pointer-events: none;
  opacity: 0.9;
}

#text-count .tt_date {
  font-weight: bold;
  font-size: 8px;
  -webkit-transform: rotate(-60deg) translate(-30px, -5px);
          transform: rotate(-60deg) translate(-30px, -5px);
}

#text-count .tt_value1, #text-count .tt_value2, #text-count .tt_value3 {
  font-size: 12px;
}

#text-count .value_select {
  font-weight: bold;
  color: #D62728;
}

#text-count .sat {
  fill: #1874CD;
}

#text-count .sun {
  fill: #f2594b;
}

#text-count .focus circle {
  fill: #F1F3F3;
  stroke: #D62728;
  stroke-width: 5px;
}

#text-count .dis_shadow_line {
  opacity: 0.2;
}

#text-count .dis_shadow_circle {
  opacity: 0.2;
}

#text-count .dis_shadow_text_value {
  opacity: 0.0;
}

#text-count .dis_shadow_circle_overlay {
  opacity: 0.2;
}

#text-count .dis_shadow_axis {
  opacity: 0.1;
}

#text-count ul.messages_ul {
  padding: 0;
  background-color: transparent;
}

#text-count ul#subMenuTab {
  padding: 0;
  background-color: transparent;
}

#text-count ul#subMenuTab:after {
  border-bottom: 1px solid #dee2e6;
}

#text-count ul#subMenuTab li {
  padding-bottom: 0;
  margin-bottom: 0;
}

#text-count ul#subMenuTab li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #00a5de;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

#text-count .kw-main-menu-area .btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

#text-count .form-group ul#id_company_staff li {
  margin-bottom: 10px;
}

#text-count .form-group ul#id_company_staff li label {
  margin-bottom: 0;
}

#text-count .form-group ul#id_company_staff li label input[type=checkbox] {
  margin-bottom: 0;
}

label.btn span {
  font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
  display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #7AA3CC;
  display: inline;
}

label:hover input[type="radio"] ~ i.fa {
  color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #7AA3CC;
  display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
  color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
  color: #7AA3CC;
}

div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid  #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div[data-toggle="buttons"] label:hover {
  color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#card-element {
  width: 100%;
  min-height: 100px;
}

/* [画像スライド オリジナルフェードタイプ]
------------------------------------------------------------*/
#container-slider .row .col {
  padding: 0;
}

#container-slider .row .col #fade-slide-01 {
  /*width:100%;*/
  height: 600px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  #container-slider .row .col #fade-slide-01 {
    height: 350px !important;
  }
}

#container-slider .row .col #fade-slide-01 ul {
  position: relative;
  /*width:100%;*/
  height: 600px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #container-slider .row .col #fade-slide-01 ul {
    height: 350px !important;
  }
}

#container-slider .row .col #fade-slide-01 ul li {
  display: none;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #container-slider .row .col #fade-slide-01 ul li {
    height: 350px !important;
  }
}

#container-slider .row .col #fade-slide-01 ul li img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*top: -50px;*/
}

@media only screen and (max-width: 767px) {
  #container-slider .row .col #fade-slide-01 ul li img {
    height: 350px !important;
  }
}

#container-slider .row .col #fade-slide-01 ul li.img01 {
  /*background: url(../images/thumbnail-top-01.png) no-repeat center;*/
  /*background-size: cover;*/
}

@media only screen and (max-width: 767px) {
  #container-slider .row .col #fade-slide-01 {
    margin: 0 0 15px;
  }
}

/* [END - 画像スライド オリジナルフェードタイプ]
------------------------------------------------------------*/
