@charset "utf-8";

/* COMMON TITLE
----------------------------------------------- */
.ttlCmn2 {
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    padding: 5px 0 2px 10px;
    clear: both;
}

.ttlCmn02 {
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    padding: 5px 0 2px 10px;
    clear: both;
}

.ttlCmn2 .ttlBlk {
    color: #0075c1;
}

.ttlCmn3 {
    font-size: 16px;
    color: #0075c1;
    line-height: 1.2;
    padding: 10px 5px 5px;
    clear: both;
    border-bottom: solid 4px #ebebed;
}

.ttlRed {
    font-size: 16px;
    color: #f14f4c;
    line-height: 1.2;
    margin-bottom: 5px;
    clear: both;
}

.ttlBlue {
    font-size: 16px;
    color: #0075c1;
    line-height: 1.2;
    padding: 5px 0 2px 10px;
    clear: both;
}

.ttlRight {
    text-align: right;
    font-size: 11px;
    margin-top: -16px;
    margin-bottom: 2px;
    padding-right: 10px;
}

/* COMMON TEXT
----------------------------------------------- */
.txtRed {
    color: #f14f4c;
}

.txtBlue {
    color: #0075c1;
}

.txtMid {
    font-size: 16px !important;
}

.txtBig {
    font-size: 18px !important;
}

.txtCent {
    text-align: center;
}

/* COMMON BOX
----------------------------------------------- */
.grayBox {
    background: #ebebed;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.redBox {
    background: #ffefef;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.redBox p span {
    font-size: 12px;
}

.whiteBox {
    background: #fff;
    padding: 10px;
    margin: 0 10px 10px;
    border: solid 1px #ebebed;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.whiteBox h3 {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 5px;
}

.blueBox {
    background: #daf2ff;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.sblueBox {
    background: #EBF6FD;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.yellowBox {
    background: #fffca7;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.pic2ClmL {
    width: 100%;
    margin-bottom: 5px;
}

.pic2ClmR {
    width: 100%;
    margin-bottom: 5px;
}

/* COMMON LINK
----------------------------------------------- */
.linkArrow {
    background: url(../img/common/arrow2.gif) left 3px no-repeat;
    padding-left: 12px;
}

.backTop {
    clear: both;
    padding: 10px 10px 20px;
}

.backTop a {
    width: 100%;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #666;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #444;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btnCent1 {
    clear: both;
    padding: 10px;
}

.btnCent2 {
    clear: both;
    padding: 10px;
}

.btnCent2 a span {
    color: #f8e41c;
    position: absolute;
    width: 100%;
    height: 14px;
    text-align: center;
    font-size: 77%;
    top: 18px;
    left: 0;
}

.btnBlue {
    width: 100%;
    padding: 10px 0 5px;
}

.btnCent1 a,
.btnCent2 a,
.btnBlue a {
    width: 100%;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    background: #0075c1;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #00609e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 0;
}

/* CATEGORIES
----------------------------------------------- */
.txtCate1 {
    padding: 0 0 5px 10px;
    color: #0075c1;
    font-size: 14px;
}

.txtCate2,
.txtCate3 {
    padding: 0 0 5px 10px;
    font-size: 13px;
}

.pager {
    text-align: right;
    width: 100%;
    margin: 0 0 10px;
}

.pager li {
    display: inline-block;
    float: right;
}

.pager li a,
.pager li span {
    padding: 8px 10px 6px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
}

.pager li a:hover {
    text-decoration: none;
    background: #e7e7e7;
}

.pager li span {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #666;
}

.pager .next a {
    background: #0075c1;
    border: 1px solid #0075c1;
    border: none;
    margin: 1px 2px 0 2px;
    color: #fff;
}

.pager .prev a {
    background: #0075c1;
    border: 1px solid #0075c1;
    border: none;
    margin: 1px 2px 0 2px;
    color: #fff;
}

.pager .next a:hover,
.pager .prev a:hover {
    background: #2a99e1;
    border: 1px solid #2a99e1;
    border: none;
    margin: 1px 2px 0 2px;
    color: #fff;
}

/* ITEM
----------------------------------------------- */
.wrapYobiMoji {
    width: 96%;
    margin: 0 auto;
}

#itemL {
    width: 93.75%;
    padding: 10px 3.125% 10px;
    background: #ebebed;
    margin-bottom: 10x;
}

#itemL .bx-wrapper {
    margin: 0;
}

#itemL .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 10px;
    width: 100% !important;
    height: auto;
    left: 0;
}

#itemL .bx-wrapper .bx-loading {
    background: url(../img/top/bx_loader.gif) center center no-repeat #fff;
}

#itemL .bx-wrapper .bx-controls {
    display: none;
}

#itemL .bx-wrapper img {
    height: auto !important;
}

#itemL #bx-pager {
    width: 100%;
}

#itemL #bx-pager li {
    width: 46px;
    float: left;
    padding-right: 4px;
    padding-bottom: 4px;
}

#itemL #bx-pager li img {
    width: 42px;
    height: auto;
}

#itemL #bx-pager li a {
    border: solid 2px #fff;
    display: block;
}

#itemL #bx-pager a:hover,
#itemL #bx-pager a.active {
    border: solid 2px #ccc;
}

#itemR {
    width: 100%;
    margin-top: 30px;
}

#itemR p {
    font-size: 13px;
    padding: 0 12px 10px;
}

.itemDl1 {
    padding: 0 3.125% 10px;
}

.itemDl1 dt {
    color: #0075c1;
    font-size: 12px;
}

.itemDl1 dd {
    font-size: 13px;
}

.itemDl1 dd span {
    font-size: 124%;
    color: #ea514e;
    font-weight: bold;
}

.itemDl1 dd span.nouki {
    color: #333;
    display: inline-block;
    margin: 5px 0 10px;
    font-weight: bold;
    font-size: 100%;
}

.itemDl1 dd span.nouki br {
    display: none;
}

.itemDl2 {
    padding-bottom: 20px;
    padding: 0 3.125% 10px;
}

.itemDl2 dt {
    width: 8em;
    float: left;
    clear: both;
    font-size: 12px;
}

.itemDl2 dt span {
    float: right;
    color: #999;
}

.itemDl2 dd {
    padding-left: 9em;
    min-height: 1.5em;
    font-size: 12px;
}

.itemStep {
    width: 100%;
    clear: both;
    background: url(../img/common/arrow_down.gif) center bottom no-repeat;
    padding-bottom: 50px;
}

