@charset "UTF-8";

/*
 このCSSに定義するセレクタは、接頭辞「ad-」をつける
 */


/* 先生ページヘのリンク 一時的に非リンクに */

.ad-teacher-link {
    cursor: default;
    pointer-events: none;
}

.ad-teacher-link:after {
    content: none;
}

.ad-noarticle {
    padding: 100px 0;
    text-align: center;
}

.tbl_ranking tr:nth-child(5)~tr {
    display: none;
}

.btn_close::after {
    transform: translateY(-50%) rotate(-90deg);
}

.topics_table {
    border: 1px solid #e1e1e1;
    width: 100%;
}

.topics_table th,
.topics_table td {
    border: 1px solid #ddd;
    padding: 5px;
}

.topics_table th {
    background: #f2f2f5;
}

.ad-month_column_item .column_img {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.ad-month_column_list {
    margin: 1rem 0;
}

.ad-month_column_list a {
    padding: 0.5rem 0;
}

.tbl_dummy dt a {
    padding: 20px;
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: -20px 0;
    margin: -2rem 0;
}

.tbl_dummy dt a:after {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    content: "";
    width: 10px;
    width: 1rem;
    min-width: 10px;
    min-width: 1rem;
    height: 10px;
    height: 1rem;
    background: url(/resources/share/img/pc/common/icon_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}


/* 2018-0206 add */

.txt_link {
    padding-right: 8px;
}

.txt_link:after {
    margin-right: -6px;
}

.ad_book_icon_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ad_book_icon_list dt {
    width: 15%;
    margin-bottom: 10px;
}

.ad_book_icon_list dd {
    width: 85%;
    margin-bottom: 10px;
}

.ad_book_icon_list .ad_book_icon {
    width: 90%;
}

.ad_book_icon {
    background: #f2f2f5;
    border-radius: 4px;
    display: inline-block;
    padding: 0 0.5em;
    text-align: center;
    margin: 0 3px;
    font-size: 14px;
    font-size: 1.4rem;
}

.ad_book_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem;
}

.ad_book_list li {
    padding: 0 5px;
    margin-bottom: 20px;
}

.ad_book_list figure {
    text-align: center;
}

.ad_book_list figure img {
    height: 170px;
    object-fit: contain;
}

.ad_indent_list li {
    text-indent: -1em;
    margin-left: 1em;
}

.ad_large_btn {
    padding: 25px 20px;
    padding: 2.5rem 2rem;
}

.ad_app_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ad_app_icon dt {
    width: 15%;
    margin-right: 5%;
    margin-bottom: 10px;
}

.ad_app_icon dd {
    width: 80%;
    margin-bottom: 10px;
}

.txt_UnderLine {
    text-decoration: underline;
}

.ad_indent li {
    text-indent: -1em;
    margin-left: 1em;
}

.expandable_index {
    position: relative;
    height: 12.8em;
    overflow-y: hidden;
}

.expandable_index .expand_list {
    display: none;
}

.expandable_index .expand_btn {
    position: absolute;
    bottom: 0.8em;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.8em;
    width: 300px;
    background-color: #ccc;
    border-radius: 0.8em;
    font-size: 0.85em;
    text-align: center;
}

.expandable_index .expand_btn img {
    margin-left: 1em;
    width: 0.6em;
    transform: translateY(-0.4em) rotate(90deg);
}

.index_list li {
    line-height: 2;
}

.top_indent {
    text-indent: -1em;
    margin-left: 1em;
}
.top_indent::before {
    content: "・";
}

.second_indent {
    margin-left: 1em;
}


/* 2018-0326 qa add */

.ad_login_box {
    /*border: 1px solid #f278a1;*/
    margin: 0 30px 50px;
    padding: 0 20px;
}

.ad_login_box p {
    font-size: 14px;
}

.ad_login_lead {
    position: relative;
    margin-bottom: 40px;
}

.ad_login_lead:after {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: -47px;
    left: 50%;
    border: 20px solid transparent;
    border-top: 19px solid #ccc;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.ad_ad_btn {
    background: #f278a1;
    color: #fff;
    font-weight: bold;
    border: none;
}

.ad_ad_btn:after {
    background: none !important;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px !important;
    height: 6px !important;
    transform: translate(-5px, -50%) rotate(45deg) !important;
}

.ad_doctor_box {
    display: -webkit-flex;
    display: flex;
    /*-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
    font-size: 14px;
    font-size: 1.4rem;
}

.ad_doctor_box li {
    padding: 0 10px;
    margin-bottom: 20px;
}

.ad_doctor_box figure {
    margin-bottom: 10px;
}

.ad_doctor_box figure img {
    width: 100%;
}

.ad_doctor_box dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.ad_net_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ad_net_detail p {
    width: 75%;
}

.ad_net_detail figure {
    width: 10%;
}

.ad_net_detail figure img {
    width: 100%;
}


/* 2018-0327 for Google Custom Search */

input#gsc-i-id1 {
    text-indent: 0 !important;
}

button.gsc-search-button.gsc-search-button-v2 {
    border: none;
    padding: 0;
}

.gsc-search-button-v2 svg {
    fill: transparent !important;
    width: 20px;
    height: 20px;
    background-image: url(/resources/share2018/img/pc/cmn_srch_icn.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/* 2018-05-28 */

.qa_item {
    border-bottom: none;
}

.qa_popular .qa_a {
    border: 1px solid #ccc;
    padding: 1em;
}


/* 2018-06-10 トップリニューアル対応 */

header p.header_logo {
    position: absolute;
    top: 15px;
    left: 0;
}

header .inner {
    position: relative;
}

header h1 {
    position: absolute;
    top: 15px;
    left: 0;
}

header .header_nav {
    padding: 15px 0 0 330px;
}

header .header_nav li img {
    width: 28px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

header .header_nav li.button img {
    width: inherit;
    vertical-align: middle;
    margin: 0;
}

header .search_area {
    position: absolute;
    top: 25px;
    right: 0;
    width: 168px;
    height: 30px;
    background: #fff !important;
    border: solid 1px #bfbfbf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 1px;
}

header .search_area .gsc-search-box .gsc-input {
    background: #fff !important;
    height: 24px !important;
}

header .search_area .gsc-search-box .gsc-search-button {
    background: #fff !important;
    cursor: pointer;
}

footer {
    padding: 0 0 60px 0;
}

footer .top {
    background: #ffd1d1;
}

footer .js-footer_btn_top {
    background: none;
    padding: 8px 10px 6px 0;
    text-align: right;
}

footer nav ul {
    text-align: center;
    padding: 15px 0 0 0;
}

footer nav ul li {
    display: inline;
    margin: 0 10px;
}

footer nav ul li a {
    font-size: 14px;
    text-decoration: underline;
}

footer nav ul li a:hover {
    text-decoration: none;
}

footer .copy {
    text-align: center;
    font-size: 14px;
    padding: 20px 0 0 0;
}


/* ==============================================
.l-sidenav
============================================== */

.l-sidenav .sidenav_ttl_ver1 {
    background: #fff url(/resources/share2018/img/pc/cmn_arwr_s_b.png) right 5px top 15px no-repeat;
    border: none;
    padding: 10px 0 0 0;
    border-bottom: 2px #e0e2e4 solid;
}

.l-sidenav .sidenav_ttl_ver1 a,
.l-sidenav .sidenav_ttl_ver1 .category_title {
    font-size: 16px;
    display: block;
    padding: 0 0 10px 0;
}

.l-sidenav .sidenav_ttl_ver1 img {
    width: 32px;
    vertical-align: middle;
    margin: -4px 8px 0 0;
}

.l-sidenav .sidenav_ttl_ver1.nolink {
    background: none;
}

.l-sidenav .snav {
    border: none;
    background: none;
    padding: 8px 0 0 12px;
}

.l-sidenav .snav li {
    border: none;
    font-size: 14px;
    background: url(/resources/share2018/img/pc/cmn_arwr_s_p.png) 0 4px no-repeat;
    margin: 15px 0 0 0;
}

.l-sidenav .snav li a {
    border: none;
    font-size: 14px;
    padding: 0 0 0 15px;
    display: block;
}

.l-sidenav .snav li a:after {
    background: none !important;
}

aside .bannar_list_secondary {
    padding: 20px 0 20px 0;
}

aside .bannar_list_secondary li img {
    border: 2px #e0e2e4 solid;
}

aside .mb_normal {
    padding: 10px 0 0 0;
}

aside .mb_normal li {
    margin: 0 0 10px 0;
}

aside #follow {
    background: #f3f3f3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px 0 5px 0;
}

aside #follow p {
    text-align: center;
}

aside #follow ul {
    border: none;
    padding: 0 30px 0 40px;
}

aside #follow ul li {
    background: none;
    padding: 0;
}

