@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
#sale_nav li:nth-child(1):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(1):hover ~ #marker {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

#sale_nav li:nth-child(2):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(2):hover ~ #marker {
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

#sale_nav li:nth-child(3):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(3):hover ~ #marker {
  -webkit-transform: translate(240px, 0);
  transform: translate(240px, 0);
}

#sale_nav li:nth-child(4):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(4):hover ~ #marker {
  -webkit-transform: translate(360px, 0);
  transform: translate(360px, 0);
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.autocomplete-container {
  position: relative;
  width: 200px;
  /* Add this to your existing Autocomplete.css */
}

.autocomplete-container .autocomplete-input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.autocomplete-container .suggestions-container {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  border: none;
  /* Remove border */
}

.autocomplete-container .suggestions-container.has-suggestions {
  border: 1px solid #aaa;
}

.autocomplete-container .suggestion {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.autocomplete-container .suggestion:hover {
  background-color: #f0f0f0;
}

.autocomplete-container .suggestion.active {
  background-color: #007bff;
  color: #fff;
}

.autocomplete-container .suggestion.active .highlight {
  color: black;
}

.autocomplete-container .highlight {
  background-color: yellow;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
    font-family: "Lato",
    "Noto Sans JP",
    "Helvetica Neue",
    "ヒラギノ角ゴ Pro",
    Hiragino Kaku Gothic Pro,
    "Yu Gothic",
    YuGothic,
    Arial,
    "メイリオ",
    Meiryo,
    sans-serif;*/
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

body {
  font-family: "Open Sans", sans-serif;
  font-family: "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 "BIZ UDPGothic",
 Meiryo,
 sans-serif;
  line-height: 1.25;
  min-height: 100vh;
}

#container {
  width: 100%;
  min-width: 1300px;
}

header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 48px;
}

header .header-container > div:first-of-type::after {
  content: "";
  display: block;
  clear: both;
}

header .header-container .sub_title {
  float: right;
  display: block;
  margin-left: 20px;
  vertical-align: bottom;
  margin-top: 5px;
}

header .header-container .sub_title .sub_copy {
  font-size: 0.85em;
}

header .header-container .header-global {
  vertical-align: top;
  font-size: 12px;
  width: 50px;
  height: 42px;
}

header .header-container .header-global:hover .global-icon img {
  z-index: 1101;
}

header .header-container .header-global:hover .global-navi {
  visibility: visible;
  opacity: 1;
  z-index: 1100;
}

header .header-container .header-parts {
  display: inline-block;
  position: relative;
  height: 42px;
  margin: 3px;
}

header .header-container .logo {
  vertical-align: top;
  padding: 5px 0 10px 15px;
  height: 28px;
  margin: 0;
}

header .header-container .logo img {
  vertical-align: bottom;
  border: 0;
  height: 38px;
}

header .header-container .global-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 42px;
  border-right: 1px solid #e1e3e6;
}

header .header-container .global-icon img {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px transparent solid;
  border-left-width: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header .header-container .global-navi {
  position: absolute;
  top: 43px;
  left: 1px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.3);
  font-size: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-container .global-navi::before {
  -webkit-box-shadow: 0 -1px 2px -2px rgba(0, 0, 0, 0.1), 2px -1px 4px -2px rgba(0, 0, 0, 0.3), -2px -1px 4px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px -2px rgba(0, 0, 0, 0.1), 2px -1px 4px -2px rgba(0, 0, 0, 0.3), -2px -1px 4px -2px rgba(0, 0, 0, 0.2);
  top: -43px;
  left: -1px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 43px;
  width: 52px;
  content: "";
}

header .header-container .global-navi .global-column {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  padding: 14px 0 10px;
  white-space: normal;
}

header .header-container .global-navi .global-column:not(:last-child) {
  border-right: 1px #ccc solid;
}

header .header-container .global-navi .global-column a {
  text-decoration: none;
}

header .header-container .global-navi .global-column .global-boxlink-com {
  margin: 2px 15px 7px;
  border: 1px #68b9d9 solid;
  color: #3eaeda;
}

header .header-container .global-navi .global-column .global-boxlink-com:hover {
  background-color: #68b9d9;
  color: white;
}

header .header-container .global-navi .global-column .global-boxlink {
  display: block;
  padding: 3px;
  text-align: center;
  font-size: 10px;
}

header .header-container .global-navi .global-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-container .global-navi .global-column .global-item {
  display: block;
  line-height: 32px;
  position: relative;
  font-size: 12.5px;
  color: #333;
}

header .header-container .global-navi .global-column .global-item:hover {
  background-color: #a0a1a3;
  color: white;
}

header .header-container .global-navi .global-column .global-item .global-item-text-com {
  padding-left: 40px;
}

header .header-container .global-navi .global-column .global-item .global-item-text {
  display: inline-block;
}

header .header-container .global-navi .global-column .global-item .global-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: none;
  width: 22px;
  height: 22px;
  border: 10px solid white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

header .header-container .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-container .header-right .search {
  font-size: 0;
  width: 28vw;
  height: auto;
  min-width: 300px;
  max-width: 540px;
  margin: 9px 10px;
  vertical-align: top;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-container .header-right .login-stacking-context {
  margin: 0;
}

header .header-container .header-right .login {
  position: relative;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-container .header-right .login .login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3px;
}

header .header-container .header-right .login .login-content .header-icon {
  position: relative;
  display: block;
  height: 42px;
  width: 50px;
}

header .header-container .header-right .login .login-content .header-icon .header-icon-img {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header .header-container .search-form {
  display: table;
  width: 100%;
}

header .header-container .search-selectbox {
  display: table-cell;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-right: 0;
  border-radius: 15px 0 0 15px;
  background: #f1f1f1;
}

header .header-container .search-selectbox::before {
  margin-top: 1px;
  border-width: 4px 2px 0 2px;
  border-top-color: #666;
}

header .header-container .search-selectbox::after {
  margin-top: -6px;
  border-width: 0 2px 4px 2px;
  border-bottom-color: #666;
}

header .header-container .search-selectbox::before, header .header-container .search-selectbox::after {
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

header .header-container .search-selectbox .select {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 28px;
  left: 0;
  margin: 0;
  padding: 0 16px 0 8px;
  cursor: pointer;
  opacity: 0;
  border: 0;
  border-radius: 15px 0 0 15px;
  background: transparent;
}

header .header-container .search-selectbox span {
  font-size: 10px;
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 156px;
  height: 28px;
  padding: 0 16px 0 8px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header .header-container .search-txt {
  display: table-cell;
}

header .header-container .search-txt input {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 6px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
}

header .header-container .search-submit {
  display: table-cell;
  width: 33px;
  vertical-align: middle;
}

header .header-container .search-submit input {
  border: 0;
  border-radius: 0 15px 15px 0;
  width: 100%;
}

header .header-container .search-com-bg {
  background-color: #00bcd4;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-trigger {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 4px;
  z-index: 1000;
}

.dropdown .dropdown-menu a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: black;
}

.dropdown .dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, HiraginoSans-W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
  min-width: 1300px;
  /* *, code {
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
    } */
}

.top-container::after {
  content: "";
  display: block;
  clear: both;
}

.top-container .top-leftcolumn {
  width: 300px;
}

.top-container .top-leftcolumn #top-leftnavi {
  border-collapse: collapse;
  color: #333;
  font-size: 12px;
  padding: 6px 0 4px;
  text-align: left;
  word-break: break-all;
}

.top-container .top-leftcolumn #top-leftnavi ul {
  list-style: none;
}

.top-container .top-leftcolumn #top-leftnavi dd,
.top-container .top-leftcolumn #top-leftnavi dl,
.top-container .top-leftcolumn #top-leftnavi dt,
.top-container .top-leftcolumn #top-leftnavi li,
.top-container .top-leftcolumn #top-leftnavi ol,
.top-container .top-leftcolumn #top-leftnavi p,
.top-container .top-leftcolumn #top-leftnavi ul {
  margin: 0;
  padding: 0;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__services_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__services_li {
  position: relative;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__service_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 28px;
  list-style: none;
  margin-left: 2px;
  width: 100%;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__service_icon {
  border: 0;
  bottom: 0;
  height: 22px;
  margin: auto auto auto 8px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 22px;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__service_name--dmm {
  display: block;
  padding-left: 36px;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__service_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 28px;
  list-style: none;
  margin-left: 2px;
  width: 100%;
}

.top-container .top-leftcolumn #top-leftnavi .top-leftnavi_list__services_li__active::after {
  border-right: 2px solid #d0d0d0;
  border-top: 2px solid #d0d0d0;
  content: "";
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}

.top-container .top-leftcolumn .top-leftnavi {
  list-style: none;
  margin: 0;
  padding: 6px 0 4px 4px;
  width: 300px;
}

.top-container .top-leftcolumn .top-leftnavi a:link {
  color: #005fc0;
  cursor: pointer;
  text-decoration: none;
}

.top-container .top-leftcolumn .top-servicebanner {
  border-bottom: 1px solid #e1e3e6;
  padding: 5px 25px;
}

.top-container .top-leftcolumn .top-servicebanner li {
  margin-top: 5px;
}

.top-container .top-leftcolumn .top-servicebanner li .top-servicebanner-img {
  height: auto;
  width: 100%;
}

.top-container .top-leftcolumn .top-servicebanner li .top-servicebanner-imp {
  display: block;
  height: 0;
  width: 0;
}

.top-container .top-leftcolumn .top-leftbanner {
  border-bottom: 1px solid #e1e3e6;
  padding: 5px 25px;
}

.top-container .top-leftcolumn .top-leftbanner ul li {
  margin-top: 5px;
}

.top-container .top-centercolumn {
  border-left: 1px solid #e1e3e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: calc(100% - 532px);
  min-width: 673px;
  max-width: 903px;
  padding: 15px 5px 0;
  /* スライダーコンテナ */
}

.top-container .top-centercolumn .top-rotationbanner {
  margin: 0 auto 10px;
  min-width: 673px;
  width: calc(100vw - 577px);
  max-width: 903px;
}

.top-container .top-centercolumn .top-rotationbanner .top-rotationbanner-container {
  height: 252px;
  width: 100%;
}

.top-container .top-centercolumn .top-rotationbanner .swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.top-container .top-centercolumn .top-rotationbanner .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.top-container .top-centercolumn .top-rotationbanner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.top-container .top-centercolumn .top-rotationbanner .swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-container .top-centercolumn .top-rotationbanner .swiper-slide {
  text-align: center;
}

.top-container .top-centercolumn .top-rotationbanner .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.top-container .top-centercolumn .top-rotationbanner .swiper-slide:not(.swiper-slide-active) img {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  pointer-events: none;
}

.top-container .top-centercolumn .slider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 260px;
  margin: auto;
  overflow: hidden;
  /* スライダー部分 */
  /* 前後ボタンのスタイル */
}

.top-container .top-centercolumn .slider-container .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 各スライド */
}

