@charset "UTF-8";

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


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

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

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

.ad-noarticle {
    padding: 30px 0 50px;
    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;
}


/*
第2弾改訂 追加対応分
*/


/* header */


/*.all_top .l-header + div {
  margin: 0;
}*/


/*.all_top .l-header + div > div > div > iframe {
    margin: 10px 0;
}
.all_top .l-header + div > div > div > iframe:empty {
    display: none;
}*/

.smartPanelBox {
    margin: 10px 0;
}

.header_benesse {
    padding: 0 1rem;
    margin-bottom: 0;
}

.header_inner {
    padding: 1rem 0;
}

.header_logo {
    padding: 0 1rem;
}

.header_logo img {
    margin: 0;
}

.header_nav ul {
    align-items: center;
}

.header_nav li {
    /*padding-top: 3px;*/
}

.header_nav li:nth-last-child(2) a {
    margin-right: 0;
}


/* slick */

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.js-slider_main .slider_item img {
    height: 50vw;
}


/* articles list */

.article_list.article_new_secondary li:nth-child(1) a {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.article_list.article_new_secondary li:nth-child(2) {
    width: 100%;
    border-right: none;
    padding-right: 0;
}

.article_list.article_new_secondary li:nth-child(3) {
    width: 100%;
    padding-left: 0;
}

.article_list.article_new_secondary li:nth-child(2) a {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.article_list.article_new_secondary li:nth-child(3) a {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.article_list.article_new_secondary li:nth-child(1) .article_img {
    width: 33.3333%;
    min-width: 33.3333%;
    margin-right: 1rem;
}

.article_list.article_new_secondary li:nth-child(2) .article_img {
    width: 33.3333%;
    min-width: 33.3333%;
    margin-right: 1rem;
}

.article_list.article_new_secondary li:nth-child(3) .article_img {
    width: 33.3333%;
    min-width: 33.3333%;
    margin-right: 1rem;
}

.article_list.article_new_secondary li:nth-child(1) .article_img img {
    width: calc((100vw - 1rem - 4rem) / 3);
    height: calc((100vw - 1rem - 4rem) / 3);
    object-fit: cover;
}

.article_list.article_new_secondary li:nth-child(2) .article_img img {
    width: calc((100vw - 1rem - 4rem) / 3);
    height: calc((100vw - 1rem - 4rem) / 3);
    object-fit: cover;
}

.article_list.article_new_secondary li:nth-child(3) .article_img img {
    width: calc((100vw - 1rem - 4rem) / 3);
    height: calc((100vw - 1rem - 4rem) / 3);
    object-fit: cover;
}

.list_inner {
    padding: 2rem 0 2rem 0!important;
}

.article_list.article_new_secondary li {
    background: none!important;
    border-bottom: initial!important;
}

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

.article_list.article_new_secondary li a div .ttl_thirdary_ver2 {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-align: initial!important;
}

.article_list.article_new_secondary li a .article_img {
    margin-right: 8px!important;
}

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

.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;
}

.ad-month_column_item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: none;
}

.ad-month_column_item .column_img {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    padding-top: 0.5rem;
    padding-left: 1rem;
}

.ad-month_column_item .column_txt {
    padding-left: 0;
}


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

.ad-month_column_list li {
    text-indent: -1em;
    padding-left: 2em;
}

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

.ad-month_column_list a:after {
    display: inline-block;
}

.tab_list.link_internal a {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.tab_list.link_internal a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: auto auto 0;
}

.tab_list.link_internal.btn_center a {
    text-align: center;
}

.tbl_dummy dt {
    width: 25%;
}

.tbl_dummy dt a {
    padding: 5px;
    padding: 0.5rem;
    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;
    width: 100%;
    margin: -5px 0;
    margin: -0.5rem 0;
}

.tbl_dummy dt a:after {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: auto;
    content: "";
    width: 8px;
    width: 0.8rem;
    min-width: 8px;
    min-width: 0.8rem;
    height: 8px;
    height: 0.8rem;
    background: url(/resources/share/img/sp/common/icon_arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.tbl_dummy dd {
    width: 75%;
}

.sns_list_secondary {
    overflow-x: hidden;
}

.sns_list_secondary li {
    padding: 0 2px;
}


/* 2018-0206 add */

.ad_book_icon_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

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

.ad_book_icon_list dd {
    width: 70%;
    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.7em;
    text-align: center;
    margin-right: 5px;
    font-size: 13px;
}

.ad_book_list {
    border-top: 1px solid #e1e1e1;
}

.ad_book_list li {
    border-bottom: 1px solid #e1e1e1;
}

.ad_book_list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0;
}

.ad_book_list figure {
    width: 25%;
    margin-right: 5%;
}

.ad_book_list p {
    width: 70%;
}

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

.ad_large_btn {
    padding: 20px 18px 20px 5px;
    padding: 2rem 1.8rem 2rem 0.5rem;
}

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

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

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

.txt_UnderLine {
    text-decoration: underline;
}

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

.expandable_index {
    position: relative;
    height: 12.5em;
    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: 200px;
    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.25em) rotate(90deg);
}

.index_list li {
    line-height: 2;
}

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

.second_indent {
    margin-left: 0.5em;
}


/* 2018-0326 qa add */

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

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

.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 {
    border-top: 1px solid #e1e1e1;
}

.ad_doctor_box li {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

.ad_doctor_box figure img {
    width: 100%;
    object-fit: contain;
}

.ad_doctor_box dl {
    width: calc(100% - 90px);
}

.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: calc(100% - 75px);
}

.ad_net_detail figure {
    width: 60px;
}

.ad_net_detail figure img {
    width: 100%;
}


/* 2018-0327 for Google Custom Search */

.btn_39.btn_keyword_search {
    background: none;
}

.search_area #gsc-i-id1,
.search_area #gsc-i-id2 {
    text-indent: 0 !important;
    padding: 0 !important;
}

