@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**************************
// MARK:共通
**************************/
* {
  box-sizing: border-box;
}

body {
  position: static;
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/bg.jpg);
}

#footer {
  background: none;
}
.home #main_contents {
  padding-top: 30px;
}

#main_contents {
  /* padding-bottom: 30px; */
}

#main_contents_wrap {
  background: none;
}

#main_contents > #main_col {
  float: right;
  position: relative;
  background: #fff;
  padding: 15px 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}

#side_col {
  float: left;
  padding-top: 0;
}

#logo_image img {
  max-width: 210px;
}

p {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  margin-bottom: 2em;
}

.post p {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  margin-bottom: 2em;
}

.annotation small {
  font-size: 11px;
  color: #333;
  display: block;
}
.annotation small:before {
  content: "※";
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}

#header {
  /* max-width: 1140px; */
  /* margin: 0 auto; */
  height: 60px;
  /* display: flex; */
  /* align-items: center; */
}

#index_banner ol {
  margin: 0;
}

.copyright_txt p {
  font-size: 12px;
}

.return_btn {
  position: fixed;
  right: 2em;
  bottom: 2em;
}
.return_btn a {
  font-size: 20px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  display: block;
}
.return_btn a:hover {
  color: #ffffff;
  text-decoration: none;
}

/**************************
// MARK:ヘッダー
**************************/
#header_wrap {
  background: #fff;
}

.no-scroll {
  overflow: hidden;
}

.bg-white {
  background: #fff;
}

.main_content {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}

#bread_crumb {
  padding: 20px 10px;
}

#index_top_wrap {
  background: radial-gradient(#8484a1, #a6abc2);
}

#index_top {
  padding: 0;
  margin: 0 auto;
}

#index_banner ol li {
  margin: 20px 22px 20px 0;
}

#index_banner ol li.num3 {
  margin: 20px 0 20px 0;
}

#slider {
  /* position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  max-width: 1140px; */
  margin: 0 auto;
  height: auto;
}

#slider img {
  min-width: 1140px;
  float: right;
}

.flexslider:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  background: rgba(157, 160, 185, 0.9);
  background-image: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/slider_illust.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 400px;
  padding: 0px;
}

/* .title-logo {
  text-align: center;
}
.title-logo img {
  width: 100%;
  max-width: 180px;
} */

a.menu_button {
  background: #8f96db;
}

a.menu_button:before {
  color: #fff;
}

/* .menu_button span {
  color: #fff;
  line-height: 55px;
} */

/* #menu-header-nav {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
} */

#menu-header-nav li:first-child {
  /* border-left: none; */
}

#menu-header-nav > li:last-child {
  border-right: 1px solid #707070;
}
#menu-header-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 12px; */
  font-weight: bold;
  flex-direction: column;
  /* width: 100%; */
  transition: 0.3s ease;
  /* position: relative; */
  color: #707070;
  line-height: inherit;
}
#menu-header-nav li a:hover {
  text-decoration: none;
  color: inherit;
}
#menu-header-nav li a:hover::before {
  width: 100%;
}
#menu-header-nav li a span {
  font-size: 14px;
  font-weight: normal;
  padding-top: 4px;
  /* display: block; */
  line-height: 1;
}

.nav_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_contact div {
  flex-grow: 2;
}
.nav_contact div a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_contact div a img {
  max-width: 170px;
}

/**************************
// MARK:サイドバー
**************************/
.side_widget {
  overflow: visible;
}

.menu-side_nav_01-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}
.menu-side_nav_01-container ul li {
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/tag.png);
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px -1px;
}
.menu-side_nav_01-container ul li a {
  display: block;
  background: #fff;
  text-align: center;
  color: #333;
  padding: 13px 0;
  font-weight: bold;
  width: calc(100% - 20px);
  text-indent: -30px;
  float: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.menu-side_nav_01-container ul li a span {
  display: block;
}
.menu-side_nav_01-container ul li a:hover {
  text-decoration: none;
}
.menu-side_nav_01-container ul li a:hover span {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
.menu-side_nav_01-container ul li a br {
  display: none;
}
.menu-side_nav_01-container ul li a span:empty {
  display: none;
}

.side_main_nav_wrap .side_main_nav ul {
  margin: 0;
}
.side_main_nav_wrap .side_main_nav ul li {
  background: none;
  padding: 0;
}
.side_main_nav_wrap .side_main_nav ul li a {
  background: #fff;
  color: #8691ae;
  font-size: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/left-bg.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 12px 10px 12px 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.side_main_nav_wrap .side_main_nav ul li a img {
  width: 40px;
}
.side_main_nav_wrap .side_main_nav ul li a:hover {
  text-decoration: none;
}
.side_main_nav_wrap .side_main_nav ul li a:hover .lnr {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
.side_main_nav_wrap .side_main_nav ul li a span {
  line-height: 1;
}
.side_main_nav_wrap .side_main_nav ul li a .side_main_nav_column {
  display: flex;
  flex-direction: column;
  flex-basis: 70%;
}
.side_main_nav_wrap .side_main_nav ul li a .lnr {
  font-size: 38px;
}
.side_main_nav_wrap .side_main_nav ul li a .side_main_nav__ttl {
  font-size: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-weight: bold;
}
.side_main_nav_wrap .side_main_nav ul li a .side_main_nav__subttl {
  font-size: 15px;
  padding-top: 10px;
}
.side_main_nav_wrap .side_main_nav ul li:last-child a {
  margin: 0;
}

.menu-side_product_category-container {
  background: #fff;
  padding: 60px 15px 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  margin-top: 40px;
}
.menu-side_product_category-container:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  top: -22px;
  width: 50px;
  height: 50px;
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_8.png)
    no-repeat center;
  background-size: contain;
}
.menu-side_product_category-container ul {
  margin: 0;
}
.menu-side_product_category-container ul:before {
  content: "CATEGORY";
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.menu-side_product_category-container ul li {
  margin: 0;
  background: none;
  padding: 0;
}
.menu-side_product_category-container ul li a {
  display: block;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  padding: 0.5em;
  border-bottom: 1px solid #989898;
  text-decoration: none;
}
.menu-side_product_category-container ul li a:hover::after {
  transition: ease 0.3s;
  position: relative;
  left: 3px;
}
.menu-side_product_category-container ul li a:after {
  content: "";
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_17.png)
    no-repeat right;
  width: 18px;
  height: 18px;
  background-size: contain;
}
.menu-side_product_category-container ul li a:hover {
  text-decoration: none;
}

.menu-side_product_category-container__ttl {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}

.menu-side_product_category-container__icn {
  font-size: 42px;
  position: absolute;
  top: -24px;
  left: calc(50% - 21px);
}

.calendar_wrap {
  padding: 20px;
}

caption {
  caption-side: top !important;
}

#copyright {
  text-align: center;
  background: none;
}

#copyright p {
  float: none;
}

