@charset "UTF-8";
/*
Theme Name: Re dermalab
Theme URI:
Description: リ・ダーマラボのテーマ
Version: 1.0
Author: ND&I
Author URI: http://www.n-di.co.jp/
*/
/* Base
============================================================= */
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.guide html {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-size: 62.5%;
    vertical-align: baseline;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body {
    font: 13px/1.5 "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
    color: #2e2e2e;
    text-align: left;
    background: #fff;
}

a {
    color: #010101;
    text-decoration: none;
    transition: .4s;
}

@media only screen and (min-width: 1024px) {
    a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        text-decoration: underline;
    }
}

img {
    vertical-align: bottom;
}

button {
    transition: .4s;
    cursor: pointer;
}

button:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* Layout
============================================================= */
/*@import "modules/layout";
*/
.inner {
    width: 950px;
    margin: 0 auto;
}

.outer {
    width: 950px;
    margin: 0 auto;
}

/* Classes
============================================================= */
.marketing_tag_wrap {
    height: 0;
    overflow: hidden;
}

.blue_btn {
    border-radius: 3px;
    overflow: hidden;
}

.blue_btn a,
.blue_btn input,
.blue_btn button {
    display: block;
    background: #2e2b6a;
    text-align: center;
    border: 0;
    border-radius: 3px;
}

.ocher_btn {
    border-radius: 3px;
    overflow: hidden;
}

.ocher_btn a {
    display: block;
    /*background: #daa520;*/
    background: #F4EFEA;
    border: 1px solid #2E2B6A;
    text-align: center;
    border-radius: 3px;
}

.link {
    text-align: center;
    text-decoration: underline;
}

.disc li:before {
    content: "･";
}

.square li:before {
    content: "■";
    color: #2e2b6a;
}

.bnr_area {
    margin-bottom: 50px;
}

.bnr_area.column_1 p {
    margin-top: 10px;
}

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