.ttlStep {
    line-height: 1.2;
    padding: 5px 0;
    clear: both;
}

.ttlStep span {
    font-size: 116%;
    color: #0075c1;
}

.stepColor,
.stepOpti {
    width: 100%;
    padding: 10px 0 0;
    background: #ebebed;
}

.stepColor li {
    width: 45.3125%;
    padding: 0 0 10px 3.125%;
    float: left;
}

.stepColor li label {
    border: solid 1px #ccc;
    display: block;
    background: #fff;
    padding: 9px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
}

.stepColor li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
}

.itemTextR {
    text-align: right;
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 11px;
}

.stepAmou {
    width: 100%;
    padding: 10px 10px 10px;
    background: #ebebed;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	white-space: nowrap;
overflow-x: auto;
}

.stepAmou table {
   width: 100%;
    background: #fff;
    /* table-layout: fixed;*/
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.stepAmou th,
.stepAmou td {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    line-height: 1.2;
    text-align: center;
}

.stepAmou th {
    padding: 8px 4px;
    background: #ecf7ff;
    font-weight: normal;
}

.stepAmou th.lot {
    width: 100px;
}

.stepAmou td {
    padding: 4px 4px;
    font-size: 108%;
}

.stepAmou .odd {
    background: #f5f5f5;
}

.stepAmou label {
    /*cursor: pointer;*/
    padding: 2px 0;
    display: block;
}

.stepAmou label:hover {
    color: #2a99e1;
    background: #eee;
}

.stepOpti li {
    width: 93.75%;
    padding: 0 0 5px 3.125%;
}

.stepOpti li label {
    border: solid 1px #ccc;
    display: block;
    background: #fff;
    padding: 9px;
    font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.itemStepBtn {
    width: 100%;
    clear: both;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
    background: #d2d2d5;
}

#cartBtn {
    padding: 10px 0;
    margin: 0 auto;
    clear: both;
    width: 240px;
    text-align: center;
    font-size: 18px;
    background: #0075c1;
    color: #fff;
    border-style: none;
    border-bottom: solid 3px #00416b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.itemBtn1 {
    width: 100%;
}

.itemBtn1 li {
    width: 93.75%;
    padding: 0 0 5px 3.125%;
}

.itemBtn1_1 a,
.itemBtn1_2 a {
    padding: 1em 0 0.6em;
    font-weight: bold;
    display: block;
    line-height: 1.1;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border: solid 3px #0075c1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.itemBtn1_2 a {
    padding: 0.9em 0 0.5em;
}

.itemBtn1_1 a:hover,
.itemBtn1_2 a:hover {
    border: solid 3px #2a99e1;
    background: #2a99e1;
    color: #fff;
    text-decoration: none;
}

.itemBtn2 {
    width: 240px;
    clear: both;
    margin: 0 auto 20px;
}

.itemBtn2 a {
    padding: 0.9em 0;
    margin-bottom: 10px;
    width: 240px;
    display: block;
    line-height: 1.1;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.itemBtn2 a:hover {
    background: #999;
    text-decoration: none;
}

#p_text_box {
    margin-bottom: 30px;
}

#p_text_box table {
    width: 100%;
    padding: 10px 0 0;
    background: #ebebed;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#p_text_box table th {
    width: 120px;
    padding: 20px 0 20px;
    text-align: center;
}

#p_text_box table td {
    padding: 10px 0 10px;
}

#p_text_box textarea {
    padding: 5px;
    width: 320px !important;
}

.bag_info p {
    margin-bottom: 5px;
    font-size: 11px;
}


.sample_link {
    clear: both;
    width: 80%;
    margin: 20px auto;
    padding: 0 0 0;
}

.sample_link a {
    width: 100%;
    position: relative;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 116%;
    font-weight: bold;
    background: #ffa500;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #d2691e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sample_link a:hover {
    top: 3px;
    text-decoration: none;
    background: #ff8c00;
    box-shadow: 0 2px 0 #d2691e;
}

.sample_link + p{
    font-size: 12px;
    margin-bottom: 10px;
}

.inquiry_btn {
    text-align: center;
    margin: 40px 0;
}

.inquiry_btn a {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color: #0075c1;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: bold;
    border: 3px solid #0075c1;
    width: 90%;
    font-size: 14px;
}


/* ITEM INFO
----------------------------------------------- */
.ul3Clm {
    width: 100%;
    padding-top: 10px;
    clear: both;
    overflow: hidden;
}

.ul3Clm li {
    width: 47%;
    float: left;
    padding: 0 1.5% 5px;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
}

.ul3Clm li img {
    margin-bottom: 2px;
}

/* STRONG POINT
----------------------------------------------- */
.ttlBlk span {
    font-size: 16px;
}

.picSrg {
    width: 90px;
    float: right;
    padding-left: 5px;
}