.regist_box {
    border: none;
    background: url(/resources/share2018/img/pc/cmn_thnt_bg.png) no-repeat;
    margin: 50px 0 0 0;
    padding: 25px 0 25px 0;
}

.regist_img {
    text-align: center;
    width: 100%;
    padding: 0 0 10px 0;
}

.regist_txt {
    width: 100%;
    padding: 0;
}

.regist_txt p {
    text-align: center !important;
    font-size: 14px;
    line-height: 20px;
}

.regist_box .regist_txt .btn_primary {
    background: #ff878c url(/resources/share2018/img/pc/cmn_arwr_l_c.png) right 15px top 12px no-repeat;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 14px;
    color: #fff;
    padding: 13px 0 14px 0;
    letter-spacing: 2px;
    width: 270px;
    margin: 0 auto;
}

.regist_box .regist_txt .btn_primary:after {
    background: none;
}

.regist_box .regist_txt .txt_link {
    background: #fff url(/resources/share2018/img/pc/cmn_arwr_l_b.png) right 13px top 10px no-repeat;
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 14px;
    color: #000;
    padding: 9px 0 9px 0;
    letter-spacing: 2px;
    width: 270px;
    float: left;
}

.regist_box .regist_txt .txt_link:after {
    background: none;
}

.l-container {
    margin-top: 0;
}

body.all_top_2018 main .article_list_secondary li:empty {
    display: none;
}

.article_list_secondary li a .ttl_thirdary_ver2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    text-align: initial!important;
}

.article_list_secondary.main_view li a .ttl_thirdary_ver2 {
    -webkit-line-clamp: 2;
}

.article_list_secondary li {
    height: auto;
    background: none!important;
    border-bottom: initial;
}

.article_list_secondary li a {
    padding: 8px!important;
}

.article_list_secondary li a .article_img {
    margin: 0 8px 0 0;
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
}

.article_list_secondary li a .article_img img {
    border-radius: 0!important;
}

.theme_list>* {
    padding-right: 20px;
    padding-right: 2rem;
    min-width: 10px;
    min-width: 1rem;
    min-height: 10px;
    min-height: 1rem;
    width: 50%;
}

.theme_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-right: -2rem;
}

.theme_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.theme_list .theme_item {
    display: block;
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    border-bottom: solid 2px #dddcd7;
    border-bottom: solid .2rem #dddcd7;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

aside #follow .sns_list_primary {
    padding: 0 20px 0 30px;
}

.sns_list_secondary>* {
    line-height: 1;
}


/* 2018-07 */

.ad_kanren_link {
    border: 1px solid #ccc;
    padding: 20px;
}

.ad_kanren_shoulder {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.ad_kanren_link_dl dt {
    font-weight: bold;
    margin-bottom: 8px;
}

.ad_kanren_link_dl dt a {
    text-decoration: underline;
}

.ad_kanren_txt {
    /*visibility: hidden;*/
}

.ranking h2 {
    font-size: 16px;
    font-size: 1.6rem;
}

.ranking_recommend {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px 0;
}

.ranking_recommend>section {
    width: 48%;
}

.ranking_recommend .topics_ranking_top {
    width: 100%;
}

.ranking_recommend .btn_more {
    width: 80%;
}

.ranking_recommend .btn_more::after {
    transform: translateY(-50%) rotate(0deg);
}

.ranking_recommend .ttl_secondary_ver2 {
    font-size: 22px;
    font-size: 2.2rem;
}

.ranking_list .article_img {
    position: relative;
}

.ranking_list .article_img::after {
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.ranking_list li:nth-child(1) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num01.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(2) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num02.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(3) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num03.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(4) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num04.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(5) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num05.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(6) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num06.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(7) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num07.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(8) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num08.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(9) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num09.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(10) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num10.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(11) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num11.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(12) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num12.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(13) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num13.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(14) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num14.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(15) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num15.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(16) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num16.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(17) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num17.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(18) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num18.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(19) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num19.png) no-repeat left top / 32px 32px;
}

.ranking_list li:nth-child(20) .article_img::after {
    background: url(/resources/share/img/pc/ranking/ranki_num20.png) no-repeat left top / 32px 32px;
}


