@charset "UTF-8";
/*
# Setting

## 各種設定

***
*/
/*
# 画像
*/
/*
# フォント
*/
/*
# カラー設定
*/
/*
# コンテンツ幅
*/
/*
# ベースとなる余白幅
*/
/*
# ベースとなる角丸の角度
*/
/*
# slash hack
*/
/*
# easing
*/
/*
# Mixin

## 汎用的なミックスインなど

***
*/
/*
# nounit
*/
/*
# margin
*/
/*
# roundedCorners
*/
/*
# calc
*/
/*
# fontSize
*/
/*
# shadow
*/
/*
# invisibilityElem
*/
/*
# hideTxt
*/
/*
# overflow
*/
/*
# lineClamp
*/
/*
# ellipsis（compassから移植）
*/
/*
# landscape
*/
/*
# buttonClickEffects
*/
.btnEffects {
  position: relative;
  overflow: hidden;
}
.btnEffects > .ripple {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
}
.btnEffects.dim > .ripple {
  background-color: rgba(0, 0, 0, 0.2);
}

/*
# mediaquery
*/
/*
# flexBox
*/
/*
# clearfix
*/
.clearfix {
  /zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}

.mypageTop section .proManualDl, .planChange #navBtnList, .fincodeCredit #navBtnList, .fincodeCredit #merit1 .merit1List, .fincodeCredit #voice1, .fincodeCredit #voice1 .voiceBalloonInner, .fincodeCredit .moreVoice, .fincodeCredit .creditFlow, .creditApply #navBtnList, .creditApply #merit1 .merit1List, .creditApply #voice1, .creditApply #voice1 .voiceBalloonInner, .creditApply .moreVoice, .creditApply .creditFlow, .shopStatement .monthSwitchNav, .discountDetailsTableWrap, table td.itemsStepAppear > .itemsStepAppList > ul, .itemSelectList, .login .loginColWrap, .inquiryReply .inquiryMainContents .inquiryMainMessage .inqInputFileTtlWarp, .exhibitRegist .categorySelect, .exhibitRegist .rangeSettingCol, .exhibitRegist .detailPriceBtnWarp, .exhibitRegist .imgPreviewArea ul, .searchAdApply .aboutPublicationFormat, .guerrillaFormRight .guerrillaRightContents #allUse, .adCarry .adFlow, .adCarry #appliedBox #appliedList, .adCarry .adCont, .analyzeGraphWrap .analyzeGraph .dataTerm {
  /zoom: 1;
}
.mypageTop section .proManualDl:after, .planChange #navBtnList:after, .fincodeCredit #navBtnList:after, .fincodeCredit #merit1 .merit1List:after, .fincodeCredit #voice1:after, .fincodeCredit #voice1 .voiceBalloonInner:after, .fincodeCredit .moreVoice:after, .fincodeCredit .creditFlow:after, .creditApply #navBtnList:after, .creditApply #merit1 .merit1List:after, .creditApply #voice1:after, .creditApply #voice1 .voiceBalloonInner:after, .creditApply .moreVoice:after, .creditApply .creditFlow:after, .shopStatement .monthSwitchNav:after, .discountDetailsTableWrap:after, table td.itemsStepAppear > .itemsStepAppList > ul:after, .itemSelectList:after, .login .loginColWrap:after, .inquiryReply .inquiryMainContents .inquiryMainMessage .inqInputFileTtlWarp:after, .exhibitRegist .categorySelect:after, .exhibitRegist .rangeSettingCol:after, .exhibitRegist .detailPriceBtnWarp:after, .exhibitRegist .imgPreviewArea ul:after, .searchAdApply .aboutPublicationFormat:after, .guerrillaFormRight .guerrillaRightContents #allUse:after, .adCarry .adFlow:after, .adCarry #appliedBox #appliedList:after, .adCarry .adCont:after, .analyzeGraphWrap .analyzeGraph .dataTerm:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}

/*
# analyze_table

## 商品分析データ推移のテーブル

*/
.analyzeGraphWrap .showcaseItemsImgBlock {
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 80px;
}
.analyzeGraphWrap .showcaseItemsImgBlock .showcaseItemsImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}
.analyzeGraphWrap .showcaseItemsImgBlock .showcaseItemsImg > .itemsThum {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}
.analyzeGraphWrap .searchShowcaseBlock {
  padding-left: 88px;
  text-align: left;
}
.analyzeGraphWrap .searchShowcaseBlock .searchShowcaseHd {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 45px;
  margin-bottom: 4px;
  font-weight: bold;
}
.analyzeGraphWrap .searchShowcaseBlock .searchShowcaseHd > a {
  display: block;
  color: #333333;
}
.analyzeGraphWrap .searchShowcaseBlock > div.searchShowcaseDetails {
  font-size: 12px;
  font-size: 0.8rem;
  display: table;
  margin-bottom: 8px;
  color: #6f6f6f;
}
.analyzeGraphWrap .searchShowcaseBlock > div.searchShowcaseDetails > dl {
  display: table-row;
}
.analyzeGraphWrap .searchShowcaseBlock > div.searchShowcaseDetails > dl > dt {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
.analyzeGraphWrap .searchShowcaseBlock > div.searchShowcaseDetails > dl > dd {
  display: table-cell;
  padding-left: 12px;
  vertical-align: top;
}
.analyzeGraphWrap .searchShowcaseBlock > div.searchShowcaseDetails > dl > dd .stock {
  margin-right: 4px;
}
.analyzeGraphWrap .analyzeGraph {
  position: relative;
}
.analyzeGraphWrap .analyzeGraph .lineGraphWrap {
  position: relative;
}
.analyzeGraphWrap .analyzeGraph .lineGraphWrap .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
}
.analyzeGraphWrap .analyzeGraph .dataTerm {
  position: absolute;
  right: 0;
  top: 4px;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li {
  float: left;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li input {
  opacity: 1;
  width: 200px;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li .switchTerm {
  height: 32px;
  margin-left: 16px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #1c3a6f;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li .switchTerm li a {
  display: block;
  padding: 4px 8px;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li .switchTerm li.active {
  background-color: #1c3a6f;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li .switchTerm li.active a {
  color: #ffffff;
  cursor: default;
}
.analyzeGraphWrap .analyzeGraph .dataTerm li .switchTerm li.active a:hover {
  text-decoration: none;
}
.analyzeGraphWrap .tableType03 {
  margin-bottom: 0;
}
.analyzeGraphWrap .tableType03 th, .analyzeGraphWrap .tableType03 td {
  width: 10%;
}
.analyzeGraphWrap .analyzeTable {
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
}

#lineGraphArea {
  width: 100%;
  margin: 0 auto 24px;
}

/*
# searchShowcaseArea

## 商品分析 商品リスト

*/
.analyze .tableType03 .checkCell {
  font-size: 28px;
  font-size: 1.8666666667rem;
  width: 26px;
}
.analyze .tableType03 .checkCell i.fa {
  color: #999999;
}
.analyze .tableType03 .checkCell i.fa.star {
  color: #ffb533;
}
.analyze .tableType03 .itemInfo {
  width: 30%;
}
.analyze .tableType03 .itemListHd {
  font-size: 13px;
  font-size: 0.8666666667rem;
  background-color: #ffffff;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}
.analyze .tableType03 th, .analyze .tableType03 td {
  padding: 8px;
}
.analyze .tableType03 td {
  font-size: 12px;
  font-size: 0.8rem;
  text-align: right;
}
.analyze .tableType03 .showcaseItemsImgBlock {
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 80px;
}
.analyze .tableType03 .showcaseItemsImgBlock .showcaseItemsImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}
.analyze .tableType03 .showcaseItemsImgBlock .showcaseItemsImg > .itemsThum {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.analyze .tableType03 .searchShowcaseBlock {
  padding-left: 88px;
  text-align: left;
}
.analyze .tableType03 .searchShowcaseBlock .searchShowcaseHd {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 42px;
  margin-bottom: 4px;
  font-weight: bold;
}
.analyze .tableType03 .searchShowcaseBlock .searchShowcaseHd > a {
  display: block;
  color: #333333;
}
.analyze .tableType03 .searchShowcaseBlock > div.searchShowcaseDetails {
  font-size: 12px;
  font-size: 0.8rem;
  display: table;
  margin-bottom: 8px;
  color: #6f6f6f;
}
.analyze .tableType03 .searchShowcaseBlock > div.searchShowcaseDetails > dl {
  display: table-row;
}
.analyze .tableType03 .searchShowcaseBlock > div.searchShowcaseDetails > dl > dt {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
.analyze .tableType03 .searchShowcaseBlock > div.searchShowcaseDetails > dl > dd {
  display: table-cell;
  padding-left: 12px;
  vertical-align: top;
}
.analyze .tableType03 .searchShowcaseBlock > div.searchShowcaseDetails > dl > dd .stock {
  margin-right: 4px;
}

/*
# analyze

## 商品分析 構成

*/
.analyze .csvBtn {
  width: 25%;
}
.analyze .sortBoxInner {
  width: 40%;
}
.analyze .tableType03 {
  margin-bottom: 40px;
}
.analyze .userSortSetWrap {
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  bottom: 36px;
  right: 0;
  width: 200px;
}
.analyze .userSortSetWrap .input[type=radio].radioFormType01 + label,
.analyze .userSortSetWrap input[type=checkbox].checkFormType01 + label {
  padding-top: 0;
}

/*
# adCarry

## 広告掲載のお申し込み

*/
.adCarry .adFlow {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin: 16px auto 16px;
}
.adCarry .adFlow li {
  width: 23%;
  width: calc(100% / 4 - 15px);
  position: relative;
  float: left;
  min-height: 147px;
  margin-right: 20px;
  padding: 8px;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #f2f2f2;
}
.adCarry .adFlow li:after {
  display: block;
  position: absolute;
  content: "\f054";
}
.adCarry .adFlow li p {
  margin-bottom: 0;
}
.adCarry .adFlow li:last-child {
  margin-right: 0;
}
.adCarry .adFlow li:last-child:after {
  display: none;
}
.adCarry .adFlow li:after {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: FontAwesome;
  top: 61px;
  right: -18px;
}
.adCarry .adFlow li .label {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: bold;
}
.adCarry #appliedBox {
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  min-width: 1000px;
  margin-bottom: 24px;
  padding: 8px;
  text-align: left;
}
.adCarry #appliedBox.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 24px;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
}
.adCarry #appliedBox .allCancel {
  position: absolute;
  top: 16px;
  right: 16px;
}
.adCarry #appliedBox #appliedList {
  margin-bottom: 8px;
}
.adCarry #appliedBox #appliedList li {
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  margin: 0 16px 16px 0;
  padding: 4px;
  background-color: #eeeeee;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #999999;
}
.adCarry #appliedBox #appliedList #noListAlert {
  display: none;
  width: 100%;
}
.adCarry #appliedBox #toSubmitBtn {
  display: block;
  margin: 0 auto;
}
.adCarry .adCont {
  margin-bottom: 40px;
}
.adCarry .adCont .adImage {
  float: left;
  width: 20%;
  margin-right: 4%;
}
.adCarry .adCont .adDetail {
  float: right;
  width: 76%;
}
.adCarry .adCont .applyTable {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-bottom: 0;
}
.adCarry .adCont .applyTable caption {
  text-align: left;
  margin-bottom: 8px;
}
.adCarry .adCont .applyTable td {
  text-align: center;
}
.adCarry .adCont .applyTable .cancel {
  display: none;
}
.adCarry .adCont .applyTable .cancel.block {
  display: block;
}
.adCarry .adCont.earlyBirdSec {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  margin: 24px auto 0;
  border: 4px solid #eeeeee;
  box-sizing: border-box;
}
.adCarry .adCont.earlyBirdSec .earlyBirdHd {
  float: left;
  width: 30%;
}
.adCarry .adCont.earlyBirdSec .adDetail {
  width: 70%;
}
.adCarry .adCont.earlyBirdSec .adDetail [class*=labelType] {
  margin-left: 8px;
}
.adCarry #agreement .inner {
  font-size: 14px;
  font-size: 0.9333333333rem;
  height: 130px;
  padding: 12px;
  border: 1px solid #999999;
  background-color: #ffffff;
  line-height: 1.7;
  overflow-y: scroll;
}
.adCarry #agreement .inner.noScroll {
  height: auto;
  overflow-y: visible;
}
.adCarry #agreement .agreeCheck {
  display: block;
  width: 440px;
  margin: 16px auto 24px;
}

#adGuideline {
  width: 100%;
  min-width: 100%;
}
#adGuideline #contentsArea {
  width: 100%;
  box-sizing: border-box;
}

/*
# guerrilla

## ゲリラ応募

*/
.guerrilla .aboutPriorityFrame {
  display: flex;
  flex-direction: row;
}
.guerrilla .aboutPriorityFrame > li:first-child {
  width: 247px;
  margin-right: 40px;
}
.guerrilla .aboutPriorityFrame > li:first-child table {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin: 12px 0 0;
}
.guerrilla .aboutPriorityFrame > li:last-child {
  flex: 1;
}
.guerrilla.alertModal .priceSelectArea {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #999999;
}
.guerrilla.alertModal .priceSelectArea:last-child {
  border-bottom: none;
}
.guerrilla.alertModal .priceSelectArea .selectDay {
  width: 65px;
  line-height: 26px;
}
.guerrilla.alertModal .priceSelectArea .selectPrice {
  flex: 1;
}
.guerrilla.alertModal .priceSelectArea .selectPrice li:nth-child(n+4) {
  margin-top: 12px;
}
.guerrilla.alertModal .verticalLineBtn {
  margin: 20px 0 8px;
}

.guerrillaInputForm {
  width: 1000px;
  margin: 0 auto;
}

.guerrillaFormLeft {
  float: left;
  position: relative;
  z-index: 2;
  width: 631px;
}

.guerrillaFormRight {
  float: right;
  position: relative;
  z-index: 1;
  width: 345px;
  margin-left: 24px;
  box-sizing: border-box;
}
.guerrillaFormRight .guerrillaRightContents {
  position: relative;
  padding: 16px;
  background: #f8f8f8;
  border: solid 1px #999999;
}
.guerrillaFormRight .guerrillaRightContents #allUse {
  margin-bottom: 24px;
}
.guerrillaFormRight .guerrillaRightContents #allUse li {
  float: left;
  width: 48%;
}
.guerrillaFormRight .guerrillaRightContents #allUse li:first-child {
  margin-right: 8px;
}
.guerrillaFormRight .guerrillaRightContents .setField {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-bottom: 16px;
}
.guerrillaFormRight .guerrillaRightContents .setField .lumpHd {
  padding-right: 8px;
}
.guerrillaFormRight .guerrillaRightContents .setField .txtListType01 {
  display: inline-block;
  vertical-align: middle;
}
.guerrillaFormRight .guerrillaRightContents .setField .txtListType01 li {
  margin-right: 4px;
}
.guerrillaFormRight .guerrillaRightContents .howToMsg {
  border-top: 1px solid #b3b3b3;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #565656;
}
.guerrillaFormRight .guerrillaRightContents .setFieldSubmit {
  text-align: center;
  margin: 24px auto 16px;
}
.guerrillaFormRight .guerrillaRightContents .guerrillaFee {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
  font-weight: bold;
}
.guerrillaFormRight .guerrillaRightContents .guerrillaFee .inputFormType02 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  width: 120px;
  margin: 0 8px;
  text-align: right;
  font-weight: bold;
  color: #e60012;
}
.guerrillaFormRight .guerrillaRightContents .guerrillaFee .guerrillaFeeAnnotation {
  font-size: 13px;
  font-size: 0.8666666667rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 16px 0 0;
  text-align: left;
  font-weight: normal;
}

#guerrillaTable {
  width: 100%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  cursor: default;
  height: 593px;
  margin-bottom: 8px;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#guerrillaTable input[type=text] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}
#guerrillaTable th, #guerrillaTable td {
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
}
#guerrillaTable th {
  padding: 1px 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-indent: 5px;
  background: #6f6f6f;
  border-color: #6f6f6f;
  text-align: center;
  border-right: 1px solid #6f6f6f;
}
#guerrillaTable th.sat {
  color: #BFEFFF;
}
#guerrillaTable th.sun {
  color: #ffe1e1;
}
#guerrillaTable td .selectContainer {
  height: 117px;
  width: 100%;
  position: relative;
}
#guerrillaTable td .days {
  display: block;
  position: absolute;
  top: 3px;
  left: 10px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
#guerrillaTable td.sat {
  color: #3060F8 !important;
}
#guerrillaTable td.sun {
  color: #e60012 !important;
}
#guerrillaTable td .selectActive .selectBox {
  z-index: 15;
}
#guerrillaTable td.off {
  height: 90px;
  background: #eeeeee;
  color: #6f6f6f;
}
#guerrillaTable td .btnBefore {
  position: relative;
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  position: absolute;
  display: block;
  transition: all 0.2s ease;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
