@charset "utf-8";
/* base setting */
*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}
h1, h2, h3, h4, h5 {
	font-family: "Helvetica", "Lucida Grande", "Microsoft YaHei", sans-serif;
    color: #222;
}
h2 {
    font-size: 2.5em;
    line-height: 1.5;
}
h3 {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 40px;
}
h4 {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 30px;
}
main ol,
main ul{
    list-style-position: inside;
}

/* generic */
.contents {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}

.space {
    margin-left: 20px;
}

.column{
    margin-bottom: 130px;
}
.column::after{
    content: "";
    display: block;
    clear: both;
}
.colL{
    float: left;
}
.colR{
    float: right;
}
.colL img, .colR img,
.colImg img{
    width: 100%;
}

.pcBlock{
    display: block;
}
.spBlock{
    display: none;
}

.imgHalf img {
    width: 50%;
}

/* margin */
.mT40 {
    margin-top: 40px;
}

/* .hero */
.hero {
    position: relative;
    margin: 0 0 180px;
}
.hero img{
    width: 100%;
    height: 100%;
}
.hero h1 {
    position: absolute;
    font-size: 4Vw;
    top: 7Vw;
    left: 10Vw;
    margin: 0;
}

.hero h2 {
    position: absolute;
    font-size: 2.4Vw;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 1.5px;
    top: 13Vw;
    left: 10Vw;
    margin: 0;
}

/* feature section */
@media all and (-ms-high-contrast: none) {
    .featureLead ol {
        text-indent: -1.9em;
        padding-left: 1.9em;
        }
}
.feature h3 {
    padding-left: 1.3em;
    position: relative;
}
.feature .number {
    padding-right: 10px;
    position: absolute;
    display: inline-block;
    left: 0;
    white-space: nowrap;
}
.feature .column .colL {
    width: 41.25%;
}
.feature .column .colR {
    width: 52.5%;
}
.feature .column .colL.even,
.feature .column .colR.even {
    width: 40%;
}
.feature .column .colL.even p,
.feature .column .colR.even p {
    margin-bottom: 30px;
}
.featureLead {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto 170px auto;
}
.featureLead h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}
.featureLead ol {
    font-family: "Gothic MB101 Bold","MySansSerif","YakuHanJP",sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 40px 0 0 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
    text-indent: -1.9em\9;
    padding-left: 1.9em\9;
}

.featureLead .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featureLead .column img {
    width: auto;
    height: 150px;
    margin: 0 50px;
}

.slideView{
    max-width: 1000px;
    margin: 0 auto 160px auto;
}
.slideView ul li {
    list-style: none;
}
.swiper-pagination-bullet-active {
    background: #222;
}
.borderTit {
    text-align: center;
    margin-bottom: 90px;
}
.borderTit span{
    border-bottom: 2px solid #999;
    text-align: center;
}
/* .conversionArea */
.conversionArea {
    margin-bottom: 160px;
}
.conversionArea::after{
    content: "";
    display: block;
    clear: both;
}
.productDetail {
    width: 50%;
    float: left;
}
.productDetail p {
    font-weight: bold;
    font-size: 18px;
}
.productImg {
    width: 28.75%;
    float: right;
    margin-bottom: 40px;
}
.productImg img {
    width: 100%;
}
.conversionArea h3 {
    padding-left: 0;
    margin-bottom: 10px;
}
.size {
    margin-bottom: 40px;
}
.price {
    padding: 0 5px 0 30px;
    font-size: 1.5em;
    font-weight: bold;
}
.btnRound {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    background: #222;
    border-radius: 36px;
    height: 50px;
    line-height: 50px;
    width: 370px;
    padding: 0 10px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
.sizeTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px dashed #585858;
}
.sizeTable th{
    font-size: 0.75em;
    padding: 8px 30px;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
    background-color: #e2e2e2;
    border-right: 1px dashed #585858;
}
.sizeTable td{
    font-size: 0.88em;
    padding: 10px 30px;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
    border-right: 1px dashed #585858;
}
.sizeTable tr:nth-child(n+2) th,
.sizeTable tr:nth-child(n+2) td{
    border-top: 1px dashed #aeaeae;
}


/* usage section */
.usage {
    background: #fafafa;
    padding: 160px 0 30px 0;
}
.usage h2 {
    text-align: center;
    margin-bottom: 85px;
}
.usage .column .colL {
    width: 52.5%;
}
.usage .column .colR {
    width: 41.25%;
}
.usage .column .colR p{
    padding-left: 1.8em;
    position: relative;
}
.usage .number {
    font-size: 1.5em;
    line-height: 1;
    font-weight: bold;
    font-family: "Gothic MB101 Bold","MySansSerif","YakuHanJP",sans-serif;
    padding-right: 10px;
    position: absolute;
    display: inline-block;
    left: 0;
    white-space: nowrap;
}
.usage ul li {
    list-style-type: none;
    padding-left: 1.3em;
    position: relative;
}
.usage ul li::before {
    position: absolute;
    display: inline-block;
    top: 0.35em;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    content: '';
    border-radius: 100%;
    background: #222;
}
.usage .attentionList{
    font-size: 0.75em;
}
.column.attention .colL,
.column.attention .colR {
    width: 47.5%;
}

