@charset "utf-8";
/* =======================================

-----------------------------------------
INDEX
-----------------------------------------
1. common
2. header
3. top
4. cart
5. category
6. price table
7. option
8. order
9. upload
10. membership
11. cart
12. mypage
13. info
14. footer
15. completion
16. easy 1 step
17. review
========================================== */


/* common
========================================== */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.6rem;
    font-weight: normal;
}
p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
body{
	position: relative;
	color: #222;
	font-family: 'Noto Sans JP', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
	background-color: #fff;
}
a {
    text-decoration: none;
}
hr {
    border-top: 1px solid #c8c9c9;
    margin: 14px 0 6px;
}
input[type="text"],
input[type="password"],
select,
textarea {
    font-size: 1.4rem;
    background-color: #f7f8f8;
    border: 1px solid #c9caca;
    border-radius: 4px;
    padding: 8px;
}
textarea {
    resize: vertical;
}
/* 全体のjs制御 */
html.jsMyMenuOpen {
    overflow: hidden;
    position: relative;
}
html.jsMyMenuOpen body {
    overflow: hidden;
}
html.jsMyMenuOpen .jsOverLayer,
.jsPopOverLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
html.jsMyMenuOpen .jsOverLayer {
    z-index: 90;
}
.jsPopOverLayer {
    z-index: 75;
}
.mainWrapArticle {
    /*overflow: hidden;*/
    /*position: relative;*/
    /*z-index: 0;*/
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    margin-bottom: 32px;

    -webkit-transition: -webkit-transform 3.0s ease;
    -ms-transition: -ms-transform 3.0s ease;
    transition: transform 3.0s ease;
}
html.jsMyMenuOpen .mainArticle a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* width control */
.cmnContBlock {
    width: 100%;
    margin: 0 auto;
}
.cmnContWrap {
    padding: 0 10px;
}

/* title */
.tit--default {
    color: #00469B;
    font-size: 2.1rem;
    text-align: center;
    padding: 8px 0;
}
.tit--defaultGray {
    text-align: center;
    color: #00469B;
    background-color: #efefef;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.tit--defaultBlue {
    color: #fff;
    background-color: #00469B;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.tit--textBlue {
    font-size: 1.6rem;
    color: #00469B;
}
.tit--textBlueB {
    font-size: 1.2rem;
    color: #00469B;
    font-weight: bold;
}
.tit--sokujitsu,
.tit--print, .tit--business,
.tit--season, .tit--display,
.tit--novelty, .tit--wear {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 3px 0;
}
.tit--sokujitsu,
.gNav__menuList__itemCategory.sokujitsu {
    background-color: #ff6f89;
}
.tit--print,
.gNav__menuList__itemCategory.print {
    background-color: #0086eb;
}
.tit--business,
.gNav__menuList__itemCategory.business {
    background-color: #46bcf9;
}
.tit--season,
.gNav__menuList__itemCategory.season {
    background-color: #7fca1e;
}
.tit--display,
.gNav__menuList__itemCategory.display {
    background-color: #ffd119;
}
.tit--novelty,
.gNav__menuList__itemCategory.novelty {
    background-color: #ff7f7f;
}
.tit--wear,
.gNav__menuList__itemCategory.wear {
    background-color: #ae84e1;
}

/* text */
.fnt10 { font-size: 1.0rem; }
.fnt12 { font-size: 1.2rem; }
.fnt14 { font-size: 1.4rem; }
.fnt16 { font-size: 1.6rem; }
.txtC { text-align: center !important; }
.txtR { text-align: right !important; }
.txtL { text-align: left !important; }
.txt--att { color: #ff8282 !important; }
.attTxt {
    color: #ff8282;
    font-size: 1.2rem;
    font-weight: bold;
}
.blueTxt {
    color: #00469B;
    font-size: 1.2rem;
}
.linkTxt {
    color: #00469B;
    font-size: 1.2rem;
    text-decoration: underline;
}

/* position */
.f_left { float: left; }
.f_right { float: right; }
.f_clear { clear: both; }

/* button */
.btnArea--one,
.btnArea--oneLong,
.btnArea--two,
.btnArea--three {
    width: 100%;
    margin-bottom: 12px;
}
.btnArea--one,
.btnArea--oneLong {
    text-align: center;
}
.btnArea--two,
.btnArea--three {
    overflow: hidden;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.btnArea--one > a,
.btnArea--one > button,
.btnArea--oneLong > a,
.btnArea--oneLong > button,
.btnArea--two > a,
.btnArea--two > button,
.btnArea--three > a,
.btnArea--three > button {
    display: inline-block;
    text-decoration: none;
    border: none;
    color: #fff;
    text-align: center;
}
.btnArea--one > a,
.btnArea--one > button,
.btnArea--two > a,
.btnArea--two > button {
    width: 140px;
    font-size: 1.6rem;
    padding: 8px 0;
}
.btnArea--oneLong > a,
.btnArea--oneLong > button {
    width: 200px;
    font-size: 1.6rem;
    padding: 8px 0;
}
.btnArea--two > a,
.btnArea--two > button {
    float: left;
}
.btnArea--two > a:nth-child(even),
.btnArea--two > button:nth-child(even) {
    float: right;
}
.btnArea--three > a,
.btnArea--three > button {
    width: 90px;
    font-size: 1.4rem;
    padding: 4px 0;
    margin-right: 15px;
}
.btnArea--three > .reorder_copy {
    font-size: 1rem;
    padding: 7px 0;
    vertical-align: top;
}

.btnArea--three > .delivery_invoice {
    font-size: 1rem;
    padding: 7px 0;
    vertical-align: top;
}

/*.btnArea--three > a:first-child,*/
/*.btnArea--three > button:first-child {*/
    /*margin-left: 0;*/
/*}*/
.btnArea--three > a:nth-child(3n+3),
.btnArea--three > button:nth-child(3n+3) {
    margin-right: 0;
}
.btnArea--three > a:nth-child(n+4),
.btnArea--three > button:nth-child(n+4) {
    margin-top: 10px;
}

.btnArea__btn--blue,
.btnArea__btn--pink,
.btnArea__btn--gray {
    border-radius: 4px;
}
.btnArea__btn--blue {
    background-color: #00469B;
}
.btnArea__btn--pink {
    background-color: #ff8282;
}
.btnArea__btn--gray {
    color: #00469B !important;
    background-color: #efefef;
}
.btnArea__btn-text--white {
    color: #FFF !important;
}

/*
 * .btn
 */
.btn,
a.btn{
    line-height: 19px;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    background-color: #3CC8B2;
    border: none;
    font-size: 12px;
    /* Firefox v1.0+ */
    -moz-border-radius: 5px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 5px;
}
.btn.simple,
a.btn.simple{
    background-color: #fff;
    color: #3CC8B2;
    border: 1px solid #3CC8B2;
}
.btn.attention,
a.btn.attention{
    background-color: #ff8180;
    color: #fff;
}
a.btn:visited{
    color: #fff;
    text-decoration: none;
}
input.btn.default,
a.btn.default{
    background-color: #f0f0f0;
    border: 1px solid #c8c8c8;
    color: #000;
}
.banner.floatList.float3 a.btn{
    width: 230px;
    display: table-cell;
    padding: 0;
    text-align: center;
    font-size: 182%;
    height: 60px;
    vertical-align: middle;
}
.btn.cautionBtn {
    background-color: #FA768E;
}
.btn.lightBlue {
	background-color: #e6edf6;
}
.btn.noClick {
    background-color: #B5B5B6;
}
a.btn.lightBlue,
a.btn.lightBlue:visited,
a.btn.lightBlue:hover {
	color: #0d469b;
}

/*
 * .btn [press]
 */
.btn.press,
a.btn.press{
    font-size: 131%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #00469B;
}
.attention .btn.press,
.attention a.btn.press{
    background-color: #FF8282;
}

/* table */
.table--default {
    table-layout: fixed;
    width: 100%;
    font-size: 1.2rem;
    background-color: #fff;
    border-top: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
}
.table--default caption {
    color: #00469B;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 6px;
}
.table--default th {
    /*width: 30%;*/
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background-color: #00469B;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    /*padding: 7px 12px;*/
    padding: 7px 8px;
}
.table--default td {
    vertical-align: middle;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.table--default .table__btn {
    width: auto;
    color: #fff;
    font-size: 1.2rem;
    background-color: #00469B;
    border: none;
    border-radius: 4px;
    padding: 2px 4px;
}
.table--default .table__btn.caution {
    background-color: #ff8282;
}
.table--default td select {
    font-size: 1.4rem;
    padding: 8px;
}

/* 基本的な入力 */
.inputDl {}
.inputDl > dt {
    position: relative;
    color: #00469B;
    font-size: 1.4rem;
    margin-bottom: 2px;
}
.inputDl > dd {
    overflow: hidden;
    margin-bottom: 8px;
}
.inputDl > dd > input[type="text"],
.inputDl > dd > input[type="password"],
.inputDl > dd > select,
.inputDl > dd > div > select,
.inputDl > dd > textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px;
}
.inputDl > dd > input {
}
.inputDl > dd > select {
}
.inputDl > dd > textarea {
}
/* オープンメニュー */
.jsMenuOpen {
    position: relative;
}
.jsMenuOpen:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-left: transparent 5px solid;
    margin-top: -4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.jsOpen--arrow:after {
    margin-top: -9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.linkMenu {
    position: relative;
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
}
.linkMenu:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border-top: transparent 5px solid;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    margin: -5px 0 0 0;
}

/* アイコン（必須、？ など） */
.jsPopOrigin {
    position: relative;
}
.icon--required:before,
.jsPopOpen--questionW:before,
.questionB:before {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.icon--required:before {
    content: "必須";
    color: #fff;
    font-size: 1.0rem;
    background-color: #ff8282;
    padding: 0 6px;
    margin: 0 6px;
}
.jsPopOpen--questionW:before,
.questionB:before {
    content: "?";
    width: 17px;
    height: 17px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    /*padding: 0 4px;*/
    /*margin-left: 10px;*/
    margin-left: 6px;
}
.jsPopOpen--questionW:before {
    color: #00469B;
    background-color: #fff;
}
.questionB:before {
    color: #fff;
    background-color: #00469B;
}
.jsDescBlock,
.jsDescBlock--searchPop {
    display: none;
    position: absolute;
    z-index: 80;
    left: 0;
    width: 92%;
    color: #000;
    font-size: 1.2rem;
    background-color: #fff;
    border-radius: 6px;
}
.jsDescBlock {
    top: 16px;
    padding: 18px 14px;
    margin: 4%;
}
.jsDescBlock--searchPop {
    top: 34px;
    padding: 14px 8px;
    margin: 0 4%;
}
.jsCloseBtn {
    display: inline-block;
    position: absolute;
    z-index: 60;
    top: -12px;
    right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    background-color: #00469B;
    border-radius: 50%
}

/* 自動ログインなど */
.centerChekText {
    display: block;
    font-size: 1.2rem;
    margin: 12px 0 15px;
}
.centerChekText > input {
    vertical-align: middle;
    margin-right: 6px;
}

/* 注意リスト */
.attList > li {
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
}

/* error_block */
.error {
    color: #ff8282;
    font-size: 1.2rem;
    border: 2px solid #ff8282;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.notice {
    color: #00469B;
    font-size: 1.2rem;
    border: 2px solid #00469B;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/* 注文フロー位置画像 */
.orderFlowImg {
    width: 315px;
    margin: 0 auto 12px;
}

/* 幅調整 */
.mWid90p {
    max-width: 90%;
}
.mWid100p {
    max-width: 100%;
}

/* 位置調整 */
.pt0 { padding-top: 0; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }

.pl0 { padding-left: 0; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl11 { padding-left: 11px; }
.pl12 { padding-left: 12px; }
.pl13 { padding-left: 13px; }

.pr0 { padding-right: 0; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr11 { padding-right: 11px; }
.pr12 { padding-right: 12px; }
.pr13 { padding-right: 13px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }

.ml0 { margin-left: 0; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }


/* My Page Menu
========================================== */
.myPageMenuWrap {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 100;
    left: -237px;
    width: 237px;
    max-height: 100%;
    background-color: #fff;
    border-right: 3px solid #0041b9;
    border-bottom: 3px solid #0041b9;

    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s -webkit-transform ease;
    transition: 0.4s -webkit-transform ease;
}
html.jsMyMenuOpen .myPageMenuWrap {
    display: block;
    -webkit-transform: translateX(237px);
    transform: translateX(237px);
}
.myPageMenuWrap__userInfo {
    display: table;
    color: #fff;
    font-size: 1.2rem;
    background-color: #16469B;
    border-bottom: 1px solid #fff;
    padding: 18px 10px 15px 15px;
}
.myPageMenuWrap__userInfo__nameBlock {
    display: table-cell;
    width: 123px;
    vertical-align: middle;
    padding-right: 8px;
}
.myPageMenuWrap__userInfo__pointHistory {
    display: block;
    width: 40px;
    color: #16469B;
    font-size: 1.2rem;
    text-align: center;
    background-color: #DEE9FF;
    border-radius: 4px;
    margin-top: 10px;
}
.myPageMenuWrap__userInfo__statusBlock {
    display: table-cell;
    overflow: hidden;
    width: 86px;
    vertical-align: middle;
}
.myPageMenuWrap__userInfo__statusBlock > dt {
    clear: both;
    float: left;
    margin-bottom: 4px;
}
.myPageMenuWrap__userInfo__statusBlock > dd {
    float: right;
    margin-bottom: 4px;
}
/* tab */
.myPageMenuWrap__tab {
    overflow: hidden;
    background-color: #16469B;
}
.myPageMenuWrap__tab > li {
    float: left;
    width: 50%;
    border-left: 1px solid #fff;
}
.myPageMenuWrap__tab > li:first-child {
    border-left: none;
}
.myPageMenuWrap__tab > li > a {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 6px 5px 39px;
}
.myPageMenuWrap__tab__btn--logout,
.myPageMenuWrap__tab__btn--docReq {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 9px center;
}
.myPageMenuWrap__tab__btn--logout {
    background-image: url("/sp/assets/img/mymenu/icon_logout.png");
}
.myPageMenuWrap__tab__btn--docReq {
    background-image: url("/sp/assets/img/mymenu/icon_docReq.png");
}
.myPageMenuWrap__menuList {}
.myPageMenuWrap__menuList > li {
    color: #16469B;
    font-size: 1.6rem;
    border-bottom: 1px solid #b5b5b6;
}
.myPageMenuWrap__menuList > li > a {
    position: relative;
    display: block;
    color: #16469B;
    font-size: 1.6rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
}
.myPageMenuWrap__menuList > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border-top: transparent 5px solid;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-left: 8px solid #16469B;
    margin: -5px 0 0 0;
}
.myPageMenuWrap__menuList > li > div {
    padding: 10px;
}
.myPageMenuWrap__menuList > li > div:after {
    border-top: 8px solid #16469B;
}
.myPageMenuWrap__menuList__noSend {
    color: #ff8282;
    font-size: 1.0rem;
    vertical-align: middle;
    margin-left: 9px;
}
.myPageMenuWrap__menuList__cnt {
    display: inline-block;
    min-width: 12px;
    height: 12px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #ff8282;
    border-radius: 50%;
    padding: 0 2px;
    margin-left: 6px;
}

.myPageMenuWrap__menuList > li > ul {}
.myPageMenuWrap__menuList > li > ul > li {
    border-top: 1px solid #b5b5b6;
}
.myPageMenuWrap__menuList > li > ul > li > a {
    color: #16469B;
    background-color: #DEE9FF;
    padding: 10px;
}
.myPageMenuWrap__menuList > li > ul > li > a:after {
    border-left: 8px solid #16469B;
}

/* contact */
.myPageMenuWrap__contactList {
    padding: 17px 16px;
}
.myPageMenuWrap__contactList > a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #16469B;
    border-radius: 6px;
    padding: 7px 0;
    margin-bottom: 9px;
}



/* header
========================================== */
.cmnHeader {
  min-width: 320px;
}
.cmnHeader__topContent {
  height: 10px;
  width: 100%;
  background-color: #16469b;
}
.cmnHeader__content {
  display: flex;
  width: 100%;
  padding: 14px 10px 10px;
}
.cmnHeader__innerleftContent {
  margin-right: auto;
}
.cmnHeader__innerRightContent {
  display: flex;
  margin-left: auto;
  padding-top: 2px;
}
.cmnHeader__innerRightBtn {
  width: 52px;
  height: 52px;
  background-color: #e6edf6;
  margin-right: 6px;
}
.cmnHeader__innerRightBtn:last-of-type {
  margin-right: 0;
}
.cmnHeader__innerRightBtnLink {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /* transition: 0.5s; */
}
/* .cmnHeader__innerRightBtnLink:hover {
  opacity: .6;
  transition: 0.1s;
} */
.cmnHeader__innerRightIcon {
  position: absolute;
  display: inline-block;
  background-repeat:no-repeat;
}
.cmnHeader__innerRightIcon--mypage {
  width: 12px;
  height: 21px;
  top: 6px;
  left: 21px;
  background-image: url('/sp/assets/img/header/new_icon_mypage.svg');
}
.cmnHeader__innerRightIcon--cart {
  width: 21px;
  height: 18px;
  top: 10px;
  left: 17px;
  background-image: url('/sp/assets/img/header/new_icon_cart.svg');
}
.cmnHeader__innerRightIcon--menu {
  width: 15px;
  height: 14px;
  top: 14px;
  left: 19px;
  background-image: url('/sp/assets/img/header/new_icon_menu.svg');
}
.cmnHeader__innerRightBtnLinkTxt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #16469b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 32px 0 7px 0;
}
.cmnHeader__innerRightNavToggleBtn {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cmnHeader__navToggleBtn {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#navToggle:checked ~ .cmnHeader__nav {
  right: 0;
}
.cmnHeader__nav {
  position: fixed;
  width: 80%;
  height: 100%;
  z-index: 100;
  top: 0;
  right: -80%;
  background-color: #676767;
  padding: 52px 0 0;
  -webkit-transition: .5s;
  transition: : .5s;
}
.cmnHeader__navCloseBtn {
  position: absolute;
  display: inline-block;
  width: 47px;
  height: 47px;
  z-index: 110;
  top: 13px;
  right: 9px;
  font-family: '游ゴシック体';
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 31px 8px 6px;
  transition: 0.5s;
}
.cmnHeader__navCloseBtn:hover {
  opacity: .6;
  transition: 0.1s;
}
.cmnHeader__navCloseBtn::before,
.cmnHeader__navCloseBtn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
  top: 12px;
  left: 23px;
}
.cmnHeader__navCloseBtn::before {
  transform: rotate(45deg);
}
.cmnHeader__navCloseBtn::after {
  transform: rotate(-45deg);
}
.cmnHeader__navCloseBtn:hover {
  color: #FFF;
  text-decoration: none;
}
.cmnHeader__navCloseBtn:visited {
  color: #FFF;
  text-decoration: none;
}
.cmnHeader__navUl {
  overflow-x: scroll;
  height: 100%;
  padding-bottom: 30px;
  text-align: left;
}
.cmnHeader__navLi {
  font-size: 2rem;
  line-height: 2rem;
  font-family: '游ゴシック体';
  color: #fff;
  padding: 8px 0 8px 40px;
  transition: .5s;
}
.cmnHeader__navLi:hover {
  opacity: .6;
  transition: .1s;
}
.cmnHeader__navTxt {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
  font-family: '游ゴシック体';
  color: #fff;
  padding: 8px 0 8px 40px;
  transition: all .5s;
  text-decoration: none;
}
.cmnHeader__navTxt:hover {
  opacity: .6;
  transition: all .5s;
  text-decoration: none;
}
.cmnHeader__navTxt:visited {
  transition: all .5s;
  color: #fff;
  text-decoration: none;
}
.cmnHeader__navLabel {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 2rem;
  line-height: 2rem;
  font-family: '游ゴシック体';
  color: #fff;
  padding: 8px 0 8px 40px;
  transition: all .5s;
}
.cmnHeader__navLabel:hover {
  opacity: .6;
  transition: all .1s;
}
.cmnHeader__navInput {
  display: none;
}
.cmnHeader__navChildUl {
  overflow-y: hidden;
  max-height: 0;
  transition: all .5s;
}
#navProductList:checked ~ .cmnHeader__navChildUl {
  max-height: 120vh;
  transition: all .5s;
  opacity: 1;
}
#navGuideList:checked ~ .cmnHeader__navChildUl {
  max-height: 30vh;
  transition: all .5s;
  opacity: 1;
}
#navQAList:checked ~ .cmnHeader__navChildUl {
  max-height: 45vh;
  transition: all .5s;
  opacity: 1;
}
#navAboutList:checked ~ .cmnHeader__navChildUl {
  max-height: 25vh;
  transition: all .5s;
  opacity: 1;
}
.cmnHeader__navChildLi {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: '游ゴシック体';
  color: #fff;
  transition: all .5s;
}
.cmnHeader__navChildLi:hover {
  transition: all .1s;
  opacity: .6;
}
.cmnHeader__navChildTxt {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: '游ゴシック体';
  color: #fff;
  padding: 6px 0 6px 58px;
  transition: all .5s;
  text-decoration: none;
}
.cmnHeader__navChildTxt:hover {
  opacity: .6;
  transition: all .5s;
  text-decoration: none;
}
.cmnHeader__navChildTxt:visited {
  transition: all .5s;
  color: #fff;
  text-decoration: none;
}