#copyright p a {
  color: #333;
}

.top_meishi_col_wrap .top_meishi_col {
  padding: 20px;
  border: 4px solid #8f96db;
  height: 100%;
}
.top_meishi_col_wrap .top_meishi_col a {
  text-decoration: none;
}
.top_meishi_col_wrap .top_meishi_col:hover .top_meishi_col__prag:after {
  transform: rotate(360deg);
  color: #b1b8cc;
}
.top_meishi_col_wrap .top_meishi_col .top_meishi_col__thumb {
  margin-bottom: 1em;
}
.top_meishi_col_wrap .top_meishi_col .top_meishi_col__thumb img {
  border: 1px solid #ebebeb;
  box-shadow: #ebebeb 5px 5px 0px;
  width: 100%;
}
.top_meishi_col_wrap .top_meishi_col .top_meishi_col__heading {
  font-family: serif;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.top_meishi_col_wrap .top_meishi_col .top_meishi_col__heading span {
  font-size: 0.8em;
  vertical-align: text-bottom;
}
.top_meishi_col_wrap .top_meishi_col .top_meishi_col__prag {
  display: flex;
  align-items: center;
  font-size: 11px;
  margin: 0;
  padding-right: 15%;
  position: relative;
}
.top_meishi_col_wrap .top_meishi_col .top_meishi_col__prag:after {
  content: "";
  /* font-family: "Linearicons-Free"; */
  /* color: inherit; */
  /* font-size: 30px; */
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
  transition: 0.5s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
}
.top_meishi_col_wrap .top_meishi_col a:hover {
  color: inherit;
  text-decoration: none;
}
.top_meishi_col_wrap .top_meishi_vertical {
  height: 100%;
  padding-right: 5px;
}
.top_meishi_col_wrap .top_meishi_vertical a .vertical_box {
  width: 50%;
}
.top_meishi_col_wrap .top_meishi_vertical a .vertical_box_text {
  padding: 1em 0 1em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.top_meishi_col_wrap
  .top_meishi_vertical
  a
  .vertical_box_text
  .top_meishi_col__heading {
  text-align: left;
}
.top_meishi_col_wrap
  .top_meishi_vertical
  a
  .vertical_box_text
  .top_meishi_col__prag {
  padding: 0;
}

.side_headline {
  border-bottom: none;
  margin: 0;
}

.side_headline span {
  border-bottom: none;
  padding: 0;
}

/**************************
// MARK:商品一覧ページのCSS
**************************/
#product_list li {
  width: 100%;
  display: block;
  margin: 0;
}

#product_list li .image img {
  width: 100%;
  height: auto;
}

/**************************
// MARK:固定ページ関連のCSS
**************************/
.headline {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 2em 0 3em;
}
.headline .headline1__sub {
  display: block;
  font-size: 18px;
  color: #727272;
  font-family: serif;
  font-weight: normal;
  padding-top: 0.5em;
}

.icn_box_wrap .icn_box {
  border: 3px solid #b1b8cc;
  border-radius: 10px;
  position: relative;
  padding: 40px 4% 4%;
  margin: 0 0 1em;
  width: 100%;
}
.icn_box_wrap .icn_box img:first-of-type {
  color: #b1b8cc;
  font-size: 3em;
  position: absolute;
  background: #fff;
  padding: 0 0.5em;
  left: calc(50% - 1em);
  top: -30px;
}
.icn_box_wrap .icn_box p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}

.common_heading_02 {
  position: relative;
  margin-top: 4em;
  margin-bottom: 1.5em;
}

.common_heading_02:after {
  content: "";
  background: #cccccc;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
}
.common_heading_02 h2 {
  font-size: 17px;
  display: inline-block;
  background: #ffffff;
  padding-right: 1em;
  margin: 0;
  position: relative;
  z-index: 1;
}

.saleslaw_row {
  border-bottom: 5px solid rgba(177, 184, 204, 0.2);
}
.saleslaw_row h2,
.saleslaw_row p {
  margin: 0;
}
.saleslaw_row > div {
  display: flex;
  align-items: center;
  padding: 1.5em 1em 1.5em;
}
.saleslaw_row .saleslaw_row__left {
  padding-bottom: 0;
}