.top-container .top-centercolumn .slider-container .slider .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  /* 小さめに配置 */
  opacity: 0.5;
  /* デフォルトは薄い */
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  /* 中央のスライドを目立たせる */
  /* 左右のスライドをぼかす */
}

.top-container .top-centercolumn .slider-container .slider .slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.top-container .top-centercolumn .slider-container .slider .slide > a {
  display: block;
}

.top-container .top-centercolumn .slider-container .slider .slide.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  /* 拡大 */
  opacity: 1;
  z-index: 2;
}

.top-container .top-centercolumn .slider-container .slider .slide.prev, .top-container .top-centercolumn .slider-container .slider .slide.next {
  opacity: 0.5;
  z-index: 1;
}

.top-container .top-centercolumn .slider-container button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 3;
}

.top-container .top-centercolumn .slider-container button.prev {
  left: 10px;
}

.top-container .top-centercolumn .slider-container button.next {
  right: 10px;
}

.top-container .top-centercolumn .slider-container button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.top-container .top-maincol-sect {
  border-top: 1px solid #e9ebef;
  font-size: 12px;
  padding-bottom: 40px;
}

.top-container .top-maincol-sect .top-maincol-service {
  margin: 10px 0 15px;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 10px;
  position: relative;
  text-decoration: none;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link:hover {
  text-decoration: none;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link::before {
  border: 3px solid #666;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link .top-maincol-service-img {
  margin-right: 10px;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link .top-maincol-service-img img {
  height: 50px;
  vertical-align: bottom;
  width: 50px;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link .top-maincol-service-text {
  font-size: 12px;
}

.top-container .top-maincol-sect .top-maincol-service a.top-maincol-service-link .top-maincol-service-text .top-maincol-service-name {
  display: block;
  font-size: 20px;
}

.top-container .top-maincol-sect .top-maincol-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-img {
  margin-right: 10px;
  max-width: 200px;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-img img {
  height: auto;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-img .top-maincol-pickup-img-link + img {
  height: auto;
  width: 100%;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-img .top-maincol-pickup-img-link:hover img {
  opacity: .6;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text {
  background-color: #e9ebef;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text::before {
  border: 8px solid transparent;
  border-right-color: #e9ebef;
  content: "";
  left: -15px;
  position: absolute;
  top: 10px;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text .top-maincol-pickup-text-link:link,
.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text .top-maincol-pickup-text-link:visited {
  color: #005fc0;
  text-decoration: none;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text .top-maincol-pickup-text-link:hover {
  color: #e20;
  text-decoration: underline;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text .top-maincol-pickup-name {
  font-size: 14px;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-pickup-text .top-maincol-pickup-description {
  color: #333;
  font-size: 12px;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 360px;
  width: 100%;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item:first-child {
  padding-left: 0;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4.8em;
  position: relative;
  width: 85%;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link:link, .top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link:visited {
  color: #005fc0;
  text-decoration: none;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link:hover {
  color: #e20;
  text-decoration: none;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link .top-maincol-list-img img {
  height: auto;
  max-height: 200px;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link .top-maincol-list-text {
  bottom: 0;
  font-size: 12px;
  height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
}

.top-container .top-maincol-sect .top-maincol-pickup .top-maincol-pickup-content .top-maincol-list .top-maincol-list-item .top-maincol-list-link .top-maincol-list-text::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, #fff);
  bottom: 0;
  content: "";
  height: 1.6em;
  position: absolute;
  right: 0;
  width: 30px;
}

.top-container .top-rightcolumn {
  float: right;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0;
  min-width: 330px;
}

.top-container .top-rightcolumn::after {
  content: "";
  display: block;
  clear: both;
}

.top-container .top-rightcolumn .manager_icon {
  text-align: center;
}

.top-container .top-rightcolumn .manager_icon img {
  width: 140px;
}

.top-container .top-rightcolumn .manager_icon p {
  text-align: center;
}

.top-container .top-rightcolumn .manager_icon p span {
  font-size: 1.5em;
  font-weight: bold;
}

.top-container .top-rightcolumn .top-login {
  background: #fafafa;
  border-radius: 6px;
  margin: 0 auto 20px;
  width: 245px;
}

.top-container .top-rightcolumn .top-login p {
  background: none;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 6px;
  padding: 0;
  text-align: left;
}

.top-container .top-rightcolumn .top-login a img,
.top-container .top-rightcolumn .top-login abbr {
  border: 0;
  vertical-align: top;
}

.top-container .top-rightcolumn .top-login .top-login-header {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.top-container .top-rightcolumn .top-login p.top-login-header {
  color: #333;
  font-weight: 700;
  padding: .5em 6px 0;
  text-align: center;
}

.top-container .top-rightcolumn .top-login .top-login-main {
  padding: 16px;
}

.top-container .top-rightcolumn .top-login .top-login-guest {
  text-align: center;
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  color: #2c2c2c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14.22px;
  font-style: normal;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 150%;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn:first-child {
  margin-bottom: 12px;
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn:active, .top-container .top-rightcolumn .top-login .top-login-guest .top-btn:hover {
  background-position: 0 0;
  border-color: #d7d7d7 #c4c4c4 #b5b5b5;
  position: relative;
  text-decoration: none;
  top: 1px;
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn.top-btn-regist {
  background-color: #ffc847;
  border: 1px solid #ffc847;
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn.top-btn-regist:hover {
  background-color: color-mix(in srgb, #c2c2c2 18.5%, #ffc847);
  border: 1px solid color-mix(in srgb, #c2c2c2 18.5%, #ffc847);
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn.top-btn-login {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.top-container .top-rightcolumn .top-login .top-login-guest .top-btn.top-btn-login:hover {
  background-color: color-mix(in srgb, #c2c2c2 18.5%, #fff);
  border-color: color-mix(in srgb, #c2c2c2 18.5%, #e1e1e1);
}

.top-container .top-rightcolumn .top-login .top-sb {
  padding-bottom: 5px;
}

.top-container .top-rightcolumn .top-login .top-login-link {
  text-decoration: none;
}

.top-container .top-rightcolumn .top-point-info {
  background: #fafafa;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 14px;
}

.top-container .top-rightcolumn .top-point-info p {
  background: none;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
}

.top-container .top-rightcolumn .top-point-info .top-sb {
  padding-bottom: 5px;
}

.top-container .top-rightcolumn .top-point-info .top-box-point {
  margin: 0;
}

.top-container .top-rightcolumn p {
  background: none;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 6px;
  padding: 0;
  text-align: left;
}

.top-container .top-rightcolumn a img,
.top-container .top-rightcolumn abbr {
  border: 0;
  vertical-align: top;
}

.top-container .top-rightcolumn a:visited {
  color: #909;
  text-decoration: none;
}

.top-container .top-rightcolumn .top-d-txtlink:hover,
.top-container .top-rightcolumn a:active,
.top-container .top-rightcolumn a:hover {
  color: #e20;
  text-decoration: underline;
}

.top-container .top-rightcolumn .top-sb {
  border: 1px solid #e1e3e6;
  margin-bottom: 12px;
}

.top-container .top-rightcolumn .top-sbs {
  margin: 6px;
}

.top-container .top-rightcolumn .top-d-txtlink,
.top-container .top-rightcolumn a:link {
  color: #005fc0;
  cursor: pointer;
  text-decoration: none;
}

.top-container .top-rightcolumn .top-rectanglebanner-link {
  display: block;
  height: 165px;
  margin: 0 3px 12px;
}

.top-container .top-rightcolumn .top-sns .top-box-official-account {
  text-align: center;
}

.top-container .top-rightcolumn .top-sns .top-sb {
  padding-bottom: 5px;
}

.top-container .top-rightcolumn .top-sns .top-box-official-account {
  text-align: center;
}

.top-container .top-rightcolumn .top-sns .top-official-account-list {
  display: inline-block;
  margin: 5px 0;
}

.top-container .top-rightcolumn .top-sns .top-official-account-list li {
  float: left;
  margin-left: 16px;
}

.top-container .top-rightcolumn .top-sns .top-official-account-list li a {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.top-container .top-rightcolumn .top-sns .top-official-account-list li a:hover {
  opacity: .7;
}

.top-container .top-rightcolumn .top-sns .top-official-account-list li:first-child {
  margin-left: 0;
}

.top-container .top-rightcolumn .top-sns .top-bt-official-account {
  background: #f2f4f7;
  border: 1px solid #e1e3e6;
  border-radius: 15px;
  clear: both;
  color: #333 !important;
  display: block;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.top-container .post, .top-container .st-heading-count-reset {
  counter-reset: countcnt;
}

.top-container .post,
.top-container .st-step-reset {
  counter-reset: stepcnt;
}

.top-container #breadcrumb .entry-title,
.top-container #breadcrumb,
.top-container #breadcrumb div a, .top-container div#breadcrumb a, .top-container .blogbox p, .top-container .tagst, .top-container #breadcrumb ol li a, .top-container #breadcrumb ol li h1, .top-container #breadcrumb ol li, .top-container .kanren:not(.st-cardbox) .clearfix dd .blog_info p, .top-container .kanren:not(.st-cardbox) .clearfix dd .blog_info p i, .top-container .kanren:not(.st-cardbox) .clearfix dd .blog_info p a {
  color: #777;
}

.top-container #breadcrumb, .top-container #breadcrumb ol, .top-container #breadcrumb li, .top-container #breadcrumb h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.top-container .post ol {
  list-style-type: decimal;
}

.top-container #breadcrumb, .top-container #breadcrumb ol, .top-container #breadcrumb li, .top-container #breadcrumb h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.top-container #breadcrumb, .top-container #breadcrumb ol, .top-container #breadcrumb li, .top-container #breadcrumb h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.top-container #breadcrumb ol li {
  color: #777;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  line-height: 1.5;
}

.top-container .post .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  color: #515151;
  background-color: transparent;
  background: none;
  border: none;
}

.top-container #st-page .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) {
  margin-bottom: 20px;
}

.top-container .clearfix {
  zoom: 1;
}

.top-container .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.top-container main {
  width: 95%;
  margin: 0 auto;
}

.top-container main aside .kanren {
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
}

.top-container main aside .kanren dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
}

.top-container main aside .kanren dl dt {
  float: left;
  width: 100px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-container main aside .kanren dl dd {
  padding-left: 115px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-container main aside .kanren dl dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) {
  line-height: 20px;
}

.top-container main aside .kanren h3 {
  margin: 0 0 3px;
}

.top-container main aside .kanren:not(.pop-box):not(.st-cardbox) .clearfix dd .st-excerpt p,
.top-container main aside .kanren:not(.pop-box):not(.st-cardbox) .clearfix dd > p {
  color: #777 !important;
}

.top-container main aside .kanren:not(.st-cardbox) .clearfix dd .st-excerpt p,
.top-container main aside .kanren:not(.st-cardbox) .clearfix dd p {
  font-size: 13px;
  line-height: 1.6;
}

.top-container main .category_top_img {
  text-align: center;
  margin: 0 auto 25px;
}

.top-container main, .top-container .post > * {
  color: #515151;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.top-container .entry-content {
  margin-bottom: 20px;
}

.top-container .entry-content ol li {
  list-style-type: auto;
}

.top-container .entry-content ul.disc li {
  list-style: disc;
}

.top-container .entry-content ol + p,
.top-container .entry-content ol + p + p {
  padding-left: 40px;
  margin-bottom: 20px;
}

.top-container .entry-content img.size-full, .top-container .entry-content img.size-large {
  height: auto;
  max-width: 100%;
}

.top-container .entry-content img:not(.size-st_header_slider), .top-container .entry-content video, .top-container .entry-content object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-container .editor-styles-wrapper, .top-container .entry-content {
  counter-reset: footnotes;
}

.top-container #st_toc_container.st_toc_contracted {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.top-container #st_toc_container {
  margin: 0 auto 20px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.top-container .entry-content > div {
  margin-bottom: 20px;
}

.top-container #st_toc_container .st_toc_title {
  margin: 0 auto;
}

.top-container #st_toc_container .st_toc_title {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.top-container .h2modoki, .top-container .post h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  position: relative;
  padding-left: 0;
  padding-bottom: 10px;
  border-top: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ad9825 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #222428;
  background-color: transparent;
}

.top-container h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2), .top-container .h2modoki {
  background: #f3f3f3;
  color: #1a1a1a;
  margin: 20px 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.top-container .h2modoki::after, .top-container .post h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  top: inherit;
  border-top: none;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #ad9825;
}

.top-container .h3modoki, .top-container .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
  background: #222428;
  color: #ffffff;
  position: relative;
  border: none;
  margin-bottom: 30px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px;
}

.top-container .h3modoki::before, .top-container .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::before {
  border-top: 10px solid #222428;
  content: '';
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
}

.top-container .h3modoki::after, .top-container .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::after {
  border-top: 10px solid #222428;
  content: '';
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
  border-radius: 2px;
}

.top-container main ul, .top-container main ol {
  padding-left: 1em;
  margin-bottom: 20px;
  margin-left: 1em;
}

.top-container ol, .top-container ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-container .wpcf7-form-control-wrap {
  position: relative;
}

.top-container input:not(.st-form-nowide):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type="image"]), .top-container textarea, .top-container select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.top-container .post input:not(.st-tab-label):not([type="image"]) {
  padding: 7px 15px;
  margin: 5px auto;
}

.top-container .post input:not(.st-tab-label):not([type="image"]), .top-container .post textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
}

.top-container .post input:not(.st-tab-label):not([type="image"]), .top-container .post textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
}

.top-container .post input:not(.st-tab-label):not([type="image"]) {
  padding: 7px 15px;
  margin: 5px auto;
}

.top-container .post input:not(.st-tab-label):not([type="image"]), .top-container .post textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
}

.top-container button, .top-container html input[type="button"], .top-container input[type=reset], .top-container input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.top-container .wpcf7-submit {
  background: #222428;
  color: #ffffff;
}

.footer {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", HiraginoSans-W3, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin: 50px 0px 0px;
}

.footer .mainfooter {
  background: #242424;
  padding: 15px 0 12px;
}

.footer .mainfooter span {
  margin: 0;
  padding-right: 4px;
  padding-left: 8px;
}

.footer .mainfooter span + span {
  border-left: 1px solid #999;
}

.footer .mainfooter a {
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer .copyright {
  background-color: #242424;
  padding-bottom: 15px;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
}

/* .sign_up-container {
  position: relative;
  min-height: 100vh;
  background-color: #E1E8EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
.sign_up-container {
  margin: 0 auto;
}

.form-structor {
  background-color: #222;
  border-radius: 15px;
  height: 550px;
  width: 350px;
  position: relative;
  overflow: hidden;
}

.form-structor::after {
  content: '';
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 500px;
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=bf884ad570b50659c5fa2dc2cfb20ecf&auto=format&fit=crop&w=1000&q=100");
}

.form-structor .signup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 65%;
  z-index: 5;
  -webkit-transition: all .3s ease;
}

.form-structor .signup.slide-up {
  top: 5%;
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: all .3s ease;
}

.form-structor .signup.slide-up .form-holder,
.form-structor .signup.slide-up .submit-btn {
  opacity: 0;
  visibility: hidden;
}

.form-structor .signup.slide-up .form-title {
  font-size: 1em;
  cursor: pointer;
}

.form-structor .signup.slide-up .form-title span {
  margin-right: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .form-title {
  color: #fff;
  font-size: 1.7em;
  text-align: center;
}

.form-structor .signup .form-title span {
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .form-holder {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .form-holder .input {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 12px;
}

.form-structor .signup .form-holder .input:last-child {
  border-bottom: 0;
}

.form-structor .signup .form-holder .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-structor .signup .submit-btn {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 15px;
  display: block;
  margin: 15px auto;
  padding: 15px 45px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .submit-btn:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-structor .login {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 5;
  -webkit-transition: all .3s ease;
}

.form-structor .login::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  background-color: #fff;
  width: 200%;
  height: 250px;
  border-radius: 50%;
  z-index: 4;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center {
  position: absolute;
  top: calc(50% - 10%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 65%;
  z-index: 5;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .form-title {
  color: #000;
  font-size: 1.7em;
  text-align: center;
}

.form-structor .login .center .form-title span {
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .form-holder {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  margin-top: 50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .form-holder .input {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 12px;
}

.form-structor .login .center .form-holder .input:last-child {
  border-bottom: 0;
}

.form-structor .login .center .form-holder .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-structor .login .center .submit-btn {
  background-color: #6B92A4;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 15px;
  display: block;
  margin: 15px auto;
  padding: 15px 45px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .submit-btn:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-structor .login.slide-up {
  top: 90%;
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .center {
  top: 10%;
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .form-holder,
.form-structor .login.slide-up .submit-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .form-title {
  font-size: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .form-title span {
  margin-right: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.seller {
  margin-right: 15px;
}

.doller {
  font-family: Baskerville;
  font-style: italic;
}

.order_style {
  font-size: 0.95em;
}

.order_style img {
  width: 10px;
  margin-right: 5px;
}

.order_style > span:first-of-type {
  background-image: url(../img/order_form_icon.png);
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position-x: 1px;
  background-position-y: center;
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 2px solid;
  padding: 2px 5px 2px 20px;
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.delivery_status {
  font-size: 0.8em;
  font-weight: bold;
  border: 2px solid;
  padding: 2px 5px;
  border-radius: 5px;
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.delivery_status.shipped {
  color: orange;
}

/* ポップアップの背景を半透明の黒にして画面全体を覆う */
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* ポップアップ内部のスタイル */
.popup_inner {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 500px;
}

/* ボタンの基本スタイル */
.popup_inner button {
  cursor: pointer;
  background-color: #0095f6;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  margin-top: 20px;
}

/* ボタンのマウスオーバー時のスタイル */
.popup_inner button:hover {
  background-color: #0085e5;
}

/* テキストのスタイル */
.popup_inner h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.weight input {
  width: 55px !important;
}

input.number_input {
  width: 40px !important;
}

input.price_change {
  width: 85px !important;
}

input.handling_change {
  width: 85px !important;
}

table.default {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  text-align: center;
  margin-bottom: 10px;
}

table.default caption {
  font-size: 22px;
  padding: 10px 0;
  text-decoration: underline;
  text-underline-offset: 7px;
}

table.default thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 60px;
}

table.default tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #ddd;
}

table.default th:first-child,
table.default td:first-child {
  padding-left: 16px;
}

table.default td,
table.default th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

table.default thead th {
  color: #fff !important;
  background-color: #616161 !important;
}

table.default tbody tr:hover {
  /* background-color: $blue;
                    color: $white; */
}

table.product_list {
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid black;
}

table.product_list thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 10px;
}

table.product_list th,
table.product_list td {
  padding: 5px 10px;
  text-align: center;
}

table.product_list thead th {
  background-color: #F7CB4D;
  border-bottom: 3px double black;
}

table.product_list tbody tr:nth-child(even) {
  background-color: #FEF8E3;
}

table.product_list .qty {
  color: red;
  font-weight: 600;
}

table.product_list .no {
  font-weight: bold;
}

/* タブのスタイリング */
.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs::after {
  display: block;
  clear: both;
  content: '';
}

.nav-item {
  margin-bottom: -2px;
  float: left;
}

.nav-link {
  color: #555;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 150px;
  height: 30px;
}

.nav-link:hover {
  border-color: #ddd #ddd #bbb;
}

/* アクティブなタブのスタイリング */
.nav-link.active {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.flag_icon {
  width: 20px;
}

#container_a {
  position: relative;
  width: 100%;
  min-width: 1024px;
}

#container_a .status {
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

#container_a .status.delivered, #container_a .status.alternative {
  background-color: #8de02c;
}

#container_a .status.pending, #container_a .status.outOfStock {
  background-color: #f9ca3f;
}

#container_a .status.return, #container_a .status.discontinued {
  background-color: #f00;
}

#container_a .status.inprogress {
  background-color: #1795ce;
}

#container_a .status_text {
  font-weight: 600;
}

#container_a .status_text.inStock {
  color: #1795ce;
}

#container_a .status_text.outOfStock {
  color: #f9ca3f;
}

#container_a .status_text.return, #container_a .status_text.discontinued {
  color: #f00;
}

#container_a .box {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}

#container_a .navigation {
  position: fixed;
  width: 220px;
  height: 100%;
  background-color: #287bff;
  border-left: 10px solid #287bff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}

#container_a .navigation::-webkit-scrollbar {
  display: none;
}

#container_a .navigation.active {
  width: 80px;
}

#container_a .navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#container_a .navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#container_a .navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
}

#container_a .navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
}

#container_a .navigation ul li a .icon ion-icon {
  font-size: 1.75em;
}