#guerrillaTable td .btnBefore:before {
  display: block;
  position: absolute;
  content: "";
}
#guerrillaTable td .btnBefore:before {
  font-size: 24px;
  font-size: 1.6rem;
  font-family: FontAwesome;
  content: "\f044";
  top: 0;
  right: -63px;
  width: 30px;
  height: 30px;
  color: #6f6f6f;
}
#guerrillaTable td .btnBefore:hover {
  opacity: 0.7;
}
#guerrillaTable td .guerrillaName {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  text-align: center;
}
#guerrillaTable td .guerrillaName .nameView {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  font-size: 12px;
  font-size: 0.8rem;
  display: none;
  z-index: 2;
  position: absolute;
  bottom: -25px;
  left: 30px;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background: #f8f8f8;
  white-space: nowrap;
  color: #333333;
}
#guerrillaTable td .guerrillaName .nameTxt {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 11px;
  font-size: 0.7333333333rem;
  display: block;
  width: 72px;
}
#guerrillaTable td .btnDel {
  font-size: 11px;
  font-size: 0.7333333333rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 90px;
  left: 25px;
  padding: 3px 8px;
  border-radius: 3px;
  transition: all 0.2s ease;
  line-height: 1.2;
  background: #eeeeee;
  color: #333333;
}
#guerrillaTable td .btnDel:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  background: #f8f8f8;
}
#guerrillaTable td.applyChk {
  cursor: pointer;
}
#guerrillaTable td.applyChk.active .selectContainer, #guerrillaTable td.applyChk.active.drag .selectContainer {
  background: #99C8FF;
}
#guerrillaTable td.applyChk.drag .selectContainer {
  background: #DCECFF;
}
#guerrillaTable td.applyChk.active.remove-drag .selectContainer {
  background: #DCECFF;
}
#guerrillaTable td.applyChk.removeDrag .selectContainer {
  background: #ffffff;
}
#guerrillaTable td.applyChk.end, #guerrillaTable td.applyChk.applyChk.active.end {
  background: #122546;
  color: #ffffff;
}
#guerrillaTable td.applyChk.active .btnBefore {
  display: block;
}
#guerrillaTable td.applyChk.end .btnDel {
  display: block;
}
#guerrillaTable td.applyChk.end .spEventIcon {
  color: #ffffff;
}
#guerrillaTable td.applyChk .endField {
  color: #ffffff;
  position: absolute;
  font-weight: bold;
  left: 18px;
  top: 58px;
  width: 70px;
  height: 40px;
  line-height: 1.2em;
}
#guerrillaTable td .urlView {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  font-size: 12px;
  font-size: 0.8rem;
  display: none;
  position: absolute;
  top: -81px;
  left: -19px;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background: #f8f8f8;
  white-space: nowrap;
  color: #333333;
  font-weight: normal;
}
#guerrillaTable td .selectWrap {
  font-size: 13px;
  font-size: 0.8666666667rem;
  position: relative;
}
#guerrillaTable td .selectWrap .spEventIcon {
  font-size: 18px;
  font-size: 1.2rem;
  position: absolute;
  left: 40px;
  top: 8px;
  color: #e60012;
}
#guerrillaTable td .selectWrap .detail {
  position: absolute;
  width: 100%;
  text-align: center !important;
  top: 0px;
  color: #333;
  left: 0;
}
#guerrillaTable td .selectWrap .selectBox {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 4px 0 4px 0 rgba(0, 0, 0, 0.1), -4px 0 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  position: relative;
  display: none;
  position: absolute;
  left: -78px;
  bottom: 5px;
  width: 276px;
  padding: 10px;
  font-weight: normal;
  background: #f8f8f8;
  border: solid 1px #999999;
  border-radius: 3px;
  color: #333333 !important;
  cursor: default;
}
#guerrillaTable td .selectWrap .selectBox:before {
  display: block;
  position: absolute;
  content: "";
}
#guerrillaTable td .selectWrap .selectBox:after {
  display: block;
  position: absolute;
  content: "";
}
#guerrillaTable td .selectWrap .selectBox:before {
  left: 50%;
  top: 99%;
  z-index: 2;
  width: 0;
  height: 8px;
  margin-left: -16px;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #f8f8f8;
  border-bottom: 0px solid transparent;
}
#guerrillaTable td .selectWrap .selectBox:after {
  left: 50%;
  top: 99%;
  z-index: 1;
  width: 0;
  height: 8px;
  margin-left: -16px;
  margin-top: 2px;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #999999;
  border-bottom: 0px solid transparent;
}
#guerrillaTable td .selectWrap .selectBox .emes {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  position: absolute;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
  padding: 5px 10px;
  background: #df6f62;
  color: #ffffff;
  display: none;
}
#guerrillaTable td .selectWrap .selectBox.errors {
  background: #ffe1e1;
}
#guerrillaTable td .selectWrap .selectBox.errors .emes {
  display: block;
}
#guerrillaTable td .selectWrap .selectBox.errors:after {
  color: #ffe1e1;
}
#guerrillaTable td .selectWrap .selectBox .setField {
  position: absolute;
  right: 0;
  top: 0;
}
#guerrillaTable td .selectWrap .selectBox .url {
  position: absolute;
  right: 0;
  top: 0;
}
#guerrillaTable td .selectWrap .selectBox .formField {
  position: relative;
  margin-bottom: 8px;
}
#guerrillaTable td .selectWrap .selectBox .formField label {
  line-height: 28px;
  padding-right: 16px;
}
#guerrillaTable td .selectWrap .selectBox .formField .cSelect {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 28px;
  border: 1px solid #999999;
}
#guerrillaTable td .selectWrap .selectBox .formField .inputFormType02 {
  width: 180px;
  height: 28px;
}
#guerrillaTable td .selectWrap .selectBox .formField.last {
  margin: 12px 0;
  text-align: center;
}
#guerrillaTable td .selectWrap .selectBox h4 {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-bottom: 8px;
  font-weight: bold;
}
#guerrillaTable td .selectWrap .selectBox .okBtn {
  display: block;
  line-height: 16px;
  margin: 0 auto;
}
#guerrillaTable td .selectWrap .selectBox .close {
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1.2em;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  color: #6f6f6f;
  cursor: pointer;
}

.guerrillaConfTable th {
  background: #6f6f6f;
  color: #ffffff;
  text-align: center;
}
.guerrillaConfTable tr:last-child td {
  border-top: 1px solid #999999;
  background: #eeeeee;
}
.guerrillaConfTable td a {
  position: relative;
}
.guerrillaConfTable td a:after {
  display: block;
  position: absolute;
  content: "";
}
.guerrillaConfTable td a:after {
  font-size: 14px;
  font-size: 0.9333333333rem;
  top: -6px;
  right: -22px;
  font-family: FontAwesome;
  content: "\f2d2";
}

.guerrillaConf {
  display: none;
}

/*
# regularApply

## 常設特集応募

*/
.regularApply .tableType03 tr.spUrlTr {
  display: none;
}
.regularApply .tableType03 tr:nth-child(4n+1) {
  background-color: #eeeeee;
}
.regularApply .tableType03 tr:nth-child(4n+2) {
  background-color: #eeeeee;
}
.regularApply .tableType03 tr:nth-child(4n+2) td {
  padding-top: 4px;
}
.regularApply .tableType03 tr:nth-child(4n+3) {
  background-color: transparent;
}
.regularApply .tableType03 tr:nth-child(4n+4) {
  background-color: transparent;
}
.regularApply .tableType03 tr:nth-child(4n+4) td {
  padding-top: 4px;
}
.regularApply .tableType03 tr .applyChk .selectFormTxt {
  padding: 0 24px 0 4px;
}
.regularApply .detailsText {
  padding: 24px;
}
.regularApply .tableType01 td a {
  position: relative;
}
.regularApply .tableType01 td a:after {
  display: block;
  position: absolute;
  content: "";
}
.regularApply .tableType01 td a:after {
  font-size: 14px;
  font-size: 0.9333333333rem;
  top: -6px;
  right: -22px;
  font-family: FontAwesome;
  content: "\f2d2";
}
.regularApply.alertModal {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  bottom: 0;
  height: 80%;
  max-height: 575px;
  margin: auto !important;
}
.regularApply.alertModal .alertModalInner {
  overflow: hidden;
  height: 100%;
}
.regularApply.alertModal .alertModalCol {
  height: 94%;
  height: calc(100% - 43px);
  display: flex;
  align-items: flex-start;
  overflow-y: scroll;
}
.regularApply.alertModal .alertModalCol .alertModalColblock {
  box-sizing: border-box;
}
.regularApply.alertModal .alertModalCol .alertModalColblock:first-child {
  padding: 24px 8px 24px 24px;
}
.regularApply.alertModal .alertModalCol .alertModalColblock:first-child .alertModalColImgtext {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-bottom: 4px;
  text-align: center;
}
.regularApply.alertModal .alertModalCol .alertModalColblock:first-child .alertModalColImg {
  padding: 2px;
  border: 1px solid #999999;
}

/*
# searchAdApply

## キーワード検索連動広告、新型キーワード検索連動広告のお申込み

*/
.searchAdApply .aboutPublicationFormat {
  width: 100%;
}
.searchAdApply .aboutPublicationFormat > li {
  float: left;
}
.searchAdApply .aboutPublicationFormat > li:first-child {
  width: 416px;
  margin-right: 24px;
}
.searchAdApply .aboutPublicationFormat > li:last-child {
  width: 53%;
  width: calc(100% - 440px);
}

.searchAdApplyForm > table tr:nth-child(even) {
  background-color: #eeeeee;
}
.searchAdApplyForm > table th,
.searchAdApplyForm > table td {
  vertical-align: middle;
}
.searchAdApplyForm > table th .nowBidPrice,
.searchAdApplyForm > table td .nowBidPrice {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.searchAdApplyForm > table td {
  background-color: transparent;
}

.searchAdApplyConfTable th {
  background: #6f6f6f;
  color: #ffffff;
  text-align: center;
}
.searchAdApplyConfTable tr:last-child td {
  border-top: 1px solid #999999;
  background: #eeeeee;
}
.searchAdApplyConfTable td a {
  position: relative;
}
.searchAdApplyConfTable td a:after {
  display: block;
  position: absolute;
  content: "";
}
.searchAdApplyConfTable td a:after {
  font-size: 14px;
  font-size: 0.9333333333rem;
  top: -6px;
  right: -22px;
  font-family: FontAwesome;
  content: "\f2d2";
}

/* 入札モーダル内 */
#bidModal .nowBidTxt {
  text-align: center;
  color: #e60012;
  font-weight: bold;
}
#bidModal .errorTxt {
  font-size: 12px;
  font-size: 0.8rem;
  margin: 8px 0 0;
  color: #e60012;
}
#bidModal .publicationItems {
  position: relative;
  min-height: 80px;
  margin: 8px 0 0;
  padding-left: 88px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
#bidModal .publicationItems a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
#bidModal .publicationItems a:hover {
  opacity: 0.7;
}
#bidModal .publicationItems a .itemsImgBlock {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
#bidModal .publicationItems a .itemsImgBlock .itemsImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}
#bidModal .publicationItems a .itemsImgBlock .itemsImg .itemsThum {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
#bidModal .publicationItems a .publicationItemsTtl {
  margin-bottom: 0;
}

/*
# specialApply

## シーズン・イベント特集応募

*/
.specialApply .specialApplyCol {
  display: flex;
}
.specialApply .specialApplyCol .specialApplyColBlock:first-child {
  flex-shrink: 0;
  width: 350px;
  margin-right: 48px;
}
.specialApply .specialApplyCol .specialApplyColBlock:nth-child(2) {
  flex: 1;
}
.specialApply .specialApplyCol .specialApplyColImg {
  border: 1px solid #999999;
}
.specialApply #listTable tbody tr {
  display: none;
}
.specialApply #listTable tbody tr.spUrlTr {
  display: none;
}
.specialApply #listTable tbody tr:nth-child(4n+1) {
  background-color: #eeeeee;
}
.specialApply #listTable tbody tr:nth-child(4n+2) {
  background-color: #eeeeee;
}
.specialApply #listTable tbody tr:nth-child(4n+2) td {
  padding-top: 4px;
}
.specialApply #listTable tbody tr:nth-child(4n+3) {
  background-color: transparent;
}
.specialApply #listTable tbody tr:nth-child(4n+4) {
  background-color: transparent;
}
.specialApply #listTable tbody tr:nth-child(4n+4) td {
  padding-top: 4px;
}
.specialApply #listTable tbody tr .applyChk .selectFormTxt {
  padding: 0 24px 0 4px;
}
.specialApply .detailsText {
  padding: 24px;
}
.specialApply .tableType01 td a {
  position: relative;
}
.specialApply .tableType01 td a:after {
  display: block;
  position: absolute;
  content: "";
}
.specialApply .tableType01 td a:after {
  font-size: 14px;
  font-size: 0.9333333333rem;
  top: -6px;
  right: -22px;
  font-family: FontAwesome;
  content: "\f2d2";
}
.specialApply.alertModal {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  bottom: 0;
  height: 80%;
  margin: auto !important;
}
.specialApply.alertModal .alertModalInner {
  overflow: hidden;
  height: 100%;
}
.specialApply.alertModal .detailsText {
  height: 94%;
  height: calc(100% - 43px);
  box-sizing: border-box;
  overflow-y: scroll;
}
.specialApply #agreement .inner {
  font-size: 14px;
  font-size: 0.9333333333rem;
  height: 130px;
  padding: 12px;
  border: 1px solid #999999;
  background-color: #ffffff;
  line-height: 1.7;
  overflow-y: scroll;
}
.specialApply #agreement .inner.noScroll {
  height: auto;
  overflow-y: visible;
}

#despText {
  display: none;
}

