@charset "UTF-8";

/**
    privacy-page
*/
h2,h3,.ec-role,.information-item a{
  color:#222!important;
}
p, li {
    font-weight: bold;
}

.privacy-hedding {
    margin: 50px auto 50px;
    text-align: center;
}

.privacy-hedding h2 {
    font-size: 24px;
    font-weight: bold;
    font-weight: 600;
}

.privacy-box {
    padding-bottom: 50px;
    border-bottom: 1px solid#CCCCCC;
}

.privacy-list {
    padding-left: 24px;
}

.li-box {
    margin: 82px auto 0;
}

.ol-box {
    margin: 75px auto 79px;
}

div.content-end-bar#privacy-content-end-bar {
    margin: 75px auto 0;
}

/*
    guide-menu
*/
.ec-pageHeader{
    position: relative;
}
.guide-menu {
    position: absolute;
    top: 27px;
    right: 100px;
    color:rgb(82, 82, 99);
}
.guide-menu:hover{
    color:#9da3a9;
}
.guide-menu img {
    margin-right:5px;
    margin-bottom: 5px;
}

/*
    tradelaw-page
*/
.tradelaw-table {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 80px;
    font-weight: bold;
}

.tradelaw-table tr {
    border-bottom: 1px solid #CCCCCC;
}

.tradelaw-table th{
    background-color: #F5F0E8;
    width: 33%;
    height: 90px;
    text-align: right;
    padding-right: 32px;
}

.tradelaw-table td {
    width: 67%;
    height: 90px;
    padding-left: 32px;
    padding-right: 32px;
}

/*
    question-page
*/
.question-box {
    border-bottom: 1px solid #999999;
    cursor: pointer;
}

.top-line {
    border-top: 1px solid #999999;
}

.question-title {
    padding:28.5px 35px 28.5px 35px;
    font-weight: bold;
    display: flex;
}


.question-toggle {
  background-color: #F5F0E8;
  padding: 31px 63px;
  margin-bottom: 50px;
  line-height: 27px;
}
.dis-none {
    display: none;
}

.a-btn {
    margin-top: 30px;
    width: 210px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #444444;
    border: 1px solid #444444;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;
}
.a-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: #aa8420;
    border: 1px solid #999999;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;

}

.d-block {
    display: inline-block;
    text-align: center;
    height: 40px;
	/*
    line-height: 40px;
	*/
	padding: 8px 0 10px;
}

.text-space {
    margin-top: 38px;
}

/**
    shopping_guide-page
**/
.guide-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    background-color: #FFFFFF;
    height: 260px;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    border-radius:3px;
}

.guide-item {
    padding-top: 40px;
    padding-left: 20px;
    height: 260px;
    list-style: none;
}

.guide-item li {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.guide-item li:first-child {
    font-size: 1.2em;
    background-size: 20px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    margin: 0px 0px 22px 8px;
    background-position: 3% 50%;
}

.guide-item li:not(:first-child){
    font-size: 0.9em;
    margin-bottom: 5px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 16px;
    margin-left: 4px;
    background-position: 4% 50%;
}

.guide-item li a {
    text-decoration: none;
    color: #222222;
}

.guide-item li:first-child a {
    font-weight: bold;
}

.path-box {
    margin: 80px auto;
    text-align: center;
}

.path-box a {
    display: inline-block;
    color: #222222;
    width: 320px;
    height: 60px;
    line-height: 60px;
    border: solid 1px #999999;
    border-radius: 3px;
    text-decoration: none;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;
	font-size: 16px;
}
.path-box a:hover {
    background: #aa8420;
    color: #fff;
    border: 1px solid #999999;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/**
    online-service page
**/


#page_help_online_services .information-item img{
    margin-top:40px;

}
.credit-img-box li img {
	margin-top: 0;
}
/*
 add 2021-03-29
*/
.conveni-img-box li img {
	margin-top: 0;
}

.information {
    width: 100%;
    text-align: center;
    margin-bottom: 44px;
}

.information-box {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 80px;
}

.information-item {
    margin-bottom: 70px;
}

.information-item h3{
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
	.information-item h3{
		margin-bottom: 30px;
	}
}

.information-item h4 {
    margin-bottom: 20px;
}

.information-item p, li {
    line-height: unset;
    font-weight: normal !important;
}
.information-item li{
  list-style:none;
}

.information-item a {
    display: inline-block;
    color: #444444;
    text-decoration: underline;
    margin-top: 21px;
    padding-left: 20px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.information-item a.link-img {
    background-image: url('/html/template/default/assets/svg/icon_openwindow.svg') !important;
}

.information-item a:hover {
    color: #CCCCCC;
}
.tradelaw-table-right a:hover {
    /*color: #aa8420;*/
    opacity: 0.7;
    /*text-decoration: none;*/
}
.white-space-vertical {
    margin: 5px 0;
}

.o-w-auto {
    width: auto !important;
}

.o-mt-5 {
    padding-top: 5px;
}

.o-mt-10 {
    padding-top: 10px;
}

.o-mt-40 {
    margin-top: 29px;
}
.o-mt-50 {
    margin-top: 50px;
}

.o-mt-60 {
    margin-top: 60px;
}

.o-mt-70 {
    margin-top: 70px;
}

.o-mt-80 {
    margin-top: 80px;
}

.o-my-38 {
    margin: 38px auto;
}

.o-pl-18 {
    padding-left: 18px;
}

.supplement-text {
    font-size: 14px!important;
    line-height: 14px;
}

table.postage-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    margin-bottom: 50px;
}

.postage-table th {
    background-color: #F5F0E8;
    height: 60px;
    padding: 0 20px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
.postage-table td {
    padding-left: 0;
}

.th-w {
    width: 40%;
}
.border-r {
    border-right: solid 1px #CCCCCC;
}
.border-b-n {
    border-bottom: none;
}
.b-white {
    background-color: #FFFFFF;
}
.postage-table td {
    width: 30%;
    height: 60px;
    text-align: center;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.second-th {
    background-color: #FFFFFF !important;
    padding-left: 0 !important;
    text-align: center;
    padding: 0 !important;
}

table.delivery-date-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    margin-bottom: 30px;
}

.delivery-date-table th {
    width: 25%;
    height: 60px;
    padding: 30px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    background-color: #F5F0E8;
}

.delivery-date-table td {
    width: 40%;
    height: 60px;
    text-align: start !important;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding:20px;
}

/*
    customer
*/

#page_help_chiso_customer .information-item .o-pl-18 li{
    margin-bottom:10px;
}

#page_help_chiso_customer .flex-img  .o-pl-18 li{
    font-weight: bold !important;
}

