@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(/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;
}

/* 2018-0326 qa add */
.ad_login_box {
    /*border: 1px solid #f278a1;*/
    margin: 0 30px 50px;
    padding: 0 20px;
}
.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(/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(/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(/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(/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(/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;
    float: left;
    margin: 0 20px 0 60px;
}
.regist_box .regist_txt .btn_primary:after {
    background: none;
}
.regist_box .regist_txt .txt_link {
    background: #fff url(/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: 10px;
}

body.all_top_2018 main .article_list_secondary li {
    height: auto;
}
body.all_top_2018 main .article_list_secondary li a {
    padding: 5px;
}
body.all_top_2018 main .article_list_secondary li:empty {
    display: none;
}

.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-top: 30px;
}

.ranking_recommend > section {
    width: 48%;
}

.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(/share/img/pc/ranking/ranki_num01.png) no-repeat left top / 40px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 名前ランキング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(/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: 700;
    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(/solidfood/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(/share/img/pc/babygoods_rank/ill-mama.png) no-repeat 20px 50%;
  background-size: 55px; }

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

.goods-comment-mapa {
  background: url(/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;
}
.comics_tag .goods-item-btn a {
  background: #ff868c;
  border-color: #ff868c;
  color: #fff;
}
.comics_tag .goods-item-btn a:after {
    background-image: url(/share/img/pc/common/icon_arrow_w.png);
}
.icon_comments {
    font-size: 12px;
	color: #ff878c;
	padding: 0 0 0 20px;
    margin: -6px 0 0 13px;
    background: url(/share/img/pc/common/icon-comment.png) no-repeat 0 1px;
	background-size: 18px auto;
}

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

.btn_more2 {
	background: #fff;
	color: black;
	border: solid 2px black;
	border: solid .2rem black;
	border-radius: 5rem;
	padding: 10px;
	padding: 1rem;
	font-size: 15px;
	font-size: 1.5rem;
	width: 60%;
	margin: 0 auto;
}

.btn_more2::after {
	display: block;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	content: "";
	width: 10px;
	width: 1rem;
	height: 10px;
	height: 1rem;
	background: url(/share/img/pc/common/icon_arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.comics_new .btn_more2 {
    background: #ff868c;
    border-color: #ff868c;
    color: #fff;
  }
  .comics_new .btn_more2:after {
    background: url(/share/img/pc/common/icon_arrow_w.png) no-repeat left top / contain;
  }
  
/*------------------------------
 20221222 BC伊藤
 /resources/share/css/pc/adjust.cssより追加開始
------------------------------*/

/* reproduction prohibited */

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

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

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

/*------------------------------
 20221222 BC伊藤
 /resources/share/css/pc/adjust.cssより追加終了
------------------------------*/