.saleslaw_row .saleslaw_row__left h2 {
  font-size: 13px;
}

.fontlist ul {
  list-style: none;
  margin: 0;
}
.fontlist ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}

.fontlist ul li > div {
  padding: 0.6em 1em;
}
.fontlist .fontlist__left {
  background: #8a93af;
  color: #fff;
  position: relative;
  white-space: nowrap;
  letter-spacing: -0.05em;
  width: 100%;
  padding: 0.5em;
}

.fontlist .fontlist__right {
  padding-left: 0em;
}

.fontlist .fontlist__right img {
  width: 100%;
}

.before_disk {
  padding-left: 1em;
  text-indent: -1em;
}
.before_disk:before {
  content: "・";
}

.english_list_wrap {
  width: 100%;
}

.english_list_wrap_row {
  display: flex;
  align-items: center;
  color: #383838;
  padding: 0.8em 1em;
}

.english_list_wrap_row:nth-child(even) {
  background: #f5f5f5;
}
.english_list_wrap_row .english_list_wrap_row_left {
  font-size: 0.7em;
  min-width: 200px;
}

.english_list_wrap_row .english_list_wrap_row_right {
  font-family: serif;
  font-size: 1.1em;
}

.english_gray_wrap {
  background: #f5f5f5;
  text-align: center;
}
.english_gray_wrap h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.english_gray_wrap h2:after {
  content: "";
  background-image: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/bd_btm.png);
  background-size: cover;
  display: block;
  margin: 0.7em auto;
  width: 74px;
  height: 3px;
}
.english_gray_wrap p {
  margin: 0.5em 0;
}
.english_gray_wrap .lnr {
  color: #d6d6d6;
}

.english_address_wrap {
  border: 2px solid #d1d1d1;
}
.english_address_wrap .english_address_wrap__row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #d1d1d1;
  padding: 1em 0;
}
.english_address_wrap .english_address_wrap__row:last-of-type {
  border-bottom: none;
}
.english_address_wrap .english_address_wrap__row > div {
  text-align: center;
  font-weight: bold;
  width: 50%;
}

.english_tel_wrap .english_tel {
  border-bottom: 1px solid #707070;
  margin-bottom: 1em;
}
.english_tel_wrap .english_tel:last-of-type {
  border: none;
}
.english_tel_wrap .english_tel .english_tel_row01 .english_tel_row01__l {
  background: #707070;
  max-width: 60px;
  padding: 10px;
}
.english_tel_wrap .english_tel .english_tel_row01 .english_tel_row01__l .lnr {
  color: #fff;
  font-size: 20px;
  padding: 0.3em;
  display: block;
}
.english_tel_wrap .english_tel .english_tel_row01 .english_tel_row01__r {
  font-size: 14px;
  font-weight: bold;
}
.english_tel_wrap .english_tel .english_tel_row02 .english_tel_row02__c .lnr {
  color: #333;
}

.manner_list_wrap__container {
  border: 6px solid rgba(177, 184, 204, 0.2);
  padding: 1.5em 1.5em 0 1.5em;
  margin-bottom: 1em;
}
.manner_list_wrap__container h2 {
  margin-bottom: 0.5em;
}
.manner_list_wrap__container p {
  margin-bottom: 0;
}
.manner_list_wrap__container .manner_list_wrap__row {
  display: flex;
  align-items: center;
}

.manner_list_wrap__container .manner_list_wrap__row > div {
  padding: 0;
  padding-bottom: 1em;
}
.manner_list_wrap__container .manner_list_wrap__row .manner_list_wrap__right {
  text-align: center;
}

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.04) 0 0 2px;
  margin-bottom: 1em;
  overflow: hidden;
  /* :checked */
  /* Icon */
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1em;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 1rem;
}
.tab label + p {
  margin: 0;
}
.tab .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.tab .tab-content p {
  margin: 1em;
}
.tab input:checked ~ .tab-content {
  max-height: 10em;
}
.tab label::after {
  display: block;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tab input[type="checkbox"] + label::after {
  content: "";
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_20.png)
    no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.tab input[type="checkbox"]:checked + label {
  background: #b1b8cc;
  color: #fff;
}
.tab input[type="checkbox"]:checked + label::after {
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_19.png)
    no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  transform: rotate(720deg);
}

.link_wrap {
  background: #b1b8cc;
}
.link_wrap a {
  padding: 1em 0;
}
.link_wrap a:hover {
  text-decoration: none;
  color: inherit;
}
.link_wrap a:hover .link_wrap_01 span {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
.link_wrap .link_wrap_01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_wrap .link_wrap_01 > p:first-of-type,
.link_wrap > p,
.link_wrap > a > p {
  display: none;
}
.link_wrap .link_wrap_01 img {
  background: #fff;
  border-radius: 50%;
  padding: 0.7em;
  width: 50px;
  margin-right: 1em;
}
.link_wrap .link_wrap_02 h3 {
  margin: 0;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.3em;
  font-size: 15px;
}
.link_wrap .link_wrap_02 h3:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 200px;
  height: 1px;
  background: #fff;
  margin-top: 0.3em;
}
.link_wrap .link_wrap_02 p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.link_wrap .link_wrap_03 span {
  font-size: 24px;
  color: #fff;
}

.company_credit {
  font-weight: bold;
}
.company_credit:after {
  content: "";
  display: block;
  background: #707070;
  height: 2px;
  width: 80%;
  float: right;
}
.company_credit p {
  margin-bottom: 0.5em;
}