#page_help_chiso_customer .flex-img{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 50px;
}

#page_help_chiso_customer .o-pl-18 p{
    margin-bottom: 35px;
}

#page_help_chiso_customer .o-pl-18 li img{
    width:20px;
    margin-top:0;
    margin-right:5px;
}

#page_help_chiso_customer .flex-img .o-pl-18{
    padding:0;
    margin:0;
    margin-right: 30px;
}

/*
    order-pay-page
*/
table.cash-delivery-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    margin-bottom: 50px;
    margin: 33px auto;
}

.cash-delivery-table th {
    height: 60px;
    background-color: #F5F0E8;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    text-align: center;
}

.cash-delivery-table td {
    height: 54px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    text-align: center;
}

.credit-img-box {
    width: 100%;
    height: 90px;
    margin-top: 40px;
    padding-left: 5px !important;
    background-color: #FFFFFF;
    display: flex;
    list-style: none;
}
.credit-img-box li {
    padding: 10px;
    display: flex;
    align-items: center;
}

.credit-img-box li img {
    width: auto;
}

/*
 add 2021-03-29
*/
.conveni-img-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-left: 5px !important;
    background-color: #FFFFFF;
    display: flex;
    list-style: none;
}
.conveni-img-box li {
    padding: 10px;
    display: flex;
    align-items: center;
}

.conveni-img-box li img {
    width: auto;
}

/*
    chiso-cusotmer-page
*/

.a-list {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}
.a-list a {
    margin-top: 15px;
}

.a-list a:hover {
    color: #CCCCCC;
}

/*
    processing-option-page
*/

.processing-option-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    margin: 40px auto;
}

.processing-option-table th, td {
    width: 50%;
    height: 60px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.processing-option-table th {
    background-color: #F5F0E8;
}

.text-border {
    display: flex;
    align-items: center;
    justify-content: start;
}
.text-border:before {
    border-top: 1px solid;
    content: "";
    flex-grow: 0;
    width: 17px;
    margin-right: 10px;
}

#page_help_processing_option .flex-img{
    display:flex;
    justify-content: space-between
}

#page_help_processing_option .flex-img img{
    width: 384px;
    height: 384px;
}

#page_help_processing_option .flex-img2{
    display:flex;
    justify-content: space-between
}

#page_help_processing_option .flex-img2 img{
    width: 384px;
    height: 278px;

}

#page_help_processing_option .processing-option-table th{
    padding-left: 30px;
}

@media screen and (max-width: 769px){
	#page_help_processing_option .processing-option-table th{
    	padding-left: 10px;
	}
}
/*
   kimono-product-page
*/
.kimono-product-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}