/* operate */
.cmnHeader__operate {
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    height: 56px;
    padding-right: 9px;
    margin: 0 auto 10px;
}
.cmnHeader__operate > h1 {
    float: left;
    margin: 20px 0 0 10px;
}
.cmnHeader__operate > ul {
    float: right;
    margin-top: 16px;
}
.cmnHeader__operate > ul > li {
    position: relative;
    float: left;
    margin-left: 8px;
}
.cmnHeader__operate > ul > li:first-child {
    margin-left: 0;
}
.cmnHeader__operate > ul > li > span {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -4px;
    right: 0;
    min-width: 12px;
    height: 12px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    background-color: #ff8282;
    border-radius: 50%;
    padding: 0 2px;
}

/* global navigation */
.cmnHeader__gNav {
    /*background-color: #00469B;*/
}
.cmnHeader__gNav > ul {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 30px;
    background-color: #00469B;
    margin: 0 auto 10px;
}
.cmnHeader__gNav > ul > li {
    display: table-cell;
    /*float: left;*/
    /*width: 107px;*/
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
}
.cmnHeader__gNav > ul > li:first-child {
    /*width: 106px;*/
    border-left: none;
}
.cmnHeader__gNav > ul > li > div {
    line-height: 20px;
}
.cmnHeader__gNav > ul > li > div:first-child {
    font-size: 1.3rem;
    padding: 5px 0;
}
.cmnHeader__gNav > ul > li > div > span {
    vertical-align: middle;
}
.gNav__menuTit--itemList:before,
.gNav__menuTit--useGuide:before,
.gNav__menuTit--shopList:before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 2px;
}
.gNav__menuTit--itemList:before {
    background-image: url("/sp/assets/img/gnavi/icon_gnaviItem.png");
}
.gNav__menuTit--useGuide:before {
    background-image: url("/sp/assets/img/gnavi/icon_gnaviGuide.png");
}
.gNav__menuTit--shopList:before {
    background-image: url("/sp/assets/img/gnavi/icon_gnaviShop.png");
}
.gNav__menuTit--itemList.current,
.gNav__menuTit--useGuide.current,
.gNav__menuTit--shopList.current {
    background-color: #0a338a;
}
.cmnHeader__gNav > ul > li > div > img {
    vertical-align: middle;
}
.gNav__menuListWrap {
    position: absolute;
    z-index: 75;
    top: 30px;
    left: 0;
    width: 100%;
}
.gNav__menuList {
    text-align: left;
}
.gNav__menuList > dt {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #0a338a;
    padding: 4px 10px;
}
.gNav__menuList > dd {
    overflow: hidden;
    font-size: 1.2rem;
    background-color: #00469B;
    border-bottom: 1px solid #dee9ff;
}
/*.gNav__menuList > dd:last-child {*/
    /*border-bottom: none;*/
/*}*/
.gNav__menuList > dd > a {
    display: block;
    position: relative;
    color: #fff;
    padding: 6px 10px;
}
.gNav__menuList > dd > a.gNav__menuList__linkArrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -8px;
    border-top: transparent 5px solid;
    border-right: none;
    border-bottom: transparent 5px solid;
    border-left: 8px solid #fff;
    margin: -5px 0 0 0;
}
.gNav__menuList__shopName {
    display: inline;
    float: left;
    text-decoration: underline;
}
.gNav__menuList__tel {
    display: inline;
    float: right;
    text-align: right;
    text-decoration: underline;
}
.gNav__menuClose {
    width: 100%;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #0a338a;
    padding: 5px 0;
}
.gNav__menuClose:before {
    content: "×";
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #0a338a;
    font-size: 1.1rem;
    line-height: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 7px;
}
.gNav__menuList__itemCategory {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 6px 10px;
}
.gNav__menuList__itemList {
    overflow: hidden;
    background-color: #dee9ff;
    padding: 8px 10px;
}
.gNav__menuList__itemList > li {
    float: left;
    color: #00469B;
    padding: 4px 0;
}
.gNav__menuList__itemList > li > a {
    color: #00469B;
}
.icon--weekday:before,
.icon--saturday:before,
.icon--sunday:before {
    display: inline-block;
    height: 15px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    margin-left: 3px;
}
.icon--weekday:before {
    content: "平日";
    width: 28px;
    background-color: #b5b5b6;
}
.icon--saturday:before {
    content: "土";
    width: 18px;
    background-color: #00469B;
}
.icon--sunday:before {
    content: "日祝";
    width: 28px;
    background-color: #ff8282;
}

/* tel bunner */
.cmnHeader__tel {
    display: block;
    width: 300px;
    margin: 0 auto;
}