/*
# banner

## 素材置き場 構成

*/
.banner .bannerItemsWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner .bannerItemsWrap .bannerItemsSummary {
  width: 67%;
}
.banner .bannerItemsWrap .bannerItemsSource {
  width: 30%;
}
.banner .bannerItemsWrap .bannerItemsSource textarea {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.banner .specialItemsSource {
  font-size: 13px;
  font-size: 0.8666666667rem;
  width: 760px;
  height: 60px;
}
.banner .specialSettingMethodThumb {
  width: 960px;
}

/*
# deal

## 取引機能 構成

*/
.dealConnection .searchAccBox {
  display: block;
}

.dealSetting [data-supballoon].lump {
  top: -35px;
  left: 125px;
}
.dealSetting [data-supballoon].automatic {
  top: -35px;
  left: 155px;
}
.dealSetting [data-supballoon].beginner {
  top: -35px;
  left: 155px;
}
.dealSetting [data-supballoon] .balloonCont {
  font-size: 13px;
  font-size: 0.8666666667rem;
  padding: 16px;
  font-weight: normal;
  box-sizing: border-box;
}
.dealSetting .categSelectBox {
  display: none;
}
.dealSetting .categSelectBox li {
  float: none;
}
.dealSetting #selectYes:checked + label + .categSelectBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

/*
# corporation

## 会社概要編集

*/
.corporation .corporateTxt {
  height: 240px;
}
.corporation [data-supballoon].inputHtml .balloonWrap {
  top: 0;
  left: -20px;
}
.corporation [data-supballoon].inputHtml .balloonCont {
  padding: 16px;
  box-sizing: border-box;
}
.corporation [data-supballoon].inputHtml .balloonCont dt {
  margin-bottom: 8px;
  font-weight: bold;
}

/*
# coupon

## クーポン一覧 公開設定

*/
.coupon .tableType03 .checkCell {
  text-align: center;
}
.coupon .tableType03 .checkCell i.fa {
  font-size: 12px;
  font-size: 0.8rem;
  width: 38px;
  color: #999999;
}
.coupon .tableType03 .checkCell i.fa:before {
  font-size: 28px;
  font-size: 1.8666666667rem;
}
.coupon .tableType03 .checkCell i.fa.fa-eye {
  color: #44bb77;
}

/*
# exceptDiscount

## 全品割引除外

*/
.exceptDiscount .exceptTable .checkCell {
  font-size: 28px;
  font-size: 1.8666666667rem;
  text-align: center;
}
.exceptDiscount .exceptTable .checkCell i.fa {
  color: #999999;
}
.exceptDiscount .exceptTable .checkCell i.fa.fa-lock {
  color: #ffb533;
}
.exceptDiscount .preExceptTable .changeListBtnWarp {
  width: 90%;
  margin: auto;
}
.exceptDiscount .preExceptTable .changeListBtnWarp .balloonWrap {
  position: relative;
  width: auto;
  height: auto;
}
.exceptDiscount .preExceptTable .changeListBtnWarp .balloonCont {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 6px 8px;
  text-align: left;
}

/*
# confirm

## 個別出品 確認

*/
.exhibitRegist {
  /* 確認画面商品画像 */
  /* 確認画面商品動画 */
}
.exhibitRegist .contentsConfirmArea {
  margin-bottom: 48px;
}
.exhibitRegist .contentsConfirmArea > .tabType01 {
  width: 99%;
  width: calc(100% - 8px);
  position: relative;
  z-index: 1;
  margin: 0 auto -1px;
}
.exhibitRegist .imgPreviewArea ul li {
  position: relative;
  width: 18.57%;
  width: calc(100% / 5 - 13px);
  float: left;
  margin-right: 12px;
}
.exhibitRegist .imgPreviewArea ul li:before {
  display: block;
  position: absolute;
  content: "";
}
.exhibitRegist .imgPreviewArea ul li:first-child {
  position: relative;
}
.exhibitRegist .imgPreviewArea ul li:first-child:after {
  display: block;
  position: absolute;
  content: "メイン画像";
}
.exhibitRegist .imgPreviewArea ul li:first-child:after {
  font-size: 12px;
  font-size: 0.8rem;
  z-index: 1;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 6px 8px;
  background-color: #e60012;
  color: #ffffff;
  border-radius: 0 12px 12px 12px;
}
.exhibitRegist .imgPreviewArea ul li:nth-child(5n) {
  margin-right: 0;
}
.exhibitRegist .imgPreviewArea ul li:before {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.exhibitRegist .imgPreviewArea ul li .thumImgType01 {
  height: 74%;
  height: calc(100% - 65px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.exhibitRegist .imgPreviewArea ul li .thumImgType01 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.exhibitRegist .imgPreviewArea ul li span {
  font-size: 11px;
  font-size: 0.7333333333rem;
  display: block;
  height: 60px;
  line-height: 1.4;
  padding-top: 4px;
}
.exhibitRegist .moviePreviewArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.exhibitRegist .moviePreviewArea li {
  width: calc(25% - 12px);
  margin-right: 16px;
}
.exhibitRegist .moviePreviewArea li:last-child {
  margin-right: 0;
}
.exhibitRegist .moviePreviewArea li .movieUrlTxt {
  margin-top: 8px;
  margin-bottom: 0;
  color: #999999;
}
.exhibitRegist .moviePreviewArea li .movieUrlTxt .codeTxt {
  color: #333333;
}
.exhibitRegist #pcViewSec .pcViewInner {
  width: 100%;
}
.exhibitRegist #spViewSec .spViewInner {
  display: block;
  overflow-y: scroll;
  width: 375px;
  height: 667px;
  margin: 0 auto;
  border: 10px solid #cccccc;
}

/*
# csv

## CSV出品

*/
#csvExhibitionModal .overwriteLoading {
  font-size: 34px;
  font-size: 2.2666666667rem;
  margin-top: 16px;
}

#overwriteAddressBg {
  z-index: 2999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.csvHistory .formCalendarIcon {
  position: relative;
  position: relative;
}
.csvHistory .formCalendarIcon:before {
  display: block;
  position: absolute;
  content: "\f073";
}
.csvHistory .formCalendarIcon::before {
  position: absolute;
  top: 56%;
  left: 16px;
  color: #999999;
  font-family: FontAwesome;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.csvHistory #registration_date_start,
.csvHistory #registration_date_end {
  padding-left: 32px;
}
.csvHistory .csvHistorySearchBtnArea > .btn_search_clear {
  padding: 6px 8px;
}
.csvHistory .csvHistoryTable .errorColumn td {
  background: #ffe1e1;
}
.csvHistory .csvHistoryTable .errorColumn td:nth-child(4) {
  color: #e60012;
  font-weight: bold;
}

.csvHistory .csvHistoryTable th,
.csvHistory .errorCsvTable th,
.csvErrorDetail .csvHistoryTable th,
.csvErrorDetail .errorCsvTable th {
  font-weight: normal;
}
.csvHistory .csvHistoryTable tr td,
.csvHistory .errorCsvTable tr td,
.csvErrorDetail .csvHistoryTable tr td,
.csvErrorDetail .errorCsvTable tr td {
  vertical-align: middle;
}
.csvHistory .csvHistoryTable tr .centerAlignLeftText,
.csvHistory .errorCsvTable tr .centerAlignLeftText,
.csvErrorDetail .csvHistoryTable tr .centerAlignLeftText,
.csvErrorDetail .errorCsvTable tr .centerAlignLeftText {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

/*
# detailPriceTable

## 個別・CSV出品 内訳表

*/
.exhibitRegist .detailPriceTable th {
  font-size: 13px;
  font-size: 0.8666666667rem;
  text-align: center;
}
.exhibitRegist .detailPriceTable td {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.exhibitRegist .detailPriceTable td.breakdownTxt {
  font-size: 15px;
  font-size: 1rem;
}
.exhibitRegist .detailPriceTable td p {
  margin-bottom: 0;
}
.exhibitRegist .detailPriceTable td .beforePrice {
  text-decoration: line-through;
}
.exhibitRegist .detailPriceTable td .taxUnit {
  font-size: 12px;
  font-size: 0.8rem;
}
.exhibitRegist .detailPriceTable td .discountPop.balloonWrap {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 2px;
}
.exhibitRegist .detailPriceTable td .discountPop.balloonWrap .balloonCont {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 4px 8px;
  text-align: left;
}
.exhibitRegist .detailPriceTable td input:not([type=radio]):not([type=checkbox]).inputFormType01 {
  width: 70%;
  width: calc(100% - 3.5em);
  margin-right: 0.5em;
  text-align: right;
}
.exhibitRegist .stockUpTxt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  text-align: right;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn {
  float: right;
  width: 340px;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn:first-child {
  margin-left: 20px;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn a.added i.fa {
  color: #e84505;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn .addToCartBtn {
  font-size: 24px;
  font-size: 1.6rem;
  display: block;
  margin: 0 0 0 auto;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn .addToCartBtn i.fa {
  font-size: 28px;
  font-size: 1.8666666667rem;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn .registBtn {
  font-size: 21px;
  font-size: 1.4rem;
  display: block;
  width: 340px;
  margin: 0 0 0 auto;
}
.exhibitRegist .detailPriceBtnWarp .detailPriceBtn .registBtn span {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

/*
# exhibitEasyRegist

## 簡易出品

*/
.exhibitEasyRegist .easyRegistCopyBox {
  width: 500px;
  max-height: 330px;
  margin: 0 auto 24px;
  overflow-y: auto;
  box-sizing: border-box;
}
.exhibitEasyRegist .easyRegistCopyBox .copyBoxItem {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: dashed 1px #999999;
}
.exhibitEasyRegist .easyRegistCopyBox .copyBoxItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.exhibitEasyRegist .easyRegistCopyBox .copyBoxItem .copyBoxItemInner {
  display: flex;
  flex-direction: row;
}
.exhibitEasyRegist .easyRegistCopyBox .copyBoxItem .copyBoxItemInner .copyBoxItemHd {
  white-space: nowrap;
}
.exhibitEasyRegist .easyRegistCopyBox .copyBoxItem .copyBoxItemInner .copyBoxItemDate {
  word-break: break-all;
}
.exhibitEasyRegist .easyRegistCopyBtn {
  display: block;
  width: 90px;
  margin: auto;
}

/*
# exhibitRegist

## 個別出品

*/
.exhibitRegist {
  margin: 0 auto;
  /* 商品セット情報テーブル */
}
.exhibitRegist input:not([type=radio]):not([type=checkbox]).inputFormType02.carriageInput, .exhibitRegist input:not([type=radio]):not([type=checkbox]).inputFormType02.discountInput {
  width: 100px;
  margin: 0 8px;
}
.exhibitRegist .discountRate {
  margin-bottom: 16px;
}
.exhibitRegist .discountTermHd {
  float: left;
  line-height: 32px;
  margin-bottom: 0;
}
.exhibitRegist .categorySelect > li {
  position: relative;
  width: 33.3333%;
  width: calc(100% / 3);
  float: left;
  box-sizing: border-box;
  padding-left: 32px;
}
.exhibitRegist .categorySelect > li:before {
  display: block;
  position: absolute;
  content: "";
}
.exhibitRegist .categorySelect > li:before {
  font-size: 26px;
  font-size: 1.7333333333rem;
  top: 3px;
  left: 0;
  width: 32px;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f0da";
  color: #333333;
  text-align: center;
}
.exhibitRegist .categorySelect > li:first-child {
  padding-left: 0;
}
.exhibitRegist .categorySelect > li:first-child:before {
  display: none;
}
.exhibitRegist .rangeSettingCol {
  float: left;
  width: 90%;
  margin-left: -24px;
}
.exhibitRegist .rangeSettingCol > .rangeSettingBlock {
  position: relative;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-left: 32px;
}
.exhibitRegist .rangeSettingCol > .rangeSettingBlock:before {
  display: block;
  position: absolute;
  content: "〜";
}
.exhibitRegist .rangeSettingCol > .rangeSettingBlock:before {
  top: 6px;
  left: 0;
  width: 32px;
  color: #333333;
  text-align: center;
}
.exhibitRegist .rangeSettingCol > .rangeSettingBlock:first-child:before {
  display: none;
}
.exhibitRegist .rangeSettingCol > .rangeSettingBlock .inputFormType02 {
  width: 68%;
  margin-right: 4px;
}
.exhibitRegist .rangeSettingCol > .rangeSettingBlock .selectFormType02 {
  width: 28%;
  vertical-align: middle;
}
.exhibitRegist .stampSelect i {
  font-style: normal;
}
.exhibitRegist .setInfo .labelType01 {
  font-size: 10px;
  font-size: 0.6666666667rem;
  vertical-align: top;
}
.exhibitRegist .setInfo td {
  vertical-align: top;
}
.exhibitRegist .setInfo .variableTextarea {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: block;
  height: 32px;
  padding: 5px 8px;
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
}
.exhibitRegist .setInfo input[type=number].inputFormType02 {
  width: 77%;
  width: calc(100% - 16px);
}
.exhibitRegist .setInfo .inputFormType02 + span {
  font-size: 12px;
  font-size: 0.8rem;
  position: relative;
  top: 10px;
  padding-left: 4px;
}
.exhibitRegist .setInfo .btnType06 {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 4px;
}
.exhibitRegist [data-supballoon] .balloonWrap {
  top: -5px;
  left: 152px;
}
.exhibitRegist [data-supballoon] .balloonWrap .balloonCont {
  font-size: 13px;
  font-size: 0.8666666667rem;
  padding: 6px;
  font-weight: normal;
}

/*
# exhibitRegist

## 個別出品 画像アップエリア

*/
.exhibitRegist .image-upload-area {
  position: relative;
  box-sizing: border-box;
  min-height: 120px;
  margin-bottom: 8px;
  padding: 24px;
  border: 2px solid #999999;
  border-radius: 3px;
  background: #fbfbfb;
}
.exhibitRegist .image-upload-area.clickable {
  cursor: pointer;
}
.exhibitRegist .image-upload-area.clickable .message {
  cursor: pointer;
}
.exhibitRegist .image-upload-area.clickable .message span {
  cursor: pointer;
}
.exhibitRegist .image-upload-area.clickable * {
  cursor: default;
}
.exhibitRegist .image-upload-area .default-area {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}
.exhibitRegist .image-upload-area.started .default-area {
  display: none;
}
.exhibitRegist .image-upload-area .preview {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  font-size: 13px;
  font-size: 0.8666666667rem;
  width: 18.57%;
  width: calc(100% / 5 - 16px);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 8px 8px 16px;
  padding: 8px;
  background: #ffffff;
  border-radius: 3px;
}
.exhibitRegist .image-upload-area .preview:first-child {
  position: relative;
}
.exhibitRegist .image-upload-area .preview:first-child:before {
  display: block;
  position: absolute;
  content: "メイン画像";
}
.exhibitRegist .image-upload-area .preview:first-child:before {
  font-size: 12px;
  font-size: 0.8rem;
  top: -16px;
  left: 0;
  line-height: 1;
  padding: 6px 8px;
  background-color: #e60012;
  color: #ffffff;
  border-radius: 12px 12px 12px 0;
  z-index: 1;
}
.exhibitRegist .image-upload-area .preview .image-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding-top: 100%;
}
.exhibitRegist .image-upload-area .preview .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exhibitRegist .image-upload-area .preview .image-wrapper .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.exhibitRegist .image-upload-area .preview .detail {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 8px;
}
.exhibitRegist .image-upload-area .preview .detail input:not([type=radio]):not([type=checkbox]).inputFormType02 {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 0 4px;
  cursor: text;
}
.exhibitRegist .image-upload-area .preview i {
  font-style: normal;
}
.exhibitRegist .image-upload-area .button-remove {
  font-size: 26px;
  font-size: 1.7333333333rem;
  display: block;
  position: absolute;
  z-index: 1000;
  top: -14px;
  right: -10px;
  color: #6f6f6f;
  cursor: pointer;
}
.exhibitRegist .image-upload-area .button-remove:hover {
  color: #999999;
}
.exhibitRegist .upLimitCount {
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: right;
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
/*
# searchShowcaseArea

## 商品情報変更 商品一覧

*/
.exhibitModify .tableType03.showcaseTableHd {
  margin-bottom: 0;
  border-bottom: none;
}
.exhibitModify .tableType03.showcaseTableHd th:nth-child(1) {
  width: 40px;
  padding: 8px;
  border-right: none;
  text-align: left;
}
.exhibitModify .tableType03.showcaseTableHd th:nth-child(2) {
  width: 100px;
}
.exhibitModify .tableType03.showcaseTableHd th:nth-child(3) {
  width: auto;
}
.exhibitModify .tableType03.showcaseTableHd th:nth-child(4) {
  width: 120px;
  padding: 8px;
}
.exhibitModify .tableType03.showcaseTableHd th:nth-child(5) {
  width: 240px;
  padding: 8px;
}
.exhibitModify .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock {
  height: 255px;
  vertical-align: middle;
}
.exhibitModify .searchShowcaseType01 .showcaseItemsImgBlock {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

/*
# exhibitModify

## 商品情報変更 構成

*/
.exhibitModify .csvBtn {
  width: 25%;
}

#csvSelectModal.alertModal {
  height: 800px;
}

#csvSelectModal .downloadItemWrap h3 {
  font-weight: bold;
  margin-bottom: 4px;
}
#csvSelectModal .downloadItemWrap h3 span {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-left: 4px;
  font-weight: normal;
  color: #999999;
}
#csvSelectModal .downloadItemWrap .downloadItemBlock {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #999999;
}
#csvSelectModal .downloadItemWrap .downloadItemBlock:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#csvSelectModal .downloadItemWrap .downloadItemList {
  display: flex;
  flex-wrap: wrap;
  margin-left: 28px;
}
#csvSelectModal .downloadItemWrap .downloadItemList li {
  min-width: 180px;
  margin-top: 8px;
}
#csvSelectModal .downloadItemWrap .downloadItemList li input:disabled.checkFormType02 + label:before {
  background: #999999;
}
#csvSelectModal .downloadItemWrap .downloadItemList li input:disabled.checkFormType02 + label:after {
  color: #ffffff;
}
#csvSelectModal .downloadItemWrap .downloadItemList li:has(#downloadItemIntro12) {
  width: 360px;
}

/*
# confirm

## 個別出品 確認

*/
.feature .contentsConfirmArea {
  margin-bottom: 48px;
}
.feature .contentsConfirmArea > .tabType01 {
  width: 99%;
  width: calc(100% - 8px);
  position: relative;
  z-index: 1;
  margin: 0 auto -1px;
}
.feature #pcViewSec .pcViewInner {
  width: 100%;
  min-height: 1000px;
}
.feature #spViewSec .spViewInner {
  display: block;
  overflow-y: scroll;
  width: 390px;
  height: 667px;
  margin: 0 auto;
  border: 10px solid #cccccc;
}

/*
# coupon input

## サプライヤーオリジナル特集 クーポン追加

*/
.feature .couponInputWrap {
  margin: 8px auto;
}
.feature .couponInputWrap .addCouponBtn {
  font-size: 16px;
  font-size: 1.0666666667rem;
  width: 240px;
  margin-bottom: 16px;
  padding: 8px;
}
.feature .couponInputWrap .inputCouponList li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.feature .couponInputWrap .inputCouponList li [class*=labelType] {
  font-size: 15px;
  font-size: 1rem;
  width: 64px;
  padding: 2px 8px;
  text-align: center;
}
.feature .couponInputWrap .inputCouponList li .couponTtl {
  width: calc(84% - 64px);
  margin-bottom: 0;
  padding-right: 24px;
}
.feature .couponInputWrap .inputCouponList li .couponDeleteBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
  width: 16%;
}

/* モーダル内 */
.couponSearch {
  min-width: auto;
}
.couponSearch #contentsArea {
  width: 966px !important;
  padding: 0 0 56px;
}

/*
# image input

## サプライヤーオリジナル特集 画像選択

*/
.feature .imgInputWrap {
  margin-top: 8px;
  margin-bottom: 32px;
}
.feature .imgInputWrap .imgInputArea {
  padding: 16px;
  border: 1px solid #cccccc;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  /* 選択した画像のプレビュー */
}
.feature .imgInputWrap .imgInputArea .bnrDetailsTxt {
  font-size: 13px;
  font-size: 0.8666666667rem;
  display: block;
  margin-top: 4px;
  padding: 8px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.feature .imgInputWrap .imgInputArea .inputImgPreview {
  max-width: 360px;
}
.feature .imgDlBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
  width: 480px;
  margin-bottom: 16px;
  padding: 4px;
}