/* 名前ランキング2018 */

.tab_list.link_internal.icon_arrow_t a:after {
    content: none;
}

.tab_list.link_internal.icon_arrow_t a:before {
    content: "";
    background-image: url(/resources/share/img/pc/common/icon_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto auto 0;
    width: 8px;
    width: .8rem;
    min-width: 8px;
    min-width: .8rem;
    height: 8px;
    height: .8rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#babyfood #list {
    margin-bottom: 100px;
    margin-bottom: 10rem;
}

#babyfood #list h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

#babyfood .article_list_secondary .article_img img {
    height: 80px;
    width: 80px;
}

#babyfood .ttl_thirdary_ver2 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}

#babyfood .article_list_secondary p {
    color: #101010;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.babyfood_top #header .inner,
.babyfood_detail #header .inner {
    padding: 0;
}

#babyfood.page-top nav ul {
    display: flex;
    justify-content: center;
}

#babyfood.page-top nav ul li {
    float: none;
    width: 25%;
}

#babyfood .sns_list_secondary {
    margin-top: 3em;
    margin-bottom: 0;
}

#babyfood .sns_list_secondary li span {
    vertical-align: top;
}

#babyfood #foodindex {
    border: solid 1px #000000;
    padding: 2px;
    max-width: 1060px;
    margin: 93px auto 0 auto;
    position: relative;
}

#babyfood #foodindex div {
    border: solid 1px #000000;
}

#babyfood #foodindex h2 {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    display: table;
    margin: -12px auto 10px auto;
    padding: 0 10px;
    background: #FFF;
}

#babyfood #foodindex ul {
    padding: 2px 0 4px 10px;
}

#babyfood #foodindex ul li {
    float: left;
}

#babyfood #foodindex ul li a {
    font-size: 14px;
    line-height: 20px;
    background: url(/resources/babyfood/images/bftp_fstf_arw.png) 0 7px no-repeat;
    background-size: 3px auto;
    padding: 0 0 0 5px;
    margin: 0 10px 0 0;
}

#babyfood #foodindex ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

#babyfood #foodindex ul.foodindex-01,
#babyfood #foodindex ul.foodindex-03,
#babyfood #foodindex ul.foodindex-05 {
    /* background: #F5F5F5; */
}

#babyfood #foodindex ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html #babyfood #foodindex ul {
    display: inline-block;
}

*:first-child+html #babyfood #foodindex ul {
    display: inline-block;
}


/* 妊娠スケジュール */

.ad_ninshin_schedule_table {
    font-size: 1.4rem;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.ad_ninshin_schedule_table th,
.ad_ninshin_schedule_table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.ad_ninshin_schedule_table th {
    text-align: center;
    background: #f2f2f5;
    vertical-align: middle;
    font-weight: bold;
}

.ad_ninshin_schedule_table th:first-child,
.ad_ninshin_schedule_table th:nth-of-type(2) {
    width: 9%;
    text-align: center;
}

.ad_ninshin_schedule_table th:nth-of-type(2)~th {
    width: 28%;
}

.ad_ninshin_schedule_table td:first-child,
.ad_ninshin_schedule_table td:nth-of-type(2) {
    text-align: center;
    vertical-align: middle;
}

.ad_ninshin_schedule_table h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.ad_ninshin_schedule_table h3:not(:first-child) {
    margin-top: 10px;
}

.ad_ninshin_schedule_table a {
    display: inline-block;
    padding-right: 10px;
    position: relative;
}

.ad_ninshin_schedule_table a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}


/* コメントランキング */

#ulArticleRanking {
    border-top: solid 1px #e1e1e1;
    margin-bottom: 60px;
}

#ulArticleRanking tr {
    border-bottom: solid 1px #e1e1e1;
}

#ulArticleRanking td {}

.ul-article-rank {
    padding: 20px 10px;
    width: 20px;
    text-align: center;
    font-weight: bold;
}

.ul-article-title a {
    padding: 20px 10px;
    display: block;
}

.ul-article-count {
    padding: 20px 10px;
    text-align: right;
}


/* ママ・パパコメント */

.goods-comment {
    padding: 30px 30px 30px 90px;
    margin-top: 30px;
    border: 2px solid #eee;
    border-radius: 6px;
}

.goods-comment li {
    text-indent: -1em;
    margin-left: 1em;
}

.goods-comment-mama {
    background: url(/resources/share/img/pc/babygoods_rank/ill-mama.png) no-repeat 20px 50%;
    background-size: 55px;
}

.goods-comment-papa {
    background: url(/resources/share/img/pc/babygoods_rank/ill-papa.png) no-repeat 20px 50%;
    background-size: 55px;
}

.goods-comment-mapa {
    background: url(/resources/share/img/pc/babygoods_rank/ill-mapa.png) no-repeat 20px 50%;
    background-size: 55px;
}


/* ボタン */

.goods-item-btn {
    text-align: center;
    margin-top: 30px;
}

.goods-item-btn a {
    display: inline-block;
    text-decoration: none!important;
    min-width: 50%;
}


/* comics */

.comics_tag {
    padding: 40px 45px;
    border-bottom: 1px dotted #666;
}

.comics_ttl {
    text-align: center;
}

.comics_tag:last-child {
    border: none;
}

.comics_data {
    margin: 20px 0 15px;
}

.comics_data-schedule {
    background: #eee;
    font-size: 15px;
    padding: 5px 10px 4px;
    display: inline-block;
    margin-left: 15px;
    border-radius: 4px;
    line-height: 1;
    position: relative;
}

.comics_data-schedule:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-right: 10px solid #eee;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
}

.comics_data-writer {
    background: url(/comics/img/icon-writer.png) 0 0 no-repeat;
    background-size: 24px;
    padding-left: 28px;
    min-height: 26px;
}

.icon_comments {
    font-size: 15px;
    color: #ff878c;
    padding: 0 0 0 33px;
    margin: 0;
    background: url(/resources/share/img/pc/common/icon-comment.png) no-repeat 0 2px;
    background-size: 33px auto;
    height: 33px;
    display: inline-block;
}

.all_top_2018 main .article_info {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-right: 15px;
    width: 225px;
}