.search_area .gsc-search-button {
    background-color: transparent;
}

button.gsc-search-button.gsc-search-button-v2 {
    border: none;
    padding: 0 !important;
    background: transparent;
}

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


/* 2018-0420 web-push */

.no-bfore-icon:before,
.no-after-icon:after {
    content: none;
}


/* 2018-05-28 */

.js-qa_item {
    border-bottom: none;
}

.js-qa_item::after {
    display: none;
}

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

.qa_popular .qa_a::after {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 10px;
    width: 1rem;
    min-width: 10px;
    min-width: 1rem;
    height: 10px;
    height: 1rem;
    background: url(/resources/share/img/sp/common/icon_arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}


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

header p {
    width: 62px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.header_benesse {
    position: relative;
    height: 20px;
}

.header_benesse img {
    position: absolute;
    top: 3px;
    left: 3px;
}

header {
    border-top: solid 1px #f1f1f1;
    height: 44px;
    position: relative;
}

header h1 {
    width: 62px;
    position: absolute;
    top: 10px;
    left: 10px;
}

header .header_nav img {
    width: 16px;
    margin: 0 3px 0 0;
}

header .header_nav ul li {
    border: none !important;
}

header .header_nav ul li a {
    display: block;
    margin: 0;
    padding: 10px 10px 16px 0;
}

header .header_nav ul li img {
    width: 16px;
    margin: 0 3px 0 0;
}

header .header_nav ul li .js-btn_search {
    width: 44px;
    height: 44px;
    background: url(/resources/share2018/img/sp/cmn_icn_menu.png) 13px 13px no-repeat;
    background-size: 19px auto;
}

footer {
    /*margin: 40px 0 0 0;*/
    margin: 0;
}

footer #main ul {
    border-top: solid 3px #f3f3f3;
}

footer #main ul li {
    float: left;
    width: 33.33333%;
    height: 44px;
}

footer #main ul li a {
    font-size: 12px;
    display: block;
    border-right: solid 4px #f3f3f3;
    background: url(/resources/share2018/img/sp/cmn_arwr_s_g.png) right 13px top 13px no-repeat;
    background-size: 8px auto;
    padding: 12px 0 14px 15px;
}

footer #main ul li:last-child a {
    border-right: none;
}

footer #contents ul {
    border-top: solid 3px #f3f3f3;
}

footer #contents ul li {
    border-bottom: solid 2px #f3f3f3;
    float: left;
    width: 50%;
    height: 44px;
    background: url(/resources/share2018/img/sp/cmn_arwr_s_g.png) right 13px top 13px no-repeat;
    background-size: 8px auto;
}

footer #contents ul li a {
    font-size: 12px;
    line-height: 14px;
    display: block;
    height: 100%;
    border-right: solid 2px #f3f3f3;
    padding: 13px 0 0 15px;
}

footer #contents ul li.line-02 a {
    padding: 6px 0 0 15px;
}

footer #contents ul li:nth-child(even) a {
    border-right: none;
}

footer #corporate ul {
    text-align: center;
    padding: 20px 50px 30px 50px;
}

footer #corporate ul li {
    display: inline-flex;
    padding: 0 5px;
}

footer #corporate ul li a {
    font-size: 12px;
    /*text-decoration: underline;*/
}

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

* html footer ul {
    display: inline-block;
}

*:first-child+html footer ul {
    display: inline-block;
}

footer .top {
    font-size: 12px;
    text-align: center;
    background: #ffe6e6;
}

footer .top img {
    width: 13px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}