.small {
    font-size: 12px;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.list_title {
    margin-bottom: 10px;
}

.list_bloc_wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.list_bloc_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.list_bloc_wrap dl:after {
    content: "";
    display: table;
    clear: both;
}

.list_bloc_wrap dl:last-child dd {
    border-bottom: 0;
}

.list_bloc_wrap dt {
    float: left;
    padding-top: 13px;
    width: 70px;
}

.list_bloc_wrap dd {
    padding: 13px 0;
    padding-left: 90px;
    border-bottom: 1px dashed #cbcbcb;
}

.list_bloc_wrap .list_bloc {
    height: 144px;
    overflow-y: scroll;
    padding-right: 20px;
}

.list_bloc_wrap .list_bloc a {
    border-bottom: 1px dashed #cbcbcb;
    display: block;
    text-decoration: underline;
}

.fill_title {
    background: #e5e5e5;
    padding: 11px 23px;
    margin-bottom: 35px;
    margin-top: 40px;
}

.fill_title:first-child {
    margin-top: 0;
}

.line_title {
    border-bottom: 1px solid #122647;
    padding-bottom: 7px;
    margin-bottom: 30px;
    height: 23px;
}
.line_title_teiki {
    border-bottom: 1px solid #122647;
    padding-bottom: 7px;
    margin-bottom: 30px;
    height: 40px;
}

.dashed_line {
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

.two_line_title {
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    padding: 15px 10px 20px 10px;
    margin-bottom: 35px;
}

.text_right {
    display: block;
    text-align: right;
}

.list {
    text-align: center;
    margin-left: 10px;
}

.list:after {
    content: "";
    display: table;
    clear: both;
}

.list li {
    display: inline-block;
    margin-left: 90px;
}

.list li:first-child {
    margin-left: 0;
}

.products_detail_wrap {
    margin-bottom: 60px;
}

.products_detail_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.products_detail_wrap .photo {
    width: 360px;
    float: left;
}

.products_detail_wrap ul:after {
    content: "";
    display: table;
    clear: both;
}

.products_detail_wrap .catch_comment {
    margin-bottom: 15px;
}

.products_detail_wrap .main_comment {
    line-height: 24px;
    font-size: 12px;
}

.products .catch_bnr {
    margin-bottom: 60px;
}

.products_types {
    padding: 0 3px;
    margin-bottom: 10px;
}

.products_types:after {
    content: "";
    display: table;
    clear: both;
}

.products_types li {
    float: left;
    margin-left: 10px;
}

.products_types li:first-child {
    margin-left: 0;
}

.products_buy_button:after {
    content: "";
    display: table;
    clear: both;
}

.products_buy_button li {
    margin-left: 18px;
    float: left;
}

.products_buy_button li p {
    margin-top: 0;
}

.products_buy_button li .txt {
    text-align: center;
    margin-bottom: 5px;
}

.products_buy_button li:first-child {
    margin-left: 0;
}

.products_detail_right {
    width: 340px;
    float: right;
}

.products_detail_right p {
    margin-top: 15px;
}

.products_detail_right p:first-child, .products_detail_right p.internal_capacity {
    margin-top: 0;
}

.products_detail_right .price {
    margin-bottom: 20px;
}

.products_detail_right .main_comment {
    margin-bottom: 40px;
}

.products_detail_right .blue_btn a,
.products_detail_right .ocher_btn a {
    position: relative;
    height: 31px;
    padding: 9px 0;
    width: 160px;
}

.products_detail_right .blue_btn a img,
.products_detail_right .ocher_btn a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.products_detail_description_area .two_line_title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
}

.products_detail_description_area .two_line_title:first-child,
.products_detail_description_area .two_line_title:first-child + ul {
    margin-top: 0;
}

.products_detail_description_area .txt {
    margin-top: 15px;
}

.products_detail_description_area .txt:first-child {
    margin-top: 0;
}

.products_detail_description_area ul {
    margin-top: 20px;
}

.products_buy_campaign_button {
    margin-bottom: 15px;
}

.products_buy_campaign_button li {
    border: 1px solid #2e2b6a;
    margin-top: 20px;
}

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

.products_buy_campaign_button a {
    display: block;
    padding: 7px 8px;
    background: url(img/ico_02.png) 317px no-repeat;
}

.products_menu_list li {
    margin-top: 10px;
}

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

.products_menu_list li:before {
    content: "■";
}

.products_menu_list li a {
    text-decoration: underline;
}

.products_detail_description_comment {
    text-align: left;
}

.products_detail.bottom {
    padding: 20px 0 40px 0;
}

.products_detail.bottom .price {
    margin-bottom: 10px;
}

.products_detail.bottom .catch_comment {
    padding-top: 40px;
}

.products_detail.bottom .products_detail_wrap {
    margin-bottom: 0;
}

.products_detail_review_title {
    margin-bottom: 10px;
}

.products_detail_review_container {
    padding: 10px;
    border: 1px solid #000;
}

.products_detail_review_box {
    margin-right: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #b2b2b2;
}

.products_detail_review_box:first-child {
    padding-top: 0;
}

.products_detail_review_box_list {
    overflow-y: scroll;
    height: 230px;
}

.products_detail_review_box:after {
    content: "";
    display: table;
    clear: both;
}

.products_detail_review_left {
    width: 95px;
    float: left;
}

.products_detail_review_right {
    width: 585px;
    float: right;
}

.products_detail_review dt {
    display: inline;
}

.products_detail_review dd {
    display: inline;
}

.products_detail_review dd:before {
    content: ":";
    padding-right: 5px;
}

.pattern01 {
    width: 100%;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.pattern01 th {
    background: #e5e5e5;
    text-align: center;
    width: 160px;
    padding: 7px 20px;
    border-bottom: 1px solid #fff;
}

.pattern01 td {
    border-bottom: 1px solid #cbcbcb;
    padding: 7px 0 7px 20px;
}

.pattern01 .small {
    letter-spacing: -0.06em;
}

.pattern01 tr:last-child th {
    border-bottom: 1px solid #cbcbcb;
}

.pattern01 ul {
    margin-top: 30px;
}

.pattern01 ul:first-child {
    margin-top: 0;
}

.pattern01 a {
    text-decoration: underline;
}

/* Module
============================================================= */
/* State
============================================================= */
header {
    padding-top: 10px;
}

.header_top {
    padding-bottom: 10px;
    border-bottom: 1px solid #122647;
}

.header_top:after {
    content: "";
    display: table;
    clear: both;
}

.header_logo {
    width: 343px;
    float: left;
}

.header_logo .logo {
    float: left;
}

.header_logo h1 {
    float: right;
    padding-top: 26px;
}

.header_right {
    width: 465px;
    float: right;
}

.header_bnr {
    float: left;
}

.header_btn {
    float: right;
}

.header_btn:after {
    content: "";
    display: table;
    clear: both;
}

.header_btn li {
    float: left;
    margin-left: 10px;
    border-radius: 3px;
}

.header_btn li:first-child {
    margin-left: 0;
    border: 1px solid #2e2b6a;
}

.header_btn li:first-child a {
    width: 128px;
    padding: 8px 0;
}

.header_btn li a {
    display: block;
    width: 130px;
    padding: 9px 0;
    line-height: 18px;
    text-align: center;
}

.header_txt {
    margin-bottom: 10px;
    padding-top: 2px;
}

#visual {
    visibility: hidden;
    overflow: hidden;
}

#visual .slider_01,
#visual .slider_02,
#visual .slider_03,
#visual .slider_04 {
    float: left;
    outline: none;
    height: 500px;
}

#visual .slider_01 a:focus,
#visual .slider_01 a:active,
#visual .slider_02 a:focus,
#visual .slider_02 a:active,
#visual .slider_03 a:focus,
#visual .slider_03 a:active,
#visual .slider_04 a:focus,
#visual .slider_04 a:active {
    outline: none;
}

#visual .slider_01 a:hover,
#visual .slider_02 a:hover,
#visual .slider_03 a:hover,
#visual .slider_03 a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#visual .slider_01 {
    background: #2e2b6a;
    background: linear-gradient(to right, #2e2b6a 0%, #2e2b6a 49%, #edeef2 50%, #edeef2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

#visual .slider_02 {
    background: #daa520;
}

#visual .slider_03 {
    background: url(img/bg_mainimg.gif) 0 0 repeat-x;
}

.slider_list {
    visibility: hidden;
}

.slick-dots {
    text-align: center;
    padding-top: 25px;
    margin-bottom: 50px;
    clear: both;
}

.slick-dots:after {
    content: "";
    display: table;
    clear: both;
}

.slick-dots > * {
    display: inline-block;
    padding: 0 15px 0 26px;
    background: url(img/ico_01.png) left center no-repeat;
}