.massage_wrap .massage_title img {
  width: 100%;
  max-width: 150px;
}
.massage_wrap .massage_content__inner .massage_content__inner_text p {
  margin: 0;
}
.massage_wrap .massage_content__inner .massage_content__inner_text h3 {
  margin: 0;
  font-size: 24px;
}
.massage_wrap .massage_content {
  border: 3px solid #b1b8cc;
  border-radius: 10px;
}

.payment_wrap .payment_talbe {
  border: 1px solid #b1b8cc;
}
.payment_wrap .payment_talbe .payment_talbe__row {
  padding: 1em;
}
.payment_wrap .payment_talbe .payment_talbe__row > div {
  text-align: center;
  flex-basis: 50%;
}
.payment_wrap .payment_talbe .payment_talbe__row > div:first-child {
  font-size: 0.9em;
  font-weight: bold;
}
.payment_wrap .payment_talbe .payment_talbe__row > div:last-child {
  font-size: 1.1em;
  font-family: serif;
}
.payment_wrap .payment_talbe .payment_blue {
  background: #b1b8cc;
  color: #ffffff;
}

.use-table {
  color: #383838;
}

.bank_account .bank__block {
  flex-basis: 50%;
  padding: 4px 0;
}
.bank_account .bank__block p,
.bank_account .bank__block h4 {
  margin: 0;
}
.bank_account .bank__block a {
  display: block;
  width: 100%;
  height: 100%;
}
.bank_account .bank__block a:hover img {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
.bank_account .bank__txt {
  color: #ffffff;
  border-radius: 3px;
  padding: 4px 0;
  font-size: 12px;
  background: #e37a42;
}
.bank_account .bank__txt_orange {
  background: #e37a42;
  color: #ffffff;
}
.bank_account .vertical_line {
  display: block;
  width: 2px;
  height: 100%;
  background: #717072;
  margin: 0 1em;
}

.bank_bg_gray .bank__txt {
  background: #707070;
  color: #ffffff;
  border-radius: 3px;
  padding: 4px 0;
  font-size: 12px;
}

.warning {
  border: 1px solid #ed6767;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.warning p {
  font-size: 11px;
  margin: 0;
  color: #ed6767;
}
.warning p:first-child {
  padding-bottom: 1em;
}

.warning p span {
  font-size: 20px;
}

.data_form {
  text-align: center;
}
.data_form h4 {
  margin: 0 0 0.3em 0;
  font-size: 16px;
}
.data_form p {
  text-align: center;
  margin: 0;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.data_form_yes h4 {
  color: #fcc359;
}
.data_form_yes .data_form_yes_color {
  background: #fcc359;
}

.data_form_no h4 {
  color: #9d9d9d;
}
.data_form_no .data_form_no_color {
  background: #9d9d9d;
}

.bg_gray_h4 {
  color: #ffffff;
  background: #707070;
  display: inline-block;
  padding: 0.5em;
  font-size: 13px !important;
  font-weight: normal !important;
}

.submit_btn a {
  display: block;
  background: #8a93af;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0.7em 0;
  border-radius: 5px;
  position: relative;
  box-shadow: #7a839f 0 3px 0;
}
.submit_btn a:after {
  content: "\e876";
  font-family: "Linearicons-Free";
  color: inherit;
  font-size: inherit;
  position: absolute;
  right: 10px;
}
.submit_btn a:hover {
  text-decoration: none;
  color: #ffffff;
}
.submit_btn a:active {
  top: 3px;
  box-shadow: none;
}

.contact h3 {
  margin-bottom: 0.2em;
  color: #fcc359;
}
.contact .contact__box .contact__num {
  background: #fcc359;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 1.3em;
  align-items: center;
}

.contact .contact__box .contact__num img {
  margin-right: 8px;
}

.contact .contact__box .contact__num span {
  margin-right: 10px;
  font-size: 24px;
}
.contact .contact__box .contact__num .contact__01 {
  position: relative;
  font-size: 18px;
  padding-right: 10px;
  flex-basis: 80px;
}
.contact .contact__box .contact__num .contact__01:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e69c10;
  position: absolute;
  right: 0;
  top: 0;
}
.contact .contact__box .contact__num .contact__02 {
  font-size: 18px;
  flex-grow: 1;
  text-align: center;
  padding-left: 1em;
}

.sitemap_title .sitemap_tag {
  background: #b1b8cc;
  color: #ffffff;
  display: block;
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 0.8em;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sitemap_title .sitemap_tag:hover {
  text-decoration: none;
  background: #929cb8;
}
.sitemap_title .sitemap_tag::before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 1em;
}
.sitemap_title .sitemap_tag:after {
  content: "\e876";
  font-family: "Linearicons-Free";
  color: inherit;
  font-size: inherit;
  color: #8f97ac;
  flex-grow: 1;
  text-align: right;
  position: relative;
  left: 0;
}
.sitemap_title .sitemap_tag:hover::after {
  color: #727c96;
  transition: ease 0.3s;
  position: relative;
  left: 3px;
}

/**************************
// MARK:名刺一覧のCSS
**************************/
.cat_list li {
  list-style: none;
  position: relative;
}

.cat_list_col {
  list-style: none;
}
.cat_list_thum_link {
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.cat_list_thum_link::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(138, 147, 175, 0.5);
  transition: 0.3s ease;
  z-index: 1;
}
.cat_list_thum_link:hover::before {
  opacity: 1;
}
.cat_list_thum_link::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_29.png);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
  z-index: 1;
}
.cat_list_thum_link:hover::after {
  opacity: 1;
}
.cat_list_thum_link .cat_list_thumb {
  width: 100%;
  vertical-align: bottom;
  border: 2px solid #efefef;
}
.cat_list_submit {
  background: #8a93af;
  display: flex;
  box-shadow: #7a839f 0 2px 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 0.7em 1em;
  align-items: center;
  justify-content: space-between;
}