footer .top a {
    display: block;
    padding: 10px 0 12px 0;
}

footer .top .js-footer_btn_top:before {
    display: none;
}

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

.l-modal {
    background: #f7f7ef;
    position: relative;
}

.l-modal .inner {
    padding: 0 20px !important;
}

.l-modal .logo {
    position: absolute;
    top: 28px;
    left: 20px;
    width: 100px;
}

.l-modal .modal_header {
    background: none;
    padding: 30px 30px 30px 0;
}

.l-modal .js-btn_close {
    background: url(/resources/share2018/img/sp/cmn_icn_cls_b.png) no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.l-modal .search_area {
    background: #fff !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.l-modal .search_area .gsc-search-box .gsc-input {
    background: #fff !important;
}

.l-modal .search_area .gsc-search-box .gsc-search-button {
    background: #fff !important;
}

.l-modal .search_area .gsc-search-box .gsc-search-button .gsc-search-button {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.l-modal .js-accordion_list {
    background: none;
    border: none;
    display: inherit !important;
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -webkit-flex-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
    -webkit-flex-wrap: inherit !important;
    -ms-flex-wrap: inherit !important;
    flex-wrap: inherit !important;
    position: relative;
}

.l-modal .js-accordion_list li {
    background: none;
    border: none;
    margin: 15px 0 0 0;
    padding: 0 0 4px 0;
    overflow: inherit !important;
}

.l-modal .js-accordion_list li a {
    border: none;
    display: block;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 4px 0 rgba(201, 73, 70, 1);
    -webkit-box-shadow: 0 4px 0 rgba(201, 73, 70, 1);
    box-shadow: 0 4px 0 rgba(201, 73, 70, 1);
}

.l-modal .js-accordion_list li.menu-01 {
    background: none;
    border: none;
    margin: 0 4% 4% 0;
    padding: 0 0 4px 0;
    width: 48%;
    float: left;
}

.l-modal .js-accordion_list li.menu-01 a {
    padding: 21px 0 21px 9px;
    background: #ff878c url(/resources/share2018/img/sp/cmn_icn_opn_c.png) right 25px top 28px no-repeat;
    background-size: 10px auto;
}

.l-modal .js-accordion_list li.menu-01 a img {
    width: 30px;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

.l-modal .js-accordion_list li.menu-02 {
    background: none;
    border: none;
    margin: 0 0 4% 0;
    padding: 0 0 4px 0;
    width: 48%;
    float: left;
}

.l-modal .js-accordion_list li.menu-02 a {
    padding: 21px 0 21px 9px;
    background: #ff878c url(/resources/share2018/img/sp/cmn_icn_opn_c.png) right 25px top 28px no-repeat;
    background-size: 10px auto;
}

.l-modal .js-accordion_list li.menu-02 a img {
    width: 30px;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

.l-modal .js-accordion_list li.menu-03 {
    clear: both;
}

.l-modal .js-accordion_list li.menu-03 a {
    padding: 7px 0 8px 9px;
    background: #ff878c url(/resources/share2018/img/sp/cmn_arwr_s_w.png) right 15px top 11px no-repeat;
    background-size: 8px auto;
}

.l-modal .js-accordion_list li.menu-03 a img {
    width: 24px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.l-modal .js-accordion_list li .js-accordion_list_child {
    z-index: 101;
    background: url(/resources/share2018/img/sp/cmn_icn_fkds.png) 48% 0 no-repeat;
    background-size: 26px auto;
    border: none;
    padding: 10px 0 0 0;
    margin: 5px 0 0 0;
}

.l-modal .js-accordion_list li .js-accordion_list_child li {
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 2px 0;
    position: relative;
    float: none;
    width: 100%;
}

.l-modal .js-accordion_list li .js-accordion_list_child li a {
    font-size: 12px;
    color: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 0 10px 10px;
    background: #ffc6c8 url(/resources/share2018/img/sp/cmn_arwr_s_w.png) right 11px top 44% no-repeat;
    background-size: 7px auto;
}

.l-modal #regist {
    background: url(/resources/share2018/img/sp/cmn_thnt_bg.png);
    background-size: 12px auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 10px;
    margin: 20px 0 0 0;
}

.l-modal #regist .btn_primary {
    background: #ff878c url(/resources/share2018/img/sp/cmn_arwr_s_c.png) right 15px top 10px no-repeat;
    background-size: 7px auto;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 14px;
    color: #fff;
    padding: 5px 0 7px 0;
    letter-spacing: 2px;
}

.l-modal #regist .btn_primary:after {
    background: none;
}

.l-modal #regist .txt_link {
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) right 13px top 8px no-repeat;
    background-size: 7px auto;
    border: 2px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 14px;
    color: #000;
    padding: 2px 0 5px 0;
    display: block;
    letter-spacing: 2px;
    margin: 5px 0 0 0;
}

