@charset "UTF-8";
/* ====================
 common
==================== */
body.body-fixed{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
div.wrapper_ {
  padding: 0 15px;
}
.navitopicpath_ {
  margin: 10px 0 20px;
  font-size: 10px;
}
.navitopicpath_ li:last-of-type a {
  text-decoration: none;
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 1px solid #999;
  border-radius: 20px;
  background: #FFF;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
input[type="radio"]:checked:before {
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
}
input[type="radio"] + label{
  margin-right: 10px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 3px;
  background: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}
input[type="checkbox"] + label{
  margin-right: 10px;
}
input[type="checkbox"]:disabled {
  opacity: 0.3;
}
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: calc(50% - 1px);
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
input[type="checkbox"]:checked::after {
  opacity: 1;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], input[type="date"], textarea {
  border-color: #D5D5D5;
  font-size: 14px;
}
input[type="date"]{
  width: auto;
  position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
input[type="date"]::after {
  content: '';
  background-image: url(../../img/usr/common/ico_calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.btn-primary {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.btn-default {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.btn-secondary {
  color: #FFF;
  border-color: #777;
  background-color: #777;
}
.btn-secondary:visited {
  color: #FFF;
}
input.go-back-btn, input.back-to-home, input.back-to-list, input.disagree-btn, input[name="back.x"] {
  background: #777;
  color: #FFF;
}
.btn-large {
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
}
.btn-line {
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  width: 165px;
}
.move_button_, input.move_button_ {
  background: #FFF;
  border: 1px solid #333;
}
div.submit_ .btn-primary, div.submit_ .btn-secondary, div.submit_ .btn-default, div.submit_ .btn-neutral {
  font-size: 16px;
  font-weight: bold;
}
div.wrapper_:not(:has(.navitopicpath_)) {
  padding-top: 30px;
}
.page-top div.wrapper_:not(:has(.navitopicpath_)) {
  padding-top: 0;
}
ul.formdetail_, dl.formdetail_ {
   border-color: #D5D5D5;
}
ul.formdetail_ li.title_, dl.formdetail_ dt {
  background: #EBF4FA;
}
ul.formdetail_ li input, dl.formdetail_ dd input, ul.formdetail_ li select, dl.formdetail_ dd select {
  border-color: #D5D5D5;
}
table.formlist_ th {
  font-size: 12px;
  border: 1px solid #D5D5D5;
  background-color: #EBF4FA;
  padding: 8px 12px;
}
table.formlist_ td {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid #D5D5D5;
}
table.bizsearch_ th {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
}
p.message_ a{
  color: var(--color-primary);
  text-decoration: underline;
}
.pc-only{
  display: none;
}
select{
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../img/usr/common/select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px;
  padding-right: 24px;
  border-color: #999;
  padding: 8px 30px 8px 8px;
}
h1.genre_name_{
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
h1.genre_name_{
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
h1.genre_name_::before, h1.genre_name_::after {
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
h1.genre_name_::before {
  top: calc(50% - 7px);
  background: var(--color-primary);
}
h1.genre_name_::after {
  top: calc(50% + 7px);
  background: var(--color-secondary);
}
/* ====================
 Header
==================== */
header{
  padding: 60px 0 0;
}
#header{
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 10;
}
header > div.header_ {
  position: static;
}
.block-header__main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 3px 15px;
}
.block-header__logo h1{
  margin: 0;
}
.block-header__logo-img{
  width: 130px;
  height: auto;
}
.block-header__user{
  font-size: 9px;
  text-align: right;
}
.block-header__top-nav-list{
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-header__top-nav-list-item a{
  display: block;
  font-size: 9px;
  text-align: center;
  color: var(--color-primary);
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.block-header__top-nav-list-item a:hover{
  color: var(--color-secondary);
}
.block-header__top-nav-list-item a::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.block-header__top-nav-list-entry a::before{
  background: url(../../img/usr/common/ico_mypage.png) center center / contain no-repeat;
}
.block-header__top-nav-list-entry a:hover::before{
  background: url(../../img/usr/common/ico_mypage_on.png) center center / contain no-repeat;
}
.block-header__top-nav-list-bookmark a::before{
  background: url(../../img/usr/common/ico_bookmark.png) center center / contain no-repeat;
}
.block-header__top-nav-list-bookmark a:hover::before{
  background: url(../../img/usr/common/ico_bookmark_on.png) center center / contain no-repeat;
}
.block-header__top-nav-list-contract a::before{
  background: url(../../img/usr/common/ico_contract.png) center center / contain no-repeat;
}
.block-header__top-nav-list-contract a:hover::before{
  background: url(../../img/usr/common/ico_contract_on.png) center center / contain no-repeat;
}
.block-header__top-nav-list-mypage a::before{
  background: url(../../img/usr/common/ico_mypage.png) center center / contain no-repeat;
}
.block-header__top-nav-list-mypage a:hover::before{
  background: url(../../img/usr/common/ico_mypage_on.png) center center / contain no-repeat;
}
.block-header__top-nav-list-login a::before{
  background: url(../../img/usr/common/ico_login.png) center center / contain no-repeat;
  position: relative;
  left: -2px;
}
.block-header__top-nav-list-login a:hover::before{
  background: url(../../img/usr/common/ico_login_on.png) center center / contain no-repeat;
  position: relative;
  left: -2px;
}
.block-header__top-nav-list-logout a::before{
  background: url(../../img/usr/common/ico_logout.png) center center / contain no-repeat;
  position: relative;
}
.block-header__top-nav-list-logout a:hover::before{
  background: url(../../img/usr/common/ico_logout_on.png) center center / contain no-repeat;
  position: relative;
}
.block-header__top-nav-list-cart a::before{
  background: url(../../img/usr/common/ico_cart.png) center center / contain no-repeat;
  position: relative;
  left: -2px;
}
.block-header__top-nav-list-cart a:hover::before{
  background: url(../../img/usr/common/ico_cart_on.png) center center / contain no-repeat;
  position: relative;
  left: -2px;
}
.block-header__top-nav-list-cart-count{
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: -5px;
  color: #FFF;
  display: block;
  line-height: 14px;
  background: #333;
  border-radius: 50%;
}
.block-header__top-nav-list-text{
  font-size: 9px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.5;
  display: block;
}
.block-menu-btn div{
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  left: -1px;
}
.block-menu-btn div span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 4px;
  background: var(--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-menu-btn div span:nth-of-type(1) {
  top: 7px;
}
.block-menu-btn div span:nth-of-type(2) {
  top: 13px;
}
.block-menu-btn div span:nth-of-type(3) {
  top: 19px;
}
.block-header__info{
  background: #F5F5F5;
}
.block-header__info-list{
  padding-inline: 15px;
}
.block-header__info-list-item{
  text-align: center;
  padding: 6px 0;
}
.block-header__info-list-item a{
  font-size: 11px;
  font-weight: 500;
  color: var(--color-attention);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.block-gnavi{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #777;
  display: none;
}
.block-gnavi-close{
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 5px;
  border: none;
  background: none;
  font-size: 0;
}
.block-gnavi-close::before,.block-gnavi-close::after{
  content: "";
  width: 22px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-gnavi-close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.block-gnavi-close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.block-gnavi-inner{
  width: calc(100% - 35px);
  height: 100%;
  overflow-y: auto;
  position: relative;
  background: #FFF;
  padding: 15px 0;
}
.block-gnavi__link{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding:  0 15px;
}
.block-gnavi__link-item{
  width: calc((100% - 10px) / 2);
}
.block-gnavi__link-item a{
  font-size: 12px;
  line-height: 1;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}
.block-gnavi__link-item a::before{
  content: "";
  width: 25px;
  height: 25px;
  display: block;
}
.block-gnavi__link-item--login a::before{
  background: url(../../img/usr/common/ico_login.png) center center / contain no-repeat;
}
.block-gnavi__link-item--enrty a::before{
  background: url(../../img/usr/common/ico_mypage.png) center center / contain no-repeat;
}
.block-gnavi__link-item--logout a::before{
  background: url(../../img/usr/common/ico_logout.png) center center / contain no-repeat;
}
.block-gnavi__link-item--mypage a::before{
  background: url(../../img/usr/common/ico_mypage.png) center center / contain no-repeat;
}
.block-gnavi__link-item--contract a::before{
  background: url(../../img/usr/common/ico_contract.png) center center / contain no-repeat;
}
.block-gnavi__link-item--bookmark a::before{
  background: url(../../img/usr/common/ico_bookmark.png) center center / contain no-repeat;
}
.block-gnavi__search{
  margin-bottom: 20px;
  padding: 0 15px;
}
.block-gnavi__search form{
  display: flex;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  position: relative;
}
.block-gnavi__search .search_keyword_{
  font-size: 14px;
  width: 100%;
  height: 42px;
  padding: 0 42px 0 15px;
  outline: none;
  border: none;
  background: none;
  border-radius: 5px;
}
.block-gnavi__search .search_submit {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
  position: absolute;
  top: 1px;
  right: 1px;
}
.block-gnavi__search .search_submit::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_search.png) center center / contain no-repeat;
}
.block-gnavi__nav-title{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  padding: 5px 15px;
}
.block-gnavi__nav-list-item{
  border-bottom: 1px solid #D5D5D5;
}
.block-gnavi__nav-list-item a{
  font-size: 12px;
  display: block;
  padding: 10px 15px;
}
.block-gnavi__nav-parent{
  font-size: 12px;
  color: var(--color-txt);
  text-align: left;
  width: 100%;
  display: block;
  padding: 10px 15px;
  background: none;
  border: none;
  outline: none;
  position: relative;
}
.block-gnavi__nav-parent::before,.block-gnavi__nav-parent::after{
  content: "";
  width: 10px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  right: 10px;
}
.block-gnavi__nav-parent::before{
  transform: translateY(-50%);
}
.block-gnavi__nav-parent::after{
  transform: translateY(-50%) rotate(90deg);
  transition: .3s;
}
.block-gnavi__nav-parent.is-open::after{
  transform: translateY(-50%) rotate(0);
}
.block-gnavi__nav-child{
  display: none;
}
.block-gnavi__nav-child-item{
  background: #F5F5F5;
  border-top: 1px solid #D5D5D5;
}
.block-gnavi__nav-child-item a{
  padding-left: 25px;
}
.block-header__link{
  margin: 0 0 10px;
}
.block-header__link a{
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background: #42BDC6;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 0 10px;
  border-radius: 0 0 0 5px;
}
.block-header__link a::after{
  content: "";
  width: 8.5px;
  height: 8.5px;
  background: url(../../img/usr/common/ico_external.png) center center / contain no-repeat;
  display: inline-block;
  margin-left: 4px;
}

/* ====================
 トップページ本文
==================== */
.block-mainvisual{
  margin: 0 0 30px;
}
.block-mainvisual__img img{
  width: 100%;
  height: auto;
}

/* ====================
 トップページ予備テンプレート
==================== */
.block-common-headline{
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
.block-common-headline__en{
  font-size: 10px;
  color: var(--color-primary);
  margin-left: 10px;
}
.block-common-headline::before,.block-common-headline::after{
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.block-common-headline::before{
  top: calc(50% - 7px);
  background: var(--color-primary);
}
.block-common-headline::after{
  top: calc(50% + 7px);
  background: var(--color-secondary);
}
.block-top-service{
  margin: 0 0 50px;
}
.block-top-service__list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.block-top-service__list-item{
  width: calc((100% - 15px) / 2);
  background: #FFF;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.block-top-service__list-item a{
  display: block;
  height: 100%;
  padding: 10px;
  position: relative;
}
.block-top-service__list-item a::after{
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.block-top-service__list-item a:hover::after{
  opacity: 1;
}
.block-top-service__list-img{
  margin: 0 0 10px;
}
.block-top-service__list-img img{
  width: 100%;
  height: auto;
}
.block-top-service__list-title{
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-top-service__list-company{
  font-size: 12px;
  line-height: 1.8;
}
.block-top-service__btn-more{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: none;
  border: none;
  outline: none;
  margin: 30px auto 0;
  padding: 0 0 0 22px;
  position: relative;
}
.block-top-service__btn-more::before{
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  background: #FFF;
}
.block-top-service__btn-more::after{
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(45deg);
}
.block-top-service__btn-more.is-open::after{
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(225deg);
}
.block-top-service .notes{
  margin: 10px 0 0;
}

.block-top-about{
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.block-top-about::before{
  content: "";
  width: 345px;
  height: 240px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/usr/top/bg_marketplace.png) center top / contain no-repeat;
}
.block-top-about::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(150deg,#0075C2 30%,#62C9D9 ,#ECF9FB);
  opacity: 0.85;
  mix-blend-mode: multiply;
}
.block-top-about .container{
  position: relative;
  z-index: 1;
}
.block-top-about__headline{
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.8;
  margin: 0 0 20px;
}
.block-top-about__text{
  font-size: 12px;
  color: #FFF;
  line-height: 1.8;
  margin: 0 0 140px;
}
.block-common-btn{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.08em;
  max-width: 320px;
  width: 100%;
  display: block;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  margin-inline: auto;
  padding: 12px;
  position: relative;
  transition: .3s;
}
.block-top-about-btn{
  color: #333;
  background: #FFF;
  border-color: #FFF;
}
.block-top-about-btn::before{
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: #FFF;
}
.block-top-about-btn::after{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%) rotate(45deg);
}
.block-top-about-btn:hover{
  color: #FFF;
  background: var(--color-primary);
}

/* ====================
 トピックス
==================== */
.page-top .topiclist_{
  margin: 0 auto 50px;
  padding: 0 15px;
  position: relative;
}
.page-top div.topiclist_ .topiclist_head_ {
  margin: 0;
  padding: 0;
}
.page-top div.topiclist_ .topiclist_head_ .block-common-headline{
  font-size: 22px;
  padding: 0 0 0 14px;
}
.page-top div.topiclist_ .topiclist_head_ .block-common-headline::before{
  width: 4px;
  height: 12px;
  top: calc(50% - 7px);
  background: var(--color-primary);
}
.page-top div.topiclist_ .topiclist_body_ {
  padding: 0;
  background: none;
}
.page-top div.topiclist_ ul.topicline_ {
  padding: 0;
}
.page-top div.topiclist_ ul.topicline_ > li {
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #DCDCDC;
}
.page-top div.topiclist_ ul.topicline_ > li:first-child {
  border-top: 1px solid #DCDCDC;
}
.page-top div.topiclist_ ul.topicline_ > li dl dt {
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-top div.topiclist_ ul.topicline_ > li dl dt img{
  width: auto;
  height: 18px;
  margin: 0;
}
.page-top div.topiclist_ ul.topicline_ > li dd {
  width: 100%;
  padding: 5px 0 0;
}
.page-top .topicline_ > li dl dd a{
  color: var(--color-txt);
  transition: color .3s;
}
.page-top .topicline_ > li dl dd a:hover{
  color: var(--color-primary);
}
.page-top .topicline_detaillist_{
  padding: 0;
  position: absolute;
  top: 5px;
  right: 15px;
}
.page-top .topicline_detaillist_ a{
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  transition: color .3s;
  border: none;
  border-radius: 0;
  min-width: auto;
}
.page-top .topicline_detaillist_ a::before{
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  background: #FFF;
}
.page-top .topicline_detaillist_ a::after{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  position: absolute;
  top: calc(50% + 1px);
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
}
.page-top .topicline_detaillist_ a:hover{
  color: var(--color-primary);
}

/* ====================
 Footer
==================== */
div.footer_ {
  margin: 0;
  background: #FFF;
}
.block-footer__top{
  padding: 20px 0;
}
.block-footer__container{
  padding: 0 15px;
}
.block-footer__logo{
  text-align: center;
  margin: 0 0 20px;
}
.block-footer__logo-img{
  width: 160px;
  height: auto;
}
.block-footer__nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-footer__nav + .block-footer__nav{
  margin-top: 10px;
}
.block-footer__nav-item{
  padding-inline: 20px;
  position: relative;
}
.block-footer__nav-item:not(:last-child)::after{
  content: "";
  width: 1px;
  height: 12px;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-block: auto;
}
.block-footer__nav a{
  font-size: 12px;
  display: block;
}
.block-footer__nav a:hover{
  color: var(--color-primary);
}
.block-footer__bottom{
  background: var(--color-primary);
  padding: 10px 0;
}
div.footer_ #copyright{
  font-size: 10px;
  color: #FFF;
  text-align: center;
  padding: 0;
}
#footer_pagetop{
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
#footer_pagetop a{
  width: 40px;
  height: 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background: #FFF;
  transition: background-color .3s;
}
#footer_pagetop a::before {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%,-50%) rotate(45deg);
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}

/* ====================
 最近見た商品
==================== */
.page-top div#block_of_history,
.page-category div#block_of_history,
.page-search div#block_of_history,
.page-genre div#block_of_history,
.page-event div#block_of_history {
  padding: 50px 0;
  background: #F5F5F5;
}
.page-category div#block_of_history,
.page-search div#block_of_history,
.page-genre div#block_of_history,
.page-event div#block_of_history {
  margin: 30px -15px 0;
  max-width: none;
}
div#block_of_history h2.ttl_history_ {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 15px;
}
h2.ttl_history_::before {
  display: none;
}
#itemHistoryButton{
  display: none;
}
.page-category #block_of_history div.goods_:has(ul.goods_p_),
.page-genre #block_of_history div.goods_:has(ul.goods_p_),
.page-event #block_of_history div.goods_:has(ul.goods_p_),
.page-search #block_of_history div.goods_:has(ul.goods_p_) {
  margin: 0;
  overflow-x: auto;
}
.page-category #block_of_history div.goods_ ul.goods_p_,
.page-genre #block_of_history div.goods_ ul.goods_p_,
.page-event #block_of_history div.goods_ ul.goods_p_,
.page-search #block_of_history div.goods_ ul.goods_p_ {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  width: max-content;
  gap: 2px;
  overflow: unset;
  padding-bottom: 5px;
}
.page-category #block_of_history div.goods_ ul.goods_p_ li,
.page-genre #block_of_history div.goods_ ul.goods_p_ li,
.page-event #block_of_history div.goods_ ul.goods_p_ li,
.page-search #block_of_history div.goods_ ul.goods_p_ li{
  width: 40vw;
  flex: 0 0 auto;
  padding-right: 10px;
}
#block_of_history div.goods_ ul.goods_p_{
  padding-left: 15px;
  gap: 2px;
}
#block_of_history div.goods_ {
  background: none;
}
#block_of_history .block-goods-list-favorite,#block_of_history div.icon_,#block_of_history .g_price_,#block_of_history .qty_,#block_of_history .add-cart-btn {
  display: none;
}
#block_of_history ul.goods_p_ li {
  background: #FFF;
  padding: 10px;
  border: none;
  border-radius: 0;
}
#block_of_history ul.goods_p_ li .block_ {
  display: block;
}
#block_of_history ul.goods_p_ li div.goods_img_{
  width: 100%;
  margin-bottom: 8px;
}
#block_of_history ul.goods_p_ li .block_ div.goods_detail_ {
  width: 100%;
}
#block_of_history ul.goods_p_ li .block_ div.name_ {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}