.telNum {
    height: 28px;
    line-height: 28px;
    font-size: 2.8rem;
    color: #0D469B;
    text-align: center;
}
.freeTelNum {
    color: #fff;
    background-color: #0D469B;
    height: 22px;
    line-height: 22px;
    font-size: 1.2rem;
}
.freeTelNum .ttl {
    padding-right: .5rem;
}
.headerTelinfo {
    width: 256px;
    text-align: center;
    margin: 0 auto;
}

/* 1ヶ所送料無料！ */
.head_cont .balloon {
	position: absolute;
	z-index: 0;
	top: 18px;
	left: 210px;
	padding: 1px 4px 1px 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #ee8805;
}

.head_cont .balloon::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
  bottom: 4px;
  left: -11px;
  border-top: 3px solid transparent;
  border-right: 6px solid #ee8805;
  border-bottom: 3px solid #ee8805;
  border-left: 6px solid transparent;
  transform: rotate(-4deg);
}

.header_wrapper .logo_odms{
	float: left;
	width: 440px;
	height: 120px;
	margin-top: 10px;
}
/* ログイン情報 */
.headLoginInfo {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.headLoginInfo__name,
.headLoginInfo__mypage,
.headLoginInfo__cart {
	letter-spacing: -.09px;
	margin-left: 24px;
}

.headLoginInfo__name {
	font-size: 14px;
}

.headLoginInfo__mypage a,
.headLoginInfo__cart a {
	display: inline-block;
	margin-top: 0px;
    margin-left: 14px;
    margin-right: -9px;
    margin-bottom: -1px;
	color: #222;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	background: left center no-repeat transparent;
	transition: opacity .4s;
}

.headLoginInfo__mypage a:hover,
.headLoginInfo__cart a:hover {
	opacity: .6;
}

.headLoginInfo__cart span {
	margin-left: 1em;
}
/* top
========================================== */
/* contact */
.p-contactWrap {
  width: 100%;
  padding: 15px 10px 25px;
}
.p-contact__telWrap {
  font-family: '游ゴシック体';
  text-align: center;
  margin: 0 auto 5px auto;
}
.p-contact__telTop {
  margin-bottom: 5px;
}
.p-contact__telTopTxt {
  color: #16469b;
  font-size: 1.4rem;
  text-align: center;
  margin: auto;
}
.p-contact__telBottom {
  position: relative;
  margin-top: auto;
}
.p-contact__telBottomTxt {
  color: #16469b;
  line-height: 3.2rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-decoration: none;
}
.p-contact__telBottomTxt:hover {
  color: #16469b;
  text-decoration: none;
}
.p-contact__telBottomTxt:visited {
  color: #16469b;
  text-decoration: none;
}
.p-contact__telBottomTxt::before {
  content: url('/sp/assets/img/header/new_icon_tel.svg');
  position: relative;
  width: 32px;
  margin-right: 10px;
}
.p-contact__btnWrap {
  text-align: center;
  margin: 0 auto;
}
.p-contact__btnList {
  display: inline-flex;
}
.p-contact__btn {
  width: 135px;
  height: 40px;
  background-color: #e6edf6;
  text-align: center;
  margin-right: 10px;
}
.p-contact__btn:last-child {
   margin-right: 0;
}
.p-contact__btnLink {
  display: block;
  width: 100%;
  height: 100%;
  font-family: '游ゴシック体';
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #16469b;
  text-decoration: none;
  padding: 12px 0;
}

/* slider */
.topSliderWrap {
    max-width: 640px;
}
.topSliderWrap__topSlider {}
.topSliderWrap img.hide {
    display: none;
}
.bx-wrapper {
  margin-bottom: 40px;
}
.topSliderWrap .bx-wrapper img.hide {
    display: block;
}
.bx-controls {
    height: 14px;
    margin-top: 10px;
}
.bx-wrapper .bx-pager {
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #DEE9FF;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 8px;
    outline: 0;
    border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00469B;
}

/*
 * Topスライダー
 */
 .top_slide {
	margin-bottom: 24px;
}

.top_slide.theme-light .nivo-controlNav {
	text-align: center;
}

.top_slide.theme-light .nivo-controlNav a {
	background: none;
	background-color: #a0acbd;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 0 6px;
}
.top_slide.theme-light .nivo-controlNav a.active {
	background-color: #00469B;
}

/* かんたん1ステップ */
.topSimpleOrderWrap {
    width: 320px;
    margin: 20px auto 0;
}
.topSimpleOrderWrap > ul {
    overflow: hidden;
}
.topSimpleOrderWrap > ul > li {
    float: left;
    margin: 0 0 9px 10px;
}
.topSimpleOrderWrap > ul > li > a {
    display: block;
}

.c-bannerSection {
    position: relative;
}
.c-bannerWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  justify-content: space-between;
}
.c-bannerWrap::after {
  content: "";
  display: block;
  width: calc((100% - 10px) / 2);
}
.c-banner__content {
  /* border: 1px solid #707070; */
  /* background-color: #ebebeb; */
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;
}
.c-banner__content:nth-of-type(3n) {
  margin-right: 0;
}
.c-banner__img {
  width: 100%;
  height: 100%;
}

.c-bottomBannerWrap {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-evenly;
}
.c-bottomBanner__content {
  display: flex;
  align-items: center;
}
.c-bottomBanner__content--img {
  max-width: 180px;
}
.sctsecure__content {
  border:1px solid #dddddd;
  padding:10px 10px;
  width: 180px;
}

.c-section__ttlWrap {
  margin-bottom: 20px;
}
.c-section__ttl {
  text-align: center;
  font-family: '游ゴシック体';
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  line-height: 2.4rem;
}

/*
 * productAlignment - 商品整列表示 -
 */
.p-productAlignmentWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 20px 0 80px;
}
.p-productAlignment__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 10px) / 3);
  margin: 0 5px 20px 0;
}
.p-productAlignment__content:nth-of-type(3n) {
  margin-right: 0;
}
.p-productAlignment__content:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.p-productAlignment__innerContent {
  width: 100%;
  height: 100%;
}
.p-productAlignment__img {
  width: 100%;
  height: 100%;
}
.p-productAlignment__dd {
  margin: 0;
}
.p-productAlignment__productName {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}
.p-productAlignment__unit {
  font-size: 1.4rem;
  color: #000;
}
.p-productAlignment__price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ef3c82;
}

/*
 * 業種で選ぶ
 */
.c-chooseInIndustriesSection{
  position: relative;
  margin-bottom: 80px;
}
.c-chooseInIndustriesWrap{
  width: 100%;
  margin-top: 20px;
}
.c-chooseInIndustries__content {
  position: relative;
  min-width: 67%;
  margin: 10px;
}
.c-chooseInIndustries__content:last-child::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.c-chooseInIndustries__innerContent {
  height: 40px;
}
.c-chooseInIndustries__link {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-chooseInIndustries__img {
  width: 100%;
}
.c-chooseInIndustries__dl {
  display: flex;
}
.c-chooseInIndustries__dt {
  min-width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #0d469b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.c-chooseInIndustries__dd {
  margin: 0;
  width: calc(100% - 59px);
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 10px;
  color: #0d469b;
}
.c-chooseInIndustries__icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% + 12px);
  right: 10px;
  background-color: #000;
  border-radius: 100px;
  z-index: 1;
  transition: all .5s;
}
.c-chooseInIndustries__icon::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: 7px;
  z-index: 2;
}
.c-chooseInIndustries__icon:hover {
  opacity: .6;
  transition: all .1s;
}

/*
 * firstHowToTo - はじめての方へ -
 */
.p-firstHowToToSection {
  margin-bottom: 80px;
}
.p-firstHowToToWrap {
  background-color: #ffeaea;
  padding: 46px 10px;
  margin-top: 20px;
}
.p-firstHowToTo__txt {
  font-family: '游ゴシック体';
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  margin: 0
}
.p-firstHowToTo__btnArea {
  text-align: center;
  margin: 32px 0 37px;
}
.p-firstHowToTo__btn {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 5rem;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 100px;
  background-color: #3cc8b2;
  text-decoration: none;
  margin: 0 auto;
}

/* 商品一覧 */
.itemListBlock {
    display: table;
    width: 100%;
    margin-bottom: 24px;
}
.itemListBlock > div {
    display: table-row;
}
.itemListBlock a {
    position: relative;
    display: table-cell;
    width: 50%;
    font-size: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
}
.itemListBlock a:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
}
.itemListBlock a:hover {
    background-color: #e0e0e0;
}
.itemListBlock a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0px;
    border-bottom: transparent 5px solid;
    border-top: transparent 5px solid;
    margin: -5px 0 0 0;
}
.itemListBlock--sokujitsu a:after {
    border-left: 8px solid #ff6f89;
}
.itemListBlock--print a:after {
    border-left: 8px solid #0086eb;
}
.itemListBlock--business a:after {
    border-left: 8px solid #46bcf9;
}
.itemListBlock--season a:after {
    border-left: 8px solid #7fca1e;
}
.itemListBlock--display a:after {
    border-left: 8px solid #ffd119;
}
.itemListBlock--novelty a:after {
    border-left: 8px solid #ff7f7f;
}
.itemListBlock--wear a:after {
    border-left: 8px solid #ae84e1;
}
.itemListBlock  a > div {
    display: table;
    padding: 10px 18px 10px 10px;
}
.itemListBlock  a > div > img {
    display: table-cell;
    vertical-align: middle;
    margin-right: 6px;
}
.itemListBlock  a > div > p {
    display: table-cell;
    vertical-align: middle;
}

/* ピックアップ */
.imgList {
    max-width: 320px;
    /*width: 320px;*/
    text-align: center;
    margin: 0 auto;
}
.imgList > a {
    display: block;
    margin-top: 10px;
}
.imgList a:first-child {
    margin-top: 0;
}

/* twitter、Facebook */
.snsList {
    overflow: hidden;
    width: 320px;
    margin: 15px auto 0;
}
.snsList > a {
    float: right;
}
.snsList > a:first-child {
    float: left;
}



/* cart
========================================== */
.p-cartTtl {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #16469B
}

.p-cartLead {
  margin-bottom: 28px;
}

.p-cartInput[type="text"] {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 0;
}

.p-cartItemBlk {
  padding: 20px 10px;
  margin-top: 20px;
  background: #e6edf6;
}

.p-cartItemInfoDList {
  margin-bottom: 12px;
}

.p-cartItemInfoDList > dt {
  margin-bottom: 6px;
  color: #16469b;
  font-size: 18px;
  font-weight: bold;
}

.p-cartItemInfoDList > dd {
  margin-bottom: 16px;
  font-size: 18px;
}

.p-cartThumbList {
  display: flex;
  margin-bottom: 10px;
}

.p-cartThumbList > li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}

.p-cartThumbList > li:last-child {
  margin-right: 0;
}

.p-cartThumbList__link {
  display: block;
}

.p-cartThumbList__ttl {
  padding: 2px 4px;
  margin-bottom: 0;
  color: #fff;
  font-size: 10px;
  background: #16469b;
}

.p-cartThumbList__img {
  background: #e9e9e9;
}
.p-cartThumbList__img img{
  width: 100%;
}