.l-modal #regist .txt_link:after {
    background: none;
}

.l-modal #contents ul {
    padding: 20px 0;
}

.l-modal #contents ul li {
    float: left;
    width: 49%;
    height: 44px;
    margin: 0 2% 2% 0;
}

.l-modal #contents ul li:nth-child(even) {
    margin: 0 0 2% 0;
}

.l-modal #contents ul li a {
    font-size: 11px;
    line-height: 15px;
    display: block;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 11px 0 0 12px;
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) right 14px top 14px no-repeat;
    background-size: 7px auto;
    border: 2px solid #f3f3f3;
}

.l-modal #contents ul li.line-02 a {
    padding: 4px 0 0 12px;
}

.l-modal #contents ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html .l-modal #contents ul {
    display: inline-block;
}

*:first-child+html .l-modal #contents ul {
    display: inline-block;
}

aside.l-aside .inner:not(.shop_inner) {
    border-top: none;
    margin: 0;
    padding: 30px 0 0 0;
}

aside.l-aside ul {
    padding: 0 20px !important;
}

aside.l-aside ul li {
    margin: 10px 0 0 0;
}

aside.l-aside ul li img {
    border: solid 2px #cacacc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ttl_secondary_ver2 {
    padding: 0 0 1rem 1rem;
}

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

aside.l-aside .w_100p {
    width: 41%;
    float: left;
    margin: 0 0 0 6%;
}

aside.l-aside .ttl_secondary_ver3 {
    font-size: 12px;
    text-align: center;
    background: url(/resources/share2018/img/sp/cmn_fllw_ttl.png) center top no-repeat;
    background-size: 107px auto;
    padding: 25px 0 15px 0;
    margin: 20px 0 0 0;
}

aside.l-aside .sns_list_primary li {
    background: none;
    padding: 0;
}

aside.l-aside .sns_list_primary li img {
    border: none;
}

.regist_box {
    border: solid 2px #f3f3f3;
    margin: 25px 10px 40px 10px;
    padding: 0 0 10px 0;
    background: url(/resources/share2018/img/sp/cmn_thnt_bg.png);
    background-size: 12px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.regist_box .regist_img {
    width: 100%;
    padding: 15px 0 0 0;
}

.regist_box .regist_txt {
    width: 100%;
    margin: -6% 0 0 0;
    padding: 0 15px;
}

.regist_box .regist_txt .text_l {
    text-align: center !important;
    font-size: 11px;
    line-height: 16px;
}

.regist_box .regist_txt .btn_primary {
    background: #ff878c url(/resources/share2018/img/sp/cmn_arwr_s_c.png) right 20px top 10px no-repeat;
    background-size: 10px auto;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 14px;
    color: #fff;
    padding: 7px 0 10px 0;
    letter-spacing: 2px;
    width: 200px;
    margin: 0 auto;
}

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

.regist_box .regist_txt .txt_link {
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) right 20px top 5px no-repeat;
    background-size: 10px auto;
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 14px;
    color: #000;
    padding: 2px 0 5px 0;
    display: block;
    letter-spacing: 2px;
}

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

.article_list.article_new_secondary li:nth-child(1) .article_img {
    margin: 0 1em 0 0;
}

body.all_top_2018 main #new_article_alltop li {
    height: auto;
}

body.all_top_2018 main #new_article_alltop li .article_img img {
    margin-bottom: 0;
}

body.all_top_2018 main #new_article_alltop li a {
    padding: 5px;
}

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

#new_article_alltop li:nth-child(even) {
    background: #FFF;
}

#new_article_alltop li a {
    padding: 5px 0 0 5px;
    height: 100%;
}

#new_article_alltop li .article_img {
    width: 80px!important;
    min-width: 85px;
}

#new_article_alltop li .article_img img {
    width: 80px;
    height: 80px;
    margin-bottom: initial;
}

#new_article_alltop li .article_txt {
    padding: 8px 15px 0 0;
    text-align: justify;
}

#new_article_alltop li .article_txt h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}

#new_article_alltop .js-split_txt {
    display: none;
}

#new_article_alltop li .article_txt .icon_category {
    font-size: 10px;
    line-height: 10px;
    color: #ff878c;
    padding: 4px 0 5px 20px;
    margin: 0 0 0 -3px;
}

.tit3_dl_02 a {
    display: block;
    margin-top: 1.56rem;
}

.tit3_dl_02 a:first-child {
    margin-top: 0;
}

.tit3_dl_02 dt {
    font-weight: bold;
}

.tit3_dl_02 h3 {
    font-weight: bold;
}

.tit3_dl_02 dd {
    padding-bottom: 1.56rem;
    border-bottom: 1px solid #808080;
    font-size: 1.3rem;
}