/* ====================
 商品一覧
==================== */
h1.category_name_ {
  font-size: 22px;
  color: var(--color-txt);
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
h1.category_name_::before,h1.category_name_::after{
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
h1.category_name_::before{
  top: calc(50% - 7px);
  background: var(--color-primary);
}
h1.category_name_::after{
  top: calc(50% + 7px);
  background: var(--color-secondary);
}
.block-goods-filter {
  height: auto;
  border-top: 1px solid var(--color-primary);
  margin: 30px 0 20px;
  padding-top: 30px;
}
.block-goods-filter:not(:has(.block-filter--header)) {
  margin-bottom: 0;
}
.block-goods-list--params {
  gap: 14px;
  width: 100%;
  border: none;
  margin: 0;
  position: relative;
  justify-content: center;
}
.block-goods-list--params .block-filter {
  width: calc((100% - 14px) / 2);
}
.block-goods-list--params .block-goods-list--sort-order-items {
  border-left: 0;
  width: calc((100% - 14px) / 2);
}
.block-goods-list--params .block-filter .block-filter--header,.block-goods-list--params .block-filter .block-filter--header.block-filter--header.block-filter--open{
  background: #FFF;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 7px 10px;
}
.block-goods-list--params .block-filter .block-filter--header{
  background: #FFF;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 7px 10px;
}
.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header h2 {
  padding: 7px 10px;
  background: #FFF;
  border: 1px solid #999;
  border-radius: 3px;
  text-align: left;
}
.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header h2::after {
  height: 7px;
  top: calc(50% - 3px);
  right: 10px;
  border: none;
  background: #333;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: none;
}
.block-goods-list--sort-order-items .block-sort--element {
  top: 33px;
  min-width: 165px;
  width: 100%;
}
.block-goods-list--params .block-filter .block-filter--header::before {
  width: 15px;
  height: 9.5px;
  margin: auto 0;
  background: url(../../img/usr/sp/ico_filter.png) center center / 100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom:0;
  left: 10px;
}
.block-sort--element ul.block-sort--list {
  border-color: #999;
  border-radius: 3px;
  padding-block: 5px;
}
.block-sort--element ul.block-sort--list a{
  font-size: 12px;
  padding: 4px 0 4px 10px;
}
.block-sort--element ul.block-sort--list span {
  font-size: 12px;
  padding: 4px 0 4px 10px;
}
.block-sort--element ul.block-sort--list span::before {
  display: none;
}
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-header {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  display: block;
  background: #66ACDA;
  padding: 6px 10px;
}
.block-filter--filter-items{
  padding: 0 15px;
}
.filter_ {
  margin-bottom: 20px;
}
.filter_button_ .btn-large {
  width: 200px;
  margin: 0;
  padding: 14px 4px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background: var(--color-primary);
}
.filter_title_ {
  margin: 0;
  padding: 10px 10px 10px 0;
  border-color: #D2D2D2;
}
.filter_controls_ {
  border-top: 0;
  padding: 10px;
}
.clear_filter_ {
  text-align: center;
  margin-top: 30px;
}
.filter_type2_class {
  border-bottom: 1px solid #D2D2D2;
  padding: 10px;
}
.filter_type4_class {
  border-bottom: 1px solid #D2D2D2;
  padding: 10px;
}
.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1px;
  display: block;
  width: 10px;
  height: 2px;
  background: var(--color-primary);
  border: none;
}
.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::after {
  top: calc(50% - 1px);
  right: 1px;
  display: block;
  width: 10px;
  height: 2px;
  background: var(--color-primary);
  border: none;
  transform: rotate(-90deg);
}
.block-filter--modal .block-filter--frame .block-filter--close .block-filter--expand-icon .block-icon-image-double-small::after {
  transform: rotate(0);
}
.filter_items_{
  font-size: 14px;
}
.filter_type2_class .checkbox_container input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 3px;
}
.filter_type4_class .checkbox_container input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 3px;
}
.filter_type4_item {
  margin: 0 10px 0 0;
}
.filter_type4_container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
}
.block-goods-list--params .block-filter--modal .block-filter--frame-bg {
  background: rgba(0, 0, 0, 0.82);
}
.block-goods-list--params .block-filter--modal .block-filter--frame {
  top: 60px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 120px);
  padding: 0;
  color: var(--color-txt);
}
.block-goods-list--params .block-filter--modal .block-filter--frame-bg::before {
  top: 25px;
  width: 1px;
}
.block-goods-list--params .block-filter--modal .block-filter--frame-bg::after {
  top: 25px;
  width: 1px;
}
.navipage_ .navipage_sum_ {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0;
}
ul.goods_p_{
  gap: 10px;
}
ul.goods_p_ li {
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
}
ul.goods_p_ li:last-child {
  border-bottom: 1px solid #D5D5D5;;
}
ul.goods_p_ li .block_ {
  flex-direction: row;
  gap: 15px;
}
ul.goods_p_ li .block_ div.goods_img_ {
  width: calc((100% - 15px) * 0.3);
  margin: 0;
}
ul.goods_p_ li .block_ div.goods_img_ .block-goods-list-favorite{
  display: none;
}
ul.goods_p_ li .block_ div.goods_detail_ {
  display: block;
  width: calc((100% - 15px) * 0.7);
}
ul.goods_p_ li .block_ div.icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
ul.goods_p_ li .block_ div.icon_ img{
  height: 16px;
  display: block;
}
ul.goods_p_ li .block_ div.name_, ul.goods_p_ li .block_ div.name_ a, ul.goods_p_ li .block_ div.name_ span.name_ {
  max-height: none;
  font-weight: bold;
  line-height: 1.6;
  color: var(--color-txt);
}
ul.goods_p_ li .block_ div.name_{
  margin-bottom: 5px;
}
ul.goods_p_ li .block_ div.goods_detail_ .btn_login {
  display: none;
}
ul.goods_p_ li .block_ .comment_ {
  display: block;
  line-height: 1.5;
}
ul.goods_p_ li .block_ .comment_ .small_{
  font-size: 12px;
}
ul.goods_p_ li .block_ .qty_,ul.goods_p_ li .block_ .add-cart-btn {
  display: none;
}
ul.goods_p_ li .block_ .g_price_{
  margin: 8px 0 0;
}
ul.goods_p_ li .block_ .g_price_, ul.goods_p_ li .block_ .g_price_ .price_,
ul.goods_p_ li .block_ .subsc_price_ {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-txt);
}
ul.goods_p_ li .block_ .g_price_ .price_::after {
  content: "(税込)";
  font-size: 10px;
  display: inline-block;
}
ul.goods_p_ li .block_ .g_price_, ul.goods_p_ li .block_ .g_price_ .price_ {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-txt);
}
ul.goods_p_ li .block_ .g_price_ .price_title_,
ul.goods_p_ li .block_ .subsc_price_title_{
  position: relative;
  width: 6em;
  display: inline-block;
  padding-right: 1em;
}