/* GUIDE INDEX
----------------------------------------------- */
.guideList {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.guideList li {
    padding-bottom: 10px;
}

.guideList li a {
    padding: 10px 15px 10px 5px;
    display: block;
    color: #444;
    font-size: 12px;
    background: url(../img/common/arrow_m.gif) 98% center no-repeat #fff;
    border: solid 3px #1982c7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.guideList li a strong {
    color: #0075c1;
    font-size: 16px;
}

.guideList li a:hover {
    text-decoration: none;
    background: url(../img/common/arrow_m.gif) 98% center no-repeat #ddf2ff;
}

/* GUIDE COMMON
----------------------------------------------- */
.listBlk {
    padding-left: 20px;
}

.listBlk li {
    list-style: disc;
    padding: 3px 0;
}

.listDeci {
    padding-left: 20px;
}

.listDeci li {
    list-style: decimal;
    padding: 3px 0;
}

.ulKome {
    padding-left: 1.2em;
}

.ulKome li {
    text-indent: -1.2em;
    padding: 3px 0;
    font-size: 14px;
}

.ulKome li span {
    color: #f14f4c;
}

.ulList1 {
    padding-left: 20px;
}

.ulList1 li {
    list-style: disc;
}

.ulList2,
.ulList3 {
    padding-left: 20px;
}

.ulList2 li {
    list-style: disc;
    color: #0075c1;
    font-size: 14px;
    padding: 3px 0;
}

.ulList3 li {
    list-style: disc;
    color: #f14f4c;
    font-size: 14px;
    padding: 3px 0;
}

.ulList2 li span,
.ulList3 li span {
    color: #333;
}

/* GUIDE NOUKI
----------------------------------------------- */
.ulNouki {
    width: auto;
    border: solid 1px #1982c7;
    margin: 0 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ulNouki li {
    float: left;
    width: 25%;
}

.ulNouki li a {
    display: block;
    border-right: solid 1px #1982c7;
    line-height: 1.2;
    padding: 10px 0 20px;
    text-align: center;
    color: #0075c1;
    font-size: 10px;
    background: url(../img/guide/arrow_down.gif) center 90% no-repeat #fff;
}

.ulNouki .liLast a {
    border-right: none !important;
}

.ulNouki li a strong {
    font-weight: normal;
}

.ulNouki li a span {
    color: #e74744;
    font-weight: bold;
}

#first,
#normal,
#slow,
#muji,
#faq1,
#faq2,
#faq3,
#faq4,
#faq5 {
    padding-top: 47px;
    margin-top: -47px;
}

/* GUIDE CARRIAGE
----------------------------------------------- */
.tbCmn1,
.tbCmn2 {
    width: 100%;
    background: #fff;
}

.tbCmn1 th,
.tbCmn1 td,
.tbCmn2 th,
.tbCmn2 td {
    border: solid 1px #ccc;
    padding: 3px;
    line-height: 1.2;
    font-size: 13px;
}

.tbCmn1 th {
    text-align: center;
    background: #777;
    color: #fff;
}

.tbCmn2 th {
    font-weight: bold;
    text-align: center;
}

.trGray {
    background: #f6f6f6;
}

.tbTdCent td {
    text-align: center;
}

.tdAlLeft {
    text-align: left !important;
}

.tdKanto {
    background: #f29600;
    color: #fff;
}

.tdChugoku {
    background: #e7364a;
    color: #fff;
}

.tdKyushu {
    background: #a574af;
    color: #fff;
}

.tdHokkai {
    background: #0080cb;
    color: #fff;
}

/* GUIDE DATE
----------------------------------------------- */
#aiGuide {
    padding: 10px 20px;
    background: #fff;
}

#aiGuide section {
    font-size: 14px;
}

#aiGuide .backTop {
    display: none;
}

.aiPicL {
    width: auto;
    float: left;
    padding: 0 20px 20px 0;
}

.currentTextHolder {
    font-size: 14px !important;
}

.pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
}

div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
}

.pp_content {
    width: 100% !important;
}

.pp_fade {
    width: 100% !important;
    height: 100% !important;
}

a.pp_expand,
a.pp_contract,
.pp_hoverContainer,
.pp_gallery,
.pp_top,
.pp_bottom {
    display: none !important;
}

#pp_full_res img {
    width: 100% !important;
    height: auto !important;
}

.pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
}

.pp_play {
    display: none !important;
}

.pp_arrow_next {
    margin-left: 10px !important;
}

a.pp_close {
    right: 7% !important;
    top: 10px !important;
}

.pp_content {
    width: 100% !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#pp_full_res iframe {
    width: 100% !important;
}

/* SALES TERMS
----------------------------------------------- */
.thSales {
    width: 4.5em;
}

.tbWhite tr {
    background: #fff !important;
}

/* GUIDE LARGE LOT
----------------------------------------------- */
.picLot {
    width: 90px;
    float: right;
    padding-left: 5px;
}

.officeList dl {
    padding-bottom: 10px;
    min-height: auto !important;
}

.officeList dt {
    font-size: 15px;
    font-weight: bold;
}

.officeList dd {
    font-size: 13px;
}

/* GUIDE FAQ
----------------------------------------------- */
.ulFaq {
    width: auto;
    border: solid 2px #1982c7;
    background: #fff;
    padding: 11px 11px 6px;
    margin: 0 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ulFaq li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.ulFaq li a {
    background: url(../img/common/arrow_down_s.gif) left center no-repeat;
    padding-left: 15px;
    line-height: 1.2;
    font-size: 13px;
}

.dlFaq dt {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 25px;
}

.dlFaq dd {
    font-size: 13px;
    padding: 0 0 10px 25px;
}

.dlFaq dt:before {
    content: "Q";
    font-size: 15px;
    margin-right: 10px;
    margin-left: -25px;
    color: #f14f4c;
    font-weight: bold;
}

.dlFaq dd:before {
    content: "A";
    font-size: 15px;
    margin-right: 10px;
    margin-left: -25px;
    color: #0075c1;
    font-weight: bold;
}

/* GUIDE PRINT
----------------------------------------------- */
.ulPrint {
    width: auto;
}

.ulPrint li {
    width: 36px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.ulPrint li img {
    border: solid 2px #fff;
}

.clL {
    clear: left;
}

.thPrint {
    width: 40px;
}

.tbPrint th,
.tbPrint td {
    font-size: 10px;
    font-weight: normal;
}

.tbPrint th img {
    border: solid 1px #ccc;
    vertical-align: middle;
    margin-left: 5px;
    display: block;
}

.thPrint img {
    margin: -3px !important;
    border: none !important;
}

/* CASE
----------------------------------------------- */
.casePic {
    width: 110px;
    float: left;
}

.caseIn {
    padding-left: 120px;
}

.caseIn h3 {
    font-size: 15px;
}

.caseIn dt {
    font-size: 13px;
    padding: 5px 0 0;
}

.caseIn dt span {
    display: none;
}

.caseIn dd {
    font-size: 13px;
    color: #888;
}

.ulBlue {
    padding-left: 20px;
}

.ulBlue li {
    list-style: disc;
    color: #0075c1;
    font-size: 13px;
    padding: 2px 0;
}

.ulBlue li span {
    color: #333;
}

/* FAX
----------------------------------------------- */
.faxHand1 {
    width: 45%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 15px;
}

.faxHand2 {
    width: 10%;
    float: left;
    text-align: center;
    padding-top: 50px;
}

.faxHand3 {
    width: 45%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #f14f4c;
    padding-bottom: 15px;
}

.thFax {
    width: 25%;
}



.btnCent1_org a {
    width: 100%;
    position: relative;
    line-height: 2;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    background: #F5A625;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #CB6600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 20px;
    box-sizing: border-box;
}

.btnCent1_org a:active {
    top: 5px;
    box-shadow: none;
}


.spNone {
    display: none;
}

/* ?L???b?V?????X?o?i?[
----------------------------------------------- */

.cashress_bnr a {
    background: url(https://www.just-shop.jp/html/guide/link/cashless_w570.jpg) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 16%
}

.cashress_bnr {
    margin: 0 0 5px;
}


#ecopalp {
    padding: 10px;
}


#ecopalp h4.title {
    font-weight: bold;
    font-size: 20px;
    color: #40210d;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
}

#ecopalp h4.title::after {
    margin-left: 5px;
    top: 3px;
    width: 30px;
    height: 30px;
    position: relative;
    content: url(../img/order/ecopaLP_icon.png);
}

