@charset "utf-8";
/* CSS Document */
.P_top80 {
    padding-top: 80px;
}
.what_nap .what_list_title {
    border-left: #FF698E solid 10px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.what_nap .what_list ul li {
    margin-bottom: 10px;
    font-size: 20px;
}
.what_nap .what_list ul li a, .what_nap .what_list ul li i {
    color: #FF698E;
}
.what_nap .what_list ul li a:hover {
    text-decoration: underline;
}

.what_nap .youtube {
    background-color: #FFF2F3;
    padding: 35px;
}
.what_nap h2 {
    font-family: 'Zen Old Mincho', serif;
    border-top: 2px solid #FFB8CA;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}
.what_nap h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFEDED 0%);
}
.what_nap dl dt {
    font-size: 20px;
    font-weight: bold;
    background-color :#FFEDED;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.what_nap dl dd {
    font-size: 16px;
}
.what_nap .demerit_t {
    border-left: 10px solid #59A0D4;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #59A0D4;
    margin-bottom: 30px;
}
.what_nap .merit_t {
    border-left: #FF698E solid 10px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FF698E;
    margin-bottom: 30px;
}
#merit ul li {
    font-size: 20px;
    margin-bottom: 10px;
}
.what_nap #merit h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
    background :initial;
}
.what_nap .demerit h3 span {
    font-size: 20px;
    color: #59A0D4;
}
.what_nap .merit h3 span {
    font-size: 20px;
    color: #FF698E;
}

/*使い方*/
#how_to h2 {
        font-size: 46px;
        line-height: 1em;
        background-color: #FFE5E5;
        font-weight: normal;
        padding: 25px;
        text-align: center;
}
#how_to dl dt {
        font-size: 36px;
        line-height: 1.5em;
        text-align: center;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding-top: 10px;
        padding-bottom: 10px;
}
#how_to dl dd {
        font-size: 16px;
        line-height: 1.7em;
}
#how_to .marker_p {
  background: linear-gradient(transparent 60%, #FFEA82 0%);
}

/*サニーデイズトップページ案内*/

/*布ナプキン比較リスト*/
#nap_list table {
    border-collapse:  collapse;
}
#nap_list th, #nap_list td {
    text-align: center;
    border: #DBDBDB solid 1px;
    padding: 10px 30px;
}
#nap_list th {
    background-color: #FFE8E2
}
#nap_list i.fa-droplet {
    color: #5FA0C9;
}
#nap_list i.fa-xmark {
    color: #333333;
}
#nap_list i.fa-circle {
    color: #FF93A1;
}
#nap_list img {
    width: 120px;
    height: 120px;
}

/*コラム*/
.sp_top_category {
    margin-bottom: 0px;
}

.sd_contents_navi {
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto;
}
.sd_contents_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sd_contents_navi ul li {
    width: 24%;
}
.sd_contents_navi ul li a:hover {
    opacity: 0.5;
}
.sd_contents_navi ul li img {
    width: 100%;
}