#container_a .navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

#container_a .navigation ul li:nth-child(1) {
  margin-bottom: 40px;
  pointer-events: none;
}

#container_a .navigation ul li.hovered, #container_a .navigation ul li:hover {
  background-color: #fff;
}

#container_a .navigation ul li.hovered a, #container_a .navigation ul li:hover a {
  color: #287bff;
}

#container_a .navigation ul li.hovered a::before, #container_a .navigation ul li:hover a::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 35px 35px 0 10px #fff;
          box-shadow: 35px 35px 0 10px #fff;
  pointer-events: none;
}

#container_a .navigation ul li.hovered a::after, #container_a .navigation ul li:hover a::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 35px -35px 0 10px #fff;
          box-shadow: 35px -35px 0 10px #fff;
  pointer-events: none;
}

#container_a .main {
  position: absolute;
  margin-top: 60px;
  /* 固定ヘッダーの高さ分の余白を確保 */
  width: calc(100% - 220px);
  left: 220px;
  min-height: 100vh;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#container_a .main > div:not(.topbar) {
  margin: 0 auto;
}

#container_a .main .fixed-content {
  width: calc(100% - 220px);
  left: 220px;
}

#container_a .main.active {
  width: calc(100% - 80px);
  left: 80px;
}

#container_a .main.active .fixed-content {
  width: calc(100% - 80px);
  left: 80px;
}