.reverse_list .cat_list_submit {
  justify-content: flex-start;
}

.cat_list_submit:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 1em;
}
.cat_list_submit:after {
  content: "";
  margin-left: 1em;
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://www.1st-meishi.com/wp/wp-content/uploads/2018/10/icon_26.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.reverse_list .cat_list_submit:after {
  content: none;
}

.cat_list_submit:hover {
  text-decoration: none;
  color: #fff;
}
.cat_list_submit:active {
  position: relative;
  top: 2px;
  box-shadow: none;
}

.reverse_list .cat_list_submit:active {
  position: static;
  box-shadow: #7a839f 0 2px 0;
}

.cat_list_submit .cat_list_submit_number {
  font-size: 15px;
  font-weight: lighter;
  line-height: 1.5;
}
.cat_list_submit .cat_list_submit_string {
  flex-grow: 1;
  text-align: right;
}

.reverse_p {
  padding-top: 10px;
}

.product_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 3%;
}
.product_nav .screen-reader-text {
  display: none;
}
.product_nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.product_nav .nav-links a {
  font-size: 40px;
  color: #b1b8cc;
}
.product_nav .nav-links a:hover {
  text-decoration: none;
}

.page_navi a,
.page_navi a:hover,
.page_navi span {
  background-color: #b1b8cc !important;
}

.page_navi span.current,
.page_navi a:hover {
  background-color: #9ba4be !important;
}

#product_headline a {
  text-decoration: none;
}

#product_headline a:hover {
  text-decoration: underline;
}

.product_title {
  margin: 0 0 20px 0;
}

/**************************
// MARK:slider
**************************/
#product_image_slider_wrap {
  /* width: 100%; */
  /* background: #f2f2f2; */
  /* padding: 15px; */
  /* position: relative; */
  /* margin: 0 0 30px 0; */
  margin: 0px -30px 30px;
  width: calc(100% + 60px);
}

#product_image_slider_wrap #loader {
  /* position: absolute; */
  /* top: 200px; */
  /* left: 350px; */
}

#product_image_slider {
  /* width: 100%; */
  /* overflow: hidden; */
  /* margin-bottom: 15px; */
  height: auto;
  padding-bottom: 10px;
}

#product_image_slider img {
  height: auto;
}

/* thumbnail */
.nivo-controlNav {
  /* padding: 0; */
  /* margin: 0; */
  /* display: flex; */
  /* justify-content: space-between; */
}

.nivo-controlNav a {
  /* cursor: pointer; */
  /* margin: 0; */
  /* display: block; */
  /* flex-basis: 32%; */
}

.nivo-controlNav a img {
  /* display: block; */
  /* opacity: 0.3; */
  /* width: 100%; */
}

.nivo-controlNav a.active img,
.nivo-controlNav a:hover img {
  /*  opacity: 1; */
}

/* no slider */
#product_image img {
  /* display: block; */
  /* border: 15px solid #f2f2f2; */
  /* margin: 0 auto 30px; */
  /* width: 100%; */
}

/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}

.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}

/* related post*/
#related_post {
  margin: 0 0 35px 0;
}

#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}

#related_post ul {
  margin: 0 -10px 0 0;
}

#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}

#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}

#related_post .image img {
  width: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}

#related_post .image:hover img {
  opacity: 0.5;
}

#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}

#related_post .title {
  font-size: 14px;
  margin: 0;
}

#related_post .title a {
  text-decoration: none;
  display: block;
}

/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}

#previous_next_post p {
  margin: 0;
  padding: 0;
}

#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}

#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}

#index_product {
  position: relative;
  margin: 0 0 10px 0;
}

#index_product ol {
  margin: 0;
  padding: 0;
}

#index_product ol li {
  list-style-type: none;
  vertical-align: top;
}

#index_product ol li .image {
  display: block;
  background: #fff;
}

#index_product ol li .image img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#index_product ol li .image:hover img {
  opacity: 0.5;
}

#index_product ol li .category {
  background: #999;
  color: #fff;
  padding: 0 10px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}

#index_product ol li .category a {
  text-decoration: none;
  color: #fff;
}

#index_product ol li .category a:hover {
  text-decoration: underline;
}

#index_product ol li .title {
  font-size: 14px;
  margin: 15px 0 5px;
}

#index_product ol li .title a {
  text-decoration: none;
}

#index_product ol li .desc {
  font-size: 12px;
  margin: 5px 0 10px;
  line-height: 160%;
}

/* headline */
.home .headline1 {
  display: none;
}
.headline1 {
  border: none;
  padding: 50px 0;
  font-size: 30px;
  text-align: center;
}

.headline1 span {
  border: none;
}

.product_title {
  margin: 0 0 20px 0;
}

/**************************
// MARK:テーブルのCSS
**************************/
.table_kind_01 th,
.table_kind_01 td {
  text-align: center;
  vertical-align: middle !important;
  background: #f7f7f7;
  border-width: 1px !important;
  color: #707070;
  line-height: 1.3;
  font-size: 12px;
  padding: 0.7em;
  white-space: nowrap;
}
.table_kind_01 .table_kind_01__bgblue {
  background: #7f93cb;
  color: #fff;
  border-color: #778abc;
}
.table_kind_01 .table_kind_01__lightblue {
  background: #a3b2da;
  color: #fff;
  border-color: #778abc;
}
.table_kind_01 .talbe_kind_01__wide {
  width: 20%;
}
.table_kind_01 .talbe_kind_01__nallow {
  width: 12%;
}