aside.l-aside ul.bannar_list {
    padding: 0 5px !important;
}

aside.l-aside ul.bannar_list {
    margin-right: 0;
}

aside.l-aside ul.bannar_list li:nth-child(odd) {
    padding-left: 0;
    padding-right: 3px;
}

aside.l-aside ul.bannar_list li:nth-child(even) {
    padding-right: 0;
    padding-left: 3px;
}

.all_top_2018 .inner.uzou_inner {
    padding-right: 10px;
    padding-left: 10px;
}

.sns_list_secondary {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sns_list_primary>* {
    width: calc(100vw / 7);
    height: calc(100vw / 7);
    padding: 0;
}

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


/* 2018-07 */

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

.ad_kanren_shoulder {
    color: #666;
    margin-bottom: 7px;
}

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

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

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

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

.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 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: auto auto 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: auto;
    content: "";
    width: 8px;
    width: 0.8rem;
    min-width: 8px;
    min-width: 0.8rem;
    height: 8px;
    height: 0.8rem;
    background: url(/resources/share/img/sp/common/icon_arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#babyfood .article_list p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
}

#babyfood #list .inner {
    padding-top: 20px;
    padding-top: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    padding-left: 20px;
    padding-left: 2rem;
}

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

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

#babyfood.page-top #movie ul {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

#babyfood #foodindex {
    border: solid 1px #000000;
    padding: 2px;
    margin: 70px 0 0 0;
}

#babyfood.page-howto #foodindex {
    margin: 30px 20px 0;
}

#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 h2 img {
    height: 28px;
    display: block;
    margin: 0 auto 10px auto;
}

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

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

#babyfood #foodindex ul li a {
    font-size: 13px;
    line-height: 18px;
    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.page-howto #foodindex ul.foodindex-01,
#babyfood.page-howto #foodindex ul.foodindex-03,
#babyfood.page-howto #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.1rem;
    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: 17%;
    text-align: center;
}

.ad_ninshin_schedule_table th:nth-of-type(3) {
    width: 64%;
}

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

.ad_ninshin_schedule_table h3 {
    font-weight: bold;
    background: #f2f2f5;
    margin: 10px -3px 10px;
    padding: 3px 5px;
}

.ad_ninshin_schedule_table h3:first-child {
    margin-top: -3px;
}

.ad_ninshin_schedule_table h4 {
    font-weight: bold;
    margin: 10px 0 5px;
}

.ad_ninshin_schedule_table a {
    display: inline-block;
    padding-right: 8px;
    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: 30px;
}

#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: 30px 0;
    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 #new_article_alltop li .article_txt,
.all_top_2018 .article_list.article_new_secondary .article_txt {
    width: 100%;
}

.all_top_2018 main .article_info {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.firstView_primaryTit--pr::after {
    content: 'PR';
    padding: 4px 10px;
    font-size: 1.2rem;
    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;
}


/* paginator */

.cmnPagination {
    padding: 3% 0;
    position: relative;
    width: 95% !important;
    margin: auto;
}

.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: 34px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    overflow-wrap: normal;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: initial!important;
}

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

