@charset "UTF-8";

/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  guide
--------------------------------
------------------------------*/

/*  01.  guide
--------------------------------*/
/*  pc  */
@media screen and (min-width: 980px){
/*  guide  */
#guide_wrap {width: 100%; height: auto;}
#guide {width: 90%; height: auto; margin-left: 5%; margin-right: 5%; margin-top: 40px; margin-bottom: 40px;}
#guide img {width: 100%; height: auto;}

/*  guide  *//*  user  */
#guide_user {width: 100%; height: auto; padding: 40px 40px 0px 40px; box-sizing: border-box; background-color: #EEE;}
#guide_user h2 {line-height: 30px; margin-bottom: 10px; font-size: 12px; font-weight: bold;}
#guide_user h2 span {margin-right: 10px; font-size: 30px;}
#guide_user p {line-height: 20px; margin-bottom: 20px; font-size: 14px; font-weight: normal;}
#guide_user dl {width: 100%; height: auto; padding: 40px; border-top: 1px solid #AAA; box-sizing: border-box;}
#guide_user dl dt {line-height: 30px; margin-bottom: 10px; font-size: 12px; font-weight: bold;}
#guide_user dl dt span {margin-right: 10px; font-size: 20px;}
#guide_user dl dd {line-height: 30px; font-size: 14px; font-weight: normal;}

/*  guide  *//*  legal  */
#legal,
#return,
#contact,
#delivery,
#payment {float: left; width: 100%; height: auto; margin-top: 40px;}
#legal h2,
#return h2,
#contact h2,
#delivery h2,
#payment h2 {line-height: 30px; margin-bottom: 10px; padding-left: 20px; font-size: 12px; font-weight: bold;}
#legal h2 span,
#return h2 span,
#contact h2 span,
#delivery h2 span,
#payment h2 span {margin-right: 10px; font-size: 30px;}
#legal p,
#return p,
#contact p,
#delivery p,
#payment p {line-height: 20px; margin-bottom: 20px; padding-left: 20px; font-size: 14px; font-weight: normal;}
#legal dl,
#return dl,
#contact dl,
#delivery dl,
#payment dl {width: 100%; height: auto; padding: 20px 40px 20px 40px; box-sizing: border-box; border-top: 1px solid #EEE;}
#legal dl:last-child,
#return dl:last-child,
#contact dl:last-child,
#delivery dl:last-child,
#payment dl:last-child {border-bottom: 1px solid #EEE;}
#legal dl dt,
#return dl dt,
#contact dl dt,
#delivery dl dt,
#payment dl dt {float: left; width: 30%; height: auto; line-height: 30px; font-size: 14px; font-weight: bold;}
#legal dl dd,
#return dl dd,
#contact dl dd,
#delivery dl dd,
#payment dl dd {float: left; width: 70%; height: auto; line-height: 30px; font-size: 14px; font-weight: normal;}
#payment dl dt,
#payment dl dd {margin-bottom: 20px;}
#payment dl dd p {line-height: 20px; font-size: 12px; font-weight: normal; margin-bottom: 0px;}
#guide #payment dl dd img {float: left; width: 30px; height: auto; margin-right: 10px;}
}

/*  sp  */
@media screen and (max-width: 979px){
/*  guide  */
#guide_wrap {float: left; width: 100%; height: auto;}
#guide {width: 100%; height: auto;}
#guide img {width: 100%; height: auto;}

/*  guide  *//*  user  */
#guide_user {float: left; width: 100%; height: auto; padding: 20px 20px 0px 20px; background-color: #EEE; box-sizing: border-box;}
#guide_user h2 {line-height: 30px; margin-bottom: 10px; font-size: 12px; font-weight: bold;  color: #000;}
#guide_user h2 span {margin-right: 10px; font-size: 30px;}
#guide_user p {line-height: 20px; margin-bottom: 20px; font-size: 14px; font-weight: normal; color: #000;}
#guide_user dl {float: left; width: 100%; height: auto; padding: 20px; box-sizing: border-box; border-top: 1px solid #AAA;}
#guide_user dl dt {line-height: 30px; margin-bottom: 10px; font-size: 12px; font-weight: bold;}
#guide_user dl dt span {margin-right: 10px; font-size: 20px;}
#guide_user dl dd {line-height: 20px; font-size: 12px; font-weight: normal;}

/*  guide  *//*  legal  */
#legal,
#return,
#contact,
#delivery,
#payment {float: left; width: 100%; height: auto; padding: 20px; margin-top: 40px; box-sizing: border-box;}
#legal h2,
#return h2,
#contact h2,
#delivery h2,
#payment h2 {line-height: 30px; margin-bottom: 10px; font-size: 12px; font-weight: bold}
#legal h2 span,
#return h2 span,
#contact h2 span,
#delivery h2 span,
#payment h2 span {margin-right: 10px; font-size: 30px;}
#legal p,
#return p,
#contact p,
#delivery p,
#payment p {line-height: 20px; margin-bottom: 10px; font-size: 14px; font-weight: normal;}
#legal dl,
#return dl,
#contact dl,
#delivery dl,
#payment dl {float: left; width: 100%; height: auto; padding: 20px; box-sizing: border-box; border-top: 1px solid #EEEEEE;}
#legal dl:last-child,
#return dl:last-child,
#contact dl:last-child,
#delivery dl:last-child,
#payment dl:last-child {border-bottom: 1px solid #EEE;}
#legal dl dt,
#return dl dt,
#contact dl dt,
#delivery dl dt,
#payment dl dt {float: left; width: 100%; height: auto; line-height: 20px; margin-bottom: 5px; font-size: 12px; font-weight: bold;}
#legal dl dd,
#return dl dd,
#contact dl dd,
#delivery dl dd,
#payment dl dd {float: left; width: 100%; height: auto; line-height: 20px; font-size: 12px; font-weight: normal;}
#payment dl dd {margin-bottom: 20px;}
#payment dl dd p {line-height: 20px; font-size: 12px; font-weight: normal; margin-bottom: 0px;}
#guide #payment dl dd img {float: left; width: 30px; height: auto; margin-right: 10px;}
}