@charset "utf-8";

/*-----------------------------------

guide.css
ガイドレイアウト

-----------------------------------*/

/* ガイド共通
-----------------------------------*/
#sp_guide .headingImage {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
#sp_guide .subHead01 {
    margin: 0 10px;
    padding-bottom: 0;
}

#sp_guide p {
    margin: 10px;
}

#sp_guide .boxIndent01 {
    padding-left: 1em;
    text-indent: -1em;
}

/* ボックス */
#sp_guide .guideBox01 {
    margin: 20px 0;
}
#sp_guide .guideBox02 {
    margin: 0 10px 10px;
    border: 1px dotted #d6d6d6;
}
    #sp_guide .guideBox01:last-child,
    #sp_guide .guideBox02:last-child { margin-bottom: 0; }

/* 画像 */
#sp_guide .guideImage01 {
    margin: 0 10px 20px;
    padding: 5px;
    background :#f3f3f3;
    text-align: center;
}
#sp_guide .guideImage02 {
    margin: 0 20px 20px;
    text-align: center;
}
    #sp_guide .guideImage01 img,
    #sp_guide .guideImage02 img {
        max-width: 100%;
    }

#sp_guide .floatBox01 {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 10px 20px 5px;
}
#sp_guide .floatBox02 {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 5px 20px 10px;
}
    #sp_guide .floatBox01 p,
    #sp_guide .floatBox02 p  {
        margin: 0;
    }

/* フローヤジルシ */
#sp_guide .flowBox01 {
    position: relative;
    margin-bottom: 60px;
}
    #sp_guide .flowBox01:before {
        position: absolute;
        bottom: -30px;
        left: 50%;
        display: block;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: #858585;
        content: " ";
    }
    #sp_guide .flowBox01:after {
        position: absolute;
        bottom: -50px;
        left: 50%;
        display: block;
        border-width: 20px 20px 0;
        border-color: #858585 transparent transparent transparent;
        border-style: solid;
        margin-left: -20px;
        content: " ";
        visibility: visible;
    }

/* ページ内メニュー */
#sp_guide .guideNav01 {
    margin: 10px auto 10px;
}
    #sp_guide .guideNav01 li {
        margin: 0 10px 4px 10px;
    }
      #sp_guide .guideNav01 li a {
            position: relative;
            display: block;
            padding: 8px 20px;
            background: #f3f3f3;
            color: #333;
            font-size: 14px;
            text-decoration: none;
        }
        #sp_guide .guideNav01 li a:after {
            position: absolute;
            top: 50%;
            right: 10px;
            display: block;
            content: "";
            width: 15px;
            height: 15px;
            margin: 0 auto 2px;
            background: url(../../images/guide/sp/ico.png) no-repeat -60px -110px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
        }


/* テキスト文のリスト */
#sp_guide .textList01 {
    margin: 10px;
}
#sp_guide .guideBox02 .textList01 { margin-top: 20px; }
#sp_guide table .textList01 { margin: 10px 0; }
    #sp_guide .textList01 li {
        margin-bottom: 8px;
        padding-left: 1em;
        font-size: 14px;
        line-height: 1.4;
        text-indent: -1em;
    }

/* ガイドトップ
-----------------------------------*/
#sp_guide.accordionList01 li a {
    white-space: normal;
}
/* お買い物の流れ
-----------------------------------*/
/* 凡例 */
.notesList01 {
    margin: 0 10px 0 25px;
    font-size: 14px;
    line-height:1.4;
}
    .notesList01 dt {
        margin-bottom: 5px;
        font-weight: bold;
    }
        .notesList01 dt img {
          display: inline-block;
            width: 25px;
            height: 25px;
            margin-right: 10px;
            background: #f3f3f3;
            vertical-align: middle;
        }
        .notesList01 dd {
            margin: 3px 0 20px 35px;
        }

/* クーポンご利用方法について
-----------------------------------*/
.guideAttention01 {
    margin: 20px 0;
    padding: 10px 5px 5px;
    background: #ffe6e6;
}
    .guideAttention01 .title {
        margin-bottom: 10px;
        color: #dc2525;
        font-size: 14px;
    }
    .guideAttentionIn {
        padding: 10px;
        background: #fff;
        
    }
        #sp_guide .guideAttentionIn p {
            margin: 0 0 10px;
        }
        .guideAttentionIn li {
            margin-bottom: 5px;
            padding-left: 1em;
            text-indent: -1em;
            font-size: 14px;
        }
    #sp_guide .guideAttentionIn + p {
        margin: 20px 0;
        text-align: center;
    }
    .guideAttention01 .btnBox01 {
        margin: 20px 0;
    }



/* お支払方法について
-----------------------------------*/
.guideBoxIn01 .box {
    float: left;
    width: 50%;
}
    #sp_guide .guideBoxIn01 .box p {
        margin: 5px 10px;
        font-size: 12px;
    }
    #sp_guide .guideBoxIn01 .box .title {
        margin-top: -15px;
        font-size: 10px;
        text-align: center;
    }

/* いつ届く
-----------------------------------*/
#shippingDay {
    margin: 20px 0;
    padding: 10px;
    background: #f3f3f3;
}
    #shippingDay .title {
        margin: 0 10px 8px;
        font-size: 14px;
    }
    #shippingDay p + .title { margin-top: 10px; }
    #shippingDay p {
        margin: 0;
        padding: 20px 5px;
        background: #fff;
        text-align: center;
    }
        #shippingDay .date {
            color: #dc2525;
            font-size: 18px;
        }