.cmnPagination_arrow {
    background-color: #FF878C;
    text-align: center;
    color: #FFFFFF;
    display: block;
    width: 34px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

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

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

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

.ttl_bold {
    font-weight: 600;
}

.text_sp {
    line-height: 1.62;
}

.block_margin {
    margin: 1rem 0 1rem 0;
}

.block_margin2 {
    margin: 2rem 0 2rem 0;
}

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

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

.summary .summary_list {
    /*padding: 0 1em 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;
}

.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;
}

.new_common_articles_list li a {
    padding: 5px;
}

.new_common_articles_list li a .article_img {
    position: relative;
    width: 80px!important;
    min-width: 85px!important;
    margin-right: 8px!important;
    border-radius: 0!important;
}

.new_common_articles_list .article_img img {
    position: relative;
    width: 80px!important;
    height: 80px!important;
    margin-bottom: initial!important;
}

.abj_area {
    width: 95%;
    margin: auto;
    margin: 20px auto 0px;
}

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: 1.2rem;
}

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

.abj_area div p {
    font-size: 1.2rem;
    word-break: break-all;
}

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

.new_common_ttl {
    font-size: 1.5rem;
    border-bottom: solid .1rem #e1e1e1;
    padding: 0 0 1rem 1rem;
    margin-bottom: 1rem;
}

.ranking_recommend .btn_more,
.btn_info_next,
.ninkatsu_kihon .btn_next {
    margin: 30px 30px 0 30px;
    padding: 7px 0 10px 0;
    font-size: 15px;
    letter-spacing: 1px;
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) 90% 50% no-repeat!important;
    background-size: 8px auto!important;
}

.ranking_recommend .btn_more:after,
.ninkatsu_kihon .btn_next:after {
    background: none!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;
    padding: 10px 0;
    font-size: 11px;
    color: #f29b8a;
    position: relative;
    margin: 10px 0;
}

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

.SeriesPagerWrap_img {
    width: 62px;
    height: 44px;
    object-fit: cover;
}

.SeriesPagerWrap_box {
    display: table-cell;
    width: 40%;
    text-align: center;
    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%;
    padding-left: 8px;
}

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

.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-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.tag_rich_main .tag_rich_image {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
}

.tag_rich_main .tag_rich_image img {
    text-align: center;
    width: 100vw;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.tag_rich_main .tag_rich_summary {
    padding-right: 2rem;
    padding-left: 2rem;
}


/* お金 */

.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,
.cmnLink_link {
    padding-left: 20px;
    padding-right: 20px;
}

.cmnLink_text {
    margin-bottom: 10px;
}

.cmnLink_link a {
    margin-bottom: 1rem;
    position: relative;
    display: block;
    text-align: center;
}

.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: 10px 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_title {
    margin: 0 2.5% 2.5% 2.5%;
}

.bizmom_sublist {
    width: 95%;
    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: 100%;
    height: auto;
    -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: 10px;
    margin: 0 auto;
    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: calc(100vw - 170px);
    margin-left: 10px;
    color: #999;
    font-size: 1.3rem;
}

.related_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
}

.related_introduction {
    margin-bottom: 7px;
}

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: 3rem 2.25rem 0 2.25rem;
}

.related_child_tags_area .btn_more {
    position: relative;
    border: initial;
    text-align: right;
    text-decoration: underline;
}


/* breadcrumb area */

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


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


/* common */

.seriesWrap .seriesWrap_tit,
.seriesWrap .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 .seriesWrap_tit,
.seriesWrap .seriesWrap_tit-normal,
.seriesWrap .seriesWrap_tit-middle {
    font-weight: bold;
}

.seriesWrap.seriesBanner {
    margin-top: 2rem;
}

.seriesBanner .seriesWrap_item {
    padding: initial;
}

.seriesBanner .seriesWrap_link {
    padding: 0 8px;
    margin-bottom: 16px;
}

.seriesBanner .seriesWrap_thumb {
    margin-bottom: 8px;
}


/* special */

.seriesWrap_list {
    padding-bottom: 2%;
}

.seriesWrap_item {
    padding: 2% 0;
}

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

.seriesWrap_thumb {
    width: 100%;
    height: auto;
}


/* 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%;
}

.seriesWrap .btn_more_link {
    margin: 0 30px;
    padding: 7px 0 10px 0;
    font-size: 15px;
    letter-spacing: 1px;
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) 90% 50% no-repeat!important;
    background-size: 8px auto!important;
    color: black;
    border: solid .2rem black;
    border-radius: 5rem;
}

.seriesWrap .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,
#result .new_common_ttl,
.Pickup .new_common_ttl {
    font-size: 15px;
    border-top: 2px solid #ff878c;
    border-bottom: none;
    margin: -2px 0 0 0;
    display: table;
    letter-spacing: 2px;
    padding: 17px 15px 20px 20px;
    background: 0;
}


/* magazine latest issue */

.sideMagLI_list {
    padding-left: 8px;
    padding-bottom: 12px;
}

.sideMagLI_item {
    display: inline-block;
    width: calc((100% - 8px)/2);
}

.sideMagLI_link {
    display: block;
    width: calc(100% - 6px);
    padding-bottom: 6px;
}

.sideMagLI_thumb {
    padding-bottom: 6px;
}

.sideMagLI .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: 1.1rem;
    margin: 2rem 1.3rem;
    text-align: left;
}


/* image_l size types */

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

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

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

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

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

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

.link_img {
    display: block;
    margin: auto;
    /* width: 360px;
    */
    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: 0 .25rem 10px .25rem;
}

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

.Pickup-title {
    padding: .5rem;
}

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

.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: 1rem 0;
}


/* naming-book */

.naming_sgl {
    margin: 1em 0;
    text-align: center;
}

.sglbody {
    width: 80%;
    padding-bottom: 1em;
}

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


/* name-ranking kanji */

.divfl {
    float: left;
}

.tbl_ranking .kbody .arw {
    display: block;
    float: right;
    padding-top: 0.6rem;
}

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

.tbl_ranking .kbody td:nth-child(4n+2) .divfl {
    max-width: calc(100% - 7px);
}

.tbl_ranking .kbody td:nth-child(4n+2) .tbl_ranking_kana {
    white-space: nowrap;
}

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


/* new article title style */