.slick-dots > *:first-child {
    padding-left: 0;
    background: none;
    margin-left: 0;
}

.slick-dots .slick-active button {
    color: #2e2b6a;
}

.slick-dots button {
    font-size: 12px;
    background: none;
    border: 0;
    color: #b2b2b2;
    padding: 10px 0px;
    outline: none;
    cursor: pointer;
}

.products_bloc {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.products_bloc h2 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.products_bloc_list ul {
    margin-bottom: 20px;
}

.products_bloc_list ul:after {
    content: "";
    display: table;
    clear: both;
}

.products_bloc_list li {
    float: left;
    border-left: 1px solid #000;
}

.products_bloc_list li:first-child {
    border-left: 0;
}

#wrapper {
    padding-top: 40px;
}

#wrapper:after {
    content: "";
    display: table;
    clear: both;
}

#sidebar {
    float: left;
    width: 180px;
    padding-bottom: 80px;
}

#contents {
    float: right;
    width: 730px;
    padding-bottom: 80px;
}

.title {
    margin-bottom: 15px;
    text-align: center;
}

.side_category_bloc {
    font-size: 11px;
    margin-bottom: 15px;
}

.side_category_bloc .title {
    margin-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    text-align: left;
    padding-top: 4px;
}

.side_category_bloc .title:first-child {
    margin-top: 0;
}

.side_category_bloc li {
    margin-top: 10px;
}

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

.side_category_bloc li a:before {
    content: "＞";
}

.side_bnr_bloc {
    margin-bottom: 20px;
}

.side_bnr_bloc li {
    margin-top: 20px;
}

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

.side_tel_bloc {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 15px;
}

.side_tel_bloc .title {
    margin-bottom: 7px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    text-align: center;
}

.side_tel_bloc .tel,
.side_tel_bloc .time {
    margin-bottom: 10px;
}

.side_tel_bloc .blue_btn {
    width: 152px;
    margin: 0 auto;
}

.side_tel_bloc .blue_btn a {
    padding: 13px 0 !important;
    line-height: 13px;
}

.contents_bnr_bloc {
    margin-bottom: 50px;
}

.contents_bnr_bloc ul:after {
    content: "";
    display: table;
    clear: both;
}

.contents_bnr_bloc li {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.contents_bnr_bloc li:first-child,
.contents_bnr_bloc li:first-child + li + li {
    margin-left: 0;
}

.contents_bnr_bloc li:first-child,
.contents_bnr_bloc li:first-child + li {
    margin-top: 0;
}

.contents_bnr_bloc li:first-child, .contents_bnr_bloc li:nth-child(2n+1) {
    margin-left: 0;
}

.q_a_bloc {
    border: 1px solid #000;
    padding: 15px 24px 10px 24px;
    margin-bottom: 25px;
}

.q_a_bloc ul {
    margin-bottom: 10px;
}

.q_a_bloc ul:after {
    content: "";
    display: table;
    clear: both;
}

.q_a_bloc li {
    float: left;
    margin-left: 20px;
}

.q_a_bloc li:first-child {
    margin-left: 0;
}

.news_bloc {
    margin-bottom: 50px;
}

.media_bloc .list_bloc {
    float: left;
    /*width: 550px;*/
    height: 175px;
}

.media_bloc .list_bloc a {
    border-bottom: 1px dashed #cbcbcb;
    display: block;
}

.media_bloc .photo_bloc {
    float: right;
}

.media_bloc .photo_bloc img {
    width: 140px;
    height: auto;
}

footer {
    position: relative;
}

footer:after {
    content: "";
    display: table;
    clear: both;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 36px;
    width: 100%;
    height: 1px;
    background: #cbcbcb;
}

.footer_column_wrap {
    margin-bottom: 50px;
}

.footer_column_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.footer_column {
    float: left;
    margin-left: 33px;
    width: 154px;
}

.footer_column.campaign {
    width: 174px;
}

.footer_column:first-child {
    margin-left: 0;
}

.footer_column h3 {
    margin-bottom: 30px;
}

.footer_column li {
    font-size: 11px;
    margin-top: 10px;
}

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

.footer_column li a {
    height: 100%;
    position: relative;
    padding-left: 1em;
    display: block;
}

.footer_column li a:before {
    content: "＞";
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#copyright {
    text-align: center;
}

/*-----------------------------------------------------

  パンくずリスト

-------------------------------------------------------*/
#breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}

#breadcrumb li {
    float: left;
    padding-left: 5px;
}

#breadcrumb li:before {
    content: "＞";
    padding-right: 5px;
}

#breadcrumb li:first-child:before {
    content: none;
}

/*-----------------------------------------------------

  はじめての方へ first

-------------------------------------------------------*/
.first_intro {
    background: url(img/first/bg_first_01.png) no-repeat;
    padding-bottom: 70px;
}

.first_intro .contents_title {
    margin-bottom: 30px;
}

.first_intro .contents_title img {
    display: block;
}

.first_intro .contents_title img:first-child {
    margin-bottom: 30px;
}

.first_intro .txt {
    margin-bottom: 20px;
}

.first_campaign {
    background: url(img/first/bg_first_02.png) no-repeat;
    margin-top: 10px;
    position: relative;
    padding: 0 33px;
    margin-bottom: 65px;
}

.first_campaign .contents_title {
    position: absolute;
    top: -20px;
    left: 38px;
}