.all_top_2018 main .article_new_primary li:nth-child(1) .article_info,
.all_top_2018 main .article_new_primary li:nth-child(2) .article_info,
.all_top_2018 main .article_new_primary li:nth-child(3) .article_info,
.all_top_2018 main .article_new_primary li:nth-child(4) .article_info,
.all_top_2018 main .article_new_primary li:nth-child(5) .article_info,
.all_top_2018 main .article_new_primary li:nth-child(6) .article_info {
    justify-content: space-between;
    width: 225px;
}

.all_top_2018 main .article_new_primary li:nth-child(1) .icon_comments,
.all_top_2018 main .article_new_primary li:nth-child(2) .icon_comments,
.all_top_2018 main .article_new_primary li:nth-child(3) .icon_comments,
.all_top_2018 main .article_new_primary li:nth-child(4) .icon_comments,
.all_top_2018 main .article_new_primary li:nth-child(5) .icon_comments,
.all_top_2018 main .article_new_primary li:nth-child(6) .icon_comments {
    margin: 5px 0 0;
}

.firstView_primaryTit--pr::after {
    content: 'PR';
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}


/* 記事詳細 自動誘導リンク PRタグ デザイン調整 */

.article_detail_item p.article_detail_description a.firstView_primaryTit--pr::after {
    padding: 2px 6px;
    margin-left: 4px;
    margin-bottom: 3px;
}

.icon_category {
    font-size: 10px;
    line-height: 10px;
    color: #ff878c;
    padding: 5px 0 5px 20px;
    margin: -6px 0 0 -2px;
}

.icon_category-gray {
    color: gray;
    font-size: 1.2rem;
}

.icon_category:before {
    content: none;
}

.icon_category:after {
    content: none;
}

.icon_category.category-pr::after {
    margin-left: 8px;
    content: 'PR';
}

.icon_category.category-01 {
    background: url(/resources/share2018/img/cmn_icn_heart_p.svg) no-repeat;
    background-size: 18px auto;
}

.icon_category.category-02 {
    background: url(/resources/share2018/img/cmn_icn_maternity_p.svg) no-repeat;
    background-size: 18px auto;
}

.icon_category.category-03 {
    background: url(/resources/share2018/img/cmn_icn_baby_p.svg) no-repeat;
    background-size: 18px auto;
}

.icon_category.category-04 {
    background: url(/resources/shopping/img/cmn_icn_shopping.svg) no-repeat;
    background-size: 18px auto;
}

.icon_category.category-99 {
    background: url(/resources/share2018/img/cmn_icn_pr_p.svg) no-repeat;
    background-size: 18px auto;
}


/* paginator */

.cmnPagination {
    width: 310px;
    margin: auto;
    padding-top: 24px;
    position: relative;
}

.cmnPagination_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmnPagination_item {
    margin: 0 4px;
}

.cmnPagination_link {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    overflow-wrap: normal;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.cmnPagination_focus {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    overflow-wrap: normal;
    background-color: #FFEAEB;
    border: 1px solid #cde6e0;
    border-radius: 50%;
}

.cmnPagination_arrow {
    background-color: #FF878C;
    text-align: center;
    color: #FFFFFF;
    display: block;
    width: 35px;
    /* position: absolute; */
    top: 24px;
    cursor: pointer;
}

.cmnPagination_arrow--prev {
    background-size: contain;
    left: 0;
}

.cmnPagination_arrow--next {
    background-size: contain;
    right: 0;
}

.ttl_bold {
    font-weight: 600;
}

.text_sp {
    line-height: 28px;
}

.block_margin {
    margin-top: 1rem;
}

.slick-active p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: initial!important;
}

.new_common_articles_list li {
    height: auto;
    background: none!important;
    border-bottom: initial;
}

.new_common_articles_list li a {
    padding: 8px!important;
}

.new_common_articles_list li a .ttl_thirdary_ver2 {
    font-size: 14px!important;
    font-weight: bold;
    line-height: 21px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    text-align: initial!important;
}

.new_common_articles_list li a .article_img {
    margin: 0 8px 0 0;
}

.new_common_articles_list .article_img img {
    border-radius: 0!important;
    width: 80px;
    height: 80px;
}

.summary {
    margin: 1rem 0 1rem 0;
    padding: 1em 1em;
    border: 1px solid #CCCCCC;
}

.summary .summary_title {
    font-weight: 600;
    font-size: 2rem
}

.summary .summary_list {
    /*padding: 1em 1em;*/
    /*background-color: #FFEAEB;*/
}

.summary .summary_item {
    padding: 0.5em 0 0.5em 1em;
    position: relative;
    margin-left: 20px;
}

.summary .summary_item::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 1em;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    background-color: rgb(0, 0, 0);
}

.summary .summary_link {
    display: inline-block;
    text-decoration: underline;
}

.summary_list li.middle_summary_item {
    margin: 0 0 0 35px;
}

.abj_area {
    width: 95%;
    margin: auto;
}

div.abj_area div {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.abj_area div {
    display: inline;
}

.abj_area div img {
    width: 90px;
    min-width: 90px;
    height: auto;
    text-align: center;
}

.abj_area div p {
    font-size: 10px;
    word-break: break-all;
}

.abj_area a {
    color: #000;
    border-bottom: solid 1px #000;
}

.new_common_ttl {
    font-size: 2.4rem!important;
    border-bottom: solid .1rem #e1e1e1;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.new_mb_normal {
    margin: 3rem 0;
}

.ranking_recommend .btn_more {
    background: #fff url(/resources/share2018/img/pc/cmn_arwr_l_b.png) 90% 50% no-repeat!important;
}

.ranking_recommend .btn_more:after {
    background: none;
}


/* rensai pagination */

.SeriesPagerWrap {
    display: table;
    width: 100%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 11px;
    color: #f29b8a;
    position: relative;
    padding: 10px 0;
    margin: 15px 0;
}

.SeriesPager_list {
    display: table-cell;
    width: 10%;
    text-align: center;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.SeriesPagerWrap_img {
    height: 60px;
    width: 100px;
    object-fit: cover;
    display: inline-block;
}

.SeriesPagerWrap_box {
    display: table-cell;
    width: 40%;
    text-align: center;
    padding-right: 3%;
    position: relative;
}

.SeriesPager {
    width: calc(100% / 2)
}

.ovH {
    overflow: hidden;
}

.fL {
    float: left;
}

.pL8 {
    padding-left: 8px;
}

.pR8 {
    padding-right: 8px;
}

.pL3per {
    padding-left: 3%
}

.pR3per {
    padding-right: 3%
}

.vrtmd {
    vertical-align: middle;
}

.txt_2line_ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: initial!important;
}

.SeriesPagerWrap a {
    text-decoration: none!important;
}

.disptbc {
    display: table-cell;
    width: 100%;
    height: 60px;
    padding-left: 8px;
    vertical-align: middle;
}

.prevTtl,
.nextTtl,
.firstTtl,
.tagsTtl {
    color: #ff878c
}

.SeriesPager_larrow::before,
.SeriesPager_rarrow::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #ff878c;
    border-right: solid 2px #ff878c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.SeriesPager_larrow::before {
    transform: rotate(-135deg);
    left: 3px;
}