a.p-cartBtn,
input.p-cartBtn {
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

a.p-cartBtn,
input.p-cartBtn {
}

a.p-cartBtn--del,
input.p-cartBtn--del {
  background: #6c7170;
}

a.p-cartBtn--app,
input.p-cartBtn--app {
  background: #ec758e;
}

.p-cartItemPriceBlk {
  margin-bottom: 20px;
  text-align: right;
}

.p-cartPrice {
  color: #ff4e00;
  font-size: 24px;
  line-height: 1;
}

.p-cartShippingWrap {
  text-align: center;
}

.p-cartShipping {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 auto 20px;
  color: #000;
  font-size: 24px;
  line-height: 1;
  border: 1px solid #707070;
}

.p-cartFluctuateBtnBlk {
  display: flex;
}

.p-cartFluctuateBtnBlk__btnWrap {
  width: calc((100% - 14px) / 2);
  margin-right: 14px;
}

.p-cartFluctuateBtnBlk__btnWrap:last-child {
  margin-right: 0;
}

.p-cartPriceDList {
  float: right;
}

.p-cartPriceDList > dt {
  clear: both;
  float: left;
  width: 3em;
  margin: 20px 40px 0 0;
  font-size: 24px;
  line-height: 1;
  text-align: right;
}

.p-cartPriceDList > dd {
  float: left;
  margin-top: 20px;
}

.p-cartTotal {
  margin-top: 20px;
  border-top: 1px solid #707070;
}

.p-cartControlBtnBlk {
  margin-top: 80px;
}

.p-cartControlBtnBlk__btnWrap {
  width: 54%;
  min-width: 200px;
  margin: 16px auto;
}

.p-cartControlBtnBlk__btnWrap:first-child {
  margin-top: 0;
}



.registServiceIconTit {
    font-size: 1.6rem;
    color: #00469B;
    margin-bottom: 20px;
}
.registServiceIcon {
    overflow: hidden;
    width: 300px;
    margin: 0 auto 15px;
}
.registServiceIcon > li {
    float: left;
    text-align: center;
    /*margin-left: 9px;*/
}
.registServiceIcon > li:first-child {
    margin-left: 0;
}
.registServiceIcon > li > img {
    margin-bottom: 12px;
}
.registServiceIcon > li > p {
    font-size: 1.6rem;
    text-align: left;
}
.orderNumTit {
    position: relative;
}
.orderNumTit__orderDel {
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 10px;
    color: #00469B;
    font-size: 1.2rem;
    background-color: #f7f8f8;
    border: none;
    border-radius: 4px;
    padding: 1px 4px;
}
.orderNumTit__orderDel:before {
    content: "×";
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    background-color: #00469B;
    border-radius: 50%;
}

.titleDelBtn {
    width: auto;
    color: #fff;
    font-size: 1.4rem;
    background-color: #ff8282;
    border: none;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 4px;
}

.orderFinal-order_disabled__info--sp {
    float: right;
    width: 140px;
    color: #ff8282;
    text-align: center;
    font-size: 1.6rem;
    padding: 6px 0;
    border: 2px solid #ff8282;
    border-radius: 4px;
}




/* category
========================================== */
.breadcrumWrap {
  margin: 10px 0 20px;
  padding: 0 10px;
}
.breadcrumb {
    height: 22px;
    overflow-x: auto;
    white-space: nowrap;
}
.cmnContWrap > .breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb > div {
    display: inline-block;
}
.breadcrumb span {
    margin-right: 3px;
}

.categoryItemList {}
.categoryItemList > li {
    border-bottom: 1px solid #999;
}
.categoryItemList__itemCategory,
.categoryItemList__itemCategory--sokujitsu,
.categoryItemList__itemCategory--print,
.categoryItemList__itemCategory--business,
.categoryItemList__itemCategory--season,
.categoryItemList__itemCategory--display,
.categoryItemList__itemCategory--novelty,
.categoryItemList__itemCategory--wear {
    font-size: 1.2rem;
    /*border-bottom: 1px solid #999;*/
    padding: 10px 28px 10px 10px;
}
.categoryItemList__itemCategory:after {
    border-top: 8px solid #00469B;
}
.categoryItemList__itemCategory--sokujitsu:after {
    border-top: 8px solid #ff6f89;
}
.categoryItemList__itemCategory--print:after {
    border-top: 8px solid #0086eb;
}
.categoryItemList__itemCategory--business:after {
    border-top: 8px solid #46bcf9;
}
.categoryItemList__itemCategory--season:after {
    border-top: 8px solid #7fca1e;
}
.categoryItemList__itemCategory--display:after {
    border-top: 8px solid #ffd119;
}
.categoryItemList__itemCategory--novelty:after {
    border-top: 8px solid #ff7f7f;
}
.categoryItemList__itemCategory--wear:after {
    border-top: 8px solid #ae84e1;
}
.categoryItemList__itemCategory--sokujitsu > img,
.categoryItemList__itemCategory--print > img,
.categoryItemList__itemCategory--business > img,
.categoryItemList__itemCategory--season > img,
.categoryItemList__itemCategory--display > img,
.categoryItemList__itemCategory--novelty > img,
.categoryItemList__itemCategory--wear > img {
    vertical-align: middle;
}
.cmnContBlock.mb40 ul li .categoryItemList__itemDesc {
  padding: 0 10px;
}
.cmnContBlock.mb40 ul li .categoryItemList__itemDesc .thumbImage {
  margin-bottom: 20px;
}
.cmnContBlock.mb40 ul li .categoryItemList__itemDesc .scrollTxt p {
  margin: 0;
}
.categoryItemList__itemDesc {
    overflow: hidden;
    /*border-bottom: 1px solid #c8c9c9;*/
    padding: 14px 10px 9px;
}
.categoryItemList__itemDesc > img {
    /*float: left;*/
    /*margin-right: 10px;*/
}
.categoryItemList__itemDesc__textWrap {
    overflow: hidden;
    height: 100px;
    font-size: 1.2rem;
}
.categoryItemList__itemDesc__textWrap .scrollTxt {
    overflow-x: auto;
    margin: 12px 0;
}
.categoryItemList__itemDesc__textWrap .dlTmpl {
    text-align: center;
    margin: 12px 0;
}
.categoryItemList__itemDesc__textWrap .dlTmpl a.btn {
    display: block;
    width: 240px;
    color: #fff;
    font-size: 1.4rem;
    background-color: #00469B;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 auto 20px;
}
.categoryItemList__itemDesc__textWrap img {
    width: auto;
    max-width: 100% !important;
}
.categoryItemList__itemDesc__readMore {
    width: 100%;
    height: 30px;
    color: #00469B;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
    background-color: #DEE9FF;
    margin: 5px auto 10px;
}
.categoryItemList__itemName--sokujitsu,
.categoryItemList__itemName--print,
.categoryItemList__itemName--business,
.categoryItemList__itemName--season,
.categoryItemList__itemName--display,
.categoryItemList__itemName--novelty,
.categoryItemList__itemName--wear {
}
.categoryItemList__itemName > li,
.categoryItemList__itemName--sokujitsu > li,
.categoryItemList__itemName--print > li,
.categoryItemList__itemName--business > li,
.categoryItemList__itemName--season > li,
.categoryItemList__itemName--display > li,
.categoryItemList__itemName--novelty > li,
.categoryItemList__itemName--wear > li {
    border-top: 1px solid #c8c9c9;
}
.categoryItemList__itemName > li > a,
.categoryItemList__itemName--sokujitsu > li > a,
.categoryItemList__itemName--print > li > a,
.categoryItemList__itemName--business > li > a,
.categoryItemList__itemName--season > li > a,
.categoryItemList__itemName--display > li > a,
.categoryItemList__itemName--novelty > li > a,
.categoryItemList__itemName--wear > li > a {
    display: block;
    color: #231815;
    background-color: #f7f8f8;
    /*padding: 14px 25px;*/
    padding: 14px 70px 14px 25px;
}
.categoryItemList__itemName--sokujitsu > li > a:after,
.categoryItemList__itemName--print > li > a:after,
.categoryItemList__itemName--business > li > a:after,
.categoryItemList__itemName--season > li > a:after,
.categoryItemList__itemName--display > li > a:after,
.categoryItemList__itemName--novelty > li > a:after,
.categoryItemList__itemName--wear > li > a:after {
    content: "注文へ";
    height: 20px;
    color: #fff;
    line-height: 20px;
    border: none;
    background-color: #FF8282;
    border-radius: 4px;
    padding: 0 6px;
    margin: -10px 0 0;
    /*border-left: 8px solid #ff6f89;*/
}
.categoryItemList__itemName--print > li > a:after {
    /*border-left: 8px solid #0086eb;*/
}
.categoryItemList__itemName--business > li > a:after {
    /*border-left: 8px solid #46bcf9;*/
}
.categoryItemList__itemName--season > li > a:after {
    /*border-left: 8px solid #7fca1e;*/
}
.categoryItemList__itemName--display > li > a:after {
    /*border-left: 8px solid #ffd119;*/
}
.categoryItemList__itemName--novelty > li > a:after {
    /*border-left: 8px solid #ff7f7f;*/
}
.categoryItemList__itemName--wear > li > a:after {
    /*border-left: 8px solid #ae84e1;*/
}

table.pdetail{
  clear: both;
	width:100%;
}
table.pdetail tr{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
table.pdetail td{
	padding:3px 0 3px 5px;
	width:30%;
  background-color: #f5f5f5;
}
table.pdetail td:nth-child(even){
	padding-left:10px;
	width:70%;
  background-color: #fff;
}

/* price table
========================================== */
.inputDl__txtLink {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    font-size: 1.0rem;
    text-decoration: underline;
    color: #00469B;
}
.refineInputWrap {
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 6px;
}
.refineInputWrap > input[type="text"] {
    width: 66px;
    padding: 4px;
}
/* dummy */
.dummyPriceTblOrigin {
    position: fixed;
    top: 0;
    visibility: hidden;
}
.dummyPriceTblOrigin__contWrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.dummyPriceTblOrigin__contWrap__display {
    display: table-cell;
    overflow: hidden;
}
.dummyPriceTblOrigin__contWrap__space {
    display: table-cell;
    width: 10px;
}
.priceTbl {
    table-layout: fixed;
    width: 100%;
    font-size: 1.2rem;
    border-top: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
}
.priceTbl th {
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #00469B;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.priceTbl td {
    vertical-align: middle;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.priceTbl thead tr:nth-child(2) {
    font-size: 1.0rem;
    text-align: center;
}
.priceTbl thead tr:nth-child(2) td {
    background-color: #DEE9FF;
}
.priceTbl tbody tr:nth-child(n + 1) {
    text-align: right;
    color: #00469B;
    font-weight: bold;
}
.priceTbl tbody tr:nth-child(n + 1) td:first-child {
    color: #231815;
    font-weight: normal;
    background-color: #DEE9FF;
}

/*
 * table [default]
 */
 table.default{
    width: 100%;
}
table.default th,
table.default td{
    border: 1px solid #e5e5e5;
    font-size: 1.4rem;
    background-color: #fff;
}
table.default th{
    background-color: #b5b5b6;
    text-align: center;
    color: #fff;
    padding: 10px;
}
table.default th.itemName{
    width: 40%;
}
table.default th.size{
    width: 40%;
}
table.default th.etc{

}
table.default td{
    padding: 7px 10px;
}
table.default tr.even td{
    background-color: #f5f5f5;
}
table.default td a{
    color: #07328c;
}
/*
 * table [price]
 */
 table.price th{
    background-color: #e6edf6;
    color: #000;
}
table.price th,
table.price td{
    text-align: center;
}
table.price td{
    cursor: pointer;
    color: #07328c;
    text-decoration: underline;
}
table.price td.title{
    cursor: default;
    color: #000;
    background-color: #e6edf6;
    text-decoration: none;
}
table.price th span{
    display: block;
}
table.price th span.typeImg{
    margin-top: 3px;
}
table.price tr th.active,
table.price tr td.active,
table.price tr.active td{
    background-color: #D6F3EE;
}
table.price tr td.select{
    background-color: #3CC8B2;
}

/* option
========================================== */
.orderChkList {
  margin-bottom: 20px;
}

.orderChkList > li {
  margin-top: 20px;
}

.orderChkList > li:first-child {
  margin-top: 0;
}

.optionMenuList {
    margin-bottom: 35px;
}
.optionMenuList__name {
    position: relative;
}
.optionMenuList__name__title {
    padding: 8px 10px;
    margin-bottom: 20px;
    color: #16469b;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #e6edf6;
}
.optionMenuList__name > div.jsMenuOpen:after {
    border-top: 8px solid #16469b;
}
.optionMenuList__name__title > img {
    vertical-align: middle;
    margin-right: 6px;
}
.optionMenuList__name__itemList {}
.optionMenuList__name__itemList > li {
    margin-top: 20px;
    color: #231815;
    font-size: 1.6rem;
    border-bottom: 1px solid #c8c9c9;
}
.optionMenuList__name__itemList > li:first-child {
    margin-top: 0;
}
.optionMenuList__name__itemList > li > label {
    display: block;
    padding-bottom: 20px;
}
.optionMenuList__name__itemList > li input[type="radio"] {
    margin-right: 10px;
}
.priceDisplayWrap {
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    font-size: 1.2rem;
    background-color: #DEE9FF;
}
.priceDisplayWrap__block {
    overflow: hidden;
    width: 320px;
    padding: 10px 16px;
    margin: 0 auto;
}
.priceDisplay__delivery {
    float: left;
}
.priceDisplay__delivery > span,
.priceDisplay__price > span {
    display: inline-block;
    width: 104px;
    color: #00469B;
    font-size: 1.6rem;
    text-align: center;
    background-color: #fff;
    padding: 2px 0;
    margin-left: 9px;
}
.priceDisplay__price {
    float: right;
}


/* upload
========================================== */
.delivOrderItemInfoList {
    background-color: #F5F5F5;
    padding: 6px 10px;
}
.delivOrderItemInfoList > li {
    font-size: 1.2rem;
}


/* upload
========================================== */
.bgGray {
    background-color: #f7f8f8;
}
.supplTxt {
    font-size: 1.0rem;
    margin-bottom: 0;
}
.uploadItemWrap {
    background-color: #f7f8f8;
    border-bottom: 1px solid #dbdcdc;
    padding: 22px 10px 12px;
}

.uploadChoiceWrap {
    padding: 12px 10px;
}
.uploadChoiceWrap .uploadChoiceWrap__urlInput {
    width: 100%;
    background-color: #fff;
    padding: 8px;
    margin: 4px 0 10px;
}
.uploadChoiceWrap__fileName {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 12px;
}
.uploadChoiceWrap__btnArea {
    text-align: center;
    margin-bottom: 16px;
}
.uploadChoiceWrap__btnArea__choiceFile {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 104px;
    height: 30px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #00469B;
    border: none;
    border-radius: 4px;
    padding: 5px 6px;
    margin-right: 13px;
}
.uploadChoiceWrap__btnArea__choiceFile input[type="file"] {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 104px;
    height: 30px;
}

/*.uploadChoiceWrap__choiceBtn {*/
    /*width: 104px;*/
    /*height: 30px;*/
    /*color: #fff;*/
    /*font-size: 1.2rem;*/
    /*background-color: #00469B;*/
    /*border: none;*/
    /*border-radius: 4px;*/
    /*padding: 5px 6px;*/
    /*margin-right: 13px;*/
/*}*/
.uploadChoiceWrap__clearBtn {
    width: 52px;
    height: 30px;
    font-size: 1.2rem;
    vertical-align: middle;
    background-color: #efefef;
    border: 1px solid #c9caca;
    border-radius: 4px;
    padding: 5px 6px;
}
.textLinkList a {
    text-decoration: underline;
}

/* membership
========================================== */
.inputDl__wrap--gray {
    font-size: 1.2rem;
    background-color: #f7f8f8;
    padding: 12px 14px;
}
.inputDl__wrap--gray > label {
    display: inline-block;
}
.inputDl__wrap--gray input[type="radio"] {
    vertical-align: middle;
}
.inputDl__radioWrap {
    font-size: 1.6rem;
    margin: 11px 0;
}
.inputDl__radioWrap > label {
    margin-left: 11px;
}
.inputDl__radioWrap > label:first-child {
    margin-left: 0;
}
.inputDl__loginIdInput > input {
    width: 100%;
    background: #fff;
    padding: 8px;
    margin-top: 10px;
}

.inputDl__lastNameWrap {
    /*float: left;*/
    display: inline-table;
}
.inputDl__firstNameWrap {
    /*float: right;*/
    display: inline-table;
}
.inputDl dd .inputDl__nameLabel {
    display: table-cell;
    width: 25px;
    font-size: 1.4rem;
    color: #00469B;
    line-height: 1;
    vertical-align: middle;
    background-color: #e2f0ff;
    border: 1px solid #c9caca;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 8px 4px;
}
.inputDl dd .inputDl__nameInput {
    display: table-cell;
    width: 122px;
    font-size: 1.4rem;
    border: 1px solid #c9caca;
    border-left: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    padding: 8px;
}
dl.inputDl > dd .inputDl__num2 {
    width: 46px;
}
dl.inputDl > dd .inputDl__num3 {
    width: 58px;
}
dl.inputDl > dd .inputDl__num3.placeholder_example {
    width: 88px;
}
dl.inputDl > dd .inputDl__num4 {
    width: 72px;
}
dl.inputDl > dd .inputDl__num4.placeholder_example {
    width: 102px;
}
dl.inputDl > dd .inputDl__num5 {
    width: 88px;
}
dl.inputDl > dd .inputDl__range {
    width: 120px;
}
.inputDl dt .inputDl__inputBtn {
    width: auto;
    color: #fff;
    font-size: 1.2rem;
    background-color: #00469B;
    border: none;
    border-radius: 4px;
    padding: 4px 6px;
}
.inputDl dd .inputDl__inputBtn {
    width: auto;
    color: #fff;
    font-size: 1.4rem;
    background-color: #00469B;
    border: none;
    border-radius: 4px;
    padding: 8px;
}

.iframeRuleWrap {
    border: 1px solid #e5e5e5;
}
/* cart
========================================== */
.cartInfo {
    overflow: hidden;
    width: 300px;
    margin: 0 auto 20px;
}
.cartInfo__itemSummary {
    float: left;
    width: 200px;
    height: 75px;
    font-size: 1.2rem;
    background-color: #efefef;
    padding: 10px 12px;
}
.cartInfo__itemSummary > dt {
    clear: both;
    float: left;
    text-align: right;
    width: 5em;
}
.cartInfo__itemSummary > dd {
    float: left;
    color: #00469B;
    margin-left: 1em;
}
.cartInfo__weightImg {
    float: left;
    width: 100px;
    height: 75px;
}
.checkTxt--l {
    font-size: 1.4rem;
}
.paymentList {
    margin-bottom: 40px;
}
.paymentList > li {}
.paymentList__method {
    color: #fff;
    font-size: 1.6rem;
    background-color: #00469B;
    border-bottom: 1px solid #fff;
    padding: 8px 11px;
}
.paymentList__method:after {
    border-top: 8px solid #fff;
}
.paymentList__method__check {
    margin-bottom: 10px;
}
.paymentList__method__check > li > label {
    display: block;
    color: #231815;
    font-size: 1.2rem;
    background-color: #fff;
    border-bottom: 1px solid #c8c9c9;
    padding: 10px 20px;
}
.paymentList__method__check > li:first-child  > label {
    border-top: 1px solid #c8c9c9;
}
.paymentList__method__check > li > label > input[type="radio"] {
    vertical-align: middle;
    margin-right: 4px;
}
.paymentList__method__check > li > label > img {
    vertical-align: middle;
}
.cartCheckTableWrap {
    border: 1px solid #c9caca;
    border-top: none;
    padding: 15px;
}
.radioList > label {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
}
.delvPoint {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px;
}

.cartThumb{
	background-color: #dcdddd;
    padding: 15px;
    text-align: center;
}
.cartThumb img {
	max-height: 250px;
	max-width: 250px;
	margin: 0 20px
}
.cartThumb--btn {
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
}
.cartThumb--btn li {
    display: inline;
}

/*
 * .cautionList
 */
 .cautionList{
	font-size: 116%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 24px;
}
.cautionList.default{
	font-size: 100%;
	font-weight: normal;
}
.cautionList.simple{
	font-weight: normal;
	color: #000;
}
.cautionList li,
.cautionList.simple.list li{
	text-indent: -1em;
	padding-left: 1em;
}
.cautionList.simple li{
	text-indent: 0;
	padding-left: 0;
}
.cautionList.single li{
	text-indent: 0;
	padding-left: 0;
}
.wall.caution .cautionTitle{
	font-size: 116%;
	font-weight: bold;
	color: #00469B;
	margin-bottom: 0.5em;
}
.article .cautionList,
.wall .cautionList,
.wall.caution .cautionList{
	margin-bottom: 0;
}
.wall.caution .cautionList li{
	margin-bottom: 0.5em;
}
.cautionList_container .cautionTitle{
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 6px;
}
.cautionList_container .cautionList.default{
	font-size: 108%;
	color: #000;
}

/* mypage
========================================== */
.mypageOrderPager {
    color: #00469B;
    font-size: 1.2rem;
}
.orderSearchBtn {
    display: inline-block;
    width: 90px;
    color: #fff;
    text-align: center;    font-size: 1.4rem;
    text-decoration: none;
    background-color: #00469B;
    border: none;
    border-radius: 4px;
    padding: 4px 0;
}
/* pdf校正 */
.myTabList {
    float: right;
    margin-right: 12px;
}
.myTabList > li {
    float: left;
    color: #00469B;
    font-size: 1.2rem;
    background-color: #dcdddd;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 9px;
    margin-left: 1px;
}
.myTabList > li.current {
    background-color: #f7f8f8;
}
.myTabList > li > a {
    color: #00469B;
}
.myPdfMassage {
    padding: 0 23px;
}
.myPdfMassage > textarea {
    width: 100%;
    background-color: #fff;
}

.pdfComp {
    color: #00469B;
    border: 2px solid #00469B;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.ui-dialog-content .btnArea--two {
    width: 280px;
}
.ui-dialog-content .btnArea--two > a,
.ui-dialog-content .btnArea--two > button {
    width: 120px;
}
#receipt_1 a {
    outline: 0;
}


/* ポイント履歴 */
.pointHistoryPager {
    color: #00469B;
    margin-bottom: 4px;
}
.pager_select {
    display: block;
    float: left;
    color: #00469B;
    text-align: center;
    background-color: #DEE9FF;
    border: 1px solid #DEE9FF;
    padding: 0 2px;
    margin-right: 3px;
}

/* 配送先登録 */
.favDelivDel {
    position: fixed;
    z-index: 80;
    top: 0;
    left: auto;
    width: 320px;
    background-color: #fff;
    border: 1px solid #c9caca;
    padding: 18px 17px;
    margin: 70px 0 0;
}
.favDelivDel__btnArea {
    overflow: hidden;
    width: 72%;
    margin: 0 auto 8px;
}
.favDelivDel__btnArea > button {
    float: left;
    font-size: 1.6rem;
    background-color: #dcdddd;
    border: none;
    border-radius: 6px;
    padding: 3px 14px;
}
.favDelivDel__btnArea > button:nth-child(even) {
    float: right;
}
.favDelivCall {
    max-width: 100%;
    font-size: 1.4rem;
    padding: 8px;
}


/* info
========================================== */
/* 利用規約 */
#conditionsOfUsePage .termsWrap {
    background-color: #f5f5f5;
    padding-top: 8px;
    padding-bottom: 8px;
}
#conditionsOfUsePage .termsList {}
#conditionsOfUsePage .termsList__tit {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 6px;
}
#conditionsOfUsePage .termsList__descList {
    font-size: 1.2rem;
    font-weight: normal;
}
#conditionsOfUsePage .termsList__descList li {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
}
/* サイトマップ */
.sitemapList {
    font-size: 1.2rem;
    background-color: #f5f5f5;
    padding: 8px;
    margin-bottom: 10px;
}
.sitemapList > li {
    margin-top: 8px;
}
.sitemapList > li:first-child {
    margin-top: 0;
}