/*
# item input

## 特集登録 商品リスト

*/
.feature {
  counter-reset: categoryNum;
}
.feature .itemListInputArea {
  position: relative;
  margin-top: 64px;
  padding-bottom: 48px;
  /* 表示形式選択ボタン */
  /* 商品選択リスト */
}
.feature .itemListInputArea .addCategoryBtn {
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: absolute;
  width: 240px;
  padding: 8px;
}
.feature .itemListInputArea .addCategoryBtn.upper {
  top: 0;
  right: 0;
}
.feature .itemListInputArea .addCategoryBtn.lower {
  bottom: 0;
  right: 0;
}
.feature .itemListInputArea .categoryListFrame {
  position: relative;
  border: 2px solid #cccccc;
}
.feature .itemListInputArea .categoryListFrame > h4:first-child {
  margin-top: 0;
}
.feature .itemListInputArea .categoryListFrame .categoryListHd {
  position: relative;
}
.feature .itemListInputArea .categoryListFrame .categoryListHd:after {
  display: block;
  position: absolute;
  content: "";
}
.feature .itemListInputArea .categoryListFrame .categoryListHd:after {
  top: 0;
  left: 90px;
  z-index: 2;
  counter-increment: categoryNum;
  content: "【カテゴリ" counter(categoryNum) "】";
  box-sizing: border-box;
}
.feature .itemListInputArea .categoryListFrame .deleteCategoryBtn {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 120px;
}
.feature .itemListInputArea .arrangementToolbar {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  width: calc(100% - 64px);
  margin: 24px auto;
  padding: 16px;
  border: 2px solid #eeeeee;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.feature .itemListInputArea .arrangementToolbar .arrangementToolbarHd {
  font-weight: bold;
}
.feature .itemListInputArea .arrangementToolbar .arrangementToolBtn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.feature .itemListInputArea .arrangementToolbar .arrangementToolBtn li {
  margin-right: 16px;
}
.feature .itemListInputArea .itemsStepAppList {
  margin-top: 32px;
  /* 商品選択ボタン */
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType03 { /* グリッド3カラム商品ブロック */
  width: 640px;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType03 li {
  margin: 0 32px 32px 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType03 li:nth-child(3n), .feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType03 li:last-child {
  margin-right: 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType04 { /* グリッド4カラム商品ブロック */
  width: 740px;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType04 li {
  margin: 0 32px 32px 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType04 li:nth-child(4n), .feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType04 li:last-child {
  margin-right: 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType05 { /* グリッド5カラム商品ブロック */
  width: 898px;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType05 li {
  margin: 0 24px 32px 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType05 li:nth-child(5n), .feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColType05 li:last-child {
  margin-right: 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li {
  width: 160px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li a.itemSelectBtn {
  display: block;
  width: 100%;
  height: 160px;
  line-height: 160px;
  background-color: #eeeeee;
  border: 1px solid #999999;
  color: #333333;
  transition: all 0.2s ease;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li a.itemSelectBtn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li .itemImg {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eeeeee;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li .itemHd {
  font-size: 12px;
  font-size: 0.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 8px 0;
  text-align: left;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li .itemHd a {
  color: #333333;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList li .cancelBtn {
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  top: 132px;
  right: 0;
  width: 100px;
  padding: 4px;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank {
  width: 898px;
  counter-reset: rankNum;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank li {
  position: relative;
  margin: 0 24px 32px 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank li:after {
  display: block;
  position: absolute;
  content: "";
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank li:nth-child(5n), .feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank li:last-child {
  margin-right: 0;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank li:after {
  top: 0;
  left: 0;
  z-index: 2;
  width: 48px;
  padding: 4px;
  counter-increment: rankNum;
  content: counter(rankNum) "位";
  background-color: #6f6f6f;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0 3px 3px 3px;
}
.feature .itemListInputArea .itemsStepAppList .featureItemSelectList.itemListColTypeRank + .itemsStepAppMore {
  display: none;
}
.feature .itemListInputArea .itemsStepAppList .itemsStepAppMore {
  display: block;
  width: 60%;
  margin: 0 auto 8px;
}

/*
# item search

## 特集登録 商品リストの商品選択

*/
.featureItemsSearch {
  min-width: auto;
}
.featureItemsSearch #contentsArea {
  width: 880px !important;
}
.featureItemsSearch .searchAccBox {
  display: block;
}
.featureItemsSearch .tableType03.showcaseTableHd {
  margin-bottom: 0;
  border-bottom: none;
}
.featureItemsSearch .tableType03.showcaseTableHd th:nth-child(1) {
  width: 140px;
}
.featureItemsSearch .tableType03.showcaseTableHd th:nth-child(2) {
  width: auto;
}
.featureItemsSearch .tableType03.showcaseTableHd th:nth-child(3) {
  width: 120px;
  padding: 8px;
}
.featureItemsSearch .tableType03.showcaseTableHd th:nth-child(4) {
  width: 120px;
  padding: 8px;
}
.featureItemsSearch .tableType03.showcaseTableHd th:nth-child(5) {
  width: 120px;
  padding: 8px;
}
.featureItemsSearch .searchShowcaseType01 {
  padding-left: 164px;
}
.featureItemsSearch .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock {
  height: 140px;
  border-right: 1px dotted #999999;
  vertical-align: middle;
}
.featureItemsSearch .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(1) {
  width: auto;
  vertical-align: top;
}
.featureItemsSearch .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(2), .featureItemsSearch .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(3) {
  width: 120px;
  text-align: right;
  word-break: normal;
}
.featureItemsSearch .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(4) {
  width: 120px;
  border-right: none;
  line-height: 1.8;
}
.featureItemsSearch .searchShowcaseType01 .showcaseItemsImgBlock {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

/*
# feature

## サプライヤーオリジナル特集 構成

*/
.feature .tableType03 th .balloonBlock {
  position: relative;
}
.feature .tableType03 th .balloonBlock .balloonWrap {
  position: absolute;
  top: -19px;
  right: 4px;
}
.feature .tableType03 th .balloonBlock .balloonWrap .balloonCont {
  padding: 8px;
  text-align: left;
}
.feature .tableType03 th .balloonBlock .balloonWrap .balloonSymbol {
  color: #ffffff;
}
.feature .tableType03 td .copyComplete {
  opacity: 0.6;
}
.feature .tableType03 .checkCell {
  text-align: center;
}
.feature .tableType03 .checkCell i.fa {
  font-size: 12px;
  font-size: 0.8rem;
  width: 38px;
  color: #999999;
}
.feature .tableType03 .checkCell i.fa:before {
  font-size: 28px;
  font-size: 1.8666666667rem;
}
.feature .tableType03 .checkCell i.fa.fa-eye {
  color: #44bb77;
}

/*
# cardApply

## クレジットカード決済（fincode byGMO）お申込みフォーム

*/
.cardApply .btnAuto {
  width: 100px;
  margin-left: 16px;
}
.cardApply .cardApplyTab {
  height: 49px;
  margin-bottom: 0;
}
.cardApply .applyArea {
  border-top: none;
}
.cardApply h2 .copyBtn {
  display: inline-block;
  width: 160px;
  float: right;
}
.cardApply .fileNameArea {
  display: flex;
  flex-direction: row;
  float: right;
  width: 660px;
  margin-top: 12px;
}
.cardApply .fileNameArea .inputFileName {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-right: 8px;
}
.cardApply .fileNameArea .nameClearBtn {
  display: none;
  margin-top: 4px;
  cursor: pointer;
}

/*
# InquiryDetail

## 問合せ詳細

*/
.inquiryDetail .inquiryMainContents,
.inquiryReply .inquiryMainContents {
  width: 920px;
  margin: 40px auto 56px;
}
.inquiryDetail .inquiryMainContents .txtListType02,
.inquiryReply .inquiryMainContents .txtListType02 {
  padding-left: 1em;
}
.inquiryDetail .inquiryMainContents .txtListType02 li,
.inquiryReply .inquiryMainContents .txtListType02 li {
  position: relative;
  margin: 0 40px 8px 0;
}
.inquiryDetail .inquiryMainContents .txtListType02 li:after,
.inquiryReply .inquiryMainContents .txtListType02 li:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inquiryMainContents .txtListType02 li:after,
.inquiryReply .inquiryMainContents .txtListType02 li:after {
  top: 0;
  right: -20px;
  width: 1px;
  height: 20px;
  border-right: 1px solid #999999;
}
.inquiryDetail .inquiryMainContents .txtListType02 li:last-child:after,
.inquiryReply .inquiryMainContents .txtListType02 li:last-child:after {
  display: none;
}
.inquiryDetail .inquiryMainContents .senderName,
.inquiryReply .inquiryMainContents .senderName {
  margin-bottom: 16px;
  padding-left: 1em;
}
.inquiryDetail .inquiryMainContents .inquiryMainMessage,
.inquiryReply .inquiryMainContents .inquiryMainMessage {
  position: relative;
  margin: 0 auto 24px;
  padding: 24px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #999999;
}
.inquiryDetail .inquiryMainContents .inquiryMainMessage:after,
.inquiryReply .inquiryMainContents .inquiryMainMessage:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inquiryMainContents .inquiryMainMessage.myMsg,
.inquiryReply .inquiryMainContents .inquiryMainMessage.myMsg {
  background-color: #eeeeee;
}
.inquiryDetail .inquiryMainContents .inquiryMainMessage:after,
.inquiryReply .inquiryMainContents .inquiryMainMessage:after {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 3px;
}
.inquiryDetail .inquiryMainContents .inquiryMainMessage .msgUserInfo,
.inquiryReply .inquiryMainContents .inquiryMainMessage .msgUserInfo {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
}
.inquiryDetail .inquiryReplyContents,
.inquiryReply .inquiryReplyContents {
  margin: 0 auto 56px;
}
.inquiryDetail .inqMesTtl,
.inquiryReply .inqMesTtl {
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  padding: 0 216px 8px 3em;
  text-indent: -3em;
  font-weight: bold;
  border-bottom: 1px dotted #999999;
}
.inquiryDetail .inqMesTtl .date,
.inquiryReply .inqMesTtl .date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
}
.inquiryDetail .inqMesTxt,
.inquiryReply .inqMesTxt {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  line-height: 1.8;
  word-wrap: break-word;
}
.inquiryDetail .inqInputFileWarp,
.inquiryReply .inqInputFileWarp {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock,
.inquiryReply .inqInputFileWarp .inqInputFileBlock {
  font-size: 13px;
  font-size: 0.8666666667rem;
  width: 205px;
  margin: 0 16px 24px 0;
  box-sizing: border-box;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock:nth-child(4n),
.inquiryReply .inqInputFileWarp .inqInputFileBlock:nth-child(4n) {
  margin-right: 0;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFileNo,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFileNo {
  height: 26px;
  margin-bottom: 0;
  text-align: center;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile {
  position: relative;
  height: 205px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypeImg img, .inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypePdf img,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypeImg img,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypePdf img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypeImg .fa, .inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypePdf .fa,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypeImg .fa,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypePdf .fa {
  font-size: 18px;
  font-size: 1.2rem;
  position: absolute;
  right: 4px;
  bottom: 34px;
  color: #333333;
  text-shadow: 1px 0 0 #ffffff, 1px 1px 0 #ffffff, 0 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, 0 -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypeOther img,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileDetaile.fileTypeOther img {
  position: absolute;
  top: 48px;
  top: calc(50% - 15px);
  left: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translate(0, -50%);
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileNameAra,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileNameAra {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileNameAra .inqInputFileName,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileNameAra .inqInputFileName {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 0;
  padding: 6px;
  background-color: rgba(111, 111, 111, 0.8);
  color: #ffffff;
}
.inquiryDetail .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileNameAra .inqFileNameBalloon,
.inquiryReply .inqInputFileWarp .inqInputFileBlock .inqInputFile .inqInputFileNameAra .inqFileNameBalloon {
  font-size: 12px;
  font-size: 0.8rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  display: none;
  position: absolute;
  top: -42px;
  left: 6px;
  max-width: 193px;
  padding: 4px 8px;
  border: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  word-wrap: break-word;
  border-radius: 6px;
  box-sizing: border-box;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqinputFileTxt,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqinputFileTxt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(0, -50%);
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqinputFileTxt .fileInputLabel,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqinputFileTxt .fileInputLabel {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin: 4px 0 0;
  padding: 0 8px;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqInputFileRemove,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqInputFileRemove {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-color: #6f6f6f;
  border-radius: 100%;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqInputFileRemove:hover,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqInputFileRemove:hover {
  background-color: #999999;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqInputFileRemove:before,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock .inqInputFileRemove:before {
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #ffffff;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting {
  margin-top: 26px;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting:first-child, .inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting:nth-child(5), .inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting:nth-child(9),
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting:first-child,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting:nth-child(5),
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting:nth-child(9) {
  margin-top: 0;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileDrag,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileDrag {
  position: relative;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileDrag:after,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileDrag:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileDrag:after,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileDrag:after {
  top: 0;
  left: 0;
  width: 205px;
  height: 205px;
  border: solid 1px #0066ff;
  background-color: rgba(0, 102, 205, 0.1);
  box-sizing: border-box;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading .loadingIcon,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading .loadingIcon {
  font-size: 45px;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999999;
  transform: translate(-50%, -50%);
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading:first-child ~ .posting, .inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading:nth-child(5) ~ .posting, .inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading:nth-child(9) ~ .posting,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading:first-child ~ .posting,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading:nth-child(5) ~ .posting,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posting.fileLoading:nth-child(9) ~ .posting {
  margin-top: 0;
}
.inquiryDetail .inqInputFileWarp.inqInputPage .inqInputFileBlock.posted .inqinputFileTxt,
.inquiryReply .inqInputFileWarp.inqInputPage .inqInputFileBlock.posted .inqinputFileTxt {
  display: none;
}
.inquiryDetail .inqInputFileWarp.inqDetailPage .inqInputFileBlock:nth-last-child(-n+4),
.inquiryReply .inqInputFileWarp.inqDetailPage .inqInputFileBlock:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.inquiryDetail .inqInputFileWarp.inqDetailPage .inqInputFileBlock .inqInputFileDlBtn,
.inquiryReply .inqInputFileWarp.inqDetailPage .inqInputFileBlock .inqInputFileDlBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-top: 12px;
  padding: 4px;
}
.inquiryDetail .inquiryMyMessage,
.inquiryReply .inquiryMyMessage {
  position: relative;
  position: relative;
  width: 920px;
  margin: 0 0 32px auto;
  padding: 24px;
  background-color: #eeeeee;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #999999;
}
.inquiryDetail .inquiryMyMessage:before,
.inquiryReply .inquiryMyMessage:before {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inquiryMyMessage:after,
.inquiryReply .inquiryMyMessage:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inquiryMyMessage:before,
.inquiryReply .inquiryMyMessage:before {
  bottom: 16px;
  right: -20px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 20px;
  border-color: transparent transparent transparent #eeeeee;
}
.inquiryDetail .inquiryMyMessage:after,
.inquiryReply .inquiryMyMessage:after {
  bottom: 14px;
  right: -24px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 11px 0 11px 23px;
  border-color: transparent transparent transparent #999999;
}
.inquiryDetail .inquiryYourMessage,
.inquiryReply .inquiryYourMessage {
  position: relative;
  position: relative;
  width: 920px;
  margin: 0 auto 32px 0;
  padding: 24px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #999999;
}
.inquiryDetail .inquiryYourMessage:before,
.inquiryReply .inquiryYourMessage:before {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inquiryYourMessage:after,
.inquiryReply .inquiryYourMessage:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiryDetail .inquiryYourMessage:before,
.inquiryReply .inquiryYourMessage:before {
  bottom: 16px;
  left: -20px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 20px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.inquiryDetail .inquiryYourMessage:after,
.inquiryReply .inquiryYourMessage:after {
  bottom: 14px;
  left: -24px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 11px 23px 11px 0;
  border-color: transparent #999999 transparent transparent;
}
.inquiryDetail .inquirySupportMessage,
.inquiryReply .inquirySupportMessage {
  width: 920px;
  margin: 0 auto;
  padding: 24px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #999999;
}
.inquiryDetail .replyBtnArea,
.inquiryReply .replyBtnArea {
  width: 960px;
  margin: 0 auto 24px;
  background-color: #f2f2f2;
}
.inquiryDetail .easyRegistLink,
.inquiryReply .easyRegistLink {
  position: relative;
  width: 960px;
  margin: 24px auto;
  text-align: right;
}
.inquiryDetail .easyRegistLink [data-supballoon],
.inquiryReply .easyRegistLink [data-supballoon] {
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  top: -4px;
  right: -2px;
}
.inquiryDetail .easyRegistLink [data-supballoon] .balloonCont,
.inquiryReply .easyRegistLink [data-supballoon] .balloonCont {
  padding: 6px;
  text-align: left;
}
.inquiryDetail .easyRegistLink [data-supballoon] .balloonCont p,
.inquiryReply .easyRegistLink [data-supballoon] .balloonCont p {
  width: 276px;
}

.inquiryReply .inquiryMainContents .inquiryMainMessage {
  background-color: #eeeeee;
}
.inquiryReply .inquiryMainContents .inquiryMainMessage:after {
  display: none;
}
.inquiryReply .inquiryMainContents .inquiryMainMessage .inqInputFileTtlWarp {
  margin-top: 24px;
}
.inquiryReply .inquiryMainContents .inquiryMainMessage .inqInputFileTtlWarp .inqInputFileTtl {
  float: left;
}
.inquiryReply .inquiryMainContents .inquiryMainMessage .inqInputFileTtlWarp .inqInputFileTotalSize {
  font-size: 18px;
  font-size: 1.2rem;
  float: right;
  font-weight: bold;
}
.inquiryReply .inqMesTtl {
  padding: 0 0 8px 3em;
  border-bottom: none;
}
.inquiryReply .textareaFormType02 {
  height: 300px;
}
.inquiryReply #nowLoading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  margin: auto;
}

#inquiryInputImgPrevArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  max-width: 450px;
  max-height: 450px;
  text-align: center;
  transform: translate(-50%, -50%);
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevObj {
  display: inline-block;
  position: relative;
  margin: auto;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevObj .inquiryInputImgPrevSrc {
  width: auto;
  height: auto;
  max-width: 450px;
  max-height: 450px;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevObj .inquiryInputImgPrevCloseBtn {
  position: absolute;
  z-index: 1000;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  color: #6f6f6f;
  cursor: pointer;
  background-color: #6f6f6f;
  border-radius: 100%;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevObj .inquiryInputImgPrevCloseBtn:hover {
  background-color: #999999;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevObj .inquiryInputImgPrevCloseBtn:before {
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #ffffff;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevName {
  margin: 12px 0 12px 0;
  color: #ffffff;
  word-wrap: break-word;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevDlBtn {
  font-size: 18px;
  font-size: 1.2rem;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
#inquiryInputImgPrevArea #inquiryInputImgPrevWarp .inquiryInputImgPrevDlBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*
# table

## 問合せ履歴のテーブル

*/
.inquiry .inqTypeCell > a {
  position: relative;
}
.inquiry .inqTypeCell > a:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiry .inqTypeCell > a:after {
  top: -8px;
  right: -18px;
  font-family: FontAwesome;
  content: "\f2d2";
}
.inquiry .subject > a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-bottom: 8px;
}
.inquiry .subject i {
  position: relative;
  font-size: 17px;
  font-size: 1.1333333333rem;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding-right: 8px;
}
.inquiry .subject i:after {
  display: block;
  position: absolute;
  content: "";
}
.inquiry .subject i.read:after {
  top: -2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f2b7";
  color: #999999;
}
.inquiry .subject i.unread:after {
  top: -2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f003";
  color: #fa4c07;
}
.inquiry .subject > p {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  max-width: 343px;
}

/*
# login

## ログイン

*/
.login {
  position: relative;
}
.login .bayerLoginBtn {
  position: absolute;
  width: auto;
  top: 0;
  right: 40px;
  padding: 6px 8px;
}
.login .loginColWrap {
  width: 1000px;
  margin: 32px auto;
  padding-bottom: 0;
}
.login .loginColWrap .loginInputArea {
  float: left;
  width: 482px;
  border: none;
}
.login .loginColWrap .appealArea {
  box-sizing: border-box;
  float: right;
  width: 486px;
  height: 506px;
  border: 1px solid #999999;
}
.login .loginColWrap .appealArea a {
  transition: all 0.2s ease;
}
.login .loginColWrap .appealArea a:hover {
  opacity: 0.7;
}

/*
# mail magazine

## メルマガ商品選択

*/
.goodsSearch {
  min-width: auto;
}
.goodsSearch #contentsArea {
  width: 880px !important;
}
.goodsSearch .searchAccBox {
  display: block;
}

/* 1段ずつ出てくるアコーディオン */
table td.itemsStepAppear {
  margin-bottom: 32px;
  text-align: center;
}
table td.itemsStepAppear > .hdRecomBox {
  margin-bottom: 16px;
}
table td.itemsStepAppear > .hdRecomBox > .hdRecom {
  width: 100%;
  margin: 0;
}
table td.itemsStepAppear > .hdRecomBox > .linkRecom {
  margin: 0;
  padding-top: 4px;
  text-align: right;
}
table td.itemsStepAppear > .hdRecomBox > .linkRecom em {
  width: 12em;
  vertical-align: top;
}
table td.itemsStepAppear > .itemsStepAppList {
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8666666667rem;
  height: 1016px;
}
table td.itemsStepAppear > .itemsStepAppList > ul > .itemsStepAppBlock {
  overflow: hidden;
  float: left;
  width: 160px;
  height: 190px;
  padding: 0 0 16px 24px;
}
table td.itemsStepAppear > .itemsStepAppList > ul > .itemsStepAppBlock > a {
  display: block;
  height: 100%;
}
table td.itemsStepAppear > .itemsStepAppList > ul > .itemsStepAppBlock > a > .itemsStepAppImg {
  position: relative;
  height: 120px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 120px;
}
table td.itemsStepAppear > .itemsStepAppList > ul > .itemsStepAppBlock > a > .itemsStepAppImg > .pointBox {
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: auto;
  padding: 4px 8px;
  background-color: #ffe1e1;
  color: #ffffff;
  line-height: 1;
}
table td.itemsStepAppear > .itemsStepAppList > ul > .itemsStepAppBlock > a > .itemsStepAppImg > .itemsStepAppImgInner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
table td.itemsStepAppear > .itemsStepAppList > ul > .itemsStepAppBlock > a > .itemsStepAppImg > .itemsStepAppImgInner > img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
  vertical-align: middle;
}
table td.itemsStepAppear > .itemsStepAppMore {
  width: 60%;
}

/* 商品選択ボタン */
.itemSelectList {
  width: 594px;
  margin: 0 auto;
}
.itemSelectList li {
  position: relative;
  float: left;
  height: 230px;
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.itemSelectList li:nth-child(3n) {
  margin-right: 0;
}
.itemSelectList li a.itemSelectBtn {
  display: block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  background-color: #eeeeee;
  border: 1px solid #999999;
  color: #333333;
  transition: all 0.2s ease;
}
.itemSelectList li a.itemSelectBtn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
}
.itemSelectList li .itemImg {
  border: 1px solid #eeeeee;
}
.itemSelectList li .itemTtl {
  font-size: 12px;
  font-size: 0.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 180px;
  margin: 8px 0;
  text-align: left;
}
.itemSelectList li .itemTtl a {
  color: #333333;
}
.itemSelectList li .cancelBtn {
  font-size: 11px;
  font-size: 0.7333333333rem;
  position: absolute;
  top: 155px;
  right: 0;
  padding: 4px;
  width: 100px;
}

/*
# goodsSearch

## メルマガ配信内容作成 商品選択モーダル内

*/
.goodsSearch .tableType03.showcaseTableHd {
  margin-bottom: 0;
  border-bottom: none;
}
.goodsSearch .tableType03.showcaseTableHd th:nth-child(1) {
  width: 140px;
}
.goodsSearch .tableType03.showcaseTableHd th:nth-child(2) {
  width: auto;
}
.goodsSearch .tableType03.showcaseTableHd th:nth-child(3) {
  width: 120px;
  padding: 8px;
}
.goodsSearch .tableType03.showcaseTableHd th:nth-child(4) {
  width: 240px;
  padding: 8px;
}
.goodsSearch .searchShowcaseType01 {
  padding-left: 164px;
}
.goodsSearch .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock {
  height: 140px;
  vertical-align: middle;
}
.goodsSearch .searchShowcaseType01 .showcaseItemsImgBlock {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

/*
# mailMagazine

## メルマガ配信 構成

*/
.mailMagazine .orderDaySelect {
  display: flex;
  justify-content: flex-end;
}
.mailMagazine .orderDaySelect li {
  width: auto;
  margin-right: 8px;
}
.mailMagazine .orderDaySelect li:last-child {
  margin-right: 0;
}

.htmlMailGoods {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  bottom: 0;
  height: 80%;
  margin: auto !important;
}
.htmlMailGoods .alertModalInner {
  overflow: hidden;
  height: 100%;
}

.mailMagazineTxt {
  height: 500px;
}

.mailMagaHistory .sortBoxInner {
  width: 25%;
}

/*
# news

## お知らせページ

*/
/* NETSEAからのお知らせ */
.newsList > li {
  margin-bottom: 8px;
  padding-left: 0;
}
.newsList > li:before {
  display: none;
}
.newsList > li > span {
  padding-right: 16px;
}

.newsDetail .date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  position: relative;
  top: 24px;
  left: 8px;
}
.newsDetail h2 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 24px 0;
  padding: 8px 8px;
  border-bottom: 1px solid #666666;
  font-weight: bold;
}
.newsDetail #main {
  width: 700px;
  margin: 0 auto !important;
  padding: 24px;
  border: 1px solid #999999;
  border-radius: 3px;
}

/*doc
---
title: 合計金額テーブル
name: amountTable
category: cart
parent:
---

※カートページ以外にも注文明細周りで併用。

*/
.amountTable th {
  width: 80%;
}
.amountTable th,
.amountTable td {
  text-align: right;
}
.amountTable th input:not([type=radio]):not([type=checkbox]).inputFormType02,
.amountTable td input:not([type=radio]):not([type=checkbox]).inputFormType02 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.amountTable td {
  font-weight: bold;
}
.amountTable td p {
  margin-bottom: 0;
}
.amountTable.tableType04 th,
.amountTable.tableType04 td {
  padding-top: 0;
  padding-bottom: 8px;
}
.amountTable.tableType03 tr:last-child th,
.amountTable.tableType03 tr:last-child td {
  color: #e60012;
  font-weight: bold;
}
.amountTable .taxUnit {
  font-size: 12px;
  font-size: 0.8rem;
}
.amountTable .sumTotal {
  font-weight: bold;
}
.amountTable .sumTotal th,
.amountTable .sumTotal td {
  padding-top: 8px;
}
.amountTable .sumTotal th {
  font-size: 18px;
  font-size: 1.2rem;
}
.amountTable .sumTotal td {
  font-size: 24px;
  font-size: 1.6rem;
  color: #e60012;
}
.amountTable .sumTotal .unit {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.sumArea {
  position: relative;
  margin: 24px auto;
  text-align: right;
}
.sumArea .stockUpLabel {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.sumArea .taxInfoTxt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  position: absolute;
  top: 0;
  left: 0;
}

/* 注文詳細 */
.purchase .amountTable .sumTotal th,
.purchase .amountTable .sumTotal td {
  border-top: 1px dotted #999999;
}

/* CSVダイレクト */
.csvDirect .amountTable .sumTotal th,
.csvDirect .amountTable .sumTotal td {
  border-top: 1px solid #999999;
}

/* 割引詳細テーブル */
.discountDetailsTableWrap .discountDetailsTable {
  float: right;
  width: 60%;
  border: 1px solid #999999;
}
.discountDetailsTableWrap .discountDetailsTable th,
.discountDetailsTableWrap .discountDetailsTable td {
  border-right: none;
  border-bottom: none;
  background-color: #ffffff;
  text-align: right;
  font-weight: normal;
}
.discountDetailsTableWrap .discountDetailsTable td {
  width: 32%;
}
.discountDetailsTableWrap .discountDetailsTable > thead tr th {
  border-bottom: 1px dotted #999999 !important;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.discountDetailsTableWrap .discountDetailsTable .classificationHd {
  width: 15%;
  border-right: 1px dotted #999999 !important;
  background-color: #f2f2f2;
}
.discountDetailsTableWrap .discountDetailsTable .proratedTable th,
.discountDetailsTableWrap .discountDetailsTable .proratedTable td {
  border-top: 1px dotted #999999;
}

/*
# csvDirect

## CSVダイレクト

*/
.csvDirect .cartItemsHdTable {
  font-size: 14px;
  font-size: 0.9333333333rem;
  border: none;
}
.csvDirect .cartItemsHdTable > thead th {
  border: none;
  padding: 8px 12px;
  background-color: #eeeeee;
  color: #333333;
}
.csvDirect .cartItemsHdTable > thead th:nth-child(1) {
  width: auto;
}
.csvDirect .cartItemsHdTable > thead th:nth-child(2) {
  width: 140px;
  padding-left: 0;
}
.csvDirect .cartItemsHdTable > thead th:nth-child(3) {
  width: 100px;
}
.csvDirect .cartItemsHdTable > thead th:nth-child(4) {
  width: 140px;
}
.csvDirect .cartItemsHdTable > thead th:nth-child(5) {
  width: 140px;
  padding-left: 0;
}
.csvDirect .cartItemsHdTable > thead th:nth-child(6) {
  width: 60px;
  padding-right: 0;
}
.csvDirect .cartItems {
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  padding-left: 60px;
  border-bottom: 1px dotted #999999;
}
.csvDirect .cartItems a {
  color: #333333;
}
.csvDirect .cartItems .cartItemsBlock {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
}
.csvDirect .cartItems .cartItemsBlock p {
  margin-bottom: 0;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(1) {
  width: auto;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(2) {
  width: 20px;
  padding: 0;
  text-align: center;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(3) {
  width: 140px;
  padding-left: 0;
  text-align: right;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(4) {
  width: 100px;
  text-align: center;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(4) .quantityInSet {
  position: relative;
  position: relative;
  width: 80%;
  height: 24px;
  margin: 0 auto;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(4) .quantityInSet:before {
  display: block;
  position: absolute;
  content: "×";
}
.csvDirect .cartItems .cartItemsBlock:nth-child(4) .quantityInSet:after {
  display: block;
  position: absolute;
  content: "×";
}
.csvDirect .cartItems .cartItemsBlock:nth-child(4) .quantityInSet:before {
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
  width: 24px;
  height: 24px;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(4) .quantityInSet:after {
  transform: translateY(-50%);
  top: 50%;
  right: -20px;
  width: 24px;
  height: 24px;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(5) {
  width: 140px;
  text-align: center;
}
.csvDirect .cartItems .cartItemsBlock:nth-child(6) {
  width: 140px;
  padding-left: 0;
  font-weight: bold;
  text-align: right;
}
.csvDirect .cartItems .cartItemsBlock .csvItemId {
  font-size: 12px;
  font-size: 0.8rem;
}
.csvDirect .cartItems .cartItemsBlock .cartItemsHd {
  margin-bottom: 8px;
  line-height: 1.5;
}
.csvDirect .cartItems .cartItemsBlock .itemDetail {
  font-size: 12px;
  font-size: 0.8rem;
  color: #999999;
}
.csvDirect .cartItems .cartItemsBlock .ordersReceived {
  font-size: 12px;
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
}
.csvDirect .cartItems .cartItemsBlock .price {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.csvDirect .cartItems .cartItemsBlock .price.discount {
  font-size: 12px;
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #999999;
}
.csvDirect .cartItems .cartItemsBlock .discount + .price {
  color: #e60012;
}
.csvDirect .cartItems .cartItemsBlock .afterPrice {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #e60012;
}
.csvDirect .cartItems .cartItemsBlock .taxUnit {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: normal;
}
.csvDirect .cartItems .cartItemsBlock .discountPop.balloonWrap {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 2px;
}
.csvDirect .cartItems .cartItemsBlock .discountPop.balloonWrap .balloonCont {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 4px 8px;
  text-align: left;
}
.csvDirect .cartItems .cartItemsBlock .attentionTxt {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #6f6f6f;
}
.csvDirect .cartItems .cartItemsBlock .attentionTxt em {
  color: #e60012;
  font-weight: bold;
}
.csvDirect .cartItems .cartItemsBlock .modifyBtn {
  width: auto;
}
.csvDirect .cartItems .cartItemsBlock .deleteBtn {
  font-size: 12px;
  font-size: 0.8rem;
}
.csvDirect .cartItems .cartItemsImgBlock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
}
.csvDirect .cartItems .cartItemsImgBlock > a {
  display: block;
}
.csvDirect .cartItems .cartItemsImgBlock > a > img {
  max-width: 60px;
  max-height: 60px;
}

/*
# ordersStatement

## 注文明細、予約明細

*/
.ordersStatement,
.reserveStatement {
  /* ローディング */
}
.ordersStatement .addressEditBtn,
.reserveStatement .addressEditBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-top: 12px;
  padding: 4px;
}
.ordersStatement .addressArea,
.reserveStatement .addressArea {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-bottom: 0;
}
.ordersStatement .addressArea th,
.reserveStatement .addressArea th {
  padding-left: 0;
}
.ordersStatement .addressArea input.inputName,
.reserveStatement .addressArea input.inputName {
  width: 38%;
  width: calc(50% - 2em);
  margin: 0 4px;
}
.ordersStatement .addressEditConfirmBtn,
.reserveStatement .addressEditConfirmBtn {
  margin: 0 auto 48px;
}
.ordersStatement .addressEditConfirmBtn [class*=btnType].backBtn,
.reserveStatement .addressEditConfirmBtn [class*=btnType].backBtn {
  width: 25%;
}
.ordersStatement .inquiryInfoArea,
.reserveStatement .inquiryInfoArea {
  margin-bottom: 0;
}
.ordersStatement .inquiryInfoArea > .colBlock,
.reserveStatement .inquiryInfoArea > .colBlock {
  vertical-align: middle;
}
.ordersStatement .inquiryInfoArea .inquiryBtn,
.reserveStatement .inquiryInfoArea .inquiryBtn {
  font-size: 15px;
  font-size: 1rem;
  width: auto;
  padding: 4px 8px;
}
.ordersStatement #reductionCheckArea,
.reserveStatement #reductionCheckArea {
  display: none;
  margin: 32px auto 0;
  text-align: center;
}
.ordersStatement .csvDirect .addressEditBtn,
.reserveStatement .csvDirect .addressEditBtn {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-left: 24px;
  padding: 4px 16px;
  vertical-align: top;
}
.ordersStatement .statementTable,
.reserveStatement .statementTable {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-bottom: 0;
}
.ordersStatement .statementTable td p,
.reserveStatement .statementTable td p {
  margin-bottom: 0;
}
.ordersStatement .statementTable td .discountPrice,
.reserveStatement .statementTable td .discountPrice {
  text-decoration: line-through;
  color: #999999;
}
.ordersStatement .statementTable .taxUnit,
.reserveStatement .statementTable .taxUnit {
  font-size: 12px;
  font-size: 0.8rem;
}
.ordersStatement .expectedDateBlock,
.reserveStatement .expectedDateBlock {
  width: 68%;
  margin: 0 auto;
}
.ordersStatement .buyerInfoDisplayButton,
.reserveStatement .buyerInfoDisplayButton {
  font-size: 15px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #0066ff;
  cursor: pointer;
}
.ordersStatement .buyerInfoDisplayButton:hover,
.reserveStatement .buyerInfoDisplayButton:hover {
  text-decoration: underline;
}
.ordersStatement .buyerInfoBoxLoading,
.reserveStatement .buyerInfoBoxLoading {
  position: relative;
  transform-origin: 50% 50% 0px;
}
.ordersStatement .buyerInfoBoxLoading .buyerloadingTable,
.reserveStatement .buyerInfoBoxLoading .buyerloadingTable {
  opacity: 0.5;
}
.ordersStatement .buyerInfoBoxLoading .loadingIcon,
.reserveStatement .buyerInfoBoxLoading .loadingIcon {
  font-size: 60px;
  font-size: 4rem;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #333333;
}
.ordersStatement .colBlock.pickListBtn,
.reserveStatement .colBlock.pickListBtn {
  display: block;
  width: calc(33.3333333333% - 24px);
}

/*
# table

## 注文一覧の注文ごとテーブル

*/
.orders .eachOrders.disabled .tableType03 {
  background-color: #eeeeee;
  color: #6f6f6f;
}
.orders .eachOrders .hdType06 {
  margin: 0;
  border-top: 3px solid #999999;
  vertical-align: middle;
  font-weight: bold;
}
.orders .eachOrders .hdType06 input[type=checkbox].checkFormType03 + label {
  height: auto;
  margin: 4px auto;
  padding: 0 0 0 32px;
}
.orders .eachOrders .hdType06 a {
  color: #333333;
}
.orders .eachOrders .tableType03 {
  font-size: 12px;
  font-size: 0.8rem;
  border-bottom: 2px solid #999999;
}
.orders .eachOrders .tableType03 tr {
  background-color: transparent;
}
.orders .eachOrders .tableType03 tr:last-child td {
  vertical-align: top;
  font-weight: bold;
}
.orders .eachOrders .tableType03 tr:last-child td p {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: normal;
}
.orders .eachOrders .tableType03 tr td {
  word-break: break-all;
  border-bottom: 1px solid #999999;
}
.orders .eachOrders .thanksMailPs {
  padding: 0;
}
.orders .eachOrders .thanksMailPs .accType01 .textareaFormType02 {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.orders .eachOrders .autoCancelDate, .orders .eachOrders .orderStopText {
  font-size: 13px;
  font-size: 0.8666666667rem;
  display: block;
  margin: 2px 0 0 36px;
  color: #e60012;
}

/*
# reserveStatement

## 予約明細

*/
.reserveStatement .statementTable {
  /* キャンセルボタン */
}
.reserveStatement .statementTable .btnType06 {
  padding: 4px;
}

/*
# orders

## 注文 構成

*/
.orders .expectedDateBlock {
  width: 75%;
  margin: 0 auto;
}
.orders .expectedDateBlock input:not([type=radio]):not([type=checkbox]).inputFormType02.expectedDate {
  height: 43px;
}
.orders .csvBtn {
  width: 18%;
}
.orders .oldCsvBtn {
  font-size: 13px;
  font-size: 0.8666666667rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  color: #0066ff;
}
.orders .fincodeCsvWarp {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.orders .fincodeCsvWarp .fincodeCsvBox {
  position: relative;
  padding: 0;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvBoxText {
  cursor: pointer;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvBoxText:hover {
  text-decoration: underline;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  position: relative;
  position: relative;
  display: none;
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 240px;
  margin: auto;
  padding: 12px;
  border: 1px solid #999999;
  background-color: #ffffff;
  color: #333333;
  text-align: left;
  border-radius: 3px;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu:before {
  display: block;
  position: absolute;
  content: "";
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu:after {
  display: block;
  position: absolute;
  content: "";
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu:before {
  bottom: -16px;
  left: 46%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #999999 transparent transparent transparent;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu:after {
  bottom: -14px;
  left: 46.3%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu .fincodeCsvList li {
  margin: 0 auto 8px;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu .fincodeCsvList li:last-child {
  margin: 0 auto 0;
}
.orders .fincodeCsvWarp .fincodeCsvBox .fincodeCsvMenu .fincodeCsvList .fincodeCsvBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

sup {
  font-size: 10px;
  font-size: 0.6666666667rem;
  vertical-align: super;
  font-weight: normal;
}

#csvOrderModal.alertModal {
  height: 800px;
}

#csvOrderModal .orderModalInner {
  overflow-y: scroll;
  height: 602px;
}
#csvOrderModal .preOrderModalInner {
  overflow-y: scroll;
  height: 576px;
}
#csvOrderModal .downloadOrderWrap h3 {
  font-weight: bold;
  margin-bottom: 4px;
}
#csvOrderModal .downloadOrderWrap h3 span {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-left: 4px;
  font-weight: normal;
  color: #999999;
}
#csvOrderModal .downloadOrderWrap .downloadOrderBlock {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #999999;
}
#csvOrderModal .downloadOrderWrap .downloadOrderBlock:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#csvOrderModal .downloadOrderWrap .downloadOrderList {
  display: flex;
  flex-wrap: wrap;
  margin-left: 28px;
}
#csvOrderModal .downloadOrderWrap .downloadOrderList li {
  min-width: 230px;
  margin-top: 8px;
}
#csvOrderModal .downloadOrderWrap .downloadOrderList li input:disabled.checkFormType02 + label:before {
  background: #999999;
}
#csvOrderModal .downloadOrderWrap .downloadOrderList li input:disabled.checkFormType02 + label:after {
  color: #ffffff;
}
#csvOrderModal .downloadOrderWrap .downloadOrderList li:has(#downloadOrderIntro12) {
  width: 360px;
}

/*
# shopStatement

## ご利用明細

*/
.shopStatement {
  /* バルーン */
}
.shopStatement .monthTtl {
  margin-top: 24px;
}
.shopStatement .monthSwitchNav {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: -60px;
}
.shopStatement .monthSwitchNav li {
  float: left;
  box-sizing: border-box;
  padding: 0 8px;
}
.shopStatement .monthSwitchNav li:last-child {
  text-align: right;
  border-left: 1px dotted #999999;
}
.shopStatement .monthSwitchNav li i.fa {
  padding: 0 6px;
}
.shopStatement [data-supballoon] {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-left: 20px;
}
.shopStatement [data-supballoon].fee .balloonWrap {
  top: 0;
  left: -20px;
}
.shopStatement [data-supballoon].fee .balloonCont {
  box-sizing: border-box;
  padding: 16px;
}
.shopStatement [data-supballoon].fee .balloonCont dt {
  margin-bottom: 8px;
  font-weight: bold;
}
.shopStatement .invoiceDetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopStatement .printArea {
  display: none;
}
.shopStatement .printArea .amountTable {
  border-top: 1px solid #999999;
}
.shopStatement .printArea .amountTable th,
.shopStatement .printArea .amountTable td {
  color: #333333 !important;
  background-color: #ffffff;
  font-weight: bold;
}

/* ご利用明細印刷 */
@media print {
  #frame .noPrint {
    display: none;
  }
  #frame .shopStatement {
    -webkit-print-color-adjust: exact !important;
    display: block !important;
  }
  #frame .shopStatement .printArea {
    display: block !important;
  }
  #frame .shopStatement .pageBreakBefore {
    page-break-before: always;
  }
}
/*
# anniversary_ad

## 14周年特別販促企画

*/
#contentsArea.anniversaryAdApply {
  margin: 32px auto 64px;
  padding: 0;
  background-color: #fffded;
}
#contentsArea.anniversaryAdApply .anniversaryAdApplyHd {
  margin-bottom: 48px;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction {
  width: 920px;
  margin: auto;
  text-align: center;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdAbout {
  margin-bottom: 48px;
  padding: 32px 0;
  border: solid 3px #dfb90b;
  border-radius: 8px;
  background: url(/assets/image/common/layout/anniversary_ad/anniversary_ad_about_bk.png) top center no-repeat;
  background-size: contain;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdAbout .anniversaryAdAboutHd {
  font-size: 30px;
  font-size: 2rem;
  position: relative;
  position: relative;
  margin-bottom: 24px;
  font-weight: bold;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdAbout .anniversaryAdAboutHd:after {
  display: block;
  position: absolute;
  content: "";
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdAbout .anniversaryAdAboutHd:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: auto;
  background-color: #dfb90b;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdAbout .anniversaryAdAboutTxt {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdAbout .anniversaryAdAboutTxt span {
  color: #e60012;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdLead {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 48px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#contentsArea.anniversaryAdApply .anniversaryAdIntroduction .anniversaryAdLead span {
  padding-bottom: 6px;
  background: linear-gradient(transparent 45%, #f7d96a 0%);
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaHd {
  font-size: 24px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 16px 0;
  background-color: #dfb90b;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaHd span {
  font-size: 22px;
  font-size: 1.4666666667rem;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaSub {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn {
  display: flex;
  flex-direction: row;
  width: 920px;
  margin: auto;
  padding-bottom: 64px;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrImg {
  width: 430px;
  margin-right: 40px;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrImg .anniversaryAdAreaPrImgTxt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin: 8px 0 0;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrContent {
  width: 450px;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrContent .anniversaryAdAreaEm {
  color: #e60012;
  font-weight: bold;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrContent .anniversaryAdAreaTable {
  margin-bottom: 32px;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrContent .anniversaryAdAreaTable th {
  width: 108px;
}
#contentsArea.anniversaryAdApply .anniversaryAdArea .anniversaryAdAreaColumn .anniversaryAdAreaPrContent .anniversaryAdAreaBtn {
  font-size: 18px;
  font-size: 1.2rem;
  display: block;
  width: 240px;
  margin: auto;
}

/*
# creditApply

## クレジットカード決済導入

*/
.creditApply {
  /* お試しキャンペーン 終わったら消す */
}
.creditApply #mainV {
  position: relative;
  width: 960px;
  margin: 2px auto 24px;
}
.creditApply #navBtnList {
  position: relative;
  width: 960px;
  height: 32px;
  background-image: url(/assets/image/common/layout/credit_apply/btn_nav01.jpg);
}
.creditApply #navBtnList .text {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
}
.creditApply #navBtnList .navBtn1 a, .creditApply #navBtnList .navBtn2 a, .creditApply #navBtnList .navBtn3 a, .creditApply #navBtnList .navBtn4 a {
  display: block;
  float: left;
  height: 32px;
}
.creditApply #navBtnList .navBtn1 a {
  width: 222px;
  margin-left: 312px;
}
.creditApply #navBtnList .navBtn1 a:hover {
  background: url(/assets/image/common/layout/credit_apply/btn_nav01.jpg) no-repeat -312px -32px;
}
.creditApply #navBtnList .navBtn2 a {
  width: 146px;
}
.creditApply #navBtnList .navBtn2 a:hover {
  background: url(/assets/image/common/layout/credit_apply/btn_nav01.jpg) no-repeat -534px -32px;
}
.creditApply #navBtnList .navBtn3 a {
  width: 128px;
}
.creditApply #navBtnList .navBtn3 a:hover {
  background: url(/assets/image/common/layout/credit_apply/btn_nav01.jpg) no-repeat -680px -32px;
}
.creditApply #navBtnList .navBtn4 a {
  width: 152px;
}
.creditApply #navBtnList .navBtn4 a:hover {
  background: url(/assets/image/common/layout/credit_apply/btn_nav01.jpg) no-repeat -808px -32px;
}
.creditApply .applyHd {
  margin-top: 56px;
  padding: 12px 0;
  border-bottom: 1px dotted #999999;
}
.creditApply #merit1 {
  width: 900px;
  margin: 0 auto;
}
.creditApply #merit1 .meritHd {
  margin: 40px auto 24px;
}
.creditApply #merit1 .merit1List li {
  width: 47%;
  width: calc(100% / 2 - 24px);
  float: left;
}
.creditApply #merit1 .merit1List li:first-child {
  margin-right: 48px;
}
.creditApply #merit1 .merit1List li .merit1ListHd {
  font-size: 21px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 24px auto;
  padding-left: 8px;
  border-left: 4px solid #f56a03;
  font-weight: bold;
}
.creditApply #merit1 .merit1List li .merit1Txt {
  padding-left: 12px;
}
.creditApply .voiceHd {
  margin: 32px auto;
}
.creditApply .voiceBalloon {
  position: relative;
  position: relative;
  float: right;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #91b5d7;
  background-color: #ffffff;
}
.creditApply .voiceBalloon:before {
  display: block;
  position: absolute;
  content: "";
}
.creditApply .voiceBalloon:after {
  display: block;
  position: absolute;
  content: "";
}
.creditApply .voiceBalloon:before {
  top: 49px;
  left: -24px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 32px 24px 0;
  border-color: transparent #91b5d7 transparent transparent;
}
.creditApply .voiceBalloon:after {
  top: 50px;
  left: -20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 32px 24px 0;
  border-color: transparent #ffffff transparent transparent;
}
.creditApply #voice1 {
  margin: 0 32px;
}
.creditApply #voice1 .voice1SupImage {
  float: left;
  width: 200px;
}
.creditApply #voice1 .voice1SupImage img,
.creditApply #voice1 .voice1SupImage p {
  margin-bottom: 8px;
}
.creditApply #voice1 .voiceBalloonHd {
  font-size: 24px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #e9043a;
  font-weight: bold;
}
.creditApply #voice1 .voiceBalloonInner .comment {
  float: left;
  width: 375px;
  margin: 0 8px 0 0;
}
.creditApply #voice1 .voiceBalloonInner .comment a.interviewLink {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-right: 0.8em;
  text-align: right;
}
.creditApply #voice1 .voiceBalloonInner .comment a.interviewLink:before {
  display: block;
  position: absolute;
  content: "";
}
.creditApply #voice1 .voiceBalloonInner .comment a.interviewLink:before {
  top: 0;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
}
.creditApply .moreVoiceHd {
  position: relative;
  font-size: 24px;
  font-size: 1.6rem;
  margin: 32px 32px;
  padding: 8px 0 8px 2em;
  border-bottom: 1px dashed #999999;
  font-weight: bold;
}
.creditApply .moreVoiceHd:before {
  display: block;
  position: absolute;
  content: "";
}
.creditApply .moreVoiceHd:before {
  font-size: 28px;
  font-size: 1.8666666667rem;
  top: 4px;
  left: 10px;
  content: "\f0a1";
  font-family: FontAwesome;
  color: #fa4c07;
  font-weight: normal;
  transform: rotate(-10deg);
}
.creditApply .moreVoice {
  margin: 0 32px 32px;
}
.creditApply .moreVoice .voiceSupImage {
  float: left;
  width: 60px;
  padding-left: 24px;
}
.creditApply .moreVoice .voiceBalloon {
  width: 820px;
}
.creditApply .moreVoice .voiceBalloonHd {
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.creditApply .moreVoice .supName {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-bottom: 0;
}
.creditApply .moreVoice .supName span {
  padding-right: 24px;
  font-weight: bold;
}
.creditApply #merit2 {
  clear: both;
  display: block;
  width: 900px;
  height: 419px;
  margin: 0 auto;
  background: url(/assets/image/common/layout/credit_apply/img_melit02.jpg) no-repeat;
}
.creditApply #merit3,
.creditApply #merit4 {
  width: 900px;
  margin: 0 auto;
}
.creditApply #merit3 .meritHd,
.creditApply #merit4 .meritHd {
  margin: 56px auto 24px;
}
.creditApply #merit3 .meritListHd,
.creditApply #merit4 .meritListHd {
  font-size: 21px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 24px auto;
  padding-left: 8px;
  border-left: 4px solid #f56a03;
  font-weight: bold;
}
.creditApply #merit3 .meritTxt,
.creditApply #merit4 .meritTxt {
  padding-left: 12px;
}
.creditApply #voice1 .text,
.creditApply #voice2 .text,
.creditApply #voice3 .text,
.creditApply #merit2 .text,
.creditApply #merit3 .text {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
  text-indent: -9999px;
}
.creditApply .applyArea {
  width: 900px;
  margin: 32px auto 64px;
  text-align: center;
}
.creditApply .applyArea .applicationBtn {
  font-size: 24px;
  font-size: 1.6rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  display: inline-block;
  padding: 16px 24px;
  background-color: #ff6d00;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #bd3a00;
  border-radius: 10px;
}
.creditApply .applyArea .applicationBtn:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.creditApply .creditFlow {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin: 16px auto 16px;
}
.creditApply .creditFlow li {
  width: 24.6%;
  width: calc(100% / 4 - 15px);
  position: relative;
  float: left;
  position: relative;
  box-sizing: border-box;
  min-height: 146px;
  margin-right: 20px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #999999;
  background-color: #f2f2f2;
}
.creditApply .creditFlow li:after {
  display: block;
  position: absolute;
  content: "\f054";
}
.creditApply .creditFlow li .flowHd {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.creditApply .creditFlow li p {
  margin-bottom: 0;
}
.creditApply .creditFlow li:last-child {
  margin-right: 0;
}
.creditApply .creditFlow li:last-child:after {
  display: none;
}
.creditApply .creditFlow li:after {
  font-size: 18px;
  font-size: 1.2rem;
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.creditApply .creditFlow li .label {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: bold;
}
.creditApply .footFormLinkBg {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.creditApply .footFormLinkBg .footFormLinkWrap {
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
}
.creditApply .footFormLinkBg .footFormLinkWrap .applicationBtn {
  font-size: 18px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 16px 24px;
  background-color: #ff6d00;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #bd3a00;
  border-radius: 10px;
}
.creditApply .footFormLinkBg .footFormLinkWrap .applicationBtn:hover {
  background-color: #ff8a33;
  border: 2px solid #f04a00;
}
.creditApply .trialCampaign {
  box-sizing: border-box;
  width: 960px;
  margin: 32px auto;
  border-radius: 3px;
  border: 3px solid #fa6e00;
}
.creditApply .trialCampaign .trialCampaignHd {
  margin-bottom: 32px;
  padding: 16px 0;
  background-color: #fa6e00;
  text-align: center;
}
.creditApply .trialCampaign .trialCampaignNotes {
  padding: 16px 24px;
  background-color: #ffefcc;
}
.creditApply .trialCampaign .trialCampaignNotes .hdType05 {
  margin-top: 0;
}

/*
# fincodeCredit

## fincodeユーザー登録、クレジットカード決済導入

*/
.fincodeCredit #mainV {
  position: relative;
  width: 960px;
  margin: 2px auto 24px;
}
.fincodeCredit #navBtnList {
  position: relative;
  width: 960px;
  height: 32px;
  background-image: url(/assets/image/common/layout/fincode_credit/btn_nav01.jpg);
}
.fincodeCredit #navBtnList .text {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
}
.fincodeCredit #navBtnList .navBtn1 a, .fincodeCredit #navBtnList .navBtn2 a, .fincodeCredit #navBtnList .navBtn3 a, .fincodeCredit #navBtnList .navBtn4 a {
  display: block;
  float: left;
  height: 32px;
}
.fincodeCredit #navBtnList .navBtn1 a {
  width: 222px;
  margin-left: 312px;
}
.fincodeCredit #navBtnList .navBtn1 a:hover {
  background: url(/assets/image/common/layout/fincode_credit/btn_nav01.jpg) no-repeat -312px -32px;
}
.fincodeCredit #navBtnList .navBtn2 a {
  width: 146px;
}
.fincodeCredit #navBtnList .navBtn2 a:hover {
  background: url(/assets/image/common/layout/fincode_credit/btn_nav01.jpg) no-repeat -534px -32px;
}
.fincodeCredit #navBtnList .navBtn3 a {
  width: 128px;
}
.fincodeCredit #navBtnList .navBtn3 a:hover {
  background: url(/assets/image/common/layout/fincode_credit/btn_nav01.jpg) no-repeat -680px -32px;
}
.fincodeCredit #navBtnList .navBtn4 a {
  width: 152px;
}
.fincodeCredit #navBtnList .navBtn4 a:hover {
  background: url(/assets/image/common/layout/fincode_credit/btn_nav01.jpg) no-repeat -808px -32px;
}
.fincodeCredit .applyHd {
  margin-top: 56px;
  padding: 12px 0;
  border-bottom: 1px dotted #999999;
}
.fincodeCredit #merit1 {
  width: 900px;
  margin: 0 auto;
}
.fincodeCredit #merit1 .meritHd {
  margin: 40px auto 24px;
}
.fincodeCredit #merit1 .merit1List li {
  width: 47%;
  width: calc(100% / 2 - 24px);
  float: left;
}
.fincodeCredit #merit1 .merit1List li:first-child {
  margin-right: 48px;
}
.fincodeCredit #merit1 .merit1List li .merit1ListHd {
  font-size: 21px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 24px auto;
  padding-left: 8px;
  border-left: 4px solid #f56a03;
  font-weight: bold;
}
.fincodeCredit #merit1 .merit1List li .merit1Txt {
  padding-left: 12px;
}
.fincodeCredit .voiceHd {
  margin: 32px auto;
}
.fincodeCredit .voiceBalloon {
  position: relative;
  position: relative;
  float: right;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #91b5d7;
  background-color: #ffffff;
}
.fincodeCredit .voiceBalloon:before {
  display: block;
  position: absolute;
  content: "";
}
.fincodeCredit .voiceBalloon:after {
  display: block;
  position: absolute;
  content: "";
}
.fincodeCredit .voiceBalloon:before {
  top: 49px;
  left: -24px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 32px 24px 0;
  border-color: transparent #91b5d7 transparent transparent;
}
.fincodeCredit .voiceBalloon:after {
  top: 50px;
  left: -20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 32px 24px 0;
  border-color: transparent #ffffff transparent transparent;
}
.fincodeCredit #voice1 {
  margin: 0 32px;
}
.fincodeCredit #voice1 .voice1SupImage {
  float: left;
  width: 200px;
}
.fincodeCredit #voice1 .voice1SupImage img,
.fincodeCredit #voice1 .voice1SupImage p {
  margin-bottom: 8px;
}
.fincodeCredit #voice1 .voiceBalloonHd {
  font-size: 24px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #e9043a;
  font-weight: bold;
}
.fincodeCredit #voice1 .voiceBalloonInner .comment {
  float: left;
  width: 375px;
  margin: 0 8px 0 0;
}
.fincodeCredit #voice1 .voiceBalloonInner .comment a.interviewLink {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-right: 0.8em;
  text-align: right;
}
.fincodeCredit #voice1 .voiceBalloonInner .comment a.interviewLink:before {
  display: block;
  position: absolute;
  content: "";
}
.fincodeCredit #voice1 .voiceBalloonInner .comment a.interviewLink:before {
  top: 0;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
}
.fincodeCredit .moreVoiceHd {
  position: relative;
  font-size: 24px;
  font-size: 1.6rem;
  margin: 32px 32px;
  padding: 8px 0 8px 2em;
  border-bottom: 1px dashed #999999;
  font-weight: bold;
}
.fincodeCredit .moreVoiceHd:before {
  display: block;
  position: absolute;
  content: "";
}
.fincodeCredit .moreVoiceHd:before {
  font-size: 28px;
  font-size: 1.8666666667rem;
  top: 4px;
  left: 10px;
  content: "\f0a1";
  font-family: FontAwesome;
  color: #fa4c07;
  font-weight: normal;
  transform: rotate(-10deg);
}
.fincodeCredit .moreVoice {
  margin: 0 32px 32px;
}
.fincodeCredit .moreVoice .voiceSupImage {
  float: left;
  width: 60px;
  padding-left: 24px;
}
.fincodeCredit .moreVoice .voiceBalloon {
  width: 820px;
}
.fincodeCredit .moreVoice .voiceBalloonHd {
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.fincodeCredit .moreVoice .supName {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-bottom: 0;
}
.fincodeCredit .moreVoice .supName span {
  padding-right: 24px;
  font-weight: bold;
}
.fincodeCredit #merit2 {
  clear: both;
  display: block;
  width: 900px;
  height: 419px;
  margin: 0 auto;
  background: url(/assets/image/common/layout/fincode_credit/img_melit02.jpg) no-repeat;
}
.fincodeCredit #merit3,
.fincodeCredit #merit4 {
  width: 900px;
  margin: 0 auto;
}
.fincodeCredit #merit3 .meritHd,
.fincodeCredit #merit4 .meritHd {
  margin: 56px auto 24px;
}
.fincodeCredit #merit3 .meritListHd,
.fincodeCredit #merit4 .meritListHd {
  font-size: 21px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 24px auto;
  padding-left: 8px;
  border-left: 4px solid #f56a03;
  font-weight: bold;
}
.fincodeCredit #merit3 .meritTxt,
.fincodeCredit #merit4 .meritTxt {
  padding-left: 12px;
}
.fincodeCredit #voice1 .text,
.fincodeCredit #voice2 .text,
.fincodeCredit #voice3 .text,
.fincodeCredit #merit2 .text,
.fincodeCredit #merit3 .text {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
  text-indent: -9999px;
}
.fincodeCredit .applyArea {
  width: 900px;
  margin: 32px auto 64px;
  text-align: center;
}
.fincodeCredit .applyArea .fincodeBtn, .fincodeCredit .applyArea .applicationBtn {
  font-size: 23px;
  font-size: 1.5333333333rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  display: inline-block;
  box-sizing: border-box;
  width: 430px;
  padding: 16px 24px;
  background-color: #ff6d00;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #bd3a00;
  border-radius: 10px;
  transition: opacity 0.2s ease;
}
.fincodeCredit .applyArea .fincodeBtn span, .fincodeCredit .applyArea .applicationBtn span {
  font-size: 16px;
  font-size: 1.0666666667rem;
  display: block;
  font-weight: normal;
}
.fincodeCredit .applyArea .fincodeBtn:hover, .fincodeCredit .applyArea .applicationBtn:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.fincodeCredit .applyArea .fincodeBtn {
  margin-right: 32px;
}
.fincodeCredit .applyArea .applicationBtn {
  background-color: #0f6bb8;
  color: #ffffff;
  border: 2px solid #084b82;
}
.fincodeCredit .creditFlow {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin: 16px auto 16px;
}
.fincodeCredit .creditFlow li {
  width: 24.6%;
  width: calc(100% / 4 - 15px);
  position: relative;
  float: left;
  position: relative;
  box-sizing: border-box;
  min-height: 146px;
  margin-right: 20px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #999999;
  background-color: #f2f2f2;
}
.fincodeCredit .creditFlow li:after {
  display: block;
  position: absolute;
  content: "\f054";
}
.fincodeCredit .creditFlow li .flowHd {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.fincodeCredit .creditFlow li p {
  margin-bottom: 0;
}
.fincodeCredit .creditFlow li:last-child {
  margin-right: 0;
}
.fincodeCredit .creditFlow li:last-child:after {
  display: none;
}
.fincodeCredit .creditFlow li:after {
  font-size: 18px;
  font-size: 1.2rem;
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.fincodeCredit .creditFlow li .label {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: bold;
}
.fincodeCredit .footFormLinkBg {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.fincodeCredit .footFormLinkBg .footFormLinkWrap {
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
}
.fincodeCredit .footFormLinkBg .footFormLinkWrap .applicationBtn {
  font-size: 18px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 16px 24px;
  background-color: #0f6bb8;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #084b82;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.fincodeCredit .footFormLinkBg .footFormLinkWrap .applicationBtn:hover {
  background-color: #1386e7;
  border: 2px solid #0b67b2;
}
.fincodeCredit #service dl dd {
  padding-left: 28px;
}
.fincodeCredit #service dl dd span {
  margin-left: -27px;
}

/*
# kyoryu_ad
## 大恐竜祭特別販促企画
*/
#contentsArea.kyoryuAdApply {
  margin: 32px auto 64px;
  padding: 0;
  background-color: #fffded;
}
#contentsArea.kyoryuAdApply .kyoryuAdApplyHd {
  margin-bottom: 48px;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction {
  width: 920px;
  margin: auto;
  text-align: center;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdAbout {
  margin-bottom: 24px;
  padding: 32px 0;
  border-radius: 8px;
  background: url(/assets/image/common/layout/kyoryu_ad/kyoryu_ad_about_bk_autumn.jpg) top no-repeat;
  background-position: top;
  background-size: contain;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdAbout .kyoryuAdAboutHd {
  font-size: 30px;
  font-size: 2rem;
  position: relative;
  position: relative;
  margin: 24px auto;
  font-weight: bold;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdAbout .kyoryuAdAboutHd:after {
  display: block;
  position: absolute;
  content: "";
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdAbout .kyoryuAdAboutHd:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: auto;
  background-color: #950104;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdAbout .kyoryuAdAboutTxt {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdAbout .kyoryuAdAboutTxt span {
  color: #e60012;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdLead {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 48px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#contentsArea.kyoryuAdApply .kyoryuAdIntroduction .kyoryuAdLead .kyoryuAdLeadLine {
  padding-bottom: 6px;
  background: linear-gradient(transparent 45%, #f7d96a 0%);
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaHd {
  font-size: 24px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 16px 0;
  background-color: #950104;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaHd span {
  font-size: 22px;
  font-size: 1.4666666667rem;
  transform: translateY(-12%);
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaSub {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn {
  display: flex;
  flex-direction: row;
  width: 920px;
  margin: auto;
  padding-bottom: 64px;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrImg {
  width: 430px;
  margin-right: 40px;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrImg .kyoryuAdAreaPrImgTxt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin: 8px 0 0;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrContent {
  width: 450px;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrContent .kyoryuAdAreaEm {
  color: #e60012;
  font-weight: bold;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrContent .kyoryuAdAreaTable {
  margin-bottom: 32px;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrContent .kyoryuAdAreaTable th {
  width: 108px;
}
#contentsArea.kyoryuAdApply .kyoryuAdArea .kyoryuAdAreaColumn .kyoryuAdAreaPrContent .kyoryuAdAreaBtn {
  font-size: 18px;
  font-size: 1.2rem;
  display: block;
  width: 240px;
  margin: auto;
}

/*
# planChange

## プラン変更のご案内

*/
.planChange #mainV {
  position: relative;
  width: 960px;
  height: 577px;
  margin: 0 auto;
}
.planChange #mainV nav {
  position: relative;
  width: 100%;
  top: -20px;
}
.planChange #navBtnList {
  position: relative;
  width: 960px;
  height: 119px;
  background-image: url(/assets/image/common/layout/plan_change/nav_sdplan01.png);
}
.planChange #navBtnList .text {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
}
.planChange #navBtnList .navBtn1 a, .planChange #navBtnList .navBtn2 a {
  display: block;
  float: left;
  width: 480px;
  height: 119px;
}
.planChange #navBtnList .navBtn1 a:hover {
  background: url(/assets/image/common/layout/plan_change/nav_sdplan01.png) no-repeat 0 -119px;
}
.planChange #navBtnList .navBtn2 a:hover {
  background: url(/assets/image/common/layout/plan_change/nav_sdplan01.png) no-repeat -480px -119px;
}
.planChange .applyBtn {
  display: block;
  margin: 0 auto;
}
.planChange #sdp_feature_1 {
  clear: both;
  display: block;
  width: 960px;
  height: 574px;
  margin: 0 auto;
  background-image: url(/assets/image/common/layout/plan_change/img_sdplan01.gif);
}
.planChange #sdp_feature_2 {
  clear: both;
  display: block;
  width: 960px;
  height: 642px;
  margin: 0 auto;
  background-image: url(/assets/image/common/layout/plan_change/img_sdplan02.gif);
}
.planChange #sdp_overview_1 {
  clear: both;
  display: block;
  width: 960px;
  height: 1185px;
  margin: 0 auto;
  background-image: url(/assets/image/common/layout/plan_change/img_sdplan03.gif);
}
.planChange #sdp_overview_2 {
  clear: both;
  display: block;
  width: 960px;
  height: 655px;
  margin: 0 auto;
  background-image: url(/assets/image/common/layout/plan_change/img_sdplan04.gif);
}
.planChange #sdp_overview_3 {
  position: relative;
  clear: both;
  display: block;
  width: 960px;
  height: 558px;
  margin: 0 auto;
  background-image: url(/assets/image/common/layout/plan_change/img_sdplan05.gif);
}
.planChange #sdp_feature_1 .text,
.planChange #sdp_feature_2 .text,
.planChange #sdp_sup_voice_1 .text,
.planChange #sdp_overview_1 .text,
.planChange #sdp_overview_2 .text,
.planChange #sdp_overview_3 .text {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
  text-indent: -9999px;
}
.planChange .inquiryInfo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 95px;
  margin: auto;
  text-align: center;
}

