@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400&display=swap");
.site-wrap {
  clear: both;
}
@media screen and (max-width: 999px) {
  .site-wrap {
    margin: 66px 0 0 0;
  }
}
.site-wrap.cart-content__wrap {
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .site-wrap.cart-content__wrap {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 999px) {
  header.site-header {
    display: none;
  }
}
header.site-header .hd-inner {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
header.site-header .hd-inner.member-loggedin .logo-set {
  width: calc(100% - 450px);
}
header.site-header .hd-inner.member-loggedin .hd-member-menu {
  width: 450px;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info {
  width: calc(100% - 167px);
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info p {
  font-size: 12px;
  text-align: right;
  line-height: 1.2;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info p:nth-of-type(1) {
  margin-bottom: 5px;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info p span.point {
  color: #c54137;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info p > a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info p > a:hover {
  opacity: 0.7;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .logged-member-info p > a span.icon {
  position: relative;
  padding: 0 5px 0 0;
  top: 2px;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .btn-list {
  width: 132px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .btn-list ul li {
  width: 100%;
  padding: 0;
}
header.site-header .hd-inner.member-loggedin .hd-member-menu .btn-list ul li a.btn-mypage {
  background: #1360a2;
}
header.site-header .hd-inner .logo-set {
  display: flex;
  align-items: center;
  width: calc(100% - 330px);
  padding-right: 20px;
  box-sizing: border-box;
}
header.site-header .hd-inner .logo-set .logo-block {
  width: 165px;
}
header.site-header .hd-inner .logo-set .logo-block h1 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .hd-inner .logo-set .logo-block h1 a:hover {
  opacity: 0.7;
}
header.site-header .hd-inner .logo-set .logo-block h1 a img {
  width: 100%;
}
header.site-header .hd-inner .logo-set .hd-info {
  width: calc(100% - 165px);
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.25;
}
header.site-header .hd-inner .logo-set .hd-info p.sub {
  font-size: 12px;
  font-weight: 500;
}
header.site-header .hd-inner .logo-set .hd-info p.tel {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0;
}
header.site-header .hd-inner .logo-set .hd-info p.worktime {
  font-size: 11px;
}
header.site-header .hd-inner .hd-member-menu {
  width: 330px;
  display: flex;
  align-items: center;
}
header.site-header .hd-inner .hd-member-menu .btn-list {
  width: calc(100% - 35px);
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
header.site-header .hd-inner .hd-member-menu .btn-list ul {
  display: flex;
}
header.site-header .hd-inner .hd-member-menu .btn-list ul li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}
header.site-header .hd-inner .hd-member-menu .btn-list ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #333333;
  border-radius: 5px;
  font-size: 14px;
}
header.site-header .hd-inner .hd-member-menu .btn-list ul li a span {
  position: relative;
  margin-right: 5px;
  top: 2px;
}
header.site-header .hd-inner .hd-member-menu .btn-list ul li a.btn-login {
  background: #1360a2;
}
header.site-header .hd-inner .hd-member-menu .btn-list ul li a.btn-signup {
  background: #f69600;
}
header.site-header .hd-inner .hd-member-menu .cart-icon {
  width: 35px;
  padding: 0 5px 0 0;
  box-sizing: border-box;
  position: relative;
}
header.site-header .hd-inner .hd-member-menu .cart-icon span.num {
  position: absolute;
  right: 0;
  top: -10px;
  width: 16px;
  height: 16px;
  background: #ff0000;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header .hd-inner .hd-member-menu .cart-icon a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .hd-inner .hd-member-menu .cart-icon a:hover {
  opacity: 0.7;
}
header.site-header .hd-inner .hd-member-menu .cart-icon a img {
  width: 100%;
}
header.site-header .hd-navigation__wrap {
  padding: 12px 20px;
  background: #eeeeee;
}
header.site-header .hd-navigation__wrap .inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header.site-header .hd-navigation__wrap .inner .global-nav {
  width: calc(100% - 350px);
}
header.site-header .hd-navigation__wrap .inner .global-nav nav.nav-global ul {
  display: flex;
}
header.site-header .hd-navigation__wrap .inner .global-nav nav.nav-global ul li {
  margin-right: 60px;
}
header.site-header .hd-navigation__wrap .inner .global-nav nav.nav-global ul li:last-of-type {
  margin-right: 0;
}
header.site-header .hd-navigation__wrap .inner .global-nav nav.nav-global ul li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}
header.site-header .hd-navigation__wrap .inner .global-nav nav.nav-global ul li a::after {
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 3px;
  background: #cccccc;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
header.site-header .hd-navigation__wrap .inner .global-nav nav.nav-global ul li a:hover::after {
  opacity: 1;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form {
  width: 350px;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form .form-block dl.search {
  position: relative;
  border-bottom: 1px solid #000;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form .form-block dl.search dt {
  margin-right: 40px;
  padding: 2px 0 2px 2px;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form .form-block dl.search dt input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form .form-block dl.search dd {
  position: absolute;
  top: 0;
  right: 0;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form .form-block dl.search dd button {
  display: block;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
header.site-header .hd-navigation__wrap .inner .hd-search-form .form-block dl.search dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_searches.png") no-repeat scroll 0 0;
}

.site-header__sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-header__sp {
    display: none;
  }
}
.site-header__sp .header-innner-sp {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.site-header__sp .header-innner-sp .site-logo-sp {
  width: calc(100% - 100px);
}
.site-header__sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 110px;
}
.site-header__sp .header-innner-sp .site-cart-icon__sp {
  width: 30px;
  position: relative;
  margin-right: 20px;
  box-sizing: border-box;
}
.site-header__sp .header-innner-sp .site-cart-icon__sp span.num {
  position: absolute;
  right: 0;
  top: -10px;
  width: 16px;
  height: 16px;
  background: #ff0000;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header__sp .header-innner-sp .site-cart-icon__sp a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__sp .header-innner-sp .site-cart-icon__sp a:hover {
  opacity: 0.7;
}
.site-header__sp .header-innner-sp .site-cart-icon__sp a img {
  width: 100%;
}
.site-header__sp .header-innner-sp .site-navi-icon {
  width: 50px;
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-header__sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-header__sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-header__sp .site-nav-sp .searchform-sp {
  padding: 20px;
}
.site-header__sp .site-nav-sp .searchform-sp .search-form dl.search-sp {
  position: relative;
  border-bottom: 1px solid #000;
}
.site-header__sp .site-nav-sp .searchform-sp .search-form dl.search-sp dt {
  margin-right: 40px;
  padding: 2px 0 2px 2px;
}
.site-header__sp .site-nav-sp .searchform-sp .search-form dl.search-sp dt input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}
.site-header__sp .site-nav-sp .searchform-sp .search-form dl.search-sp dd {
  position: absolute;
  top: 0;
  right: 0;
}
.site-header__sp .site-nav-sp .searchform-sp .search-form dl.search-sp dd button {
  display: block;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header__sp .site-nav-sp .searchform-sp .search-form dl.search-sp dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_searches.png") no-repeat scroll 0 0;
}
.site-header__sp .site-nav-sp .language {
  display: block;
  padding-top: 30px;
}
.site-header__sp .site-nav-sp .language ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__sp .site-nav-sp .language ul li {
  margin-left: 10px;
}
.site-header__sp .site-nav-sp .language ul li:first-of-type {
  margin-left: 0;
}
.site-header__sp .site-nav-sp .language ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #dddddd;
  box-sizing: border-box;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__sp .site-nav-sp .language ul li a:hover {
  background: #ffffff;
  color: #8f3124;
}
.site-header__sp .site-nav-sp .language ul li a.active {
  background: #ffffff;
  color: #8f3124;
}
.site-header__sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-header__sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #aaaaaa;
}
.site-header__sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #aaaaaa;
}
.site-header__sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 500;
  color: #333333;
  padding: 20px;
}
.site-header__sp .site-nav-sp .navi-global-sp ul.nav-list li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.site-header__sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-header__sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.main-content__role {
  padding: 100px 20px;
}
.main-content__role.dir2-type {
  padding: 40px 20px;
}
.main-content__role .main-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .main-content__role .main-content__inner {
    display: block;
  }
}
.main-content__role .main-content__inner .page-content__wrap {
  width: calc(100% - 250px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .main-content__role .main-content__inner .page-content__wrap {
    width: 100%;
    padding: 0 0 70px 0;
  }
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type01 {
  margin-bottom: 40px;
  border-bottom: 1px solid #333333;
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type01 h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type01 h2 {
    font-size: 20px;
  }
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type01 h2 span {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type01 h2 span {
    font-size: 14px;
  }
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type02 {
  margin-bottom: 40px;
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type02 h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type02 h2 {
    font-size: 22px;
  }
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type02 h2 span.icon {
  display: inline-block;
  font-size: 0px;
  line-height: 1;
  margin-right: 20px;
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03::after {
  width: 200px;
  height: 3px;
  background: #000000;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03 h2 {
  line-height: 1.5;
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03 h2 span.h {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03 h2 span.h {
    font-size: 20px;
  }
}
.main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03 h2 span.m {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-left: 25px;
}
@media screen and (max-width: 999px) {
  .main-content__role .main-content__inner .page-content__wrap .dir2-page-title__type03 h2 span.m {
    font-size: 13px;
    margin-left: 15px;
  }
}
.main-content__role .main-content__inner .side-navigation__wrap {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .main-content__role .main-content__inner .side-navigation__wrap {
    width: 100%;
  }
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block {
  margin-bottom: 40px;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block > h4 {
  background: #333333;
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list {
  border: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li {
  border-bottom: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li:last-of-type {
  border: none;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > a {
  position: relative;
  display: block;
  padding: 9px 10px 9px 30px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > a:hover {
  background: #f3f3f3;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > a::before {
  content: "▶";
  position: absolute;
  line-height: 1;
  font-size: 10px;
  left: 15px;
  top: 50%;
  margin-top: -4px;
  color: #333333;
  transform: scale(0.8);
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li {
  border-top: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > a {
  display: block;
  padding: 9px 10px 9px 30px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > a:hover {
  background: #f3f3f3;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > a.has-child {
  position: relative;
  padding: 9px 20px 9px 30px;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > a.has-child::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > a.has-child.active::after {
  transform: rotate(135deg);
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild {
  display: none;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li {
  border-top: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > a {
  display: block;
  padding: 9px 10px 9px 40px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > a:hover {
  background: #f3f3f3;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > a.has-child {
  position: relative;
  padding: 9px 20px 9px 40px;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > a.has-child::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > a.has-child.active::after {
  transform: rotate(135deg);
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > ul.nav-greatgrandson {
  display: none;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > ul.nav-greatgrandson > li {
  border-top: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > ul.nav-greatgrandson > li > a {
  display: block;
  padding: 9px 10px 9px 50px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-catogoty-block .term-list nav.category-list > ul > li > ul.nav-child > li > ul.nav-grandchild > li > ul.nav-greatgrandson > li > a:hover {
  background: #f3f3f3;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block {
  margin-bottom: 40px;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block > h4 {
  background: #333333;
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list {
  border: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li {
  border-bottom: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li:last-of-type {
  border: none;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 10px 7px 30px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li > a:hover {
  background: #f3f3f3;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li > a::before {
  content: "▶";
  position: absolute;
  line-height: 1;
  font-size: 10px;
  left: 15px;
  top: 50%;
  margin-top: -4px;
  color: #333333;
  transform: scale(0.8);
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li > ul.nav-child > li {
  border-top: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li > ul.nav-child > li > a {
  display: block;
  padding: 7px 10px 7px 20px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-manufacturer-block .term-list nav.category-list > ul > li > ul.nav-child > li > a:hover {
  background: #f3f3f3;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block {
  margin-bottom: 40px;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block > h4 {
  background: #333333;
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block {
  padding: 15px;
  border: 1px solid #aaaaaa;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .term-list dl {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .term-list dl dt {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .term-list dl dd {
  display: block;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .term-list dl dd select {
  appearance: menulist;
  -webkit-appearance: menulist;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #666666;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .term-list dl dd input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #666666;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .search-submit input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  border-radius: 60px;
  border: none;
  font-size: 14px;
  background: #f3f3f3;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content__role .main-content__inner .side-navigation__wrap .side-search-block .form-block .search-submit input[type="submit"]:hover {
  opacity: 0.7;
}

footer.site-footer .ft-access-info__block .access-information {
  background: #f3f3f3;
  padding: 75px 20px;
}
footer.site-footer .ft-access-info__block .access-information .inner-block {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer .ft-access-info__block .access-information .inner-block {
    display: block;
    text-align: center;
  }
}
footer.site-footer .ft-access-info__block .access-information .inner-block .tl-block {
  width: 255px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .ft-access-info__block .access-information .inner-block .tl-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer.site-footer .ft-access-info__block .access-information .inner-block .tl-block h4 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-access-info__block .access-information .inner-block .tl-block h4 {
    font-size: 24px;
  }
}
footer.site-footer .ft-access-info__block .access-information .inner-block .tl-block h4 span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
footer.site-footer .ft-access-info__block .access-information .inner-block .info-text {
  width: calc(100% - 255px);
  box-sizing: border-box;
  padding-left: 40px;
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  footer.site-footer .ft-access-info__block .access-information .inner-block .info-text {
    width: 100%;
    border: none;
    padding: 0;
  }
}
footer.site-footer .ft-access-info__block .access-information .inner-block .info-text p {
  margin-bottom: 1.5em;
  line-height: 1.75;
  font-size: 14px;
}
footer.site-footer .ft-access-info__block .access-information .inner-block .info-text p:last-of-type {
  margin-bottom: 0;
}
footer.site-footer .ft-access-info__block .access-information .inner-block .info-text p span {
  font-size: 12px;
}
footer.site-footer .ft-company-info {
  clear: both;
  padding: 100px 20px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-company-info {
    padding: 60px 20px;
  }
}
footer.site-footer .ft-company-info .top-cp-header {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .ft-company-info .top-cp-header {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
footer.site-footer .ft-company-info .company-clum {
  clear: both;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-company-info .company-clum {
    margin: 0;
  }
}
footer.site-footer .ft-company-info .company-clum .cp-inner {
  width: 300px;
  margin: 0 50px;
  display: inline-block !important;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-company-info .company-clum .cp-inner {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  footer.site-footer .ft-company-info .company-clum .cp-inner:last-of-type {
    margin-bottom: 0;
  }
}
footer.site-footer .ft-company-info .company-clum .cp-inner h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-company-info .company-clum .cp-inner h5 {
    margin: 30px 0 20px 0;
  }
}
footer.site-footer .ft-company-info .company-clum .cp-inner p {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-company-info .company-clum .cp-inner p {
    text-align: center;
  }
}
footer.site-footer .ft-company-info .company-clum .cp-inner p.tel {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .ft-company-info .company-clum .cp-inner p.tel {
    font-size: 25px;
  }
}
footer.site-footer .ft-company-info .company-clum .cp-inner p.tel i {
  margin-right: 7px;
}
footer.site-footer .ft-company-info .company-clum .cp-inner p.contact-btn {
  line-height: 1;
  text-align: center;
}
footer.site-footer .ft-company-info .company-clum .cp-inner p.contact-btn a {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  border: 1px solid #333333;
  text-decoration: none;
  color: #333333;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .ft-company-info .company-clum .cp-inner p.contact-btn a:hover {
  color: #ffffff;
  background: #333333;
}
footer.site-footer .ft-company-info .company-clum .cp-inner p.contact-btn a span {
  margin-right: 10px;
}
footer.site-footer .footer-info {
  clear: both;
  padding: 50px 20px;
  background: #888888;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info {
    padding: 50px 20px;
  }
}
footer.site-footer .footer-info .footer-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner {
    width: 100%;
  }
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap {
  overflow: hidden;
  clear: both;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info {
  width: 240px;
  float: left;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info {
    width: 100%;
    float: none;
  }
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info h2 {
  margin-bottom: 15px;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info h2 img {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info h2 img {
    width: 150px;
  }
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info .fcp-text {
  clear: both;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-info .fcp-text p {
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav {
  width: 600px;
  float: right;
  padding-top: 8px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav {
    width: 100%;
    float: none;
  }
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner {
  display: flex;
  clear: both;
  overflow: hidden;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .twt-block {
  width: calc(100% - 200px);
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .twt-block {
    width: 100%;
    padding: 20px 0;
  }
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block {
  width: 200px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block {
    display: none;
  }
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav {
  box-sizing: border-box;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav:nth-of-type(2) {
  border-top: 1px solid #9f251b;
  padding: 20px 0 0 0;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li {
  padding-bottom: 25px;
  font-size: 13px;
  color: #ffffff;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li.short {
  padding-bottom: 16px;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav:nth-of-type(2) li:first-of-type, footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav:nth-of-type(3) li:first-of-type {
  padding-bottom: 16px;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li.child {
  padding-bottom: 13px;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li.child.last {
  padding-bottom: 25px;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li.child::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-right: 7px;
  content: "-";
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all	0.3s ease;
}
footer.site-footer .footer-info .footer-info-inner .footer-wrap .footer-cp-nav .fcp-nav-inner .footer-nav__block nav li :hover {
  text-decoration: underline;
}
footer.site-footer .footer-info .footer-info-inner .copyright {
  clear: both;
  padding-top: 20px;
  font-size: 12px;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .footer-info-inner .copyright {
    text-align: center;
  }
}

.error-warning-meggase {
  margin-bottom: 40px;
  border: 2px solid #ff0000;
  padding: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

.error-notes {
  margin-top: 7px;
  font-size: 14px;
  color: #ff0000;
  line-height: 1.5;
}

.pagination__wrap .pager-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.pagination__wrap .pager-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination__wrap .pager-inner ul li {
  margin: 7px;
  font-size: 14px;
  font-weight: 500;
}
.pagination__wrap .pager-inner ul li span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #1360a2;
  text-decoration: none;
  color: #ffffff;
  background: #1360a2;
  font-weight: 500;
}
.pagination__wrap .pager-inner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #666666;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__wrap .pager-inner ul li a:hover {
  color: #ffffff;
  background: #1360a2;
  border: 1px solid #1360a2;
}

.pagination__single {
  text-align: center;
}
.pagination__single a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 10px;
  color: #1360a2;
  border: 1px solid #1360a2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__single a:hover {
  background: #1360a2;
  color: #ffffff;
}

a.btn-basic01 {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 17px 20px;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 100px;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  a.btn-basic01 {
    font-size: 14px;
  }
}
a.btn-basic01:hover {
  background: #333333;
  color: #ffffff;
}

.tp-mainvisual__wrap {
  padding: 40px 0 0 0;
}
.tp-mainvisual__wrap .inner-block {
  max-width: 1200px;
  margin: 0 auto;
}
.tp-mainvisual__wrap .inner-block .slider-for {
  margin-bottom: 20px;
}
.tp-mainvisual__wrap .inner-block .slider-for .slick-img img {
  width: 100%;
}
.tp-mainvisual__wrap .inner-block .slider-nav__wrap {
  padding: 0 50px;
}
.tp-mainvisual__wrap .inner-block .slider-nav {
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
}
.tp-mainvisual__wrap .inner-block .slider-nav .thumbnail-img {
  width: 20%;
  padding: 0 5px;
  box-sizing: border-box;
}
.tp-mainvisual__wrap .inner-block .slider-nav .thumbnail-img img {
  width: 100%;
}

.slick-prev:before {
  content: '<' !important;
  color: #000000 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Advent Pro', sans-serif !important;
}

.slick-next:before {
  content: '>' !important;
  color: #000000 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Advent Pro', sans-serif !important;
}

.page-content-front__wrap .tp-each-content {
  margin-bottom: 80px;
}
.page-content-front__wrap .tp-blog__block .more-btn {
  text-align: center;
}
.page-content-front__wrap .tp-blog__block .blog-postlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row {
  display: block;
  width: 31.3333%;
  margin: 0 3% 3% 0;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row:nth-of-type(3n) {
  margin: 0 0 3% 0;
}
@media screen and (max-width: 768px) {
  .page-content-front__wrap .tp-blog__block .blog-postlist article.row {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  .page-content-front__wrap .tp-blog__block .blog-postlist article.row:nth-of-type(even) {
    margin: 0 0 4% 0 !important;
  }
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row > a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row > a:hover {
  opacity: 0.7;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row > a .post-thumb {
  margin-bottom: 10px;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row > a .post-thumb img {
  width: 100%;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row > a .post-meta time.post-date {
  display: block;
  background: #f3f3f3;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
.page-content-front__wrap .tp-blog__block .blog-postlist article.row > a .post-meta .post-exc p {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .page-content-front__wrap .tp-blog__block .blog-postlist article.row > a .post-meta .post-exc p {
    font-size: 12px;
  }
}
.page-content-front__wrap .tp-youtube__block .more-btn {
  text-align: center;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row {
  display: block;
  width: 31.3333%;
  margin: 0 3% 3% 0;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row:nth-of-type(3n) {
  margin: 0 0 3% 0;
}
@media screen and (max-width: 768px) {
  .page-content-front__wrap .tp-youtube__block .youtube-postlist article.row {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  .page-content-front__wrap .tp-youtube__block .youtube-postlist article.row:nth-of-type(even) {
    margin: 0 0 4% 0 !important;
  }
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a:hover {
  opacity: 0.7;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a .post-thumb {
  margin-bottom: 10px;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a .post-thumb img {
  width: 100%;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a .post-meta time.post-date {
  display: block;
  background: #f3f3f3;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
.page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a .post-meta .post-exc p {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .page-content-front__wrap .tp-youtube__block .youtube-postlist article.row > a .post-meta .post-exc p {
    font-size: 12px;
  }
}
.page-content-front__wrap .tp-information__block .more-btn {
  text-align: center;
}
.page-content-front__wrap .tp-information__block .news-postlist {
  margin-bottom: 35px;
}
.page-content-front__wrap .tp-information__block .news-postlist article.row {
  display: block;
}
.page-content-front__wrap .tp-information__block .news-postlist article.row a {
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content-front__wrap .tp-information__block .news-postlist article.row a:hover {
  opacity: 0.7;
}
.page-content-front__wrap .tp-information__block .news-postlist article.row a dl {
  display: flex;
  padding: 30px 10px;
  line-height: 1.75;
  font-size: 14px;
  border-bottom: 1px dotted #cccccc;
}
@media screen and (max-width: 768px) {
  .page-content-front__wrap .tp-information__block .news-postlist article.row a dl {
    display: block;
    padding: 20px 0;
  }
}
.page-content-front__wrap .tp-information__block .news-postlist article.row a dl dt {
  width: 120px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-content-front__wrap .tp-information__block .news-postlist article.row a dl dt {
    width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
  }
}
.page-content-front__wrap .tp-information__block .news-postlist article.row a dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .page-content-front__wrap .tp-information__block .news-postlist article.row a dl dd {
    width: 100%;
  }
}
.page-content-front__wrap .tp-newarrival__block .more-btn {
  text-align: center;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist {
  display: flex;
  flex-wrap: wrap;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row .inner {
  position: relative;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row .inner::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #c12748;
  position: absolute;
  z-index: 100;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row .inner::after {
  content: "1";
  display: block;
  top: 5px;
  color: #fff;
  /* 文字色はここで変更 */
  left: 5px;
  position: absolute;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(1) .inner::before {
  border-left: 35px solid #e1ac1e;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(1) .inner::after {
  content: "1";
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(2) .inner::before {
  border-left: 35px solid #adadad;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(2) .inner::after {
  content: "2";
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(3) .inner::before {
  border-left: 35px solid #b24818;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(3) .inner::after {
  content: "3";
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(4) .inner::before {
  border-left: 35px solid #333333;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(4) .inner::after {
  content: "4";
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(5) .inner::before {
  border-left: 35px solid #333333;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist.list-weeklyranking .row:nth-of-type(5) .inner::after {
  content: "5";
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row {
  width: 20%;
  display: flex;
  padding: 10px 10px 40px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row {
    width: 50%;
    padding: 5px 5px 40px 5px;
  }
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner:hover {
  opacity: 0.7;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .thumb {
  margin-bottom: 15px;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .thumb img {
  width: 100%;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .post-info {
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .post-info time.post-date {
  display: block;
  background: #f3f3f3;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .post-info p.post-manufacturer {
  font-size: 12px;
  font-weight: 500;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .post-info h5.post-title {
  font-size: 16px;
  font-weight: 600;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .post-info p.post-price {
  font-size: 16px;
  font-weight: 600;
  color: #c54137;
}
.page-content-front__wrap .tp-newarrival__block .newarrival-postlist .row .inner .post-info p.post-price span {
  font-size: 10px;
  font-weight: 500;
}

.page-type__passreset .passreset-form .read-text {
  margin-bottom: 40px;
}
.page-type__passreset .passreset-form .read-text p {
  font-size: 14px;
  line-height: 1.5;
}
.page-type__passreset .passreset-form .passreset-tbl {
  margin-bottom: 15px;
}
.page-type__passreset .passreset-form .passreset-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .passreset-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .passreset-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .passreset-tbl table tbody tr {
    display: block;
  }
}
.page-type__passreset .passreset-form .passreset-tbl table tbody tr th {
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .passreset-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__passreset .passreset-form .passreset-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .passreset-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__passreset .passreset-form .passreset-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__passreset .passreset-form .passreset-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__passreset .passreset-form .passreset-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__passreset .passreset-form .btn-submit {
  text-align: center;
}
.page-type__passreset .passreset-form .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .btn-submit ul {
    display: block;
  }
}
.page-type__passreset .passreset-form .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__passreset .passreset-form .btn-submit ul li {
    width: 100%;
  }
}
.page-type__passreset .passreset-form .btn-submit ul li input, .page-type__passreset .passreset-form .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #333333;
  font-size: 16px;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__passreset .passreset-form .btn-submit ul li input:hover, .page-type__passreset .passreset-form .btn-submit ul li button:hover {
  background: #333333;
  color: #ffffff;
}

.page-type__login .login-form .read-text {
  margin-bottom: 40px;
}
.page-type__login .login-form .read-text p {
  font-size: 14px;
}
.page-type__login .login-form .pass-link {
  margin-bottom: 70px;
}
.page-type__login .login-form .pass-link p {
  font-size: 14px;
  text-align: right;
  line-height: 1.5;
}
.page-type__login .login-form .pass-link p a {
  color: #2980b9;
  text-decoration: none;
}
.page-type__login .login-form .pass-link p a:hover {
  text-decoration: underline;
}
.page-type__login .login-form .login-tbl {
  margin-bottom: 15px;
}
.page-type__login .login-form .login-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .login-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .login-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .login-tbl table tbody tr {
    display: block;
  }
}
.page-type__login .login-form .login-tbl table tbody tr th {
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .login-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__login .login-form .login-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .login-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__login .login-form .login-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__login .login-form .login-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__login .login-form .login-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__login .login-form .btn-submit {
  text-align: center;
}
.page-type__login .login-form .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .btn-submit ul {
    display: block;
  }
}
.page-type__login .login-form .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__login .login-form .btn-submit ul li {
    width: 100%;
  }
}
.page-type__login .login-form .btn-submit ul li input, .page-type__login .login-form .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #333333;
  font-size: 16px;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__login .login-form .btn-submit ul li input:hover, .page-type__login .login-form .btn-submit ul li button:hover {
  background: #333333;
  color: #ffffff;
}

.page-type__mypage .mypage-menu-list ul {
  display: flex;
  flex-wrap: wrap;
}
.page-type__mypage .mypage-menu-list ul li {
  display: flex;
  width: calc(100% / 3);
  padding: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .mypage-menu-list ul li {
    width: 50%;
    padding: 5px;
  }
}
.page-type__mypage .mypage-menu-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .mypage-menu-list ul li a {
    padding: 20px 7px;
  }
}
.page-type__mypage .mypage-menu-list ul li a:hover {
  border: 1px solid #c54137;
  color: #c54137;
}
.page-type__mypage .mypage-menu-list ul li a .icon {
  width: 42px;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .mypage-menu-list ul li a .icon {
    width: 30px;
  }
}
.page-type__mypage .mypage-menu-list ul li a .icon img {
  width: 100%;
}
.page-type__mypage .mypage-menu-list ul li a .text {
  width: calc(100% - 42px);
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .mypage-menu-list ul li a .text {
    width: calc(100% - 20px);
    font-size: 14px;
  }
}
.page-type__mypage .password-edit .read-text {
  margin-bottom: 40px;
}
.page-type__mypage .password-edit .read-text p {
  font-size: 14px;
}
.page-type__mypage .password-edit .pass-tbl {
  margin-bottom: 75px;
}
.page-type__mypage .password-edit .pass-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .pass-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .pass-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .pass-tbl table tbody tr {
    display: block;
  }
}
.page-type__mypage .password-edit .pass-tbl table tbody tr th {
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .pass-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__mypage .password-edit .pass-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .pass-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__mypage .password-edit .pass-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .password-edit .pass-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__mypage .password-edit .pass-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__mypage .password-edit .btn-submit {
  text-align: center;
}
.page-type__mypage .password-edit .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .btn-submit ul {
    display: block;
  }
}
.page-type__mypage .password-edit .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .password-edit .btn-submit ul li {
    width: 100%;
  }
}
.page-type__mypage .password-edit .btn-submit ul li input, .page-type__mypage .password-edit .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #333333;
  font-size: 16px;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage .password-edit .btn-submit ul li input:hover, .page-type__mypage .password-edit .btn-submit ul li button:hover {
  background: #333333;
  color: #ffffff;
}
.page-type__mypage .point-information .owned-point {
  margin-bottom: 60px;
}
.page-type__mypage .point-information .owned-point .inner {
  max-width: 400px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 50px 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .point-information .owned-point .inner {
    font-size: 18px;
    padding: 30px 10px;
  }
}
.page-type__mypage .point-information .owned-point .inner span {
  color: #c54137;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .point-information .owned-point .inner span {
    font-size: 24px;
  }
}
.page-type__mypage .point-information .point-history-tbl {
  margin-bottom: 50px;
}
.page-type__mypage .point-information .point-history-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .point-information .point-history-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage .point-information .point-history-tbl table tbody {
    display: block;
  }
}
.page-type__mypage .point-information .point-history-tbl table tbody tr:nth-of-type(odd) {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .point-information .point-history-tbl table tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .page-type__mypage .point-information .point-history-tbl table tbody tr:first-of-type {
    display: none;
  }
}
.page-type__mypage .point-information .point-history-tbl table tbody tr th {
  padding: 10px 15px;
  color: #ffffff;
  text-align: left;
  background: #1360a2;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .point-information .point-history-tbl table tbody tr th {
    display: block;
  }
}
.page-type__mypage .point-information .point-history-tbl table tbody tr td {
  padding: 15px 15px;
  vertical-align: middle;
}
.page-type__mypage .point-information .point-history-tbl table tbody tr td:last-of-type {
  text-align: right;
  color: #ff0000;
}
.page-type__mypage .point-information .point-history-tbl table tbody tr td:nth-of-type(3) span {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .point-information .point-history-tbl table tbody tr td {
    display: block;
    padding: 3px 0;
  }
  .page-type__mypage .point-information .point-history-tbl table tbody tr td:nth-of-type(3) span {
    display: inline-block;
  }
}
.page-type__mypage .point-information .point-history-tbl table tbody tr td p.expire {
  font-size: 12px;
  color: #333333;
}
.page-type__mypage .order-information .order-history-list {
  margin-bottom: 50px;
}
.page-type__mypage .order-information .order-history-list table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information .order-history-list table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information .order-history-list table tbody {
    display: block;
  }
}
.page-type__mypage .order-information .order-history-list table tbody tr:nth-of-type(odd) {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information .order-history-list table tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .page-type__mypage .order-information .order-history-list table tbody tr:first-of-type {
    display: none;
  }
}
.page-type__mypage .order-information .order-history-list table tbody tr th {
  padding: 10px 15px;
  color: #ffffff;
  text-align: left;
  background: #1360a2;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information .order-history-list table tbody tr th {
    display: block;
  }
}
.page-type__mypage .order-information .order-history-list table tbody tr td {
  padding: 15px 15px;
  vertical-align: middle;
}
.page-type__mypage .order-information .order-history-list table tbody tr td:last-of-type {
  text-align: right;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information .order-history-list table tbody tr td {
    display: block;
    padding: 3px 0;
  }
}
.page-type__mypage .order-information .order-history-list table tbody tr td span.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information .order-history-list table tbody tr td span.sp {
    display: inline-block;
  }
}
.page-type__mypage .order-information .order-history-list table tbody tr td span.price {
  color: #c54137;
}
.page-type__mypage .order-information .order-history-list table tbody tr td span.tax {
  font-size: 10px;
}
.page-type__mypage .order-information .order-history-list table tbody tr td a {
  text-decoration: none;
  color: #333333;
}
.page-type__mypage .print-ordersheet-btn {
  margin-bottom: 40px;
  text-align: center;
}
.page-type__mypage .print-ordersheet-btn > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage .print-ordersheet-btn > a:hover {
  opacity: 0.7;
}
.page-type__mypage .print-ordercancel-btn {
  text-align: center;
}
.page-type__mypage .print-ordercancel-btn .btn {
  margin-bottom: 20px;
}
.page-type__mypage .print-ordercancel-btn .btn > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  color: #333333;
  border: 1px solid #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage .print-ordercancel-btn .btn > a:hover {
  background: #333333;
  color: #ffffff;
}
.page-type__mypage .print-ordercancel-btn .notes p {
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
  color: #c54137;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__mypage .order-information-single {
  margin-bottom: 60px;
}
.page-type__mypage .order-information-single .order-basic-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-basic-info {
    display: block;
  }
}
.page-type__mypage .order-information-single .order-basic-info dl {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-basic-info dl {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.page-type__mypage .order-information-single .order-basic-info dl dt {
  display: block;
  width: 120px;
  padding: 10px;
  border-radius: 5px;
  background: #f3f3f3;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-basic-info dl dt {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.page-type__mypage .order-information-single .order-basic-info dl dd {
  display: block;
  width: calc(100% - 120px);
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-basic-info dl dd {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.page-type__mypage .order-information-single .order-cart-info .price-info {
  padding: 0 0 0 50%;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .order-information-single .order-cart-info .price-info {
    padding: 0 0 0 20%;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-cart-info .price-info {
    padding: 0;
  }
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc {
  padding: 20px;
  border-bottom: 1px dotted #cccccc;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc dl dt {
  width: 100px;
  text-align: right;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc dl dt.fr {
  color: #c54137;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc dl dd span {
  font-size: 10px;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .fee-calc dl dd span.pt {
  font-size: 14px;
  color: #c54137;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee {
  padding: 20px;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl.fs16 {
  font-size: 16px;
  font-weight: bold;
  color: #c54137;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl dt {
  width: 100px;
  text-align: right;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl dt.fr {
  color: #c54137;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl dd span {
  font-size: 10px;
}
.page-type__mypage .order-information-single .order-cart-info .price-info .total-fee dl dd span.pt {
  font-size: 14px;
  color: #c54137;
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row {
  padding: 20px;
  display: flex;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.5;
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row:first-of-type {
  border-top: 1px dotted #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row {
    flex-wrap: wrap;
    padding: 20px 5px;
  }
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .thumb {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .thumb {
    width: 50px;
  }
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .thumb img {
  width: 100%;
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-title {
  width: calc(100% - 280px);
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-title {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
  }
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-title p.maker {
  font-size: 12px;
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-title h5 {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-title h5 {
    font-size: 14px;
  }
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-price {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-price {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-price p.cost {
  font-size: 16px;
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-price p.cost span {
  font-size: 10px;
}
.page-type__mypage .order-information-single .order-cart-info .item-list__wrap .row .item-price p.quantity {
  font-size: 14px;
}

.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul {
  display: flex;
  flex-wrap: wrap;
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li {
  display: flex;
  width: calc(100% / 3);
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li {
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li {
    width: 50%;
  }
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .add-shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .add-shipping:hover {
  border: 2px solid #f69600;
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .add-shipping .plus2 img {
  width: 100%;
  max-width: 100px;
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .inner-row {
  display: block;
  width: 100%;
  padding: 24px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.75;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .inner-row {
    padding: 10px 7px;
    font-size: 13px;
  }
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .inner-row:hover {
  border: 2px solid #f69600;
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .inner-row .company {
  margin-bottom: 1em;
}
.page-type__mypage2 .office-shipping-list__wrap .addpress-selection ul li .inner-row .ads {
  margin-bottom: 1em;
}
.page-type__mypage2 .register-predone-block .pre-attention {
  text-align: center;
  font-size: 14px;
  color: #c54137;
  padding: 10px;
  line-height: 1.5;
  border: 1px solid #c54137;
  margin-bottom: 40px;
}
.page-type__mypage2 .register-predone-block .done-text h6 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-type__mypage2 .register-predone-block .done-text h6 {
    font-size: 18px;
  }
}
.page-type__mypage2 .register-predone-block .done-text p {
  line-height: 1.75;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.5em;
}
.page-type__mypage2 .register-identification-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__mypage2 .register-identification-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit {
  text-align: center;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul {
    display: block;
  }
}
.page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul li {
    width: 100%;
  }
}
.page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul li input, .page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul li input:hover, .page-type__mypage2 .register-identification-block .form-set__wrap .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .sub-title {
  margin-bottom: 30px;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .sub-title h3 {
  padding: 0 0 0 30px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
  color: #f69600;
  position: relative;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .sub-title h3::after {
  content: "";
  font-size: 0px;
  line-height: 1;
  width: 18px;
  height: 4px;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .term-tbl {
  margin-bottom: 55px;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .term-tbl .term-row {
  margin-bottom: 30px;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .term-tbl .term-row .tl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .term-tbl .term-row .field-input label {
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  color: #333333;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 5px;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .term-tbl .term-row .field-input label input {
  display: none;
}
.page-type__mypage2 .register-identification-block .form-set__wrap .term-tbl .term-row .field-input p.file-name {
  margin-top: 7px;
  font-size: 14px;
}
.page-type__mypage2 .register-basicinfo-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__mypage2 .register-basicinfo-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .sub-title {
  margin-bottom: 30px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .sub-title h3 {
  padding: 0 0 0 30px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
  color: #f69600;
  position: relative;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .sub-title h3::after {
  content: "";
  font-size: 0px;
  line-height: 1;
  width: 18px;
  height: 4px;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit {
  text-align: center;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul {
    display: block;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul li {
    width: 100%;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul li input, .page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul li input:hover, .page-type__mypage2 .register-basicinfo-block .form-set__wrap .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl {
  margin-bottom: 55px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl .unchangable p {
  font-size: 14px;
  line-height: 1.75;
  color: #cc0000;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr {
    display: block;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr th {
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date {
  font-size: 14px;
  line-height: 1.75;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date > p {
  margin-bottom: 5px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date > p.notes {
  color: #c54137;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date .input-text {
  margin-bottom: 15px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date .input-text span {
  display: inline-block;
  margin: 0 5px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date .input-text span input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 50px;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .term-input-set {
  margin-bottom: 15px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .term-input-set:last-of-type {
  margin-bottom: 0;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .term-input-set .tl {
  font-size: 14px;
  margin-bottom: 5px;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input input.w50 {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input input.w50 {
    width: 100%;
  }
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input select.w50 {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page-type__mypage2 .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input select.w50 {
    width: 100%;
  }
}
.page-type__mypage2 .register-comfirm-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__mypage2 .register-comfirm-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .attention {
  margin-bottom: 50px;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .attention p {
  font-size: 14px;
  line-height: 1.75;
  color: #c54137;
  text-align: center;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .attention p a {
  color: #c54137;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .attention p a:hover {
  text-decoration: none;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit {
  text-align: center;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul {
    display: block;
  }
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li {
    width: 100%;
  }
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li input, .page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li input.back-btn, .page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li button.back-btn {
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
}
.page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li input:hover, .page-type__mypage2 .register-comfirm-block .btn-submit__block .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap {
  margin-bottom: 40px;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .sub-title {
  margin-bottom: 30px;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .sub-title h3 {
  padding: 0 0 0 30px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
  color: #f69600;
  position: relative;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .sub-title h3::after {
  content: "";
  font-size: 0px;
  line-height: 1;
  width: 18px;
  height: 4px;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .term-tbl-confirm {
  padding: 20px;
  border: 1px solid #cccccc;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .term-tbl-confirm .unchangable p {
  font-size: 14px;
  line-height: 1.75;
  color: #cc0000;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .term-tbl-confirm dl {
  display: block;
  margin-bottom: 28px;
  line-height: 1.5;
  font-size: 14px;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .term-tbl-confirm dl dt {
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .term-tbl-confirm dl dd {
  display: block;
}
.page-type__mypage2 .register-comfirm-block .form-set__wrap .term-tbl-confirm dl dd .scan-date img {
  max-width: 300px;
  width: 100%;
}

.page-type__products .search-keyword-text {
  margin-bottom: 30px;
}
.page-type__products .search-keyword-text > p {
  font-size: 14px;
  line-height: 1.5;
}
.page-type__products .search-keyword-text > p > span {
  font-weight: 600;
}
.page-type__products .search-keyword-text .keyword-taxonomy-list {
  margin-top: 15px;
}
.page-type__products .search-keyword-text .keyword-taxonomy-list ul {
  display: flex;
  flex-wrap: wrap;
}
.page-type__products .search-keyword-text .keyword-taxonomy-list ul li {
  margin: 5px;
  padding: 5px 25px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #999999;
  border-radius: 50px;
}
.page-type__products .product-single__wrap .post-bottom .post-custom-info {
  margin-bottom: 35px;
}
.page-type__products .product-single__wrap .post-bottom .post-custom-info > h5 {
  background: #333333;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
}
.page-type__products .product-single__wrap .post-bottom .post-custom-info .custom-text {
  font-size: 14px;
  line-height: 1.75;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item {
  padding-bottom: 30px;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item > h5 {
  background: #333333;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list {
  display: flex;
  flex-wrap: wrap;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row {
  width: 20%;
  display: flex;
  padding: 10px 10px 40px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row {
    width: 50%;
    padding: 5px 5px 40px 5px;
  }
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a:hover {
  opacity: 0.7;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .thumb {
  margin-bottom: 15px;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .thumb img {
  width: 100%;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .post-info {
  line-height: 1.5;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .post-info p.post-manufacturer {
  font-size: 12px;
  font-weight: 500;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .post-info h6.post-title {
  font-size: 16px;
  font-weight: 600;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .post-info p.post-price {
  font-size: 16px;
  font-weight: 600;
  color: #c54137;
}
.page-type__products .product-single__wrap .post-bottom .post-related-item .item-list .row a .post-info p.post-price span {
  font-size: 10px;
  font-weight: 500;
}
.page-type__products .product-single__wrap .post-upper {
  display: flex;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .page-type__products .product-single__wrap .post-upper {
    display: block;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-left {
  width: 50%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__products .product-single__wrap .post-upper .upper-left {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-left .post-thumb-block .slider-for {
  margin-bottom: 10px;
}
.page-type__products .product-single__wrap .post-upper .upper-left .post-thumb-block .slider-for .slick-img img {
  width: 100%;
}
.page-type__products .product-single__wrap .post-upper .upper-left .post-thumb-block .slider-nav__wrap .slider-nav {
  display: flex;
  flex-wrap: wrap;
}
.page-type__products .product-single__wrap .post-upper .upper-left .post-thumb-block .slider-nav__wrap .slider-nav .thumbnail-img {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
.page-type__products .product-single__wrap .post-upper .upper-left .post-thumb-block .slider-nav__wrap .slider-nav .thumbnail-img img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__products .product-single__wrap .post-upper .upper-left .post-thumb-block .slider-nav__wrap .slider-nav .thumbnail-img img:hover {
  opacity: 0.7;
}
.page-type__products .product-single__wrap .post-upper .upper-right {
  width: 50%;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__products .product-single__wrap .post-upper .upper-right {
    width: 100%;
    padding: 0;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #cccccc;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-tag {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-tag {
    font-size: 14px;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-title {
  margin-bottom: 15px;
  line-height: 1.25;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-title p.post-manufacturer {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-title p.post-manufacturer {
    font-size: 14px;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-title h2 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-title h2 {
    font-size: 20px;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-price {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #c54137;
}
@media screen and (max-width: 999px) {
  .page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-price {
    font-size: 20px;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-price span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-price span {
    font-size: 14px;
  }
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist {
  padding-top: 20px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist ul {
  display: flex;
  flex-wrap: wrap;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist ul li {
  margin: 0 20px 10px 0;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist ul li span.outer {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #1360a2;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist ul li span.outer::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #1360a2 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist ul li span.outer::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-meta .post-iconlist ul li span.outer span.inside {
  display: block;
  min-width: 60px;
  white-space: nowrap;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .item-commom-error-block {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #cc0000;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .item-commom-error-block p {
  text-align: center;
  font-size: 16px;
  color: #cc0000;
  line-height: 1.75;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block {
  margin-bottom: 30px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl {
  display: block;
  margin-bottom: 25px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dt {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd {
  display: block;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .term-select {
  font-size: 16px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .term-select select {
  appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100px;
  box-sizing: border-box;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .calender-comment {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 15px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .calender-comment p {
  font-size: 14px;
  color: #2980b9;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole {
  border: 1px solid #cccccc;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-header {
  border-bottom: 1px solid #cccccc;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-header table {
  width: 100%;
  border-collapse: collapse;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-header table thead tr th {
  width: calc(100% / 7);
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-header table thead tr th.sunday {
  color: #e74c3c;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-header table thead tr th.saturday {
  color: #3498db;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-content table {
  width: 100%;
  border-collapse: collapse;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-content table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-content table tbody tr td {
  width: calc(100% / 7);
  padding: 13px 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #efefef;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-content table tbody tr td.unavailable {
  cursor: default;
  background: #efefef;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-content table tbody tr td span {
  display: block;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .term-block dl dd .rental-calendar__whole .tbl-content table tbody tr td span.tl-rental-btn {
  padding: 5px 2px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #f69600;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .submit-btn .btn-input {
  margin-bottom: 20px;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .submit-btn .btn-input input {
  appearance: none;
  -webkit-appearance: none;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: #f69600;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .submit-btn .btn-input input:hover {
  opacity: 0.7;
}
.page-type__products .product-single__wrap .post-upper .upper-right .post-rental-form .submit-btn .notes p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  color: #c54137;
  line-height: 1.5;
}
.page-type__products .products-list__wrap .category-title {
  margin-bottom: 35px;
}
.page-type__products .products-list__wrap .category-title h3 {
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.25;
  background: #333333;
}
@media screen and (max-width: 999px) {
  .page-type__products .products-list__wrap .category-title h3 {
    font-size: 18px;
    padding: 10px;
  }
}
.page-type__products .products-list__wrap .sub-category-title {
  margin-bottom: 35px;
}
.page-type__products .products-list__wrap .sub-category-title h4 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  .page-type__products .products-list__wrap .sub-category-title h4 {
    font-size: 16px;
  }
}
.page-type__products .products-list__wrap .sub-category-title h4::before {
  content: "▼";
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-top: -7px;
}
.page-type__products .products-list__wrap .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-type__products .products-list__wrap .item-list .row {
  width: 20%;
  display: flex;
  padding: 10px 10px 40px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__products .products-list__wrap .item-list .row {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .page-type__products .products-list__wrap .item-list .row {
    width: 50%;
    padding: 5px 5px 40px 5px;
  }
}
.page-type__products .products-list__wrap .item-list .row a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__products .products-list__wrap .item-list .row a:hover {
  opacity: 0.7;
}
.page-type__products .products-list__wrap .item-list .row a .thumb {
  margin-bottom: 15px;
}
.page-type__products .products-list__wrap .item-list .row a .thumb img {
  width: 100%;
}
.page-type__products .products-list__wrap .item-list .row a .post-info {
  line-height: 1.5;
}
.page-type__products .products-list__wrap .item-list .row a .post-info p.post-manufacturer {
  font-size: 12px;
  font-weight: 500;
}
.page-type__products .products-list__wrap .item-list .row a .post-info h5.post-title {
  font-size: 16px;
  font-weight: 600;
}
.page-type__products .products-list__wrap .item-list .row a .post-info p.post-price {
  font-size: 16px;
  font-weight: 600;
  color: #c54137;
}
.page-type__products .products-list__wrap .item-list .row a .post-info p.post-price span {
  font-size: 10px;
  font-weight: 500;
}

.page-type__register .register-predone-block .pre-attention {
  text-align: center;
  font-size: 14px;
  color: #c54137;
  padding: 10px;
  line-height: 1.5;
  border: 1px solid #c54137;
  margin-bottom: 40px;
}
.page-type__register .register-predone-block .done-text h6 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-predone-block .done-text h6 {
    font-size: 18px;
  }
}
.page-type__register .register-predone-block .done-text p {
  line-height: 1.75;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.5em;
}
.page-type__register .register-comfirm-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__register .register-comfirm-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__register .register-comfirm-block .btn-submit__block .attention {
  margin-bottom: 50px;
}
.page-type__register .register-comfirm-block .btn-submit__block .attention p {
  font-size: 14px;
  line-height: 1.75;
  color: #c54137;
  text-align: center;
}
.page-type__register .register-comfirm-block .btn-submit__block .attention p a {
  color: #c54137;
}
.page-type__register .register-comfirm-block .btn-submit__block .attention p a:hover {
  text-decoration: none;
}
.page-type__register .register-comfirm-block .btn-submit__block .btn-submit {
  text-align: center;
}
.page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul {
    display: block;
  }
}
.page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li {
    width: 100%;
  }
}
.page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li input, .page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li input.back-btn, .page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li button.back-btn {
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
}
.page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li input:hover, .page-type__register .register-comfirm-block .btn-submit__block .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__register .register-comfirm-block .form-set__wrap {
  margin-bottom: 40px;
}
.page-type__register .register-comfirm-block .form-set__wrap .sub-title {
  margin-bottom: 30px;
}
.page-type__register .register-comfirm-block .form-set__wrap .sub-title h3 {
  padding: 0 0 0 30px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
  color: #f69600;
  position: relative;
}
.page-type__register .register-comfirm-block .form-set__wrap .sub-title h3::after {
  content: "";
  font-size: 0px;
  line-height: 1;
  width: 18px;
  height: 4px;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.page-type__register .register-comfirm-block .form-set__wrap .term-tbl-confirm {
  padding: 20px;
  border: 1px solid #cccccc;
}
.page-type__register .register-comfirm-block .form-set__wrap .term-tbl-confirm dl {
  display: block;
  margin-bottom: 28px;
  line-height: 1.5;
  font-size: 14px;
}
.page-type__register .register-comfirm-block .form-set__wrap .term-tbl-confirm dl dt {
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}
.page-type__register .register-comfirm-block .form-set__wrap .term-tbl-confirm dl dd {
  display: block;
}
.page-type__register .register-comfirm-block .form-set__wrap .term-tbl-confirm dl dd .scan-date img {
  max-width: 300px;
  width: 100%;
}
.page-type__register .register-identification-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__register .register-identification-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__register .register-identification-block .form-set__wrap .btn-submit {
  text-align: center;
}
.page-type__register .register-identification-block .form-set__wrap .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-identification-block .form-set__wrap .btn-submit ul {
    display: block;
  }
}
.page-type__register .register-identification-block .form-set__wrap .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-identification-block .form-set__wrap .btn-submit ul li {
    width: 100%;
  }
}
.page-type__register .register-identification-block .form-set__wrap .btn-submit ul li input, .page-type__register .register-identification-block .form-set__wrap .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__register .register-identification-block .form-set__wrap .btn-submit ul li input:hover, .page-type__register .register-identification-block .form-set__wrap .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__register .register-identification-block .form-set__wrap .sub-title {
  margin-bottom: 30px;
}
.page-type__register .register-identification-block .form-set__wrap .sub-title h3 {
  padding: 0 0 0 30px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
  color: #f69600;
  position: relative;
}
.page-type__register .register-identification-block .form-set__wrap .sub-title h3::after {
  content: "";
  font-size: 0px;
  line-height: 1;
  width: 18px;
  height: 4px;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.page-type__register .register-identification-block .form-set__wrap .term-tbl {
  margin-bottom: 55px;
}
.page-type__register .register-identification-block .form-set__wrap .term-tbl .term-row {
  margin-bottom: 30px;
}
.page-type__register .register-identification-block .form-set__wrap .term-tbl .term-row .tl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-type__register .register-identification-block .form-set__wrap .term-tbl .term-row .field-input label {
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  color: #333333;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 5px;
}
.page-type__register .register-identification-block .form-set__wrap .term-tbl .term-row .field-input label input {
  display: none;
}
.page-type__register .register-identification-block .form-set__wrap .term-tbl .term-row .field-input p.file-name {
  margin-top: 7px;
  font-size: 14px;
}
.page-type__register .register-basicinfo-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__register .register-basicinfo-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__register .register-basicinfo-block .form-set__wrap .sub-title {
  margin-bottom: 30px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .sub-title h3 {
  padding: 0 0 0 30px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
  color: #f69600;
  position: relative;
}
.page-type__register .register-basicinfo-block .form-set__wrap .sub-title h3::after {
  content: "";
  font-size: 0px;
  line-height: 1;
  width: 18px;
  height: 4px;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .btn-submit {
  text-align: center;
}
.page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul {
    display: block;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul li {
    width: 100%;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul li input, .page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul li input:hover, .page-type__register .register-basicinfo-block .form-set__wrap .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl {
  margin-bottom: 55px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl .term-row {
  margin-bottom: 30px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl .term-row .tl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl .term-row .field-input label {
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  color: #333333;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 5px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl .term-row .field-input label input {
  display: none;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl .term-row .field-input p.file-name {
  margin-top: 7px;
  font-size: 14px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl .term-row .field-input p.noted {
  margin-top: 7px;
  font-size: 14px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr {
    display: block;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr th {
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date {
  font-size: 14px;
  line-height: 1.75;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date > p {
  margin-bottom: 5px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date > p.notes {
  color: #c54137;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date .input-text {
  margin-bottom: 15px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date .input-text span {
  display: inline-block;
  margin: 0 5px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .payment-date .input-text span input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 50px;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .term-input-set {
  margin-bottom: 15px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .term-input-set:last-of-type {
  margin-bottom: 0;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .term-input-set .tl {
  font-size: 14px;
  margin-bottom: 5px;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input input.w50 {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input input.w50 {
    width: 100%;
  }
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input select.w50 {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-basicinfo-block .form-set__wrap .term-tbl table tbody tr td .field-input select.w50 {
    width: 100%;
  }
}
.page-type__register .register-choice-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__register .register-choice-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__register .register-choice-block .register-choice-btnlist ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-choice-block .register-choice-btnlist ul {
    display: block;
  }
}
.page-type__register .register-choice-block .register-choice-btnlist ul li {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.page-type__register .register-choice-block .register-choice-btnlist ul li:first-of-type {
  text-align: right;
}
.page-type__register .register-choice-block .register-choice-btnlist ul li:last-of-type {
  text-align: left;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-choice-block .register-choice-btnlist ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-type__register .register-choice-block .register-choice-btnlist ul li {
    width: 100%;
    padding: 10px 0;
    text-align: center !important;
  }
}
.page-type__register .register-choice-block .register-choice-btnlist ul li a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f69600;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-choice-block .register-choice-btnlist ul li a {
    max-width: 100%;
  }
}
.page-type__register .register-choice-block .register-choice-btnlist ul li a:hover {
  opacity: 0.7;
}
.page-type__register .register-mailform-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__register .register-mailform-block .pre-text > h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-mailform-block .pre-text > h5 {
    font-size: 18px;
  }
}
.page-type__register .register-mailform-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__register .register-mailform-block .pre-text p.fr {
  color: #c54137;
}
.page-type__register .register-mailform-block .pre-text p.alert {
  color: #c54137;
}
.page-type__register .register-mailform-block .flow-next-btn {
  text-align: center;
}
.page-type__register .register-mailform-block .flow-next-btn a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f69600;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .flow-next-btn a {
    max-width: 100%;
  }
}
.page-type__register .register-mailform-block .flow-next-btn a:hover {
  opacity: 0.7;
}
.page-type__register .register-mailform-block .form--wrap .pass-tbl {
  margin-bottom: 75px;
}
.page-type__register .register-mailform-block .form--wrap .pass-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .pass-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr {
    display: block;
  }
}
.page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr th {
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__register .register-mailform-block .form--wrap .pass-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__register .register-mailform-block .form--wrap .attention-text {
  margin-bottom: 45px;
}
.page-type__register .register-mailform-block .form--wrap .attention-text p {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  color: #c54137;
}
.page-type__register .register-mailform-block .form--wrap .btn-submit {
  text-align: center;
}
.page-type__register .register-mailform-block .form--wrap .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .btn-submit ul {
    display: block;
  }
}
.page-type__register .register-mailform-block .form--wrap .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__register .register-mailform-block .form--wrap .btn-submit ul li {
    width: 100%;
  }
}
.page-type__register .register-mailform-block .form--wrap .btn-submit ul li input, .page-type__register .register-mailform-block .form--wrap .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__register .register-mailform-block .form--wrap .btn-submit ul li input:hover, .page-type__register .register-mailform-block .form--wrap .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__register .register-agreement-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__register .register-agreement-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__register .register-agreement-block .agreement-form .check-text {
  text-align: center;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 55px;
  font-weight: 600;
}
.page-type__register .register-agreement-block .agreement-form .check-text input {
  position: relative;
  top: -2px;
}
.page-type__register .register-agreement-block .agreement-form .submit-btn {
  text-align: center;
}
.page-type__register .register-agreement-block .agreement-form .submit-btn input {
  appearance: none;
  -webkit-appearance: none;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  background: #f69600;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__register .register-agreement-block .agreement-form .submit-btn input:hover {
  opacity: 0.7;
}
.page-type__register .register-agreement-block .agreement-text {
  padding: 20px;
  height: 460px;
  line-height: 1.75;
  font-size: 14px;
  border: 1px solid #cccccc;
  overflow: auto;
  margin-bottom: 40px;
}
.page-type__register .register-agreement-block .agreement-text > h6 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.page-type__register .register-agreement-block .agreement-text .p-text {
  margin-bottom: 35px;
}
.page-type__register .register-agreement-block .agreement-text .end-text {
  text-align: right;
}
.page-type__register .register-agreement-block .agreement-text .term-set dl {
  display: block;
  margin-bottom: 30px;
}
.page-type__register .register-agreement-block .agreement-text .term-set dl dt {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-type__register .register-agreement-block .agreement-text .term-set dl dd {
  display: block;
}
.page-type__register .register-agreement-block .agreement-text .term-set dl dd ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}

.page-type__shoppingcart .related-item-list__wrap {
  margin-top: 70px;
}
.page-type__shoppingcart .related-item-list__wrap > h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row {
  width: 20%;
  display: flex;
  padding: 10px 10px 40px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .related-item-list__wrap .item-list .row {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .related-item-list__wrap .item-list .row {
    width: 50%;
    padding: 5px 5px 40px 5px;
  }
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .thumb {
  margin-bottom: 15px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .thumb img {
  width: 100%;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .post-info {
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .post-info p.post-manufacturer {
  font-size: 12px;
  font-weight: 500;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .post-info h5.post-title {
  font-size: 16px;
  font-weight: 600;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .post-info p.post-price {
  font-size: 16px;
  font-weight: 600;
  color: #c54137;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .post-info p.post-price span {
  font-size: 10px;
  font-weight: 500;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .more-detail {
  margin-bottom: 15px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .more-detail a {
  font-size: 12px;
  color: #333333;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .more-detail a:hover {
  text-decoration: none;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .add-cart .quantity {
  text-align: center;
  margin-bottom: 20px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .add-cart .quantity select {
  width: 40px;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .add-cart .submit-btn input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  color: #333333;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .add-cart .submit-btn input.submit {
  background: #f69600;
  border: 1px solid #f69600;
  color: #ffffff;
}
.page-type__shoppingcart .related-item-list__wrap .item-list .row .inner .add-cart .submit-btn input:hover {
  opacity: 0.7;
}
.page-type__shoppingcart .shoppingcart-home-info .rental-date-information {
  margin-bottom: 35px;
}
.page-type__shoppingcart .shoppingcart-home-info .rental-date-information p {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul {
    display: block;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul li {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul li input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  color: #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul li input {
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul li input.submit {
  background: #f69600;
  border: 1px solid #f69600;
  color: #ffffff;
}
.page-type__shoppingcart .shoppingcart-home-info .continue-btn-list ul li input:hover {
  opacity: 0.7;
}
.page-type__shoppingcart .shoppingcart-home-info .price-attention-text {
  margin-bottom: 50px;
}
.page-type__shoppingcart .shoppingcart-home-info .price-attention-text p {
  text-align: right;
  line-height: 1.5;
  color: #c54137;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-home-info .price-attention-text p {
    font-size: 12px;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info {
  margin-bottom: 30px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info {
  padding: 0 0 0 50%;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info {
    padding: 0 0 0 20%;
  }
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info {
    padding: 0;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc {
  padding: 20px;
  border-bottom: 1px dotted #cccccc;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc dl dt {
  width: 100px;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc dl dt.fr {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc dl dd span {
  font-size: 10px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .fee-calc dl dd span.pt {
  font-size: 14px;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee {
  padding: 20px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl.fs16 {
  font-size: 16px;
  font-weight: bold;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl dt {
  width: 100px;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl dt.fr {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl dd span {
  font-size: 10px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .price-info .total-fee dl dd span.pt {
  font-size: 14px;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row {
  padding: 20px;
  display: flex;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row:first-of-type {
  border-top: 1px dotted #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row {
    flex-wrap: wrap;
    padding: 20px 5px;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .thumb {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .thumb {
    width: 50px;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .thumb img {
  width: 100%;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-title {
  width: calc(100% - 280px);
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-title {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-title p.maker {
  font-size: 12px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-title h5 {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-title h5 {
    font-size: 14px;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-price {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-price {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-price p.cost {
  font-size: 16px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-price p.cost span {
  font-size: 10px;
}
.page-type__shoppingcart .shoppingcart-home-info .order-cart-info .item-list__wrap .row .item-price p.quantity {
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list {
  margin-bottom: 50px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul {
    display: block;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul li {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul li input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  color: #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul li input {
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul li input.submit {
  background: #f69600;
  border: 1px solid #f69600;
  color: #ffffff;
}
.page-type__shoppingcart .shoppingcart-shipping-info .continue-btn-list ul li input:hover {
  opacity: 0.7;
}
.page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul {
    display: block;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul li {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul li input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f3f3f3;
  color: #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #f3f3f3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul li input {
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul li input.submit {
  background: #f69600;
  border: 1px solid #f69600;
  color: #ffffff;
}
.page-type__shoppingcart .shoppingcart-shipping-info .estimate-btn-list ul li input:hover {
  opacity: 0.7;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each:last-of-type {
  border: none;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .sub-tl {
  margin-bottom: 30px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .sub-tl h3 {
  padding: 0 0 0 27px;
  position: relative;
  color: #f69600;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .sub-tl h3 {
    font-size: 16px;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .sub-tl h3::after {
  content: "";
  width: 20px;
  height: 5px;
  font-size: 0px;
  line-height: 1;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul {
  display: flex;
  flex-wrap: wrap;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li {
  display: flex;
  width: calc(100% / 3);
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li {
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li {
    width: 50%;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li > input {
  display: none;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li > input:checked + label {
  border: 2px solid #f69600;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li label {
  width: 100%;
  padding: 24px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li label {
    padding: 10px 7px;
    font-size: 13px;
  }
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li label .company {
  margin-bottom: 1em;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .addpress-selection ul li label .ads {
  margin-bottom: 1em;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .deliv-attention {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.75;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .deliv-attention > h6 {
  margin-bottom: 20px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .deliv-attention .read {
  margin-bottom: 15px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .deliv-attention .read p {
  margin-bottom: 1em;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .deliv-attention .read p.notes {
  text-indent: -1em;
  padding-left: 1em;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block {
  margin-bottom: 25px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl {
  display: block;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dt {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dt span {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd {
  display: block;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li {
  margin: 15px 0;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li .time-choice {
  margin-top: 10px;
  padding-left: 2em;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li .time-choice select {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li label {
  display: block;
  position: relative;
  padding: 0 0 0 2em;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li .use-input {
  margin-top: 10px;
  margin-left: 2em;
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li .use-input input {
  appearance: none;
  -webkit-appearance: none;
  width: 100px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: -0.2em;
  left: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.page-type__shoppingcart .shoppingcart-shipping-info .shipp-each .recsieve-selection .each-block dl dd ul li input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list {
  margin-bottom: 50px;
}
.page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul {
    display: block;
  }
}
.page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul li {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul li input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  color: #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul li input {
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul li input.submit {
  background: #f69600;
  border: 1px solid #f69600;
  color: #ffffff;
}
.page-type__shoppingcart .shoppingcart-payment-info .continue-btn-list ul li input:hover {
  opacity: 0.7;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each:last-of-type {
  border: none;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .sub-tl {
  margin-bottom: 30px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .sub-tl h3 {
  padding: 0 0 0 27px;
  position: relative;
  color: #f69600;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-payment-info .payment-each .sub-tl h3 {
    font-size: 16px;
  }
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .sub-tl h3::after {
  content: "";
  width: 20px;
  height: 5px;
  font-size: 0px;
  line-height: 1;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .comment-block textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block {
  margin-bottom: 25px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl {
  display: block;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dt {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dt span {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd {
  display: block;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li {
  margin: 15px 0;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .card-info {
  padding: 10px 0 10px 2em;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .card-info p img {
  max-width: 100%;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .card-info p.notes {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 12px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .bank-info {
  padding: 10px 0 10px 2em;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .bank-info .pre-read {
  margin-bottom: 10px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .bank-info .pre-read p {
  line-height: 1.5;
  font-size: 12px;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .bank-info .bank-exp {
  max-width: 400px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 2;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li label {
  display: block;
  position: relative;
  padding: 0 0 0 2em;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .use-input {
  margin-top: 10px;
  margin-left: 2em;
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li .use-input input {
  appearance: none;
  -webkit-appearance: none;
  width: 100px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: -0.2em;
  left: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.page-type__shoppingcart .shoppingcart-payment-info .payment-each .paychoice-selection .each-block dl dd ul li input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.page-type__shoppingcart .shoppingcart-confirm-info .pre-done-attention {
  font-size: 14px;
  line-height: 1.75;
  color: #c54137;
  margin-bottom: 65px;
  text-align: center;
}
.page-type__shoppingcart .shoppingcart-confirm-info .pre-done-attention a {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-confirm-info .pre-done-attention a:hover {
  text-decoration: none;
}
.page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list {
  margin-bottom: 50px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul {
    display: block;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul li {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul li input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #ffffff;
  color: #333333;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul li input {
    width: 100%;
    max-width: 100%;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul li input.submit {
  background: #f69600;
  border: 1px solid #f69600;
  color: #ffffff;
}
.page-type__shoppingcart .shoppingcart-confirm-info .continue-btn-list ul li input:hover {
  opacity: 0.7;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each {
  margin-bottom: 65px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .sub-tl {
  margin-bottom: 30px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .sub-tl h3 {
  padding: 0 0 0 27px;
  position: relative;
  color: #f69600;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .sub-tl h3 {
    font-size: 16px;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .sub-tl h3::after {
  content: "";
  width: 20px;
  height: 5px;
  font-size: 0px;
  line-height: 1;
  background: #f69600;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block {
  padding: 15px;
  border: 1px solid #cccccc;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block .address p {
  line-height: 1.75;
  margin-bottom: 1em;
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block .address p:last-of-type {
  margin-bottom: 0;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block .shipping p {
  line-height: 1.75;
  margin-bottom: 1em;
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block .shipping p:last-of-type {
  margin-bottom: 0;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block .payment-type p {
  line-height: 1.75;
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .confirm-bdr-block .comment p {
  line-height: 1.75;
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm {
  padding: 15px;
  border: 1px solid #cccccc;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .rental-date {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info {
  padding: 0 0 0 50%;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info {
    padding: 0 0 0 20%;
  }
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info {
    padding: 0;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc {
  padding: 20px;
  border-bottom: 1px dotted #cccccc;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc dl dt {
  width: 100px;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc dl dt.fr {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc dl dd span {
  font-size: 10px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .fee-calc dl dd span.pt {
  font-size: 14px;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee {
  padding: 20px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl.fs16 {
  font-size: 16px;
  font-weight: bold;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl dt {
  width: 100px;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl dt.fr {
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl dd span {
  font-size: 10px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .price-info .total-fee dl dd span.pt {
  font-size: 14px;
  color: #c54137;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row {
  padding: 20px;
  display: flex;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.5;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row:first-of-type {
  border-top: 1px dotted #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row {
    flex-wrap: wrap;
    padding: 20px 5px;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .thumb {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .thumb {
    width: 50px;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .thumb img {
  width: 100%;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-title {
  width: calc(100% - 280px);
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-title {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-title p.maker {
  font-size: 12px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-title h5 {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-title h5 {
    font-size: 14px;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-price {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-price {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-price p.cost {
  font-size: 16px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-price p.cost span {
  font-size: 10px;
}
.page-type__shoppingcart .shoppingcart-confirm-info .confirm-each .rental-confirm .order-cart-info .item-list__wrap .row .item-price p.quantity {
  font-size: 14px;
}
.page-type__shoppingcart .shoppingcart-done-info .done-text {
  margin-bottom: 55px;
}
.page-type__shoppingcart .shoppingcart-done-info .done-text p {
  line-height: 1.75;
  font-size: 14px;
  text-align: center;
}
.page-type__shoppingcart .shoppingcart-done-info .done-text p.num {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .page-type__shoppingcart .shoppingcart-done-info .done-text p.num {
    font-size: 18px;
  }
}
.page-type__shoppingcart .shoppingcart-done-info .back-top-btn {
  text-align: center;
}
.page-type__shoppingcart .shoppingcart-done-info .back-top-btn > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__shoppingcart .shoppingcart-done-info .back-top-btn > a:hover {
  opacity: 0.7;
}

.cart-estimate-block__fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #cccccc;
  box-sizing: border-box;
}
.cart-estimate-block__fixed .estimete-inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cart-estimate-block__fixed .estimete-inner {
    display: none;
  }
}
.cart-estimate-block__fixed .estimete-inner .rental-date {
  padding: 5px 10px;
  background: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.cart-estimate-block__fixed .estimete-inner .rental-date span {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block {
  display: flex;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row {
  width: 49%;
  padding: 10px;
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 1% 0 0;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row:nth-of-type(2) {
  margin: 0 0 0 1%;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row > h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .shipping-info p {
  line-height: 1.75;
  font-size: 12px;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 12px;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl dt {
  width: 40%;
  text-align: right;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl dt span {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl dd {
  width: 60%;
  text-align: right;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl dd span.pt {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl dd span.tax {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner .clm2-block .each-row .payment-info dl dd span.total {
  color: #c54137;
  font-size: 18px;
  font-weight: 600;
}
.cart-estimate-block__fixed .estimete-inner__sp {
  max-width: 600px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .cart-estimate-block__fixed .estimete-inner__sp {
    display: block;
  }
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .est-btn-trigger {
  position: relative;
  padding: 5px 10px;
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .est-btn-trigger::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1;
  font-size: 16px;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .est-btn-trigger.active::after {
  transform: rotate(135deg);
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content {
  display: none;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .rental-date {
  padding: 5px 10px;
  background: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .rental-date span {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row {
  padding: 10px;
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row > h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .shipping-info p {
  line-height: 1.75;
  font-size: 12px;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 12px;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl dt {
  width: 40%;
  text-align: right;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl dt span {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl dd {
  width: 60%;
  text-align: right;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl dd span.pt {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl dd span.tax {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .detail-content .clm2-block .each-row .payment-info dl dd span.total {
  color: #c54137;
  font-size: 18px;
  font-weight: 600;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp {
  padding: 10px;
  background: #ffffff;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 12px;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl dt {
  width: 40%;
  text-align: right;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl dt span {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl dd {
  width: 60%;
  text-align: right;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl dd span.pt {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl dd span.tax {
  color: #c54137;
}
.cart-estimate-block__fixed .estimete-inner__sp .detail-info .total-fee-sp dl dd span.total {
  color: #c54137;
  font-size: 18px;
  font-weight: 600;
}

.page-type__privacypolicy .privacy-term__wrap dl {
  display: block;
  margin-bottom: 50px;
  line-height: 1.75;
}
.page-type__privacypolicy .privacy-term__wrap dl dt {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .page-type__privacypolicy .privacy-term__wrap dl dt {
    font-size: 16px;
  }
}
.page-type__privacypolicy .privacy-term__wrap dl dd {
  display: block;
  font-size: 14px;
}
.page-type__privacypolicy .privacy-term__wrap dl dd p {
  margin-bottom: 1.5em;
}

.page-type__transactionact .law-term__wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-type__transactionact .law-term__wrap table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__transactionact .law-term__wrap table tbody {
    display: block;
  }
}
.page-type__transactionact .law-term__wrap table tr {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .page-type__transactionact .law-term__wrap table tr {
    display: block;
  }
}
.page-type__transactionact .law-term__wrap table tr th {
  width: 32%;
  padding: 20px 0;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-type__transactionact .law-term__wrap table tr th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #dcdcdc;
    font-weight: 500;
  }
}
.page-type__transactionact .law-term__wrap table tr td {
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .page-type__transactionact .law-term__wrap table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
}

.page-type__news .news-postlist {
  margin-bottom: 70px;
}
.page-type__news .news-postlist article.row {
  display: block;
}
.page-type__news .news-postlist article.row a {
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__news .news-postlist article.row a:hover {
  opacity: 0.7;
}
.page-type__news .news-postlist article.row a dl {
  display: flex;
  padding: 30px 10px;
  line-height: 1.75;
  font-size: 14px;
  border-bottom: 1px dotted #cccccc;
}
@media screen and (max-width: 768px) {
  .page-type__news .news-postlist article.row a dl {
    display: block;
    padding: 20px 0;
  }
}
.page-type__news .news-postlist article.row a dl dt {
  width: 120px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-type__news .news-postlist article.row a dl dt {
    width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
  }
}
.page-type__news .news-postlist article.row a dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .page-type__news .news-postlist article.row a dl dd {
    width: 100%;
  }
}
.page-type__news .news-single-block {
  margin-bottom: 70px;
}
.page-type__news .news-single-block article.post-single {
  display: block;
}
.page-type__news .news-single-block article.post-single header.post-head {
  display: block;
  padding: 25px 10px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  text-align: center;
}
.page-type__news .news-single-block article.post-single header.post-head time.post-date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page-type__news .news-single-block article.post-single header.post-head time.post-date {
    font-size: 12px;
  }
}
.page-type__news .news-single-block article.post-single header.post-head h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type__news .news-single-block article.post-single header.post-head h3 {
    font-size: 16px;
  }
}
.page-type__news .news-single-block article.post-single .post-content {
  line-height: 1.5;
}
.page-type__news .news-single-block article.post-single .post-content p {
  margin-bottom: 1.5em;
  font-size: 14px;
}
.page-type__news .news-single-block article.post-single .post-content img {
  max-width: 100%;
  height: auto !important;
}

.page-type__companytheme .company-term__wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-type__companytheme .company-term__wrap table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__companytheme .company-term__wrap table tbody {
    display: block;
  }
}
.page-type__companytheme .company-term__wrap table tr {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .page-type__companytheme .company-term__wrap table tr {
    display: block;
  }
}
.page-type__companytheme .company-term__wrap table tr th {
  width: 200px;
  padding: 20px 0;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-type__companytheme .company-term__wrap table tr th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #dcdcdc;
    font-weight: 500;
  }
}
.page-type__companytheme .company-term__wrap table tr td {
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .page-type__companytheme .company-term__wrap table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
}

.page-type__recruit .recruit-unavarable {
  padding: 100px 0;
}
.page-type__recruit .recruit-unavarable p {
  line-height: 1.75;
  font-size: 14px;
  text-align: center;
}

.page-type__contact .contact-mailform-block .pre-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 45px;
}
.page-type__contact .contact-mailform-block .pre-text > h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page-type__contact .contact-mailform-block .pre-text > h5 {
    font-size: 18px;
  }
}
.page-type__contact .contact-mailform-block .pre-text p {
  margin-bottom: 1.5em;
}
.page-type__contact .contact-mailform-block .pre-text p.fr {
  color: #c54137;
}
.page-type__contact .contact-mailform-block .pre-text p span {
  color: #c54137;
}
.page-type__contact .contact-mailform-block .flow-next-btn {
  text-align: center;
}
.page-type__contact .contact-mailform-block .flow-next-btn a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f69600;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .flow-next-btn a {
    max-width: 100%;
  }
}
.page-type__contact .contact-mailform-block .flow-next-btn a:hover {
  opacity: 0.7;
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl {
  margin-bottom: 75px;
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .pass-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr {
    display: block;
  }
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr th {
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  font-weight: 600;
  text-align: left;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr th span {
  color: #c54137;
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td {
    display: block;
    padding: 20px 10px;
  }
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td .notes {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  .page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td .notes {
    font-size: 12px;
  }
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td .field-input-confirm {
  line-height: 1.5;
  font-size: 14px;
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td .field-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__contact .contact-mailform-block .form--wrap .pass-tbl table tbody tr td .field-input textarea {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page-type__contact .contact-mailform-block .form--wrap .attention-text {
  margin-bottom: 45px;
}
.page-type__contact .contact-mailform-block .form--wrap .attention-text p {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
.page-type__contact .contact-mailform-block .form--wrap .attention-text p a {
  color: #c54137;
}
.page-type__contact .contact-mailform-block .form--wrap .btn-submit {
  text-align: center;
}
.page-type__contact .contact-mailform-block .form--wrap .btn-submit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .btn-submit ul {
    display: block;
  }
}
.page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li {
    width: 100%;
  }
}
.page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li input, .page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f69600;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background: #f69600;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li input:hover, .page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li button:hover {
  opacity: 0.7;
}
.page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li input.page-back, .page-type__contact .contact-mailform-block .form--wrap .btn-submit ul li button.page-back {
  background: #999999;
  border: 1px solid #999999;
}

.page-type__olqblog .blog-post-single {
  margin-bottom: 70px;
}
.page-type__olqblog .blog-post-single .post-single {
  display: block;
}
.page-type__olqblog .blog-post-single .post-single header.post-header {
  display: block;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-type__olqblog .blog-post-single .post-single header.post-header {
    padding: 10px;
  }
}
.page-type__olqblog .blog-post-single .post-single header.post-header .ph-block__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page-type__olqblog .blog-post-single .post-single header.post-header .ph-block__top p.post-dates {
  font-size: 14px;
}
.page-type__olqblog .blog-post-single .post-single header.post-header .ph-block__top h2.post-subtitle {
  font-size: 18px;
  padding: 0 0 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single header.post-header .ph-block__top h2.post-subtitle {
    font-size: 16px;
  }
}
.page-type__olqblog .blog-post-single .post-single header.post-header .post-title {
  margin-bottom: 20px;
}
.page-type__olqblog .blog-post-single .post-single header.post-header .post-title h1 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single header.post-header .post-title h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-type__olqblog .blog-post-single .post-single header.post-header .post-meta {
    display: block;
  }
}
.page-type__olqblog .blog-post-single .post-single header.post-header .post-meta .post-taglist ul li {
  display: inline-block;
  padding: 0 5px 10px 0;
}
.page-type__olqblog .blog-post-single .post-single header.post-header .post-meta .post-taglist ul li > span {
  display: block;
  padding: 5px 10px;
  border: 1px solid #999999;
  font-size: 12px;
  text-decoration: none;
  border-radius: 15px;
  color: #666666;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap {
    font-size: 14px;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container {
  border: 1px solid #cccccc;
  padding: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container {
    padding: 10px;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container a {
  color: #c54137;
  text-decoration: none;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container a span {
  color: #333333;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container li {
  padding: 5px 0;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container > ul > li > ul {
  padding: 0 0 0 1em;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap #toc_container > ul > li > ul > li > ul {
  padding: 0 0 0 1em;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap p {
  margin-bottom: 1.5em;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap a.textlink {
  text-decoration: underline;
  color: #c54137;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap a.textlink span {
  margin-left: 5px;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap img {
  max-width: 100%;
  height: auto !important;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap h3.read-h3 {
  font-size: 30px;
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  background: #333333;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap h3.read-h3 {
    padding: 10px;
    font-size: 20px;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap h4.read-h4 {
  font-size: 24px;
  display: block;
  padding: 7px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap h4.read-h4 {
    padding: 5px 0;
    font-size: 18px;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap h5.read-h5 {
  font-size: 20px;
  display: block;
  padding: 0 0 0 15px;
  border-left: 10px solid #666666;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap h5.read-h5 {
    padding: 0 0 0 10px;
    border-left: 5px solid #666666;
    font-size: 16px;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .youtube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap span.focus-text {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap span.focus-text::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #fffc00;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl {
  margin-bottom: 30px;
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table {
  width: 100%;
  border-collapse: collapse;
  color: #555555;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody {
    display: block;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr {
  border-bottom: 1px solid #e7e7e8;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr {
    display: block;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr th {
  padding: 7px 15px;
  background: #9fa0a0;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr th {
    display: block;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr td {
  padding: 7px 15px;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr td {
    display: block;
    padding: 7px;
    box-sizing: border-box;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr td.h-bar {
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-post-single .post-single .post-contents__wrap .spec-tbl table tbody tr td.h-bar {
    width: 100%;
  }
}
.page-type__olqblog .blog-post-single .post-single .post-snslist {
  display: block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
  padding: 20px 10px;
}
.page-type__olqblog .blog-post-single .post-single .post-snslist .addtoany_shortcode .addtoany_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-type__olqblog .blog-post-single .post-single .post-snslist .addtoany_shortcode .addtoany_list > a {
  margin: 5px;
}
.page-type__olqblog .blog-postlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.page-type__olqblog .blog-postlist article.row {
  display: block;
  width: 31.3333%;
  margin: 0 3% 3% 0;
}
.page-type__olqblog .blog-postlist article.row:nth-of-type(3n) {
  margin: 0 0 3% 0;
}
@media screen and (max-width: 768px) {
  .page-type__olqblog .blog-postlist article.row {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  .page-type__olqblog .blog-postlist article.row:nth-of-type(even) {
    margin: 0 0 4% 0 !important;
  }
}
.page-type__olqblog .blog-postlist article.row > a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__olqblog .blog-postlist article.row > a:hover {
  opacity: 0.7;
}
.page-type__olqblog .blog-postlist article.row > a .post-thumb {
  margin-bottom: 10px;
}
.page-type__olqblog .blog-postlist article.row > a .post-thumb img {
  width: 100%;
}
.page-type__olqblog .blog-postlist article.row > a .post-meta time.post-date {
  display: block;
  background: #f3f3f3;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
.page-type__olqblog .blog-postlist article.row > a .post-meta .post-exc p {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .blog-postlist article.row > a .post-meta .post-exc p {
    font-size: 12px;
  }
}
.page-type__olqblog .related-post__wrap > h6 {
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background: #000000;
  margin-bottom: 20px;
}
.page-type__olqblog .related-post__wrap .blog-related-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row {
  display: block;
  width: 31.3333%;
  margin: 0 3% 3% 0;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row:nth-of-type(3n) {
  margin: 0 0 3% 0;
}
@media screen and (max-width: 768px) {
  .page-type__olqblog .related-post__wrap .blog-related-list article.row {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  .page-type__olqblog .related-post__wrap .blog-related-list article.row:nth-of-type(even) {
    margin: 0 0 4% 0 !important;
  }
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row > a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row > a:hover {
  opacity: 0.7;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row > a .post-thumb {
  margin-bottom: 10px;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row > a .post-thumb img {
  width: 100%;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row > a .post-meta time.post-date {
  display: block;
  background: #f3f3f3;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
.page-type__olqblog .related-post__wrap .blog-related-list article.row > a .post-meta .post-exc p {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .page-type__olqblog .related-post__wrap .blog-related-list article.row > a .post-meta .post-exc p {
    font-size: 12px;
  }
}

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