/* faq  section */
.faq {
    padding: 160px 0 40px 0;
}
.faq h2{
    text-align: center;
}
.faqList {
    padding: 30px 0 0 0;
}
.faqList dt {
    position: relative;
    padding: 30px 0 0 40px;
    line-height: 30px;
    font-size: 1.13em;
    font-weight: bold;
    font-family: "Gothic MB101 Bold","MySansSerif","YakuHanJP",sans-serif;
    margin-bottom: 20px;
    border-top: 1px solid #dfe0e1;
}
.faqList dt::before {
    content: "";
    background: url(/cn/feature/diapers/img/icon_q.jpg) no-repeat left top /30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}
.faqList dd{
    position: relative;
    padding-left: 40px;
    font-size: 0.94em;
    line-height: 30px;
    margin-bottom: 30px;
}
.include__more-button .faqList dt {
    border: none;
    padding-top: 0;
}
.include__more-button .faqList dd {
    border-bottom: 1px solid #dfe0e1;
    padding-bottom: 30px;
}
.faqList dd::before {
    content: "";
    background: url(/cn/feature/diapers/img/icon_a.jpg) no-repeat left top /30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}

/* readmore */
.include__more-button {
    width: 800px;
    margin: 0 auto 160px auto;
}
.more-btn-click {
    border-bottom: 0;
    padding-bottom: 0;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.more-btn-click:before, .more-btn-click:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #dfe0e1;
}
.include__more-button .more-link {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    border-radius: 50px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 30px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.more-box {
    display: none;
}

/* responsive setting */
@media screen and (max-width: 767px) {
    /* generic */
    .contents {
        width: 100%;
        padding: 0 30px;
    }
    .column {
        margin-bottom: 100px;
    }
    .colL, .colR,
    .feature .featureLead .column .colL, .feature .featureLead .column .colR,
    .feature .column .colL, .feature .column .colR,
    .feature .column .colL.even, .feature .column .colR.even,
    .usage .column .colL, .usage .column .colR,
    .productImg, .productDetail{
        float: none;
        width: 100%;
    }

    .colL p, .colR p,
    .colL picture, .colR picture{
        margin-bottom: 40px;
    }
    h2 {
        font-size: 1.75em;
        text-align: center;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    h4 {
        font-size: 1.25em;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .pcBlock{
        display: none;
    }
    .spBlock{
        display: block;
    }
    /* hero */
    .hero {
        margin-bottom: 120px;
    }
    .hero h1 {
        position: absolute;
        font-size: 9Vw;
        top: 3Vw;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .hero h2 {
        position: static;
        font-size: 1.75em;
        text-align: center;
        line-height: 1.4em;
        margin-top: 120px;
    }
    /* feature section */
    .featureLead ol {
        font-size: 1.45em;
    }
    .featureLead li {
        margin-bottom: 0.8em;
        line-height: 1.5;
    }
    .featureLead {
        margin-bottom: 120px;
    }
    .featureLead h3 {
        font-size: 1.2em;
    }
    .featureLead .even h3 {
        padding-right: 0;
        padding-left: 1.8em;
    }
    .featureLead .even .number {
        margin-left: 10px;
    }
    .featureLead .column img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .slideView.spBlock img {
        width:100%;
    }
    .borderTit {
        border-bottom: 2px solid #999;
        display: table;
        margin: 0 auto 90px auto;
    }
    .borderTit span {
        border-bottom: none;
    }
    /* conversion area */
    .conversionArea {
        margin-bottom: 120px;
    }
    .conversionArea h3{
        text-align: center;
    }
    .btnRound {
        width: 100%;
    }
    .sizeTable{
        margin-top: 40px;
    }
    .sizeTable th{
        padding: 6px 0;
    }
    .sizeTable td{
        padding: 10px 5px;
        width:25%;
    }
    .productImg {
        text-align: center;
        margin-bottom: 40px;
    }
    .productImg img {
        width: 50%;
        height: auto;
    }
    .price {
        padding: 0;
    }
    /* usage section*/
    .usage {
        padding: 120px 0 30px 0;
    }
    .usage h2 {
        margin-bottom: 40px;
    }
    .usage h3 {
        text-align: center;
    }
    .usage .column {
        margin-bottom: 60px;
    }
    .usage .attentionList {
        font-size: 1em;
        margin-bottom: 60px;
    }
    /* faq section*/
    .faq {
        padding: 120px 0;
    }
    .faqList dt,
    .faqList dd {
        padding-left: 25px;
        line-height: 1.8;
    }
    .faqList dt {
        font-size: 0.95em;
    }
    .faqList dd {
        font-size: 0.88em;
    }
    .faqList dt::before {
        background: url(/cn/feature/diapers/img/icon_q.jpg) no-repeat left top /15px;
        width: 15px;
        height: 15px;
        top: 35px;
    }
    .include__more-button .faqList dt::before {
        top: 5px;
    }
    .faqList dd::before {
        background: url(/cn/feature/diapers/img/icon_a.jpg) no-repeat left top /15px;
        width: 15px;
        height: 15px;
        top: 5px;
    }

    /* read more */
    .include__more-button{
        width: 100%;
    }
}