/*
# searchShowcase

## 在庫数一括更新 在庫アラート 商品一覧

*/
/* 在庫数一括更新 在庫アラート*/
.stockQuantity .searchShowcaseType01, .smallStock .searchShowcaseType01 {
  padding-left: 156px;
}
.stockQuantity .searchShowcaseType01 .showcaseItemsImgBlock, .smallStock .searchShowcaseType01 .showcaseItemsImgBlock {
  left: 8px;
}
.stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(1), .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(1) {
  width: 351px;
  vertical-align: top;
}
.stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(2), .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock:nth-child(2) {
  width: auto;
  word-break: normal;
  border-right: none;
  vertical-align: top;
}
.stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02, .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 {
  margin-bottom: 0;
}
.stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 th, .stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 td, .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 th, .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 td {
  font-size: 13px;
  font-size: 0.8666666667rem;
  padding: 6px;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
}
.stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 th:nth-child(1), .stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 td:nth-child(1), .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 th:nth-child(1), .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 td:nth-child(1) {
  width: 80px;
  text-align: center;
}
.stockQuantity .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 th, .smallStock .searchShowcaseType01 .searchShowcaseBox > .searchShowcaseBlock .tableType02 th {
  text-align: center;
}
.stockQuantity .tableType03.showcaseTableHd, .smallStock .tableType03.showcaseTableHd {
  margin-bottom: 0;
  border-bottom: none;
}
.stockQuantity .tableType03.showcaseTableHd th:nth-child(1), .smallStock .tableType03.showcaseTableHd th:nth-child(1) {
  width: 132px;
}
.stockQuantity .tableType03.showcaseTableHd th:nth-child(2), .smallStock .tableType03.showcaseTableHd th:nth-child(2) {
  width: 350px;
}
.stockQuantity .tableType03.showcaseTableHd th:nth-child(3), .smallStock .tableType03.showcaseTableHd th:nth-child(3) {
  width: auto;
}