/* footer
========================================== */
.c-commonFooter {
  width: 100%;
  margin-top: 80px;
}
.c-commonFooter__li {
  position: relative;
  background-color: #ebebeb;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.c-commonFooter__li::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 15px;
  right: 20px;
  z-index: 1;
}
.c-commonFooter__input {
  display: none;
}
.c-commonFooter__label {
  display: block;
  width: 100%;
  height: 50px;
  font-family: '游ゴシック体';
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #555;
  cursor: pointer;
  padding: 16px 20px;
  transition: all .5s;
}
.c-commonFooter__label:hover {
  opacity: .6;
  transition: all .1s;
}
.c-commonFooter__txt {
  display: block;
  width: 100%;
  height: 50px;
  font-family: '游ゴシック体';
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #555;
  cursor: pointer;
  padding: 16px 20px;
  margin: 0;
  transition: all .5s;
}
.c-commonFooter__txt:hover {
  opacity: .6;
  transition: all .1s;
}
.c-commonFooter__childUl {
  overflow-y: hidden;
  max-height: 0;
  transition: all .5s;
}
.c-commonFooter__childLi {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.c-commonFooter__childLi:first-child {
  border-top: 1px solid #fff;
}
.c-commonFooter__childLi:last-child {
  border-bottom: unset;
}
#footerToggle__productList:checked ~ .c-commonFooter__childUl {
  max-height: 120vh;
  transition: all .5s;
  opacity: 1;
}
#footerToggle__beginnerList:checked ~ .c-commonFooter__childUl {
  max-height: 5vh;
  transition: all .5s;
  opacity: 1;
}
#footerToggle__guideList:checked ~ .c-commonFooter__childUl {
  max-height: 30vh;
  transition: all .5s;
  opacity: 1;
}
#footerToggle__qaList:checked ~ .c-commonFooter__childUl {
  max-height: 40vh;
  transition: all .5s;
  opacity: 1;
}
#footerToggle__inquiryList:checked ~ .c-commonFooter__childUl {
  max-height: 5vh;
  transition: all .5s;
  opacity: 1;
}
#footerToggle__aboutList:checked ~ .c-commonFooter__childUl {
  max-height: 25vh;
  transition: all .5s;
  opacity: 1;
}
.c-commonFooter__childTxt {
  display: block;
  width: 100%;
  height: 30px;
  font-family: '游ゴシック体';
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #555;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 28px;
  transition: all .5s;
}
.c-commonFooter__childTxt:hover {
  opacity: .6;
  transition: all .1s;
}
.c-commonFooter__childTxt:visited {
  color: #555;
  text-decoration: none;
}
.commonFooter__pageTopBtn {
    position: relative;
    z-index: 1;
    display: block;
    width: 97px;
    height: 40px;
    color: #00469B;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    background-color: #efefef;
    padding: 18px 0 0;
    margin: 0 auto;
}
.commonFooter__pageTopBtn:before {
    border-right: 2px solid #00469B;
    border-top: 2px solid #00469B;
    content: "";
    margin: 0 0 0 -8px;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: rotate(-450deg);
    -webkit-transform: rotate(-45deg);
    top: 6px;
    width: 10px;
}
.commonFooter > ul {
    width: 100%;
    margin: 0 auto;
}
.commonFooter > ul > li {
    color: #fff;
    font-size: 1.6rem;
    background-color: #00469B;
}
.commonFooter > ul > li > div {
    border-bottom: 1px solid #fff;
    padding: 8px 25px;
}
.commonFooter > ul > li > div:after {
    border-top: 8px solid #fff;
}
.commonFooter > ul > li > ul {}
.commonFooter > ul > li > ul > li {
    color: #fff;
    font-size: 1.6rem;
    background-color: #DEE9FF;
}
.commonFooter > ul > li > ul > li > a {
    color: #00469B;
    border-bottom: 1px solid #fff;
    padding: 8px 25px;
}
.commonFooter > ul > li > ul > li > a:after {
    border-left: 8px solid #00469B;
}
.commonFooter__copy {
    height: 30px;
    background-color: #16469B;
    text-align: center;
    padding: 8px 0;
}
.commonFooter__copyTxt {
  font-family: '游ゴシック体';
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  margin: auto;
}