.first_campaign .first_campaign_list {
    padding-bottom: 85px;
    margin-bottom: 15px;
}

.first_campaign li .txt {
    margin-bottom: 15px;
}

.first_campaign .step01 {
    position: absolute;
    top: 60px;
    right: 50px;
}

.first_campaign .step02 {
    padding-top: 410px;
}

/*-----------------------------------------------------

  リ・ダーマラボとは about

-------------------------------------------------------*/
.about_intro {
    margin-bottom: 90px;
}

.about_intro h2 {
    margin-bottom: 60px;
}

.about_intro_txt {
    padding-top: 300px;
    background: url(img/about/pic_about_01.png) top no-repeat;
}

.about_intro_txt .title {
    margin-bottom: 40px;
}

.about .about_intro_txt,
.about .about_promises_list,
.about .about_message {
    text-align: center;
}

.about .anchor .txt {
    padding-top: 40px;
    padding-left: 70px;
}

.about_promises {
    padding-top: 300px;
    background: url(img/about/pic_about_02.png) top no-repeat;
    margin-bottom: 70px;
}

.about_promises .title {
    margin-bottom: 50px;
}

.about_promises dl:first-child dt {
    padding-top: 0;
}

.about_promises dt {
    padding-top: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e2b6a;
    margin-bottom: 20px;
}

.about_message {
    padding-top: 300px;
    background: url(img/about/pic_about_03.png) top no-repeat;
}

.about_message .title {
    margin-bottom: 50px;
}

.about_message .anchor .txt {
    margin-bottom: 15px;
    padding-left: 80px;
}

/*-----------------------------------------------------

  製品一覧 products

-------------------------------------------------------*/
.products_list ul:after {
    content: "";
    display: table;
    clear: both;
}

.products_list li {
    float: left;
    border-left: 1px solid #000;
    margin-top: 20px;
}

.products_list li a {
    padding-left: 29px;
    display: block;
}

.products_list li:first-child,
.products_list li:first-child + li {
    margin-top: 0;
}

.products_list li:first-child, .products_list li:nth-child(2n+1) {
    border-left: 0;
}

.products_list li:first-child a, .products_list li:nth-child(2n+1) a {
    padding-left: 0;
    padding-right: 28px;
}

/*-----------------------------------------------------

  2本まとめ買いセット campaign

-------------------------------------------------------*/
.campaign_intro {
    margin-bottom: 30px;
}

.campaign_intro li:before {
    content: "■";
}