.SeriesPager_rarrow::after {
    transform: rotate(45deg);
    right: 3px;
}

.SeriesPager_article_ttl {
    text-align: initial;
}


/* img caption */

.article_detail_item .blockquote_area div.figure-caption {
    font-size: .8em!important;
    color: #aaa;
}

.article_detail_item .shopping_article .shp_sct__wrp a {
    text-decoration: none !important;
}


/* tag rich */

.tag_rich {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.tag_rich_main .tag_rich_image {
    text-align: center;
    margin-bottom: 8px;
    padding-top: calc(100% * 0.5625);
    position: relative;
}

.tag_rich_main .tag_rich_image img {
    width: 720px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


/* お金 */

.bgcTamachan {
    background-color: #ff878c!important;
}

.pLR20 {
    padding-left: 20px;
    padding-right: 20px;
}

.mLR20 {
    margin-left: 20px;
    margin-right: 20px;
}

.fwB {
    font-weight: bold;
}

.w50 {
    width: 49%;
}

.mT30 {
    margin-top: 30px;
}

.bs2B {
    border: solid .2rem black;
    border-radius: .3rem;
    padding: .5rem;
}

.PositionAbsolute {
    position: absolute;
}

.cmnLink {
    margin-bottom: 30px;
}

.cmnLink_ttl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cmnLink_ttl_center {
    text-align: center;
}

.cmnLink_text {
    margin-bottom: 10px;
}

.cmnLink_link a {
    margin-bottom: 1rem;
    position: relative;
    display: block;
    padding: .5rem;
}

.cmnLink_link_arrow a {
    background: url(/resources/share2018/img/pc/cmn_arwr_s_b.png) right 15px top 50% no-repeat;
}

.cmnLink_link_cell {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* bizmom */

.theme_list_bizmom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: safe left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}

.theme_list_bizmom .theme_item {
    width: 30%;
    margin-left: calc((10%-40px)/6);
    margin-right: calc((10%-40px)/6);
    margin-bottom: 10px;
}

.theme_list_bizmom .theme_item figure {
    position: relative;
}

.theme_list_bizmom .theme_item figure::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.theme_list_bizmom .theme_item figure img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.theme_list_bizmom .theme_item h2 {
    /* text-align: center; */
    font-weight: bold;
}

.pLR20 {
    padding-left: 20px;
    padding-right: 20px;
}

.img_bizmom {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.title_bizmom {
    text-align: center;
    font-weight: bold;
}

.bizmom .inner {
    padding-top: 0;
    padding-bottom: 2rem;
}

.bizmom_top_image {
    position: relative;
}

.bizmom_top_image .title {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2em;
    left: 1em;
    bottom: 0.5em;
    text-shadow: darkgray 1px 1px 3px;
}

.bizmom_sublist {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
}

.bizmom_topic {
    width: 32%;
    display: table-cell;
}

.bizmom_topic .article_img {
    text-align: center;
    margin-bottom: 8px;
    padding-bottom: calc(100% * 0.75);
    position: relative;
}

.bizmom_topic .article_img img {
    width: 231px;
    height: 154px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bizmom_topic .article_txt {
    vertical-align: bottom;
}

.bizmom_topic .article_txt h3 {
    font-size: 14px;
    font-weight: bold;
}


/* 関連記事 */

.related {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 2rem;
    border-color: #ff878c;
}

.related_image {
    width: 100px;
    max-width: initial;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.related_text {
    width: 100%;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.related_title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.related_introduction {
    margin-bottom: 10px;
}

a.related_link {
    text-decoration: none!important;
}

.related_title,
.related_summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: initial!important;
}


/* related_child_tags_area */

.related_child_tags_area {
    margin-bottom: 3rem;
}

.related_child_tags_area .btn_more {
    position: relative;
    display: block;
    border: initial;
    text-align: right;
    width: auto;
    padding: 1rem 4rem;
    text-decoration: underline;
}


/*------------------------------
series
------------------------------*/


/* common */

.sideSeriesWrap_tit,
.seriesWrap_article_list .seriesWrap_tit,
.seriesWrap_article_list .seriesWrap_tit-normal,
.seriesWrap .seriesWrap_tit-middle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: initial!important;
}

.seriesWrap_article_list .seriesWrap_tit,
.seriesWrap_article_list .seriesWrap_tit-normal,
.seriesWrap .seriesWrap_tit-middle {
    font-weight: bold;
}


/* series banner */

.sideSeriesWrap {
    padding-top: 24px;
}

.sideSeriesWrap_item:not(:first-child) {
    padding-top: 15px;
}

.sideSeriesWrap_link {
    display: block;
}

.sideSeriesWrap_thumb {
    display: block;
}

.sideSeriesWrap_tit {
    padding-top: 4px;
    font-size: 13px;
    letter-spacing: -.8px;
    line-height: 1.5;
}

.pt-20 {
    padding-top: 20px;
}


/* special */

.seriesWrap_list {
    padding-bottom: 2%;
}

.seriesWrap_item {
    padding: 2% 0;
}

.seriesWrap_link {
    display: block;
    padding: 8px;
}

.seriesWrap_tit {
    padding: 8px 15px 0 0;
    width: 100%;
}


/* normal */

.seriesWrap_list-normal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 2rem;
}

.seriesWrap_list-normal li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.seriesWrap_item-normal {
    height: auto;
    width: 100%;
}

.seriesWrap_link-normal {
    display: block;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 8px;
}

.seriesWrap_thumb-normal {
    margin-right: 8px;
    flex: none
}

.seriesWrap_thumb-normal img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.seriesWrap_tit-normal {
    padding: 8px 15px 0 0;
    width: 100%;
}

.btn_more_link {
    color: black;
    padding: 1rem;
    font-size: 1.5rem;
    width: 60%;
    margin: 0 auto;
}

.sideSeriesWrap .btn_more_link {
    margin-right: 0;
    border: none;
    right: 0;
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) 90% 50% no-repeat!important;
    background-size: 8px auto!important;
}

.sideSeriesWrap .btn_more_link:after {
    background: none;
}


/* 中連載 */

.seriesWrap_item-middle {
    padding: 8px;
}


/* area zone title 修正 */

#babyfood .topics_ranking .ttl_secondary_ver2,
#babyfood .new_common_ttl {
    line-height: initial!important;
    font-weight: initial!important;
    font-family: inherit!important;
}

.ranking_recommend .ttl_secondary_ver2,
.ranking_recommend .new_common_ttl,
.theme_detail .new_common_ttl,
.seriesWrap .new_common_ttl,
#babyfood .new_common_ttl {
    font-size: 18px!important;
    border-top: 2px solid #ff878c;
    border-bottom: none;
    margin: -2px 0 0 0;
    display: table;
    letter-spacing: 2px;
    padding: 22px 0 24px 0;
    background: 0;
}