.ttl_primary_ver3 {
    padding: 10px;
    padding: 1rem;
    font-size: 20px;
    font-size: 2rem
}

.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: 1.7rem;
}

.ttl_thirdary_borderleft {
    border-left: solid .3rem #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 #links p.benesse {
    text-align: center;
    margin: 2rem auto 0;
    width: 105px;
}

footer #links ul:last-child {
    padding: initial!important;
    margin-top: 1rem!important;
}

footer p.copy:last-child {
    padding: initial;
    margin: 2rem 0 1rem 0;
}


/*------------------------------
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;
    padding-right: 8px;
    padding-left: 10px;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -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;
}

.image_quote_url {
    font-size: .8em!important;
    color: #aaa!important;
    text-align: left;
}

.link_arrow:after {
    content: "";
    display: inline-block;
    background: #fff url(/resources/share2018/img/sp/cmn_arwr_s_b.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
}


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

.name_search_ttl {
    background-color: initial;
}

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

.name_search_area h3 {
    text-align: center;
}

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

.name_form {
    padding-bottom: 0.8em;
    width: 90%;
    height: max-content;
}

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

.name_search_area .name_input {
    -webkit-appearance: none;
    border: solid 1px #aaa;
    width: 75%;
    padding-left: 0.4em;
    height: 40px;
}

.name_form .name_button {
    border: solid 1px #aaa;
    width: 25%;
    background-color: #ff878c;
    height: 40px;
}

.name_form .invalid {
    color: #f44;
}

.name_list_1 {
    width: 40%;
}

.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/sp/cmn_arwr_s_b.png) 90% 50% no-repeat;
    background-size: 6px 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: 20%;
}


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

.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;
}

.ttl_secondary_ver4 {
    font-size: 1.5rem;
}

.due_date_calculator_supervisor .ttl_thirdary_ver1 {
    font-size: 1.5rem;
    padding: .5rem;
    margin-bottom: .5rem;
    border-bottom: none;
}

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

.due_date_calculator_supervisor .ttl_secondary_ver2 a {
    text-decoration: underline;
}

.due_date_calculator_supervisor .article_detail_description {
    line-height: 1.62;
    margin-bottom: 1rem;
}


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

.gallery {
    margin-top: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.gallery .slider {
    padding: initial !important;
}

.gallery .back {
    margin: 0 2rem;
    background-color: white;
    padding: 2% 0;
}

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

.gallery .galleryBottom {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}

.gallery .galleryBottom_text {
    display:flex;
    width: 60%;
    align-items: center;
}

.gallery .galleryBottom_text p {
    font-size: 12px;
}
 
.gallery .galleryBottom .back {
    margin: 0;
    background-color: white;
    padding: 0;
}
    
.gallery .galleryBottom .back a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 6px;
    border-width: 2px;
}

.gallery figcaption {
    margin: auto;
}

.js-slider_gallery-for .slider_item {
    width: 80vw;
    margin: auto;
}

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

.js-slider_gallery-nav .slider_item {
    width: 80vw;
    padding-top: 10px;
    margin: 0 0.1rem;
}

.js-slider_gallery-nav ul li {
    font-family: "NotoSansCJKjp" !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 10px 0 0 0 !important;
}

.js-slider_gallery-nav .slider_item img {
    height: calc((((100vw - 0.2rem) * 0.8)/3));
    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: calc((100vw - 0.2rem) * 0.8 / 3);
}

.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;
}

.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;
}

.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: #555;
    font-size: 4rem;
}

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

.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 {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    border: 4px solid #e6e6e6;
    border-radius: 0;
    padding: 9px 0 12px 0;
}

.w-one_third {
    width: calc(100% / 3) !important;
}


/*------------------------
Shopping
 -----------------------*/

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

.shp__inner>*:not(.shp_slider__wrp):not(.shp_sct__wrp),
.shp_art__wrp>*:not(.shp_slider__wrp):not(.shp_sct__wrp),
.shp_sct__wrp>*:not(.shp_slider__wrp):not(.shp_sct__wrp) {
    width: 89.33vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.description_item {
    width: 89.33vw;
    margin-left: auto;
    margin-right: auto;
}

.shp_art__wrp {
    margin-bottom: 10.4vw;
}

.shp_sct__wrp {
    margin-bottom: 10.4vw;
}

.shopping_article {
    margin-top: 4vw;
}

.shopping_article .shp_sct__wrp {
    margin-bottom: 5.2vw;
}

.shp_naviplus__wrp {
    width: 100%;
    margin-bottom: 4vw;
}

.shp_slider__wrp {
    width: 100%;
    margin-bottom: 4vw;
}

.shp_slider__wrp.is__slider_loop {
    margin-bottom: 8vw;
}

.shp_slider__lst {
    padding-right: 1.33vw;
    padding-left: 1.33vw;
    position: relative;
}

.is__slider_loop .shp_slider__lst>a,
.is__slider .shp_slider__lst>a {
    width: 92.26vw;
    height: 69.19vw;
    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_naviplus .shp_slider__lst {
    padding-right: 2.66vw !important;
}

.is__slider_naviplus .shp_slider__lst>a::before {
    content: '';
    width: 8vw;
    height: 8vw;
    display: block;
    position: absolute;
    left: 2vw;
    top: 2vw;
    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);
}

.shp_slider__lst>a {
    width: 100%;
    display: block;
    position: relative;
}

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

.slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
}