.campaign_bnr {
    border: 5px solid #ea6094;
    padding: 25px 40px 20px 40px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.campaign_bnr h2 {
    padding-bottom: 15px;
    border-bottom: 2px solid #ea6094;
    margin-bottom: 20px;
}

.campaign_bnr .memo {
    position: absolute;
    top: 24px;
    right: 8px;
}

.campaign_products {
    margin-bottom: 35px;
}

.campaign_products_box {
    background: url(img/campaign/txt_campaign_05.png) left top #ebf2fa no-repeat;
    position: relative;
}

.campaign_products_box:after {
    content: "";
    display: table;
    clear: both;
}

.campaign_products_box .img {
    position: absolute;
    top: 10px;
    left: 53px;
}

.campaign_products_box h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.campaign_products_box.box01 {
    padding: 20px 17px 13px 190px;
    margin-bottom: 20px;
}

.campaign_products_box.box01 .special_price {
    float: left;
}

.campaign_products_box.box01 .blue_btn {
    float: right;
    margin-top: -4px;
}

.campaign_products_box .txt {
    margin-bottom: 10px;
}

.campaign_products_box_group:after {
    content: "";
    display: table;
    clear: both;
}

.campaign_products_box_group .campaign_products_box {
    background-image: url(img/campaign/txt_campaign_13.png);
    padding: 15px 12px 15px 17px;
    width: 325px;
    float: left;
    margin-top: 20px;
    margin-left: 22px;
}

.campaign_products_box_group .campaign_products_box h3 {
    text-align: right;
    margin-bottom: 10px;
}

.campaign_products_box_group .campaign_products_box .img {
    left: 15px;
    top: auto;
    bottom: 10px;
}

.campaign_products_box_group .campaign_products_box:first-child, .campaign_products_box_group .campaign_products_box:nth-child(2n+1) {
    margin-left: 0;
}

.campaign_products_box_group .campaign_products_box:first-child,
.campaign_products_box_group .campaign_products_box:first-child + .campaign_products_box {
    margin-top: 0;
}

.campaign_products_box_group .campaign_products_box .special_price {
    margin-bottom: 5px;
}

.campaign_products_box_group .campaign_products_box_details {
    padding-left: 110px;
}

.campaign .blue_btn a ,
.campaign_test .blue_btn a {
    padding: 10px 37px;
}

.campaign_bottom {
    text-align: center;
}

.campaign_bottom .txt {
    margin-bottom: 10px;
}

/*-----------------------------------------------------

  会社情報 company

-------------------------------------------------------*/
.company .line_title {
    margin-bottom: 25px;
}

/*-----------------------------------------------------

  特定商取法に基づく表示 tokusyo

-------------------------------------------------------*/
.tokusyo .line_title {
    margin-bottom: 25px;
}

/*-----------------------------------------------------

  サイトマップ sitemap

-------------------------------------------------------*/
.sitemap_title {
    margin-bottom: 20px;
}

.sitemap_text {
    margin-bottom: 30px;
}

.sitemap_list {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #000;
}

.sitemap_list_wrap {
    border-top: 1px dashed #000;
}

.sitemap_list_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.sitemap_list ul {
    padding-left: 20px;
}

.sitemap_list li {
    margin-top: 10px;
}

.sitemap_list li:before {
    content: "＞";
}

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

.sitemap_list_left {
    float: left;
    width: 325px;
}

.sitemap_list_right {
    float: right;
    width: 325px;
}

/*-----------------------------------------------------

  プライバシーポリシー policy

-------------------------------------------------------*/
.policy_list {
    line-height: 22px;
}

.policy_list h3 {
    margin-bottom: 16px;
    padding-top: 40px;
}

.policy_list h3:first-child + dl {
    margin-top: 0;
}

.policy_list:first-child h3 {
    padding-top: 0;
}

.policy_list dl {
    margin-top: 20px;
}

.policy_list dt {
    font-weight: bold;
    color: #2e2b6a;
}

.policy_list .txt {
    margin-top: 20px;
}

.policy_list .ico img {
    vertical-align: middle;
    margin-left: 10px;
}

/*-----------------------------------------------------

  モイストクリアパウダー powder

-------------------------------------------------------*/
.powder .products_detail_description_comment {
    margin-bottom: 40px;
}

/*-----------------------------------------------------

  モイストゲルプラス gel

-------------------------------------------------------*/
.gel .main_comment {
    margin-bottom: 10px;
}

.gel .products_buy_button {
    margin-bottom: 20px;
}

.gel .products_detail_description_area,
.gel_test .products_detail_description_area {
    text-align: center;
}

.gel .products_detail_description_area .txt {
    margin-top: 35px;
}

.gel_howto {
    text-align: left;
    padding-left: 111px;
    background: url(img/gel/pic_gel_05.png) left top no-repeat;
}

.gel_howto .ul {
    margin-bottom: 30px;
}

/*-----------------------------------------------------

  モイストゲルクレンジング cleansing

-------------------------------------------------------*/
.cleansing_scrub {
    margin-bottom: 15px;
}

.cleansing_scrub:after {
    content: "";
    display: table;
    clear: both;
}

.cleansing_scrub_left {
    width: 315px;
    float: left;
}

.cleansing_scrub_right {
    width: 379px;
    float: right;
}

.cleansing_howto {
    text-align: left;
    padding-left: 175px;
    background: url(img/cleansing/pic_cleansing_07.png) 30px no-repeat;
}

.cleansing_howto .ul {
    margin-bottom: 30px;
}

.cleansing_aroma {
    width: 315px;
    margin: 0 auto;
    padding-left: 325px;
    background: url(img/cleansing/pic_cleansing_06.png) left top no-repeat;
    height: 155px;
}

.cleansing2 .main_comment {
    margin-bottom: 10px;
}

.cleansing2 .products_buy_button {
    margin-bottom: 20px;
}

.cleansing2 .products_detail_description_area,
.cleansing2_test .products_detail_description_area {
    text-align: center;
}

.cleansing2 .products_detail_description_area .txt {
    margin-top: 25px;
}

.cleansing2 .products_detail.bottom {
    padding-top: 80px;
}

.cleansing2 .products_detail.bottom .catch_comment {
    padding-top: 0;
}

/*-----------------------------------------------------

  モイストBBクリーム bb

-------------------------------------------------------*/
.bb_scrub {
    margin-bottom: 15px;
}

.bb_scrub:after {
    content: "";
    display: table;
    clear: both;
}

.bb_scrub_left {
    width: 315px;
    float: left;
}

.bb_scrub_right {
    width: 379px;
    float: right;
}

.bb_howto {
    text-align: left;
    padding-left: 200px;
    line-height: 22px;
    background: url(img/bb/pic_bb_02.png) 30px no-repeat;
}

.bb_howto .ul {
    margin-bottom: 30px;
}

.bb_howto_list {
    padding-top: 3px;
    padding-left: 15px;
}

.bb2 .main_comment {
    margin-bottom: 10px;
}

.bb2 .products_buy_button {
    margin-bottom: 20px;
}

.bb2 .products_detail_description_area {
    text-align: center;
}

.bb2 .products_detail_description_area ul {
    margin-top: 30px;
}

.bb2 .products_detail_description_area .txt {
    margin-top: 25px;
}

.bb2 .products_detail.bottom {
    padding-top: 80px;
}

.bb2 .products_detail.bottom .catch_comment {
    padding-top: 0;
}

.bb2 .products_detail_description_comment {
    margin-bottom: 50px;
}


/*-----------------------------------------------------

  モイストCセラム c-serum 20180214アド印刷

-------------------------------------------------------*/

@charset "UTF-8";

.productsCserum img {
    width: 100%;
}
.productsCserum p.blue_btn a img {
    width: 80%;
}
.productsCserum p.ocher_btn a img {
    width: 80%;
}
.productsCserum .products_buy_campaign_button li {
    border:  none;
}
.productsCserum section h1 {
    margin-bottom: 35px;
}
.productsCserum p.internal_capacity {
    width: 177px;
}

.productsCserum p.catch_comment {
    width: 260px;
}
.productsCserum p.price {
    width: 233px;
}
.productsCserum .photo {
}
.productsCserum .products_detail_wrap .photo {
    width: 315px;
}
.productsCserum .products_buy_campaign_button a {
    padding: 0;
}
.productsCserum dt {
    height: 31px;
    width:  auto;
    text-align:  center;
    margin: 0 0 15px 0;
}
.productsCserum dd {
    text-align:  center;
    margin: 0 0 25px 0;
}
.productsCserum dt img {
    height: 100%;
    width:  auto;
}
.productsCserum section.cserumSec2 dl:nth-child(3) > dd:nth-child(2) {
    width: 650px;
    margin: 0 auto 35px auto;
}
.productsCserum dl {
    margin: 0 0 50px 0;
}
.productsCserum section.cserumSec2 dl:nth-child(3) > dd:nth-child(3) img {
    width: 330px;
}
.productsCserum section.cserumSec2 dl:nth-child(4) > dd:nth-child(2) img {
    width: 110px;
}
.productsCserum section.cserumSec2 dl:nth-child(5) dd:nth-child(3) {
    width: 600px;
    margin: 0 auto;
}
dl.cserumSec3Dl dd:nth-child(3) {
    width: 550px;
    margin:  0 auto;
}
.productsCserum .cserumSec3Dl dd {
    margin-bottom: 0;
}
.productsCserum section.cserumSec4 dl:nth-child(4) dd:nth-child(3) {
    width: 490px;
    margin:  0 auto;
}
.productsCserum dl.cserumSec4DlWrap > dd:nth-child(2) {
    float: left;
    width: 50%;
    text-align:  left;
    padding-right: 5%;
}
.productsCserum dl.cserumSec4DlWrap > dd:nth-child(3) {
    float: left;
    width: 45%;
}
.productsCserum dl.cserumSec4DlWrap {
    overflow:  hidden;
}
.productsCserum section.cserumSec5 > p:nth-child(2) {
    width: 490px;
    margin:  0 auto;
}
.productsCserum section.cserumSec5 > h2 {
    width: 540px;
    margin: 30px auto 10px auto;
}
.productsCserum section.cserumSec6 {
    margin-top: 100px;
}
.productsCserum section.cserumSec6 > p:nth-child(2) {
    width: 606px;
    margin:  0 auto;
}
.productsCserum section.cserumSec6 > h2 {
    margin-top: 80px;
}
.productsCserum .cserumSec6DivWrap {
    width:  80%;
    margin: 40px auto;
    overflow:  hidden;
}
.productsCserum .cserumSec6DivWrap > div {
    float: left;
    width: 20%;
}
.productsCserum .cserumSec6DivWrap > p {
    float:  left;
    width: 77%;
    padding-left: 3%;
}
.productsCserum section.cserumSec6 > h3 {
    margin-bottom: 20px;
}
.productsCserum section.cserumSec7 {
    margin-top: 100px;
}
.productsCserum .cserumSec7 .photo p {
    width: 83px;
    margin:  0 auto;
}

.c-serum .products_buy_button {
    margin-bottom: 20px;
}

.c-serum .main_comment {
    margin-bottom: 10px;
}


/*-----------------------------------------------------

  Q&A　qanda

-------------------------------------------------------*/
.qanda_list #products {
    margin-top: 50px;
}