/* breadcrumb area */

.bread_area ol li {
    white-space: normal;
}


/* magazine latest issue */

.sideMagLI {
    padding-top: 24px;
}

.sideMagLI_item {
    display: inline-block;
    width: 48%;
    padding-right: 2%;
}

.sideMagLI_link {
    display: block;
    padding-bottom: 8px;
}

.sideMagLI_thumb {
    padding-bottom: 8px;
}

.sideMagLI_btn {
    font-size: 1.3rem!important;
    margin: initial;
    padding: 8px 12px;
}


/*------------------------------
sidebar
------------------------------*/


/* title */

.sideSeriesWrap .sideSideSeriesWrap_cat.new_common_ttl,
.sideMagLI .new_common_ttl,
.Pickup .new_common_ttl {
    display: block;
    font-size: 1.8rem!important;
    padding: 10px 0;
    border: none;
    border-bottom: 2px #e0e2e4 solid;
    margin-bottom: 2rem;
}


/* reproduction prohibited */

.reproduction {
    font-size: 13px;
    margin: 2rem 1rem;
    text-align: left;
}


/* image_l size types */

.szimg_m img {
    display: block;
    margin: auto;
    width: 360px;
    height: auto;
}

.szimg_m figcaption {
    display: block;
    margin: auto;
    width: 50%;
}

.szimg_s img {
    display: block;
    margin: auto;
    width: 238px;
    height: auto;
}

.szimg_s figcaption {
    display: block;
    margin: auto;
    width: 33%;
}

.szimg_def img {
    display: block;
    margin: auto;
    /* width: 720px; */
    width: auto;
    height: auto;
}

.hero_img {
    display: block;
    margin: auto;
    width: 720px !important;
    height: auto !important;
}

.link_img {
    display: block;
    margin: auto;
    /* 
    width: 720px;
    */
    max-width: 100%;
    height: auto;
}


/*------------------------------
pickup
------------------------------*/

.Grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.Grid-cell {
    box-sizing: inherit;
    min-width: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: auto;
    width: 50%;
}

.Pickup {
    margin-top: 20px;
    padding: 8px;
}

.Pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Pickup-item--link {
    width: 100%;
    border: 1px solid #dcdcdc;
    display: block;
    margin: 0px .25rem 10px .25rem;
}

.PickupList {
    margin-left: -.25rem;
    margin-right: -.25rem;
    text-align: center;
}

.Pickup-title {
    padding: .5rem;
    font-size: 13px;
}

.Pickup-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Flex {
    display: block;
    overflow: hidden;
    position: relative;
}

.Flex .Flex-size--16by9 {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.Flex .Flex-content--small-image {
    overflow: hidden;
    text-align: left;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Flex .Flex-content--small-image>img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


/* name ranking contens */

.mrgn {
    margin: 2rem 0;
}


/* naming-book */

.naming_sgl {
    margin: 1em 0;
}

.sglbody {
    width: 300px;
}

.naming_sgl .sglbody {
    display: block;
    margin: auto;
}

.naming_dbl div {
    display: block;
    margin: auto;
    width: 300px;
}


/* name-ranking kanji */

.divfl {
    float: left;
}

.tbl_ranking .kbody .arw {
    display: block;
    float: right;
}

.tbl_ranking .kbody td:nth-child(4n+2) {
    width: 25%;
    padding-right: 12%;
}

.tbl_ranking .kbody td:nth-child(4n+3) {
    width: 50%;
    text-align: left;
}


/* new article title style */

.ttl_lpk {
    border-left: solid .5rem #ff878c;
    background: none;
}

.ttl_bn {
    border: none;
}

.ttl_secondary_borderbottom {
    background: none;
    border-bottom: 3px solid #ff878c;
    font-size: 2.2rem;
}

.ttl_thirdary_borderleft {
    border-left: solid .5rem #ff878c;
    border-bottom: none;
}

.ttl_quaternary_bold {
    font-weight: 600;
}

.ttl_quinary_dash {
    position: relative;
    margin-left: 1.2em;
    font-weight: normal !important;
}
.ttl_quinary_dash::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-1.2em, -50%);
    content: "";
    width: 12px;
    height: 4px;
    background-color: #ff878c;
}

/*------------------------------
footer
------------------------------*/

footer div:last-child {
    width: 1060px;
    margin: 1.5rem auto;
    padding: 0 3rem;
    align-items: center;
}

footer .benesse {
    width: 105px;
    margin-right: 2rem;
}

footer div:last-child ul {
    padding: initial!important;
    margin: initial!important;
    margin-left: auto!important;
}

footer div:last-child ul li {
    padding: 0 14px 0 18px;
    border-right: 1px solid #f5f5f5;
}

footer div:last-child ul li:last-child {
    border-right: initial;
}

footer p.copy {
    padding: initial;
}


/*------------------------------
common
------------------------------*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*------------------------------
sns
------------------------------*/

.sns_publish_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0;
}

.sns .sns_item {
    width: 33px;
    margin: 0 5px;
}


/*------------------------------
common
------------------------------*/

.pd_top_large {
    padding-top: 40px;
}


/*------------------------------
name-search
------------------------------*/

.name_search_ttl {
    background-color: initial;
}

.name_search_area {
    margin-bottom: 2em;
    padding: 1em 1em;
    background-color: #ffeaeb;
    border-radius: 2em;
}

.name_search_area h3 {
    margin-bottom: 0.6em;
    text-align: center;
}

.name_search_area p {
    margin-bottom: 0.6em;
}