#ecopalp p {
    text-align: center;
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 10px;
}

#ecopalp img {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

#ecopalp .line {
    margin: 30px 0;
    border: 1px dashed #40210d;
}

h2#page_925 {
    display: none;
}



div#exhibition {
    margin-bottom: 100px;
}



#exhibition div.ttl {
    background: url(../img/guide/exhibition_topback.jpg) no-repeat;
    width: 740px;
    height: 259px;
    margin-bottom: 30px;
}

#exhibition div.ttl p.ttl_txt {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-top: 80px;
    padding-left: 45px;
}

#exhibition div.ttl span.Stxt_or {
    font-size: 15px;
    color: #e4801e;
}

#exhibition h3.caption {
    font-size: 20px;
    color: #e4801e;
    font-weight: bold;
    margin: 1px auto;
    text-align: center;
}

#exhibition p.leadtxt {
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 1.8em;
}

#exhibition div.rankttl {
    background: url(../img/guide/rankttl.png) no-repeat;
    width: 740px;
    height: 109px;
    margin: 20px 0;
}

#exhibition div.rankttl p {
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 20px;
    padding-top: 60px;
}

#exhibition div.ranking {
    max-width: 740px;
    background-color: #dedede;
    padding: 10px;
}

#exhibition div.rankbox {
    background-color: #FFF;
    padding: 20px;
}

.pcNone {
    display: block !important;
}

.pcNone img {
    width: 100%;
}

.spbtn {
    padding: 0 10px;
}

#exhibition div.rankbox h5.no1 {
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 28px;
    border-bottom: solid 2px #ccb500;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#exhibition div.rankbox h5.no2 {
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 28px;
    border-bottom: solid 2px #9f9f9f;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#exhibition div.rankbox h5.no3 {
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 28px;
    border-bottom: solid 2px #805339;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#exhibition div.rankbox h5.no1:before {
    content: url(../img/guide/icon_no1.png);
    margin-right: 10px;
    display: inline-block;
}

#exhibition div.rankbox h5.no2:before {
    content: url(../img/guide/icon_no2.png);
    margin-right: 10px;
    display: inline-block;
}

#exhibition div.rankbox h5.no3:before {
    content: url(../img/guide/icon_no3.png);
    margin-right: 10px;
    display: inline-block;
}

#exhibition div.flex_wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#exhibition div.flex_wrap div.txtbox {
    width: 420px;
    text-align: left;
}

#exhibition div.flex_wrap div.pointtxt {
    width: 420px;
    text-align: left;
}




#exhibition div.flex_wrap div.txtbox p.price span.txtred {
    color: #F00;
    font-size: 20px;
    font-weight: bold;
}

#exhibition div.flex_wrap div.txtbox p.price span.big {
    color: #F00;
    font-size: 25px;
    font-weight: bold;
}








#exhibition a.link-no1 {
    padding: 20px;
    border: solid 2px #ccb500;
    color: #ccb500;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#exhibition a.link-no1:hover {
    padding: 20px;
    background-color: #ccb500;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#exhibition a.link-no2 {
    padding: 20px;
    border: solid 2px #9f9f9f;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}



#exhibition h7.other {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    border-bottom: double 7px #8a8a8a;
    border-top: double 7px #8a8a8a;
    text-align: center;
    margin: 50px auto 30px auto;
    display: block;
    padding: 15px;
}

#exhibition div.otheritem {
    max-width: 230px;
    margin-bottom: 20px;
}

#exhibition div.otheritem img {
    border: solid 1px #e0e0e0;
    max-width: 230px;
}

#exhibition div.otheritem p.syohin {
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    margin: 10px 0;
}

#exhibition div.otheritem p.price {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#exhibition div.otheritem p.price span {
    font-weight: bold;
    color: #F00;
}

#exhibition div.otheritem a.ORbtn {
    max-width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    color: #e3801e;
    border: solid 2px #e3801e;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 20px auto;
}

#exhibition div.otheritem a.ORbtn:hover {
    max-width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    color: #FFF;
    background-color: #e3801e;
    border: solid 2px #e3801e;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 20px auto;
}


#exhibition a.Inquiry {
    position: relative;
    max-width: 250px;
    text-align: center;
    background-color: #ffa300;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 0 #d37800;
    margin: 20px auto;
    display: block;
    font-weight: bold;
}

#exhibition a.Inquiry:hover {
    top: 5px;
    box-shadow: none;
}

#exhibition div.flex_wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

br.sp {
    display: block;
}

br.pc {
    display: none;
}

#exhibition div.flex_wrap div.txtbox p.price {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#exhibition div.flex_wrap div.txtbox p.spec {
    color: #626262;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: center;
}

#exhibition div.flex_wrap div.imgbox {
    width: 90%;
    text-align: center;
}


#exhibition h6.gold {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #ccb500;
    text-align: center;
    padding: 5px;
}

#exhibition h6.gold::before {
    display: none;
}

#exhibition h6.gold::after {
    display: none;
}


#exhibition h6.silver {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #9f9f9f;
    text-align: center;
    padding: 5px;
}

#exhibition h6.silver::before {
    display: none;
}

#exhibition h6.silver::after {
    display: none;
}

#exhibition h6.bronz {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #805339;
    text-align: center;
    padding: 5px;
}


#exhibition h6.bronz::before {
    display: none;
}

#exhibition h6.bronz::after {
    display: none;
}

#exhibition a.link-no1 {
    padding: 20px;
    border: solid 2px #ccb500;
    color: #ccb500;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#exhibition a.link-no1:hover {
    padding: 20px;
    background-color: #ccb500;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#exhibition a.link-no2 {
    padding: 20px;
    border: solid 2px #9f9f9f;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#exhibition a.link-no2:hover {
    padding: 20px;
    background-color: #9f9f9f;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#exhibition a.link-no3 {
    padding: 20px;
    border: solid 2px #805339;
    color: #805339;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#exhibition a.link-no3:hover {
    padding: 20px;
    background-color: #805339;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

div#no2 {
    margin-top: 10px;
}

div#no3 {
    margin-top: 10px;
}