#container_a .main .topbar {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  /* 上部に固定されるヘッダー */
}

#container_a .main .topbar .toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5em;
  cursor: pointer;
}

#container_a .main .topbar .search {
  position: relative;
  width: 400px;
  margin: 0 10px;
}

#container_a .main .topbar .search label {
  position: relative;
  width: 100%;
}

#container_a .main .topbar .search label input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 5px 20px;
  padding-left: 35px;
  font-size: 18px;
  outline: none;
  border: 1px solid #999;
}

#container_a .main .topbar .search label ion-icon {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.2em;
}

#container_a .main .topbar .user {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

#container_a .main .topbar .user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#container_a .main .topbar .fixed-content {
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background-color: #f44336;
  /* 赤色（重要な情報を強調） */
  border-radius: 0 0 40px 40px;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  z-index: 1000;
  /* 他の要素よりも上に表示 */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* 軽い影を付けて浮き上がらせる */
}

#container_a .main .cardBox {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

#container_a .main .cardBox .card .numbers {
  position: relative;
  font-weight: 500;
  font-size: 2.5em;
  color: #287bff;
}

#container_a .main .cardBox .card .cardName {
  color: #999;
  font-size: 1.1em;
  margin-top: 5px;
}

#container_a .main .cardBox .card .iconBx {
  font-size: 3.5em;
  color: #999;
}

#container_a .main .cardBox .card:hover {
  background-color: #287bff;
}

#container_a .main .cardBox .card:hover .numbers,
#container_a .main .cardBox .card:hover .cardName,
#container_a .main .cardBox .card:hover .iconBx {
  color: #fff;
}

#container_a .main .graphBox {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  min-height: 200px;
}

#container_a .main .graphBox .box {
  padding: 20px;
  width: 100%;
}

#container_a .main .details {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
}

#container_a .main .details .recentOrders {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#container_a .main .details .recentOrders .cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#container_a .main .details .recentOrders .cardHeader h2 {
  font-weight: 600;
  color: #287bff;
}

#container_a .main .details .recentOrders .cardHeader .btn {
  position: relative;
  padding: 5px 10px;
  background-color: #287bff;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
}

#container_a .main .details .recentOrders table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#container_a .main .details .recentOrders table thead td {
  font-weight: bold;
}

#container_a .main .details .recentOrders table tr {
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .details .recentOrders table tr:last-of-type {
  border-bottom: none;
}

#container_a .main .details .recentOrders table tr td {
  padding: 10px;
}

#container_a .main .details .recentOrders table tr td:nth-child(2) {
  text-align: end;
}

#container_a .main .details .recentOrders table tr td:nth-child(3) {
  text-align: center;
}

#container_a .main .details .recentOrders table tr td:last-of-type {
  text-align: end;
}

#container_a .main .details .recentOrders table tbody tr:hover {
  background-color: #287bff;
  color: #fff;
}

#container_a .main .details .recentCustomers {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#container_a .main .details .recentCustomers table tr:hover {
  background-color: #287bff;
  color: #fff;
}

#container_a .main .details .recentCustomers table tr:hover td h4 span {
  color: #fff;
}

#container_a .main .details .recentCustomers table td {
  padding: 12px 10px;
}

#container_a .main .details .recentCustomers table td:first-of-type {
  width: 60px;
}

#container_a .main .details .recentCustomers table td h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

#container_a .main .details .recentCustomers table td h4 span {
  font-size: 14px;
  color: #999;
}

#container_a .main .details .recentCustomers .imgBx {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

#container_a .main .details .recentCustomers .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#container_a .main .jexcel_container {
  width: 100%;
  padding: 20px;
  font-family: sans-serif !important;
}

#container_a .main .content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 85%;
  max-width: 800px;
  min-height: 500px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#container_a .main .content ul.page-list {
  padding: 10px;
}

#container_a .main .content ul.page-list li {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
  float: left;
  border-radius: 4px;
  margin-right: 5px;
  text-align: center;
}

#container_a .main .content ul.page-list li.showPage {
  background-color: black;
  color: white;
}

#container_a .main .content.yah_auc .title {
  width: 95%;
  padding: 15px;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .content.yah_auc .title > a {
  display: block;
}

#container_a .main .content.yah_auc .title div {
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .content.yah_auc .cardBox {
  -ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  font-size: 0.9em;
}

#container_a .main .content.yah_auc .cardBox .numbers {
  font-weight: normal;
  font-size: 1.1em;
}

#container_a .main .content.markdown_sale #sale_nav {
  position: relative;
  list-style: none;
  font-weight: 400;
  font-size: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 50px auto;
}

#container_a .main .content.markdown_sale #sale_nav li {
  text-align: center;
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 5;
  min-width: 120px;
}

#container_a .main .content.markdown_sale #sale_nav .drop {
  overflow: hidden;
  list-style: none;
  position: absolute;
  padding: 0;
  width: 100%;
  left: 0;
  top: 48px;
}

#container_a .main .content.markdown_sale #sale_nav .drop div {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  position: relative;
}

#container_a .main .content.markdown_sale #sale_nav .drop li {
  display: block;
  padding: 0;
  width: 100%;
  background: #3E8760 !important;
}

#container_a .main .content.markdown_sale #sale_nav #marker {
  height: 6px;
  background: #3E8760 !important;
  position: absolute;
  bottom: 0;
  width: 120px;
  z-index: 2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#container_a .main .content.calculation img {
  width: 150px;
}

#container_a .main .content.sales_data .calendar {
  width: 308px;
}

#container_a .main .content.sales_data .calendar .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#container_a .main .content.sales_data .calendar .days > div {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px;
  background-color: white;
  color: black;
}

#container_a .main .content.sales_data .calendar .days > div.holiday {
  background-color: #fdd;
}