.name_form {
    padding-bottom: 1.2em;
    max-width: 80%;
    width: fit-content;
    height: auto;
    text-align: center;
}

.name_search_area .name_form {
    display: block;
    margin: auto;
    margin-top: 0.8em;
}

.name_search_area .name_input {
    border: solid 1px #aaa;
    width: 20em;
    padding-left: 0.4em;
    height: 52px;
}

.name_form .name_button {
    border: solid 1px #aaa;
    padding: 0px 1em;
    background-color: #ff878c;
    height: 52px;
}

.name_form .invalid {
    color: #f44;
}

.tbl_ranking .nhead th:nth-child(2n+1),
.tbl_ranking .nresult td:nth-child(2n+1) {
    width: 30%;
    text-align: center;
    padding-right: 5%;
}

.tbl_ranking .nresult td:nth-child(2n+1),
.tbl_ranking .nresult td:nth-child(2n+2) {
    background: #fff url(/resources/share2018/img/pc/cmn_arwr_l_b.png) 90% 50% no-repeat;
    background-size: 8px auto;
}

.tbl_ranking .nhead th:nth-child(2n+2),
.tbl_ranking .nresult td:nth-child(2n+2) {
    width: 70%;
    padding-right: 10%;
}

.tbl_ranking .nresult tr:nth-child(5)~tr {
    display: table-row;
}

.tbl_ranking .nresult span {
    display: initial;
}

.tbl_none {
    /*margin-left: 23.4%;*/
    margin: auto;
}

.name_error_msg {
    text-align: center;
}


/*------------------------------
記事詳細
------------------------------*/

.article_detail_item .comment_area {
    white-space: pre-line;
}


/*------------------------------
監修者
------------------------------*/

.supervisor_list {}

.supervisor_list h4 {
    margin-bottom: 0px;
}

.supervisor_list a {
    text-decoration: underline;
}

.supervisor_list_text {
    /*width: calc(100vw - 170px);*/
    margin-left: 10px;
    /*color: #999;*/
    font-size: 1.3rem;
}

.supervisor_list-article_detail .supervisor_list-article_detail-name {
    margin: 0!important;
    padding: 0!important;
    display: block!important;
    letter-spacing: normal!important;
    font-size: 24px!important;
    border-top: none!important;
    border-bottom: solid .1rem #e1e1e1!important;
    margin-bottom: 2rem!important;
    padding-bottom: 1rem!important;
}

.fs_15rem {
    font-size: 1.5rem;
}

.mb_none_imp {
    margin-bottom: 0;
}

.ttl_secondary_ver4 {
    font-size: 2.4rem;
}


/*------------------------------
Gallery
------------------------------*/

.gallery {
    background-color: #f5f5f5;
}

.gallery a {
    text-decoration: none !important;
}

.gallery .back a {
    position: relative;
    display: block;
    text-align: center;
}

.js-slider_gallery-for {
    margin-bottom: 8px;
}

.js-slider_gallery-for .slider_item {
    width: 576px;
    margin: auto;
}

.js-slider_gallery-for .slider_item img {
    width: 100%;
    height: auto;
}

.js-slider_gallery-nav .slider_item {
    padding-top: 15px;
    margin: 0 0.2rem;
}

.js-slider_gallery-nav .slider_item img {
    height: 202px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.js-slider_gallery-nav .glr_instagram,
.js-slider_gallery-nav .glr_twitter,
.js-slider_gallery-nav .glr_movie {
    position: relative;
    overflow: hidden;
    height: 202px;
}

.js-slider_gallery-nav .glr_instagram .objfit,
.js-slider_gallery-nav .glr_twitter .objfit,
.js-slider_gallery-nav .glr_movie .objfit {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
}

.js-slider_gallery-nav .glr_instagram .objfit {
    top: -55px;
    left: 0;
}

.js-slider_gallery-nav .glr_instagram iframe {
    min-width: 100% !important;
}

.js-slider_gallery-nav .glr_twitter .objfit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.js-slider_gallery-nav .glr_twitter .objfit > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 202px !important;
}

.js-slider_gallery-nav .glr_twitter iframe {
    width: auto !important;
}