p.cnt {
    text-align: center;
}

#exhibition div.otheritem {
    max-width: 190px;

    margin-bottom: 20px;
}

#exhibition div.otheritem img {
    border: solid 1px #e0e0e0;
    max-width: 190px;
}

#novelty div.flex_wrap div.txtbox p.price {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#novelty div.flex_wrap div.txtbox p.spec {
    color: #626262;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: center;
}

#novelty div.flex_wrap div.imgbox {
    width: 90%;
    text-align: center;
}


#novelty h6.gold {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #ccb500;
    text-align: center;
    padding: 5px;
}

#novelty h6.gold::before {
    display: none;
}

#novelty h6.gold::after {
    display: none;
}


#novelty h6.silver {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #9f9f9f;
    text-align: center;
    padding: 5px;
}

#novelty h6.silver::before {
    display: none;
}

#novelty h6.silver::after {
    display: none;
}

#novelty h6.bronz {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #805339;
    text-align: center;
    padding: 5px;
}


#novelty h6.bronz::before {
    display: none;
}

#novelty h6.bronz::after {
    display: none;
}

#novelty a.link-no1 {
    padding: 20px;
    border: solid 2px #ccb500;
    color: #ccb500;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#novelty a.link-no1:hover {
    padding: 20px;
    background-color: #ccb500;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#novelty a.link-no2 {
    padding: 20px;
    border: solid 2px #9f9f9f;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#novelty a.link-no2:hover {
    padding: 20px;
    background-color: #9f9f9f;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#novelty a.link-no3 {
    padding: 20px;
    border: solid 2px #805339;
    color: #805339;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#novelty a.link-no3:hover {
    padding: 20px;
    background-color: #805339;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

div#no2 {
    margin-top: 10px;
}

div#no3 {
    margin-top: 10px;
}

p.cnt {
    text-align: center;
}

#novelty div.otheritem {
    max-width: 190px;
    margin-bottom: 20px;
}

#novelty div.otheritem img {
    border: solid 1px #e0e0e0;
    max-width: 190px;
}

#graduation div.flex_wrap div.txtbox p.price {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#graduation div.flex_wrap div.txtbox p.spec {
    color: #626262;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: center;
}

#graduation div.flex_wrap div.imgbox {
    width: 90%;
    text-align: center;
}


#graduation h6.gold {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #ccb500;
    text-align: center;
    padding: 5px;
}

#graduation h6.gold::before {
    display: none;
}

#graduation h6.gold::after {
    display: none;
}


#graduation h6.silver {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #9f9f9f;
    text-align: center;
    padding: 5px;
}

#graduation h6.silver::before {
    display: none;
}

#graduation h6.silver::after {
    display: none;
}

#graduation h6.bronz {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #805339;
    text-align: center;
    padding: 5px;
}


#graduation h6.bronz::before {
    display: none;
}

#graduation h6.bronz::after {
    display: none;
}

#graduation a.link-no1 {
    padding: 20px;
    border: solid 2px #ccb500;
    color: #ccb500;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#graduation a.link-no1:hover {
    padding: 20px;
    background-color: #ccb500;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#graduation a.link-no2 {
    padding: 20px;
    border: solid 2px #9f9f9f;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#graduation a.link-no2:hover {
    padding: 20px;
    background-color: #9f9f9f;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#graduation a.link-no3 {
    padding: 20px;
    border: solid 2px #805339;
    color: #805339;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#graduation a.link-no3:hover {
    padding: 20px;
    background-color: #805339;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

div#no2 {
    margin-top: 10px;
}

div#no3 {
    margin-top: 10px;
}

p.cnt {
    text-align: center;
}

#graduation div.otheritem {
    max-width: 190px;
    margin-bottom: 20px;
}

#graduation div.otheritem img {
    border: solid 1px #e0e0e0;
    max-width: 190px;
}

#dojin div.flex_wrap div.txtbox p.price {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#dojin div.flex_wrap div.txtbox p.spec {
    color: #626262;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: center;
}

#dojin div.flex_wrap div.imgbox {
    width: 90%;
    text-align: center;
}


#dojin h6.gold {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #ccb500;
    text-align: center;
    padding: 5px;
}

#dojin h6.gold::before {
    display: none;
}

#dojin h6.gold::after {
    display: none;
}


#dojin h6.silver {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #9f9f9f;
    text-align: center;
    padding: 5px;
}

#dojin h6.silver::before {
    display: none;
}

#dojin h6.silver::after {
    display: none;
}

#dojin h6.bronz {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid 2px #805339;
    text-align: center;
    padding: 5px;
}


#dojin h6.bronz::before {
    display: none;
}

#dojin h6.bronz::after {
    display: none;
}

#dojin a.link-no1 {
    padding: 20px;
    border: solid 2px #ccb500;
    color: #ccb500;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#dojin a.link-no1:hover {
    padding: 20px;
    background-color: #ccb500;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#dojin a.link-no2 {
    padding: 20px;
    border: solid 2px #9f9f9f;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#dojin a.link-no2:hover {
    padding: 20px;
    background-color: #9f9f9f;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

#dojin a.link-no3 {
    padding: 20px;
    border: solid 2px #805339;
    color: #805339;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

#dojin a.link-no3:hover {
    padding: 20px;
    background-color: #805339;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
}

div#no2 {
    margin-top: 10px;
}

div#no3 {
    margin-top: 10px;
}

p.cnt {
    text-align: center;
}

#dojin div.otheritem {
    max-width: 190px;
    margin-bottom: 20px;
}

#dojin div.otheritem img {
    border: solid 1px #e0e0e0;
    max-width: 190px;
}



/* ECOPA */
.txtRight {
    text-align: right;
}

.ecopa_rmark {
    font-size: 11px !important;
}

h2#page_946 {
    display: none;
}

#ecopa_top .concepts .attention {
    color: #E34A4A;
}

#ecopa_top .concepts {
    padding: 20px 0;
    text-align: center;
}

#ecopa_top .concepts ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    text-align: left;
}

#ecopa_top .concepts ul li:nth-of-type(1) {
    background: url(../img/guide/concept_eco.jpg) 0 0 no-repeat;
    background-size: cover;
}

#ecopa_top .concepts ul li:nth-of-type(2) {
    background: url(../img/guide/concept_practicality.jpg) 0 0 no-repeat;
    background-size: cover;
}

#ecopa_top .concepts ul li:nth-of-type(3) {
    background: url(../img/guide/concept_color.jpg) 0 0 no-repeat;
    background-size: cover;
}