#container_a .main .content.sales_data .calendar .days > div.month {
  color: #aaa;
}

#container_a .main .content.sales_data td > hr {
  border-top: 2px solid black;
}

#container_a .main .content.sales_data form.order_form {
  font-size: 0.9em;
}

#container_a .main .content.sales_data input {
  width: auto;
}

#container_a .main .content.sales_data div.traffic > div {
  font-size: 0.8em;
}

#container_a .main .content.sales_data > ul.page-list {
  padding: 10px;
}

#container_a .main .content.sales_data > ul.page-list li {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
  float: left;
  border-radius: 4px;
  margin-right: 5px;
  text-align: center;
}

#container_a .main .content.sales_data > ul.page-list li.showPage {
  background-color: black;
  color: white;
}

#container_a .main .content.sales_data div {
  margin: 5px auto;
}

#container_a .main .content.sales_data table th {
  font-weight: bold;
}

#container_a .main .content.sales_data table th, #container_a .main .content.sales_data table td {
  padding: 5px 0;
  background-color: #ddd;
  border-bottom: 1px solid;
}

#container_a .main .content.sales_data table.sales_table td {
  font-size: 0.9em;
}

#container_a .main .content.sales_data table.sales_table div.sales_seller .doller {
  width: 70px;
  display: inline-block;
}

#container_a .main .content.sales_data table.sales_table div.sales_seller .sold_day {
  color: #1795ce;
  font-size: 0.8em;
  font-weight: bold;
}

#container_a .main .content.sales_data table.sales_table div.sales_seller div {
  font-weight: bold;
  padding: 2px 0;
}

#container_a .main .content.sales_data table.sales_table div.sales_seller div span {
  background-color: yellow;
}

#container_a .main .content.sales_tax > div {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  min-height: 200px;
}

#container_a .main .content.sales_tax > div > * {
  padding: 20px;
  width: 100%;
}

#container_a .main .content.price-terapeak-comparison .graphBox {
  padding: 0;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#container_a .main .content div.price_record {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
  padding-bottom: 2px;
}

#container_a .main .content div.price_record > div {
  font-size: 0.9em;
}

#container_a .main .content div.top_img {
  width: 150px;
}

#container_a .main .content div.top_img img {
  width: 100%;
}

#container_a .main .listings {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 70%;
  min-height: 500px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#container_a .main .listings > h3 {
  font-size: 24px;
  font-style: italic;
  padding: 20px;
  text-decoration: underline;
}

#container_a .main .listings .color {
  color: red;
  font-weight: 600;
}

#container_a .main .listings .none {
  display: none;
}

#container_a .main .listings table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  text-align: center;
}

#container_a .main .listings table thead td {
  font-weight: bold;
}

#container_a .main .listings table tr {
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .listings table tr:last-of-type {
  border-bottom: none;
}

#container_a .main .listings table tr th:nth-of-type(1) {
  width: 180px;
}

#container_a .main .listings table tr th:nth-of-type(2) {
  width: 150px;
}

#container_a .main .listings table tr td {
  padding: 10px;
}

#container_a .main .listings table tbody tr:hover {
  background-color: #287bff;
  color: #fff;
}

#container_a .main .order {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 85%;
  max-width: 800px;
  min-height: 500px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  /*アコーディオン開閉表示*/
  /* クリック時に開く */
  /* 元々テーブルの販売コスト表示に使用 */
  /* カード型の販売コスト表示 */
  /* 詳細のポップアップ */
}

#container_a .main .order .accordion_tab {
  position: relative;
  margin-bottom: 1px;
  margin-left: 18px;
  width: 90%;
  color: white;
  overflow: hidden;
  /*表示ラベル*/
  /* 「+」アイコンのアクション*/
  /*内容*/
}

#container_a .main .order .accordion_tab > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#container_a .main .order .accordion_tab > label {
  position: relative;
  display: block;
  padding-left: 15px;
  font-weight: bold;
  /*太字*/
  line-height: 3;
  cursor: pointer;
  background-color: #839b5c;
  /*背景色*/
  border-radius: 8px;
  /*角を丸める*/
  /* ラベルに「+」アイコン */
}

#container_a .main .order .accordion_tab > label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .50s;
  transition: all .50s;
}

#container_a .main .order .accordion_tab input[type=checkbox] + label::after {
  content: "+";
}

#container_a .main .order .accordion_tab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  /*回転させる*/
}

#container_a .main .order .accordion_tab > .accordion_contents {
  color: #000;
  /*開いた時の内容　文字色*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .50s;
  transition: max-height .50s;
}

#container_a .main .order .accordion_tab > .accordion_contents a {
  text-decoration: none;
}

#container_a .main .order input:checked ~ .accordion_contents {
  max-height: 100%;
}

#container_a .main .order #result {
  height: auto;
  /*高さ指定*/
  width: auto;
  /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

#container_a .main .order #result.active {
  left: 80px;
}

#container_a .main .order > ul {
  padding: 10px;
}

#container_a .main .order > ul li {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
  float: left;
  border-radius: 4px;
  margin-right: 5px;
  text-align: center;
}

#container_a .main .order > ul li.showPage {
  background-color: black;
  color: white;
}

#container_a .main .order .search_profit {
  text-align: right;
}

#container_a .main .order .month {
  text-align: right;
}

#container_a .main .order .month div {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 15px;
}

#container_a .main .order .month div input[type="month"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 36px;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
}

#container_a .main .order .condition-block {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 400px;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

#container_a .main .order .condition-block:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#container_a .main .order .identifier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  color: #333;
  font-size: 1.2em;
  text-align: center;
  padding: 8px;
}

#container_a .main .order .identifier .time {
  color: #aaa;
  font-size: 0.8em;
}

#container_a .main .order .sections-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  gap: 2px;
  justify-items: center;
}

#container_a .main .order .sections-container .section {
  margin-bottom: 2px;
}

#container_a .main .order .sections-container .section > h3 {
  margin-bottom: 2px;
  font-size: 1.1em;
  color: #007bff;
  text-align: center;
}

#container_a .main .order .sections-container .section > p {
  margin: 0;
  color: #555;
}

#container_a .main .order .sections-container .section .sub-section {
  margin-left: 8px;
}

#container_a .main .order .sections-container .section .sub-section h4 {
  margin: 4px 0;
  font-weight: normal;
  color: #555;
}

#container_a .main .order .sections-container .section .sub-section p {
  margin: 4px 0;
  color: #333;
  font-weight: 600;
}

#container_a .main .order .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

#container_a .main .order .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  /* max-width: 500px; */
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
}

#container_a .main .order .popup .popup-content {
  position: relative;
}

#container_a .main .order .popup .popup-content .sections-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5px;
}

#container_a .main .order .popup .popup-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5em;
  cursor: pointer;
  color: #888;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#container_a .main .order .popup .popup-content .close:hover {
  color: #000;
}

#container_a .main .order .order_details > img {
  width: 150px;
  float: left;
}

#container_a .main .order .order_details > div {
  float: left;
}

#container_a .main .order .order_details textarea {
  height: calc(1.3em * 10);
  line-height: 1.3;
  margin-left: 10px;
}

#container_a .main .order .order_details::after {
  display: block;
  clear: both;
  content: '';
}

#container_a .main .order form {
  width: 50%;
  margin: 10px 0;
  min-width: 9rem;
}

#container_a .main .order form label {
  width: 50%;
}

#container_a .main .order form input {
  float: left;
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background: #e0e0e0;
  color: #7a7a7a;
}

#container_a .main .order form input[type="submit"] {
  background: #84AD47;
  color: #fff;
  width: auto;
  float: right;
}

#container_a .main .order form input[type="number"] {
  width: 50%;
}

#container_a .main .order form input::-webkit-input-placeholder {
  color: #7a7a7a;
}

#container_a .main .order form input:-ms-input-placeholder {
  color: #7a7a7a;
}

#container_a .main .order form input::-ms-input-placeholder {
  color: #7a7a7a;
}

#container_a .main .order form input::placeholder {
  color: #7a7a7a;
}

#container_a .main .order form input.error {
  background: #AD4747;
  color: #fff;
}

#container_a .main .order form input.error::-webkit-input-placeholder {
  color: black;
}

#container_a .main .order form input.error:-ms-input-placeholder {
  color: black;
}

#container_a .main .order form input.error::-ms-input-placeholder {
  color: black;
}

#container_a .main .order form input.error::placeholder {
  color: black;
}

#container_a .main .order form .captcha {
  float: left;
}

#container_a .main .order form .captcha input {
  float: right;
}

#container_a .main .order form .captcha input[name=question] {
  width: 4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
  padding-right: 0;
}

#container_a .main .order form .captcha [name=captcha] {
  width: 5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.5rem;
}

#container_a .main .order form .captcha [name=captcha]::-webkit-input-placeholder {
  text-align: center;
}

#container_a .main .order form .captcha [name=captcha]:-ms-input-placeholder {
  text-align: center;
}

#container_a .main .order form .captcha [name=captcha]::-ms-input-placeholder {
  text-align: center;
}

#container_a .main .order form .captcha [name=captcha]::placeholder {
  text-align: center;
}

#container_a .main .order form::after {
  display: block;
  clear: both;
  content: '';
}

#container_a .main .order .example {
  margin-bottom: 15px;
  font-weight: bold;
}

#container_a .main .order .none {
  display: none;
}

#container_a .main .order .order_layout_grid {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid;
  padding: 5px 0;
}

#container_a .main .order .order_layout_grid,
#container_a .main .order .order_layout_grid_2 > div:first-of-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 3fr 1fr 1fr;
      grid-template-columns: 2fr 2fr 3fr 1fr 1fr;
  font-weight: bold;
}