/* .footer_wrapper
========================================== */
.footer_wrapper{
	background-color: rgba(160, 172, 189, .2);
}
.footer{
	width: 350px;
	padding: 40px 0 30px;
	margin: 0 auto;
}

.footer__img {
	margin-bottom: 12px;
	text-align: center;
}

.footer__txt {
	color: #000;
	font-size: 12px;
	letter-spacing: -.07px;
  line-height: normal;
	text-align: center;
}

.footer__tel {
	margin: -6px 0 12px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.14px;
  line-height: normal;
	text-align: center;
}

.footer__copy {
	font-size: 11px;
	letter-spacing: -.07px;
  line-height: normal;
	text-align: center;
}
/* completion
========================================== */
.jsMyMenuOpen,
.jsOverLayer,
.jsPopOverLayer,
.jsMenuOpen {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* sitemap
========================================== */
.sitemap__itemList {
    overflow: hidden;
    padding: 8px 10px;
}
.sitemap__itemList > li {
    float: left;
    padding: 4px 0;
}
.sitemap__itemList > li > a {
    color: #00469B;
}

/* easy 1 step
========================================== */
.easyMainTit--flyer,
.easyMainTit--stitching,
.easyMainTit--poster,
.easyMainTit--businessCard,
.easyMainTit--envelope,
.easyMainTit--postCard,
.easyMainTit--compare {
    color: #ffe200;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 17px;
}
.easyMainTit--flyer {
    background-color: #ff7474;
}
.easyMainTit--stitching {
    background-color: #f99ab1;
}
.easyMainTit--poster {
    background-color: #ffb14e;
}
.easyMainTit--businessCard {
    background-color: #1bc19c;
}
.easyMainTit--envelope {
    background-color: #1bc19c;
}
.easyMainTit--postCard {
    background-color: #17ade8;
}
.easyMainTit--compare {
    background-color: #b997ca;
}
.easyMainTit--flyer > span,
.easyMainTit--stitching > span,
.easyMainTit--poster > span,
.easyMainTit--businessCard > span,
.easyMainTit--envelope > span,
.easyMainTit--postCard > span,
.easyMainTit--compare > span {
    color: #fff;
    font-weight: normal;
}
.easy1StepChoiceList--two,
.easy1StepChoiceList--three {
    width: 300px;
    margin: 0 auto
}
.easy1StepChoiceList--two > li,
.easy1StepChoiceList--three > li {
    float: left;
}
.easy1StepChoiceList--two > li {
    margin: 0 20px 10px 0;
}
.easy1StepChoiceList--two > li:nth-child(even) {
    margin: 0 0 10px 0;
}
.easy1StepChoiceList--three > li {
    margin: 0 15px 10px 0;
}
.easy1StepChoiceList--three > li:nth-child(3n) {
    margin: 0 0 10px 0;
}
.easy1StepChoiceList--two > li > a,
.easy1StepChoiceList--three > li > a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #00469B;
    border-radius: 6px;
    padding: 8px 0;
}
.easy1StepChoiceList--two > li > a {
    width: 139px;
}
.easy1StepChoiceList--two > li > a > img {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 8px;
}
.easy1StepChoiceList--three > li > a {
    width: 90px;
}
.easy1StepChoiceList--two > li > a.current,
.easy1StepChoiceList--three > li > a.current {
    background-color: #DEE9FF;
}
.table--compare {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
}
.table--compare th {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background-color: #00469B;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.table--compare th.definite {
    width: 150px;
    text-align: center;
}
.table--compare th.subth {
    color: #231815;
    background-color: #DEE9FF;
}
.table--compare td {
    color: #00469B;
    font-size: 1.0rem;
    vertical-align: middle;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 9px 4px;
}
.table--compare td select {
    width: 100%;
    color: #231815;
    font-size: 1.2rem;
    padding: 4px;
}
.table--compare td.opt select,
.table--compare td.deliv select {
    margin-bottom: 10px;
}
.table--compare td.opt select:last-child,
.table--compare td.deliv select:last-child {
    margin-bottom: 0;
}
.table--compare td span {
    display: inline-block;
    margin-bottom: 6px;
}
.table--compare td.estimate {
    padding: 10px;
}
.table--compare td.estimate dl {
    font-size: 1.2rem;
}
.table--compare td.estimate dl dt {
    clear: both;
    float: left;
    width: 50%;
    text-align: right;
}
.table--compare td.estimate dl dd {
    float: right;
    color: #231815;
    margin-bottom: 10px;
}
.estimate__btnArea {
    margin: 0 2px;
}
.estimate__btnArea__btn--gray,
.estimate__btnArea__btn--blue,
.estimate__btnArea__btn--pink {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    text-decoration: none;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px 0;
    margin-top: 12px;
}
.estimate__btnArea__btn--gray {
    color: #00469B !important;
    background-color: #efefef;
}
.estimate__btnArea__btn--blue {
    background-color: #00469B;
}
.estimate__btnArea__btn--pink {
    background-color: #ff8282;
}
.estimate__btnArea button:first-child {
    margin-top: 0;
}


/* review
========================================== */
#reviewPage {
    background-color: #DEE9FF;
}
#reviewPage .mainWrapArticle {
    width: auto;
    min-width: 0;
    border-radius: 8px;
    padding: 10px 0;
    margin: 10px 10px;
}
#reviewPage .cmnContBlock {
    width: auto;
}
#reviewPage .inputDl > dt {
    font-size: 1.2rem;
    margin-bottom: 6px;
}
#reviewPage .inputDl > dd {
    margin-bottom: 20px;
}
#reviewPage .inputDl__wrap--gray {
    padding: 8px 14px;
}
#reviewPage .inputDl__wrap--gray > label {
    line-height: 2;
    margin-right: 6px;
}
#reviewPage .inputDl__wrap--gray > label > input[type="radio"] {
    margin-right: 4px;
}
#reviewPage .commonFooter__copy {
    height: 30px;
    line-height: 30px;
}
#reviewPage .btnArea--two > a,
#reviewPage .btnArea--two > button {
    width: 120px;
}

/* sitemap
========================================== */
.sitemap__itemList {
    overflow: hidden;
    padding: 8px 10px;
}
.sitemap__itemList > li {
    float: left;
    padding: 4px 0;
}
.sitemap__itemList > li > a {
    color: #00469B;
}


/* アコーディオンメニュー　（用語集 /sp/yougo/ で使用）
他の箇所に追加されたとしても、今後使用できるようにしていく
========================================== */
.sideNav.topCategory.defaultFalse dd{
    display: none;
}
.sideNav.topCategory dt.title.slideNav{
    cursor: pointer;
}
.sideNav.topCategory dt.title.slideNav .slideNavBtn{
    background: url('../img/common/icon_slideNav_open.png') no-repeat right 50%;
    display: block;
}
.sideNav.topCategory dt.title.slideNav.active .slideNavBtn{
    background: url('../img/common/icon_slideNav_close.png') no-repeat right 50%;
}

/* breadcrumb_step
========================================== */

.breadcrumb_step {
  display: flex;
  width: calc(100% - 10px);
	margin-bottom: 20px;
}
.breadcrumb_step li {
  display: block;
  position: relative;
  background-color: #e6edf6;
  color: #000;
  line-height: 30px;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  width: 20%;
  margin: 0 6px 0 6px;
  padding: 0;
  text-align: center;
}
.breadcrumb_step li a {
    text-decoration: none;
    color: #000;
}
.breadcrumb_step li.current {
	background-color: #0d469b;
	color: #fff;
}
.breadcrumb_step li span {
  display: inline-block;
  z-index: 10;
  white-space: nowrap;
}
.breadcrumb_step li span.step {
	letter-spacing: .25rem;
}

.breadcrumb_step li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-width: 15px 0 15px 10px;
  border-style: solid;
  border-color: #e6edf6 #e6edf6 #e6edf6 transparent;
  right: 100%;
}
.breadcrumb_step li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #e6edf6;
  left: 100%;
}
.breadcrumb_step li:last-child {
	margin-right: 0;
}
.breadcrumb_step li:last-child:after {
}
.breadcrumb_step li.current:before {
  border-color: #0d469b #0d469b #0d469b transparent;
}
.breadcrumb_step li.current:after {
  border-left: 10px solid #0d469b;
}
.breadcrumb_step li:first-child {
	margin-left: 0;
}
.breadcrumb_step li:first-child:before {
	content: none;
}

/*
 * step5col
 */
.breadcrumb_step.step5col li {
	/*padding: 0;*/
}
.breadcrumb_step.step5col li:first-child {
	/*padding-left: 10px;*/
}
.breadcrumb_step.step5col li span.ttl {
}

/*
 * step6col
 */
.breadcrumb_step.step6col li {
	padding: 0;
}
.breadcrumb_step.step6col li:first-child {
	padding-left: 10px;
}
.breadcrumb_step.step6col li span.ttl {
	width: 100px
}

/* stepArea
========================================== */

.stepArea {
	width: 100vw;
	margin-top: 30px;
}

/*
 * .stepTtl
 */
.stepArea .stepTtl {
	background-color: #16469b;
	margin: 0 10px 20px;
  padding: 10px 0;
  text-align: center;
}
.stepArea .stepTtl h2{
  font-size: 2em;
  font-weight: bold;
  line-height: 2rem;
  color: #fff;
  border: unset;
	margin: 0;
}
.stepArea .cmnContWrap h3{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #16469b;
  background-color: unset;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
}
.stepArea .stepTtl span {
	display: block;
	font-size: 16px;
}
.stepArea .stepTtl .stepNum span {
    margin-top: -5px;
}
.stepArea .stepTtl .stepNum {
	position: absolute;
    left: 5px;
    top: -16px;
    width: 45px;
    height: 45px;
    line-height: 18px;
    padding-top: 6px;
    text-align: center;
    color: #00469B;
    background-color: #DEE9FF;
    border-radius: 50%;
    border: 2px solid #00469B;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.stepArea .stepTtl .stepTtlTxt {
	line-height: 28px;
	padding-left: 5rem;
	color: #fff;
}
.stepArea .stepTtl .ttlTxt {
	line-height: 28px;
	padding-left: 1rem;
	color: #fff;
}

.stepArea .stepTtl.includeLink .stepTtlTxt {
	float: left;
	height: 28px;
}
.stepArea .stepTtl.includeLink a {
	float: right;
	margin-right: 10px;
	height: 28px;
	line-height: 28px;
	vertical-align: bottom;
	color: #fff;
	text-decoration: none;
}
.stepArea .stepTtl.includeLink a:hover {
	text-decoration: underline;
}

/*
 * .tabArea
 */
.stepArea .tabArea {}

.stepArea .tabArea #tabBoxes {
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList {
	float: left;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  margin-right: 0;
  text-align: center;
  color: #fff;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li.current {
	background-color: #e6edf6;
	color: #00469B;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li a {
	color: #595757;
	display: block;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li a:hover {
	background-color: #e6edf6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #00469B;
}

/* #tabMenu */
.c-designCategory {
  width: 100%;
  position: relative;
}
.c-designCategory::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 30%;
  right: calc((100% - 70%) / 2 + 9px);
  z-index: 1;
}
.c-designCategory__select {
  display: block;
  width: 70% !important;
  cursor: pointer;
  text-overflow: ellipsis;
  background: #eee;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 auto;
}
.c-designCategory__count {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #000;
}
.c-designListWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 33px;
}
.c-designList__content {
  position: relative;
  width: calc((100% - 10px) / 3);
  margin: 0 5px 20px 0;
}
.c-designList__content:nth-of-type(3n) {
  margin-right: 0;
}
.c-designList__content:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.c-designList__plusIconWrap {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  cursor: pointer;
}
.c-designList__plusIcon {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-designList__imgWrap {
  width: 100%;
  height: calc(100vw / 3 - 20px);
  background-color: #e9e9e9;
  display: flex;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  transition: all .5s;
  align-items: center;
  justify-content: center;
}
.c-designList__imgWrap:hover {
  opacity: 0.6;
  transition: all .1s;
}
.c-designList__img {
  max-width: calc(100vw / 3 - 40px);
  max-height: calc(100vw / 3 - 40px);
}
.c-designList__imgLink {
  color: #727171;
  text-decoration: none;
}
.c-designList__Name {
  font-size: 1rem;
  padding-top: 5px;
}
.c-designListBottomWrap {
  text-align: center;
}
.c-designListBottom__link {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #16469b;
  transition: all .5s;
}
.c-designListBottom__link:hover {
  opacity: 0.6;
  transition: all .1s;
  text-decoration: none;
}
.c-designListBottom__link:visited {
  opacity: 0.6;
  transition: all .1s;
  text-decoration: none;
}

.stepArea .tabArea {
	width: 100%;
	background-color: #f2f6fa;
  padding: 20px 10px 50px;
}
.stepArea .tabArea .ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #16469b;
  margin-bottom: 20px;
}
.stepArea .tabArea #tabMenu {
	width: 100%;
	/* background-color: #DEE9FF; */
}

