@charset "UTF-8";
/* ====================
 common
==================== */
div.wrapper_ {
  padding: 20px 0 0;
  width: 1200px;
}
div.wrapper_:not(:has(.navitopicpath_)) {
  padding-top: 60px;
}
.page-top div.wrapper_:not(:has(.navitopicpath_)) {
  padding-top: 0;
}
div.container_ div.contents_{
  width: 1200px;
  margin: 0 auto;
}
div.container_ div.mainframe_, div.container_ div.mainframe_ .event_ .goods_:not(table) {
  width: 1200px;
}
.navitopicpath_ {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}
.container_ > .navitopicpath_ {
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto 30px;
  width: 1200px;
}
.navitopicpath_ a.topicpath_home_ {
  color: var(--color-txt);
  margin-left: 0;
}
.navitopicpath_ > a:last-of-type {
  color: #777;
}
.navitopicpath_ a {
  color: var(--color-txt);
}
.navitopicpath_ li:last-child a {
  color: #777;
}
div.container_ div.contents_ div.mainframe_, div.container_ div.contents_ div.mainframe_ .event_ .goods_:not(table) {
  width: 930px;
}
.top_layout_1_ div.container_ div.contents_, .top_layout_1_ div.container_ div.contents_ div.mainframe_ {
  min-width: auto;
}
div.rightmenuframe_ {
  width: 100%;
  position: relative;
}
div.wrapper_.has-rightmenuframe-wrapper {
  width: 100%;
}
div.has-rightmenuframe-container {
  position: relative;
  width: 100%;
  padding-right: 0;
}
body.page-goods div.leftmenuframe_ {
  display: none;
}
body.page-goods div.container_ div.contents_ div.mainframe_{
  width: 100%;
}
body.page-goods .navitopicpath_ {
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto 30px;
  width: 1200px;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], input[type="date"], select, textarea {
  border-color: #D5D5D5;
}
input[type="radio"] {
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 20px;
  background: #FFF;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 4px;
  background: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
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="date"] {
  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%);
}
select{
  -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;
}
.btn-wide {
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: none;
  width: 300px;
  height: 50px;
}
.btn-large {
  margin: 4px 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: none;
  width: 300px;
  height: 50px;
}
.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;
}
.add-cart-icon{
  display: inline-block;
}
.add-cart-icon::before {
  background-image: url(../../img/usr/common/ico_goods_cart.png);
  background-size: contain;
}
.btn_cart_.cart_button_slender_ {
  height: 30px;
  background-color: var(--color-primary);
}
.btn_cart_.cart_button_slender_::before {
  background-image: url(../../img/usr/common/ico_goods_cart.png);
  background-size: contain;
}
.btn-small {
  box-shadow: none;
}
.move_button_ {
  background: #FFF;
  border: 1px solid #333;
}
.error_ {
  font-size: 14px;
  color: var(--color-attention);
}
.sp-only{
  display: none;
}
/* ====================
 Header
==================== */
#header{
  position: sticky;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 1001;
  container-type: inline-size;
  container-name: header;
}
.block-header__container{
  width: clamp(1200px, 100%, 2000px);
  margin: 0 auto;
}
.block-header__top .block-header__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}
.block-header__logo-link:hover{
  opacity: 1;
}
.block-header__top-right{
  display: flex;
  align-items: center;
}
.block-global-search{
  margin-right: 20px;
}
.block-global-search form{
  display: flex;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
.block-global-search .block-global-search--keyword{
  font-size: 14px;
  width: 388px;
  padding: 0 15px;
  outline: none;
  border: none;
  background: none;
  border-radius: 5px;
}
@container header (max-width: 1366px) {
  .block-global-search--keyword{
    width: 288px;
  }
}
.block-global-search--submit {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background: none;
}
.block-global-search--submit::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_search.png) center center / contain no-repeat;
}
.block-header__user{
  font-size: 12px;
  margin-right: 40px;
}
@container header (max-width: 1366px) {
  .block-header__user{
    margin-right: 20px;
  }
}
.block-header__top-nav-list{
  display: flex;
  align-items: center;
  gap: 28px;
}
.pane-header-login .block-header__top-nav-list{
  gap: 20px;
}
.block-header__top-nav-list-item a{
  display: block;
  font-size: 12px;
  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: 34px;
  height: 34px;
  display: block;
  margin: 0 auto 2px;
  transition: .3s;
}
.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__vnav-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{
  font-size: 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -2px;
  color: #FFF;
  display: block;
  line-height: 16px;
  background: #333;
  border-radius: 50%;
}
.block-header__top-nav-list-text{
  font-size: 12px;
  font-weight: 500;
}
.block-header__nav{
  background: var(--color-primary);
}
.block-header__nav .block-header__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.block-header__nav-list{
  display: flex;
  gap: 30px;
}
.block-header__nav-item > a,.block-header__nav-item.js-nav-menu > span{
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}
.block-header__nav-item > a:hover{
  opacity: 0.7;
}
.block-header__nav-item--other span{
  background: #2791D6;
  border-radius: 3px;
  padding: 1px 28px 1px 8px;
  display: inline-block;
  position: relative;
  transition: .3s;
}
.block-header__nav-item--other a:hover{
  opacity: 1;
}
.block-header__nav-item--other a:hover span{
  background: #005D9A;
}
.block-header__nav-item--other span::after{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}
.block-header__nav-item.js-nav-menu > span{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  cursor: pointer;
  position: relative;
}
.block-header__nav-list--primary .block-header__nav-item > a{
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.block-header__nav-list--primary .block-header__nav-item > a::before,.block-header__nav-item.js-nav-menu > span::before{
  content: "";
  width: 100%;
  height: 5px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s;
}
.block-header__nav-list--primary .block-header__nav-item > a:hover{
  opacity: 1;
}
.block-header__nav-list--primary .block-header__nav-item:hover > a::before,.block-header__nav-item.js-nav-menu:hover > span::before{
  opacity: 1;
}
.block-header__nav-menu{
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
  display: none;
}
.block-header__nav-menu-cont{
  text-align: left;
  padding: 30px 60px 40px;
}
.block-header__nav-menu-cont:has(.block-header__nav-menu-service){
  padding-inline: 40px;
}
.block-header__nav-menu-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
.block-header__nav-menu-list-item{
  width: 400px;
}
.block-header__nav-menu-list-item a{
  color: var(--color-txt);
  display: block;
  padding: 3px 3px 3px 0;
  transition: color .3s;
}
.block-header__nav-menu-list-item a:hover{
  color: var(--color-primary);
  opacity: 1;
}
.block-header__nav-menu-service{
  display: flex;
  gap: 30px;
}
.block-header__nav-menu-service-cont{
  width: 426px;
}
.block-header__nav-menu-service-cont:not(:last-child){
  border-right: 1px solid #DCDCDC;
}
.block-header__nav-menu-service-title{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  padding-left: 25px;
  position: relative;
}
.block-header__nav-menu-service-title::before{
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
}
.block-header__nav-menu-service-title::after{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}
.block-header__nav-menu-service .block-header__nav-menu-list{
  padding-left: 25px;
}
.block-header__info{
  background: #F5F5F5;
}
.block-header__info-list{
  width: 1200px;
  margin: 0 auto;
}
.block-header__info-list-item{
  text-align: center;
  padding: 8px 0;
}
.block-header__info-list-item a{
  font-size: 14px;
  font-weight: 500;
  color: var(--color-attention);
}

/* ====================
 トップページ本文
==================== */
.top_layout_1_ div.wrapper_ {
  padding-bottom: 0;
}
.block-mainvisual{
  margin: 0 0 60px;
  background: #F5F5F5;
}
.block-mainvisual__img{
  max-width: 1920px;
  margin: 0 auto;
}
.block-mainvisual__img img{
  width: 100%;
  height: auto;
}

/* ====================
 トップページ予備テンプレート
==================== */
.block-common-headline{
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0.1em 16px;
}
.block-common-headline__en{
  font-size: 12px;
  color: var(--color-primary);
  margin-left: 20px;
}
.block-common-headline::before,.block-common-headline::after{
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.block-common-headline::before{
  top: calc(50% - 9px);
  background: var(--color-primary);
}
.block-common-headline::after{
  top: calc(50% + 9px);
  background: var(--color-secondary);
}
.block-top-service{
  margin: 0 0 80px;
  container-type: inline-size;
  container-name: service
}
.block-top-service__list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
  padding: 0 18px;
}
.block-top-service__list-item{
  width: 270px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.block-top-service__list-item a{
  display: block;
  height: 100%;
  padding: 20px;
  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{
  opacity: 1;
}
.block-top-service__list-item a:hover::after{
  opacity: 1;
}
.block-top-service__list-img{
  margin: 0 0 10px;
}
.block-top-service__list-title{
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 10px;
}
.block-top-service__list-company{
  font-size: 14px;
  line-height: 1.6;
}
.block-top-service .notes{
  margin: 10px 0 0;
}

@container service (max-width:1280px){
  .block-top-service__list-item{
    width: calc((100% - 84px) / 4);
  }
}
.block-top-about{
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.block-top-about::before{
  content: "";
  width: 715px;
  height: 498px;
  position: absolute;
  top: 20px;
  left: 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(135deg,#0075C2,#62C9D9 ,#ECF9FB);
  opacity: 0.85;
  mix-blend-mode: multiply;
}
.block-top-about .container{
  position: relative;
  z-index: 1;
}
.block-top-about__headline{
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.45;
  margin: 0 0 30px;
}
.block-top-about__text{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin: 0 0 40px;
}
.block-common-btn{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.08em;
  width: 320px;
  display: block;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 10px;
  position: relative;
  transition: .3s;
}
.block-top-about-btn{
  color: #333;
  background: #FFF;
  border-color: #FFF;
}
.block-top-about-btn::before{
  content: "";
  width: 24px;
  height: 24px;
  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: 8px;
  height: 8px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%) rotate(45deg);
}
.block-top-about-btn:hover{
  color: #FFF;
  background: var(--color-primary);
}

/* ====================
 トップページトピックス
==================== */
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ {
  width: 1200px;
  margin: 0 auto 80px;
  position: relative;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ {
  margin: 0;
  padding: 0;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ .block-common-headline{
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ .block-common-headline::before {
  width: 6px;
  height: 16px;
  left: 0;
  top: calc(50% - 9px);
  background: var(--color-primary);
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ {
  padding: 0;
  background: none;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ {
  padding: 0;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li {
  padding: 15px 20px;
  border-bottom: 1px solid #DCDCDC;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li:first-child {
  border-top: 1px solid #DCDCDC;
}
.page-top .topicline_ > li dl {
  display: flex;
  gap: 20px;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dt {
  font-size: 16px;
  width: 184px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dt a{
  color: #333;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dt a:hover{
  opacity: 1;
}
.page-top div.topiclist_ ul.topicline_ li dl dt img{
  width: auto;
  height: 24px;
  margin: 0;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd {
  width: calc(100% - 204px);
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd a{
  transition: color .3s;
  opacity: 1;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd a:hover{
  color: var(--color-primary);
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_{
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
}
.page-top div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ a{
  width: auto;
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  transition: color .3s;
}
.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);
}
@media (max-width:1280px){
  .page-top .topiclist_{
    padding-inline: 20px;
  }
  .page-top .topicline_detaillist_{
    right: 20px;
  }
}

/* ====================
 Footer
==================== */
#footer {
  min-width: auto;
  padding: 0;
  background: #FFF;
}
.block-footer{
  padding: 0;
  container-type: inline-size;
  container-name: footer
} 
.block-footer__top{
  padding: 34px 0 24px;
}
.block-footer__container{
  width: 1200px;
  margin: 0 auto;
}
@container footer (max-width:1280px){
  .block-footer__container{
    padding-inline: 20px;
  }
}
.block-footer__top .block-footer__container{
  display: flex;
  align-items: center;
  gap: 0 105px;
}
.block-footer__nav{
  display: flex;
  flex-wrap: wrap;
}
.block-footer__nav-item{
  padding-inline: 20px;
  position: relative;
}
.block-footer__nav-item:not(:last-child)::after{
  content: "";
  width: 1px;
  height: 15px;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-block: auto;
}
.block-footer__nav a{
  font-size: 14px;
  display: block;
  transition: color .3s;
}
.block-footer__nav a:hover{
  color: var(--color-primary);
}
.block-footer__bottom{
  background: var(--color-primary);
  padding: 10px 0;
}
#copyright{
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
#footer_pagetop{
  position: fixed;
  right: 20px;
  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;
}
#footer_pagetop a:hover{
  background: #F5F5F5;
}

/* ====================
 最近見た商品
==================== */
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_history {
  max-width: 100%;
  margin: 0;
  padding: 80px 0;
}
#block_of_history{
  background: #F5F5F5;
}
#block_of_history h2 {
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0;
  font-size: 24px;
}
#block_of_history h2::before {
  display: none ;
}
#itemHistory{
  width: calc(100% - ((100% - 1200px) / 2));
  margin-left: auto;
}
#itemHistory .StyleT_Frame_ {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#itemHistory .StyleT_Frame_::-webkit-scrollbar {
  display: none;
}
#itemHistory div.StyleT_Line_ {
  margin: 0;
  width: 210px;
  min-width: 210px;
  display: block;
  background: #FFF;
}
#itemHistory div.StyleT_Item_ {
  width: 100%;
  display: block;
  padding: 20px;
}
#itemHistory div.StyleT_Item_ div.img_ {
  margin-bottom: 10px;
}
#itemHistory div.StyleT_Item_ div.name_ {
  font-size: 14px;
}
#itemHistory .block-goods-list-favorite,#itemHistory .g_price_,#itemHistory .qty_,#itemHistory .cart_{
  display: none;
}
#itemHistoryButton{
  display: none;
}
#messNothing, #messRedraw {
  background: none;
}

body:not(.page-top) #block_of_history {
  max-width: 100%;
  margin: 80px 0 0;
  padding: 80px 0;
}
.rightmenuframe_ #block_of_history h2 {
  margin: 0 auto 32px;
  padding: 0;
  font-size: 24px;
  color: var(--color-txt);
  text-align: left;
  background: none;
}