.table_kind_01_collapse {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table_kind_01_collapse .talbe_kind_01__nallow {
  width: 50%;
  padding: 0.8em 5em;
}

/**************************
// MARK:フォーム
**************************/

form {
  font-size: 14px;
}

.form_section {
  margin-bottom: 50px;
}
.form_section > div {
  display: flex;
  border-bottom: 5px solid #b1b8cc;
  align-items: center;
  padding: 20px 0;
}

.form_section > div > div:first-of-type {
  flex-basis: 33.33333%;
  font-size: 14px;
  font-weight: bold;
  color: #2f2f2f;
}

.form_section > div > div:last-of-type {
  flex-basis: 66.66666%;
}
.form_section .form_heading {
  background: #b1b8cc;
  color: #fff;
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 1em;
}

.form_section .form_heading img {
  margin-right: 10px;
}

.form_section .form_heading .lnr {
  font-size: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.form_section .form_heading .lnr img {
  vertical-align: bottom;
}

.form_section .form_heading small {
  font-size: 0.6em;
}
.form_section input,
.form_section textarea,
.form_section select {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-size: 14px;
  padding: 0.3em;
  color: #333;
}
.form_section input[type="text"],
.form_section textarea {
  width: 100%;
}
.form_section .required {
  display: flex;
  align-items: center;
}
.form_section .required:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fcc359;
  display: block;
  margin-right: 5px;
}
.form_section .form_txt__red {
  font-size: 11px;
  color: #ed6767;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}

.form_section .form_txt__normal {
  font-size: 11px;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}

.form_section .form_link {
  display: block;
}
.form_section .form_link a {
  font-size: 12px;
  color: #b1b8cc;
  text-decoration: underline;
}
.form_section .form_link a:after {
  content: "\e876";
  font-family: "Linearicons-Free";
  color: inherit;
  font-size: inherit;
}
.form_section .form_child_row > div {
  border-bottom: 3px solid rgba(177, 184, 204, 0.2);
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.form_section .form_child_row > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form_section .receipt div:last-of-type {
  flex-basis: 100%;
}
.form_section .mwform-radio-field {
  margin: 0 !important;
  margin-right: 2em !important;
  padding: 3px 0;
  display: inline-block;
}
.form_section .form_grandson_row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.form_section .form_grandson_row > div:last-child {
  flex-basis: 70%;
}

.form_section .error {
  display: block;
  color: #fff !important;
  background: #ed6767;
  padding: 0.2em 0.4em;
  margin-top: 1em;
}

.submit_btn {
  background: #8a93af;
  box-shadow: #7a839f 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  color: #ffffff !important;
  display: block;
  padding: 1em 0;
  width: 100%;
  border: none;
  position: relative;
}
.submit_btn:active {
  top: 3px;
  box-shadow: none;
}
.submit_btn:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.back_top_btn {
  background: #aaa;
  box-shadow: #999 0 5px 0;
}

.multiple_order_wrap {
  background: #f8f8f8;
  position: relative;
  padding: 2em 1.5em 1em;
}
.multiple_order_wrap h2 {
  font-size: 16px;
  position: absolute;
  top: -8px;
}
.multiple_order_wrap ol {
  margin: 0;
  width: 100%;
}
.multiple_order_wrap ol li {
  border-bottom: 1px solid #000;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

/*「ご利用の手順」ページタイトル*/
.post h2.page-title {
  font-size: 30px;
  text-align: center;
  margin: 0 0 1em;
  font-weight: normal;
}
.post h2.page-title span {
  display: block;
  font-size: 21px;
  font-family: serif;
  margin-top: 1em;
  color: #727272;
  font-weight: lighter;
}

/*「ご利用の手順」ページのレイアウト*/
.my-flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 0;
  border-bottom: #484848 0.5px solid;
  align-items: center;
  justify-content: space-between;
}

.my-flexbox .my-flexbox-img {
  width: 20%;
  text-align: center;
}

.my-flexbox .my-flexbox-txt p {
  margin: 0;
  line-height: 1.5;
}

.my-flexbox .my-flexbox-txt {
  width: 80%;
}

.my-flexbox .my-flexbox-img img {
  width: 100px;
}

.personal-info {
  background: #f8f8f8;
  position: relative;
  padding: 20px 20px 15px;
  box-sizing: border-box;
}

.post .personal-info h3 {
  position: absolute;
  top: -0.7em;
  font-size: 14px;
}

.post .personal-info p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.use-sec-1 {
  margin-bottom: 150px;
}

.use-sec-2 .my-flexbox .my-flexbox-img {
  width: 28%;
}

.use-sec-2 .my-flexbox .my-flexbox-img img {
  width: 100%;
}

.use-sec-2 .my-flexbox .my-flexbox-txt {
  width: 67%;
}

.use-sec-2 .my-flexbox {
  border-bottom: none;
  padding: 15px 0;
}

.my-flexbox .my-flexbox-txt p span {
  font-size: 12px;
  color: #717171;
}

h2.useinfo-h span {
  font-size: 20px;
  margin-bottom: 0.8em;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 1em;
}

h2.useinfo-h:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ccc;
  width: 100%;
  top: 50%;
  right: 0;
}

.useinfo {
  margin-bottom: 70px;
  position: relative;
}

.post .useinfo-txt p,
.post .useinfo-txt li {
  line-height: 1.6;
}

.use-sec-2 {
  margin-bottom: 150px;
}

.post h2.useinfo-h {
  position: relative;
  margin-bottom: 20px;
}

.sm-break {
  display: none;
}

/*「ご利用の手順」ページのテーブル*/
.post .use-table th {
  font-size: 14px;
  margin: 0;
  text-align: center;
  background: #d9d9d9;
  padding: 5px;
  font-weight: bold;
  line-height: 1;
  border: none;
  color: #383838;
  vertical-align: middle;
}

.post .use-table {
  width: 100%;
  max-width: 740px;
}

.post .use-table td {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
  vertical-align: top;
  border: #d9d9d9 1px solid;
}

/***************************
 // MARK:ここからカレンダー用CSSです
 **************************/
/*カレンダー日付の表*/
.xo-event-calendar table.xo-month {
  background: #f7f7f7;
  border-width: 0;
  padding: 0px 10px 20px;
}
/*カレンダー年月*/
.xo-event-calendar table.xo-month > caption {
  background: #f7f7f7;
  font-size: 14px;
  font-weight: bold;
  color: #787878;
  padding: 10px 20px 0;
}
/*カレンダー曜日の文字の枠線を消す*/
.xo-event-calendar table.xo-month > thead th {
  border-width: 0;
}
/*カレンダー背景白を削除する*/
.xo-event-calendar table.xo-month .month-week table {
  background: none;
}
/*曜日、日付全体の文字スタイル*/
.xo-event-calendar table.xo-month .month-dayname td div,
.xo-event-calendar table.xo-month .sunday,
.xo-event-calendar table.xo-month .monday,
.xo-event-calendar table.xo-month .tuesday,
.xo-event-calendar table.xo-month .wednesday,
.xo-event-calendar table.xo-month .thursday,
.xo-event-calendar table.xo-month .friday,
.xo-event-calendar table.xo-month .saturday {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #797979;
  position: relative;
  padding-top: 8px;
}
/*「日」の文字色*/
.xo-event-calendar table.xo-month > thead th.sunday {
  color: #f86a9c;
}
/*「土」の文字色*/
.xo-event-calendar table.xo-month > thead th.saturday {
  color: #8196ec;
}
/*「今日」の文字色*/
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #d8b17a;
}
/*日付下の白い線*/
.xo-event-calendar table.xo-month .month-dayname td div:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  top: 3px;
}
/*日付の枠線削除その１*/
.xo-event-calendar table.xo-month .month-dayname td {
  border-width: 0;
}
/*日付の枠線削除その２*/
.xo-event-calendar table.xo-month .month-event-space td {
  border-width: 0;
}