.qanda_list h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.qanda_list h3:first-child {
    margin-top: 0;
}

.qanda_list dl:last-child dd {
    padding-bottom: 0;
}

.qanda_list dt {
    font-size: 15px;
    height: 15px;
    padding: 8px 7px 7px 40px;
    background: #d5d5e1;
    line-height: 15px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.qanda_list dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/qanda/txt_qanda_01.png) left top no-repeat;
}

.qanda_list dd {
    position: relative;
    padding-left: 40px;
    padding-bottom: 30px;
    display: none;
}

.qanda_list dd:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    display: block;
    width: 17px;
    height: 18px;
    background: url(img/qanda/txt_qanda_02.png) left top no-repeat;
}

.qanda_list_menu ul {
    margin-bottom: 50px;
}

.qanda_list_menu ul:after {
    content: "";
    display: table;
    clear: both;
}

.qanda_list_menu li {
    float: left;
    width: 355px;
    margin-left: 20px;
}

.qanda_list_menu li:first-child {
    margin-left: 0;
}

/*-----------------------------------------------------

  お問い合わせ＆オンラインカウンセリング　contact

-------------------------------------------------------*/
.contact_intro {
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #000;
}

.contact_intro_txt {
    margin-bottom: 30px;
    line-height: 28px;
}

.contact_intro_list {
    font-size: 10px;
    line-height: 24px;
}

.contact_form table {
    width: 100%;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px dashed #000;
    margin-bottom: 40px;
}

.contact_form th {
    width: 188px;
    position: relative;
    padding: 15px 0;
}

.contact_form th .required {
    position: absolute;
    display: block;
    right: 20px;
    padding: 1px 3px;
    background: #ea6094;
    top: 13px;
    color: #fff;
    height: 19px;
}

.contact_form td {
    width: 542px;
    padding: 5px 0;
}

.contact_form td span {
    font-size: 11px;
}

.contact_form td button {
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border: 0;
}

.contact_form input[type="text"],
.contact_form select,
.contact_form input[type="number"],
.contact_form input[type="email"] {
    width: 260px;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
    margin-right: 5px;
    border: 1px solid #999;
}

.contact_form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #999;
}

.contact_form #pref {
    padding: 0;
    width: 130px;
    border-radius: 3px;
}