.kimono-product-table th, td {
    width: 50%;
    height: 56px;
    text-align: center;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.kimono-product-table th {
    background-color: #F5F0E8;
}

.kimono-product-table td {
    padding-left: 0 !important;
}
.dis-pc {
    display: block;
}
.dis-sp {
    display: none;
}

.border-none {
    border: none;
}
.ec-role{
    max-width: 1000px;
}
.guide_area{
  max-width:1250px;

}
h2{
  font-size:24px;
  font-weight: 600;
}
h3{
  font-size: 20px;
  padding-top: 6px;
  font-weight: 600;
}
.th_left{
  width:58%;
}
.last_item{
  margin-bottom:14px;
}
.last_item div{
  margin-bottom:0px;
}
.question-box div,.question-box p{
  font-weight:400;
}
p.privacy-text {
    line-height: 29px;
    font-weight: 400;
}

@media screen and (min-width: 768px){
	.information-item img{
        margin-top:40px;
	}
}
@media screen and (max-width: 1024px){

    #page_help_chiso_customer .flex-img{
        display:block;
    }

    #page_help_processing_option .flex-img{
        display:block;
    }

    #page_help_processing_option .flex-img2{
        display:block;
    }

    #page_help_processing_option .information-item img{
        margin:40px auto;
    }

}
@media screen and (min-width: 768px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 768px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}
@media screen and (max-width : 768px) {
    h2{
      font-size:20px;
    }
    .information{
      margin-bottom:20px;
    }
    .information-box {
      margin-bottom: 47px;
    }
    .information-item {
        margin-bottom: 50px;
    }
    h3{
      font-size:18px;
    }
    .contact-box {
        margin-top: -7px!important;
    }
    .guide-box {
        flex-wrap: column;
    }
    .guide-item{
      padding-top: 30px;
      padding-left: 5px;
      height: auto;
    }
    .guide-item li:first-child {
      background-size: 17px;
      margin: 0px 0px 22px -3px;
      background-position: 7% 50%;
    }
    .guide-item li:not(:first-child) {
      margin-bottom: 18px;
      margin-left: -4px;
      background-position: 7% 50%;
      background-size: 17px;
      line-height: 21px;
    }
    .guide-item li {
        padding-left: 15%;
    }

    .flex-item {
      width: 100%;
      margin: 0px 0px 6.5px 0px;
      height: auto;
      padding-bottom: 19px;
    }
    .question-toggle {
      padding: 20px;
      line-height: 29px;
      margin-bottom: 0px;
    }
    .question-toggle .a-btn {
       display: block;
       margin: 23px auto 0;
      width: 200px;
    }

    .delivery-date-table{
        border-collapse: collapse;
    }

    .delivery-date-table th{
        display: block;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 5px;
    }
    .delivery-date-table td {
        display: inline-block;
        width: 50%;
        height: 120px;
        padding: 20px
    }
    .delivery-date-table .border-r {
        border-right: none;
    }
    .credit-img-box {
        padding: 0 !important;
    }
    .credit-img-box li {
        padding: 0;
        justify-content: center;
        margin: 10px;
    }
/*
 add 2021-03-29
*/
    .conveni-img-box {
        padding: 0 !important;
    }
    .conveni-img-box li {
        padding: 0;
        justify-content: center;
        margin: 10px;
    }
    .processing-option-table th, .processing-option-table td  {
        padding: 10px 10px 10px 10px;
        text-align: left;
    }

    .tradelaw-table {
        margin-bottom: 50px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .tradelaw-table, .tradelaw-table tr {
        border: none;
    }

    .tradelaw-table th {
            display: block;
            width: 100%;
            border: none;
            text-align: left;
            height: 45px;
            line-height: 45px;
            padding: 0 0 0 15px;
    }
    .tradelaw-table td {
        display: inline-block;
        width: 100%;
        /*padding: 24px 0 !important;*/
        padding: 10px 0 20px 0 !important;
        height: auto;
        border: none;
        text-align: left;
        line-height: 25px;
    }

    .path-box {
      margin: 45px auto 56px auto;
    }

    .path-box a {
        width: 335px;
        height: 50px;
        line-height: 50px;
        background-position: 96% 50%;
    }
    .tel-box{
      margin: 0 auto 23px!important;
    }

    .information-item p, li {
        line-height: 29px;
    }
    .question-title {
      padding: 23.5px 46px 23.5px 17px;
    }
    #page_help_privacy div.content-end-bar,
    #page_help_tradelaw div.content-end-bar {
        margin: 50px auto 0;
        width: 100%;
    }

    #page_help_tradelaw div.content-end-bar {
        margin: 0 auto;
    }

    .privacy-hedding {
        margin-bottom: 20px;
    }

    p.privacy-text {
        line-height: 25px;
    }
    .privacy-hedding h2 {
        font-size: 20px;
    }
    #page_help_privacy .ec-pageHeader,
    #page_help_tradelaw .ec-pageHeader {
        margin-bottom: 35px;
    }
    #page_help_question #mon-has-not {
        margin-bottom: 50px;
    }
    p.privacy-text {
        font-size:14px;
    }
    .mail-box h3{
      margin-left: 0px!important;
    }
}


@media screen and (max-width : 599px) {
    .dis-pc {
        display: none;
    }
    .dis-sp {
        display: block;
    }

}

@media screen and (max-width : 350px) {
    .guide-item li {
        padding-left: 15%;
    }
}
a:hover {
	opacity: 0.7;
}

a.footer_link,
.ec-headerNaviRole__middle a,
.path-box a,
a.a-btn {
	opacity: 1;
}