.stepArea .tabArea #tabMenu td {
	vertical-align: top;
}
.stepArea .tabArea #tabMenu ul {
	margin-left: 10px;
	float: left;
}
.stepArea .tabArea #tabMenu li {
    float:left;
}
.stepArea .tabArea #tabMenu li a {
    display:block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #D6F3EE;
    color: #3CC8B2;
    font-size: 1.2rem;
    text-decoration: none;
    margin-left: 3px;
}
.stepArea .tabArea #tabMenu li a.current {
background-color: #3CC8B2;
}
.stepArea .tabArea #tabMenu li:first-child a {
    margin-left: 0;
}

.stepArea .tabArea #tabMenu li a:hover {
    background-color: #3CC8B2;
    color: #FFFFFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.stepArea .tabArea #tabMenu li a.current {
    background-color: #3CC8B2;
    color: #FFFFFF;
}
.stepArea .tabArea #tabMenu ul > li > label {
	line-height: 2;
	vertical-align: middle;
}
.stepArea .tabArea #tabMenu .genreMain {
	width: 120px;
}
.stepArea .tabArea #tabMenu .genreSub {
}
.stepArea .tabArea #tabMenu .genreSub li {
	float: left;
	/* width: 220px; */
	margin-right: 10px;
}

/* #tabBoxes */
.stepArea .tabArea #tabBoxes {
	/* width: 710px; */
}
/*.stepArea .tabArea .tabBox {
  display: none;
}
.stepArea .tabArea #tabBox1.tabBox {
  display: block;
}*/

.stepArea .tabArea .viewItemNumTxt {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 18px;
}