ul.goods_p_ li .block_ .g_price_ .price_title_::after,
ul.goods_p_ li .block_ .subsc_price_title_::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
 ul.goods_p_ li .block_ .g_price_ .default_price_{
  display: none;
}
.navipage_ {
  margin: 20px 0 30px;
}
.navipage_.bottom_ {
  margin: 30px 0 50px;
}
.navipage_ .navipage_frame_ {
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
}
.navipage_ .navipage_reverse_ span, .navipage_ .navipage_forward_ span{
  width: 28px;
  height: 28px;
  display: block;
}
.navipage_ .navipage_reverse_ a,.navipage_ .navipage_forward_ a {
  width: 28px;
  height: 28px;
}
.navipage_ .navipage_first_ a::before {
  top: calc(50% - 4px);
  left: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
}
.navipage_ .navipage_first_ a::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
}
.navipage_ .navipage_prev_ a::before {
  top: calc(50% - 4px);
  left: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
}
.navipage_ .navipage_next_ a::before {
  top: calc(50% - 4px);
  right: 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
.navipage_ .navipage_last_ a::before {
  top: calc(50% - 4px);
  right: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
.navipage_ .navipage_last_ a::after {
  top: calc(50% - 4px);
  right: 7px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
.navipage_ .pagination{
  display: flex;
  align-items: center;
  gap: 10px;
}
.navipage_ .pagination li {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.navipage_ .pagination li a {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #000;
  border: 1px solid #D5D5D5;
}
.navipage_ .pagination li .navipage_now_ {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: var(--color-primary);
  background: #EBF4FA;
}
.CategoryStyleG_ .CategoryStyleG_Item_ {
  margin: 0 0 10px;
}
.CategoryStyleG_ .category_link_, .CategoryStyleG_ .category_nolink_ {
  display: block;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #D5D5D5;
}
.CategoryStyleG_ .img_frame_ {
  display: flex;
  align-items: center;
  gap: 15px;
}
.CategoryStyleG_ .img_frame_ .img_ {
  width: calc((100% - 15px) * 0.3);
  margin: 0;
}
.CategoryStyleG_ .img_frame_ .name_ {
  width: calc((100% - 15px) * 0.7);
  text-align: left;
}
.CategoryStyleG_ .comment_frame_ {
  font-size: 12px;
  width: 100%;
  margin: 10px 0 0;
}
ul.GenreStyle_ .genre_link_, ul.GenreStyle_ .genre_nolink_ {
  display: block;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #D5D5D5;
}
ul.GenreStyle_ .img_frame_ {
  display: flex;
  align-items: center;
  gap: 15px;
}
ul.GenreStyle_ .img_frame_ .img_  {
  width: calc((100% - 15px) * 0.3);
  margin: 0;
}
ul.GenreStyle_ .img_frame_ .name_ {
  width: calc((100% - 15px) * 0.7);
  text-align: left;
}
ul.GenreStyle_ .comment_frame_{
  font-size: 12px;
  width: 100%;
  margin: 10px 0 0;
}

/* ====================
 商品詳細
==================== */
.goodsproductdetail_ .goodsimg_ {
  margin: 0 0 20px;
}
.goodsproductdetail_ .goodsimg_ .swiper-slider-main {
  width: 64%;
  margin: 0 auto;
}
.goodsproductdetail_ .goodsimg_ .swiper-slider-main img {
  width: 100%;
  height: auto;
}
.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail {
  margin: 0 -15px;
  padding-inline: 15px;
  display: none;
}
.goodsproductdetail_ .block-icon{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 10px;
}
.goodsproductdetail_ .block-icon img{
  width: auto;
  height: 16px;
}
h1.goods_name_ {
  line-height: 1.5;
  margin: 0 0 10px;
}
.top_comment_ {
  margin-bottom: 15px;
}
.top_comment_ p {
  margin-bottom: 0;
}
div.title_block_ {
  margin: 0 0 20px;
}
div.goodscomment1_,div.goodscomment2_ {
  margin-bottom: 0;
}
div.goodscomment3_ {
  margin-bottom: 50px;
}
.accordion-contents{
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.accordion-contents + .accordion-contents{
  border-top: 0;
}
div.goodscomment1_:has(.accordion-contents) + div.goodscomment2_ .accordion-contents{
  border-top: 0;
}
div.goodscomment2_:has(.accordion-contents) + div.goodscomment3_ .accordion-contents{
  border-top: 0;
}
.accordion-title {
  font-size: 14px;
  font-weight: bold;
}
.accordion-title button {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-txt);
  text-align: left;
  background: none;
  border: none;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.accordion-title button::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.accordion-title button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  position: absolute;
  top: calc(50% - 2px);
  right: 17px;
  transform: translateY(-50%) rotate(135deg);
}
.accordion-title button.is-open::after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(315deg);
}
.accordion-item {
  padding: 5px 10px 30px;
  display: none;
}
.accordion-item a{
  text-decoration: underline;
}
div.goodscomment4_ {
  margin-bottom: 50px;
}
.goods_agree_text_{
  display: none;
}
.goods_link_{
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.goods_link_ button{
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.goods_order_area_{
  display: none;
}
.color-red{
  color: var(--color-attention);
}
.goods_modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.goods_modal_bg{
  background: rgba(51,51,51,0.82);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.goods_modal_container{
  width: calc(100% - 30px);
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
}
.goods_modal_scroll{
  width: 100%;
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
  background: #FFF;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 15px;
}
.goods_modal_close{
  position: absolute;
  top: -32px;
  right: 0;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.goods_modal_close::before,.goods_modal_close::after{
  content: "";
  width: 24px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.goods_modal_close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.goods_modal_close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.goods_modal_contents{
  font-size: 12px;
  line-height: 1.8;
  display: none;
}
.goods_modal_contents h2{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 20px;
  padding: 5px 10px;
  border: none;
}
.goods_modal_contents h3{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
.goods_modal_contents a{
  color: var(--color-primary);
  text-decoration: underline;
}
.goods_modal_list{
  margin: 20px 0 0;
}
.goods_modal_list_main{
  margin: 15px 0 0;
}
[data-modal="caution"] .goods_modal_list_main > * + *{
  margin-top: 15px;
}
.goods_modal_list_sub ul{
  padding: 0 1em;
}
div.goodscomment5_ {
  margin-bottom: 20px;
}
div.goodscomment6_{
  margin: 0 0 50px;
}
.page-goods .youtube{
  max-width: none;
  margin: 0 -15px;
}
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
div.goodscomment7_ {
  margin: 0 0 20px;
}
.goodscomment_title_ {
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  margin: 0 0 10px;
  padding: 0 0 2px;
}
.accessory_list_{
  max-width: none;
  margin: 0 -15px;
  padding: 50px 15px;
  background: #F5F5F5;
}
.accessory_list_ h2{
  font-size: 18px;
  margin: 0 0 20px;
}
.page-goods .accessory_list_ div.goods_{
  background: none;
  padding: 0;
}
.page-goods .accessory_list_ div.goods_:has(ul.goods_p_) ul.goods_p_ {
  gap: 2px;
  padding: 0;
}
.page-goods .accessory_list_ div.goods_:has(ul.goods_p_) ul.goods_p_ li {
  padding: 10px;
  border: none;
  border-radius: 0;
}
.page-goods .accessory_list_ ul.goods_p_ li .block_ {
  display: block;
}
.page-goods .accessory_list_ ul.goods_p_ li .block_ div.goods_img_ {
  width: 100%;
  margin: 0 0 7px;
}
.page-goods .accessory_list_ ul.goods_p_ li .block_ div.goods_detail_ {
  width: 100%;
}
.page-goods .accessory_list_ ul.goods_p_ li .block_ div.icon_ {
  display: none;
}
.page-goods .accessory_list_ ul.goods_p_ li .block_ .g_price_{
  display: none;
}
.goodsproductdetail_ dl.goodsspec_{
  display: none;
}
div.cartbox_ {
  font-weight: bold;
  margin: 0;
  justify-content: flex-end;
}
div.contents_ > div.cartbox_ .btn_login{
  display: none;
}
.item-number-list-frame div.cartbox_{
  display: none;
}
div.cartbox_ input[type="text"] {
  height: 40px;
  padding: 6px 12px;
  margin: 0 14px 0 4px;
  border-color: var(--color-primary);
  border-radius: 5px;
}
div.cartbox_ .btn_cart_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 155px);
  padding: 6px 0;
  margin: 0 10px 0 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background: var(--color-primary);
}
div.cartbox_ .btn_cart_::before {
  position: static;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url(../../img/usr/common/ico_goods_cart.png) center center / contain no-repeat;
  display: block;
}
div.cartbox_ .block-goods-favorite{
  margin-left: auto;
}
div.cartbox_ .block-goods-favorite a,
div.cartbox_ a.btn-add-bookmark{
  font-size: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 5px;
}
div.cartbox_ .block-goods-favorite a::before,
div.cartbox_ a.btn-add-bookmark::before{
  content: "";
  width: 20px;
  height: 18.5px;
  background: url(../../img/usr/common/ico_goods_bookmark.png) center center / contain no-repeat;
  display: block;
}
div.cartbox_ .block-goods-favorite a.btn-registed-bookmark::before,
div.cartbox_ a.btn-registed-bookmark::before{
  background: url(../../img/usr/common/ico_goods_bookmark_on.png) center center / contain no-repeat;
}
ul.option_buttons_ {
  display: none;
}
div.goodsproductdetail_ {
  margin-bottom: 20px;
}
.goods_cartarea_{
  max-width: none;
  background: #EBF4FA;
  margin: 0 -15px;
  padding: 10px 15px 15px;
}
.tooltip {
  min-width: 85px;
  padding: 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.42;
  border: none;
  box-shadow: none;
  background: rgba(119,119,119,0.9);
}
.ui-widget.ui-widget-content {
    border: none;
}
.tooltip.top::after {
  border-width: 8px 5px;
  border-color: rgba(119,119,119,0.9) transparent transparent transparent;
}
.option-table-section {
  margin: 0 0 15px;
}
.option-table-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.option-table {
  width: 100%;
  font-size: 11px;
}
.option-table > * + *{
  margin: 10px 0 0;
}
.option-table__item{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  background: #FFF;
  padding: 15px 15px 10px;
}
.option-table__item:has(:checked){
  background: #EBF4FA;
}
.option-table__item input[type="radio"] {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.option-table__item input[type="radio"]:checked:before {
  margin: -9px 0 0 -9px;
  width: 18px;
  height: 18px;
}
.option-table__item input[type="checkbox"] {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.option-table input[type="checkbox"]:checked {
  border-color: var(--color-primary);
}
.option-table input[type="checkbox"]::after {
  width: 8px;
  height: 13px;
  left: 8px;
  top: calc(50% - 2px);
}
/* .option-table__item input[type="checkbox"]::after {
  width: 18px;
  height: 18px;
} */
.option-radio-cell{
  display: flex;
  gap: 5px;
  margin: 0 0 5px;
}
.option-name-cell{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.option-table__item dl{
  display: flex;
  justify-content: flex-end;
}
.option-table__item dl dt{
  display: flex;
  justify-content: space-between;
  min-width: 68px;
}
.option-table__item dl dt::after{
  content: "：";
  display: block;
}
.option-table__item dl dd{
  min-width: 100px;
  text-align: right;
}
.btn_login {
  background-color: var(--color-primary);
  border-radius: 4px;
}
.btn_login_0 {
  font-size: 16px;
}
.goods_pricebox_{
  padding: 0 0 10px;
}
.goods_pricebox_ dl{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 10px;
}
.goods_pricebox_ dl dt{
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 85px;
  padding-right: 10px;
}
.goods_pricebox_ dl dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.goods_pricebox_ dl dd{
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  width: calc(100% - 85px);
}
.goods_pricebox_ dl dd .price_{
  font-size: 20px;
}
.goods_pricebox_ dl dd .small_{
  font-size: 10px;
  margin-left: 5px;
}
.goods_pricebox_ dl dd p{
  display: none;
}
.goods_pricebox_ .notes{
  font-size: 10px;
  text-align: right;
}
.page-goods div.cartvariation_ ul.cartvariation_ .msg_ .name_,
.page-goods div.cartvariation_ ul.cartvariation_ .msg_ .name_ a {
  max-height: none;
}
.page-goods div.cartvariation_ .block-goods-list-favorite{
  display: none;
}
.page-goods div.title_block_{
  background: var(--color-primary);
}
.page-goods div.cartvariation_ ul.cartvariation_ .cartbox_ {
  display: none;
}
.page-goods .item_number_list_link{
  display: none;
}
.page-goods form[name="item-number-list"] .cartbox_ .btn_cart_{
  margin-right: 0;
}
.page-goods .item-number-list-frame{
  max-width: none;
  background: #F5F5F5;
  margin: 0 -15px;
  padding: 15px;
  display: none;
}
.page-goods .item_number_list_anchor_adjust_{
  font-size: 14px;
  font-weight: bold;
  color: var(--color-txt);
  background: #FFF;
  border: 1px solid #D5D5D5;
  position: relative;
}
.page-goods .item_number_list_anchor_adjust_::after{
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.page-goods .item_number_list_anchor_adjust_.is-show::after{
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(-135deg);
}
.page-goods .item_number_list_table_ {
    width: auto;
}
.page-goods .item_number_list_table_ th{
  font-size: 12px;
  color: #FFF;
  background: #66ACDA;
  border: none;
  white-space: nowrap;
}
.page-goods .item_number_list_table_ td{
  font-size: 12px;
  border: none;
  white-space: nowrap;
  min-width: 80px;
}
.page-goods .item_number_list_table_ tr.is-current{
  position: relative;
}
.page-goods .item_number_list_table_ tr.is-current::after{
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-goods .item_number_list_table_ tr.is-current td{
  background: #EBF4FA;
}
.page-goods .item_number_list_header_goods_,
.item_number_list_data_goods_ {
  position: static;
}
.page-goods .item_number_list_data_price_ .price_ {
  font-size: 12px;
}
.page-goods .item_number_list_ {
  margin: 0 0 15px;
}

/* ====================
 購入フロー
==================== */
div.order_ div.order_flow_ {
  padding-bottom: 30px;
}
div.order_ div.order_flow_.order_flow_4 ul {
  gap: 0;
}
div.order_ div.order_flow_.order_flow_4 ul li {
  width: calc(25% + 5px);
  height: 60px;
  color: var(--color-txt);
  background: none;
  display: flex;
  margin-left: -5px;
  padding: 0 15px 0 10px;
}
div.order_ div.order_flow_.order_flow_4 ul li::before {
  content: "";
  width: 10px;
  height: 60px;
  background: url(../../img/usr/common/cart_step_left.png) center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
div.order_ div.order_flow_.order_flow_4 ul li::after {
  content: "";
  width: 15px;
  height: 60px;
  background: url(../../img/usr/common/cart_step_right.png) center center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  margin: 0;
  transform: none;
}
div.order_ div.order_flow_.order_flow_4 ul li > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60px;
  width: 100%;
  background: url(../../img/usr/common/cart_step_center.png) center center / contain repeat-x;
}
div.order_ div.order_flow_.order_flow_4 ul li:first-child {
  margin-left: 0;
  z-index: 4;
}
div.order_ div.order_flow_.order_flow_4 ul li:nth-child(2) {
  z-index: 3;
}
div.order_ div.order_flow_.order_flow_4 ul li:nth-child(3) {
  z-index: 2;
}
div.order_ div.order_flow_.order_flow_4 ul li:nth-child(4)::after {
  background: url(../../img/usr/common/cart_step_right_end.png) center center / contain no-repeat;
}
div.order_ div.order_flow_.order_flow_4 ul li.now_ {
  display: flex;
  color: var(--color-txt);
  border: none;
  background-color: transparent;
}
div.order_ div.order_flow_.order_flow_4 ul li.now_ > div{
  background: url(../../img/usr/common/cart_step_active_center.png) center center / contain repeat-x;
}
div.order_ div.order_flow_.order_flow_4 ul li.now_::before {
  background: url(../../img/usr/common/cart_step_active_left.png) center center / contain no-repeat;
}
div.order_ div.order_flow_.order_flow_4 ul li.now_::after {
  background: url(../../img/usr/common/cart_step_active_right.png) center center / contain no-repeat;
}
div.order_ div.order_flow_.order_flow_4 ul li .txt-step {
  font-size: 10px;
  display: block;
  color: var(--color-primary);
  margin: 2px 0 0;
}
div.order_ div.order_flow_.order_flow_4 ul li .txt-name {
  font-size: 10px;
  line-height: 1.6;
  display: block;
  min-height: 32px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.order_ div.order_flow_.order_flow_4 ul li.now_ .txt-name{
  font-size: 12px;
  line-height: 1.2;
}
div.order_ .order_cart_sublist_, div.order_ .method_host_, div.order_ .order_cart_detail_ {
  margin-inline: 0;
}
.page-order_cart div.submit_ .btn-primary {
  background: var(--color-primary);
}
.page-order_cart div.submit_ .btn-default{
  background: #333;
}
.page-order_cart div.order_ .method_host_ .common_headline2_ {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-txt);
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
.page-order_cart div.order_ .method_host_{
  background: none;
  padding: 0;
}
.page-order_cart div.method_host_ div.host_info_ {
  border: 1px solid #D5D5D5;
  padding: 20px;
}
.page-order_cart div.host_btn_{
  margin: 0 0 20px;
}
div.host_btn_ input{
  font-size: 12px;
  font-weight: bold;
  color: var(--color-txt);
  border: 1px solid #333;
  border-radius: 5px;
  background: #FFF;
  padding: 8px 15px;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ {
  position: relative;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  background: #999;
  border-color: #999;
  margin: 0;
  border: none;
  border-radius: 5px;
  padding: 4px 10px 4px 22px;
  display: inline-block;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete::before, .order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete::before {
  transform: translateY(-50%) rotate(45deg);
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete::after {
  transform: translateY(-50%) rotate(-45deg);
}
.order_cart_sublist_single_ .cart-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51,51,51,0.82);
  z-index: 9999;
  display: none;
}
.order_cart_sublist_single_ .cart-modal-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  border-radius: 5px;
  padding: 20px;
  transform: translate(-50%,-50%);
  min-width: 295px;
}
.order_cart_sublist_single_ .cart-modal-inner p{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .move_button_ {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  background: #999;
  border-color: #999;
  margin: 0;
  border: none;
  border-radius: 5px;
  padding: 4px 10px 4px 22px;
  display: inline-block;
}
.cart-modal-btn{
  display: flex;
  gap: 15px;
}
.order_cart_sublist_single_ .cart-modal .move_button_ {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  width: calc((100% - 15px) / 2);
  height: 40px;
  background: var(--color-primary);
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  display: block;
}
.order_cart_sublist_single_ .cart-modal .cancel_button_{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  width: calc((100% - 15px) / 2);
  height: 40px;
  background: #999;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  display: block;
}
div.order_ .order_cart_detail_{
  padding: 0;
  background: none;
}
div.order_ .order_cart_detail_ .common_headline2_{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-txt);
  background: none;
  margin: -65px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #D5D5D5;
}
div.order_ .estimate_block_ .method_supplier_name_ {
  display: none;
}
div.order_ .order_cart_bottom_ {
  border-bottom: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
}
div.order_ .order_cart_bottom_ input.order_cart_reload_ {
  padding: 6px 17px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  background-color: #999;
}
div.order_ div.order_cart_list_total_dest_ {
  background: #EBF4FA;
  margin: 0 0 30px;
  padding: 15px;
  position: relative;
}
div.order_ div.order_cart_list_total_ .total_title_ {
  font-size: 14px;
  font-weight: bold;
}
div.order_ div.order_cart_list_total_ dl.subtotal_{
  flex-wrap: wrap;
  gap: 0;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dt{
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  position: relative;
  padding-right: 15px;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dd{
  font-size: 20px;
  text-align: right;
  width: calc(100% - 90px);
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dd .price_{
  font-size: 20px;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dd.total_separate_ {
  display: none;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dt.tax_,div.order_ div.order_cart_list_total_ dl.subtotal_ dd.tax_{
  display: none;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ .intax_, div.order_ div.order_cart_list_total_ dl.subtotal_ .intax_biz_ {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-txt);
}
div.order_ div.order_cart_list_total_ dd.subtotal_.price_ .price_::after, div.order_ div.order_cart_list_total_ dd.subtotal_monthly_.price_ .price_::after, div.order_ div.order_cart_list_total_ dd.subtotal_yearly_.price_ .price_::after {
  content: "（税込）";
  display: inline-block;
  font-size: 10px;
}
div.method_sender_ {
  border: 1px solid #D5D5D5;
  padding: 15px;
}
div.order_ div.estimate_block_:has(.order_cart_list_frame_) {
  margin-top: 0;
}
div.order_ .estimate_block_ .order_cart_list_frame_ {
  padding: 0;
}
div.order_ .estimate_block_ .order_cart_list_ .goods_line_ {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
div.order_ .estimate_block_ .order_cart_list_ >  .goods_line_ {
  padding: 20px 0;
  border-bottom: 1px solid #D5D5D5;
}
div.order_ .estimate_block_ .order_cart_list_ >  .goods_line_:last-child {
  border-bottom: 0;
}
div.order_ .estimate_block_ .order_cart_list_ .image_{
  width: 100px;
  flex-shrink: 0;
}
div.order_ .estimate_block_ .order_cart_list_ .image_ .goodscomment4_{
  margin: 10px 0 0;
}
div.order_ .estimate_block_ .order_cart_list_ .image_ .goods_link_ {
  flex-direction: column;
  gap: 8px;
}
div.order_ .estimate_block_ .order_cart_list_ .image_ .goods_link_ button {
  font-size: 10px;
  width: 100%;
  display: block;
}
div.order_ .estimate_block_ .order_cart_list_ .image_ .goods_modal_contents h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 20px;
  padding: 5px 10px;
  border: none;
}
div.order_ .estimate_block_ .order_cart_list_ .goods_detail_{
  flex: 1;
}
div.order_ .estimate_block_ .order_cart_list_ .name_{
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
div.order_ .estimate_block_ .order_cart_list_ .option_item_ .name_{
  font-size: 10px;
}
div.order_ .estimate_block_ .order_cart_list_ .price_wrap_{
  margin: 0 0 8px;
}
div.order_ .estimate_block_ .order_cart_list_ .price_wrap_ dl{
  display: flex;
}
div.order_ .estimate_block_ .order_cart_list_ .price_wrap_ dl dt{
  font-size: 12px;
  width: 75px;
  flex-shrink: 0;
  padding-right: 10px;
  position: relative;
}
div.order_ .estimate_block_ .order_cart_list_ .option_item_ .price_wrap_ dl dt{
  font-size: 10px;
}
div.order_ .estimate_block_ .order_cart_list_ .price_wrap_ dl dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ .estimate_block_ .order_cart_list_ .price_wrap_ dl dd{
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  flex: 1;
}
div.order_ .estimate_block_ .order_cart_list_ .option_item_ .price_wrap_ dl dd{
  font-size: 10px;
}
div.order_ .estimate_block_ .order_cart_list_ .price_wrap_ dl dd::after{
  content: "（税込）";
  display: inline;
}
div.order_ .estimate_block_ .order_cart_list_ .button_{
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div.order_ .estimate_block_ .order_cart_list_ .button_ .order_cart_reload_{
  display: none !important;
}
div.order_ .estimate_block_ .order_cart_list_ .button_ input[type="text"]{
  width: 50px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: 5px;
}
div.order_ .order_cart_delete_ {
  background: none;
  text-decoration: underline;
  border: none;
  width: auto;
  margin: 0 0 0 20px;
  padding: 0;
}
div.order_ .estimate_block_ .order_cart_list_ .option_info_{
  text-align: right;
  display: none;
}
div.order_ .estimate_block_ .order_cart_list_ .goods_line_.option_item_,
div.order_ .estimate_block_ .order_cart_list_ .goods_line_.option_item_row_{
  margin: 10px 0 0;
}
div.order_ .estimate_block_ .order_cart_list_ .goods_line_.option_item_ .image_,
div.order_ .estimate_block_ .order_cart_list_ .goods_line_.option_item_row_ .image_ {
  display: none;
}
div.order_ .estimate_block_ .order_cart_list_ .goods_line_.option_item_ .goods_detail_,
div.order_ .estimate_block_ .order_cart_list_ .goods_line_.option_item_row_ .goods_detail_{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 10px;
}
div.order_ .estimate_block_ .order_cart_list_ .option_prefix_ {
  font-size: 10px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}
div.order_ .estimate_block_ .order_cart_list_ .option_prefix_::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ .estimate_block_ .order_cart_list_ .option_qty_{
  width: 40px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
div.order_ .estimate_block_ .order_cart_list_ .option_qty_type_{
  font-size: 10px;
}
div.address_box_2_ .address_select_ input {
  color: #FFF;
  background: var(--color-primary);
  border: solid 1px var(--color-primary);
  padding: 8px 12px;
  border-radius: 5px;
}
div.address_item_ .address_change_ {
  float: none;
  display: block;
}
.page-method div.order_ .common_headline2_,
.page-e_method div.order_ .common_headline2_ {
  font-size: 14px;
  padding: 5px 15px;
  margin: 20px -15px 12px;
  max-width: none;
  position: relative;
}
.page-method div.order_ .common_headline2_:has(img.must_)::after,
.page-e_method div.order_ .common_headline2_:has(img.must_)::after {
  content: "必須";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.page-method div.order_ .common_headline2_ img.must_,
.page-e_method div.order_ .common_headline2_ img.must_{
  display: none;
}
.page-method div.order_ .common_headline2_type2_,
.page-e_method div.order_ .common_headline2_type2_ {
  background: #66ACDA;
}
div.method_box_ div.method_box_content_ input[type="text"],div.method_box_ div.method_box_content_ textarea {
  width: 100%;
  margin-top: 0;
}
div.method_box_ div.method_box_content_ input[name="subject"][readonly],
div.method_box_ div.method_box_content_ input[name="subject"][readonly]:focus {
  border: none;
  outline: none;
}
div.order_ table.method_destlist_ {
  border: none;
}
div.order_ table.method_destlist_ tr {
  border: none;
}
div.order_ table.method_destlist_ tr:has(.method_destlist_supplier_) {
  display: none;
}
div.order_ table.method_destlist_ td.method_destlist_supplier_ {
  border: none;
}
div.order_ table.method_destlist_ td.method_destlist_supplier_ span.method_supplier_name_ {
  display: none;
}
div.order_ table.method_destlist_ td.goodsname_ {
  width: calc(72% - 20px);
  width:auto;
  min-width:55%;
  padding: 0;
}
/*div.order_ table.method_destlist_ td.qty_ {
  font-size: 14px;
  font-weight: bold;
  width: calc(28% - 20px);
  padding-left: 15px;
}*/
div.order_ table.method_destlist_ td.qty_ {
  font-size: 14px;
  font-weight: bold;
  width: auto;
  white-space:nowrap;
  word-break:keep-all;
  padding-left: 8px;
}
div.order_ table.method_destlist_ td.goodsname_ div, div.order_ table.method_destlist_ td.qty_ div, div.order_ table.method_destlist_ td.amt_ div {
  padding: 10px;
}
div.order_ table.method_destlist_ td.goodsname_ div, div.order_ table.method_destlist_ td.qty_ div{
  padding: 8px 6px;
}
div.order_ table.method_destlist_ td.goodsname_ span, div.order_ table.method_destlist_ td.qty_ span, div.order_ table.method_destlist_ td.amt_ span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
div.order_ table.method_destlist_ tr.option_item_ td.goodsname_ span, div.order_ table.method_destlist_ tr.option_item_ td.qty_ span, div.order_ table.method_destlist_ tr.option_item_ td.amt_ span {
  font-size: 10px;
}
div.order_ table.method_destlist_ tr.option_item_,
div.order_ table.method_destlist_ tr.option_item_row_ {
  position: relative;
}
div.order_ table.method_destlist_ tr.option_item_ td.goodsname_::before,
div.order_ table.method_destlist_ tr.option_item_row_ td.goodsname_::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
div.order_ table.method_destlist_ tr.option_item_ td.goodsname_ div,
div.order_ table.method_destlist_ tr.option_item_row_ td.goodsname_ div{
  font-size: 10px;
  padding: 10px;
}
div.order_ table.method_destlist_ td.detail_option_ {
  padding: 20px 0;
  /* border-bottom: 1px solid #D5D5D5; */
}
.detail_option_title_ {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #D5D5D5;
  margin: 0 -15px 10px;
  padding: 20px 15px 0;
  max-width: none;
}
div.order_ table.method_destlist_ tr.option_item_ td.goodsname_ .option_prefix_,
div.order_ table.method_destlist_ tr.option_item_row_ td.goodsname_ .option_prefix_ {
  font-size: 10px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 5px;
  padding: 0;
}
div.order_ table.method_destlist_ tr.option_item_ td.goodsname_ .option_prefix_::before,
div.order_ table.method_destlist_ tr.option_item_row_ td.goodsname_ .option_prefix_::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ table.method_destlist_ tr.option_item_ td.qty_,
div.order_ table.method_destlist_ tr.option_item_row_ td.qty_ {
  font-size: 12px;
  vertical-align: bottom;
}
div.order_ table.method_destlist_ td.detail_option_ table th {
  color: #FFF;
  background: var(--color-primary);
  border-color: #D5D5D5;
  position: relative;
}
div.order_ table.method_destlist_ td.detail_option_ table td {
  border: 1px solid #D5D5D5;
  padding: 10px 15px;
}
div.order_ table.method_destlist_ td.detail_option_ table td p.small_{
  margin-top: 5px;
}
div.order_ table.method_destlist_ td.detail_option_ table th img.must_{
  display: none;
}
div.order_ table.method_destlist_ td.detail_option_ table th:has(img.must_)::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
div.order_ div.method_destlist_frame_ .method_destlist_:nth-of-type(2) {
  margin-top: 20px;
}
div.order_ table.method_destlist_ th.spec_ {
  background-color: #EBF4FA;
  border-color: #D5D5D5;
}
div.order_ table.method_destlist_ td.spec_ {
  border: 1px solid #D5D5D5;
}
.page-method .goodscomment8_,
.page-e_method .goodscomment8_{
  font-size: 10px;
}
div.spandual_ {
  text-align: left;
}
div.submit_ .btn-primary {
  background: var(--color-primary);
}
div.method_box_:has(#file_attachment_frame_) p.method_note_{
  display: none;
}
#drop_file_area_ {
  width: 120px;
}
#file_attachment_frame_:has(.attach-file-list) #drop_file_area_ {
  margin: 15px 0 0;
}
#btn_select_file_{
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 8px 10px;
  width: 120px;
}
div#file_attachment_frame_ .attach-file-list {
  border-bottom: 1px solid #D5D5D5;
  justify-content: space-between;
}
div#file_attachment_frame_ .attach-file-list:first-of-type {
  border-top: 1px solid #D5D5D5;
}
div.order_ div#file_attachment_frame_ .delete_ {
  width: auto;
  height: auto;
}
#card_form .common_headline2_{
  display: none;
}
ul.formlist_.estimate_.card_ li{
  gap: 6px 4px;
}
ul.formlist_.estimate_.card_ li.title_ {
  font-size: 12px;
  font-weight: 500;
  background-color: #EBF4FA;
  padding-block: 6px;
}
ul.formlist_.estimate_.card_ li.input_must_ input[name="card"] {
  margin-bottom: 0;
}
ul.formlist_.estimate_.card_ li.input_must_ input[type="text"] {
  padding: 8px;
  border-color: #999;
}
ul.formlist_.estimate_.card_ li.input_must_ input[name="card_num"] {
  width: 100%;
}
ul.formlist_.estimate_.card_ li.input_must_ select[name="card_m"]{
  margin-right: 10px;
}
ul.formlist_.estimate_.card_ li.input_must_ select[name="card_y"]{
  margin-inline: 10px;
}
ul.formlist_.estimate_.card_ li.input_must_ input[name="holder_name"] {
  width: 100%;
}
.page-edi_confirm div.wrapper_:not(:has(.loginform_)) ,
.page-e_edi_confirm div.wrapper_:not(:has(.loginform_)) {
  padding: 0;
}
.page-edi_confirm .navitopicpath_,.page-edi_confirm .order_header_,
.page-e_edi_confirm .navitopicpath_,.page-e_edi_confirm .order_header_ {
  padding-inline: 15px;
}
.page-edi_confirm  table.formlist_.attachment_,.page-edi_confirm  table.formlist_.host_,
.page-e_edi_confirm  table.formlist_.attachment_,.page-e_edi_confirm  table.formlist_.host_ {
  border: none;
  margin-bottom: 20px;
}
.page-edi_confirm .formlist_ th,
.page-e_edi_confirm .formlist_ th{
  background: #66ACDA;
  border: none;
}
.page-edi_confirm table.formlist_ td,
.page-e_edi_confirm table.formlist_ td {
  border: none;
}
.page-edi_confirm  #card_form,
.page-e_edi_confirm  #card_form{
  padding: 0 15px;
}
.page-edi_confirm div.submit_,
.page-e_edi_confirm div.submit_ {
  padding: 0 15px;
}
.page-edi_confirm .subtotal_block_,
.page-e_edi_confirm .subtotal_block_{
  padding: 0 15px;
}
div.order_ div.subtotal_block_ table.formsublist_.destlist_ th {
  font-size: 12px;
  border-color: #D5D5D5;
  background: #EBF4FA;
  width: 140px;
}
.page-edi_confirm .method_sales_append_,
.page-e_edi_confirm .method_sales_append_{
  margin: 0 0 20px;
  padding: 0 15px;
}
.page-edi_confirm .method_sales_append_ .formlist_ th,
.page-e_edi_confirm .method_sales_append_ .formlist_ th{
  color: var(--color-txt);
  border-color: #D5D5D5;
  background: #EBF4FA;
  border-bottom: 1px solid #D5D5D5;
  width: 140px;
}
.page-edi_confirm .method_sales_append_ .formlist_ td,
.page-e_edi_confirm .method_sales_append_ .formlist_ td{
  border: 1px solid #D5D5D5;
}
.estimate_wrapper_{
  margin-bottom: 40px;
  padding: 0 15px;
}
.page-edi_confirm div.order_ table.estimate_method_,
.page-e_edi_confirm div.order_ table.estimate_method_{
  margin: 0 0 20px;
}
.page-edi_confirm div.order_ table.estimate_method_ th,
.page-e_edi_confirm div.order_ table.estimate_method_ th{
  font-size: 14px;
  color: #FFF;
  background: var(--color-primary);
  width: 100%;
}
.page-edi_confirm div.order_ table.estimate_method_ td,
.page-e_edi_confirm div.order_ table.estimate_method_ td {
  width: 100%;
  text-align: left;
}
.page-edi_confirm div.order_ table.estimate_method_ td dl,
.page-e_edi_confirm div.order_ table.estimate_method_ td dl{
  display: flex;
}
.page-edi_confirm div.order_ table.estimate_method_ td dl.tax_,
.page-e_edi_confirm div.order_ table.estimate_method_ td dl.tax_{
  display: none;
}
.page-edi_confirm div.order_ table.estimate_method_ td dt,
.page-e_edi_confirm div.order_ table.estimate_method_ td dt{
  font-size: 12px;
  font-weight: bold;
  width: 75px;
  position: relative;
  padding-right: 15px;
  flex-shrink: 0;
}
.page-edi_confirm div.order_ table.estimate_method_ td dd,
.page-e_edi_confirm div.order_ table.estimate_method_ td dd{
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  flex: 1;
}
.page-edi_confirm div.order_ table.estimate_method_ td dd .price_value_::after,
.page-e_edi_confirm div.order_ table.estimate_method_ td dd .price_value_::after{
  content: "（税込）";
  display: inline-block;
}
.page-edi_confirm div.order_ table.estimate_method_ td dd .intax_,
.page-e_edi_confirm div.order_ table.estimate_method_ td dd .intax_{
  font-size: 12px;
  font-weight: 400;
}
.page-edi_confirm div.order_ table.estimate_method_ td dd .intax_ span,
.page-e_edi_confirm div.order_ table.estimate_method_ td dd .intax_ span{
  margin-inline: 5px;
}
div.order_ table.estimate_method_ p.notes{
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.page-edi_confirm div.order_ table.estimate_method_ td dt::after,
.page-e_edi_confirm div.order_ table.estimate_method_ td dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.page-edi_confirm .estimate_wrapper_ .formlist_ th ,
.page-e_edi_confirm .estimate_wrapper_ .formlist_ th {
  background: var(--color-primary);
  border: 1px solid #D5D5D5;
}
.page-edi_confirm .estimate_wrapper_ .formlist_ td ,
.page-e_edi_confirm .estimate_wrapper_ .formlist_ td {
  border: 1px solid #D5D5D5;
}
.page-edi_confirm div.order_ div.dest_block_ div.dest-nickname,
.page-e_edi_confirm div.order_ div.dest_block_ div.dest-nickname {
  margin-inline: 15px;
  display: none;
}
div.order_ h2.estimate_subtotal_title_ {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  margin: 0;
  padding: 8px 12px;
}
div.order_ table.estimate_subtotal_breakdown_list_ {
  border: 1px solid #D5D5D5;
  margin-bottom: 20px;
}
div.order_ div.dest_block_ table.formlist_.estimate_.dest_ {
  border: none;
}
div.order_ table.formsublist_.destgoodslist_{
  border: none;
  margin-bottom: 0;
}
div.order_ table.formsublist_.destgoodslist_ th {
  color: #FFF;
  width: 100%;
  border: none;
  background-color: #66ACDA;
  font-weight: bold;
}
div.order_ table.formsublist_.destgoodslist_ th.estimate_goodsname_ {
  padding: 8px 12px;
  border: 1px solid #cecece;
  font-size: 14px;
}
div.order_ table.formsublist_.destgoodslist_ td {
  border: none;
}
div.order_ table.destgoodslist_ table.estimate_comments_ {
  width: 100%;
  margin: 10px 0 0;
  border: none;
  border-collapse: collapse;
}
div.order_ table.destgoodslist_ table.estimate_comments_:not(:has(*)) {
  display: none;
}
div.order_ table.destgoodslist_ table.estimate_comments_ th{
  font-size: 12px;
  background: var(--color-primary);
  padding: 8px 12px;
  width: 30%;
  border: 1px solid #D5D5D5;
}
div.order_ table.destgoodslist_ table.estimate_comments_ td{
  font-size: 12px;
  width: 70%;
  padding: 8px 12px;
  border: 1px solid #D5D5D5;
}
div.order_ table.destgoodslist_ span.sales_period_{
  font-size: 10px;
}
div.order_ table.destgoodslist_ span.period_{
  font-size: 10px;
}
div.order_ table.destgoodslist_ .estimate_wrap_{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 25px;
  margin-top: 5px;
  padding: 0 10px;
}
div.order_ table.destgoodslist_ .estimate_wrap_inner_{
  width: calc(70% - 25px);
}
div.order_ table.destgoodslist_ .estimate_amt_,
div.order_ table.destgoodslist_ .estimate_subsc_{
  display: flex;
}
div.order_ table.destgoodslist_ .estimate_amt_ dt,
div.order_ table.destgoodslist_ .estimate_subsc_ dt{
  width: 75px;
  position: relative;
  padding-right: 15px;
}
div.order_ table.destgoodslist_ .estimate_amt_ dd,
div.order_ table.destgoodslist_ .estimate_subsc_ dd{
  text-align: right;
  flex: 1;
}
div.order_ table.destgoodslist_ .estimate_amt_ dd.amt_::after,
div.order_ table.destgoodslist_ .estimate_subsc_ dd.amt_::after{
  content: "（税込）";
  display: inline;
}
div.order_ table.destgoodslist_ .estimate_amt_ dt::after,
div.order_ table.destgoodslist_ .estimate_subsc_ dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ table.destgoodslist_ .estimate_qty_{
  width: 30%;
}
div.order_ table.destgoodslist_ span.qty_ {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  width: 40px;
  text-align: center;
  display: inline-block;
}
div.order_ table.destgoodslist_ tr.option_item_ span.qty_ {
  font-size: 12px;
}
div.order_ table.destgoodslist_ .option_note_{
  font-size: 10px;
  width: 100%;
  text-align: right;
}
div.order_ table.destgoodslist_ .detail_option_qty_{
  text-align: right;
}
div.order_ table.formsublist_.destgoodslist_ td.estimate_option_goods_{
  padding-block: 0;
}
.estimate_option_goods_inner_{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 10px;
}
.estimate_option_goods_inner_ .option_prefix_{
  font-size: 10px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 5px;
}
.estimate_option_goods_inner_ .option_prefix_::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
.page-edi_confirm div.order_ table.destgoodslist_ td.estimate_goods_,
.page-e_edi_confirm div.order_ table.destgoodslist_ td.estimate_goods_ {
  padding-inline: 15px;
}
div.order_ table.destgoodslist_ span.estimate_name_ {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 10px;
}
div.order_ table.destgoodslist_ .estimate_option_goods_inner_ .estimate_wrap_{
  font-size: 10px;
  padding: 0;
}
div.order_ table.order_ th {
  font-size: 12px;
  background: #EBF4FA;
}
div.order_ table.order_ td {
  width: 70%;
}
div.order_ div.dest_block_ div.dest-nickname {
  display: none;
}
.goods_agree_{
  margin: 20px 0 50px;
}
.page-edi_confirm .goods_agree_text_{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-attention);
  text-align: center;
  margin: 0 0 20px;
}
.page-e_edi_confirm .goods_agree_text_{
  display: none;
}
.page-edi_confirm .goods_link_,
.page-e_edi_confirm .goods_link_{
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.page-edi_confirm .goods_link_ li,
.page-e_edi_confirm .goods_link_ li{
  border-radius: 5px;
  background: #EBF4FA;
  padding: 20px;
}
.page-edi_confirm .goods_link_ button{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background: var(--color-primary);
  width: 200px;
  height: 40px;
  border-radius: 5px;
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-e_edi_confirm .goods_link_ button{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background: var(--color-primary);
  width: 200px;
  height: 40px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-edi_confirm .goods_order_area_{
  display: block;
  text-align: center;
}
.page-edi_confirm div.order_ div.dest_block_ .goods_modal_contents h2,
.page-e_edi_confirm div.order_ div.dest_block_ .goods_modal_contents h2{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 20px;
  padding: 5px 10px;
  border: none;
}
.goods_order_area_ label{
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.goods_order_area_ p{
  font-size: 10px;
  margin: 5px 0 0;
}
.goods_order_area_ .goods_order_agree_{
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.goods_order_area_ .goods_order_agree_::after{
  left: 7px;
}
.goods_caution_{
  border: 3px solid var(--color-primary);
  margin: 0 0 40px;
  padding: 20px;
}
.goods_caution_title_{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
div.order_ table.order_ td a{
  color: var(--color-primary);
  text-decoration: underline;
}

/* ====================
 その他
==================== */
.common_headline1_ {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
.common_headline1_::before,.common_headline1_::after{
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.common_headline1_::before{
  top: calc(50% - 7px);
  background: var(--color-primary);
}
.common_headline1_::after{
  top: calc(50% + 7px);
  background: var(--color-secondary);
}
.contact_ .common_headline1_ {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
.contact_ .common_headline1_::before,.common_headline1_::after{
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.common_headline2_ {
  margin-bottom: 16px;
  padding: 10px 15px;
  border-left: 0;
  background: var(--color-primary);
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_head_ h4 {
    background: var(--color-primary);
}
div.customer_status_ {
  margin: 0 0 16px;
  background: none;
  padding: 0;
}
div.mymenu_main_list_ div.mymenu_main_list_head_ h4 {
  margin: 0 0 16px;
  padding: 8px 12px;
  color: #fff;
  background: var(--color-primary);
}
div.mymenu_main_list_.menu_order_ div.mymenu_main_list_head_ h4,div.mymenu_main_list_.menu_shop_ div.mymenu_main_list_head_ h4,div.mymenu_main_list_.menu_customer_ div.mymenu_main_list_head_ h4 {
  background: var(--color-primary);
}
div.mymenu_topic_ {
  margin: 0 0 16px;
}
div.mymenu_topic_ .topiclist_head_ h2 {
  background: var(--color-primary);
  margin-bottom: 8px;
}
div.mymenu_main_list_ div.mymenu_main_list_body_ > ul > li a {
  padding: 10px 15px;
  font-size: 14px;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
}
div.mymenu_main_list_ div.mymenu_main_list_body_ > ul > li a::before{
  display: none;
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_, div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ {
  flex-direction: column;
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ > ul, div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ > ul {
  width: 100%;
  padding: 0;
  border-radius: 0;
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ > ul.bizhost_, div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ > ul.history_ {
  background: #FFF;
  padding: 0;
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ > ul.bizestimate_, div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ > ul.estimate_ {
  background: #FFF;
  padding: 0;
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ > ul > li, div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ > ul > li {
  width: 100%;
}
div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ > ul > li a, div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ > ul > li a {
  padding: 10px 15px;
  border-radius: 5px;
}
div.mymenu_main_list_.menu_contact_ div.mymenu_main_list_body_ {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 10px 15px;
  background: #FFF;
}
div.mymenu_main_list_.menu_contact_ div.mymenu_main_list_body_ > ul > li a {
  border: none;
  padding: 5px 0;
}
div.mymenu_topic_ {
  margin-bottom: 32px;
}
div.mymenu_topic_ div.topiclist_body_ ul.topicline_ {
  padding: 0;
  background: #FFF;
}
div.mymenu_topic_ ul.topicline_ li{
  font-size: 12px;
  border-bottom: 1px solid #DCDCDC;
}
div.mymenu_topic_ ul.topicline_ li a {
  font-size: 12px;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
}
div.mymenu_topic_ ul.topicline_ li a::before {
  display: none;
}
div.mymenu_topic_ ul.topicline_ li a img{
  margin: 0 0 4px;
}
.page-search .common_headline1_ {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 20px;
}
dl.goodssearch_ {
  border-color: #D5D5D5;
}
dl.goodssearch_.goods-filter-data-list{
  max-height: none !important;
}
dl.goodssearch_ dt, dl.goodssearch_ dd {
  border-bottom: 1px solid #D5D5D5;
}
dl.goodssearch_ dt {
  background: #EBF4FA;
}
dl.goodssearch_ dd input[type="text"], dl.goodssearch_ dd input[type="date"], dl.goodssearch_ dd select,dl.goodssearch_ dd.genre_ .genre_select_box_select_area_ {
  border-color: #D5D5D5;
}
dl.goodssearch_ + input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  background: var(--color-primary);
}
.goods-filter-description {
  font-size: 14px;
  border-top: 1px solid #D5D5D5;
  margin-bottom: 16px;
}
.goodssearch_ .search_filter_selection input[type="checkbox"] {
  max-width: 20px;
  min-width: 20px;
  margin-right: 6px;
}
.goodssearch_ .search_filter_selection label {
  margin-right: 30px;
}
.page-search .block-goods-list--display-style-items{
  display: none;
}
.page-search .block-goods-list--params {
  justify-content: flex-end;
}
.page-topicdetaillist div.wrapper_{
  padding-bottom: 30px;
}
div.topicdetaillist_ {
  margin-inline: 0;
  border: none;
}
div.topicdetaillist_ .topicdetaillist_body_ {
  margin: 0;
  padding: 0;
}
div.topicdetaillist_ .topicdetaillist_body_ li {
  border-bottom: 1px solid #D5D5D5;
  padding: 8px 0;
}
div.topicdetaillist_ .topicdetaillist_body_ li:first-child {
  border-top: 1px solid #D5D5D5;
}
div.topicdetaillist_ .topicdetaillist_body_ li:last-child {
  border-bottom: 1px solid #D5D5D5;
}
div.topicdetaillist_ .topicdetaillist_body_ li dl dt{
  padding: 0 0 5px;
}
div.topicdetaillist_ .topicdetaillist_body_ li dl dt a {
  padding: 0;
}
div.topicdetaillist_ .topicdetaillist_body_ li dl dd a {
  padding: 5px 0 0;
  background: none;
}
.page-topicdetaillist div.submit_ .btn-secondary{
  font-size: 16px;
  font-weight: bold;
}
.topic_head_ {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
}
.topic_head_::before,.topic_head_::after{
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.topic_head_::before{
  top: calc(50% - 7px);
  background: var(--color-primary);
}
.topic_head_::after{
  top: calc(50% + 7px);
  background: var(--color-secondary);
}
.topiclist_body_ {
  padding: 0 0 30px;
}
h2.topic_title_ {
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin: 0 0 16px;
  padding: 5px 10px;
}
h2.topic_title_ img {
  width: fit-content;
  height: 20px;
  order: -1;
  display: block;
  margin: 5px 0;
}
h2.topic_title_ .new-icon{
  margin-left: 0;
}
.page-topic .article_ a{
  color: var(--color-primary);
  text-decoration: underline;
}
.customer_ p {
  margin-inline: 0;
}
div.login_ .common_headline1_ {
  margin-top: 0;
}
div.login_ div.loginform_ {
  margin-bottom: 30px;
}
div.login_ div.loginform_ .common_headline2_ {
  font-size: 16px;
  background: var(--color-primary);
  border: none;
  margin: 0 0 16px;
  padding: 10px 15px;
}
div.login_ div.loginform_ div.form_text_ {
  padding: 0;
}
div.login_ div.loginform_ div.form_text_ + form > ul {
  padding: 10px 0;
}
div.login_ div.loginform_ li.uid_,div.login_ div.loginform_ li.pwd_ {
  font-weight: bold;
}
div.login_ div.loginform_ li.pwd_ {
  margin-top: 8px;
}
div.login_ div.loginform_ input.login_uid_, div.login_ div.loginform_ input.login_pwd_ {
  height: 45px;
}
div.login_ div.loginform_ li.inputimage_ {
  padding: 16px 0 0;
}
div.login_ div.loginform_ li.inputimage_ input.btn {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
 div.login_ div.loginform_ div.inputimage_ input.btn {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 0;
}
.page-forgotpasscomplete div.submit_ .btn-secondary{
  margin-right: 0;
}
.page-resetpass .navigation_ {
  font-size: 12px;
  margin: 0 0 16px;
}
ul.formdetail_ li:not(.title_) + li.title_ {
  border-top: 1px solid #D5D5D5;
}
ul.formdetail_ li.input_:has(+li:not([class])) ,ul.formdetail_ li.input_must_:has(+li:not([class])) {
  border-bottom: 0;
}
div.submit_ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 16px 0 30px;
}
div.submit_ .btn-default {
  background: var(--color-primary);
  margin: 0;
}
div.passchange_ a{
  text-decoration: underline;
}
.agreebody_ {
  margin-inline: 0;
  padding: 8px;
  border-color: 1px solid #D5D5D5;
  border-radius: 5px;
}
ul.formdetail_ li:not(.title_) {
  padding: 10px;
  /* border-bottom: 1px solid #D5D5D5; */
}
 dl.formdetail_ dd {
  padding: 10px;
  border-bottom: 1px solid #D5D5D5;
}
ul.formdetail_ li:not([class]) {
  border-bottom: 0;
}
ul.formdetail_ li a{
  color: var(--color-primary);
  text-decoration: underline;
}
ul.formdetail_ li a .small_ {
  color: var(--color-primary);
}
.formdetail_.customer_ .title_.must_ {
  margin-bottom: 0;
}
.formdetail_ li .input_item_{
  width: 100%;
}
.formdetail_ span.name_label_ + input {
  width: 180px;
}
ul.formdetail_ + ul.formdetail_{
  border-top: 0;
}
div.message_ {
  color: var(--color-primary);
  border: solid 1px var(--color-primary);
}
div.notice_, table.notice_ {
  color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 8px;
}
.customer_ div.notice_ p,.customer_  table.notice_ p {
  margin-block: 0;
}
.noticelist_ ul li {
  color: var(--color-primary);
}
.mail_ input[name="cancel.x"] {
  background-color: #777;
}
.questionnaire_ div.customer_status_ {
  margin: 10px 0 ;
}
div.questionnaire_ div.questionnaire_name_ {
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
}
div.questionnaire_ .title_ {
  font-weight: bold;
  background: #EBF4FA;
  padding: 8px 10px;
}
div.questionnaire_ li {
  padding: 8px 10px;
  border-color: #D5D5D5;
}
div.questionnaire_ li span.name_label_,div.questionnaire_ li span.name_label_ + input{
  margin-bottom: 10px;
}
div.questionnaire_ li span.name_label_ + input{
  width: 180px;
}
div.questionnaire_ li input[type="text"]{
  height: 40px;
}
div.questionnaire_ li select{
  height: 40px;
  border-color: #D5D5D5;
  margin: 0 0 10px;
}
div.questionnaire_ .title_.must_ {
  margin-bottom: 0;
}
div.questionnaire_ li span.small_{
  display: block;
}
div.questionnaire_ li:has( > input[type="checkbox"]),div.questionnaire_ li:has( > input[type="radio"]){
  display: flex;
  flex-wrap: wrap;
}
div.questionnaire_ li > input[type="checkbox"],div.questionnaire_ li > input[type="radio"]{
  flex-shrink: 0;
}
div.questionnaire_ li > input[type="checkbox"] + label,div.questionnaire_ li > input[type="radio"] + label{
  width: calc(100% - 30px);
  margin: 0 0 8px;
}
ul.questionnaire_confirm_ {
  padding-left: 0;
}
div.wrapper_:has(div.customer_ > .navigation_) {
  padding-top: 0;
}
div.customer_ > .navigation_ {
  font-size: 10px;
  margin: 10px 0 20px;
}
div.customer_ .bookmark_frame_ {
  margin-bottom: 16px;
}
div.customer_ li.bookmark_item_ {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
li.bookmark_item_ div.cartgoods_ {
  float: none;
  display: block;
  margin: 0;
}
li.bookmark_item_ div.cartgoods_ input[type="checkbox"] {
  margin: 0;
  display: block;
}
li.bookmark_item_ div.img_ {
  padding: 0;
  float: none;
  display: block;
  width: 90px;
  margin-right: 15px;
  margin-left: 8px;
}
li.bookmark_item_ div.desc_ {
  float: none;
  width: calc(100% - 133px);
}
li.bookmark_item_ div.name_ {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
li.bookmark_item_ .comment_ {
  float: none;
  margin-top: 5px;
}
li.bookmark_item_ .comment_ > a {
  font-size: 12px;
  border: 1px solid #333;
  border-radius: 5px;
  margin: 0 0 5px auto;
  padding: 2px 8px;
  display: block;
  width: fit-content;
}
li.bookmark_item_ .comment_ textarea {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-txt);
  line-height: 1.6;
  width: 100%;
  margin: 0;
}
li.bookmark_item_ .comment_ div[id^="comment_label"] {
  background: #F5F5F5;
  border-radius: 5px;
  margin: 0;
  padding: 10px;
}
li.bookmark_item_ .comment_ div[id^="comment_label"]:empty {
  padding: 0;
}
li.bookmark_item_ div.del_ {
  float: none;
  display: block;
  margin: 10px 0 0 auto;
}
li.bookmark_item_ .comment_ > span {
  margin-left: 0;
}
input.name-update, input.cancel-btn, input.memo-update {
  border-radius: 5px;
  border-color: #333;
  box-shadow: none;
  padding-inline: 8px;
}
div.bookmark_buy_ input{
  padding: 12px;
  width: 300px;
}
ul.formdetail_ li textarea, dl.formdetail_ dd textarea {
  border-color: #D5D5D5;
}
div.info_, table.info_ {
  color: var(--color-txt);
  border-color: var(--color-txt);
  margin: 0 0 10px;
}
table.formlist_ td.default_method_ input{
  vertical-align: top;
  margin-top: 2px;
}
table.formlist_ td.default_method_ input + label{
  display: inline-block;
  width: calc(100% - 30px);
  margin: 0 0 8px;
}
.page-defaultmethod .action-buttons .btn-default,.page-defaultdest .action-buttons .btn-default{
  margin: 0;
  padding: 16px 4px;
  border-radius: 4px;
  height: auto;
}
.page-defaultdest .action-buttons{
  margin-top: 30px;
}
.move_button_ {
  background: #FFF;
  border: 1px solid #333;
}
.search_box_ {
  width: 100%;
  margin: 10px 0;
  display: flex;
  gap: 10px;
}
.search_box_ input[type="text"]{
  width: calc(100% - 60px);
  height: 35px;
}
input.search-btn {
  width: 50px;
  height: 35px;
  color: #FFF;
  background-color: var(--color-primary);
  padding: 5px 10px;
  border-color: var(--color-primary);
  border-radius: 4px;
}
div.address_item_ {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
div.address_title_ {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 5px;
  padding: 5px 10px;
}
div.address_item_ .address_change_ a{
  color: var(--color-primary);
}
table.bookmark_ {
  margin-bottom: 20px;
}
table.bookmark_ td.form_ {
  border-bottom: 1px solid #D5D5D5;
  background-color: #EBF4FA;
}
table.bookmark_ td.form_ div[id^="comment_label"]{
  margin-bottom: 10px;
}
table.bookmark_ td.form_ div[id^="comment_label"]:empty{
  margin-bottom: 0;
}
.btn_cart_.cart-btn-slender {
  background-color: var(--color-primary);
}
.add-cart-icon {
  display: inline-block;
  margin-right: 4px;
}
.add-cart-icon::before {
  background-image: url(../../img/usr/common/ico_goods_cart.png);
  background-size: contain;
}
.bookmarkgroup_item_ .btn-delete {
  margin-right: 4px;
  display: inline-block;
}
.bookmarkgroup_item_ .comment_ a[id^="comment"] {
  font-size: 13px;
  border: 1px solid #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #FFF;
  padding: 0px 2px;
  height: 29px;
}
table.formlist_.bookmark_ textarea {
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}
div.contactlist_line_ .contactlist_head_ {
  background: #EBF4FA;
  border-color: #D5D5D5;
}
dl.formlist_ dt {
  font-weight: bold;
  background-color: #EBF4FA;
  padding: 8px;
}
.table_scroll_{
  width: 100%;
  overflow-x: auto;
}
.page-edi_confirm div.order_ table.estimate_method_ th, .page-e_edi_confirm div.order_ table.estimate_method_ th, .page-historydetail div.order_ table.estimate_method_ th, .page-estimatedetail div.order_ table.estimate_method_ th, .page-bizhistorydetail div.order_ table.estimate_method_ th, .page-bizestimatedetail div.order_ table.estimate_method_ th, .page-approvaldetail div.order_ table.estimate_method_ th, .page-bizapprovaldetail div.order_ table.estimate_method_ th, .page-doapprovaldetail div.order_ table.estimate_method_ th {
  color: var(--color-txt);
  background: #EBF4FA;
  width: 30%;
  font-weight: 400;
}
.page-edi_confirm .formlist_ th, .page-e_edi_confirm .formlist_ th, .page-historydetail .formlist_ th, .page-estimatedetail .formlist_ th, .page-bizhistorydetail .formlist_ th, .page-bizestimatedetail .formlist_ th, .page-approvaldetail .formlist_ th, .page-bizapprovaldetail .formlist_ th, .page-doapprovaldetail .formlist_ th {
  font-size: 14px;
  background: var(--color-primary);
}
.page-historydetail div.order_ div.dest_block_ div.dest-nickname {
  display: none;
}
.page-estimatedetail .formdetail_.price_summary_ td{
  text-align: right;
}
.page-estimatedetail div.order_ div.dest_block_ div.dest-nickname{
  display: none;
}
div.order_ table.estimate_method_ td.total_ {
  color: var(--color-txt);
  text-align: right;
  font-weight: bold;
}
.page-edi_confirm .formlist_ th, .page-e_edi_confirm .formlist_ th {
  background: #66ACDA;
}
.page-edi_confirm div.order_ table.formsublist_.destgoodslist_ th.estimate_goodsname_,
.page-e_edi_confirm div.order_ table.formsublist_.destgoodslist_ th.estimate_goodsname_ {
  font-size: 14px;
  border: none;
}
dl.formlist_.bizsearch_{
  width: calc(100% + 30px);
  margin: 0 -15px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  border: none;
}
dl.formlist_.bizsearch_ dt {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
  width: 100%;
  background: var(--color-primary);
  padding: 8px 12px;
}
dl.formlist_.bizsearch_ dd {
  border: 1px solid #D5D5D5;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
}
dl.formlist_.bizsearch_ dd+dd {
  padding-top: 0;
}
dl.formlist_.bizsearch_ dd input[type="date"]{
  width: 50%;
}
.page-bizuserlist .move_button_, .page-bizuserlist input.move_button_ {
  font-size: 12px;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th,
div.customer_ table.bizuserlist_ td,
div.customer_ table.cardlist_ td{
  padding: 8px 12px;
}
div.order_ table.formsublist_ td.estimate_goods_  {
  padding-inline: 0;
}
div.order_ table.destgoodslist_ .detail_subsc_ {
  display: flex;
}
div.order_ table.destgoodslist_ .detail_subsc_ dt {
  width: 75px;
  position: relative;
  padding-right: 15px;
}
div.order_ table.destgoodslist_ .detail_subsc_ dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ table.destgoodslist_ .detail_subsc_ dd {
  text-align: right;
  flex: 1;
}
div.order_ table.destgoodslist_ .detail_subsc_ dd::after {
  content: "（税込）";
  display: inline;
}
.detail_option_inner{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 10px;
}
.detail_option_inner .option_prefix_ {
  font-size: 10px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 5px;
}
.detail_option_inner .option_prefix_::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
.page-estimatedetail div.submit_{
  margin: 10px 0;
}
.page-estimatedetail div.submit_ input{
  font-size: 14px;
  width: 220px;
  margin: 0;
}
.page-historydetail .btn-wide{
  font-weight: bold;
  width: 260px;
  height: auto;
  padding: 16px 4px;
  border-radius: 5px;
  display: block;
  margin: 10px auto 0;
}
.page-historydetail div.order_ div.dest_block_ table.destgoodslist_ td{
  border-bottom: 1px solid #D5D5D5;
}
.estimate_block_ table.formsublist_.destgoodslist_.historydetail_ td.estimate_goods_ {
  border-bottom: 1px solid #D5D5D5;
}
div.order_ table.formsublist_ th {
  background-color: #EBF4FA;
}
.page-contract .formlist_.bizsearch_,
.page-bizcontract .formlist_.bizsearch_{
  width: calc(100% + 30px);
  margin-inline: -15px;
  max-width: none;
  width: auto;
  border: none;
}
.page-contract .formlist_.bizsearch_ th,
.page-bizcontract .formlist_.bizsearch_ th{
  font-size: 14px;
  color: #FFF;
  background: var(--color-primary);
  border: none;
  padding: 6px 15px;
}
.page-contract .formlist_.bizsearch_ td,
.page-bizcontract .formlist_.bizsearch_ td{
  border: none;
  padding: 10px 15px 20px;
}
.page-contract .formlist_.bizsearch_ td input,
.page-contract .formlist_.bizsearch_ td select,
.page-bizcontract .formlist_.bizsearch_ td input,
.page-bizcontract .formlist_.bizsearch_ td select{
  border-color: #999;
}
.page-contract .formlist_.bizsearch_ td select[name="search_contract_status"],
.page-bizcontract .formlist_.bizsearch_ td select[name="search_contract_status"]{
  display: none;
}
.page-contract .formlist_.bizsearch_ td input[type="text"],
.page-bizcontract .formlist_.bizsearch_ td input[type="text"]{
  padding-block: 8px;
}
.page-contract .formlist_.bizsearch_ td input[type="date"],
.page-bizcontract .formlist_.bizsearch_ td input[type="date"]{
  width: 50%;
}
.page-contract .formlist_.bizsearch_ td input[type="date"]:last-of-type,
.page-bizcontract .formlist_.bizsearch_ td input[type="date"]:last-of-type{
  margin-top: 10px;
}
.page-contract .formlist_.history_,
.page-bizcontract .formlist_.history_{
  border: none;
}
.page-contract .formlist_.history_ th,
.page-bizcontract .formlist_.history_ th{
  border: none;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.page-contract .formlist_.history_ th:empty,
.page-bizcontract .formlist_.history_ th:empty{
  display: none;
}
.page-contract .formlist_.history_ th.contract-id,
.page-bizcontract .formlist_.history_ th.contract-id{
  width: 70%;
  border-left: 1px solid #D5D5D5;
}
.page-contract .formlist_.history_ th.contract-id a,
.page-bizcontract .formlist_.history_ th.contract-id a{
  color: var(--color-primary);
  text-decoration: underline;
}
.page-contract .formlist_.history_ th.contract-status,
.page-bizcontract .formlist_.history_ th.contract-status{
  font-weight: 500;
  width: 30%;
  text-align: right;
  border-right: 1px solid #D5D5D5;
}
.page-contract .formlist_.history_ th.contract-status[dara-status="契約中"],
.page-bizcontract .formlist_.history_ th.contract-status[dara-status="契約中"]{
  color: var(--color-primary);
}
.page-contract .formlist_.history_ tr:has([dara-status="契約終了"]) th,
.page-bizcontract .formlist_.history_ tr:has([dara-status="契約終了"]) th{
  background: #EBEBEB;
}
.page-contract .formlist_.history_ td,
.page-bizcontract .formlist_.history_ td{
  border-top: 0;
  border-bottom: 0;
}
.page-contract .formlist_.history_ tr:last-child td,
.page-bizcontract .formlist_.history_ tr:last-child td{
  border-bottom: 1px solid #D5D5D5;
}
.page-contract .formlist_.history_ td.contract-subject,
.page-bizcontract .formlist_.history_ td.contract-subject{
  font-size: 14px;
  font-weight: bold;
}
.page-contract .formlist_.history_ td.contract-s_dt,
.page-bizcontract .formlist_.history_ td.contract-s_dt{
  padding-block: 0;
}
.page-contract .formlist_.history_ td.contract-f_dt{
  padding-top: 0;
  border-bottom: 1px solid #D5D5D5;
}
.page-bizcontract .formlist_.history_ td.contract-f_dt{
  padding-top: 0;
}
.page-bizcontract .formlist_.history_ td.contract-name{
  padding-block: 0;
}
.page-bizcontract .formlist_.history_ td.contract-biz_name{
  padding-top: 0;
  border-bottom: 1px solid #D5D5D5;
}
.page-contract .formlist_.history_ tr.contract-blank td,
.page-bizcontract .formlist_.history_ tr.contract-blank td{
  border: none;
  padding-block: 5px;
}
.page-estimatelist .formlist_.history_ td.order_id_ a,
.page-bizestimatelist .formlist_.history_ td.order_id_ a,
.page-history .formlist_.history_ td.order_id_ a,
.page-bizhistory .formlist_.history_ td.order_id_ a{
  color: var(--color-primary);
  text-decoration: underline;
  background: none;
}
.custom-select-bg{
  background: rgba(51,51,51,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.custom-select-cont{
  position: relative;
  z-index: 101;
}
.custom-select-head{
  color: #999;
  border: 1px solid #999;
  border-radius: 4px;
  width: 230px;
  padding: 8px 30px 8px 8px;
  background-color: #FFF;
  background-image: url(../../img/usr/common/select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px;
}
.custom-select-head.is-selected{
  color: #333;
}
.custom-select-list{
  width: 230px;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #999;
  border-top: 0;
  padding: 14px;
  display: none;
}
.custom-select-list > * + *{
  margin-top: 10px;
}
.custom-select-list input{
  margin-right: 8px;
}
.notes li a{
  text-decoration: underline;
}
.page-contract .notes,
.page-bizcontract .notes{
  margin: 50px 0;
}
.page-contract .submit_,
.page-bizcontract .submit_{
  flex-direction: column;
}
.page-contract .submit_ a,
.page-bizcontract .submit_ a{
  display: block;
}
.contract_subject_{
  font-size: 14px;
  font-weight: bold;
  background: #EBF4FA;
  margin: 0 0 20px;
  padding: 10px;
}
.contract_subject_ span{
  display: block;
}
.page-billinglist .formlist_.bizsearch_,
.page-bizbilling .formlist_.bizsearch_{
  width: calc(100% + 30px);
  margin: 0 -15px;
  max-width: none;
  border: none;
}
.page-billinglist .formlist_.bizsearch_ tr,
.page-billinglist .formlist_.bizsearch_ th,
.page-billinglist .formlist_.bizsearch_ td,
.page-bizbilling .formlist_.bizsearch_ tr,
.page-bizbilling .formlist_.bizsearch_ th,
.page-bizbilling .formlist_.bizsearch_ td{
  width: 100%;
  display: block;
  border: none;
}
.page-billinglist .formlist_.bizsearch_ th,
.page-bizbilling .formlist_.bizsearch_ th{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
}
.page-billinglist .formlist_.bizsearch_ td,
.page-bizbilling .formlist_.bizsearch_ td{
  padding-bottom: 20px;
}
.page-billinglist .formlist_.bizsearch_ tr.billing-status td,
.page-bizbilling .formlist_.bizsearch_ tr.billing-status td {
  background: #EBF4FA;
}
.page-billinglist .formlist_.bizsearch_ tr.billing-status td p,
.page-bizbilling .formlist_.bizsearch_ tr.billing-status td p{
  margin-bottom: 0;
}
.page-billinglist .formlist_.bizsearch_ td input[type="date"],
.page-bizbilling .formlist_.bizsearch_ td input[type="date"]{
  width: 50%;
}
.page-billinglist .formlist_.bizsearch_ td input[type="date"]:last-of-type,
.page-bizbilling .formlist_.bizsearch_ td input[type="date"]:last-of-type{
  margin-top: 10px;
}
.page-billinglist .formlist_.bizsearch_ td input[name="s_total"],
.page-billinglist .formlist_.bizsearch_ td input[name="f_total"],
.page-bizbilling .formlist_.bizsearch_ td input[name="s_total"],
.page-bizbilling .formlist_.bizsearch_ td input[name="f_total"]{
  width: 50%;
}
.page-billinglist .formlist_.bizsearch_ td input[name="f_total"],
.page-bizbilling .formlist_.bizsearch_ td input[name="f_total"]{
  margin-top: 10px;
}
.page-billinglist .formlist_.bizsearch_ tr.billing-total td,
.page-bizbilling .formlist_.bizsearch_ tr.billing-total td {
  background: #EBF4FA;
}
.page-billinglist .billing-notes p,
.page-bizbilling .billing-notes p{
  font-weight: bold;
  display: none;
}
.page-billinglist .billing-flex,
.page-bizbilling .billing-flex{
  display: flex;
  gap: 15px;
}
.page-billinglist table.history_,
.page-bizbilling table.history_{
  border: none;
}
.page-billinglist table.history_ td ,
.page-bizbilling table.history_ td {
  border: none;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  padding-block: 0;
}
.page-billinglist table.history_ .billing-id td,
.page-bizbilling table.history_ .billing-id td {
  background: #EBF4FA;
  border: 1px solid #D5D5D5;
  padding-block: 8px;
}
.page-billinglist table.history_ .billing-id td a,
.page-bizbilling table.history_ .billing-id td a{
  color: var(--color-primary);
  text-decoration: underline;
}
.page-billinglist table.history_ .billing-id td div:has(.billing-status),
.page-bizbilling table.history_ .billing-id td div:has(.billing-status) {
  flex-shrink: 0;
  margin-left: auto;
}
.page-billinglist table.history_ .billing-id td[data-status="入金期限切れ"] .billing-status,
.page-bizbilling table.history_ .billing-id td[data-status="入金期限切れ"] .billing-status{
  color: var(--color-attention);
}
.page-billinglist table.history_ td[data-status="入金済"],
.page-bizbilling table.history_ td[data-status="入金済"]{
  background: #EAEAEA;
}
.page-billinglist table.history_ .billing-id td[data-status="入金済"],
.page-bizbilling table.history_ .billing-id td[data-status="入金済"]{
  background: #D5D5D5;
}
.page-billinglist table.history_ .billing-contract-id td,
.page-bizbilling table.history_ .billing-contract-id td{
  padding-top: 8px;
}
.page-billinglist table.history_ .billing-contract-id td a,
.page-bizbilling table.history_ .billing-contract-id td a{
  color: var(--color-primary);
  text-decoration: underline;
}
.page-billinglist table.history_ .billing-method-name td,
.page-bizbilling table.history_ .billing-method-name td{
  padding-bottom: 8px;
  border-bottom: 1px solid #D5D5D5;
}
.page-billinglist table.history_ .billing-blank td,
.page-bizbilling table.history_ .billing-blank td{
  border: none;
}
.page-billinglist table.history_ .billing-blank:has(+*) td,
.page-bizbilling table.history_ .billing-blank:has(+*) td{
  padding-block: 5px;
}
.billing-list-footer{
  margin: 0 0 30px;
}
.billing-list-footer a{
  text-decoration: underline;
}

div.spandual_ table.estimate_top_ >  tbody > tr,
div.spandual_ table.estimate_top_ .estimate_top_left_,
div.spandual_ table.estimate_top_ .estimate_top_right_{
  width: 100%;
  display: block;
}
div.spandual_ table.formdetail_.billing_ > tbody > tr{
  display: table-row;
}
div.spandual_ table.formdetail_.billing_ th{
  font-size: 12px;
  border: 1px solid #D5D5D5;
  background-color: #EBF4FA;
  padding: 8px 12px;
  width: 40%;
}
div.spandual_ table.formdetail_.billing_ td{
  font-size: 12px;
  border: 1px solid #D5D5D5;
  background-color: #FFF;
  padding: 8px 12px;
  width: 60%;
}
div.spandual_ table.formdetail_.method_ th{
  font-size: 12px;
  border: 1px solid #D5D5D5;
  background-color: #EBF4FA;
  padding: 8px 12px;
  width: 40%;
}
div.spandual_ table.formdetail_.method_ td{
  font-size: 12px;
  border: 1px solid #D5D5D5;
  background-color: #FFF;
  padding: 8px 12px;
  width: 60%;
}
.billing_subject_{
  font-size: 14px;
  font-weight: bold;
  background: #EBF4FA;
  margin: 0 0 10px;
  padding: 10px;
}
.page-billingdetail div.spandual_ {
  overflow: visible;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_,
.page-billingdetail div.spandual_ table.formdetail_.method_,
.page-billingdetail table.formlist_.estimate_.dest_{
  table-layout: fixed;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_ th {
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  background: var(--color-primary);
  width: 30%;
  padding: 8px 10px;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_ td {
  font-size: 14px;
  line-height: 1.5;
  width: 70%;
  padding: 8px 10px;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_ .billing_detail_status_ td {
  font-weight: 500;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_ td[data-status="入金期限切れ"] {
  color: var(--color-attention);
  font-weight: bold;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_ .billing_detail_bil_status_ td {
  background: #EBF4FA;
}
.page-billingdetail div.spandual_ table.formdetail_.billing_ .billing_detail_expire_dt_ td,
.page-billingdetail div.spandual_ table.formdetail_.billing_ .billing_detail_billing_dt_ td
 {
  font-weight: 500;
  background: #EBF4FA;
}
.page-billingdetail div.spandual_ table.formdetail_.method_ th {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  width: 30%;
  padding: 8px 10px;
}
.page-billingdetail div.spandual_ table.formdetail_.method_ td {
  font-size: 14px;
  line-height: 1.5;
  width: 70%;
  padding: 8px 10px;
  text-align: left;
}
.page-billingdetail div.spandual_ table.formdetail_.method_ .billing_detail_total_ td,
.page-billingdetail div.spandual_ table.formdetail_.method_ .billing_detail_tax_ td
 {
  background: #EBF4FA;
}
.page-billingdetail .tax_rate_info_{
  font-size: 10px;
  text-align: right;
}
.page-billingdetail table.formlist_.estimate_.dest_ th {
  font-size: 14px;
  color: #FFF;
  background: var(--color-primary);
}
.estimate_listframe_ h2{
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 30px;
}
.page-billingdetail table.formlist_.billing_detail_list_{
  border: none;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ > td{
  border: none;
  padding: 0;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ > td table{
  border: 1px solid #D5D5D5;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ > td table td{
  padding-inline: 10px;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ td.contract_id_{
  background: #EBF4FA;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ td.contract_id_ a{
  color: var(--color-primary);
  text-decoration: underline;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ td.goods_name_{
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding-bottom: 5px;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ td.billing_content_,
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ td.price_{
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.page-billingdetail table.formlist_.billing_detail_list_ tr.detail_line_ td.qty_tax_rate_amt_{
  border: none;
  padding-top: 5px;
}
.detail_line_flex_{
  display: flex;
  justify-content: space-between;
}
.detail_line_flex_left_ .tax_rate_{
  margin: 0 20px;
}
.billingdetail-notes{
  margin-top: 30px;
}
.billingdetail-notes h2 {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  margin: 10px -15px 0;
  padding: 6px 12px;
  max-width: none;
}
.contractdetail-notes__text {
  padding: 10px 0;
}
.contractdetail-notes__text p{
  margin: 0;
}
.contractdetail-notes__text a {
  text-decoration: underline;
  color: var(--color-txt);
}
.page-contractdetail div.spandual_ {
  overflow: visible;
}
.page-contractdetail div.spandual_ table.estimate_top_ {
  margin-bottom: 40px;
}
.page-contractdetail div.order_ table.order_,
.page-contractdetail div.order_ table.method_
{
  table-layout: fixed;
}
.page-contractdetail div.order_ table.order_ th {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  width: 30%;
  white-space: normal;
}
.page-contractdetail div.order_ table.order_ td {
  text-align: left;
  width: 70%;
}
.page-contractdetail div.order_ table.method_ th {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  width: 30%;
  white-space: normal;
}
.page-contractdetail div.order_ table.method_ td {
  text-align: left;
  width: 70%;
}
.contract_address_info_{
  margin: 0 -15px;
  max-width: none;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 30px;
}
.page-contractdetail div.order_ table.dest_,
.page-contractdetail div.order_ table.host_{
  width: 100%;
  border: none;
}
.page-contractdetail div.order_ table.dest_ th,
.page-contractdetail div.order_ table.host_ th{
  font-size: 14px;
  color: #FFF;
  background: #66ACDA;
  border: none;
}
.page-contractdetail div.order_ table.dest_ td,
.page-contractdetail div.order_ table.host_ td{
  border: none;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ td {
  padding: 0;
  border: 1px solid #D5D5D5;
  display: block;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ tr.detail_line_:has(+.option_item_) td{
  border-bottom: 1px dashed #999;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ tr.detail_line_:not(:has(+.option_item_)) td{
  margin-bottom: 20px;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ tr.option_item_ td{
  display: block;
  margin-bottom: 20px;
  border-top: 0;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_no_{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  background: #66ACDA;
  padding: 6px 10px;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .option_item_ .col_no_{
  display: none;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_no_ .goodscomment4_{
  margin: 0;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_no_ .goods_link_ {
  gap: 20px;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_no_ .goods_link_ button {
  font-size: 10px;
  color: #FFF;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_no_ .goods_modal {
  color: var(--color-txt);
  font-weight: 400;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_no_ .goods_modal_contents h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 20px;
  padding: 5px 10px;
  border: none;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_goodsname_{
  padding: 10px;
  position: relative;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_goodsname_ .detail_name_{
  padding-right: 110px;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_goodsname_ .estimate_name_{
  font-size: 14px;
  font-weight: bold;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_status_{
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #F5F5F5;
  display: block;
  padding: 0 8px;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .col_status_[data-status="契約中"]{
  color: var(--color-primary);
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_box_{
  display: flex;
  gap: 10px;
  padding: 0 10px 10px;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_box_left_{
  width: calc(50% - 10px);
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_box_right_{
  width: calc(50% - 10px);
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .estimate_amt_{
  font-size: 12px;
  font-weight: 400;
}
.page-contractdetail div.order_ table.formsublist_.destgoodslist_ .option_item_ .option_prefix_{
  display: none;
}
.contractdetail-notes{
  margin: 50px 0 30px;
}
.contractdetail-notes h2{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  max-width: none;
  margin: 10px -15px 0;
  padding: 6px 10px;
}
.contractdetail-notes__text{
  padding: 10px 0;
}
.contractdetail-notes__text a{
  text-decoration: underline;
  color: var(--color-txt);
}
.withdrawal_form_{
  background: #F5F5F5;
  border-radius: 5px;
  padding: 20px 20px 30px;
}
.withdrawal_form_ h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.withdrawal_form_ th{
  padding-bottom: 5px;
}
.withdrawal_form_  tr:not(:last-child) td{
  padding-bottom: 20px;
}
.withdrawal_form_ .required_{
  color: var(--color-attention);
  margin-left: 10px;
}
.withdrawal_form_ textarea{
  width: 100%;
}
.withdrawal_form_ .submit_{
  margin-bottom: 0;
}
.page-contractdetail div.spandual_ > .submit_ {
  flex-direction: column;
}

/* ====================
 ご利用ガイド
==================== */
.block-common-healine02{
  max-width: none;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  margin: 0 -15px 20px;
  padding: 5px 15px;
}
.block-free h3{
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.block-free-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}
.block-free-nav.--spcol2{
  gap: 15px;
}
.block-free-nav li{
  width: calc((100% - 20px) / 3);
}
.block-free-nav.--spcol2 li{
  width: calc((100% - 15px) / 2);
}
.block-free-nav li a{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--color-primary);
  padding: 12px;
}
.block-free-subnav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 40px;
}
.block-free-subnav li a{
  font-size: 12px;
  color: var(--color-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  text-decoration: underline;
}
.block-free-subnav li a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: translateY(-1px) rotate(45deg);
  display: block;
}
.block-free-guide__contents{
  margin: 0 0 50px;
}
.block-free-guide__item + .block-free-guide__item{
  margin-top: 30px;
}
.block-free-guide__desc > * {
  margin: 0 0 20px;
}
.block-free-guide__desc dl dt{
  font-weight: bold;
}
.block-free-guide__desc dl dd{
  margin: 0 0 20px;
}
.block-free-guide__desc .caution{
  padding: 15px 15px 0;
}
.block-free-guide__list{
  margin: 20px 0 0;
}
.block-free-guide__list dt {
  font-weight: bold;
  background: #EBF4FA;
  padding: 6px 10px;
  border: 1px solid #D5D5D5;
  border-bottom: 0;
}
.block-free-guide__list dd {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #D5D5D5;
  border-bottom: 0;
}
.block-free-guide__list dd:last-of-type {
  border-bottom: 1px solid #D5D5D5;
}
/* ====================
 よくある質問
==================== */
.block-free-faq{
  padding: 0 0 20px;
}
.faq-search{
  background: #EBF4FA;
  border-radius: 10px;
  margin: 0 0 50px;
  padding: 20px;
}
.faq-search__contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.faq-search__contents input{
  width: 100%;
  height: 40px;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 5px 10px;
}
.faq-search__filter{
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  border-radius: 5px;
  margin-right: 20px;
  border: none;
}
.faq-search__clear{
  font-size: 14px;
  background: none;
  border: none;
  text-decoration: underline;
  margin-right: 40px;
  padding: 0;
}
.faq-search__keywords{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  margin: 20px 0 0;
}
.faq-search__keywords li{
  cursor: pointer;
  text-decoration: underline;
}
.block-free-faq__count{
  text-align: center;
  margin: 0 0 30px;
}
.block-free-faq__contents{
  margin: 0 0 50px;
}
.block-free-faq__list-group{
  margin: 0 0 20px;
}
.block-free-faq__list-group.is-hidden{
  display: none;
}
.block-free-faq__list dt{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  max-width: none;
  background: #F5F5F5;
  margin: 0 -15px 5px;
  padding: 9px 15px 9px 40px;
  position: relative;
}
.block-free-faq__list dt::before{
  content: "Q";
  font-size: 22px;
  color: var(--color-primary);
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 6px;
}
.block-free-faq__list dd{
  position: relative;
  padding: 9px 0 9px 40px;
}
.block-free-faq__list dd::before{
  content: "A";
  font-size: 20px;
  font-weight: bold;
  color: var(--color-attention);
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 10px;
}
/* ====================
 特定商取引に基づく表示
==================== */
.block-free-scta__contents{
  margin: 0 0 60px;
}
.block-free-scta__contents h2{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}
.block-free-scta__list > dt{
  font-weight: bold;
  border-top: 1px solid #D5D5D5;
  padding: 8px 0;
}
.block-free-scta__list > dd{
  border-top: 1px solid #D5D5D5;
  padding: 8px 0;
}
.block-free-scta__list > dd:last-of-type{
  border-bottom: 1px solid #D5D5D5;
}
.block-free-scta__list > dd dt{
  border-bottom: 1px solid #D5D5D5;
  padding: 8px 0;
}
.block-free-scta__list > dd dt:first-of-type{
  padding-top: 0;
}
.block-free-scta__list > dd dd{
  border-bottom: 1px solid #D5D5D5;
  padding: 8px 0;
}
.block-free-scta__list > dd dd:last-of-type{
  border-bottom: 0;
  padding-bottom: 0;
}
.block-free-scta__list > dd p:has(+*){
  margin: 0 0 15px;
}
.block-free-scta__list > dd a{
  color: var(--color-primary);
  text-decoration: underline;
}
.block-free-scta__list > dd a:hover{
  text-decoration: none;
}
/* ====================
個人情報の取り扱いについて
==================== */
.block-free-policy-subnav{
  margin: 30px 0 45px;
}
.block-free-policy-subnav > * + *{
  margin: 10px 0 0;
}
.block-free-policy-subnav li a{
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-free-policy-subnav li a::before{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: translateY(-1px) rotate(45deg);
  display: block;
}
.block-free-policy__contents{
  margin-bottom: 45px;
}
.block-free-policy h2{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #b6c6d2;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.block-free-policy h2::after{
  content: "";
  background: linear-gradient(90deg, #00479d, #00a0e9);
  width: 60%;
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.block-free-policy__head{
  margin: 0 0 45px;
}
.block-free-policy h3{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #b6c6d2;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 8px;
}
.block-free-policy h3::after{
  content: "";
  background: var(--color-primary);
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.block-free-policy__item{
  margin: 0 0 30px;
}
.block-free-policy__desc > * + *{
  margin: 20px 0 0;
}
.block-free-policy__desc > p + p{
  margin: 15px 0 0;
}
.block-free-policy__desc dt{
  font-weight: bold;
  background: #edf1f3;
  border: 1px solid #D5D5D5;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.block-free-policy__desc dd{
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-top: 0;
  border-bottom: 0;
  padding: 10px 15px;
}
.block-free-policy__desc dd:last-of-type{
  border-bottom: 1px solid #D5D5D5;
}
.block-free-policy__order-list{
  counter-reset: number;
}
.block-free-policy__order-list > * + *{
  margin: 5px 0 0;
}
.block-free-policy__order-list li{
  counter-increment: number;
  display: flex;
  gap: 5px;
}
.block-free-policy__order-list li::before{
  content: counter(number)".";
  display: block;
}
.block-free-policy__num-list{
  counter-reset: number;
}
.block-free-policy__num-list > * + *{
  margin: 20px 0 0;
}
.block-free-policy__num-list-item{
  counter-increment: number;
}
.block-free-policy__num-list-head{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 5px;
}
.block-free-policy__num-list-head::before{
  content: counter(number);
  color: #FFF;
  font-weight: bold;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #b6c6d2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-free-policy__num-list-body{
  padding-left: 42px;
}
.block-free-policy__num-list-body li{
  padding-left: 15px;
  position: relative;
}
.block-free-policy__num-list-body li::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #6f7880;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
.block-free-policy__num-list-body a{
  color: var(--color-primary);
}
.block-free-policy__box{
  background: #f4f7f9;
  padding: 15px;
}
.block-free-policy h4{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.block-free-policy h4::after{
  content: "";
  background: #b6c6d2;
  width: 32px;
  height: 2px;
  display: block;
  margin: 10px 0 0;
}
/* ====================
 会員登録方法
==================== */
.block-free-guide-registration__contents{
  margin: 40px 0 60px;
}
.block-free-guide-registration__item ol{
  padding: 0 15px;
}
.block-free-guide-registration__item ol > * + *{
  margin-top: 30px;
}
.block-free-guide-registration__item ol li{
  padding-left: 5px;
}
.block-free-guide-registration__img{
  border: 1px solid #eee;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  margin: 30px 0;
}
/* ====================
 ご利用方法
==================== */
.block-free-guide-usesite__contents{
  margin: 0 0 40px;
}
.block-free-guide-usesite .step{
  margin: 30px 0;
}
.block-free-guide-usesite .step > * + *{
  margin: 10px 0 0;
}
.block-free-guide-usesite .step li{
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.4;
  border: 1px solid var(--color-primary);
  position: relative;
  padding: 10px 10px 10px 45px;
}
.block-free-guide-usesite .step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -11px;
  display: block;
  width: 1px;
  height: 10px;
  margin-top: -1px;
  background: var(--color-primary);
}
.block-free-guide-usesite .step li img{
  width: auto;
  height: 20px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%,-50%);
}
.block-free-guide-usesite .step li.step04 img{
  height: 15px;
}
.block-free-guide-usesite .step .step-number{
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}
.block-free-guide-usesite__list-item{
  margin: 0;
  padding: 30px 10px;
  list-style: none;
  position: relative;
}
.block-free-guide-usesite__list-item.--step01{
  background: transparent url(../../img/usr/freepage/guide-icon-step1.svg) 12px 25px / auto 30px no-repeat;
}
.block-free-guide-usesite__list-item.--step02{
  background: transparent url(../../img/usr/freepage/guide-icon-step2.svg) 10px 25px / auto 30px no-repeat;
}
.block-free-guide-usesite__list-item.--step03{
  background: transparent url(../../img/usr/freepage/guide-icon-step3.svg) 15px 22px / auto 40px no-repeat;
}
.block-free-guide-usesite__list-item.--step04{
  background: transparent url(../../img/usr/freepage/guide-icon-step4.svg) 5px 30px / auto 25px no-repeat;
}
.block-free-guide-usesite__list-item:not(:first-of-type){
  border-top: 1px solid var(--color-primary);
}
.block-free-guide-usesite__list-item h2{
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0 0 0 50px;
}
.block-free-guide-usesite__list-item h2 span{
  text-transform: uppercase;
  color: #009fe8;
  margin-right: 15px;
}
.block-free-guide-usesite__list-item a{
  color: var(--color-primary);
  text-decoration: underline;
}
.block-free-guide-usesite__list-desc{
  line-height: 2;
}
.block-free-guide-usesite__list-desc .note{
  font-size: 14px;
}
.block-free-guide-usesite__list-desc ol{
  padding-left: 15px;
}
.block-free-guide-usesite__list-desc ol li{
  padding-left: 5px;
}
.block-free-guide-usesite__list-desc ol > * + *{
  margin-top: 15px;
}
.block-free-guide-usesite__list-desc ol li p:has(+*){
  margin: 0 0 20px;
}
.block-free-guide-usesite__list-item .strong{
  font-weight: bold;
  color: var(--color-primary);
}
/* ====================
 利用規約
==================== */
.block-free-tos__contents{
  margin: 0 0 40px;
}
.block-free-tos__contents h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.block-free-tos__text{
  margin: 0 0 30px;
}
.block-free-tos__list dd{
  margin: 0 0 30px;
}
.block-free-tos__num01,.block-free-tos__num02{
  counter-reset: num;
}
.block-free-tos__num01 > li{
  counter-increment: num;
}
.block-free-tos__num01 > li::before{
  content: "(" counter(num) ")";
  display: inline-block;
}
.block-free-tos__num02 > li{
  counter-increment: num;
}
.block-free-tos__num02 > li::before{
  content: counter(num) ".";
  display: inline-block;
  margin-right: 4px;
}
.block-free-tos__list dd a{
  color: var(--color-primary);
  text-decoration: underline;
}
.block-free-tos__contents .revision{
  text-align: right;
}
/* ====================
 TC Subsc Marketplaceとは
==================== */
.block-free-about h1{
  margin-bottom: 40px;
}
.block-free-about__contents{
  margin: 0 auto 30px;
}
.block-free-about__contents h2{
  font-size: 20px;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px;
}
.block-free-about__contents h2::after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  margin: 15px auto 0;
}
.block-free-about__contents h2 span{
  display: block;
}
.block-free-about__contents p{
  line-height: 2;
}
.block-free-about__contents a{
  color: var(--color-primary);
  text-decoration: underline;
}
.block-free-about__contents-img{
  text-align: center;
  margin: 45px 0 20px;
}
.block-free-about__contents-img img{
  width: 90%;
  height: auto;
}
.block-free-about__contents .note{
  font-size: 12px;
  color: #707070;
  text-align: center;
}
.block-free-about__point{
  margin: 60px 0 40px;
}
.block-free-about__point-item{
  max-width: none;
  margin: 0 -15px 15px;
  position: relative;
  background: #e4f2fd;
}
.block-free-about__point-desc {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}
.block-free-about__point-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-free-about__point-icon svg {
  width: auto;
  max-width: 220px;
  height: 200px;
  fill: #cde5f7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-free-about__point-desc h3{
  font-size: 18px;
  font-weight: bold;
  color: #666;
  border: none;
  display: inline-block;
}
.block-free-about__point-desc h3::after {
  content: "";
  display: block;
  height: 7px;
  background: #009fe8;
  margin-top: -0.4em;
}
.block-free-about__point-desc h3 span{
  font-size: 26px;
  font-weight: 500;
  color: var(--color-primary);
  display: block;
}
.block-free-about__btn a{
  font-size: 14px;
  color: #FFF;
  background: var(--color-primary);
  border-radius: 5px;
  text-decoration: none;
  width: 260px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}
/* ====================
 すまコネとは
==================== */
.smartconnect-mv{
  max-width: none;
  margin: 0 -15px 30px;
}
.smartconnect-headline{
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
  line-height: 1.4;
  margin: 0 0 30px;
}
.smartconnect-headline::after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  margin: 15px auto 0;
}
.smartconnect-headline .point{
  font-size: 30px;
}
.smartconnect-headline .large{
  font-size: 26px;
}
.smartconnect-headline .small{
  font-size: 18px;
}
.smartconnect-intro{
  margin: 0 0 40px;
}
.smartconnect-intro-box::after {
  content: "";
  display: block;
  clear: both;
}
.smartconnect-intro-box__img{
  float: right;
  width: 100px;
  margin: 0 0 5px 5px;
}
.smartconnect-point{
  margin: 0 0 40px;
}
.smartconnect-point-list{
  counter-reset: num;
  margin: 60px 0 0;
}
.smartconnect-point-list > * + *{
  margin-top: 40px;
}
.smartconnect-point-list li{
  counter-increment: num;
  width: 100%;
  padding: 40px 30px 30px 30px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.smartconnect-point-list li:nth-child(even){
  background: #009fe8;
}
.smartconnect-point-list li::before {
  font-size: 40px;
  font-weight: bold;
  content: counter(num);
  background: var(--color-primary);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartconnect-point-list li:nth-child(even)::before{
  background: #009fe8;
}
.smartconnect-point-list h3{
  font-size: 22px;
  position: relative;
  line-height: 1.2;
  border: none;
}
.smartconnect-point-list h3 span{
  display: block;
  font-weight: 400;
}
.smartconnect-point-list li p{
  font-size: 16px;
  line-height: 1.6;
}
.smartconnect-point-list li .strong{
  font-weight: bold;
}
.smartconnect-point-list li .note{
  font-size: 14px;
  margin: 5px 0 0;
}
.smartconnect-scene{
  margin: 0 0 60px;
}
.smartconnect-scene__text{
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
  margin: 0 0 10px;
}
.smartconnect-scene-list > * + *{
  margin-top: 30px;
}
.smartconnect-scene-list li{
  text-align: center;
}
.smartconnect-scene-list__img img{
  width: 90%;
  height: auto;
}
.smartconnect-scene-list h3{
  font-size: 18px;
  border: none;
  color: var(--color-primary);
  margin: 0 0 5px;
  padding: 0;
}
.smartconnect-scene .note{
  text-align: center;
  margin: 30px 10px 0;
}
.smartconnect-btn a{
  font-size: 14px;
  color: #FFF;
  background: var(--color-primary);
  border-radius: 5px;
  text-decoration: none;
  width: 260px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.smartconnect-plan{
  margin:  0 0 60px;
}
.smartconnect-plan .accordion-contents{
  border: none;
}
.smartconnect-plan .accordion-contents h3{
  font-size: 17px;
  line-height: 1.4;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  margin: 0 0 20px;
  padding: 10px 10px 10px 35px;
  position: relative;
  cursor: pointer;
}
.smartconnect-plan .accordion-contents h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transition: .3s;
  width: 10px;
  height: 10px;
  border-right: 4px solid #009fe8;
  border-bottom: 4px solid #009fe8;
  transform: translateY(-50%) rotate(45deg);
}
.smartconnect-plan .accordion-contents h3.is-open::before {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(225deg);
}
.plan_list {
  margin: 0 0 30px;
  table-layout: auto;
  border-bottom: none;
}
.plan_list caption {
  margin: 0 0 5px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.plan_list th,
.plan_list td {
  padding: 10px;
  vertical-align: middle;
}
.plan_list thead {
  position: relative;
}
.plan_list thead::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0075c2;
  background-image: linear-gradient(120deg, #009fe8 0%, #0075c2 100%);
}
.plan_list thead th {
  text-align: center;
  border: none;
  font-weight: 500;
}
.plan_list th,
.plan_list td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.plan_list .plan_name {
  width: 15%;
  padding: 10px 10px 10px 0;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.plan_list .initial_cost {
  width: 30%;
  text-align: right;
}
.plan_list .monthly_fee {
  width: 15%;
  text-align: right;
}
.plan_list .carrier {
  width: 10%;
  text-align: center;
}
.plan_list .carrier a {
  width: 7em;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
.plan_list .carrier a.btn-docomo {
  background: #c03;
  border: 1px solid #c03;
}
.plan_list .carrier a.btn-kddi {
  background: #eb5505;
  border: 1px solid #eb5505;
}
.plan_list .carrier a.btn-softbank {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.plan_list .carrier a.btn-rakuten {
  background: #ff008c;
  border: 1px solid #ff008c;
}
.plan_list .carrier a.btn-smaconne-plan {
  background: #0075c2;
  border: 1px solid #0075c2;
}
ul.notice {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}
ul.notice li {
  margin: 0 0 5px;
  line-height: 1.3;
  font-size: 12px;
  color: #666;
}
ul.notice li .mark {
  margin-left: -1em;
}
.plan_list,
.plan_list caption,
.plan_list tbody,
.plan_list tr {
  display: block;
}
.plan_list thead {
  display: none;
}
.plan_list tr {
  margin: 0 0 24px;
}
.plan_list th,
.plan_list td {
  min-height: 63px;
  padding: 10px 0;
  display: flex;
  width: 100%!important;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-top: none;
}
.plan_list .plan_name {
  font-size: 17px;
  font-weight: 700;
  border-bottom: none;
  position: relative;
  white-space: nowrap;
}
.plan_list .plan_name::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0075c2;
  background-image: linear-gradient(120deg, #87d6ef 0%, #0075c2 100%);
}
.plan_list th::before,
.plan_list td::before {
  content: attr(data-label);
  display: block;
}
.plan_list .carrier a {
  width: 8em;
  margin: 0 0 0 auto;
  padding: 8px;
}
.plan_list .carrier[data-label="楽天モバイル"]{
  display: none;
}
.smartconnect-plan .accordion-contents .js-accordion-item{
  display: none;
}
.smartconnect-plan .accordion-contents .js-accordion-item.is-show{
  display: block;
}
.smartconnect-plan .accordion-contents + .accordion-contents{
  margin: 30px 0 0;
}
.smartconnect-plan__img{
  text-align: center;
  margin: 30px 0;
}
.smartconnect-plan p + p{
  margin-top: 20px;
}
ul.smartconnect-btn{
  margin-top: 60px;
}
ul.smartconnect-btn > * + *{
  margin-top: 20px;
}
ul.smartconnect-btn a{
  margin-top: 0;
}
/* ====================
 IoTSELECTION
==================== */
.iotselection{
  padding-bottom: 60px;
}
.iotselection .intro{
  margin: 0 0 60px;
}
.iotselection {
  font-size: 14px;
}
.iotselection .feature {
  position: relative;
  margin: 0 -15px 10px;
  max-width: none;
}
.iotselection .feature .feature-text {
  width: 100%;
  padding: 30px 20px;
  background: #f1feff;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  min-height: 260px;
}
.iotselection .feature.right .feature-text {
  background: #fefff1;
}
.iotselection .feature h3 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.iotselection .feature h3 span {
  font-size: 30px;
  color: #38a6ad;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.iotselection .feature h3::after {
  content: "";
  display: block;
  height: 7px;
  background: #87e1e7;
  margin-top: -0.4em;
}
.iotselection .feature p {
  font-size: 15px;
  line-height: 2;
  color: #707070;
}
.iotselection .feature .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 150px;
  z-index: 1;
  pointer-events: none;
}
.iotselection .feature .icon svg {
  width: auto;
  height: 200px;
  max-width: 220px;
  fill: rgba(68, 179, 187, 0.15);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iotselection .feature.right .icon svg {
  fill: rgba(250, 233, 87, 0.15);
}
.iotselection .feature p {
  color: #707070;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.iotselection .feature * + p {
  margin-top: 20px;
}
.iotselection .service{
  margin-top: 60px;
}
.iotselection .service h2 {
  width: 100%;
  height: 150px;
  background: transparent url(../../img/usr/genre/IoTSELECTION/underlayer-headerbackground-sp.png) right center no-repeat;
  background-size: cover;
  position: relative;
  color: #42bdc6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 60px;
}
.iotselection .service h2 span{
  font-size: 26px;
  font-weight: bold;
}
.iotselection .service h2 span small{
  font-size: 14px;
  padding-top: 5px;
  display: block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.iotselection .service h2 span small::before {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  margin-bottom: 5px;
  background: #42bdc6;
}
.iotselection .service-list > * + *{
  margin-top: 30px;
}
.iotselection .service-list li{
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.iotselection .service-list__img{
  width: 100%;
  text-align: center;
}
.iotselection .service-list__img img{
  width: 100%;
  max-width: 460px;
  height: 200px;
  object-fit: cover;
}
.iotselection .service-list__item{
  margin: 0 0 30px;
}
.iotselection .service-list__desc h3{
  font-size: 20px;
  color: #707070;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  margin: 0 0 20px;
  padding: 0 10px;
  border-left: 4px solid #34cdd7;
}
.iotselection .service-list__desc h3 a{
  color: #707070;
  text-decoration: none;
}
.iotselection .service-list__desc .label{
  font-size: 12px;
  color: #34a5d7;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 2px 10px;
  border: 2px solid #34a5d7;
  border-radius: 6px;
  display: inline-block;
}
.iotselection .service-list__example h4{
  font-size: 20px;
  color: #707070;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  margin: 0 0 20px;
  padding: 0 10px;
  border-left: 4px solid #34cdd7;
}
.iotselection .service-list__example h4 span{
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.iotselection .service-list__example .details dt {
  margin: 15px 0 0 0;
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #34cdd7;
  color: #666;
  line-height: 1.6;
}
.iotselection .service-list__example .details dt:first-of-type {
  margin-top: 0;
}
.iotselection .service-list__example .details dd {
  font-size: 16px;
  color: #707070;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 6px 0 0 0;
}

/* ■2026.03.18[shtanaka（AI開発）] 契約詳細 明細検索フォーム（SP） */
.page-contractdetail .formlist_.bizsearch_{
  width: calc(100% + 30px);
  margin-inline: -15px;
  max-width: none;
  width: auto;
  border: none;
}
.page-contractdetail .formlist_.bizsearch_ th{
  font-size: 14px;
  color: #FFF;
  background: var(--color-primary);
  border: none;
  padding: 6px 15px;
}
.page-contractdetail .formlist_.bizsearch_ td{
  border: none;
  padding: 10px 15px 20px;
}
.page-contractdetail .formlist_.bizsearch_ td input{
  border-color: #999;
}
.page-contractdetail .formlist_.bizsearch_ td input[type="text"]{
  padding-block: 8px;
}
.page-contractdetail .search_result_ {
  margin-top: 6px;
  padding: 0 15px;
  font-size: 12px;
  color: #666;
}
.page-contractdetail .search_clear_ {
  margin-left: 8px;
}