.contact_form #address {
    width: 243px;
    margin-left: 4px;
}

.contact_form .address_column th {
    vertical-align: top;
}

.contact_form .address_column select {
    margin-top: 5px;
}

.contact_form .address_column td span {
    display: block;
    margin-bottom: 10px;
}

.contact_form .address_column td input[type="text"] {
    width: 100%;
}

.contact_form .content_column th {
    vertical-align: top;
}

.contact_form button.blue_btn, .contact_form input.blue_btn {
    width: 280px;
    padding: 10px 0;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    display: block;
    background: #2e2b6a;
    color: #fff;
    border: 0;
}

.contact .privacy_check {
    text-align: center;
    margin-bottom: 10px;
}

.contact_privacy {
    height: 100px;
    border: 1px solid #808080;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.contact_privacy .policy_list {
    padding: 10px;
}

.contact_privacy .policy_list dl:first-child {
    margin-top: 0;
}

.confirm #address_btn {
    display: none;
}

.confirm .privacy_check {
    display: none;
}

.confirm input[name="submitBack"] {
    margin-bottom: 20px;
}

.confirm .confirm_hide {
    display: none !important;
}

.confirm .gray_btn {
    background-color: #808080;
    border: 1px solid #808080;
    color: #fff;
    width: 240px;
    padding: 10px 0;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

/*-----------------------------------------------------

  定期便 teiki

-------------------------------------------------------*/
.teiki_intro .title {
    margin-bottom: 20px;
}

.teiki_intro_txt {
    text-align: center;
    margin-bottom: 40px;
}

.teiki .line_title,
.teiki_test .line_title {
    height: auto;
    text-align: center;
}

.teiki_privilege {
    margin-bottom: 60px;
}

.teiki_privilege_list:after {
    content: "";
    display: table;
    clear: both;
}

.teiki_privilege_box {
    background: #f4efea;
    padding: 13px 22px;
    width: 310px;
    float: left;
    margin-top: 20px;
    margin-left: 21px;
    text-align: center;
}
.teiki_privilege_box_new{
    padding:0 !important;
    width:354px;
}
.teiki_privilege_box_new img{
    max-width:354px;
}

.teiki_privilege_box:first-child,
.teiki_privilege_box:first-child + .teiki_privilege_box {
    margin-top: 0;
}

.teiki_privilege_box:first-child,
.teiki_privilege_box:first-child + .teiki_privilege_box + .teiki_privilege_box,
.teiki_privilege_box:first-child + .teiki_privilege_box + .teiki_privilege_box + .teiki_privilege_box {
    margin-left: 0;
}

.teiki_privilege_box h3 {
    margin-bottom: 20px;
}

.teiki_privilege_box h3:first-child + .txt {
    margin-top: 0;
}

.teiki_privilege_box .txt {
    margin-top: 20px;
}

.teiki_privilege_box.box01 {
    padding-bottom: 19px;
    margin-bottom: 20px;
}

.teiki_privilege_box.box01 h3 {
    margin-bottom: 20px;
}

.teiki_privilege_box.box03 {
    margin-top: 0;
    clear: both;
}

.teiki_privilege_box.box03 h3 {
    text-align: right;
}

.teiki_privilege_box.box03 .txt {
    text-align: left;
}

.teiki_privilege_box.box04 {
    clear: both;
}

.teiki_privilege_box.box04 h3 {
    text-align: left;
}

.teiki_privilege_box.box04 .txt {
    text-align: left;
}

.teiki_privilege_box.box05 {
    margin-top: -185px;
}

.teiki_privilege_box.box05 h3 {
    margin-bottom: 41px;
}

.teiki_example {
    margin-bottom: 80px;
}

.teiki_example .title img{
    display:block;
    margin:auto;
}

.teiki_example .line_title {
    margin-bottom: 20px;
}

.teiki_example_detail.box01 {
    padding-left: 280px;
    position: relative;
}

.teiki_example_detail.box01 .img {
    position: absolute;
    left: 0;
    top: 0;
}

.teiki_example_detail.box02 {
    float: left;
}

.teiki_example_detail.box03 {
    float: right;
    border-left: 1px solid #000;
    padding-left: 20px;
}
.teiki_example_detail.box04 {
    float: left;
    width:346px;
    margin-top:20px;
}

.teiki_example_detail.box05 {
    float: right;
    border-left: 1px solid #000;
    padding-left: 20px;
    margin-top:20px;
}
.teiki_example_detail.box06 {
    float: left;
    width:346px;
    margin-top:20px;
}
.teiki_example_detail.box07 {
    float: right;
    border-left: 1px solid #000;
    padding-left: 20px;
    margin-top:20px;
}

.teiki_example_detail .title {
    text-align: left;
}

.teiki_example_detail .txt {
    margin-bottom: 20px;
}

.teiki_example_detail .ocher_btn {
    margin-bottom: 20px;
}

.teiki_example_detail .ocher_btn a {
    padding: 10px 0;
}

.teiki_example_detail_list {
    padding-top: 20px;
    border-top: 1px solid #000;
}

.teiki_example_detail_list:after {
    content: "";
    display: table;
    clear: both;
}

.teiki_example_detail_list .img {
    margin-bottom: 20px;
}

.teiki_example_detail_list .ocher_btn {
    margin-bottom: 0;
}

.teiki_example_comment {
    border: 1px solid #000;
    padding: 12px 0;
    text-align: center;
    line-height: 13px;
    margin-bottom: 20px;
}

.teiki_example_comment .txt {
    margin-top: 5px;
}

.teiki_example_comment .txt:first-child {
    margin-top: 0;
}

.teiki_qanda_list dl:first-child {
    margin-top: 0;
}

.teiki_qanda_list dt {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.teiki_qanda_list dd {
    padding-left: 45px;
    display: none;
}

/*-----------------------------------------------------

  ご利用ガイド guide

-------------------------------------------------------*/
.guide_list {
    line-height: 22px;
}

.guide_list h4 {
    font-size: 16px;
    color: #2e2b6a;
    font-weight: bold;
    margin-bottom: 10px;
}

.guide_list h4:before {
    content: "●";
}

.guide_list .txt,
.guide_list .img {
    margin-bottom: 10px;
}

.guide .attention {
    color: #ea6094;
}

.guide .fill_title {
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.guide #delivery > ul > li > ul > li {
    padding-left: 10px;
}

.guide .mb {
    margin-bottom: 25px;
}

.guide_return_destination {
    margin: 10px 0;
    border: 1px solid #000;
    padding: 10px;
    position: relative;
}

.guide_return_destination dt {
    position: absolute;
    width: 150px;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
}

.guide_return_destination dd {
    padding-left: 150px;
}

/*-----------------------------------------------------

  おしらせ　news

-------------------------------------------------------*/
.news .line_title {
    margin-bottom: 0;
}

.news .photo_area {
    width: 200px;
    float: left;
}

.news .content_area {
    width: 510px;
    float: right;
}

.news_list {
    line-height: 22px;
}

.news_list a {
    text-decoration: underline;
}

.news_list_box {
    position: relative;
    padding: 30px 0;
    min-height: 222px;
    border-bottom: 1px dashed #000;
}

.news_list_box:after {
    content: "";
    display: table;
    clear: both;
}

.news_list_box .date {
    font-size: 15px;
    margin-bottom: 10px;
}

.news_list_box.text_only {
    min-height: auto;
    padding-left: 0;
}

.news_list_box.text_only .date {
    font-size: 14px;
}

.news_list_box .btn {
    margin-top: 20px;
    background: #c1e4e9;
    padding: 2px 10px;
    display: inline-block;
}

.news_list_box .btn a {
    text-decoration: none;
}

.news_list .img img {
    width: 100%;
    height: auto;
}

.news_list .title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #2e2b6a;
}

.news .media_text {
    display: none;
}

/*-----------------------------------------------------

  メディア情報　media_magazine

-------------------------------------------------------*/
.media .line_title {
    margin-bottom: 0;
}

.media .photo_area {
    width: 200px;
    float: left;
}

.media .content_area {
    width: 510px;
    float: right;
}

.media_list {
    line-height: 22px;
}

.media_list a {
    text-decoration: underline;
}

.media_list_box {
    position: relative;
    padding: 30px 0;
    min-height: 222px;
    border-bottom: 1px dashed #000;
}

.media_list_box:after {
    content: "";
    display: table;
    clear: both;
}

.media_list_box .date {
    font-size: 15px;
    margin-bottom: 10px;
}

.media_list_box.text_only {
    min-height: auto;
    padding-left: 0;
}

.media_list_box.text_only .date {
    font-size: 14px;
}

.media_list_box .btn {
    margin-top: 20px;
    background: #c1e4e9;
    padding: 2px 10px;
    display: inline-block;
}

.media_list_box .btn a {
    text-decoration: none;
}

.media_list .img img {
    width: 100%;
    height: auto;
}

.media_list .title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #2e2b6a;
}