#ecopa_top .concepts ul li:nth-of-type(4) {
    background: url(../img/guide/concept_named.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-top: 45px;
}

#ecopa_top .concepts ul li {
    width: 48%;
    min-height: 30%;
    box-sizing: border-box;
    padding: 80px 15px 20px 15px;
    margin: 5px auto;
}

#ecopa_top .concepts ul li p {
    font-size: 12px;
    text-align: justify;
}

#ecopa_top .concepts ul li .ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#ecopa_top .concepts .lead {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.6;
}

#ecopa_top h3 {
    font-family: 'Josefin Slab', serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #acacac;
    text-align: center;
}

#ecopa_top .concepts h3 {
    margin: 30px 0 20px;
}

#ecopa_top .products {
    background: url(../img/guide/ecopa_list_bg.jpg) 0 0 repeat;
    background-size: auto;
    background-size: cover;
    padding: 30px 0 15px;
}

#ecopa_top .products li > div {
    background: #fff;
    position: relative;
}

#ecopa_top .products div img {
    max-width: 100%;
}

#ecopa_top .products div .info {
    padding: 0 5px 5px 5px;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
}

#ecopa_top .products div .info .name {
    display: block;
}

#ecopa_top .products div .info p {
    border-top: 1px dotted #666;
    padding: 5px 0 0;
    margin: 5px 0;
    font-size: 10px;
    line-height: 1.4;
}

#ecopa_top .products ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin: 20px auto 0;
}

#ecopa_top .products ul li {
    width: 49%;
    background: #fff;
    transition: all 0.4s 0s ease;
    margin-bottom: 8px;
}


#ecopa_top .products ul li a:hover {
    text-decoration: none;
}

#ecopa_top .products ul li a:hover img {
    opacity: 1;
}

.lpBox#ecopa_simple div.col2 div:nth-of-type(1) {
    width: 100%;
    background: url(../img/order/ecopa_simple_bottle.jpg) right 10px bottom 0 no-repeat;
    padding-bottom: 15px
}

.lpBox#ecopa_simple div.col2 div:nth-of-type(1) .sentence {
    width: 56%;
    margin: 0 0 0 10px
}

.lpBox p.main {
    width: 100%;
    height: auto;
    display: block;
}

.lpBox div.lead {
    background: none;
    width: auto;
    height: auto;
}

.lpBox div.txtbox {
    color: #3e3837;
    padding: 10px;
}

.lpBox p.ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
}

.lpBox p.txt {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;
    text-align: justify;
}

.lpBox div.col2 > div {
    width: 95%;
    margin: 10px auto;
}

.br-sp {
    display: none;
}

div.col2 {
    text-align: center;
}

div.col2 img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

div.col2 p.lead,
div.w100 p.lead {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

div.col2 p.fs16 {
    font-size: 12px;
    text-align: justify;
}

.lpBox .sentence {
    width: 96%;
    margin: 5px auto 20px;
    font-size: 12px;
    text-align: justify;
}


.lpBox .sentence.cnt{
    text-align: center;
}

.lpBox#ecopa_mini p.lead {
    margin: -30px 0 10px;
    font-size: 22px;
}

.lpBox#ecopa_mini p.lead img{
    margin: 0 0 10px;
}

.lpBox#ecopa_mini .printing {
    background-image:
        url(../img/order/ecopa_mini_printing.png),
        url(../img/order/ecopa_mini_graybg.png);
    background-repeat: no-repeat,repeat;
    background-position: top center, left;
    height: auto;
    margin: 30px 0 40px;
    box-sizing: border-box;
    padding: 10px 30px 20px;
}

.lpBox#ecopa_mini .printing div{
    padding-top:60%;
}

.lpBox#ecopa_mini .printing div p{
    margin: 15px 0 0;
    text-align: center;
}

.lpBox#ecopa_mini .printing div p.lead::before{
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    background: url(../img/order/ecopa_mini_n7.png) no-repeat 0 0 ;
    margin: 0 auto 10px;
}

.lpBox#ecopa_mini .top-lead{
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    }



/*MOTTERU*/

#motteru .lineupTtl {
    text-align: center;
    background: #9AB8A8;
    padding: 8px 0;
    font-size: 14px;
    margin: 50px 0 0;
    color: #fff;
    font-weight: bold;
}

#motteru .lineupTtl + h2 {
    margin-top: 20px
}

#motteru h2 {
    color: #545147;
    font-size: 22px;
    text-align: center;
    margin: 50px 0 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

#motteru h2 + p {
    color: #333;
    margin: 20px auto;
    width: 96%;
    font-size: 14px;
}

#motteru h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #9AB8A8;
    margin: 10px auto 0;
}

#motteru .byUse {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#motteru .byUse li {
    width: 24.9%;
    background-color: #F0EEEC;
    padding: 10px 5px 28px;
    text-align: center;
    margin: 0 1px;
    position: relative;
}

#motteru .byUse li img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}


#motteru .byUse li a {
    color: #333;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90% 10px 10px;
    box-sizing: border-box;
}

#motteru .byUse li a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #9AB8A8;
}


#motteru .grayBg .sozai_name {
    text-align: center;
    color: #333;
    font-size: 19px;
    margin: 15px 0;
}

#motteru .grayBg .sozai_name + p {
    margin: 0 auto 5px;
    font-size: 12px;
    width: 96%;
    text-align: justify;
}

#motteru .grayBg {
    background: #F0EEEC;
    padding: 5px 5px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#motteru .grayBg li {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 3px 0;
}



#motteru .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 98%;
    margin: 0 auto;
}

#motteru .item img {
    max-width: 100%;
    height: auto;
}

#motteru .item .name {
    font-size: 11px;
    line-height: 1.4;
    margin: 5px 0 0;
    text-align: justify;
}

#motteru .item .price {
    font-size: 10px;
    line-height: 1.4;
    margin: 5px 0 0;
}

#motteru .item .name,
#motteru .item .price {
    width: 90%;
    margin: 5px auto;
}

#motteru .item li {
    width: 33%;
    margin: 0 0 5px;
}

#motteru .item.half li {
    width: 49%;
}

#motteru .item.rank li {
    width: 33%;
    position: relative;
}

#motteru .item:not(.half)::after {
    content: "";
    display: block;
    width: 33%;
}


#motteru .item.rank li::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#motteru .item.rank li:nth-of-type(1)::before {
    background: url(../img/guide/motteru/rank1.png) 0 0 no-repeat
}