#container_a .main .order .order_layout_grid_2 {
  margin-top: 20px;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .order .order_layout_grid_2 > div {
  text-align: center;
  margin-bottom: 10px;
}

#container_a .main .order .order_layout_grid_2 > div:nth-of-type(2) span {
  margin-right: 5px;
}

#container_a .main .order .order_layout_grid_2 > div:nth-of-type(2) span:first-of-type {
  font-size: 0.8em;
}

#container_a .main .order .order_layout_grid_2 > div:nth-of-type(2) span:last-of-type {
  font-size: 1.2em;
  font-weight: bold;
}

#container_a .main .order .order_layout_grid_2 > div.order_details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 1fr;
      grid-template-columns: 1fr 3fr 1fr;
}

#container_a .main .order .order_layout_grid_2 > div.order_details > div > img {
  width: 150px;
}

#container_a .main .order .order_layout_grid_2 > div.order_details > div > * {
  margin-bottom: 5px;
}

#container_a .main .order .order_layout_grid_2 > div.order_details > div > div:first-of-type span:not(:nth-of-type(2)) {
  font-size: 0.8em;
}

#container_a .main .order .order_layout_grid_2 > div.order_details > div > div:first-of-type span:nth-of-type(2) {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5px;
}

#container_a .main .order .order_layout_grid_2 > div.order_details > div > div:last-of-type input {
  width: 35px;
}

#container_a .main .order .order_layout_grid_2 > div ul li {
  padding: 5px 0;
  color: #555555;
  font-weight: 600;
}

#container_a .main .order .order_layout_grid_2 > div ul li:not(li:last-of-type) {
  border-bottom: 2px solid #ff7b7b;
}

#container_a .main .order .order_layout_grid_2 > div ul li .under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f9ca3f));
  background: linear-gradient(transparent 50%, #f9ca3f 50%);
  /* 点滅 */
}

#container_a .main .order .order_layout_grid_2 > div ul li .under.blinking {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#container_a .main .order .order_layout_grid_2 > div ul li .q {
  color: #3f6af9;
}

#container_a .main .order .order_layout_grid_2 > div input[type="number"] {
  width: 40px;
}

#container_a .main .order .order_layout_grid_2 > div .outOfStock {
  color: red;
  font-weight: bold;
}

#container_a .main .order .order_layout_grid_2 > div .stock {
  color: blue;
  font-weight: bold;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  -ms-grid-columns: auto 110px;
      grid-template-columns: auto 110px;
  margin: 0 10px;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box > img {
  width: 100px;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box div:first-of-type span {
  font-size: 1.2em;
  font-weight: bold;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box div:first-of-type span:nth-of-type(1) {
  color: #f52248;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box div:first-of-type span:nth-of-type(2) {
  color: #277232;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box div:first-of-type span:nth-of-type(3) {
  color: #2e16d5;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box.box_type > img {
  width: 70px;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box.box_type div:first-of-type span {
  color: black;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box.non_box {
  display: block;
  font-weight: bold;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box div:last-of-type span:first-of-type {
  font-size: 0.8em;
  margin-right: 5px;
}

#container_a .main .order .order_layout_grid_2 div.shipping_box div:last-of-type span:last-of-type {
  font-size: 1.2em;
  font-weight: bold;
}

#container_a .main .order table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  /* tbody tr:hover {
                    background-color: $blue;
                    color: $white;
                } */
}

#container_a .main .order table thead td {
  font-weight: bold;
}

#container_a .main .order table tbody {
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.95em;
}

#container_a .main .order table tbody:last-of-type {
  border-bottom: none;
}

#container_a .main .order table tbody tr td {
  padding: 10px;
  text-align: center;
}

#container_a .main .order table tbody tr td ul li {
  padding: 5px 0;
  color: #555555;
  font-weight: 600;
}

#container_a .main .order table tbody tr td ul li:not(li:last-of-type) {
  border-bottom: 2px solid #ff7b7b;
}

#container_a .main .order table tbody tr td ul li .under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f9ca3f));
  background: linear-gradient(transparent 50%, #f9ca3f 50%);
  /* 点滅 */
}

#container_a .main .order table tbody tr td ul li .under.blinking {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#container_a .main .order table tbody tr td ul li .q {
  color: #3f6af9;
}

#container_a .main .order table tbody tr td input[type="number"] {
  width: 40px;
}

#container_a .main .order table tbody tr td .outOfStock {
  color: red;
  font-weight: bold;
}

#container_a .main .order table tbody tr td .stock {
  color: blue;
  font-weight: bold;
}

#container_a .main .order table.shipping_box td {
  -webkit-text-decoration: underline red;
          text-decoration: underline red;
}

#container_a .main .shipping {
  max-width: 80%;
  min-width: 800px;
  cursor: auto;
  display: block;
}

#container_a .main .shipping h3 {
  text-align: center;
}

#container_a .main .shipping table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#container_a .main .shipping table tr {
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #ddd;
}

#container_a .main .shipping table th:first-child,
#container_a .main .shipping table td:first-child {
  padding-left: 16px;
}

#container_a .main .shipping table td,
#container_a .main .shipping table th {
  padding: 8px 8px;
  text-align: left;
  vertical-align: top;
}

#container_a .main .shipping table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

#container_a .main .shipping table thead th {
  color: #fff !important;
  background-color: #616161 !important;
}

#container_a .main .shipping table tbody td:last-of-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#container_a .main .companyInvoice {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(600px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  grid-gap: 30px;
}

#container_a .main .companyInvoice .order_list table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  text-align: center;
}

#container_a .main .companyInvoice .order_list table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #ddd;
}

#container_a .main .companyInvoice .order_list table th:first-child,
#container_a .main .companyInvoice .order_list table td:first-child {
  padding-left: 16px;
}

#container_a .main .companyInvoice .order_list table td,
#container_a .main .companyInvoice .order_list table th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#container_a .main .companyInvoice .order_list table thead th {
  color: #fff !important;
  background-color: #616161 !important;
}

#container_a .main .companyInvoice .order_list table tbody tr:hover {
  background-color: #287bff;
  color: #fff;
}

#container_a .main .companyInvoice .order_list label {
  width: 50%;
}

#container_a .main .companyInvoice .order_list input {
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  background: #e0e0e0;
  color: #7a7a7a;
}

#container_a .main .companyInvoice .order_list input[type="submit"] {
  background: #ff6a6a;
  color: #fff;
  width: auto;
  cursor: pointer;
}

#container_a .main .companyInvoice .order_list input[type="submit"]:hover {
  background-color: #ff3c3c;
}

#container_a .main .companyInvoice .order_list input[type="number"] {
  width: 80px;
}

#container_a .main .companyInvoice .order_list input::-webkit-input-placeholder {
  color: #7a7a7a;
}

#container_a .main .companyInvoice .order_list input:-ms-input-placeholder {
  color: #7a7a7a;
}

#container_a .main .companyInvoice .order_list input::-ms-input-placeholder {
  color: #7a7a7a;
}

#container_a .main .companyInvoice .order_list input::placeholder {
  color: #7a7a7a;
}

#container_a .main .companyInvoice .order_list input.error {
  background: #AD4747;
  color: #fff;
}

#container_a .main .companyInvoice .order_list input.error::-webkit-input-placeholder {
  color: black;
}

#container_a .main .companyInvoice .order_list input.error:-ms-input-placeholder {
  color: black;
}

#container_a .main .companyInvoice .order_list input.error::-ms-input-placeholder {
  color: black;
}

#container_a .main .companyInvoice .order_list input.error::placeholder {
  color: black;
}

#container_a .main .companyInvoice .order_list .captcha {
  float: left;
}

#container_a .main .companyInvoice .order_list .captcha input {
  float: right;
}

#container_a .main .companyInvoice .order_list .captcha input[name=question] {
  width: 4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
  padding-right: 0;
}

#container_a .main .companyInvoice .order_list .captcha [name=captcha] {
  width: 5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.5rem;
}

#container_a .main .companyInvoice .order_list .captcha [name=captcha]::-webkit-input-placeholder {
  text-align: center;
}

#container_a .main .companyInvoice .order_list .captcha [name=captcha]:-ms-input-placeholder {
  text-align: center;
}

#container_a .main .companyInvoice .order_list .captcha [name=captcha]::-ms-input-placeholder {
  text-align: center;
}

#container_a .main .companyInvoice .order_list .captcha [name=captcha]::placeholder {
  text-align: center;
}

#container_a .main .companyInvoice .invoice_area {
  width: 80%;
  margin: 0 auto;
}

#container_a .main .companyInvoice .invoice_area .gridlines td {
  border: 0;
}

#container_a .main .sender td {
  padding: 10px;
  border-bottom: 1px solid black;
  white-space: pre;
}

#container_a .main .sender td div {
  margin-bottom: 10px;
}

#container_a .main .sender td div:last-of-type {
  margin-bottom: 0;
}

#container_a .main .resultInvoice {
  max-width: 500px;
  margin: 0 auto;
}

#container_a .main .resultInvoice table {
  width: 100%;
}

#container_a .main .resultInvoice table td {
  padding: 10px;
}

#container_a .main .resultInvoice table thead {
  font-weight: bold;
  width: calc(100% / 2);
  text-align: center;
}

#container_a .main .resultInvoice table tbody {
  border-bottom: 1px solid #ff5722;
}

#container_a .main .resultInvoice table tbody td:nth-of-type(1),
#container_a .main .resultInvoice table tbody td:nth-of-type(2) {
  text-align: center;
}

#container_a .main .invoice {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 500px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#container_a .main .invoice form {
  margin-bottom: 10px;
}

#container_a .main .invoice form label {
  display: block;
}

#container_a .main .invoice form label.today {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 15px;
}

#container_a .main .invoice form label.today input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 36px;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #999;
}