.media .media_text {
    display: none;
}

.overlay {
    background-color: #000;
    -ms-filter: "alpha(opacity=70)";
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modal_window {
    background: url(img/ico_03.png) 95% 13px no-repeat #FFF;
    border: 5px solid #e5e5e5;
    padding: 40px 40px 10px 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.modal_window .photo {
    margin-bottom: 20px;
}

.dummy {
    display: none;
}

/*-----------------------------------------------------

  ページャー page-numbers

-------------------------------------------------------*/
.page-numbers {
    text-align: center;
    padding-top: 45px;
}

.page-numbers li {
    display: inline-block;
    font-size: 20px;
    color: #666;
    margin-left: 20px;
}

.page-numbers li:first-child {
    margin-left: 0;
}

.page-numbers li a {
    text-decoration: underline;
    color: #666;
}

/*-----------------------------------------------------

  お知らせ news

-------------------------------------------------------*/
.news_detail_title {
    font-size: 25px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
}

.news_detail_title .date {
    font-size: 15px;
    margin-bottom: 15px;
}

/*-----------------------------------------------------

  404

-------------------------------------------------------*/
.error_404 {
    text-align: center;
    padding-top: 30px;
}

.error_404-txt {
    margin-bottom: 20px;
}

.error_404-link {
    text-decoration: underline;
}

#change_btn {
    text-align: center;
    padding-top: 20px;
}

#change_btn li {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}

#change_btn li:first-child + li:before {
    content: "｜";
    position: absolute;
    left: -10px;
}

/*# sourceMappingURL=style.css.map */


/*-----------------------------------------------------

  メディア情報　media_magazine

-------------------------------------------------------*/



.campaign_single_wrapper .box_l{
    float:left;
}
.campaign_single_wrapper .box_r{
    float:right;
}