#motteru .item.rank li:nth-of-type(2)::before {
    background: url(../img/guide/motteru/rank2.png) 0 0 no-repeat
}

#motteru .item.rank li:nth-of-type(3)::before {
    background: url(../img/guide/motteru/rank3.png) 0 0 no-repeat
}

#motteru .item.rank li:nth-of-type(4)::before {
    background: url(../img/guide/motteru/rank4.png) 0 0 no-repeat
}

#motteru .item.rank li:nth-of-type(5)::before {
    background: url(../img/guide/motteru/rank5.png) 0 0 no-repeat
}

#motteru .item a {
    color: #000;
}

#motteru .item a:hover {
    color: #545147;
}

#motteru .grayBg .item {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    box-sizing: border-box;
}

#motteru .grayBg .item::before {
    content: "";
    display: block;
    width: 33%;
    order: 1;
}

#motteru .grayBg .item::after {
    content: "";
    display: block;
    width: 33%;
}

#motteru dl.useType {
    width: 100%;
    margin: 0 0 10px
}

#motteru dl.useType dt {
    font-size: 18px;
    color: #545147;
    margin: 15px auto;
    text-align: center;
}

#motteru dl.useType dt img {
    width: 50px;
    height: auto;
    margin: 0 10px 0 -40px;
}

#motteru dl.useType dd p {
    font-size: 13px;
    width: 96%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: justify;
}

#motteru dl.useType dd p br {
    display: none;
}

#page_957 {
    display: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
#page-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

#page-top a {
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}


#tyotokkyu div.flex_wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}

#tyotokkyu div.flex_wrap p.product {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#tyotokkyu a.blue_button {
    display: block;
    position: relative;
    background: #2d43a5;
    width: 22rem;
    padding: 1em;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .1rem;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 30px;
}

#tyotokkyu a.blue_button:hover {
    opacity: 0.6;
}

#tyotokkyu .blue_button:before {
    content: "";
    position: absolute;
    top: 46%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

#tyotokkyu .blue_button:after {
    content: "";
    position: absolute;
    top: 54%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}

#tyotokkyu div.aquabox {
    background-color: #d4ebf3;
    padding: 20px;
}

#tyotokkyu p.naname {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

#tyotokkyu p.naname span {
    color: #f00;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 8px;
    transform: skewX(-8deg);
    border: 1.5px solid #f00;
    border-radius: 5px;
    margin-right: 10px;
}

#tyotokkyu p.reception {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

#tyotokkyu p.reception span {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}


#tyotokkyu table.nouki {
    background-color: #fff;
    border: 1px solid #eee;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

#tyotokkyu table.nouki th {
    width: 30%;
    text-align: center;
    border: 1.5px solid #d4ebf3;
}

#tyotokkyu table.nouki td.navy {
    background-color: #2d43a5;
    width: 10%;
    color: #fff;
    padding: 5px;
    border: 1.5px solid #d4ebf3;
}

#tyotokkyu table.nouki td.pink {
    background-color: #e02755;
    width: 10%;
    color: #fff;
    padding: 5px;
    border: 1.5px solid #d4ebf3;
}

#tyotokkyu table.nouki td.white {
    background-color: #fff;
    width: 10%;
    color: #000;
    padding: 10px 0;
    border: 1.5px solid #d4ebf3;
}

#tyotokkyu div.aquaback {
    background-color: #269ac2;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

#tyotokkyu div.whiteback {
    background-color: #fff;
    padding: 20px;
}

#tyotokkyu div.whiteback p.case {
    font-weight: bold;
    font-size: 18px;
    color: #269ac2;
    text-align: left;
}

#tyotokkyu p.border {
    border-bottom: 1px dashed #cccccc;
    margin: 20px 0 30px 0;

}

#tyotokkyu div.whiteback p.centence {
    font-size: 14px;
    font-weight: lighter;
    color: #000;
    margin: 10px 0;
    line-height: 1.6em;
}

#tyotokkyu div.whiteback p.centence span.bold {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 2em;
}

#tyotokkyu p.caution {
    font-weight: 300;
    font-size: 18px;
    color: #f00;
    text-align: left;
    margin: 30px 0 10px 20px;
}

#tyotokkyu table.caution {
    margin: 0 20px;
    border: 1px solid #ccc;
}

#tyotokkyu table.caution th {
    width: 20%;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    padding: 30px 0;
    border: 1px solid #ccc;
    text-align: center;
}

#tyotokkyu table.caution td {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    padding: 30px 20px;
    border: 1px solid #ccc;
    text-align: left;

}

#tyotokkyu p.sentence {
    font-size: 13px;
    font-weight: 400;
    padding: 15px;


}

#tyotokkyu p.lead {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
}



#tyotokkyu p.othercaution {
    font-size: 14ps;
    text-align: left;
    margin: 20px 20px 100px 20px;
    ;
    color: #000;
}

div#feature_lp {
    margin-bottom: 200px;
}


h2#page_962 {
    display: none;
}

#feature_lp p.main-img {
    width: 100%;
    margin-bottom: 30px;
}

#feature_lp p {
    font-family: "ヒラギノ角ゴシック Pro";
    font-feature-settings: "palt";
}

#feature_lp p.txt {
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    margin-top: 10px;
}

#feature_lp div.pickup {
    margin-top: 30px;
    padding: 20px;

    background-color: #f5f5f5;
}

#feature_lp div.flex-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature_lp div.flex-wrap div {
  max-width: 42%;
padding: 10px;
background-color: #fff;
margin-bottom: 20px;
}

#feature_lp div.pickup p.point {
    color: #FF9300;
font-size: 12px;
font-weight: bold;
line-height: 19px;
margin-bottom: 10px;
}

#feature_lp div.pickup img {
    width: 100%;
    margin-bottom: 10px;
}

#feature_lp div p.product {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}

#feature_lp div p.price {
    font-size: 12px;
font-weight: 200;
color: #000;
text-align: center;
margin-top: 10px;
}

#feature_lp div p.price span {
    font-weight: 600;
    color: #f00;
    display: block;
}

#feature_lp div a:hover {
    text-decoration: none;
    opacity: 0.6;
}

#feature_lp div.pickup h3 {
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

#feature_lp div.pickup h3 span {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

#feature_lp div.imgbox {
    position: relative;
    margin: 20px;
}

#feature_lp div.imgbox img {
   width: 100%;
}