#container_a .main .invoice form label.file {
  cursor: pointer;
}

#container_a .main .invoice form p {
  margin-top: 10px;
}

#container_a .main .invoice form input {
  padding: 5px 0;
}

#container_a .main .invoice form .button-bg-arrow {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* overflow: hiddenにより上下位置にズレが生じるのでdisplay: blockのみ対応可 */
  overflow: hidden;
  display: block;
  width: 300px;
  margin: 30px auto;
  /* その他スタイル */
  position: relative;
  color: #447fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
  border: 1px solid #447fff;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

#container_a .main .invoice form .button-bg-arrow::before, #container_a .main .invoice form .button-bg-arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  -webkit-transform: translate(-320px);
          transform: translate(-320px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#container_a .main .invoice form .button-bg-arrow::before {
  right: 0;
  width: 100%;
  background: #447fff;
  z-index: -1;
}

#container_a .main .invoice form .button-bg-arrow::after {
  right: -40px;
  width: 40px;
  border: 20px solid transparent;
  border-left-color: #447fff;
}

#container_a .main .invoice form .button-bg-arrow:hover {
  color: #fff;
}

#container_a .main .invoice form .button-bg-arrow:hover::before, #container_a .main .invoice form .button-bg-arrow:hover::after {
  -webkit-transform: translate(0);
          transform: translate(0);
}

#container_a .main .invoice form .button-bg-arrow:active::before, #container_a .main .invoice form .button-bg-arrow:focus::before {
  background: #77a2ff;
}

#container_a .main .invoice form .button-bg-arrow:active::after, #container_a .main .invoice form .button-bg-arrow:focus::after {
  border-left-color: #77a2ff;
}

#container_a .main .invoice form .button-bg-arrow.color2 {
  color: #64c832;
  border-color: #64c832;
}

#container_a .main .invoice form .button-bg-arrow.color2::before {
  background: #64c832;
}

#container_a .main .invoice form .button-bg-arrow.color2::after {
  border-left-color: #64c832;
}

#container_a .main .invoice form .button-bg-arrow.color2:hover {
  color: #fff;
}

#container_a .main .invoice form .button-bg-arrow.color2:active::before, #container_a .main .invoice form .button-bg-arrow.color2:focus::before {
  background: #82d558;
}

#container_a .main .invoice form .button-bg-arrow.color2:active::after, #container_a .main .invoice form .button-bg-arrow.color2:focus::after {
  border-left-color: #82d558;
}

#container_a .main .invoice form .button-bg-arrow.color3 {
  color: #ff7d93;
  border-color: #ff7d93;
}

#container_a .main .invoice form .button-bg-arrow.color3::before {
  background: #ff7d93;
}

#container_a .main .invoice form .button-bg-arrow.color3::after {
  border-left-color: #ff7d93;
}

#container_a .main .invoice form .button-bg-arrow.color3:hover {
  color: #fff;
}

#container_a .main .invoice form .button-bg-arrow.color3:active::before, #container_a .main .invoice form .button-bg-arrow.color3:focus::before {
  background: #ffb0bd;
}

#container_a .main .invoice form .button-bg-arrow.color3:active::after, #container_a .main .invoice form .button-bg-arrow.color3:focus::after {
  border-left-color: #ffb0bd;
}

#container_a .main .invoice form .button-bg-arrow.color4 {
  color: #ff5722;
  border-color: #ff5722;
}

#container_a .main .invoice form .button-bg-arrow.color4::before {
  background: #ff5722;
}

#container_a .main .invoice form .button-bg-arrow.color4::after {
  border-left-color: #ff5722;
}

#container_a .main .invoice form .button-bg-arrow.color4:hover {
  color: #fff;
}

#container_a .main .invoice form .button-bg-arrow.color4:active::before, #container_a .main .invoice form .button-bg-arrow.color4:focus::before {
  background: #ff7e55;
}

#container_a .main .invoice form .button-bg-arrow.color4:active::after, #container_a .main .invoice form .button-bg-arrow.color4:focus::after {
  border-left-color: #ff7e55;
}

#container_a .main .invoice form .button-bg-arrow.color5 {
  color: #da0080;
  border-color: #da0080;
}

#container_a .main .invoice form .button-bg-arrow.color5::before {
  background: #da0080;
}

#container_a .main .invoice form .button-bg-arrow.color5::after {
  border-left-color: #da0080;
}

#container_a .main .invoice form .button-bg-arrow.color5:hover {
  color: #fff;
}

#container_a .main .invoice form .button-bg-arrow.color5:active::before, #container_a .main .invoice form .button-bg-arrow.color5:focus::before {
  background: #ff0e9c;
}

#container_a .main .invoice form .button-bg-arrow.color5:active::after, #container_a .main .invoice form .button-bg-arrow.color5:focus::after {
  border-left-color: #ff0e9c;
}

#container_a .main .invoice form .reset {
  color: black;
  text-decoration: none;
  font-family: sans-serif;
  /* 書体もリセットしています。不要であれば削除を */
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* iOSタップ時の挙動を調整 */
}

#container_a .main .invoice .cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#container_a .main .invoice .cardHeader h2 {
  font-weight: 600;
  color: #287bff;
}

#container_a .main .invoice .cardHeader .btn {
  position: relative;
  padding: 5px 10px;
  background-color: #287bff;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
}

#container_a .main .invoice table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#container_a .main .invoice table thead td {
  font-weight: bold;
  width: calc(100% / 3);
}

#container_a .main .invoice table thead td:not(td:first-of-type) {
  text-align: center;
}

#container_a .main .invoice table tbody tr {
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .invoice table tbody tr:last-of-type {
  border-bottom: none;
}

#container_a .main .invoice table tbody tr td {
  padding: 10px;
}

#container_a .main .invoice table tbody tr td:nth-child(2) {
  padding: 0;
  text-align: end;
}

#container_a .main .invoice table tbody tr td:nth-child(2) a {
  color: #000000;
  text-decoration: none;
  display: block;
  height: 100%;
}

#container_a .main .invoice table tbody tr td:nth-child(3) {
  text-align: center;
}

#container_a .main .invoice table tbody tr td:last-of-type {
  width: 80px;
  text-align: end;
}

#container_a .main .invoice table tbody tr td ul li {
  padding: 10px;
  float: left;
}

#container_a .main .invoice table tbody tr td ul li:nth-child(1):hover {
  background-color: #287bff;
  color: #fff;
}

#container_a .main .invoice table tbody tr td ul li:nth-child(1):hover a {
  color: #fff;
}

#container_a .main .invoice table tbody tr td ul::after {
  display: block;
  clear: both;
  content: '';
}

#container_a .main .invoice_detail {
  margin-bottom: 15px;
  width: 85%;
}

#container_a .main .invoice_detail .title {
  text-align: center;
  margin-bottom: 15px;
}

#container_a .main .invoice_detail .title span {
  width: 200px;
  border-bottom: 1px solid black;
  padding: 10px 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
}

#container_a .main .invoice_detail .title input[type="button"] {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  color: white;
  background-color: #eb6100;
  border: 0;
  border-radius: 100vh;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

#container_a .main .invoice_detail .title input[type="button"]:hover {
  color: white;
  background-color: #f56500;
}

#container_a .main .vps {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#container_a .main .vps h2 {
  text-align: center;
  margin: 20px 0;
}

#container_a .main .follow {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 50%;
  min-height: 500px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#container_a .main .follow table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#container_a .main .follow table thead td {
  font-weight: bold;
}

#container_a .main .follow table tr {
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#container_a .main .follow table tr:last-of-type {
  border-bottom: none;
}

#container_a .main .follow table tr td {
  padding: 10px;
}

#container_a .main .follow table tr td:nth-child(2) {
  text-align: end;
}

#container_a .main .follow table tr td:nth-child(3) {
  text-align: center;
}

#container_a .main .follow table tr td:last-of-type {
  text-align: end;
}

#container_a .main .follow table tbody tr:hover {
  background-color: #287bff;
  color: #fff;
}

#container_a .main .dm {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#container_a .main .dm table {
  width: 500px;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#container_a .main .dm caption {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
  font-size: 1.5em;
}

#container_a .main .dm table tr {
  border-bottom: solid 2px white;
}

#container_a .main .dm table tr:last-child {
  border-bottom: none;
}

#container_a .main .dm table th {
  position: relative;
  text-align: left;
  width: 60%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#container_a .main .dm table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#container_a .main .dm table td {
  text-align: left;
  width: 40%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

#container_a .main .tweet {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#container_a .main .tweet table {
  width: 500px;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#container_a .main .tweet caption {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
  font-size: 1.5em;
}

#container_a .main .tweet table tr {
  border-bottom: solid 2px white;
}

#container_a .main .tweet table tr:last-child {
  border-bottom: none;
}

#container_a .main .tweet table th {
  position: relative;
  text-align: left;
  width: 60%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#container_a .main .tweet table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#container_a .main .tweet table td {
  text-align: left;
  width: 40%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

#container_a .main .delivery-goods > div {
  padding: 20px;
}

#container_a .main .delivery-goods > div > div {
  margin-bottom: 60px;
}

#container_a .main .reference_number .input_parts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 50px;
      grid-template-columns: 200px 50px;
  /* 3列の定義 */
  gap: 5px;
  /* グリッドアイテム間のギャップ */
}

#container_a .main .reference_number .item_list {
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}

#container_a .main .reference_number .item_list ul {
  background: #fffcf4;
  border-radius: 8px;
  /*角の丸み*/
  -webkit-box-shadow: 0px 0px 5px silver;
          box-shadow: 0px 0px 5px silver;
  /*5px=影の広がり具合*/
  padding: 0.5em 1.0em;
}