.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: 2.66vw;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.shp_slider__cpt {
    width: 100%;
    margin-top: 2.66vw;
    display: flex;
    justify-content: space-between;
    font-size: 2.26vw;
}

.slick-arrow {
    width: 10.4vw;
    height: 10.4vw;
    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-repeat: no-repeat;
    background-size: 100%;
    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: 3.46vw;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: justify !important;
}

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

@supports (-webkit-line-clamp: 2) {
    .shp_slider__txt.is__product {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.category-04 {
    margin: 0;
    background-size: 4vw 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: 2.26vw;
    color: #fff;
}

.shp_art__ttl_wrp {
    margin-bottom: 4vw;
    display: block;
    text-align: center;
}

.shp_art__ttl_cacth {
    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: .53vw;
    top: 6.4vw;
}

.shp_art__ttl_cacth::after {
    height: .26vw;
    top: 7.46vw;
}

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

.shp_art__ttl_cpt {
    display: block;
    font-size: 3.46vw;
}

.shp_art__ttl {
    display: block;
    font-size: 4.8vw;
}

.shp_sct__ttl {
    margin-bottom: 4.26vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.shp_sct__ttl::before,
.shp_sct__ttl::after {
    content: '';
    width: 11.2vw;
    height: 8vw;
    display: block;
    position: absolute;
    bottom: -2vw;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

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

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

.shp_sct__ttl h3 {
    width: calc(100% - 10.66vw);
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 3.46vw;
    color: #ff8080;
    background-color: #fff;
    border: 2px solid #ff8080;
}

.shp_sct__ttl.is__l2::before,
.shp_sct__ttl.is__l2::after {
    height: 13.33vw;
}

.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__cpt {
    margin-bottom: 2vw;
    text-align: right;
    font-size: 2.26vw;
}

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

.shp_ec__lst {
    width: 43.46vw;
    margin-bottom: 4vw;
}

.shp_ec__lst_lnk {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.66vw;
    display: block;
}

.is__lst1 .shp_ec__lst_lnk {
    width: 34vw;
}

.is__lst2 .shp_ec__lst_lnk {
    width: 41.2vw;
}

.is__lst3 .shp_ec__lst_lnk {
    width: 36.93vw;
}

.is__lst4 .shp_ec__lst_lnk {
    width: 40.53vw;
}

.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: 2.66vw;
}

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

header .button p.shp {
    position: absolute;
    top: 10px;
    right: 120px;
}

.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: 4.8vw;
}


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


/* navi+ */

#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 {}

.app_download_bnr {
    display: flex;
}

.app_download_bnr_item {
    width: 41%;
    margin-right: auto;
    margin-left: auto;
}

.app_download_bnr_link {
    display: inline-block;
}

.app_download_bnr_img {}

.show {
    display: block!important;
}

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

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

/*
    まいにちのたまひよ
*/

.approom-post .post-header {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.approom-post .post-header img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.approom-post .post-user-name {
    white-space: nowrap;
}

.approom-post .post-link, 
.post-reaction {
    text-align: right;
}

.approom-post .post-link a {
    margin-left: 24px;
}

.approom-post .post-comment {
    margin-right: 1em;
}

.approom-post .post-heart {
    margin-right: 1em;
    color: rgb(255, 130, 178);
    margin-left: 20px;
}

.app-post-appeal-area .app-post-appeal-area-display-table {
    display: table;
    margin: 1em 0;
}

.app-post-appeal-area-head {
    font-weight: bold;
    text-align: center;
}

.app-post-appeal-area .reproduction {
    font-size: 1.1rem;
    margin: 2rem 0;
    text-align: left;
}

.approom_btn_link {
    margin: 0px 2rem;
    border-radius: 5rem;
    padding: 1rem 3rem;
    background: #fff;
    color: black;
    border: solid .2rem black;
}

.approom_btn_link:after {
    transform: translateY(-50%) rotate(0deg);
    right: 2rem;
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    width: .8rem;
    height: .8rem;
    background: url(/resources/share/img/sp/common/icon_arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}