/*
# stockQuantity　smallStock

## 在庫数一括更新　在庫アラート 構成

*/
.stockQuantity .csvBtn, .smallStock .csvBtn {
  width: 25%;
}

/*
# supreview

## サプライヤーレビュー 構成

*/
.supreview .innerCont {
  width: 970px;
  margin: 0 auto;
}
.supreview .supreviewTable {
  border-bottom: none;
  border-right: solid 1px #999999;
  border-left: solid 1px #999999;
}
.supreview .supreviewTable p {
  margin-bottom: 0;
}
.supreview .supreviewTable tr {
  background-color: #ffffff;
}
.supreview .supreviewTable td {
  padding: 14px;
  vertical-align: middle;
  border-bottom: solid 1px #999999;
}
.supreview .supreviewTable .replayTh {
  border-right: 1px dotted #999999;
  border-top: 1px dotted #999999;
}
.supreview .supreviewTable .replayTr td {
  background-color: #eeeeee;
}
.supreview .supreviewTable .replayTr td:last-child {
  border-right: 1px dotted #999999;
}
.supreview .supreviewTable .replayData {
  position: relative;
  display: block;
  padding-left: 14px;
}
.supreview .supreviewTable .replayData:after {
  display: block;
  position: absolute;
  content: "";
}
.supreview .supreviewTable .replayData:after {
  content: "\f112";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  color: #999999;
  font-family: FontAwesome;
}
.supreview .supreviewTable .reviewTr td:nth-child(2), .supreview .supreviewTable .reviewTr td:nth-child(3) {
  border-bottom: none;
}
.supreview .reviewListCont {
  margin: 48px 0 32px;
}
.supreview .reviewListCont p {
  margin-bottom: 0;
}
.supreview .reviewListCont .reviewList li .reviewTtl {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: dotted 1px #999999;
  font-weight: bold;
}
.supreview .reviewListCont .reviewList li .reviewTtl span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: normal;
}
.supreview .reviewListCont .reviewList li .supBox {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #cccccc;
}
.supreview .reviewListCont .reviewList li .supBox .supArea {
  padding-left: 24px;
  border-left: solid 4px #cccccc;
}
.supreview .reviewListCont .reviewList li .supBox .supArea .reviewTtl {
  position: relative;
  padding-left: 23px;
}
.supreview .reviewListCont .reviewList li .supBox .supArea .reviewTtl:after {
  display: block;
  position: absolute;
  content: "";
}
.supreview .reviewListCont .reviewList li .supBox .supArea .reviewTtl:after {
  content: "\f112";
  top: 10px;
  left: 0px;
  transform: translateY(-50%) rotate(180deg);
  color: #999999;
  font-family: FontAwesome;
}