/* ====================
 左メニュー
==================== */
div.sidebox_ h2 {
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}
#sidebox_filter h2{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  margin: 0 0 10px;
  padding: 8px 10px;
}
div.sidebox_ {
  margin-bottom: 15px;
}
.sidebox_ .filter {
  max-height: none;
  border: none;
  padding: 0;
}
.sidebox_ .clear_filter_ {
  position: static;
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
  color: var(--color-txt);
}
.sidebox_ .clear_filter_ .filter_clear_link{
  color: var(--color-txt);
}
.sidebox_ .filter_ {
  margin: 0;
}
.sidebox_ .filter_ + .filter_ {
  margin-top: 10px;
}
.sidebox_ .filter_title_ {
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #D2D2D2;
}
.sidebox_ .filter_title_::after {
  display: none;
}
.sidebox_ .checkbox_container {
  border-bottom: 1px solid #D2D2D2;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}
.sidebox_ .filter_type4_class {
  margin: 0;
}
.sidebox_ dd.filter_items_{
  padding-block: 8px;
}
.checkbox_container .filter_name_ {
  width: 20px;
  height: 20px;
  border-color: #999;
  flex-shrink: 0;
}
.checkbox_container .filter_type4_item{
  display: none;
}
.checkbox_container .checkbox_label_type4 {
  margin-left: 10px;
  margin-right: 0;
  line-height: 1.5;
}
.checkbox_container .checkbox_label {
  margin-left: 10px;
  line-height: 1.5;
}
.category_tree_ li {
  border-color: #D2D2D2;
}
.category_tree_ li:has(.accordion_.active) {
  border-bottom: 0;
}
.category_tree_ li a, .category_tree_ li span.nolink_ {
  color: var(--color-txt);
}
.category_tree_ li a:hover {
  background: #FFF;
  color: var(--color-primary);
  opacity: 1;
}
.category_tree_ li.category_tree1_.open a, .category_tree_ li.category_tree1_.open span.nolink_{
  color: var(--color-primary);
}
.category_tree_ li.category_tree1_open_ a, .category_tree_ li.category_tree2_open_ a, .category_tree_ li.category_tree3_open_ a, .category_tree_ li.category_tree4_open_ a {
  font-weight: 400;
}
span.accordion_::before, span.accordion_::after {
  background-color: var(--color-primary);
}
.category_tree_ li.category_tree2_,.category_tree_ li.category_tree2_open_{
  border: none;
}
.category_tree_ li.category_tree2_ a,.category_tree_ li.category_tree2_open_ a{
  background: #F5F5F5;
}
.genre_tree_ li a:hover {
  color: var(--color-primary);
  background-color: #FFF;
  opacity: 1;
}
.category_tree_ li.category_tree1_ a.arrow::after,
.category_tree_ li.category_tree1_ span.nolink::after,
.category_tree_ li.category_tree2_ a.arrow::after,
.category_tree_ li.category_tree2_ span.nolink::after,
.category_tree_ li.category_tree3_ a.arrow::after,
.category_tree_ li.category_tree3_ span.nolink::after,
.category_tree_ li.category_tree4_ a.arrow::after,
.category_tree_ li.category_tree4_ span.nolink::after {
  display: none;
}
.genre_tree_ li.genre_tree1_ a.arrow::after,
.genre_tree_ li.genre_tree1_ span.nolink::after,
.genre_tree_ li.genre_tree2_ a.arrow::after,
.genre_tree_ li.genre_tree2_ span.nolink::after,
.genre_tree_ li.genre_tree3_ a.arrow::after,
.genre_tree_ li.genre_tree3_ span.nolink::after,
.genre_tree_ li.genre_tree4_ a.arrow::after,
.genre_tree_ li.genre_tree4_ span.nolink::after {
  display: none;
}
.maker_tree_ li.maker_tree1_ a.arrow::after,
.maker_tree_ li.maker_tree1_ span.nolink::after,
.maker_tree_ li.maker_tree2_ a.arrow::after,
.maker_tree_ li.maker_tree2_ span.nolink::after,
.maker_tree_ li.maker_tree3_ a.arrow::after,
.maker_tree_ li.maker_tree3_ span.nolink::after,
.maker_tree_ li.maker_tree4_ a.arrow::after,
.maker_tree_ li.maker_tree4_ span.nolink::after {
  display: none;
}

/* ====================
 商品一覧
==================== */
body.page-event div.wrapper_ {
  padding-top: 70px;
}
h1.category_name_ {
  font-size: 32px;
  color: var(--color-txt);
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0.1em 16px;
}
h1.category_name_::before,h1.category_name_::after{
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
h1.category_name_::before{
  top: calc(50% - 9px);
  background: var(--color-primary);
}
h1.category_name_::after{
  top: calc(50% + 9px);
  background: var(--color-secondary);
}
div.comment_middle_ {
  font-size: 16px;
  margin-bottom: 40px;
}
.block-goods-list:has(*){
  border-top: 1px solid var(--color-primary);
  margin-top: 40px;
  padding: 40px 0 0;
}
.block-sort-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.navistyle_, .navisort_ {
  align-items: center;
  gap: 10px;
  width: auto;
  border: none;
  padding: 0;
}
.navistyle_ + .navisort_ {
  padding: 0;
}
.navisort_ .navisort_now_::after, .navistyle_ .navistyle_now_::after, .navisort_ a::after, .navistyle_ a::after {
  display: none;
}
.navistyle_ dt {
  width: auto;
}
.navistyle_ dd {
  gap: 6px;
  width: auto;
}
.navistyle_ dd a,.navistyle_ dd span{
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  font-size: 0;
}
.navistyle_list_item_ a:hover{
  opacity: 1;
}
.navistyle_list_item_[data-style="ピックアップ"] a{
  background: url(../../img/usr/common/style_p.png) center center / 20px auto no-repeat;
}
.navistyle_list_item_[data-style="詳細一覧"] a{
  background: url(../../img/usr/common/style_d.png) center center / 20px auto no-repeat;
}
.navistyle_list_item_[data-style="ピックアップ"] span{
  background: url(../../img/usr/common/style_p_on.png) center center / 20px auto no-repeat;
}
.navistyle_list_item_[data-style="詳細一覧"] span{
  background: url(../../img/usr/common/style_d_on.png) center center / 20px auto no-repeat;
}
.navisort_{
  display: block;
  overflow: visible;
}
.navisort_ dt{
  display: none;
}
.navisort_ dd {
  width: 130px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #FFF;
  display: block;
  position: relative;
}
.navisort_ dd .navisort_list_ {
  width: 100%;
  height: 30px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
}
.navisort_ dd.is-active .navisort_list_ {
  height: auto;
}
.navisort_ dd .navisort_list_ .navisort_list_item_ {
  width: 100%;
  height: 28px;
  background: #FFF;
  order: 2;
  cursor: pointer;
}
.navisort_ dd .navisort_list_ .navisort_list_item_:has(.navisort_now_) {
  order: 1;
}
.navisort_ dd .navisort_list_ .navisort_list_item_[data-sort*="価格"] {
  display: none;
}
.navisort_ dd .navisort_list_ .navisort_list_item_ a,.navisort_ dd .navisort_list_ .navisort_list_item_ span {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-txt);
  padding: 0 0 0 10px;
  height: 28px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navisort_ dd .navisort_list_ .navisort_list_item_:first-child{
  padding-right: 28px;
}
.navisort_ dd.is-active .navisort_list_ .navisort_list_item_:hover {
  background: #F5F5F5;
}
.navisort_ dd .navisort_list_ .navisort_list_item_ a:hover {
  opacity: 1;
}
.navisort_ dd .navisort_list_::after {
  content: '';
  width: 8px;
  height: 7px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top:11px;
  right: 8px;
  pointer-events: none;
  background: #333;
  z-index: 1;
}
.navisort_ dd.is-active .navisort_list_::after {
  transform: rotate(180deg);
}
.navipage_.top_ {
  justify-content: flex-start;
  margin: 30px 0 40px;
  position: relative;
}
.navipage_.top_:has(.navipage_frame_) {
  justify-content: center;
}
.navipage_sum_wrap_:has(+.navipage_frame_){
  position: absolute;
  top: 0;
  left: 0;
}
.navipage_.bottom_ {
  justify-content: flex-start;
  margin: 80px 0 40px;
  position: relative;
}
.navipage_.bottom_:has(.navipage_frame_) {
  justify-content: center;
}
.navipage_ .navipage_frame_ {
  gap: 10px;
}
.pagination{
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination li{
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.pagination li a{
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000;
  border: 1px solid #D5D5D5;
}
.pagination li .navipage_now_ {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-primary);
  background: #EBF4FA;
}
div.StyleP_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
div.StyleP_Line_ {
  display: block;
  width: calc((100% - 90px) / 4);
  margin: 0;
  padding: 0;
}
div.StyleP_Item_ {
  width: 100%;
}
div.StyleP_Item_ .block-goods-list-favorite, div.StyleP_Item_ div.qty_ ,div.StyleP_Item_ .add-cart-btn,div.StyleP_Item_ .btn_login {
  display: none;
}
div.StyleP_Item_ div.img_ {
  border: 1px solid #D5D5D5;
  margin-bottom: 10px;
}
div.StyleP_Item_ div.desc_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
  min-height: 0;
}
.autopagerize_page_element_ div.StyleP_Frame_ div.StyleP_Item_ .icon_ img {
  margin: 0;
}
div.StyleP_Item_ div.desc_ .icon_ img{
  width: auto;
  height: 20px;
  margin: 0;
}
div.StyleP_Item_ div.name_ {
  line-height: 1.6;
}
div.StyleP_Item_ div.name_ .name1_ {
  font-size: 16px;
  font-weight: bold;
}
div.StyleP_Item_ div.name_ .name1_ .goods_name_{
  color: var(--color-txt);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div.StyleP_Item_ div.g_price_ .price_ {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-txt);
}
div.StyleP_Item_ div.g_price_ .price_title_,
div.StyleP_Item_ div.subsc_price_ .subsc_price_title_ {
  position: relative;
  width: 6em;
  display: inline-block;
  padding-right: 1em;
}
div.StyleP_Item_ div.g_price_ .price_title_::after,
div.StyleP_Item_ div.subsc_price_ .subsc_price_title_::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.StyleP_Item_ div.g_price_ .default_price_ {
  display: none;
}
div.StyleD_Item_ {
  display: flex;
  gap: 30px;
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}
div.StyleD_Item_ div.img_ {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  padding-right: 0;
}
div.StyleD_Item_ .block-goods-list-favorite{
  display: none;
}
div.StyleD_Item_ div.desc_{
  width: calc(100% - 170px);
}
div.StyleD_Item_ div.summary_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
div.StyleD_Item_ div.summary_ .icon_ img{
  width: auto;
  height: 20px;
}
div.StyleD_Item_ div.summary_ .name_ {
  margin-bottom: 10px;
}
div.StyleD_Item_ div.summary_ .name_ .name1_ {
  font-size: 18px;
  line-height: 1.5;
}
div.StyleD_Item_ div.summary_ .comment_ {
  font-size: 14px;
  color: var(--color-txt);
  margin-bottom: 10px;
}
div.StyleD_Item_ div.order_form_ {
  text-align: left;
}
div.StyleD_Item_ div.order_form_ .pricebox_ {
  margin-bottom: 0;
}
div.StyleD_Item_ div.order_form_ .pricebox_ .price_title_,
div.StyleD_Item_ div.order_form_ .subsc_price_ .subsc_price_title_{
  position: relative;
  width: 6em;
  display: inline-block;
  padding-right: 1em;
}

div.StyleD_Item_ div.order_form_ .pricebox_ .price_title_::after,
div.StyleD_Item_ div.order_form_ .subsc_price_ .subsc_price_title_::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

div.StyleD_Item_ div.order_form_ .pricebox_ .price_ {
  font-size: 16px;
  font-weight: 400;
}
div.StyleD_Item_ div.order_form_ .pricebox_ .small_ {
  font-size: 12px;
  font-weight: 400;
}
div.StyleD_Item_ div.order_form_ .default_sales_price_ {
  display: none;
}
div.StyleD_Item_ div.detail_,div.StyleD_Item_ div.cart_,div.StyleD_Item_ div.order_form_ .qty_,div.StyleD_Item_ div.comment1_  {
  display: none;
}

h1.event_name_ {
  font-size: 32px;
  color: var(--color-txt);
  line-height: 1.5;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0.1em 16px;
}
h1.event_name_::before,h1.event_name_::after{
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
h1.event_name_::before{
  top: calc(50% - 9px);
  background: var(--color-primary);
}
h1.event_name_::after{
  top: calc(50% + 9px);
  background: var(--color-secondary);
}
h1.genre_name_ {
  font-size: 32px;
  color: var(--color-txt);
  line-height: 1.5;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0.1em 16px;
}
h1.genre_name_::before,h1.genre_name_::after{
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
h1.genre_name_::before{
  top: calc(50% - 9px);
  background: var(--color-primary);
}
h1.genre_name_::after{
  top: calc(50% + 9px);
  background: var(--color-secondary);
}
div.CategoryStyleP_Line_ {
  flex-direction: column;
}
div.CategoryStyleP_Item_ {
  width: 100%;
}
div.CategoryStyleP_Item_ .category_link_, div.CategoryStyleP_Item_ .category_nolink_ {
  display: flex;
  gap: 30px;
  padding: 15px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #D5D5D5;
}
div.CategoryStyleP_Item_ .img_ {
  width: 140px;
  flex-shrink: 0;
  margin: 0 ;
}
div.CategoryStyleP_Item_ .category_link_:not(:has(.img_)) .desc_,div.CategoryStyleP_Item_ .category_nolink_:not(:has(.img_)) .desc_{
  margin-left: 170px;
}
div.CategoryStyleP_Item_ .name_ {
  text-align: left;
}
div.GenreStyle_Item_ {
  margin-bottom: 20px;
  float: none;
  display: block;
  width: 100%;
}
div.GenreStyle_Item_:not(:nth-of-type(3n)) {
  margin-right:0;
}
div.GenreStyle_Item_ a.genre_name_ {
  display: flex;
  gap: 30px;
  padding: 15px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #D5D5D5;
}
div.GenreStyle_Item_ .img_ {
  width: 140px;
  flex-shrink: 0;
  margin: 0;
}
div.GenreStyle_Item_ h3.name_ {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: none;
}
div.GenreStyle_Item_ div.comment_ {
  margin: 7px 0 0;
  font-size: 16px;
  word-break: break-all;
}

/* ====================
 商品詳細
==================== */
div.container_ div.contents_ div.mainframe_ div.goodsvariationview_frame_ {
  width: 100%;
}
div.goodsimg2_ {
  width: 280px;
  float: none;
  display: block;
  flex-shrink: 0;
}
div.goodsimg2_ .sku_img_ {
  width: 280px;
  height: 280px;
}
div.goodsimg2_ div.etc_goodsimg2_ {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
div.goodsimg2_ div.etc_goodsimg2_item_ {
  width: calc((100% - 30px) / 4);
  display: block;
  padding: 0;
}
div.goodsimg2_ div.etc_goodsimg2_item_ img.active_ {
  border: none;
}
.goodsproductdetail_desc_{
  width: calc(100% - 320px);
}
.goodsproductdetail_desc_ .block-icon{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.goodsproductdetail_desc_ .block-icon:has(img){
  margin-bottom: 10px;
}
.goodsproductdetail_desc_ .block-icon img{
  width: auto;
  height: 20px;
}
h1.goods_name_ {
  color: var(--color-txt);
  line-height: 1.4;
  margin-bottom: 10px;
}
.top_comment_ {
  font-size: 14px;
  margin-bottom: 20px;
}
div.goodscomment1_ {
  margin: 0;
}
div.goodscomment2_ {
  margin: 0;
  font-size: 16px;
}
div.goodscomment3_ {
  margin: 0 0 80px;
}
.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: 20px;
  font-weight: bold;
}
.accordion-title button{
  font-size: 20px;
  font-weight: bold;
  color: var(--color-txt);
  text-align: left;
  background: none;
  border: none;
  padding: 20px;
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.accordion-title button::before{
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.accordion-title button::after{
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  transform: translateY(-50%) rotate(135deg);
}
.accordion-title button.is-open::after{
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(315deg);
}
.accordion-item{
  padding: 10px 20px 40px;
  display: none;
}
.accordion-item a{
  text-decoration: underline;
}
.accordion-item a:hover{
  text-decoration: none;
}
div.goodscomment4_ {
  margin-bottom: 80px;
}
.goods_order_area_{
  display: none;
}
.goods_agree_text_{
  display: none;
}
.goods_link_{
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.goods_link_ button{
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.goods_link_ button:hover{
  text-decoration: none;
  opacity: 1;
}
div.goodscomment5_ {
  margin-bottom: 20px;
}
div.goodscomment6_{
  margin: 0 0 80px;
}
div.goodscomment7_{
  font-size: 14px;
  margin: 0 0 20px;
}
.youtube iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.goodscomment_title_{
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.color-red{
  color: var(--color-attention);
}
div.right_goodsvariation_frame_ {
  /* display: none; */
  position: static;
  width: auto;
}
body.page-goods .common_headline2_ {
  display: none;
}
div.goodsspec2_ {
  display: block;
}
.formdetail_.goodsspec2_ {
  display: none;
}
.option-table-section {
  margin: 0 0 20px;
}
.option-table-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
.option-table {
  width: 100%;
  background-color: #fff;
  border: 2px solid var(--color-primary);
}
.option-table th {
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 6px 8px;
}
.option-table th.option-radio-cell{
  width: 80px;
}
.option-table th.option-qty-cell{
  width: 120px;
}
.option-table th.option-price-cell{
  width: 180px;
}
.option-table td {
  font-size: 16px;
  text-align: center;
  padding: 15px 8px;
}
.option-table tr:has(:checked) td{
  background: #EBF4FA;
}
.option-table tr:not(:last-child) td {
  border-bottom: 1px solid #D5D5D5;
}
.option-table td.option-name-cell {
  font-weight: bold;
  text-align: left;
}
.option-radio-cell {
  text-align: center;
  width: 80px;
}
.option-price-cell {
  text-align: right;
  white-space: nowrap;
}
.option-table input[type="radio"] {
  margin-right: 0;
}
.option-table input[type="checkbox"] {
  width: 26px;
  height: 26px;
  margin-right: 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);
}
body.page-goods #block_of_history {
  display: none;
}
div.rightmenuframe_ div.accessory_list_ {
  background: #F5F5F5;
  margin: 80px 0 0;
  padding: 80px 0;
}
div.rightmenuframe_ div.accessory_list_ h2{
  font-size: 24px;
  font-weight: bold;
  color: var(--color-txt);
  text-align: left;
  width: 1200px;
  margin: 0 auto 32px;
}
div.rightmenuframe_ div.accessory_list_ .goods_ {
  width: calc(100% - ((100% - 1200px) / 2));
  margin-left: auto;
}
div.rightmenuframe_ div.accessory_list_ div.StyleP_Frame_ {
  flex-wrap: nowrap;
  gap: 2px;
  background: none;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.rightmenuframe_ div.accessory_list_ div.StyleP_Frame_::-webkit-scrollbar {
  display: none;
}
div.rightmenuframe_ div.accessory_list_ div.StyleP_Line_ {
  width: 210px;
  background: #FFF;
  padding: 20px;
}
.var_goods_info{
  display: none;
}
.page-goods .right_goodsvariation_frame_ {
  display: none;
}
div.variationbox_ div.variationlist_ {
  max-height: none;
}
.goods_cartarea_{
  background: #EBF4FA;
  margin: 0 0 5px;
  padding: 15px 20px;
}
.goods_pricebox_{
  width: 460px;
  margin: 0 0 10px auto;
}
.goods_pricebox_ dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 5px;
}
.goods_pricebox_ dl dt{
  font-size: 16px;
  font-weight: bold;
  width: 110px;
  position: relative;
}
.goods_pricebox_ dl dt:not(:last-of-type){
  margin-bottom: 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% - 120px);
}
.goods_pricebox_ dl dd:not(:last-of-type){
  margin-bottom: 10px;
}
.goods_pricebox_ dl dd span.price_{
  font-size: 20px;
}
.goods_pricebox_ dl dd .small_{
  font-size: 12px;
  margin-left: 5px;
}
.goods_pricebox_ dl dd p{
  display: none;
}
.goods_pricebox_ .notes{
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0;
}
.goods_cartbox_{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.goods_cartbox_ div.cartbox2_ {
  margin: 0;
  padding: 0;
}
.goods_cartbox_ div.cartbox2_ form{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.cartbox_ input[type="text"], .cartbox2_ input[type="text"] {
  width: 80px;
  height: 50px;
  margin-right: 20px;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: bold;
  border-color: var(--color-primary);
}
.cartbox_ .btn_cart_, .cartbox2_ .btn_cart_ {
  width: 230px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cartbox_ .btn_cart_::before, .cartbox2_ .btn_cart_::before {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/ico_goods_cart.png) center center / 24px auto no-repeat;
}
.btn_login {
  background-color: var(--color-primary);
  border-radius: 4px;
}
.btn_login_m {
  font-size: 16px;
  width: 200px;
  height: 50px;
}
.btn-add-bookmark{
  font-size: 0;
  width: 50px;
  height: 50px;
  background: url(../../img/usr/common/ico_goods_bookmark.png) center center / 24px auto no-repeat #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-add-bookmark.btn-registed-bookmark{
  background: url(../../img/usr/common/ico_goods_bookmark_on.png) center center / 24px auto no-repeat #FFF;
}
div.variationbox_ div.tags_ div.title_ {
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 0;
  flex-shrink: 0;
}
div.variationbox_ div.tags_ div.title_:not([title="カラー"]) {
  padding-top: 6px;
}
div.variationbox_ div.tags_ {
  display: flex;
  gap: 25px;
}
div.variationbox_ .tags_item_{
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.variationbox_ div.tags_ div.tag_ {
  float: none;
  margin: 0;
  border: none;
}
div.variationbox_ div.tags_ div.tag_[filter*="color"] {
  width: 30px;
  height: 30px;
}
div.variationbox_ div.tags_ div.tag_ .inner_ {
  border: none;
}
div.variationbox_ div.tags_ div.tag_[filter*="color"].tag_Selected_ .inner_ {
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}
div.variationbox_ div.tags_ div.tag_{
   width: calc((100% - 20px) / 3);
}
div.variationbox_ div.tags_ div.tag_ div.tag_Text_ {
  text-align: center;
  width: auto;
  height: 40px;
  line-height: 1;
  background-color: #FFF;
  color: var(--color-txt);
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
div.variationbox_ div.tags_ div.tag_Selected_ {
  border: none;
  width: calc((100% - 20px) / 3);
}
div.variationbox_ div.tags_ div.tag_Selected_ div.tag_Text_ {
  color: var(--color-txt);
  width: auto;
  height: 40px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBF4FA;
}
.goods_modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.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{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FFF;
  border-radius: 5px;
  padding: 0 5px;
}
.goods_modal_scroll{
  width: 700px;
  max-height: min(650px,90vh);
  background: #FFF;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 30px 25px;
}
.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: 14px;
  line-height: 1.6;
  display: none;
}
.goods_modal_contents h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 25px;
  padding: 5px 10px;
}
.goods_modal_contents h3{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.goods_modal_contents a{
  color: var(--color-primary);
  text-decoration: underline;
}
.goods_modal_contents a:hover{
  text-decoration: none;
}
.goods_modal_list{
  margin: 30px 0 0;
}
.goods_modal_list_main{
  margin: 20px 0 0;
}
[data-modal="caution"] .goods_modal_list_main > * + *{
  margin-top: 20px;
}
.goods_modal_list_sub ul{
  padding: 0 1em;
}
.tooltip {
  min-width: 130px;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  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;
}

/* ====================
 購入フロー
==================== */
.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, .page-precartdetail .formlist_ th, .contract_address_info_ .formlist_ th .billing_address_info_ .formlist_ th {
  background: var(--color-primary);
  padding-block: 8px;
}
div.order_flow_ > ul {
  gap: 0;
}
div.order_flow_ > ul > li {
  width: 220px;
  height: 60px;
  color: var(--color-txt);
  background-color: #FFF;
  border-radius: 6px;
  background: url(../../img/usr/common/cart_step.png) center center / contain no-repeat;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  padding-right: 15px;
}
div.order_flow_ > ul > li:first-child {
  margin-left: 0;
  z-index: 4;
}
div.order_flow_ > ul > li:nth-child(2) {
  z-index: 3;
}
div.order_flow_ > ul > li:nth-child(3) {
  z-index: 2;
}
div.order_flow_ > ul > li:last-child {
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  padding-right: 0;
}
div.order_flow_ > ul > li.now_,div.order_flow_ > ul.for_estimate_ > li.now_ {
  color: var(--color-txt);
  background: url(../../img/usr/common/cart_step_active.png) center center / contain no-repeat;
  border: none;
}
div.order_flow_ .txt-step {
  color: var(--color-primary);
}
div.order_flow_ > ul > li::after {
  display: none;
}
.order_cart_sublist_single_ .order_cart_btn_list_ {
  display: none;
}
.order_cart_sublist_single_ .order_cart_btn_delete_{
  position: relative;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #999;
  border-color: #999;
  margin: 0;
  border: none;
  border-radius: 5px;
  padding: 8px 16px 8px 36px;
  display: inline-block;
  cursor: pointer;
  transition: opacity .3s;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .js-modal-delete:hover{
  opacity: 0.7;
}
.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: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 16px;
  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: 25px 50px;
  transform: translate(-50%,-50%);
}
.order_cart_sublist_single_ .cart-modal-inner p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.order_cart_sublist_single_ .order_cart_btn_delete_ .move_button_ {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #999;
  border-color: #999;
  margin: 0;
  padding-left: 36px;
}
.order_cart_sublist_single_ .cart-modal .move_button_ {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  width: 150px;
  height: 40px;
  background: var(--color-primary);
  border-color: var(--color-primary);
  margin: 0 0 0 10px;
  border-radius: 5px;
}
.order_cart_sublist_single_ .cart-modal .cancel_button_{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  width: 150px;
  height: 40px;
  background: #999;
  border: 1px solid  #999;
  margin: 0 10px 0 0;
  border-radius: 5px;
}
.page-order_cart .common_headline2_ {
  font-size: 24px;
  color: var(--color-txt);
  margin: 0 0 20px;
  padding: 0;
  background: none;
}
.page-order_cart div.order_ .order_cart_detail_ .common_headline2_ {
  margin-top: -50px;
}
.page-order_cart .loginform_ .common_headline2_ {
  font-size: 22px;
  color: #FFF;
  margin: 0 0 15px;
  padding: 6px 20px;
  background: var(--color-primary);
}
.page-order_cart div.method_host_ {
  padding: 0;
  background: #FFF;
}
.page-order_cart div.order_ .method_host_ div.host_info_ {
  border: 1px solid #D5D5D5;
  padding: 15px 25px;
}
div.order_ div.submit_ input {
  margin-inline: 10px;
}
div.order_ div.submit_ input.btn-estimate {
  background: #333;
  border-color: #333;
}
div.order_ .method_host_ div.host_info_ .host_btn_ {
  width: 160px;
  margin-bottom: 20px;
}
div.order_ .method_host_ div.host_info_ .host_btn_ .move_button_mini_ {
  margin: 1px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 7px 15px;
  border-color: #333;
  background-color: #FFF;
  color: var(--color-txt);
}
div.order_ .method_host_ div.host_info_ .host_address_  .host_nickname_{
  margin: 0 0 5px;
}
div.order_ .method_host_ div.host_info_ .host_address_ .address_ {
  margin-left: 0;
}
div.address_item_ {
  padding: 15px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}
div.address_item_{
  margin-top: 20px;
}
.page-order_address .address_title_{
  margin: 0 0 5px;
}
input.address-select {
  color: #FFF;
  background: var(--color-primary);
  border: solid 1px var(--color-primary);
  padding: 8px 15px;
  border-radius: 5px;
}
div.order_ .order_cart_detail_ {
  background: #FFF;
  margin-bottom: 60px;
  padding: 0;
}
div.order_ div.order_cart_bottom_ {
  border-bottom: 0;
  padding-bottom: 12px;
}
div.order_ div.order_cart_list_total_dest_ {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  background: #EBF4FA;
  margin: 0 0 20px;
  padding: 15px 20px;
}
div.order_ div.order_cart_list_total_ .total_title_ {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 0;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ {
  flex-wrap: wrap;
  gap: 0;
  width: 420px;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dt {
  font-size: 16px;
  width: 112px;
  position: relative;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dt:not([class])::after,div.order_ div.order_cart_list_total_ dl.subtotal_ dt.subtotal_monthly_::after,div.order_ div.order_cart_list_total_ dl.subtotal_ dt.subtotal_yearly_::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dd {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 112px);
}
div.order_ div.order_cart_list_total_ dd.subtotal_.price_,div.order_ div.order_cart_list_total_ dd.subtotal_monthly_.price_,div.order_ div.order_cart_list_total_ dd.subtotal_yearly_.price_{
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
div.order_ div.order_cart_list_total_ dd.subtotal_.price_ .price_,div.order_ div.order_cart_list_total_ dd.subtotal_monthly_.price_ .price_,div.order_ div.order_cart_list_total_ dd.subtotal_yearly_.price_ .price_{
  font-size: 24px;
  font-weight: bold;
}
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: 14px;
}
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_ {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-txt);
}
div.order_ div.order_cart_list_total_ dl.subtotal_ dd.total_separate_ {
  display: none;
}
div.order_ div.order_cart_list_total_ dl.subtotal_ .intax_.price_ {
  text-align: right;
}
div.order_ .order_cart_reload_ {
  background-color: #999;
}
div.order_ div.method_sender_ {
  border: 1px solid #D5D5D5;
}
div.order_ div.method_sender_ .headline_ {
  margin-left: 0;
}
div.order_ div.method_sender_ .headline_ .headline_title_ {
  font-size: 16px;
}
div.order_ div.method_sender_ .headline_ .headline_contents_ {
  background: #F5F5F5;
  margin-top: 20px;
  padding: 20px;
}
div.order_ div.method_sender_ .headline_ .headline_contents_ input[type="checkbox"] + label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  padding-left: 34px;
  cursor: pointer;
}
div.order_ div.method_sender_ .headline_ .headline_contents_ input[type="checkbox"] + label::before {
  width: 24px;
  height: 24px;
  border-color: #999;
  border-radius: 2px;
  top: calc(50% - 12px);
}
table.method_sender_ {
  margin-top: 30px;
  width: 100%;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
table.method_sender_ th {
  font-weight: 500;
}
div.order_ div.estimate_block_ {
  padding: 0;
  background: none;
}
.order_cart_navi_{
  display: none;
}
div.order_ .order_cart_delete_ {
  font-size: 14px;
  color: var(--color-txt);
  border: none;
  background: none;
  text-decoration: underline;
}
div.order_ .order_cart_delete_:hover {
  border: none;
  color: var(--color-txt);
  text-decoration: none;
}
div.order_ div.estimate_block_ span.method_supplier_name_{
  display: none;
}
.order_cart_sublist_single_ {
  margin-bottom: 10px
}
div.order_cart_list_ > .goods_line_{
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #D5D5D5;
  padding: 20px 0;
}
div.order_cart_list_ > .goods_line_:first-of-type{
  border-top: 1px solid #D5D5D5;
}
div.order_cart_list_ .goods_line_ > .goods_line_.option_item_,div.order_cart_list_ .goods_line_ > .goods_line_.option_item_row_{
  display: none;
}
div.order_cart_list_ > .goods_line_ .image_{
  width: 120px;
  flex-shrink: 0;
}
div.order_cart_list_ > .goods_line_ .image_ .goodscomment4_{
  margin: 12px 0 0;
}
div.order_cart_list_ > .goods_line_ .image_ .goods_link_ {
  flex-direction: column;
  gap: 8px;
}
div.order_cart_list_ > .goods_line_ .image_ .goods_link_ li{
  width: 100%;
  text-align: center;
}
div.order_cart_list_ > .goods_line_ .image_ .goods_link_ button {
  font-size: 12px;
  display: block;
  width: 100%;
}
div.order_cart_list_ > .goods_line_ .image_ .goods_modal_contents h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 25px;
  padding: 5px 10px;
  border: none;
}
div.order_cart_list_ > .goods_line_ .desc_{
  width: calc(100% - 150px);
}
div.order_cart_list_ > .goods_line_ .option_info_{
  display: none;
}
div.order_cart_list_ > .goods_line_ .goods_{
  display: flex;
  align-items: center;
}
div.order_cart_list_ > .goods_line_ .goods_ .name_{
  font-size: 14px;
  font-weight: bold;
  padding-right: 35px;
  width: 535px;
  flex-shrink: 0;
}
div.order_cart_list_ > .goods_line_ .goods_ .name_ a{
  font-size: 16px;
  font-weight: bold;
  color: var(--color-txt);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.order_cart_list_ > .goods_line_ .goods_ .name_ a:hover{
  opacity: 1;
  text-decoration: underline;
}
div.order_cart_list_ > .goods_line_ span.tax_class_name_ {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
div.order_cart_list_ > .goods_line_ .qty_ .order_cart_reload_{
  display: none;
}
div.order_cart_list_ > .goods_line_ .price_wrap_{
  width: 250px;
  margin-right: 60px;
  flex-shrink: 0;
}
div.order_cart_list_ > .goods_line_ .price_wrap_ dl{
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
div.order_cart_list_ > .goods_line_ .option_item_ .price_wrap_ dl{
  font-size: 12px;
}
div.order_cart_list_ > .goods_line_ .option_item_ .price_wrap_ dt{
  font-size: 12px;
}
div.order_cart_list_ > .goods_line_ .price_wrap_ dt{
  position: relative;
  width: 90px;
  flex-shrink: 0;
  padding-right: 10px;
}
div.order_cart_list_ > .goods_line_ .price_wrap_ dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_cart_list_ > .goods_line_ .price_wrap_ dd{
  width: 160px;
  text-align: right;
}
div.order_cart_list_ > .goods_line_ .price_wrap_ dd span.price_{
  font-size: 14px;
  font-weight: 400;
}
div.order_cart_list_ > .goods_line_ .option_item_ .price_wrap_ dd span.price_{
  font-size: 12px;
}
div.order_cart_list_ > .goods_line_ .price_wrap_ dd span.price_::after,div.order_cart_list_ > .goods_line_ .price_wrap_ dd span.subsc_price_::after{
  content: "（税込）";
  display: inline;
}
div.order_cart_list_ > .goods_line_ .qty_{
  width: 120px;
  margin-right: 15px;
  flex-shrink: 0;
}
div.order_cart_list_ > .goods_line_ .qty_ .order_cart_reload_{
  display: none !important;
}
div.order_cart_list_ > .goods_line_ .qty_ .option_qty_text_{
  font-size: 14px;
}
div.order_cart_list_ > .goods_line_ .option_item_ .qty_ .option_qty_text_{
  font-size: 12px;
}
div.order_cart_list_ > .goods_line_ .qty_ input.order_cart_qty_{
  font-size: 16px;
  font-weight: bold;
  width: 70px;
  height: 50px;
  border-color: #999;
  text-align: center;
}
div.order_cart_list_ .goods_line_.option_item_,
div.order_cart_list_ .goods_line_.option_item_row_{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  margin: 20px 0 0;
}
div.order_cart_list_ .goods_line_.option_item_ .image_,
div.order_cart_list_ .goods_line_.option_item_row_ .image_{
  display: none;
}
div.order_cart_list_ .goods_line_.option_item_ .desc_,
div.order_cart_list_ .goods_line_.option_item_row_ .desc_{
  width: 100%;
}
div.order_cart_list_ .goods_line_.option_item_ .goods_,
div.order_cart_list_ .goods_line_.option_item_row_ .goods_{
  height: 64px;
}
div.order_cart_list_ .goods_line_.option_item_ .name_,
div.order_cart_list_ .goods_line_.option_item_row_ .name_{
  display: flex;
  align-items: center;
  gap: 20px;
}
div.order_cart_list_ .goods_line_.option_item_ .goods_ .name_ .option_prefix_,
div.order_cart_list_ .goods_line_.option_item_row_ .goods_ .name_ .option_prefix_{
  font-size: 12px;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-right: 1px solid var(--color-primary);
  padding: 5px 20px 0;
  flex-shrink: 0;
}
div.order_cart_list_ .goods_line_.option_item_ .goods_ .name_ .option_prefix_::before,
div.order_cart_list_ .goods_line_.option_item_row_ .goods_ .name_ .option_prefix_::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_cart_list_ .goods_line_.option_item_ .option_qty_,
div.order_cart_list_ .goods_line_.option_item_row_ .option_qty_{
  font-size: 14px;
  font-weight: bold;
  width: 70px;
  display: inline-block;
  text-align: center;
}
div.order_cart_list_ .goods_line_.option_item_ .option_qty_type_,
div.order_cart_list_ .goods_line_.option_item_row_ .option_qty_type_{
  font-size: 12px;
}
.page-method div.order_ .common_headline2_,.page-e_method div.order_ .common_headline2_{
  font-size: 16px;
  margin-top: 30px;
}
.page-method div.order_ .common_headline2_ span.must_,.page-e_method div.order_ .common_headline2_ span.must_{
  margin-top: 0;
}
div.method_box_ div.method_box_content_{
  padding: 0 20px;
}
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;
}
.method_destlist_frame_ div.dest_address_{
  padding: 0 20px;
}
div.method_box_ div.method_box_content_:has(textarea) {
  padding: 0;
}
.page-method .common_headline2_:has(+ div.method_box_content_ textarea),
.page-e_method .common_headline2_:has(+ div.method_box_content_ textarea){
  margin-bottom: 0;
}
div.method_box_ div.method_box_content_:has(textarea) {
  padding: 0;
}
div.method_box_ div.method_box_content_ textarea {
  border-radius: 0;
  width: 100%;
}
.page-method div.order_ div.method_destlist_frame_:has(table.method_destlist_) .common_headline2_,
.page-e_method div.order_ div.method_destlist_frame_:has(table.method_destlist_) .common_headline2_ {
  margin-bottom: 0;
}
div.order_ table.method_destlist_ {
  width: calc(100% - 40px);
}
div.order_ table.method_destlist_ + table.method_destlist_{
  margin-top: 30px;
}
div.order_ table.method_destlist_ td.method_destlist_supplier_ {
  display: none;
}
div.order_ table.method_destlist_ td{
  border: none;
}
div.order_ table.method_destlist_ td.goodsname_ {
  font-size: 14px;
  padding-left: 0;
  width: 1040px;
}
div.order_ table.method_destlist_ td.goodsname_ div,div.order_ table.method_destlist_ td.qty_ div {
  border: none;
  padding-block: 18px;
}
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_ >  div,
div.order_ table.method_destlist_ tr.option_item_row_ td.goodsname_ >  div{
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px 0 0;
  height: 64px;
  overflow: hidden;
}
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_ td.goodsname_ >  div span.option_prefix_ {
  font-size: 12px;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-right: 1px solid var(--color-primary);
  padding: 0 20px ;
  flex-shrink: 0;
}
div.order_ table.method_destlist_ td.goodsname_ >  div span.option_prefix_::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ table.method_destlist_ td.qty_ {
  font-size: 14px;
  width: 120px;
}
div.order_ table.method_destlist_ td.qty_ span{
  font-weight: 400;
  margin-right: 10px;
}
div.order_ table.method_destlist_ tr.option_item_ td.qty_ span{
  font-size: 12px;
}
div.order_ table.method_destlist_ tr.option_item_ td.qty_ > div,
div.order_ table.method_destlist_ tr.option_item_row_ td.qty_ > div{
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 64px;
}
.detail_option_title_{
  font-weight: bold;
  border-top: 1px solid #D5D5D5;
  margin: 0 0 20px;
  padding: 20px 0 0;
}
div.order_ table.method_destlist_ td.detail_option_ {
  padding: 20px 0;
  /* border-bottom: 1px solid #D5D5D5; */
}
div.order_ table.method_destlist_ td.detail_option_ table{
  width: 100%;
}
div.order_ table.method_destlist_ td.detail_option_ th {
  font-size: 16px;
  color: #FFF;
  background: var(--color-primary);
  padding: 15px 60px 15px 12px;
  border-color: #D5D5D5;
  position: relative;
  width: 500px;
}
div.order_ table.method_destlist_ td.detail_option_ td {
  border: 1px solid #D5D5D5;
  padding: 15px 12px;
}
div.order_ table.method_destlist_ th.spec_ {
  background-color: #EBF4FA;
  border-color: #D5D5D5;
  padding: 12px 15px;
}
div.order_ table.method_destlist_ td.spec_ {
  border: 1px solid #D5D5D5;
  padding: 12px 15px;
}
div.order_ table.sales_append_ th {
  border-color: #D5D5D5;
  width: 260px;
}
div.order_ table.sales_append_ td{
  border-color: #D5D5D5;
}
.page-method .goodscomment8_,
.page-e_method .goodscomment8_{
  font-size: 14px;
}
div.method_box_ .detail_option_ .must_ {
  display: none;
}
div.method_box_ .detail_option_ th:has(.must_)::after {
  content: "※必須";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 12px;
  transform: translateY(-50%);
}
.page-edi_confirm .formlist_ th,
.page-e_edi_confirm .formlist_ th{
  background: #66ACDA;
  padding-block: 8px;
}
.page-edi_confirm .formlist_ td,
.page-e_edi_confirm .formlist_ td{
  border: none;
}
.page-edi_confirm .formlist_.host_ th,
.page-e_edi_confirm .formlist_.host_ th{
  background: var(--color-primary);
  padding-block: 8px;
  border: none;
}
.page-edi_confirm .formlist_.host_ td,
.page-e_edi_confirm .formlist_.host_ td{
  border: none;
}
div.order_ div.dest_block_ div.dest-nickname {
  display: none;
}
.page-edi_confirm .formlist_.dest_ th,
.page-e_edi_confirm .formlist_.dest_ th{
  background: #66ACDA;
  padding-block: 8px;
}
.page-edi_confirm .formlist_.dest_ td,
.page-e_edi_confirm  .formlist_.dest_ td {
  border: none;
}
.page-edi_confirm div.order_ div.dest_block_ table.destgoodslist_ th.estimate_goodsname_,
.page-e_edi_confirm div.order_ div.dest_block_ table.destgoodslist_ th.estimate_goodsname_ {
  font-size: 16px;
  padding: 8px 12px;
}
div.order_ table.estimate_method_ th{
  color: #FFF;
  background: var(--color-primary);
  padding-block: 8px;
  border: none;
}
div.estimate_top_{
  display: flex;
  flex-wrap: wrap;
}
div.estimate_top_ .estimate_top_left_ {
  width: 50%;
  border: 1px solid #D5D5D5;
}
div.estimate_top_  .estimate_top_right_ {
  width: 50%;
  border: 1px solid #D5D5D5;
  border-left: none;
}
div.estimate_top_ .estimate_top_left_ table {
  width: 100%;
}
div.order_ table.estimate_method_ td {
  text-align: left;
}
div.estimate_top_  .estimate_top_right_ table.estimate_method_ td  {
  border: none;
}
div.order_ table.estimate_method_ dl{
  display: flex;
  flex-wrap: wrap;
}
div.order_ table.estimate_method_ dl dt{
  font-weight: bold;
  width: 100px;
  position: relative;
  padding-right: 15px;
  margin-bottom: 5px;
}
div.order_ table.estimate_method_ dl dt.tax_,
div.order_ table.estimate_method_ dl dt.tax_ + dd{
  display: none;
}
div.order_ table.estimate_method_ dl dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ table.estimate_method_ dl dd{
  font-weight: bold;
  width: calc(100% - 100px);
  text-align: right;
  margin-bottom: 5px;
}
div.order_ table.estimate_method_ dl dd .price_value_::after{
  content: "（税込）";
  display: inline-block;
}
div.order_ table.estimate_method_ dl dd .intax_{
  font-size: 14px;
  font-weight: 400;
}
div.order_ table.estimate_method_ dl dd .intax_ span{
  margin-inline: 8px;
}
div.order_ table.estimate_method_ p.notes{
  font-size: 14px;
  text-align: right;
}
div.estimate_top_ .estimate_top_bottom_{
  width: 50%;
  margin: 20px 0 0 auto;
}
div.estimate_top_ .estimate_top_bottom_ table.estimate_method_ th {
  border: 1px solid #D5D5D5;
}
div.order_ div.dest_block_ table.destgoodslist_ th.estimate_goodsname_{
  background: #66ACDA;
  color: #FFF;
}
div.order_ div.dest_block_ table.destgoodslist_ td{
  border: none;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_{
  display: flex;
  align-items: center;
  height: 70px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  width: 100%;
  position: relative;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .name_ {
  width: 590px;
  margin: 0 55px 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .gname_ {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .option_prefix_ {
  font-size: 12px;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-right: 1px solid var(--color-primary);
  padding: 5px 20px 0;
  flex-shrink: 0;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .option_prefix_::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .estimate_option_amt_ {
  width: 250px;
  margin-right: 60px;
  flex-shrink: 0;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .estimate_option_qty_{
  text-align: left;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .option_qty_text_{
  font-size: 12px;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .option_qty_ {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 70px;
  text-align: center;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ .option_note_{
  font-size: 12px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ dl {
  font-size: 12px;
  font-weight: 400;
  display: flex;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ dl dt {
  width: 90px;
  position: relative;
  text-align: left;
  padding-right: 15px;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ dl dd {
  width: calc(100% - 90px);
  text-align: right;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ dl dd .price_{
  font-size: 12px;
  font-weight: 400;
}
div.order_ div.dest_block_ table.destgoodslist_ .estimate_option_box_ dl dd::after {
  content: "（税込）";
  display: inline-block;
}
.estimate_goods_frame_{
  display: flex;
  align-items: center;
}
div.order_ table.destgoodslist_ .estimate_goods_frame_ .estimate_goodsname_{
  width: 590px;
  margin: 0 55px 0 0;
  flex-shrink: 0;
  text-align: left;
}
div.order_ table.destgoodslist_ .estimate_goods_frame_ .estimate_goodsname_ a{
  color: var(--color-txt);
}
.estimate_goodsname_ .tax_class_name_{
  display: block;
  margin: 0;
  padding: 0;
}
.estimate_goods_frame_ .sales_period_{
  font-size: 12px;
  display: block;
}
div.order_ table.destgoodslist_ .estimate_goods_frame_ .estimate_amt_{
  width: 280px;
  margin-right: 60px;
  flex-shrink: 0;
}
.estimate_goods_frame_ .estimate_amt_ dl{
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.estimate_goods_frame_ .estimate_amt_ dl dt{
  width: 135px;
  position: relative;
  text-align: left;
  padding-right: 15px;
}
.estimate_goods_frame_ .estimate_amt_ dl dd{
  width: calc(100% - 135px);
  text-align: right;
}
.estimate_goods_frame_ .estimate_amt_ dl dd::after{
  content: "（税込）";
  display: inline-block;
}
.estimate_goods_frame_ .estimate_amt_ dl dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ table.destgoodslist_ .estimate_goods_frame_ .estimate_qty_ {
  width: auto;
  font-size: 14px;
}
div.order_ table.destgoodslist_ .estimate_goods_frame_ .estimate_qty_ span{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 70px;
  text-align: center;
}
div.order_ table.destgoodslist_ table.estimate_comments_ th{
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  background: var(--color-primary);
  border: 1px solid #D5D5D5;
  padding: 12px;
  width: 260px;
  text-align: left;
}
div.order_ table.destgoodslist_ table.estimate_comments_ td{
  border: 1px solid #D5D5D5;
  width: calc(100% - 260px);
  padding: 12px;
  text-align: left;
}
.page-estimate div.order_ table.destgoodslist_ table.estimate_comments_ th,
.page-edi_confirm div.order_ table.destgoodslist_ table.estimate_comments_ th{
  width: 500px;
}
.page-estimate div.order_ table.destgoodslist_ table.estimate_comments_ td,
.page-edi_confirm div.order_ table.destgoodslist_ table.estimate_comments_ td{
  width: calc(100% - 500px);
}
.estimate_option_frame_{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.estimate_option_frame_ .estimate_option_name_{
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 55px;
  padding: 0;
  width: 590px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0;
}
.estimate_option_frame_ .estimate_option_name_ span.option_prefix_ {
  font-size: 12px;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-right: 1px solid var(--color-primary);
  padding: 0 20px;
  flex-shrink: 0;
}
.estimate_option_frame_ .estimate_option_name_ span.option_prefix_::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_amt_ {
  width: 250px;
  font-size: 14px;
  margin-right: 60px;
  flex-shrink: 0;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_amt_ dl{
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_amt_ dl dt{
  width: 90px;
  position: relative;
  text-align: left;
  padding-right: 15px;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_amt_ dl dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_amt_ dl dd{
  width: calc(100% - 90px);
  text-align: right;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_amt_ dl dd::after{
  content: "（税込）";
  display: inline-block;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_qty_{
  width: auto;
  font-size: 14px;
  text-align: left;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_qty_ span{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 70px;
  text-align: center;
}
div.order_ table.destgoodslist_ .estimate_option_frame_ .estimate_option_qty_ span.option_note_{
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  width: auto;
}
div.order_ .estimate_listframe_ .subtotal_block_ {
  background: none;
  padding: 0;
}
div.order_ .estimate_listframe_ table.destspeclist_ th {
  width: 260px;
  background: #EBF4FA;
}
.page-bizhistory table.bizhistory_ th,
.page-bizestimatelist table.history_ th,
.page-history table.history_ th,
.page-estimatelist table.history_ th,
.page-bizuserlist table.formlist_.bizuserlist_ th {
  color: #FFF;
  text-align: center;
  background: #66ACDA;
  border: none;
  padding-block: 6px;
  border: 1px solid #D5D5D5;
}
.page-bizhistory table.bizhistory_ td.subtotal_initial_,
.page-bizhistory table.bizhistory_ td.subtotal_monthly_,
.page-bizhistory table.bizhistory_ td.subtotal_yearly_,
.page-history table.history_ td.subtotal_initial_,
.page-history table.history_ td.subtotal_monthly_,
.page-history table.history_ td.subtotal_yearly_{
  text-align: center;
}
.page-bizestimatelist table.history_ td,
.page-estimatelist table.history_ td{
  text-align: center;
  border: none;
  border-bottom: 1px solid #D5D5D5;
}
.page-bizhistory table.bizhistory_ td,
.page-history table.history_ td,
.page-bizuserlist table.formlist_.bizuserlist_ td{
  border: none;
  border-bottom: 1px solid #D5D5D5;
}
.page-bizestimatelist table.history_ td.order_id_,
.page-history table.history_ td.order_id_{
  text-align: left;
}
.page-historydetail div.order_ div.dest_block_ table.destgoodslist_ td{
  border-bottom: 1px solid #D5D5D5;
}
.page-bizhistorydetail div.order_ div.dest_block_ table.destgoodslist_ td {
  border-bottom: 1px solid #D5D5D5;
}
.formlist_.bizsearch_ th{
  width: 180px;
  color: #FFF;
  background: var(--color-primary);
  padding: 15px;
}
.page-contract .formlist_.bizsearch_ th{
  width: 180px;
  color: #FFF;
  background: var(--color-primary);
  padding: 15px;
}
.page-contract .formlist_.bizsearch_ td{
  padding: 8px 10px;
}
.page-contract .formlist_.bizsearch_ td input,.page-contract .formlist_.bizsearch_ td select{
  border-color: #999;
}
.page-contract .formlist_.bizsearch_ td input[type="text"]{
  width: 98%;
  max-width: 750px;
  padding-block: 7px;
}
.page-contract .formlist_.bizsearch_ td select{
  padding-block: 7px;
}
.page-contract .formlist_.history_ th{
  color: #FFF;
  text-align: center;
  background: #66ACDA;
  border: none;
  padding-block: 6px;
}
.page-contract .formlist_.history_ th.contract-id{
  width: 240px;
}
.page-contract .formlist_.history_ th.contract-subject{
  width: 540px;
}
.page-contract .formlist_.history_ th.contract-status{
  width: 160px;
}
.page-contract .formlist_.history_ th.contract-s_dt{
  width: 130px;
}
.page-contract .formlist_.history_ th.contract-f_dt{
  width: 130px;
}
.page-contract .formlist_.history_ td{
  border: none;
  border-bottom: 1px solid #D5D5D5;
}
.page-contract .formlist_.history_ td a{
  text-decoration: underline;
}
.page-contract .formlist_.history_ tr.cancel_{
  position: relative;
}
.page-contract .formlist_.history_ tr.cancel_ td.contract-status::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(119,119,119,0.15);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-contract .formlist_.history_ tr.cancel_ td:not(.contract-status){
  background: #FFF;
}
.page-contract .formlist_.history_ td.contract-subject{
  font-weight: bold;
}
.page-contract .formlist_.history_ td.contract-status{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #EBF4FA;
}
.page-billinglist .formlist_.bizsearch_,
.page-bizbilling .formlist_.bizsearch_ {
  table-layout: fixed;
}
.page-billinglist .formlist_.bizsearch_ col:nth-child(2n+1),
.page-bizbilling .formlist_.bizsearch_ col:nth-child(2n+1) { 
  width: 150px;
}
.page-billinglist .formlist_.bizsearch_ col:nth-child(2n),
.page-bizbilling .formlist_.bizsearch_ col:nth-child(2n) { 
  width: 250px;
}
.page-billinglist .formlist_.bizsearch_ th,
.page-bizbilling .formlist_.bizsearch_ th{
  color: #FFF;
  width: 150px;
  background: var(--color-primary);
}
.page-billinglist .formlist_.bizsearch_ td,
.page-bizbilling .formlist_.bizsearch_ td{
  width: 250px;
}
.page-billinglist .formlist_.bizsearch_ tr:first-child td,
.page-bizbilling .formlist_.bizsearch_ tr:first-child td{
  background: #EBF4FA;
}
.page-billinglist .formlist_.bizsearch_ tr:nth-last-child(2) td,
.page-bizbilling .formlist_.bizsearch_ tr:nth-last-child(2) td{
  background: #EBF4FA;
}
.page-billinglist .formlist_.bizsearch_ td input[type="text"],
.page-bizbilling .formlist_.bizsearch_ td input[type="text"]{
  max-width: 100%;
}
.formdetailcard_ th {
  background-color: #EBF4FA;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.goods_agree_{
  margin: 60px 0;
}
.page-edi_confirm .goods_agree_text_{
  display: block;
  font-size: 16px;
  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_{
  width: 650px;
  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: 16px;
  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: 16px;
  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: flex;
  align-items: center;
  justify-content: center;
}
.page-edi_confirm .goods_modal,
.page-e_edi_confirm .goods_modal{
  text-align: left;
}
.page-edi_confirm div.order_ div.dest_block_ .goods_modal_contents h2,
.page-e_edi_confirm div.order_ div.dest_block_ .goods_modal h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 25px;
  padding: 5px 10px;
  border: none;
}
.goods_order_area_ label{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.goods_order_area_ p{
  font-size: 12px;
}
.goods_order_area_ .goods_order_agree_{
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.goods_order_area_ .goods_order_agree_::after{
  left: 7px;
}
.goods_caution_{
  text-align: left;
  border: 3px solid var(--color-primary);
  margin: 0 0 60px;
  padding: 20px;
}
.goods_caution_title_{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
}
.formsublist_ th {
  background: #EBF4FA;
  border-color: #D5D5D5;
}
.formsublist_ td {
  font-size: 14px;
  border-color: #D5D5D5;
}
.estimate_listframe_ h2{
  font-weight: bold;
  margin: 0 0 5px;
}
div.address_item_ .address_change_ a{
  font-size: 14px;
  color: var(--color-primary);
}
ul.notes li{
  font-size: 14px;
}
ul.notes li a{
  color: var(--color-txt);
  text-decoration: underline;
}
.page-contract ul.notes{
  margin: 60px 0 0;
}
.page-contract .submit_{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contractdetail table.estimate_top_ td.estimate_top_left_ table {
  margin-bottom: 10px;
}
.page-contractdetail div.contract_detail_ table.estimate_top_ table.formdetail_ th {
  color: #FFF;
  background: var(--color-primary);
  padding: 8px 15px;
  width: 28.8%;
}
.page-contractdetail div.contract_detail_ table.estimate_top_ table.formdetail_ td {
  padding: 8px 15px;
  width: 71.2%;
}
.page-contractdetail div.contract_detail_ .formdetail_.method_ {
  margin-bottom: 50px;
}
.page-contractdetail div.contract_detail_ .formdetail_.method_ th {
  color: #FFF;
  background: var(--color-primary);
  padding: 8px 15px;
  width: 14.33%;
}
.page-contractdetail div.contract_detail_ .formdetail_.method_ td {
  padding: 8px 15px;
  width: 19%;
}
.page-contractdetail .contract_address_info_ .formlist_ th{
  color: #FFF;
  background: #66ACDA;
  border: none;
  padding: 6px 10px;
}
.page-contractdetail .contract_address_info_ .formlist_ td{
  border: none;
}
.estimate_listframe_ h2{
  font-size: 24px;
  margin: 0 0 40px;
}
div.order_ table.destgoodslist_ .col_no_ {
  width: 50px;
}
div.order_ table.destgoodslist_ .estimate_goodsname_ {
  width: 395px;
  text-align: left ;
}
div.order_ table.destgoodslist_ .estimate_qty_ {
  width: 50px;
}
div.order_ table.destgoodslist_ .col_status_ {
  width: 140px;
}
div.order_ table.destgoodslist_ .col_start_ {
  width: 140px;
}
div.order_ table.destgoodslist_ .col_end_ {
  width: 140px;
}
div.order_ table.destgoodslist_ .estimate_amt_ {
  width: 95px;
}
div.order_ table.destgoodslist_ th {
  color: #FFF;
  text-align: center ;
  background: #66ACDA;
  padding-inline: 12px;
}
div.order_ table.destgoodslist_ th.estimate_qty_ {
  text-align: center ;
}
div.order_ table.destgoodslist_ th.col_end_{
  border-right: 1px solid #BFCCD5;
}
div.order_ table.destgoodslist_ .estimate_amt_{
  text-align: center;
  width: 120px;
}
div.order_ table.destgoodslist_ tr:first-child .estimate_amt_{
  border-bottom: 1px solid #BFCCD5;
}
div.order_ table.destgoodslist_ td{
  font-size: 16px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #6E8A9C;
  padding-inline: 6px;
}
div.order_ table.destgoodslist_ .detail_line_:has(+.option_item_) td{
  border-bottom: 1px dashed #999;
}
div.order_ table.destgoodslist_ td.col_no_{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
div.order_ table.destgoodslist_ td.estimate_goodsname_ {
  text-align: left;
}
div.order_ table.destgoodslist_ td.estimate_goodsname_ .goodscomment4_{
  margin: 10px 0 0;
}
div.order_ table.destgoodslist_ td.estimate_goodsname_ .goods_link_ {
  justify-content: flex-start;
  gap: 20px;
}
div.order_ table.destgoodslist_ td.estimate_goodsname_ .goods_link_ button {
  font-size: 12px;
}
div.order_ table.destgoodslist_ td.estimate_goodsname_ .goods_modal_contents h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 25px;
  padding: 5px 10px;
  border: none;
}
div.order_ table.destgoodslist_ td.col_status_{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  background: #EBF4FA;
}
div.order_ table.destgoodslist_ td.col_status_[data-status="契約中"]{
  color: var(--color-primary);
}
div.order_ table.destgoodslist_ td.estimate_amt_{
  background: #EBF4FA;
}
div.order_ table.destgoodslist_ td.estimate_goodsname_ .estimate_name_{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
div.order_ table.destgoodslist_ .option_item_ td.estimate_goodsname_ .estimate_name_{
  font-size: 16px;
  font-weight: 400;
}
div.order_ table.destgoodslist_ .option_item_ .estimate_goodsname_ .detail_name_ {
  display: flex;
  align-items: stretch;
}
div.order_ table.destgoodslist_ .option_item_ .estimate_goodsname_ .detail_name_ span.option_prefix_ {
  font-size: 12px;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-right: 1px solid var(--color-primary);
  padding: 0 20px;
  flex-shrink: 0;
  display: none;
}
div.order_ table.destgoodslist_ .option_item_ .estimate_goodsname_ .detail_name_ span.option_prefix_::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ table.destgoodslist_ .option_item_ td.estimate_goods_ span.option_prefix_ {
  font-size: 12px;
  color: var(--color-primary);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  border: 1px solid var(--color-primary);
  padding: 2px 8px;
  margin-right: 6px;
}
div.order_ table.destgoodslist_ .option_item_ td.estimate_goods_ span.option_prefix_::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/usr/common/ico_option.png) center center / contain no-repeat;
  display: block;
}
div.order_ table.destgoodslist_ td.estimate_qty_ {
  text-align: center;
}
.contractdetail-notes{
  margin: 60px 0 40px;
}
.contractdetail-notes h2{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  margin: 10px 0 0;
  padding: 8px 10px;
}
.contractdetail-notes__text{
  padding: 15px;
}
.contractdetail-notes__text a{
  text-decoration: underline;
  color: var(--color-txt);
}
.withdrawal_form_{
  background: #F5F5F5;
  border-radius: 5px;
  padding: 40px 86px;
}
.withdrawal_form_ h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.withdrawal_form_ .formdetail_ th{
  width: 150px;
  background: none;
  border: none;
}
.withdrawal_form_ .formdetail_ td{
  background: none;
  border: none;
}
.withdrawal_form_ .formdetail_ th .required_{
  font-size: 14px;
  color: var(--color-attention);
  margin-left: 10px;
}
.withdrawal_form_ .formdetail_ td textarea{
  width: 100%;
}
.billing-notes{
  margin: 60px 0 30px;
  display: none;
}
.billing-notes p{
  font-size: 14px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  display: none;
}
.page-billinglist .formlist_.history_ tr,
.page-bizbilling .formlist_.history_ tr{
  position: relative;
}
.page-billinglist .formlist_.history_ th,
.page-bizbilling .formlist_.history_ th {
  text-align: center;
  color: #FFF;
  background-color: #66ACDA;
  border: none;
}
.page-billinglist .formlist_.history_ td,
.page-bizbilling .formlist_.history_ td {
  line-height: 1.4;
  text-align: center;
  border: none;
  border-bottom: 1px solid #D5D5D5;
}
.page-billinglist .formlist_.history_ td a,
.page-bizbilling .formlist_.history_ td a{
  color: var(--color-primary);
  text-decoration: underline;
}
.page-billinglist .formlist_.history_ td.billing-status,
.page-bizbilling .formlist_.history_ td.billing-status {
  background: #EBF4FA;
}
.page-billinglist .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-id a,
.page-bizbilling .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-id a  {
  color: var(--color-attention);
}
.page-billinglist .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-status,
.page-billinglist .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-dt,
.page-billinglist .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-expire-dt,
.page-bizbilling .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-status,
.page-bizbilling .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-dt,
.page-bizbilling .formlist_.history_ tr:has([data-status="入金期限切れ"]) td.billing-expire-dt  {
  color: var(--color-attention);
}
.page-billinglist .formlist_.history_ td.billing-status[data-status="入金済"]::after,
.page-bizbilling .formlist_.history_ td.billing-status[data-status="入金済"]::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(119,119,119,0.15);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.billing-list-footer{
  margin: 60px 0 0;
}
.billing-list-footer p{
  font-size: 14px;
}
.billing-list-footer p a{
  color: var(--color-txt);
  text-decoration: underline;
}
.page-billingdetail .estimate_top_{
  margin-top: 30px;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_left_{
  padding-right: 10px;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_right_{
  padding-left: 10px;
}
div.billing_detail_ table.estimate_top_ table.formdetail_ th {
  line-height: 1.5;
  width: 30%;
  color: #FFF;
  background: var(--color-primary);
  padding: 4px 12px;
  border: 1px solid #D5D5D5;
}
div.billing_detail_ table.estimate_top_ table.formdetail_ td {
  width: 70%;
  border: 1px solid #D5D5D5;
  padding: 12px;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_left_ table.formdetail_{
  margin-bottom: 10px;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_right_ table.method_ {
  margin-bottom: 5px;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_right_ table.method_:last-of-type {
  margin-top: 40px;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_right_ .price_{
  font-weight: bold;
}
div.billing_detail_ table.estimate_top_ td.estimate_top_right_ .tax_rate_info_{
  font-size: 12px;
  text-align: right;
}
.billing_address_info_ table.formlist_.estimate_.dest_ th{
  color: #FFF;
  width: 14.8%;
  background: var(--color-primary);
}
.billing_address_info_ table.formlist_.estimate_.dest_ td{
  width: 85.2%;
}
.page-billingdetail .estimate_listframe_ h2{
  margin: 40px 0 20px;
}
.page-billingdetail .formlist_.billing_detail_list_ th{
  text-align: center;
  color: #FFF;
  background: #66ACDA;
  border: none;
  padding: 8px 12px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-id{
  width: 150px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-subject{
  width: 470px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-category{
  width: 140px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-price{
  width: 120px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-tax-rate{
  width: 95px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-qty{
  width: 85px;
}
.page-billingdetail .formlist_.billing_detail_list_ th.billing-detail-total{
  width: 140px;
}
.page-billingdetail .formlist_.billing_detail_list_ td{
  line-height: 1.4;
  text-align: center;
  border: none;
  padding: 8px 12px;
  border-bottom: 1px solid #D5D5D5;
}
.page-billingdetail .formlist_.billing_detail_list_ td.contract_id_ a{
  text-decoration: underline;
}
.page-billingdetail .formlist_.billing_detail_list_ td.goods_name_{
  text-align: left;
}
.page-billingdetail .formlist_.billing_detail_list_ td.goods_name_ a{
  color: var(--color-txt);
}
.billingdetail-notes h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  margin: 30px 0 0;
  padding: 8px 10px;
}
.page-billingdetail div.order_ div.estimate_block_{
  margin-bottom: 40px;
}
.page-bizcontract .formlist_.bizsearch_ th{
  width: 180px;
  color: #FFF;
  background: var(--color-primary);
  padding: 15px;
}
.page-bizcontract .formlist_.bizsearch_ td{
  padding: 8px 10px;
}
.page-bizcontract .formlist_.bizsearch_ td input,.page-bizcontract .formlist_.bizsearch_ td select{
  border-color: #999;
}
.page-bizcontract .formlist_.bizsearch_ td input[type="text"]{
  width: 98%;
  max-width: 750px;
  padding-block: 7px;
}
.page-bizcontract .formlist_.bizsearch_ td select{
  padding-block: 7px;
}
.page-bizcontract .formlist_.history_ th {
  color: #FFF;
  text-align: center;
  background: #66ACDA;
  border: none;
  padding-block: 6px;
}
.page-bizcontract .formlist_.history_ th.contract-id{
  width: 200px;
}
.page-bizcontract .formlist_.history_ th.contract-subject{
  width: 280px;
}
.page-bizcontract .formlist_.history_ th.contract-name{
  width: 160px;
}
.page-bizcontract .formlist_.history_ th.contract-biz-name{
  width: 160px;
}
.page-bizcontract .formlist_.history_ th.contract-status{
  width: 160px;
}
.page-bizcontract .formlist_.history_ th.contract-s_dt{
  width: 120px;
}
.page-bizcontract .formlist_.history_ th.contract-f_dt{
  width: 120px;
}
.page-bizcontract .formlist_.history_ td{
  font-size: 14px;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid #D5D5D5;
}
.page-bizcontract .formlist_.history_ tr.cancel_{
  position: relative;
}
.page-bizcontract .formlist_.history_ tr.cancel_ td.contract-status::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(119,119,119,0.15);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-bizcontract .formlist_.history_ tr.cancel_ td:not(.contract-status){
  background: #FFF;
}
.page-bizcontract .formlist_.history_ td.contract-subject{
  font-weight: bold;
}
.page-bizcontract .formlist_.history_ td.contract-name,
.page-bizcontract .formlist_.history_ td.contract-biz-name{
  text-align: center;
}
.page-bizcontract .formlist_.history_ td.contract-status{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #EBF4FA;
}

/* ====================
 アンケート
==================== */
.page-everyform div.wrapper_ {
  padding-top: 20px;
}
div.questionnaire_ {
  width: 1200px;
  padding: 0 0 40px;
}
.page-everyform .navigation_ {
  margin-bottom: 30px;
}
.page-everyform div.customer_status_ {
  padding: 0;
}
div.questionnaire_box_ {
  margin: 40px 0 0;
  border-bottom: 0;
}
div.questionnaire_box_ h3{
  font-weight: bold;
  margin: 0 0 10px;
}
div.questionnaire_box_ table.formdetail_ th img{
  vertical-align: middle;
}
div.method_box_:has(#file_attachment_frame_) .method_note_{
  display: none;
}
#file_attachment_frame_:has(.attach-file-list) #drop_file_area_ {
  margin: 15px 0 0;
}
#btn_select_file_ {
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 8px 10px;
  width: 160px;
  cursor: pointer;
}
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#file_attachment_frame_ .attach-file-list div {
  margin: 10px;
}
div.order_ div#file_attachment_frame_ .delete_ {
  width: auto;
  height: auto;
}
div.order_ .estimate_subtotal_breakdown_ div.subtotal_breakdown_ {
  border: none;
}
.page-edi_confirm #card_form .formlist_ th,
.page-e_edi_confirm #card_form .formlist_ th {
  width: 250px;
  color: var(--color-txt);
  background: #EBF4FA;
}
.page-edi_confirm #card_form .formlist_ td,
.page-e_edi_confirm #card_form .formlist_ td {
  border: 1px solid #D5D5D5;
}
.page-edi_confirm #card_form .formlist_ td select[name="card_m"],
.page-e_edi_confirm #card_form .formlist_ td select[name="card_m"]{
  margin-right: 10px;
}
.page-edi_confirm #card_form .formlist_ td select[name="card_y"],
.page-e_edi_confirm #card_form .formlist_ td select[name="card_y"]{
  margin-inline: 10px;
}
.historydetail_ li{
  text-align: right;
}
.page-historydetail div.order_ table.method_ th, .page-estimatedetail div.order_ table.method_ th, .page-bizhistorydetail div.order_ table.method_ th, .page-bizestimatedetail div.order_ table.method_ th, .page-approvaldetail div.order_ table.method_ th, .page-bizapprovaldetail div.order_ table.method_ th, .page-doapprovaldetail div.order_ table.method_ th {
  color: var(--color-txt);
  background: #EBF4FA;
  border: 1px solid #D5D5D5;
}
.page-estimatedetail table.estimate_top_ td.estimate_top_left_,.page-estimatedetail table.estimate_top_ td.estimate_top_right_ {
  width: 600px;
}
table.estimate_top_ td.estimate_top_left_ table {
  width: 600px;
}
.page-estimatedetail table.estimate_top_ td.estimate_top_right_ {
  padding-left: 40px;
}
.page-estimatedetail table.estimate_top_ td.estimate_top_right_ table.formdetail_.price_summary_ th,
.page-estimatedetail table.estimate_top_ td.estimate_top_right_ table.formdetail_.price_summary_ td {
  border: 1px solid #D5D5D5;
  width: 50%;
}
.page-estimatedetail table.estimate_top_ td.estimate_top_right_ table.formdetail_.price_summary_ td {
  text-align: right;
}
div.order_ .estimate_subtotal_breakdown_ h2{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  margin: 0;
  padding: 8px 20px;
}
.page-estimatedetail div.order_ .estimate_subtotal_breakdown_ div.subtotal_breakdown_ {
  border: 1px solid #D5D5D5;
}

/* ====================
 その他
==================== */
div.col1_ {
  width: 1200px;
  padding-bottom: 60px;
}
div.customer_.col1_ {
  padding-bottom: 60px;
}
.col1_ .common_headline1_ {
  width: 1200px;
}
.common_headline1_ {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0.1em 16px;
}
.common_headline1_::before, .common_headline1_::after {
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.common_headline1_::before {
  top: calc(50% - 9px);
  background: var(--color-primary);
}
.common_headline1_::after {
  top: calc(50% + 9px);
  background: var(--color-secondary);
}
.common_headline2_ {
  font-size: 22px;
  margin: 0 0 15px;
  padding: 6px 20px;
  background: var(--color-primary);
  border: none;
}
.common_headline2_type2_ {
  background: #66ACDA;
}
div.login_ div.loginform_ {
  width: 1200px;
  margin: 0 auto 20px;
  padding: 40px 150px;
  text-align: left;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}
div.login_ div.inputimage_ {
  margin-block: 30px 10px;
}
div.login_ div.inputimage_ .btn-wide{
  margin: 0;
}
div.forgotpass_{
  text-align: right;
}
div.forgotpass_ a{
  text-decoration: underline;
}
div.forgotpass_ a:hover{
  text-decoration: none;
  opacity: 1;
}
div.customer_ .agreebody_ {
  padding: 10px;
}
p.message_ {
  margin: 10px 0;
}
p.message_ a{
  color: var(--color-primary);
  text-decoration: underline;
}
p.message_ a:hover{
  text-decoration: none;
}
p.message_ img {
  margin-right: 4px;
  position: relative;
  top: -3px;
}
.formdetail_ th {
  background-color: #EBF4FA;
  border-color: #D5D5D5;
  padding: 12px 15px;
}
.formdetail_ td a{
  color: var(--color-primary);
  text-decoration: underline;
}
.formdetail_ td a:hover{
  text-decoration: none;
}
.submit_ {
  margin-top: 40px;
}
.page-resetpass .navigation_ {
  font-size: 16px;
  margin: 0 0 10px;
}
table.passchange_ td span {
  display: block;
}
div.passchange_ p strong a {
  color: var(--color-txt);
  text-decoration: underline;
}
div.passchange_ p strong a:hover {
  text-decoration: none;
  opacity: 1;
}
.page-logout div.customer_.col1_ a {
  color: var(--color-txt);
  text-decoration: underline;
}
.page-logout div.customer_.col1_ a:hover {
  text-decoration: none;
  opacity: 1;
}
div.customer_ {
  width: 1200px;
}
div.mymenu_ {
  width: 1200px;
}
div.mymenu_ #mymenu_main_ {
  gap: 50px 30px;
  width: 930px;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_top_ h4 {
  font-size: 18px;
  padding-inline: 15px;
  background: var(--color-primary);
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_top_ h4,
div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_top_ h4,
div.mymenu_ div.mymenu_main_list_.menu_shop_ div.mymenu_main_list_top_ h4,
div.mymenu_ div.mymenu_main_list_.menu_customer_ div.mymenu_main_list_top_ h4 {
  background: var(--color-primary);
}
div.mymenu_ a:hover {
  color: var(--color-primary);
}
div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ {
  gap: 10px;
}
div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul.history_ {
  background: #FFF;
  padding: 0;
}
div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul li a {
  padding: 10px 15px;
}
div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul.estimate_ {
  background: #FFF;
  padding: 0;
}
div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul li {
  width: 100%;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_body_ ul {
  gap: 10px;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_body_ ul li {
  width: calc(50% - 5px);
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_, div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ {
  gap: 10px;
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ ul li, div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul li{
  width: 100%;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_body_ ul li a {
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ ul li a, div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul li a {
  padding: 10px 15px;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_body_ ul li a:hover {
  opacity: 1;
}
div.mymenu_ div.mymenu_main_list_ div.mymenu_main_list_body_ ul li a::before {
  display: none;
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ ul, div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul {
  background: #FFF;
  padding: 0;
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ ul.bizhost_, div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul.history_{
  background: #FFF;
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ ul.bizestimate_, div.mymenu_ div.mymenu_main_list_.menu_order_ div.mymenu_main_list_body_ ul.estimate_ {
  background: #FFF;
}
div.mymenu_ div.mymenu_main_list_.menu_admin_ div.mymenu_main_list_body_ ul.bizuser_ {
  background: #FFF;
}
div.mymenu_topic_ {
  background: #FFF;
}
div.mymenu_topic_ .topiclist_head_ h2 {
  font-size: 18px;
  background: var(--color-primary);
  padding-inline: 15px;
}
div.mymenu_topic_ ul.topicline_ {
  padding: 0;
}
div.mymenu_topic_ ul.topicline_ img.topicline_icon_{
  width: auto;
  height: 24px;
  margin-top: 3px;
  display: inline-block;
}
div.mymenu_topic_ ul.topicline_ li a{
  padding: 0;
  display: flex;
  gap: 20px;
}
div.mymenu_topic_ ul.topicline_ li a:hover{
  opacity: 1;
}
div.mymenu_topic_ ul.topicline_ li a::before {
  display: none;
}
div.mymenu_ #mymenu_side_ > div {
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 20px;
}
div.mymenu_ #mymenu_side_ div.mymenu_side_menu_ ul li a {
  font-size: 14px;
  padding-left: 0;
}
div.mymenu_ #mymenu_side_ div.mymenu_side_menu_ ul li a:hover {
  opacity: 1;
}
div.mymenu_ #mymenu_side_ div.mymenu_side_menu_ ul li a::before {
  display: none;
}
div.mymenu_ #mymenu_side_ div.customer_info_ .loginname_ {
  margin-top: 5px;
}
div.message_ {
  color: var(--color-txt);
  border: solid 1px #D5D5D5;
  border-radius: 5px;
  padding: 15px;
}
table.withdrawal_ {
  margin-top: 10px;
}
.formlist_ th {
  border-color: #D5D5D5;
  background-color: #EBF4FA;
  padding: 12px;
}
.formlist_ td{
  padding: 12px;
}
.formlist_ td a{
  color: var(--color-primary);
  text-decoration: underline;
}
div.customer_ table.bizhistory_ td.order_dt_ {
  white-space: normal;
}
table.formlist_.defaultdestlist_ td.check_ input[type="radio"]{
  margin: 0;
}
table.goodssearch_ td input[type="text"], table.goodssearch_ td input[type="date"], table.goodssearch_ td select,.goodssearch_ #search_genre .genre_select_box_select_area_ {
  border-color: #D5D5D5;
}
div.customer_ div.bookmark_item_ {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 15px;
}
div.customer_ div.bookmark_item_ div.cartgoods_ {
  width: 20px;
  float: none;
  display: block;
  margin-right: 10px;
  padding: 0;
  flex-shrink: 0;
}
div.customer_ div.bookmark_item_ div.cartgoods_ input[type="checkbox"]{
  margin: 0;
}
div.customer_ div.bookmark_item_ div.img_ {
  float: none;
  display: block;
  width: 140px;
  flex-shrink: 0;
  margin: 0 30px 0 0;
  padding: 0;
}
div.customer_ div.bookmark_item_ div.desc_ {
  float: none;
  display: inline;
  width: auto;
  padding: 0 30px 0 0;
}
div.customer_ div.bookmark_item_ div.name_{
  margin-bottom: 10px;
}
div.customer_ div.bookmark_item_ div.name_ .name1_ {
  font-size: 18px;
  font-weight: bold;
}
div.customer_ div.bookmark_item_ .spec_{
  margin-bottom: 10px;
}
div.customer_ div.bookmark_item_ .spec_ span.price_ {
  font-size: 16px;
  font-weight: 400;
}
div.customer_ div.bookmark_item_ .spec_ .updt_{
  font-size: 14px;
}
div.bookmark_item_ div.del_ {
  padding: 0;
  float: none;
  display: block;
}
div.bookmark_item_ div.del_ input{
  margin: 0;
}
div.customer_ div.bookmark_item_ .comment_{
  font-size: 14px;
}
div.customer_ div.bookmark_item_ .comment_ a[id^="comment"]{
  font-size: 12px;
  border: 1px solid #333;
  border-radius: 5px;
  margin: 0 0 5px;
  padding: 2px 8px;
  display: inline-block;
}
div.customer_ div.bookmark_item_ .comment_ div[id^="comment_label"]{
  background: #F5F5F5;
  border-radius: 5px;
  padding: 15px;
}
div.customer_ div.bookmark_item_ .comment_ div[id^="comment_label"]:empty{
  padding: 0;
}
div.customer_ div.bookmark_item_ .comment_ textarea{
  padding: 10px;
}
div.customer_ .precart_button_.precart-memo {
  border-radius: 5px;
  border-color: #333;
  box-shadow: none;
  padding-inline: 8px;
}
div.customer_ .precart_button_.precart-name-update, div.customer_ .precart_button_.precart-cancel {
  border-radius: 5px;
  border-color: #333;
  box-shadow: none;
  padding-inline: 8px;
}
div.customer_  div.bookmark_buy_ {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
div.customer_  div.bookmark_buy_ input{
  font-size: 14px;
  margin: 0;
  padding: 2px 15px;
  box-shadow: none;
  height: 40px;
}
.bookmarkgroup_item_ table.bookmark_ {
  margin-bottom: 20px;
}
.bookmarkgroup_item_ table.bookmark_ th {
  white-space: normal;
}
.bookmarkgroup_item_ .comment_ .add-cart-icon {
  margin-right: 4px;
}
.bookmarkgroup_item_ .comment_ .btn-small {
  margin-right: 4px;
}
.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 10px;
  height: 30px;
}
.bookmarkgroup_item_ table.bookmark_ .goods_name_{
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-txt);
}
.bookmarkgroup_item_ table.bookmark_ span.price_ {
  font-weight: 400;
}
.bookmarkgroup_item_ .formlist_ td.bookmark-group-item-summary .block-goods-filter-selection-list {
  margin-top: 5px;
}
div.info_{
  color: var(--color-primary);
  border-color: var(--color-primary);
  margin-bottom: 10px;
  border-radius: 5px;
}
div.error_ {
  color: var(--color-attention);
  border-color: var(--color-attention);
  margin-bottom: 10px;
  border-radius: 5px;
}
.navipage_ {
  text-align: left;
}
.page-custdestlist div.address_item_{
  width: 1200px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 15px;
}
.page-custdestlist div.address_item_ + div.address_item_{
  margin-top: 20px;
}
.page-custdestlist .address_title_{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  margin: 0 0 10px;
  padding: 5px 15px;
}
.page-custdestlist div.address_item_ .address_change_ a{
  color: var(--color-primary);
}
.search_box_ .search-btn{
  font-size: 16px;
  color: #FFF !important;
  background-color: var(--color-primary) !important;
  padding: 5px 10px !important;
  border-color: var(--color-primary) !important;
}
.page-topic .leftmenuframe_{
  display: none;
}
.page-topic div.container_ div.contents_ div.mainframe_{
  width: 100%;
}
h1.topic_head_ {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0.1em 16px;
}
h1.topic_head_::before, h1.topic_head_::after {
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
h1.topic_head_::before {
  top: calc(50% - 9px);
  background: var(--color-primary);
}
h1.topic_head_::after {
  top: calc(50% + 9px);
  background: var(--color-secondary);
}
h2.topic_title_ {
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 10px 15px;
}
h2.topic_title_ img{
  width: fit-content;
  height: 20px;
  order: -1;
  display: block;
  margin: 5px 0 5px;
}
div.topicdetaillist_ .topicdetaillist_body_ {
  padding: 0;
  width: 100%;
}
div.topiclist_ ul.topicline_ li, div.topicdetaillist_ ul.topicdetailline_ li {
  padding: 15px 20px;
  border-bottom: 1px solid #DCDCDC;
}
div.topiclist_ ul.topicline_ li:first-child, div.topicdetaillist_ ul.topicdetailline_ li:first-child {
  border-top: 1px solid #DCDCDC;
}
.page-topic .article_{
  padding-bottom: 60px;
}
.page-topic .article_ a{
  color: var(--color-primary);
  text-decoration: underline;
}
.page-topic .article_ a:hover{
  text-decoration: none;
}
div.topicdetaillist_ ul.topicdetailline_ li dl {
  gap: 20px;
}
div.topicdetaillist_ ul.topicdetailline_ li dl dt img {
  width: auto;
  height: 24px;
  margin: 0;
}
div.topicdetaillist_ ul.topicdetailline_ li dl dt {
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 184px;
  gap: 9px;
}
div.topicdetaillist_ ul.topicdetailline_ li dl dd {
  width: calc(100% - 204px);
}
div.topicdetaillist_ ul.topicdetailline_ li dl dt a,div.topicdetaillist_ ul.topicdetailline_ li dl dd a{
  color: var(--color-txt);
}
div.topicdetaillist_ ul.topicdetailline_ li dl dt a:hover{
  opacity: 1;
}
div.topicdetaillist_ ul.topicdetailline_ li dl dd a:hover{
  color: var(--color-primary);
  opacity: 1;
}
.page-topicdetaillist .navipage_.bottom_ {
  margin-top: 40px;
}
div.notice_, table.notice_ {
  border-color: var(--color-primary);
  padding: 15px;
  max-width: 800px;
}
.page-mailchange .mailchange_ a,.page-idchange .idchange_ a{
  color: var(--color-txt);
  text-decoration: underline;
}
.page-mailchange .mailchange_ a:hover,.page-idchange .idchange_ a:hover{
  text-decoration: none;
  opacity: 1;
}
.page-estimatedetail .common_headline2_ {
  font-size: 16px;
  padding: 8px 20px;
}
div.contactlist_line_ .contactlist_head_ {
  background: #EBF4FA;
  border-color: #D5D5D5;
}

/* ====================
 ご利用ガイド
==================== */
.block-common-healine02{
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background: #66ACDA;
  margin: 0 0 20px;
  padding: 4px 10px;
}
.block-free{
  padding: 0 0 60px;
}
.block-free h3{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  margin: 0 0 20px;
  padding: 0 0 5px;
}
.block-free-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 40px;
}
.block-free-nav li{
  width: calc((100% - 30px) / 3);
}
.block-free-nav li a{
  font-size: 20px;
  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;
  gap: 15px;
  margin: 0 0 60px;
}
.block-free-subnav li{
  width: calc((100% - 30px) / 3);
}
.block-free-subnav li a{
  font-size: 16px;
  font-weight: bold;
  color: var(--color-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 10px;
}
.block-free-subnav li a::before{
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.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);
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.block-free-guide__contents{
  margin: 0 0 60px;
}
.block-free-guide__item{
  padding: 0 20px;
}
.block-free-guide__item + .block-free-guide__item{
  margin-top: 40px;
}
.block-free-guide__desc{
  padding: 0 20px;
}
.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__item ul.notes{
  font-size: 14px;
  line-height: 1.6;
}
.block-free-guide__desc .caution{
  padding: 20px 20px 0;
}
.block-free-guide__list{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.block-free-guide__list dt {
  width: 230px;
  font-weight: bold;
  background: #EBF4FA;
  padding: 15px;
  border-bottom: 1px solid #D5D5D5;
}
.block-free-guide__list dt:first-of-type {
  border-top: 1px solid #D5D5D5;
}
.block-free-guide__list dd {
  width: calc(100% - 230px);
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #D5D5D5;
}
.block-free-guide__list dd:first-of-type {
  border-top: 1px solid #D5D5D5;
}
/* ====================
 よくあるご質問
==================== */
.faq-search{
  background: #EBF4FA;
  border-radius: 10px;
  margin: 0 0 60px;
  padding: 30px;
}
.faq-search__contents{
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.faq-search__contents input{
  width: 500px;
  height: 50px;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  margin-right: 10px;
  padding: 11px 15px;
}
.faq-search__filter{
  width: 110px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-primary);
  border-radius: 5px;
  margin-right: 30px;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
}
.faq-search__filter:hover{
  background: var(--color-secondary);
}
.faq-search__clear{
  font-size: 16px;
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}
.faq-search__clear:hover{
  text-decoration: none;
}
.faq-search__keywords{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 20px 0 0;
}
.faq-search__keywords li{
  cursor: pointer;
  text-decoration: underline;
}
.faq-search__keywords li:hover{
  text-decoration: none;
}
.block-free-faq__count{
  margin: 0 0 40px;
}
.block-free-faq__contents{
  margin: 0 0 100px;
}
.block-free-faq__list-group{
  margin: 0 0 30px;
}
.block-free-faq__list-group.is-hidden{
  display: none;
}
.block-free-faq__list dt{
  font-size: 18px;
  font-weight: bold;
  background: #F5F5F5;
  margin: 0 0 10px;
  padding: 10px 20px 10px 45px;
  position: relative;
}
.block-free-faq__list dt::before{
  content: "Q";
  font-size: 22px;
  color: var(--color-primary);
  position: absolute;
  left: 20px;
  top: 4px;
}
.block-free-faq__list dd{
  position: relative;
  padding: 10px 20px 10px 70px;
}
.block-free-faq__list dd::before{
  content: "A";
  font-size: 20px;
  font-weight: bold;
  color: var(--color-attention);
  position: absolute;
  left: 45px;
  top: 6px;
}
/* ====================
 特定商取引に基づく表示
==================== */
.block-free-scta__contents{
  margin: 0 0 80px;
}
.block-free-scta__contents h2{
  font-weight: bold;
  margin: 0 0 20px;
}
.block-free-scta__list{
  display: flex;
  flex-wrap: wrap;
}
.block-free-scta__list > dt{
  width: 240px;
  flex-shrink: 0;
  border-top: 1px solid #D5D5D5;
  padding: 10px 10px 10px 0;
}
.block-free-scta__list > dt:last-of-type{
  border-bottom: 1px solid #D5D5D5;
}
.block-free-scta__list > dd{
  width: calc(100% - 240px);
  border-top: 1px solid #D5D5D5;
  padding: 10px 0;
}
.block-free-scta__list > dd:last-of-type{
  border-bottom: 1px solid #D5D5D5;
}
.block-free-scta__list dl{
  display: flex;
  flex-wrap: wrap;
}
.block-free-scta__list > dd dt{
  width: 110px;
  border-bottom: 1px solid #D5D5D5;
  padding: 10px 0;
}
.block-free-scta__list > dd dt:first-of-type{
  padding-top: 0;
}
.block-free-scta__list > dd dt:last-of-type{
  border-bottom: 0;
  padding-bottom: 0;
}
.block-free-scta__list > dd dd{
  width: calc(100% - 110px);
  border-bottom: 1px solid #D5D5D5;
  padding: 10px 0;
}
.block-free-scta__list > dd dd:first-of-type{
  padding-top: 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 20px;
}
.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{
  display: flex;
  gap: 10px 40px;
  margin: 45px 0 60px;
}
.block-free-policy-subnav li a{
  display: flex;
  align-items: center;
  gap: 15px;
}
.block-free-policy-subnav li a:hover{
  color: var(--color-primary);
  text-decoration: underline;
  opacity: 1;
}
.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: 80px;
}
.block-free-policy h2{
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px solid #b6c6d2;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.block-free-policy h2::after{
  content: "";
  background: linear-gradient(90deg, #00479d, #00a0e9);
  width: 60%;
  height: 6px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.block-free-policy__head{
  margin: 0 0 45px;
}
.block-free-policy h3{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #b6c6d2;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
}
.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 60px;
}
.block-free-policy__desc > * + *{
  margin: 30px 0 0;
}
.block-free-policy__desc > p + p{
  margin: 20px 0 0;
}
.block-free-policy__desc dl{
  display: flex;
  flex-wrap: wrap;
}
.block-free-policy__desc dt{
  width: 255px;
  font-weight: bold;
  background: #edf1f3;
  border: 1px solid #D5D5D5;
  border-bottom: 0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.block-free-policy__desc dt:last-of-type{
  border-bottom: 1px solid #D5D5D5;
}
.block-free-policy__desc dd{
  width: calc(100% - 255px);
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-left: 0;
  border-bottom: 0;
  padding: 15px 20px;
}
.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: 10px 0 0;
}
.block-free-policy__order-list li{
  counter-increment: number;
  display: flex;
  gap: 10px;
}
.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: 30px 0 0;
}
.block-free-policy__num-list-item{
  counter-increment: number;
}
.block-free-policy__num-list-head{
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}
.block-free-policy__num-list-head::before{
  content: counter(number);
  color: #FFF;
  font-weight: bold;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: #b6c6d2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-free-policy__num-list-body{
  padding-left: 60px;
}
.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__num-list-body a:hover{
  text-decoration: underline;
  opacity: 1;
}
.block-free-policy__box{
  background: #f4f7f9;
  padding: 40px;
}
.block-free-policy h4{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.block-free-policy h4::after{
  content: "";
  background: #b6c6d2;
  width: 32px;
  height: 2px;
  display: block;
  margin: 15px 0 0;
}
/* ====================
 会員登録方法
==================== */
.block-free-guide-registration__contents{
  margin: 0 0 100px;
}
.block-free-guide-registration__item ol > * + *{
  margin-top: 60px;
}
.block-free-guide-registration__item ol li{
  padding-left: 10px;
}
.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 100px;
}
.block-free-guide-usesite .step{
  display: flex;
  gap: 30px;
  margin: 0 0 80px;
}
.block-free-guide-usesite .step li{
  font-size: 22px;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
  line-height: 1.4;
  width: calc((100% - 90px) / 4);
  border: 1px solid var(--color-primary);
  position: relative;
  padding: 30px 20px;
}
.block-free-guide-usesite .step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: var(--color-primary);
}
.block-free-guide-usesite .step li img{
  width: auto;
  height: 80px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-free-guide-usesite .step li.step04 img{
  height: 60px;
}
.block-free-guide-usesite .step .step-number{
  text-transform: uppercase;
}
.block-free-guide-usesite__list-item{
  margin: 0;
  padding: 50px 0 50px 220px;
  list-style: none;
  position: relative;
}
.block-free-guide-usesite__list-item.--step01{
  background: transparent url(../../img/usr/freepage/guide-icon-step1.svg) 50px center / auto 100px no-repeat;
}
.block-free-guide-usesite__list-item.--step02{
  background: transparent url(../../img/usr/freepage/guide-icon-step2.svg) 40px center / auto 100px no-repeat;
}
.block-free-guide-usesite__list-item.--step03{
  background: transparent url(../../img/usr/freepage/guide-icon-step3.svg) 60px center / auto 110px no-repeat;
}
.block-free-guide-usesite__list-item.--step04{
  background: transparent url(../../img/usr/freepage/guide-icon-step4.svg) 20px center / auto 80px 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: 24px;
  font-weight: bold;
  color: var(--color-primary);
  margin: 0 0 25px;
}
.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 li{
  padding-left: 15px;
}
.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 h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.block-free-tos__text{
  margin: 0 0 30px;
}
.block-free-tos__list dt,.block-free-tos__list dd{
  line-height: 1.8;
}
.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{
  font-size: 14px;
  text-align: right;
}
/* ====================
 TC Subsc Marketplaceとは
==================== */
div.wrapper_:has(.block-free-about) {
  width: 100%;
  overflow: hidden;
}
div.wrapper_:has(.block-free-about) {
  width: 100%;
  overflow: hidden;
}
.block-free-about h1{
  margin-bottom: 60px;
}
.block-free-about__contents{
  max-width: 800px;
  margin: 0 auto 60px;
}
.block-free-about__contents h2{
  font-size: 26px;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.block-free-about__contents h2::after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  margin: 15px auto 0;
}
.block-free-about__contents h2 span{
  margin-left: 15px;
}
.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 30px;
}
.block-free-about__contents .note{
  font-size: 12px;
  color: #707070;
  text-align: center;
}
.block-free-about__point{
  margin: 80px 0;
}
.block-free-about__point-item{
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  position: relative;
}
.block-free-about__point-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.block-free-about__point-desc {
  width: calc(100% - 400px);
  min-height: 365px;
  z-index: 1;
  padding: 50px 40px;
}
.block-free-about__point-desc::before{
  content: "";
  background: #d9eeff;
  position: absolute;
  top: 0;
  right: 400px;
  width: calc(800px - 50% + 50vw);
  height: 100%;
  z-index: -1;
}
.block-free-about__point-item:nth-of-type(even) .block-free-about__point-desc::before{
  background: #e6f9ff;
  left: 400px;
  right: inherit;
}
.block-free-about__point-icon{
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.block-free-about__point-icon svg {
  width: auto;
  max-width: 220px;
  height: 200px;
  fill: #009fe8;
}
.block-free-about__point-desc h3{
  font-size: 28px;
  font-weight: 500;
  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{
  color: var(--color-primary);
  display: block;
}
.block-free-about__btn a{
  color: #FFF;
  background: var(--color-primary);
  border-radius: 5px;
  text-decoration: none;
  width: 280px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}
/* ====================
 すまコネとは
==================== */
.smartconnect-mv{
  margin: 0 0 60px;
}
.smartconnect-headline{
  font-size: 24px;
  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: 50px;
  height: 2px;
  background: var(--color-primary);
  margin: 15px auto 0;
}
.smartconnect-headline .point{
  font-size: 36px;
}
.smartconnect-headline .large{
  font-size: 32px;
}
.smartconnect-headline .small{
  font-size: 18px;
}
.smartconnect-intro{
  margin: 0 0 40px;
}
.smartconnect-intro-box{
  display: flex;
  flex-direction: row-reverse;
}
.smartconnect-intro-box__img{
  width: 140px;
  flex-shrink: 0;
}
.smartconnect-point{
  margin: 0 0 80px;
}
.smartconnect-point-list{
  counter-reset: num;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin: 60px 0 0;
}
.smartconnect-point-list li{
  counter-increment: num;
  width: calc((100% - 160px) / 3);
  padding: 60px 40px 30px 40px;
  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: 60px;
  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: 26px;
  line-height: 1.4;
  padding: 0;
  border: none;
}
.smartconnect-point-list h3 span{
  display: block;
  font-weight: 400;
}
.smartconnect-point-list li p{
  font-size: 18px;
  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{
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.smartconnect-scene-list li{
  width: calc((100% - 160px) / 3);
  text-align: center;
}
.smartconnect-scene-list__img img{
  width: 100%;
  height: auto;
}
.smartconnect-scene-list h3{
  border: none;
  color: var(--color-primary);
  margin: 0 0 5px;
  padding: 0;
}
.smartconnect-scene .note{
  text-align: center;
  margin: 30px 0 0;
}
.smartconnect-btn a{
  color: #FFF;
  background: var(--color-primary);
  border-radius: 5px;
  text-decoration: none;
  width: 280px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.smartconnect-plan .accordion-contents{
  border: none;
}
.smartconnect-plan .accordion-contents h3{
  font-size: 22px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 10px 10px 10px 45px;
  position: relative;
  cursor: pointer;
}
.smartconnect-plan .accordion-contents h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transition: .3s;
  width: 12px;
  height: 12px;
  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);
}
.smartconnect-plan .js-accordion-item{
  padding: 0 16px;
}
.plan_list {
  width: 100%;
  margin: 0 0 30px;
}
.plan_list caption {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: bold;
  margin: 0 0 10px;
}
.plan_list thead {
  position: relative;
}
.plan_list thead::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: var(--color-primary);
  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 {
  font-size: 14px;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
.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 {
  font-size: 14px;
  width: 7em;
  max-width: 100%;
  margin: 0 auto;
  padding: 2px 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: 14px;
  color: #666;
}
ul.notice li .mark {
  margin-left: -1em;
}
.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{
  display: flex;
  justify-content: center;
  gap: 30px;
}
/* ====================
 IoTSELECTION
==================== */
.page-genre:has(.iotselection) .leftmenuframe_{
  display: none;
}
div.container_ div.contents_ div.mainframe_:has(.iotselection) {
  width: 100%;
  overflow: visible;
}
.iotselection{
  padding-bottom: 60px;
}
.iotselection .intro{
  margin: 0 0 60px;
}
.iotselection .feature {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 30px;
}
.iotselection .feature .feature-text {
  padding: 50px 40px;
  width: calc(100% - 35%);
  display: block;
  position: relative;
  background: #f1feff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.iotselection .feature.right .feature-text {
  background: #fefff1;
}
.iotselection .feature h3 {
  font-size: 30px;
  color: #666;
  position: relative;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}
.iotselection .feature h3 span {
  margin-bottom: 0.5em;
  color: #34cdd7;
  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 {
  color: #707070;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.iotselection .feature * + p {
  margin-top: 20px;
}
.iotselection .feature .icon {
  width: 35%;
  min-height: 200px;
  position: relative;
}
.iotselection .feature .icon svg {
  width: auto;
  max-width: 220px;
  height: 200px;
  fill: #44b3bb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iotselection .service{
  margin-top: 120px;
}
.iotselection .service h2 {
  width: 100%;
  height: 200px;
  background: transparent url(../../img/usr/genre/IoTSELECTION/underlayer-headerbackground-pc.png) right 90% 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: 30px;
  font-weight: bold;
}
.iotselection .service h2 span small{
  font-size: 18px;
  padding-top: 10px;
  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: 10px;
  background: #42bdc6;
}
.iotselection .service-list{
  display: flex;
  gap: 30px;
}
.iotselection .service-list li{
  gap: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.iotselection .service-list__img{
  width: 300px;
  flex-shrink: 0;
  margin: 0 auto;
}
.iotselection .service-list__img img{
  width: 100%;
  height: auto;
}
.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開発）] 契約詳細 明細検索フォーム */
.page-contractdetail .formlist_.bizsearch_ th{
  width: 200px;
  color: #FFF;
  background: var(--color-primary);
  padding: 15px;
}
.page-contractdetail .formlist_.bizsearch_ td{
  padding: 8px 10px;
}
.page-contractdetail .formlist_.bizsearch_ td input{
  border-color: #999;
}
.page-contractdetail .formlist_.bizsearch_ td input[type="text"]{
  width: 98%;
  max-width: 750px;
  padding-block: 7px;
}
.page-contractdetail .search_result_ {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.page-contractdetail .search_clear_ {
  margin-left: 12px;
  color: #0066cc;
  text-decoration: underline;
}