#shippingTable {
    width: 95%;
    margin: 20px auto;
}
    #shippingTable th,
    #shippingTable td {
        border: 1px solid #fff;
        text-align: center;
    }
      #shippingTable th {
          padding: 8px 0;
          background: #f3f3f3;
          font-size: 11px;
      }
      #shippingTable th:first-child { background: transparent; }
      #shippingTable td {
          width: 52px;
          padding: 8px;
          font-size: 14px;
      }
      #shippingTable td:first-child {
          width: 90px;
          font-size: 12px;
          text-align: left;
      }
      #shippingTable .area01 { background: #d0f7ff; }
      #shippingTable .area02 { background: #fff0b7; }
      #shippingTable .area03 { background: #e7fab8; }
      #shippingTable .area04 { background: #ffd6ea; }


/*おトクな白鳩会員特典について
-----------------------------------*/
.appealPoint01 li {
    min-height: 50px;
    margin: 10px;
    padding: 10px;
    border: 1px dotted #d6d6d6;
}
    .appealPoint01 .image {
        float: left;
        width: 50px;
        margin-right: 10px;
    }
        .appealPoint01 .image img {
            width: 50px;
        }
    #sp_guide .appealPoint01 p {
        margin: 0 0 0 60px;
    }

/*下着の種類と名前
-----------------------------------*/
.typeList01 {
    margin: 20px 20px 30px;
}
    .typeList01 dt {
        float: left;
        clear: left;
        width: 60px;
        margin: 0 10px 20px 0;
    }
        .typeList01 dt img {
            width: 60px;
            height: auto;
        }
    .typeList01 dd {
       min-height: 60px;
        margin: 0 0 20px 70px;
        font-size: 12px;
    }
        .typeList01 dd strong {
            font-size: 14px;
        }

/* 下着のサイズと測り方
-----------------------------------*/
#frameBody {
    padding: 0 10px;;
}

.tableScroll {
/*    overflow: scroll;
    white-space: nowrap;*/
}

.sizeTable01 + .heading01 { margin-top: 40px; }
.sizeTable01 {
/*    max-width: 742px;*/
    margin-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;

}
    .sizeTable01 caption {
        position: relative;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
        .sizeTable01 caption span {
            display: block;
            margin-top: 5px;
            font-size: 13px;
            font-weight: normal;
        }
        .sizeTable01 .unit {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            margin: 0;
        }
    .sizeTable01 th,
    .sizeTable01 td {
        width: 80px;
        min-width: 20px;
        padding: 8px 0;
        border: 1px solid #ccc;
        text-align: center;
    }
    .sizeTable01 th {
        background: #dcdcdc;
        font-weight: normal;
    }
    .sizeTable01 th.sp {
        background: #333;
        color: #fff;
        font-size: 14px;
    }
    .sizeTable01 td.difference {
        background: #dcdcdc;
    }
    .sizeTable01 tr:first-of-type th {
        font-size: 11px;
    }
    .sizeTable01 td.topUnder {
        background: #f3f3f3;
        font-weight: normal;
    }

.inputSize01 {
    position: relative;
    margin-bottom:70px;
    text-align: center;
}
.inputSize01:before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #858585;
    content: " ";
}
.inputSize01:after {
    position: absolute;
    bottom: -68px;
    left: 50%;
    margin-left: -20px;
    border-width: 20px;
    border-style: solid;
    border-color: #858585 transparent transparent transparent ;
    content: " ";
    visibility: visible;
}
#sp_guide .inputSize01:after{visibility: visible;}

    .inputSize01 dt,
    .inputSize01 dd {
        display: inline-block;
        margin: 0;
    }
    .inputSize01 dt {
        width: 8em;
    }
    .inputSize01 dd + dt {
        margin-left: 20px;
    }
        .inputSize01 dd input {
            display: inline-block;
            width: 100px;
            padding: 8px 10px;
            margin-right: 5px;
        }
.sizeCalc01 {
    margin: 10px;
    text-align: center;
}
    .sizeCalc01 input {
        display: inline-block;
        width: 100px;
        padding: 8px 10px;
        margin-right: 5px;
    }


/*メール送信について
-----------------------------------*/
#sp_guide .textCase01 {
    margin-bottom: 30px;
    padding-left: 1em;
    text-indent: -1em;
}
    .textCase01 strong {
        display: block;
        margin-bottom: 5px;
        color: #dc2525;
        font-weight: bold;
    }
    .textAttention01 {
        color: #dc2525;
    }
        .textAttention01 strong {
            font-size: 16px;
            font-weight: bold;
        }

#sp_guide #inquiryAnnounce p {
    margin: 0;
}

/* 会社概要
-----------------------------------*/
#corporatePhilosophy {
    text-align: center;
}

#sp_guide .group {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}
    #sp_guide .group a {
        display: inline-block;
        margin-bottom: 10px;
    }
    #sp_guide .group .image {
        float: left;
        width: 80px;
        margin-right: 10px;
    }
        #sp_guide .group .image img {
            width: 80px;
        }
.corporateImage01 {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}
.corporateImage01:nth-child(even) { padding-right: 5px; }
.corporateImage01:nth-child(odd) { padding-left: 5px; }

    #sp_guide .corporateImage01 p {
        margin: 10px 0;
        font-size: 12px;
        text-align: center;
    }
    #sp_guide .corporateImage01 p:last-child {
        font-size: 12px;
        text-align: left;
    }

/* プライバシーポリシー
-----------------------------------*/
.privacyBox01 .alignRight {
    text-align: right;
}
.privacyBox01 ol {
    margin: 20px 10px 20px 25px;
    list-style: decimal
}
    .privacyBox01 ol li {
        margin: 20px 0;
        font-size: 14px;
        line-height: 1.4;
    }
        #sp_guide .privacyBox01 ol li .guideBox02 { margin-top: 10px; }



/* ページ内リンク　余白
-----------------------------------*/
.linkSpace{
	padding: 50px 0 0;
}