/*
# 

## サポートへのお問合せ

*/
#supportInquiryItemUpload .fileInputLabel {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
#supportInquiryItemUpload .fileNameArea {
  display: flex;
  flex-direction: row;
  float: right;
  width: 500px;
  margin-top: 16px;
}
#supportInquiryItemUpload .fileNameArea .inputFileName {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin: 0 8px 0 0;
  word-break: break-all;
}
#supportInquiryItemUpload .fileNameArea .nameClearBtn {
  display: none;
  margin-top: 2px;
  cursor: pointer;
}

/*
# infoApplyList

## 申込みのお知らせ

*/
.adApplySec .hdType02 > span {
  margin-right: 8px;
  font-weight: normal;
}

.infoApplyListType02, .infoApplyListType01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
.infoApplyListType02 li, .infoApplyListType01 li {
  width: 33.3%;
  width: calc(100% / 3);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.infoApplyListType02 li a[class*=Btn], .infoApplyListType01 li a[class*=Btn] {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 1px 0 0 0 rgba(0, 0, 0, 0.03), -1px 0 0 0 rgba(0, 0, 0, 0.03);
  font-size: 18px;
  font-size: 1.2rem;
  position: relative;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  padding: 44px 8px;
  border: 6px solid #eeeeee;
  border-radius: 3px;
  background-color: #ffffff;
  color: #333333;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.infoApplyListType02 li a[class*=Btn]:before, .infoApplyListType01 li a[class*=Btn]:before {
  display: block;
  position: absolute;
  content: "";
}
.infoApplyListType02 li a[class*=Btn]:after, .infoApplyListType01 li a[class*=Btn]:after {
  display: block;
  position: absolute;
  content: "\f054";
}
.infoApplyListType02 li a[class*=Btn].open:not(.tb):hover, .infoApplyListType01 li a[class*=Btn].open:not(.tb):hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 4px 0 4px 0 rgba(0, 0, 0, 0.1), -4px 0 4px 0 rgba(0, 0, 0, 0.1);
}
.infoApplyListType02 li a[class*=Btn].open:before, .infoApplyListType01 li a[class*=Btn].open:before {
  font-size: 16px;
  font-size: 1.0666666667rem;
  box-sizing: border-box;
  top: -6px;
  right: -6px;
  content: "参加受付中！";
  width: 110px;
  padding: 2px;
  border-radius: 0 3px 0 3px;
  background-color: #e60012;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.infoApplyListType02 li a[class*=Btn].close:before, .infoApplyListType01 li a[class*=Btn].close:before {
  font-size: 15px;
  font-size: 1rem;
  box-sizing: border-box;
  top: 0;
  right: 0;
  content: "募集開始までお待ち下さい";
  width: 100%;
  padding: 2px;
  background-color: #eeeeee;
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.infoApplyListType02 li a[class*=Btn]:after, .infoApplyListType01 li a[class*=Btn]:after {
  font-size: 14px;
  font-size: 0.9333333333rem;
  top: 50%;
  right: 6px;
  font-family: FontAwesome;
  transform: translateY(-50%);
}
.infoApplyListType02 li a[class*=Btn] .holdingMonth, .infoApplyListType01 li a[class*=Btn] .holdingMonth {
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0 8px;
  border: 2px solid #6f6f6f;
  font-weight: normal;
}
.infoApplyListType02 li a[class*=Btn] .applicationPeriod, .infoApplyListType01 li a[class*=Btn] .applicationPeriod {
  font-size: 13px;
  font-size: 0.8666666667rem;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #e60012;
  font-weight: normal;
}
.infoApplyListType02 li a[class*=Btn] .adApplyTxt, .infoApplyListType01 li a[class*=Btn] .adApplyTxt {
  font-size: 15px;
  font-size: 1rem;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  background-color: #fff171;
  background: linear-gradient(transparent 50%, #fff171 50%);
  text-align: center;
  font-weight: normal;
}
.infoApplyListType02 li a[class*=Btn] .adApplyTxt.kyoryuAdApplyTxt, .infoApplyListType01 li a[class*=Btn] .adApplyTxt.kyoryuAdApplyTxt {
  width: 65%;
}
.infoApplyListType02 li a[class*=Btn] .adApplyTxt.priorityPostingAdApplyTxt, .infoApplyListType01 li a[class*=Btn] .adApplyTxt.priorityPostingAdApplyTxt {
  width: 82%;
}

.infoApplyListType01 li a.guerrillaBtn {
  border-color: #ff5c00;
}
.infoApplyListType01 li a.guerrillaBtn.open {
  padding: 44px 8px 56px 8px;
}
.infoApplyListType01 li a.specialBtn {
  border-color: #12b5ce;
}
.infoApplyListType01 li a.regularBtn {
  border-color: #44bb77;
}
.infoApplyListType01 li a.adKeywordBtn {
  border-color: #ffa200;
}
.infoApplyListType01 li a.adKeywordBtn.open:before {
  content: "掲載募集中！";
}
.infoApplyListType01 li a.adApplyBtn {
  border-color: #ffa200;
}
.infoApplyListType01 li a.adApplyBtn.open:before {
  content: "掲載募集中！";
}
.infoApplyListType01 li a.kyoryuAdApplyBtn {
  border-color: #53915a;
  background: url(/assets/image/common/layout/kyoryu_ad/adapply_kyoryu_bk_summer.jpg) no-repeat;
}
.infoApplyListType01 li a.kyoryuAdApplyBtn.open:before {
  content: "掲載募集中！";
}
.infoApplyListType01 li a.anniversaryAdApplyBtn {
  border-color: #dfb90b;
  background: url(/assets/image/common/layout/anniversary_ad/adapply_anniversary_bk.jpg) no-repeat;
}
.infoApplyListType01 li a.anniversaryAdApplyBtn.open:before {
  content: "掲載募集中！";
}
.infoApplyListType01 li a.prlistingAdApplyBtn {
  border-color: #ff6338;
}
.infoApplyListType01 li a.prlistingAdApplyBtn.open:before {
  content: "掲載募集中！";
}
.infoApplyListType01 li a.instaAdApplyBtn {
  border-color: #CF2E92;
}
.infoApplyListType01 li a.instaAdApplyBtn.open:before {
  content: "現在無料掲載募集中！";
  width: 167px;
}
.infoApplyListType01 li a.instaAdApplyBtn .adApplyTxt.priorityPostingAdApplyTxt {
  width: 90%;
}
.infoApplyListType01 li a.thankyoudayBtn {
  border-color: #ffa200;
}
.infoApplyListType01 li a.thankyoudayBtn.open:before {
  content: "掲載募集中！";
}
.infoApplyListType01 li.guerrillaBtn .manualLink {
  position: absolute;
  bottom: 37px;
  left: 51px;
}
.infoApplyListType01 li.guerrillaBtn .manualLink.close {
  bottom: 25px;
  left: 51px;
}

.infoApplyListType02 li a.specialBtn.open:before {
  background-color: #12b5ce;
}
.infoApplyListType02 li a.regularBtn.open:before {
  background-color: #44bb77;
}
.infoApplyListType02 li a.adKeywordBtn.open:before {
  content: "掲載募集中！";
  background-color: #ffa200;
}
.infoApplyListType02 li a.adApplyBtn.open:before {
  content: "掲載募集中！";
  background-color: #ffa200;
}

/*
# newList

## 新着リスト

*/
.newList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-right: -24px;
}
.newList li {
  width: 20%;
  width: calc(100% / 5);
  position: relative;
  box-sizing: border-box;
  padding-right: 24px;
  text-align: center;
}
.newList li:nth-child(n+6) {
  margin: 20px 0 0;
}
.newList li a {
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 16px 8px;
}
.newList li a:hover {
  background-color: #f7f7f7;
}
.newList li .unreadBadge {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.2);
  font-size: 13px;
  font-size: 0.8666666667rem;
  display: block;
  position: absolute;
  top: -12px;
  right: 15px;
  min-width: 26px;
  max-width: 100px;
  height: 26px;
  box-sizing: border-box;
  padding: 4px 8px;
  border-radius: 50px;
  background-color: #e60012;
  color: #ffffff;
}