/*日付の枠線削除その１*/
.xo-event-calendar table.xo-month .month-dayname td {
  border-width: 0;
}

/*日付の枠線削除その２*/
.xo-event-calendar table.xo-month .month-event-space td {
  border-width: 0;
}

.side_widget .xo-event-calendar {
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}

.xo-event-calendar p.holiday-title {
  font-size: 14px;
}

/**************************
// MARK:ここからサイト下部情報エリアのCSS
 **************************/
/*情報エリア全体の余白調整*/
#footer_inner2 {
  padding-top: 20px;
}

/*情報エリアの要素を真ん中寄せに*/
.info {
  text-align: center;
}

/*ロゴ画像の大きさなどを調整*/
.info img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: auto;
  max-width: 340px;
}

/*住所、電話番号、メールの文字のサイズ、大きさ調整*/
.info span {
  display: block;
  font-size: 15px;
  color: #b2b9cc;
  line-height: 1.5;
  /*行間の調整*/
  text-decoration: none;
}

.info span a {
  text-decoration: none;
  color: inherit;
}

#footer_inner #footer_widget .footer_widget {
  width: 100%;
}

.top_bottom_table {
  background: #b2b8cc;
  /*テーブル全体の背景色*/
  padding: 30px 0;
}

#tablepress-1 {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
}

/**************************
// MARK:ここからトップページ下の青背景テーブルのCSS
 **************************/
#tablepress-1 .odd td {
  background: none;
  width: 25%;
  color: #fff;
  /*セル内の文字色*/
  border-right: #fff 1px solid;
  /*セルの枠線の色、太さ、スタイル*/
  font-size: 15px;
  /*セル内の文字の大きさ*/
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}

#tablepress-1 .odd td:last-child {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

#tablepress-1 h2 {
  font-size: 19px;
  /*セル内見出しの文字サイズ*/
  font-weight: normal;
  margin: 0 0 -10px 0;
}

#tablepress-1 p {
  text-align: left;
  line-height: 1.4;
  color: #ffffff;
}

#tablepress-1 caption {
  display: none;
}

#tablepress-1 .odd td a {
  text-decoration: none;
  color: #fff992;
}

/**************************
// MARK:PC表示時のみのスタイル
**************************/
@media screen and (min-width: 771px) {
  #header_wrap {
    padding: 20px 0;
  }

  #menu-header-nav > li {
    border-left: 1px solid #707070;
  }

  .top_meishi_col_wrap:nth-child(even) {
    padding-left: 0;
  }

  .common_heading_02 {
    margin-top: 3em;
  }

  .form_section .form_grandson_row {
    flex-direction: row;
    align-items: center;
  }

  .form_section .form_txt__normal {
    white-space: nowrap;
  }

  .form_section .form_txt__red {
    white-space: nowrap;
  }
  .fontlist ul li {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .fontlist .fontlist__left {
    flex-basis: 300px;
    font-size: 11px;
    padding: 0.9em 1em;
    width: auto;
  }
  .fontlist .fontlist__left:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #8a93af;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .fontlist .fontlist__right {
    padding-left: 1em;
  }
}