.stepArea .tabArea .itemBoxArea {
	margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stepArea .tabArea .itemBoxArea .itemBox {
	width: 170px;
	height: 234px;
	margin: 0 2.5px 10px;
        /*border: solid 1px #3CC8B2;*/
	background-color: #e9e9e9;
}
.stepArea .tabArea .itemBoxArea .itemBox:nth-child(4n+1) {
	/* margin-left: 0; */
}

.itemBoxNumber {
    display: none;
}
.stepArea .tabArea .itemBoxArea .itemBoxNumber {
	position: relative;
    width: 170px;
	/* height: 15px; */
	padding: 0 0 5px;
	background-color: #e9e9e9;
    font-size: 12px;
    text-align: right;
}
.stepArea .tabArea .itemBoxArea .itemBoxNumber .templatename {
	display: block;
	box-sizing: border-box;
	width: 170px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stepArea .tabArea .itemBoxArea .itemBoxNumber .popup {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 10;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px;
	background-color: #FFF;
	border: 2px solid #0d469b;
}

.loading {
	display: none;
	text-align: center;
}
.template_end {
	display: none;
	margin-top: 30px;
	text-align: center;
}
.itemBoxNew {
    height: 15px;
    width: 170px;
    background-color: #e9e9e9;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}
.itemBoxNew span {
    padding-left: 5px;
    font-size: 16px;
}

.stepArea .tabArea .itemBoxArea .itemBox .itemBoxImg {
	width: 170px;
	height: 165px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxImg img {
	max-width: 150px;
	max-height: 150px;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn {
	height: 36px;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn > div {
	float: left;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle {
	width: 170px;
  height: 35px;
  /*border-top: solid 1px #3CC8B2;*/
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a {
	display: block;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	background-color: #FA768E;
	text-align: center;
	text-decoration: none;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a:hover {
	opacity: 0.5;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a .indent {
	padding-right: 1.0rem;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnView {
	width: 44px;
	height: 35px;
	border-top: solid 1px #3CC8B2;
	background-color: #fff;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnView a {
	display: block;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnView a img {
	padding: 7px 11px;
}
.stepArea .tabArea .itemBoxArea .notemplate {
	text-align: center;
}
.stepArea .tabArea .itemBoxArea .notemplate + .jqBackNoPrint{
	margin-left: 0;
}

/* itemBoxContent */
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxContent {
    position: relative;
}

/* itemBoxContentEnlarge */
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentEnlarge {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}

/* ■【rankingArea】 */
.stepArea .rankingArea {
  padding: 20px 0;
  background-color: #f2eed8;
}
.stepArea .rankingArea .rankingTitle {
  line-height: 2.4rem;
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #c9a064;
  text-align: center;
}
.stepArea .rankingArea .itemBoxArea {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}

.stepArea .rankingArea .itemBoxArea .itemBox {
  position: relative;
  min-width: 150px;
  background-color: #e9e9e9;
  margin: 0 10px 5px 0;
}
.stepArea .rankingArea .itemBoxArea .itemBox:first-child {
  margin-left: 10px;
}
.stepArea .rankingArea .itemBoxArea .itemBox:last-child::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxRanking {
    text-align: center;
    margin-bottom: 2px;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent {
    position: relative;
    background-color: #e9e9e9;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 38px 0 0;
    border-color: #646464 transparent transparent transparent;
    line-height: 0px;
    z-index: 200;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent.ranking1:before {
    border-color: #c9a064 transparent transparent transparent;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent.ranking2:before {
    border-color: #b5b5b6 transparent transparent transparent;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent.ranking3:before {
    border-color: #d47770 transparent transparent transparent;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent.ranking4:before,
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent.ranking5:before,
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent.ranking6:before {
    border-color: #0d469b transparent transparent transparent;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentRankingNumber {
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 210;
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFF;
    font-family: '游ゴシック体';
    color: #FFF;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentEnlarge {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    cursor: pointer;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentEnlarge a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain {
    z-index: 10;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain a.itemBoxContentMainLink:link,
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain a.itemBoxContentMainLink:visited,
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain a.itemBoxContentMainLink:hover,
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain a.itemBoxContentMainLink:active {
    color: #727171;
    text-decoration: none;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain .itemBoxImg {
  width: 150px;
  padding: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain .itemBoxImg img {
    width: 100%;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain a:hover .itemBoxImg img {
    opacity: 0.6;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxContent .itemBoxContentMain .itemBoxNumber {
    font-size: 1rem;
    padding-top: 5px;
    background-color: #F2eed8;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxBtn {
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle {
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a {
    display: block;
    line-height: 35px;
    font-size: 1.75rem;
    color: #fff;
    background-color: #FA768E;
    text-align: center;
    text-decoration: none;
}
.stepArea .rankingArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a .indent {
    padding-right: 1.0rem;
}


.selectTemplateArea {
  padding: 0 10px;
}
.selectTemplateArea .banner {
}
.selectTemplateArea .banner li {
  width: 100%;
}
.selectTemplateArea .banner li:first-child {
}
.selectTemplateArea .banner li span {
  width: 100%;
  line-height: 2rem;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #0d469b;
  padding: 6px 10px;
}
.selectTemplateArea .banner li div.selected {
  width: 100%;
  height: calc(100vw - 20px);
  background-color: #DCDDDD;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectTemplateArea .banner li div.unselected {
  width: 100%;
  height: calc(100vw / 2);
  background-color: #FFFFFF;
  padding: 16px;
}

.selectTemplateArea .banner li div img {
  max-height: calc(100vw - 40px);
  max-width: calc(100vw - 40px);
}

.selectTemplateArea .banner li div.unselected img {
    border: dashed #006dcc 2px;
}
.selectTemplateArea .banner li a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.selectTemplateArea .banner li a img {
    /*width: 365px;*/
    /*height: 104px;*/
}
.selectTemplateArea.confirm {
  margin-bottom: 40px;
}
.selectTemplateArea.confirm .banner li {
  margin-bottom: 20px;
}
.selectTemplateArea.confirm .banner li div{
    /*width: 710px;*/
}

.selectTemplateArea.confirm .banner li div img{
    max-width: 300px;
}
.selectTemplateArea.confirm .banner li span.re_edit .btn {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 20px;
}
.selectTemplateArea.confirm .banner li span.re_edit .btn:hover {
	color: #fff;
	background-color: #3CC8B2;
	opacity: 0.5;
}
.selectTemplateArea.confirm div.info {
    text-align: center;
    padding: 20px;
}

.selectTemplateArea.confirm div.info ul {
    margin-bottom: 20px;
}

.selectTemplateArea.confirm div.info ul li {
    margin-bottom: 8px;
}

.selectTemplateArea.confirm div.info ul li label.selected {
    color: #00469B;
    font-weight: 800;
}
.selectTemplateArea.confirm div.info ul li label:hover {
    color: #f39800;
    cursor: pointer;
}

.selectTemplateArea.confirm div.info div.message{
    /*margin-bottom: 20px;*/
    color: #e00;
    font-weight: 800;
    font-size: 14px;
}

.selectTemplateArea.confirm div.info span.confirmed{
    padding: 10px;
    background-color: #e6edf6;
    border: #0000ff solid 1px;
    border-radius: 5px;
    margin-left: 10px;
}

.selectTemplateArea.confirm div.info span.confirmed:hover{
    cursor: pointer;
}

.selectTemplateArea.confirm div.info input{
    line-height: 10px;
}


.reSelectArea {
  margin: 20px 0 30px;
}
.reSelectArea li{
  text-align: center;
}

.reSelectArea li a.btn {
  display: inline-block;
  text-align: center;
  width: auto;
  font-size: 1.4rem;
  background-color: #0d469b;
  padding: 5px 15px;
}
.reSelectArea li a.btn:hover {
	color: #fff;
	opacity: 0.5;
}

.reSelectArea li a.btn.step2 {

}
.reSelectArea li a.btn.reSelectAreaReturnBtn {
  background-color: #3CC8B2;
}
.reSelectArea li a.btn.reSelectAreaUnselectedBtn {
    background-color: #FA768E;
}

.selectTemplateArea--confirmcheck {
	padding: 0 10px;
}
.selectTemplateArea--confirmcheck p {
	width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  color: #0d469b;
  text-align: center;
  background-color: #e6edf6;
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.selectTemplateArea--confirmcheck ul {
	/* width: 500px; */
	margin: 0 auto 20px;
}
.selectTemplateArea--confirmcheck ul li {
	margin-bottom: 4px;
}
.selectTemplateArea--confirmcheck ul li label {
	font-size: 1.4rem;
}
.selectTemplateArea--confirmcheck .message p {
  background-color: unset;
  text-align: left;
	font-size: 1.4rem;
  color: #e00;
}
.selectTemplateArea--confirmcheck .message .emphasis p {
  font-weight: bold;
}
.selectTemplateArea--confirmcheck .short.btn2 {
	display: flex;
}
.selectTemplateArea--confirmcheck .toCart.btn {
	opacity: 0.3;
	cursor: default;
}
.selectTemplateArea--confirmcheck .to_cart_confirmed.btn {
	opacity: 1;
	cursor: pointer;
}
.selectTemplateArea--confirmcheck .toCart.btn:hover {
	/* background-color: #ff9d00; */
}

#priceBlock .price, #priceBlock .campaignPrice {
    text-align: right;
}

#priceBlock .priceOff > span {
    text-decoration: line-through;
}

.stepPrice {
    line-height: 40px;
    padding-left: 1.125rem;
    color: #ff4e00;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 50px;
}

.stepPriceText {
    font-size: 2.4rem;
    font-weight: 400;
    color: #000;
    line-height: 50px;
}

.stepCampaignPrice {
    line-height: 40px;
    padding-left: 1.125rem;
    color: rgb(250, 118, 142);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 50px;
}

.stepCampaignPriceText {
    background: rgb(250, 118, 142);
    font-size: 2.4rem;
    font-weight: 400;
    color: #FFF;
    /*float: right;*/
    line-height: 50px;
    padding: 6px;
}

.stepCopies {
    margin: 0;
    /*padding: 1px;*/
    width: 130px;
    height: 47px;
    line-height: 45px;
    font-size: 2.0rem;
    /*background: url(select.png);*/
    padding-left: 10px;
    border: 1px solid #000;
    text-align: center;
    /*border-radius: 5px;*/
}

/* STEP3
---------------------------------------- */
/* STEP3、カート */
.c-select {
  appearance: none;
  width: 100%;
  padding: 16px 40px 16px 28px !important;
  font-size: 16px !important;
  line-height: 1;
  background: url('/sp/assets/img/common/icn-select.svg') right 20px center no-repeat #fff;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
}

.p-step3Ttl {
  padding: 8px 10px;
  margin-bottom: 24px;
  color: #16469b;
  background: #e6edf6;
  line-height: 1;
}

/* 用紙 */
.p-step3PaperTbl {
  margin-bottom: 20px;
}

.p-step3PaperTbl tr {
  border-bottom: 1px solid #c1c1c1; 
}

.p-step3PaperTbl tr:first-child td {
  padding-top: 0;
}

.p-step3PaperTbl__td {
  padding: 20px 0;
  vertical-align: top;
}

.p-step3PaperTbl__td--desc {
  padding-left: 10px;
}

.p-step3PaperTbl__name {
  margin-bottom: 10px;
  font-size: 16px;
}

.p-step3PaperTbl__txt {
  margin-bottom: 0;
  font-size: 12px;
}

.p-step3BtnBlk {
  margin-top: 40px;
}

.p-step3BtnBlk__btnWrap {
  width: 50%;
  min-width: 240px;
  margin: 0 auto;
}

.p-step3Btn {
  display: block;
  padding: 12px !important;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
}

.p-step3Caution {
  margin: 20px 0 0;
  color: #fb5051;
}

.p-step3FixedBlk {
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 5px 6px;
  bottom: 0;
  background: #ee9802;
}

.p-step3FixedInput {
  display: flex;
  align-items: stretch;
}

.p-step3FixedInputUnit {
  display: flex;
  width: 100%;
  align-items: center;
}

.p-step3FixedInputUnit:nth-child(2) {
  margin-left: 12px;
}

.p-step3FixedInputUnit__name {
  flex-shrink: 0;
  margin: 0 8px 0 0;
  font-size: 10px;
  font-weight: bold;
}

.p-step3FixedInputUnit__inputWrap {
  width: 100%;
  height: 100%;
}

.p-step3FixedInputUnit__inputWrap > input {
  width: 100%;
  height: 100%;
  padding: 2px 4px;
  color: #717171;
  font-size: 10px;
  background: #fff;
  border: none;
  border-radius: 0;
}

.p-step3FixedInputUnit__name--price,
.p-step3FixedInputUnit__inputWrap--price > input {
  font-size: 12px;
}

.p-step3FixedInputUnit__inputWrap--price > input {
  text-align: right;
}

.p-step3FixedInput__param {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
  font-size: 10px;
}

.p-step3FixedInput__num {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.p-step3FixedInput__price {
  flex-shrink: 0;
  width: 35%;
}


.contentsEdit {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.contentsEdit .btnArea.short.btn2 {
  margin: 40px auto 0;
  width: 100%;
  display: flex;
}
.contentsEdit .btnArea.short.btn2 a {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.contentsEdit_sub {
	background-color: #dbdcdc;
	padding-bottom: 20px;
    /*display: table;*/
}

.contentsEdit div.contentsEditBlock {
    margin-bottom: 20px;
    /*background-color: #f3f3f3;*/
    text-align: center;
}
.contentsEdit_sub_img_block {
    /*width: 400px;
    /*display: table-cell;*/
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}
.contentsEdit_sub_img_block img {
    max-width: 300px;
    max-height: 200px;
}

.contentsEdit_sub_input_block {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    margin: 0 auto;
    padding-bottom: 20px;
}

.contentsEdit_sub_input_block table {
    /*border-spacing: 3px;*/
    /*border-collapse: separate;*/
    margin: 0 auto;
}

.contentsEdit_sub_input_block table tr {

    height: 30px;
}

.contentsEdit_sub_input_block table td:nth-child(1){
    background-color: #3cc8b2;
    color: #ffffff;
    padding-left: 5px;
    width: 25vw;
}
.contentsEdit_sub_input_block table td:nth-child(2) {
    text-align: left;
    background-color: #fff;
}
.contentsEdit_sub_input_block table input {
    width: 75vw;
    border-width: 0px;
    border-radius: 0;
    padding: 2px 10px;
    height: 26px;
    font-size: 104%;
    color: #999;
}
.contentsEdit_sub_input_block table input.text_edited {
	font-weight: bold;
	color: #000;
}
.btn.contentsEdit_sub_btn {
	font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
	background-color: #3cc8b2;
}

.contentsEdit span.title {
  display: block;
  line-height: 2rem;
  padding: 6px 10px;
  color: #fff;
  background-color: #0d469b;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.contentsEdit div.message {
    text-align: center;
}

.contentsEdit div.message span {
    color: #fa768e;
}

.contentsEdit div.message .messageContent span {
    vertical-align: middle;
}
.contentsEdit div.message .messageContent span.messageLeft {
    font-size: 1.4em;
    color: #fa768e;
    text-align: center;
}
.contentsEdit div.message .messageContent span.messageRight {
    color: #555;
    text-align: center;
}

.btn.contentsEdit_btn {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
}
.btn.contentsEdit_btn:hover {
	color: #fff;
	opacity: 0.5;
}

/* btnArea */
.btnArea.short {
    width: 80vw;
    text-align: center;
    margin: auto;
}
.btnArea.short.btn2 div {
  margin: 0 auto;
}
.btnArea.short.btn2 div .btn {
	display: block;
}
.selectTemplateArea--confirmcheck .btn {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	/* background-color: #ff9d00; */
}
.selectTemplateArea--confirmcheck .btn.small {
	width: 200px;
}
.selectTemplateArea--confirmcheck .btn:hover {
	color: #fff;
}

.btnArea.short.btn2 div.center-btn {
	margin: 0 auto;
	float: none;
}

table.default td.coupon{background-color: #ffe6e6;}

/*
 * #priceMdl
 */
 #priceMdl {
    display: none;
    position: fixed;
    z-index: 1010;
    top: 45%;
    left: 50%;
    width: 100%;
    max-width: 750px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 500px;
    overflow: scroll;
    background-color: #f6f6f6;
}
#priceMdl h5 {
	background-color: #00469B;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
}
#priceMdl h5 a.closePriceMdl {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#overBg {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/*
 * .thumbArea
 */
.thumbArea {
    width: 750px;
    overflow: hidden;
}
.thumbList > li {
    float: left;
}

.thumbImage {
    padding: 0;
}
.thumbImage img {
    width: 240px;
}
.novelty .thumbImage img {
    max-width: 170px;
    max-height: 170px;
}
#mainImage {
	position: relative;
	margin-bottom: 10px;
}
#mainImage li {
  display: none;
}
#mainImage li img {
	width: 100%;
}
#mainImage li:first-child {
	display: block;
}
#thum.thumbnailArea {
  position: relative;
  overflow: hidden;
}
#thum.thumbnailArea ul {
	position: relative;
  left: 50%;
  float: left;
}
#thum.thumbnailArea ul li {
  padding: 0;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
  left: -50%;
  float: left;
  background-color: #666;
}
#thum.thumbnailArea ul li img {
	width: 0;
	height: 0;
  display: none;
}
#thum.thumbnailArea ul li.active {
  background-color: #000;
}
.tabDescription{
    margin-bottom: 16px;
    color: #727171;
}

/*
 * .itemAboutArea.hasStep
 */
 .itemAboutArea.hasStep .abort {
   margin-bottom: 40px;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo {
 	margin-bottom: 1.5rem;
 }

 .itemAboutArea.hasStep .thumbInfo .itemInfo .itemInfoList{
     line-height: 20px;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo .itemInfoList li{
     color: #727171;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 >div,
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 >ul {
 	float: left;
 	margin-right: 1.5rem;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .ttl {
   color: #0d469b;
   line-height: 35px;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .ttlInfo > span {
 	margin-left: 0;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .ttlInfo > span:first-child {
 	margin-left: 0;
 }

 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .ttlInfo > span.priceNum {
     color: #f39800;
     font-size: 2.4rem;
 }

 .itemAboutArea.hasStep .thumbInfo .itemInfo.delidate h5 .ttl {
     line-height: normal;
     width: 20%;
 }

 .itemAboutArea.hasStep .thumbInfo .itemInfo.delidate h5 .ttlInfo {
     width: 20%;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo.delidate h5 .ttlInfo > span:first-child {
     margin-left: 0;
 }

 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .priceBtn {
 	margin-top: 4px;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .priceBtn a {
 	font-size: 1.25rem;
 	font-weight: normal;
 	text-decoration: none;
 	background-color: #219FF2;
 	color: #fff;
 	padding: 3px 13px 3px 16px;
 	border-radius: 3px;
 	letter-spacing: 3px;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .linkList li:before {
 	content: ">"
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .linkList li,
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .linkList a {
 	font-size: 1.4rem;
 	font-weight: normal;
 	color: #727171;
 }
 .itemAboutArea.hasStep .thumbInfo .itemInfo h5 .linkList a:hover {
 	color: #00469B;
 }

 .itemAboutArea.hasStep .thumbInfo .itemInfo .subTxt {
   float: none;
   margin: 0 0 1.5rem 70px;
 }

.itemAboutArea.hasStep .thumbInfo h1 {
    background-color: transparent;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
    padding: 0;
    color: #000;
}
.itemAboutArea.hasStep .thumbInfo .itemInfo div {
    float: left;
}
.itemAboutArea.hasStep .thumbInfo .itemInfo .linkList {
    float: left;
}
.itemAboutArea.hasStep .thumbInfo .itemInfo .priceBtn {
	margin-top: 6px;
}
.itemAboutArea.hasStep .thumbInfo .itemInfo .priceBtn a {
	font-size: 1.25rem;
	font-weight: normal;
	text-decoration: none;
	background-color: #219FF2;
	color: #fff;
	padding: 3px 13px 3px 16px;
	border-radius: 3px;
	letter-spacing: 3px;
}
.itemAboutArea.hasStep .thumbInfo .itemInfo .linkList li:before {
	content: ">"
}
.itemAboutArea.hasStep .thumbInfo .itemInfo .linkList li,
.itemAboutArea.hasStep .thumbInfo .itemInfo .linkList a {
	font-weight: normal;
	color: #727171;
}
.itemAboutArea.hasStep .thumbInfo .itemInfo h5 .linkList a:hover {
	color: #00469B;
}

table.deliveryDate {
    margin-bottom: 12px;
    width: 100%;
}
table.deliveryDate th, table.deliveryDate td {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 116%;
    text-align: center;
}
table.deliveryDate th {
    background-color: #d0dcf9;
    color: #07328c;
    padding: 0;
}
table.deliveryDate td {
    font-size: 100%;
    padding: 0;
}
table.deliveryDate td.closing {
    font-size: 95%;
}
table.deliveryDate th a {
    background-color: #d0dcf9;
    color: #07328c;
    display: block;
    padding: 10px 0;
}
table.deliveryDate td a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}
table.deliveryDate th.deliDate.current, table.deliveryDate th.deliDate.current a, table.deliveryDate td.deliDate.current, table.deliveryDate td.deliDate.current a, table.deliveryDate th.deadline.current, table.deliveryDate th.deadline.current a, table.deliveryDate td.deadline.current, table.deliveryDate td.deadline.current a {
    background-color: #ffc5c5;
}
table.deliveryDate th.deliDate.active, table.deliveryDate th.deliDate.active a, table.deliveryDate td.deliDate.active, table.deliveryDate td.deliDate.active a, table.deliveryDate th.deadline.active, table.deliveryDate th.deadline.active a, table.deliveryDate td.deadline.active, table.deliveryDate td.deadline.active a {
    background-color: #ffc5c5;
}
table.deliveryDate td.deliDate {
    cursor: pointer;
}

.optionSet_container .additional_dates{
    /* float: right; */
}
.optionSet_container .additional_dates li{
    float: left;
    margin-right: 5px;
}
.optionSet_container .additional_dates li.attention{
    float: none;
}
.optionSet_container .additional_dates li.last{
    margin:0;
}
.optionSet_container .additional_dates li a:hover{

    background-color: #ff8382;
    padding: 3px 0;
}

.optionSet_container .additional_dates li a{
    display: block;
    width: 70px;
    text-align: center;
    color: #fff;
    background-color: #bfbfbf;
    padding: 3px 0;
}

.inquiryImage {
    margin: 0 auto;
    max-width: 320px;
}

div.inquiryTelBox{
	text-align: left;
}
span.inquiryTelLabel{
	/* font-size: 1.2em; */
	color: #0d469b;
	font-weight: bold;
}
.inquiryTelNumber{
    font-size: 1.5em;
	color: #0d469b;
	text-decoration: none;
	font-weight: bold;
}

img.inquiryLogo {
    width: 170px;
    float: left
}

/* industryArea
========================================== */

.industryArea {
    /* width: 750px; */
}

.industryArea div.banner {
    text-align: center;
    /*margin: 0 auto;*/
}

.industryArea div.banner img {
    display: block;
    width: 100vw;
}
    
.industryArea .tabArea #tabBoxes {
    /*border-top: solid 12px #3CC8B2;*/
    padding-top: 16px;
}


/* #tabBoxes */
.industryArea .tabArea .tabBox {
    display: none;
}
.industryArea .tabArea #tabBox1.tabBox {
    display: block;
}

.industryArea .tabArea .itemBoxArea {
    /* margin-top: 6px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 20px;

}

.industryArea .tabArea .itemBoxArea .itemBox {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% - 18px) / 2);
    margin: 0 18px 20px 0;
}

.industryArea .tabArea .itemBoxArea .itemBox:nth-of-type(2n) {
    margin-right: 0;
  }
.industryArea .tabArea .itemBoxArea .itemBox:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

.industryArea .tabArea .itemBoxArea .itemBox .itemBoxImg {
    width: 100%;
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxImg img {
    width: 100%;

}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn {
    height: 36px;
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn > div {
    float: left;
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle {
    /* height: 37px; */
    /*border-top: solid 1px #3CC8B2;*/
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a {
    display: block;
    /*line-height: 35px;*/
    font-size: 1.15rem;
    color: #000;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a .indent {
    padding-right: 1.0rem;
}

.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle .thumbInfo dt,
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle .thumbInfo dd {
    margin: 0;
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle .thumbInfo dt.ttl {
    font-size: 1.2rem;
    font-weight: 700;
    color: #727171;
    /* padding: .75rem 0 .25rem; */
}
.industryArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle .thumbInfo dd.name {
    font-size: 1.2rem;
    font-weight: 400;
    color: #f39800;
}