/*
# salesReport

## トップ 売上推移表示

*/
.salesReportWrap {
  box-sizing: border-box;
  padding: 0 32px;
}
.salesReportWrap .salesReportBtn {
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  width: 100%;
  padding: 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #122546;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.salesReportWrap .salesReportBtn:after {
  display: block;
  position: absolute;
  content: "";
}
.salesReportWrap .salesReportBtn:after {
  font-size: 18px;
  font-size: 1.2rem;
  top: 10px;
  right: 10px;
  margin-top: -1px;
  font-family: FontAwesome;
  content: "\f078";
  color: #ffffff;
  transition: all 0.4s ease;
}
.salesReportWrap .salesReportBtn.open:after {
  transform: rotate(180deg);
}
.salesReportWrap .salesReportBox {
  display: none;
}

/*
# salesReport

## トップ 売上推移表示

*/
#scheduleCalendarSec {
  box-sizing: border-box;
}
#scheduleCalendarSec .colType02 .colBlock .monthHd {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-bottom: 12px;
  padding: 8px 0;
  border-radius: 3px 3px 0 0;
  background-color: #eeeeee;
  text-align: center;
  font-weight: bold;
}
#scheduleCalendarSec .colType02 .colBlock .tabType01 {
  margin-bottom: 0;
}
#scheduleCalendarSec .colType02 .colBlock .calendarBlock .scheduleFrame {
  width: 100%;
  height: 560px;
}

/* カレンダーリサイズ */
@media all and (max-width: 1200px) { /* MonitorSize Under 1200px */
  #scheduleCalendarSec .colType02 .colBlock .calendarBlock .scheduleFrame {
    height: 460px;
  }
}
/*
# member

## マイページ 構成

*/
.mypageTop {
  /* 重要なお知らせ */
  /* 会員情報 */
}
.mypageTop .importantInfo p:last-child {
  margin-bottom: 0;
}
.mypageTop .hubSpotInitialSetting {
  width: 832px;
  margin: 32px auto;
  text-align: center;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingImg {
  display: flex;
  flex-direction: row;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingImg img {
  width: 100%;
  height: auto;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 4px 0 16px;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkWrap .hubSpotInitialSettingRinkBlock {
  width: 200px;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkWrap .hubSpotInitialSettingRinkBlock:first-child {
  margin-left: 20px;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkWrap .hubSpotInitialSettingRinkBlock:last-child {
  margin-right: 85px;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkWrap .hubSpotInitialSettingRinkBlock > span {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkSubmit {
  margin-top: 24px;
}
.mypageTop .hubSpotInitialSetting .hubSpotInitialSettingRinkSubmit a:hover {
  opacity: 0.7;
}
.mypageTop section {
  position: relative;
}
.mypageTop section a.billBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  padding: 6px 6px 7px 12px;
}
.mypageTop section a.billBtn:not(.tb, .disabled, :disabled):hover {
  position: absolute;
  top: 6px;
  padding-bottom: 6px;
}
.mypageTop section a.billBtn i {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.mypageTop section .proManualDl {
  margin: 0 auto 24px;
}
.mypageTop section .proManualDl .proManualDlBtn {
  font-size: 14px;
  font-size: 0.9333333333rem;
  width: auto;
  float: right;
}
.mypageTop section .proManualDl .proManualDlBtn i {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.mypageTop [data-supballoon] {
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  top: -13px;
  right: 7px;
}
.mypageTop [data-supballoon] .balloonCont {
  padding: 6px;
  text-align: left;
}
.mypageTop .memberInfoList {
  margin-bottom: 24px;
}
.mypageTop .memberInfoList > li {
  position: relative;
  float: left;
  margin-right: 24px;
}
.mypageTop .memberInfoList > li:before {
  display: block;
  position: absolute;
  content: "";
}
.mypageTop .memberInfoList > li:before {
  top: 4px;
  right: -12px;
  width: 0;
  height: 13px;
  border-right: 1px solid #999999;
}
.mypageTop .memberInfoList > li:last-child {
  margin-right: 0;
}
.mypageTop .memberInfoList > li:last-child:before {
  border: none;
}
.mypageTop .planInfo td {
  white-space: nowrap;
}
.mypageTop .planHelp {
  padding: 24px;
}
.mypageTop .labelColorSupStatus {
  display: block;
  margin-bottom: 4px;
}
.mypageTop .labelColorSupStatus i.fa {
  margin-right: 4px;
  color: #ffa200;
}
.mypageTop .labelColorAward {
  display: block;
  margin-bottom: 4px;
}
.mypageTop .labelColorAward i.fa {
  margin-right: 4px;
  color: #e60012;
}
.mypageTop .supSatusLink {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-right: 10px;
  text-align: right;
}

/* パスワード変更アラート */
.passAlert {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  bottom: 0;
  height: 90%;
  max-height: 430px;
  margin: auto !important;
}
.passAlert .alertModalInner {
  overflow: hidden;
  height: 100%;
}
.passAlert .alertModalInner .alertModalCont {
  height: 80%;
  height: calc(100% - 50px);
  overflow-y: auto;
}

/* バイヤー情報などの表 */
.frameType01 .tableType02 tbody tr:last-child th,
.frameType01 .tableType02 tbody tr:last-child td {
  border-bottom: none;
}

/* キャンペーン登録 本文 */
.campaignTxt {
  height: 400px;
}

/* NETSEAサポートへのお問い合わせ */
.supportInquiryTxt {
  height: 360px;
}

/* 子要素の最後のpのマージンをリセット */
.lastChildMgnReset p:last-child {
  margin-bottom: 0;
}

/* 横幅1300px固定 */
body #contentsArea.wideFixed {
  min-width: 1200px;
}

/*
# netseaInfoSec

## NETSEAからのお知らせ

*/
.netseaInfoSec .creditCardInfo {
  width: 490px;
  margin: 0 auto;
}
.netseaInfoSec .creditCardInfo .creditCardInfoBtn {
  position: relative;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding-right: 32px;
}
.netseaInfoSec .creditCardInfo .creditCardInfoBtn:after {
  display: block;
  position: absolute;
  content: "\f054";
}
.netseaInfoSec .creditCardInfo .creditCardInfoBtn:after {
  top: 50%;
  right: 6px;
  font-family: FontAwesome;
  transform: translateY(-50%);
}
.netseaInfoSec .creditCardInfo .creditCardInfoBtn img {
  width: 134px;
  padding-right: 16px;
}
.netseaInfoSec .topOtherBnrArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*
---
title: 
name: Mypage
category: Mypage
---
*/