.js-slider_gallery-nav .glr_movie .objfit {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.js-slider_gallery-nav .glr_movie iframe {
    width: auto;
    height: 202px;
}

.js-slider_gallery-for .slick-next:before,
.js-slider_gallery-for .slick-prev:before,
.js-slider_gallery-nav .slick-next:before,
.js-slider_gallery-nav .slick-prev:before {
    color: #ccc;
    font-size: 5rem;
}

.js-slider_gallery-for .slick-slide .slider_img,
.js-slider_gallery-for .slick-slide figcaption,
.js-slider_gallery-for .slick-current .slider_img,
.js-slider_gallery-for .slick-current figcaption {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

.js-slider_gallery-nav figcaption,
.js-slider_gallery-for .slick-slide .slider_img,
.js-slider_gallery-for .slick-slide figcaption {
    opacity: 0;
}

.js-slider_gallery-for .slick-current .slider_img,
.js-slider_gallery-for .slick-current figcaption {
    opacity: 1;
    text-align: center;
}

.gallery .slider_item figcaption a {
    color: #aaa !important;
    font-size: 0.8em !important;
}

.gallery .movie_player {
    width: 100%;
}

.instagram-media {
    min-width: 100% !important;
}

.new_btn_more {
    background: #fff;
    color: black;
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    border: 4px solid #e6e6e6;
    border-radius: 0;
    padding: 13px 0 18px 0;
}


/**********
Shopping
 **********/

.shp__inner,
.shp_art__wrp,
.shp_sct__wrp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.shp_art__wrp {
    margin-bottom: 80px;
}

.shp_sct__wrp {
    margin-bottom: 80px;
}

.shopping_article {
    margin-top: 20px;
}

.shopping_article .shp_sct__wrp {
    margin-bottom: 30px;
}

.shp_naviplus__wrp {
    width: 100%;
    margin-bottom: 40px;
}

.shp_slider__wrp {
    width: 100%;
    margin-bottom: 40px;
}

.shp_slider__wrp.is__slider_loop {
    margin-bottom: 80px;
}

.shp_slider__lst {
    position: relative;
}

.is__slider .shp_slider__lst {
    padding-right: 10px;
    padding-left: 10px;
}

.is__slider_loop .shp_slider__lst {
    padding-right: 10px;
    padding-left: 10px;
}

.is__slider_loop .shp_slider__lst>a,
.is__slider .shp_slider__lst>a {
    width: 660px;
    height: 495px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.is__slider_loop .shp_slider__lst>a img,
.is__slider .shp_slider__lst>a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.is__slider_loop .shp_slider__lst .shp_slider__sbt,
.is__slider .shp_slider__lst .shp_slider__sbt {
    font-weight: bold;
}

.is__slider_naviplus .shp_slider__lst {
    padding-right: 20px;
}

.is__slider_naviplus .shp_slider__lst>a {
    display: block;
}

.is__slider_naviplus .shp_slider__lst>a::before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.is__slider_naviplus .shp_slider__lst.is__lst1 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn1.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst2 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn2.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst3 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn3.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst4 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn4.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst5 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn5.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst6 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn6.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst7 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn7.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst8 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn8.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst9 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn9.png);
}

.is__slider_naviplus .shp_slider__lst.is__lst10 a::before {
    background-image: url(/resources/shopping/img/shp_ranking__icn10.png);
}

.is__slider .slick-list {
    padding: 0 2.66% 0 !important;
}

.is__slider_loop .slick-list {
    padding: 0 2.66% 0 !important;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ff8080;
    border-radius: 50%;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
}

.shp_slider__cnt {
    width: 100%;
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.shp_slider__cpt {
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}

.slick-arrow {
    width: 49px;
    height: 49px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
}

.slick-arrow::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 39px;
    background-color: rgba(255, 128, 128, 0.5);
}

.slick-next {
    right: 0;
}

.slick-next::before {
    background-image: url(/resources/shopping/img/shp_slider__icn_next.png);
}

.slick-prev {
    left: 0;
}

.slick-prev::before {
    background-image: url(/resources/shopping/img/shp_slider__icn_prev.png);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0;
}

.shp_slider__txt {
    width: 100%;
    display: block;
}

.shp_slider__txt.is__product {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -x-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-align: initial !important;
}

@media all and (-ms-high-contrast: none) {
    .shp_slider__txt.is__product {
        white-space: nowrap;
    }
}

.shp_slider__lst .shp_slider__txt.is__price {
    margin-top: .3em;
    font-size: 14px;
    text-align: right !important;
}


/*
@supports (-webkit-line-clamp: 3) {
  .shp_slider__txt.is__product {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
	  &::before, &::after {
	    content: normal;
	    top:2em;
	  }
	}
}
*/


/*
@supports (-webkit-line-clamp: 3) {
  .shp_slider__txt.is__product {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	  &::before, &::after {
	    content: normal;
	  }
  }
}
*/

.category-04 {
    margin: 0;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: left 41%;
    background-image: url(/resources/shopping/img/cmn_icn_shopping.svg);
}

.shp_slider__more {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 1;
    font-size: 10px;
    color: #fff;
}

.shp_art__ttl_wrp {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.shp_art__ttl_cacth {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.shp_art__ttl_cacth::before,
.shp_art__ttl_cacth::after {
    content: '';
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ff8080;
}

.shp_art__ttl_cacth::before {
    height: 3px;
    top: 32px;
}

.shp_art__ttl_cacth::after {
    height: 2px;
    top: 38px;
}

.shp_art__ttl_cacth img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.shp_art__ttl_cpt {
    display: block;
    font-size: 20px;
}

.shp_art__ttl {
    display: block;
    font-size: 30px;
}

.shp_sct__ttl {
    width: calc(100% - 44px);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ff8080;
}

.shp_sct__ttl::before,
.shp_sct__ttl::after {
    content: '';
    width: 42px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -9px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.shp_sct__ttl::before {
    left: -22px;
    background-image: url(/resources/shopping/img/shp_sct__ttl_bg_l1.png);
}

.shp_sct__ttl::after {
    right: -22px;
    background-image: url(/resources/shopping/img/shp_sct__ttl_bg_r1.png);
}

.shp_sct__ttl.is__l2::before,
.shp_sct__ttl.is__l2::after {
    height: 50px;
}

.shp_sct__ttl.is__l2::before {
    background-image: url(/resources/shopping/img/shp_sct__ttl_bg_l2.png);
}

.shp_sct__ttl.is__l2::after {
    background-image: url(/resources/shopping/img/shp_sct__ttl_bg_r2.png);
}

.shp_sct__ttl h3 {
    font-weight: bold;
    font-size: 18px;
    color: #ff8080;
}

.shp_sct__cpt {
    margin-bottom: 10px;
    text-align: right;
    font-size: 11px;
}

.shp_ec__lst_wrp {
    margin-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shp_ec__lst {
    width: 163px;
    margin-bottom: 38px;
}

.shp_ec__lst_lnk {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
}

.is__lst1 .shp_ec__lst_lnk {
    width: 127px;
}

.is__lst2 .shp_ec__lst_lnk {
    width: 155px;
}

.is__lst3 .shp_ec__lst_lnk {
    width: 165px;
}

.is__lst4 .shp_ec__lst_lnk {
    width: 152px;
}


/*
.shp_lnk__btn { padding:2vw 1.2em; display:block; text-align:center; font-size:3.46vw; background-position:right 1em center; background-repeat:no-repeat; background-size:1.46vw; background-image:url(/resources/shopping/img/shp_btn__icn.gif); border:.4vw solid #2c2c2c; border-radius:3em; }
*/

.shp_campaign__bnr {
    margin-bottom: 20px;
}

.btn_more:after {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
}

#search.shp_art__wrp .search_area {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.shp_slider__sbt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: initial !important;
    font-size: 20px;
}

.shp_button__lst {
    display: flex;
    text-align: center;
    width: 640px;
    margin: 20px auto 0 auto;
}

.shp_button__lst li {
    width: 33%;
    padding: 0 5px 0 5px;
}

.shp_button__lst a {
    width: 100%;
}


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

#nav_ranking_1,
#nav_ranking_2 {
    display: none;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.link_affiliate {}

.link_affiliate .link_affiliate_text {}

.link_affiliate .link_affiliate_image {
    text-align: center;
    margin-bottom: 20px;
}

.link_affiliate .link_affiliate_button {}

.show {
    display: block!important;
}

img {
    max-width: 100%;
    height: auto;
}


/* 記事詳細タグリストのスタイル調整 */

article .btn_list.list_type_tag {
    display: inline-block;
}

.l-contents {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 720px;
}

.ovulation_calculator .l-contents {
    width: auto;
}

.border_text {
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
}