#container_a .main .reference_number .item_list ul:hover {
  background: #f7be22;
  cursor: pointer;
}

#container_a .main .reference_number .item_list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

#container_a .main .reference_number .item_list ul li:not(:first-of-type) {
  list-style-type: disc;
  margin-left: 20px;
}

#container_a .main .reference_number .item_list ul li:first-of-type {
  text-decoration: underline;
}

.is_hide {
  display: none;
}

.loading {
  text-align: center;
  margin-top: 70px;
}

.loading ion-icon {
  font-size: 3em;
  -webkit-animation: rotate-anime 3s linear infinite;
          animation: rotate-anime 3s linear infinite;
}

#loading {
  width: 100px;
  height: 100px;
  /* margin: 0 auto;
    margin-top: 70px; */
}

#loading span.loading03,
#loading span.loading03:after {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: radial-gradient(9px 9px at 10% 50%, #999, #999 95%, transparent), radial-gradient(9px 9px at 50% 10%, #999, #999 95%, transparent), radial-gradient(9px 9px at 90% 50%, #999, #999 95%, transparent), radial-gradient(9px 9px at 50% 90%, #999, #999 95%, transparent);
}

#loading span.loading03 {
  position: relative;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-animation: animation03 3s linear infinite;
  animation: animation03 3s linear infinite;
}

#loading span.loading03:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes animation03 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes animation03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#loading_page {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.2);
}

#flash-msg-area {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 99999;
}

#flash-msg-area.show {
  opacity: 1;
  top: 20px;
}

#flash-msg-area .flash_message {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  background-color: #86a3ff;
  -webkit-box-shadow: 1px 1px 2px 1px #ddd;
          box-shadow: 1px 1px 2px 1px #ddd;
}

#flash-msg-area .flash_message .error {
  background-color: #ff8e86;
}

#twitter table {
  max-width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

#twitter table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

#twitter table th,
#twitter table td {
  font-size: 0.8em;
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

#twitter table th {
  font-size: .85em;
}

#twitter table td a.sub {
  position: relative;
  padding-left: 10px;
}

#twitter table td a.sub::before {
  font-family: "FontAwesome";
  content: "\4c";
  position: absolute;
  left: 0px;
}

#twitter table td.play, #twitter table td.pause {
  padding: 0;
}

#twitter table td.play div, #twitter table td.pause div {
  display: block;
}

#twitter table td.play div::before, #twitter table td.pause div::before {
  padding: 0 0.5em;
  font-family: "FontAwesome";
  font-size: 2em;
}

#twitter table td.play div::before {
  content: "\f144";
  color: green;
}

#twitter table td.pause div::before {
  content: "\f28b";
  color: #39a9d6;
}

#twitter table thead tr {
  background-color: #eee;
}

.like .like_detail {
  height: 550px;
  float: left;
  margin-left: 15px;
}

.like .like_detail table {
  width: 230px;
}

/* 円 */
.pause_mark {
  font-size: 100px;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  border: 0.1em solid #39a9d6;
  border-radius: 100%;
}

.pause_mark::before {
  /* マーク */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: -webkit-gradient(linear, left top, left bottom, from(#39a9d6), to(#39a9d6)) 0.45em 0.3em, -webkit-gradient(linear, left top, left bottom, from(#39a9d6), to(#39a9d6)) 0.75em 0.3em;
  background: linear-gradient(to bottom, #39a9d6 0%, #39a9d6 100%) 0.45em 0.3em, linear-gradient(to bottom, #39a9d6 0%, #39a9d6 100%) 0.75em 0.3em;
  background-size: 0.2em 0.8em;
  background-repeat: no-repeat;
}

.txt {
  text-align: left;
  font-size: .85em;
}

.price {
  text-align: right;
}

@media (max-width: 1080px) {
  #container_a .main .order .order_layout_grid_2 > div.order_details {
    display: block;
    font-size: 1.1em;
  }
  #container_a .main .order .order_layout_grid_2 > div.order_details > * {
    float: none;
    margin-bottom: 5px;
  }
  #container_a .main .order .order_layout_grid_2 > div.order_details > div > img {
    width: 60%;
  }
  #container_a .main .order .order_layout_grid_2 > div.order_details textarea {
    height: calc(1.3em * 3);
    line-height: 1.3;
    width: 95%;
  }
  #container_a .main .order .order_layout_grid_2 div.shipping_box + div > div {
    display: -ms-grid;
    display: grid;
    /* template-columns と column-gap を合計して100%になるようにする */
    -ms-grid-columns: (33%)[auto-fit];
        grid-template-columns: repeat(auto-fit, 33%);
    row-gap: 12px;
    -webkit-column-gap: 1%;
            column-gap: 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  #container_a .main .cardBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #container_a .main .graphBox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: auto;
  }
  #container_a .main .companyInvoice {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #container_a .main .content {
    width: 95%;
  }
}

@media (max-width: 768px) {
  #container_a .navigation {
    left: 0;
    width: 80px;
  }
  #container_a .navigation.active {
    width: 0;
  }
  #container_a .main {
    width: calc(100% - 80px);
    left: 80px;
  }
  #container_a .main.active {
    width: 100%;
    left: 0;
  }
  #container_a .main .details {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #container_a .main .details .recentOrders {
    overflow: hidden;
  }
  #container_a .main .details .recentOrders .status.inprogress {
    white-space: nowrap;
  }
  #container_a .main .companyInvoice {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  #container_a .navigation {
    width: 100%;
    left: -100%;
    z-index: 1000;
  }
  #container_a .navigation.active {
    width: 100%;
    left: 0;
  }
  #container_a .main {
    width: 100%;
    left: 0;
  }
  #container_a .main .cardBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #container_a .main .cardBox h2 {
    font-size: 20px;
  }
  #container_a .main .toggle {
    z-index: 10001;
  }
  #container_a .main .toggle .user {
    min-width: 40px;
  }
  #container_a .main.active .toggle {
    position: fixed;
    right: 0;
    left: initial;
    color: #fff;
  }
  #container_a .main .companyInvoice {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  #container {
    width: 100%;
    min-width: auto;
  }
  #container .top-container {
    min-width: auto;
  }
  #container .top-container .top-leftcolumn {
    display: none;
  }
  #container .top-container .top-centercolumn {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
  #container .top-container .top-centercolumn .top-rotationbanner {
    display: none;
    width: calc(100vw - 20px);
    min-width: 600px;
  }
  #container .top-container main aside .kanren dl dt {
    float: none;
  }
  #container .top-container main aside .kanren dl dd {
    padding: 0;
  }
  #container .top-container main .category_top_img {
    width: 100%;
  }
  #container .top-container main .entry-title {
    font-size: 30px;
  }
  #container .top-container main .mainbox .entry-content p {
    margin-bottom: 30px;
  }
  #container .top-container {
    width: 100%;
  }
  #container .top-rightcolumn {
    display: none;
  }
  #twitter table {
    border: 0;
    width: 100%;
  }
  #twitter table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #twitter table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #twitter table tr {
    display: block;
    margin-bottom: .625em;
  }
  #twitter table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  #twitter table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  #twitter table td:last-child {
    border-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2), .post .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) {
    font-size: 27px;
    line-height: 40px;
  }
}

@media print, screen and (min-width: 960px) {
  #st_toc_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  h2.has-st-regular-font-size, .h2modoki, h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 600px) {
  h2.has-st-regular-font-size, .h2modoki, h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) {
    font-size: 24px;
    line-height: 35px;
  }
}

@media print, screen and (min-width: 960px) {
  p, .post h5 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  pre, p, .st-kaiwa-hukidashi, .st-kaiwa-hukidashi2, .yellowbox, .graybox, .redbox, .post ul li, .post ol li, .post table tr td, .st-tab-content > label, .st-tabs__tab-list-item, table tr td {
    font-size: 15px;
    line-height: 27px;
  }
}

@media print, screen and (min-width: 960px) {
  .post h3.has-st-regular-font-size, .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title), .h3modoki, .st-step-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media print, screen and (min-width: 960px) {
  .wpcf7-submit {
    width: 50%;
  }
}
/*# sourceMappingURL=default.css.map */
/* Profile link styles */
.manager_profile_link {
  text-align: center;
  margin: 12px 0 16px;
}
.manager_profile_link .profile-link {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  background: #f4f4f6;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.manager_profile_link .profile-link:hover,
.manager_profile_link .profile-link:focus {
  color: #0b4cc2;
  background: #e9eef8;
  border-color: #c9d3f0;
}

/* Center SNS share icons on single post */
.sns.st-sns-singular .sns-list { justify-content: center; }





/* ここから記事用CSS */
/* TOC 共通 */

/* Share buttons styling */
.sns.st-sns-singular { margin: 16px 0 8px; }
.sns.st-sns-singular .sns-heading { font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.sns.st-sns-singular .sns-list { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: center; }
.sns.st-sns-singular .sns-list li a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 6px; border: 1px solid #d7dbe3; background: #f6f8fb; color: #1f2a44; text-decoration: none; font-weight: 600; font-size: 14px; }
.sns.st-sns-singular .sns-list li a:hover { background: #ecf1fb; border-color: #c9d6f3; color: #0b4cc2; }
.sns.st-sns-singular .sns-list img { display: block; }
/* Brand accents */
.sns.st-sns-singular .sns-x a { border-color: #222; color: #111; }
.sns.st-sns-singular .sns-x a:hover { background:#222; color:#fff; }
.sns.st-sns-singular .sns-facebook a { border-color: #1877f2; }
.sns.st-sns-singular .sns-facebook a:hover { background:#1877f2; color:#fff; }
.sns.st-sns-singular .sns-instagram a { border-color: #d6249f; }
.sns.st-sns-singular .sns-instagram a:hover { background:#d6249f; color:#fff; }