#feature_lp div.imgbox div.txtbox {
      background: rgba(255, 255, 255, 0.83);
  max-width: 400px;
  height: auto;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: justify;
}

#feature_lp div.imgbox p.lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#feature_lp h4 {
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    
}

#feature_lp h4 span {
    text-align: center;
    font-size: 16px;
    color: #FF9300;
    font-weight: bold;
}


#feature_lp h4:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 50px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #666666;
    /*下線の色*/
    
}

#feature_lp div.lineup {
   display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 10px;
margin-top: 40px;
}

#feature_lp div.lineup img {
    width: 100%;
    margin-bottom: 10px;
}

#feature_lp div.lineup div {
border: 1px solid #e1e1e1;
background-color: #fff;
padding: 10px;
width: 42%;
text-align: center;
margin-bottom: 22PX;
}



#feature_lp div p.price span {
    font-weight: 600;
    color: #f00;
}

#feature_lp div a:hover {
    text-decoration: none;
    opacity: 0.6;
}

#feature_lp div.contactBox {
    border: 2px solid #F2A700;
padding: 22px;
display: flex;
justify-content: space-between;
border-radius: 10px;
margin: 50px 20px;
flex-wrap: wrap;
}

#feature_lp div.contactBox div.txtbox {
    max-width: 370px;
    height: 200px;
}

#feature_lp div.contactBox div.txtbox p.catch {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    
}

#feature_lp div.contactBox div.txtbox p.smalltxt {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: lighter;
}

#feature_lp div.contactBox div.txtbox p.tel {
    text-align: justify;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

#feature_lp div.contactBox p.tel::before {
    background: url(../img/column/telicon.svg) no-repeat;
    width: 35px;
    height: 35px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
}

#feature_lp div.contactBox a.orangeBtn {
    display: block;
    padding: 10px;
    background: #F2A700;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
}

.spe_icon{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 10px 0 0;
}

.spe_icon li{
box-sizing: border-box;
    border: 2px solid #EBEBED;
    padding: 3px 0;
}

.spe_icon li:nth-of-type(2) img{
   display: inline-block;
    padding: 0 3px;
    border-right: 1px solid #EBEBED;
    width: 18%;
    box-sizing: border-box;
}
.spe_icon li:nth-of-type(2) img:last-child{
    border-right: 0;
}
.spe_icon li:nth-of-type(1){
    border-right: 0;
    flex: 1 0 18%;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 10px;
    display: flex;
}

.option_info_html1 .ttlRight{
    margin-top: auto;
}

#itemStepOption48013 .stepOpti{
    display: flex;
    flex-wrap: wrap;
}

#itemStepOption48013 .stepOpti li:nth-of-type(2),
#itemStepOption48013 .stepOpti li:nth-of-type(3){
    width: 48%;
    box-sizing: border-box;
    text-align: center;
}

#itemStepOption48013 .stepOpti li:nth-of-type(2) img,
#itemStepOption48013 .stepOpti li:nth-of-type(3) img{
    margin-bottom: 10px;
}

/* ぱれっとシリーズ------------------------------------- */

#palette_box01 h4.blue_line {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
	color: #4F5456;
}

#palette_box01 h4.blue_line::before, #palette_box01 h4.blue_line::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #4F5456;
    margin: 10px 15px;
    position: relative;
}

#palette_box01 .small_ttl01,#palette_box01 .small_ttl02,#palette_box01 .small_ttl03 {
	padding: 1px;
    background-position: center top;
    background-repeat: no-repeat;
}

#palette_box01 .small_ttl01 {
    background-image: url(../img/guide/small_ttl_size.png);	
}

#palette_box01 .small_ttl02 {
    background-image: url(../img/guide/small_ttl_shape.png);	
}

#palette_box01 .small_ttl03 {
    background-image: url(../img/guide/small_ttl_feature.png);	
}

#palette_box01 .small_ttl02 h4, #palette_box01 .small_ttl03 h4 {
    font-size: 20px;
}

#palette_box01 .bag_list ul.item_flex_wrap {
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
}

#palette_box01 .item_flex_wrap {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    margin: 0 20px 30px;
}

#palette_box01 .item_flex_wrap a {
	text-decoration: none;
}


#palette_box01 .item_flex_wrap dl{
	text-align: center;
}

#palette_box01 .item_flex_wrap dl {
    margin: 10px 0 20px;		
}

#palette_box01 .item_flex_wrap dt {
	font-size: 16px;
	font-weight: bold;
	color: #0A7AC3;
    padding: 5px;
}

#palette_box01 .item_flex_wrap dd {
	width: 150px;
	color: black;
}


#palette_box01 .detail_bottom {
    font-size: 14px;
	color: #FFF;
	text-align: center;
    width: 100px;
    border-radius: 100px;
    margin: 5px auto;
    padding: 3px 0;
    background: #0A7AC3;
}

.detail_bottom i {
	border: solid 1px white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

i.arrow_right {
    transform: rotate(-45deg);
    margin: 0 0 1px 4px;
}

#palette_box01 .btn_palette a {
	width: 90%;
    position: relative;
    line-height: 55px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 131%;
    font-weight: bold;
    background: #00A4FF;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #0075C1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	margin: 30px auto 0;
}

#palette_box01 .btn_palette a:hover{
    top: 3px;
    text-decoration: none;
    background: #0066a8;
    box-shadow: 0 2px 0 #00416b;	
}


#palette_box02 .pLeft {
    /* float: left !important; */
    clear: none !important;
    /* width: 49% !important; */

}

#palette_box01 .slash{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	margin: 30px 0 0;
}

#palette_box01 .slash::before{
	content: "＼";
	padding: 8px;
}

#palette_box01 .slash::after{
	content: "／";
}

#palette_box01 .attention{
	color: red;
}

#palette_box02 span.ttlRed {
    font-size: 108%;
}

#palette_box01 .btn_sample {
	display: block;
	text-align: center;
	width: 350px;
	margin: 0 auto 80px;
}

#palette_box02 .ttl_article {
	margin: 40px 10px 5px;
}

#palette_box02 .pic2ClmR p {
    margin: 0 0 8px !important;
}

#palette_box02 .pic2ClmR img {
    margin: 0 0 3px;
}

#palette_box02 .pic2ClmR {
    width: auto !important;
}

#palette_box02 .pLeft a {
    font-size: 110%;
    line-height: 20px;
    padding: 8px 0 5px;
}


#palette_box01 .item_flex_wrap a:hover{
    text-decoration: none;
    opacity: 0.6;
}