/**************************
// MARK:スマホ表示時のみのスタイル
**************************/
@media screen and (max-width: 770px) {
  .full-width {
    width: 100% !important;
  }

  .my-flexbox {
    flex-direction: column;
  }

  .my-flexbox .my-flexbox-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .my-flexbox .my-flexbox-txt {
    width: 90%;
  }

  .post h2.page-title {
    font-size: 24px;
  }

  .post h2.page-title span {
    font-size: 18px;
    margin-top: 0.5em;
  }

  .use-sec-2 .my-flexbox .my-flexbox-img {
    width: 90%;
    margin-bottom: 10px;
  }

  .use-sec-2 .my-flexbox .my-flexbox-txt {
    width: 90%;
  }

  .use-sec-2 .my-flexbox {
    margin-bottom: 20px;
  }

  .post h2.useinfo-h {
    margin-bottom: 5px;
  }

  h2.useinfo-h:after {
    display: none;
  }

  h2.useinfo-h span {
    font-size: 18px;
  }

  .useinfo {
    margin-bottom: 30px;
  }

  .post .useinfo-txt p,
  .post .useinfo-txt li {
    font-size: 0.9em;
  }

  .sm-break {
    display: block;
  }

  .use-table thead {
    display: block;
    width: 30%;
    float: left;
  }

  .use-table tbody {
    display: block;
    width: 70%;
    float: right;
  }

  .use-table thead,
  .use-table tbody {
    box-sizing: border-box;
  }

  .post .use-table th,
  .post .use-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    margin-bottom: 10px;
  }

  .post .use-table tr {
    width: 100%;
    display: block;
  }

  .post .use-table th {
    padding-top: 35px;
  }

  #logo_image_mobile {
    display: flex;
    align-items: center;
  }

  #logo_image_mobile a {
    line-height: 1;
  }

  #tablepress-1 {
    padding-bottom: 0;
  }

  #tablepress-1 .odd td {
    display: inline-block;
    width: 90%;
    text-align: left;
    border-right: none;
    border-bottom: #fff 1px solid;
    /*セル下部の枠線の色、太さ、スタイル*/
    margin: 0 5% 20px;
    padding: 0 10px 0 0;
  }

  #tablepress-1 h2 {
    text-align: center;
  }

  #tablepress-1 .odd td img {
    float: left;
    width: 25%;
    height: auto;
  }

  #tablepress-1 p {
    float: right;
    width: 72%;
    font-size: 0.9em;
  }

  #index_banner ol li {
    margin-right: 0;
  }
  #product_headline a {
    text-decoration: none;
  }

  #product_headline a:hover {
    text-decoration: underline;
  }

  .product_title {
    margin: 0 0 20px 0;
  }

  /* slider */
  #product_image_slider_wrap {
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
    position: relative;
    margin: 0 0 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #product_image_slider_wrap #loader {
    display: none;
  }

  #product_image_slider {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  #product_image_slider img {
    width: 100%;
    height: auto;
  }

  /* thumbnail */
  .nivo-controlNav {
    padding: 10px 0 0 0;
    margin: 0 -4% 0 0;
  }

  .nivo-controlNav a {
    cursor: pointer;
    margin: 0 3% 0 0;
    display: block;
    float: left;
    width: 30%;
  }

  .nivo-controlNav a img {
    display: block;
    opacity: 0.3;
    width: 100%;
  }

  .nivo-controlNav a.active img,
  .nivo-controlNav a:hover img {
    opacity: 1;
  }

  #menu-header-nav li a {
    flex-direction: row;
    justify-content: flex-start;
    line-height: 160%;
    align-items: center;
  }

  #menu-header-nav li a span {
    padding: 0 0 0 10px;
  }

  #menu-header-nav > li:last-child {
    border-right: none;
  }

  #header #logo_image {
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  #main_contents > #main_col,
  #main_contents > #side_col {
    float: none;
  }

  #main_contents > #main_col {
    margin-bottom: 30px;
    padding: 15px;
  }
  #slider {
    width: 100%;
  }
  #slider img {
    min-width: 100%;
    height: 380px;
  }

  .flexslider:before {
    /* background-size: 230px; */
  }

  .home #main_contents {
    padding-top: 0;
  }

  .warning {
    flex-direction: column;
  }

  .english_list_wrap_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .english_list_wrap_row .english_list_wrap_row_left {
    min-width: auto;
  }

  .english_tel_row02__c {
    transform: rotate(90deg);
  }

  .manner_list_wrap__container .manner_list_wrap__row {
    flex-direction: column;
  }

  .form_section .form_heading　 {
    flex-direction: column;
  }

  .form_section > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .form_section > div > div:first-of-type {
    margin-bottom: 10px;
  }

  .contact .contact__box .contact__num {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .contact .contact__box .contact__num .contact__01 {
    flex-basis: auto;
  }

  .contact .contact__box .contact__num .contact__01:after {
    content: none;
  }

  .contact .contact__box .contact__num .contact__02 {
    width: 100%;
    padding-left: 0;
    flex-basis: 100%;
    margin-top: 10px;
  }

  .form_section .form_heading {
    flex-direction: column;
  }

  .form_section .form_heading img {
    margin-bottom: 10px;
  }
}
