/*
	お知らせ：temp/info_1.htm
*/

:root {

}
.clearfix:after{
	display:block;
	clear:both;
	content:'.';
	visibility:hidden;
	height:0;
}
/* 全体お知らせのNEWマーク */
.info_zokkan_newmark {
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_trim_new.svg") no-repeat center / contain;
	width: 1.1em;
	height: 1.1em;
	margin-top: -0.2em;
	vertical-align: middle;
}
/* 個別お知らせのNEWマーク */
.info_notice_newmark {
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(https://img.papy.co.jp/lc/renta/img/mark/common/icon_trim_new.svg) no-repeat center / contain;
}
.info_read_button{
	display:inline-block;
	font-size:12px;
	float: right;
	padding:4px;
	text-align:center;
	margin-right:10px;
}
.info_already_read_button{
	float:left;
	width:40px;
	height:20px;
	padding:3px;
	margin:7px 5px;
	font-size:100%;
	color:#fff !important;
	display:block;
	background-color:#bbb;
	border-radius:5px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	cursor:pointer;
}

.info_msg{
	font-size:110%;
	margin-bottom:10px;
	margin-top:5px;
	margin-left:10px;
}
.info_contents_type{
	margin:10px;
	padding:5px 0;
}
.contents_day .info_contents_type:nth-last-of-type(1){
	border-bottom:none;
}
/*---ここまで---*/

/*--
レイアウト
--*/
.oshirase-wrap {
	background: var(--background-low);
	box-sizing: border-box;
	color: var(--text-body);
}
.oshirase-inner_wrap {
	padding-bottom: 48px;
	background:#fff;
}

/*--
お知らせヘッダー
--*/
.oshirase-header_title {
	font-size:16px;
	padding:16px;
	border-bottom:1px solid #ccc;
}

/*--
お知らせヘッドライン
--*/
.oshirase-item_headline {
	padding:16px;
	border-bottom:1px solid #ccc;
	display:block;
	position:relative;
}
.oshirase-item_headline_innerwrap {
	padding-right:30px;
}
.oshirase-item_headline_title {
	font-size:14px;
	margin-bottom:8px;
}
.oshirase-item_headline_info {
	font-size:0;
}

/*--
擬似矢印
--*/
.info_arrow {
	cursor: pointer;
}
.info_arrow:after {
	content: "";
	display: inline-block;
	margin-left: 2px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_high.svg") no-repeat center / contain;
	width: 24px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -6px;
}

.right_arrow_z {
	cursor: pointer;
}
.right_arrow_z:after {
	content: "";
	display: inline-block;
	margin-left: 2px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_high.svg") no-repeat center / contain;
	width: 16px;
	height: 24px;
	position: absolute;
	top: 65%;
	right: 26px;
	margin-top: -6px;
}

/*--
お知らせアイコン
--*/
.oshirase-item_info_icon_mostimportant {
	display: inline-block;
	font-size: 12px;
	padding: 0.25em 0.5em;
	margin-right: 1em;
	border: 1px solid var(--ui-red);
	color: #fff;
	border-radius: 5px;
	background: var(--ui-red);
	font-weight: bold;
}
.oshirase-item_info_icon_important {
	display:inline-block;
	font-size:12px;
	padding:0.25em 0.5em;
	margin-right:1em;
	border:1px solid var(--ui-red);
	color:var(--ui-red);
	border-radius:5px;
	background:#fff;
}
.oshirase-item_info_icon_normal {
	display:inline-block;
	font-size:12px;
	padding:0.25em 0.5em;
	margin-right:1em;
	border:1px solid var(--background-high);
	color:var(--text-body);
	border-radius:5px;
	background:var(--background-high);
}

/*--
お知らせ日付
--*/
.oshirase-item_info_date {
	display:inline-block;
	font-size:14px;
}
.info_date{
	color: var(--text-body);
	text-align: center;
	font-size: var(--size-headline-small);
	font-weight: bold;
	line-height: 1.4;
}
.info_nyuka {
	font-size: 12px;
	color: var(--text-caption-high);
	line-height: 1.6;
}
.js-kidoku_block {
	display: none;
}
.on.js-kidoku_block {
	display: flex;
}
/*--
お知らせ本文
--*/
.oshirase-item_text_wrap {
	padding:16px 0;
}
.oshirase-item_text_info_icon_wrap,
.oshirase-item_text_info_title,
.oshirase-item_text_info_date_wrap {
	margin-bottom:8px;
}
.oshirase-item_text_info_title {
	font-size:16px;
	font-weight:bold;
}
.oshirase-item_text_content {
	padding:8px 0;
	font-size:14px;
	border-bottom:1px solid #ccc;
}
.list_item {
	display: inline-block;
	margin: 3px 0.5% 10px;
	padding-bottom:8px;
	text-align: center;
	vertical-align: top;
	width: 32%;
}
.box_120_cover{
	height:200px;
	width:200px;
	margin-left:-10px;
}
.floor_sample_btn{
	margin:5px auto;
}
.info_bar_new {
	margin:8px 0;
}
.clearfix::after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}
.zokkan_title {
	font-size:12px;
	text-align: left;
	margin-top: 4px;
}
.end_text{
	display: block;
	color:var(--ui-red);
	font-size:11px;
}
.textcut {
	font-size:12px;
	width: 90%;
	margin: 0 auto 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.coverlist-cover {
	border: 0;
	width: 130%;
	margin-left: -15%;
}
.n_title{
	width:90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info_date_box{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
}
.js-oshirase-disp_target{
	margin:8px;
}
.oshirase-up_note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 8px;
    padding-bottom: 8px;
	font-size: 12px;
}
.oshirase-up_note p {
    font-size: 12px;
    color: var(--text-body) !important;
}
#unei_list,
#notice_list {
	font-size: 14px;
}
#notice_login {
	display:none;
	text-align:center;
}
#notice_login div {
	text-align:center;
	margin: 8px auto 0;
}
#notice_login a {
	display: inline-block;
	padding: 0 32px;
	margin: 16px 0;
	border: 2px solid #bbb;
	box-sizing: border-box;
	border-radius: 40px;

	line-height: 40px;
}
#zokkan_note {
	display: none;
	align-items: center;
	justify-content: space-between;
	margin: 0 8px;
	padding-bottom: 8px;
}
#contents_list,
#unei_list,
#notice_list,
#zokkan_list {
	border-top: 1px solid #E0E1E4;
}
.info_contents_tab {
	padding: 0 16px 8px;
	font-size: 14px;
}
.info_contents_tab div {
	display: inline-block;
}
.info_contents_tab span {
	color:#888888;
}
.info_contents_tab a {
	display: inline-block;
	color: #888888;
}
#zokkan_note p {
	font-size:12px;
	color: var(--text-body) !important;
}
#zokkan_note a {
	display:inline-block;
	color: var(--text-link-blue);
}
.all_kidoku{
	color: var(--text-link-blue)!important;
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	text-align: center;
}
.title_style{
	color: #313f52!important;
	font-size:16px;
	padding-bottom: 8px;
	width:95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
}
.title{
	font-size: var(--size-headline-large);
	margin: 10px 0 0;
}
.date{
	margin-top: 5px;
	font-size: 14px;
}
.note {
	margin: 10px 0;
	font-size: 14px;
}
.note a {
	display:inline-block;
	color: var(--text-link-blue);
}
.note a.c-btn_small,
.note a.c-btn_medium,
.note a.c-btn_large {
	display: flex!important;
	max-width: 350px;
}
.note a.c-btn_primary,
.note a.c-btn_delete,
.note a.c-btn_buy {
	color: #fff;
}
.note a.c-btn_secondary,
.note a.c-btn_quarternary,
.note a.c-btn_tertiary {
	color: var(--text-body);
}
.note a.c-btn_free {
	color: var(--ui-red);
}
.c-textbtn_textgreen {
    color: var(--ui-green);
}
.note a.c-textbtn_small,
.note a.c-textbtn_medium,
.note a.c-textbtn_large {
	display: inline-flex!important;
}
.note .swiper-slide a {
	display: block!important;
}

.title_none {
	color: #313f52!important;
	font-size: 16px;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.headline_none {
	padding:16px;
	display:block;
	position:relative;
}
.info_zokkan_button {
	display: inline-block;
	font-size: 12px;
	float: right;
	padding: 4px;
	margin-top:-4px;
	text-align: center;
}
.zokkan_box{
	position: relative;
	border-bottom: 1px solid #E0E1E4;
	padding: 8px;
}
a.sample_small{
	text-decoration:none;
}


/*201907 仲田 諸々調整*/
.main_cover_link {
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 4px;
}
.cover_imgwrap {
	overflow: hidden;
	display: block;
	padding-top: 142%;
	position: relative;
}
.cover_imgwrap img {
	display: block;
	width: auto;
	height: 100%;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 2px;
}
li {
	list-style-type:none;
}

/*個人向けお知らせ js*/
.notice-already_read_wrap {
	display:none;
	font-size: 0;
}
/*続刊通知 iosアプリ出し分け用*/
.filter_title {
	font-size: 12px;
	margin: 8px;
	color: var(--ui-red);
}
.filter_word {
	font-size: 12px;
	margin: 8px;
	color: var(--ui-red);
}
.filter_word a{
	color: var(--text-link-blue);
	display:inline-block;
}
#js-iosfilter {
	display:none;
}

/*続刊通知 js*/
.zokkan-already_read_wrap {
	display:none;
	text-align: right;
}
.info_badge{
	position: absolute;
	top: -4px;
	right: -10px;
	display: inline-flex;
	min-width: 13px;
	padding: 3px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: #e34d4d;
	color: #fff !important;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	z-index: 10;
}
.info_badge_notice_0{
	display:none;
}
.info_badge_zokkan_0{
	display:none;
}
.info_read_btn {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.info_btn {
    display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
}
.info_cart_btn {
	display: inline-flex;
    align-items: center;
    line-height: 1.4;
    height: 28px;
	margin-right: 10px;
    color: var(--text-caption-high);
    font-size: 11px;
    font-weight: bold;
}
.info_cart_btn::before {
	display: inline-block;
	width: 16px;
    height: 16px;
	content: "";
    margin-right: 4px;
    background: url("/renta/img/mark/common/icon_cart.svg") no-repeat center / contain;
}
.join.info_cart_btn {
	opacity: 0.8;
}
.join.info_cart_btn::before {
    background: url("/renta/img/mark/common/icon_cart_off.svg") no-repeat center / contain;
}
.info_cancel_btn {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 4px;
    width: 20px;
    cursor: pointer;
    position: relative;
    margin-left: 6px;
}
.info_btn .info_cancel_btn::before {
    width: 1px;
    height: 16px;
    content: "";
    background: var(--border-high);
    position: absolute;
    left: -5px;
}
.info_cancel_btn img{
	display: block;
	width: 100%;
}
.info-banner {
	font-size: 0;
	text-align: center;
}
.info-banner a {
	display: inline-block;
}
.info-banner img {
	width: 100%;
	max-width: 500px;
	border-radius: 8px;
	vertical-align: bottom;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.info-cover {
	font-size: 0;
	text-align: center;
}
.info-cover a {
	display: inline-block;
}
.info-cover img {
	width: 100%;
	max-width: 400px;
    border-radius: 8px;
	vertical-align: bottom;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.info-contents_item {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 10px 0;
}
.info-contents_item br {
	display: none;
}
.info-contents_item a {
	width: calc(50% - 5px);
	max-width: 180px;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.info-contents_item img {
	width: 100%;
	border-radius: 2px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.info-contents_item p {
	margin-top: 4px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.info-contents_desc {
	display: flex;
	gap: 10px;
	margin: 10px 0;
}
.info-contents_desc a {
	width: 145px;
}
.info-contents_desc img {
	width: 100%;
}
.info-desc {
	width: calc(100% - 145px);
}
.info-contents_desc h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.4;
}
.info-contents_desc ul {
	display: flex;
	color: var(--text-caption-high);
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 4px;
}
.info-list_left {
	flex-shrink: 0;
}
.info-author {
	color: var(--text-caption-high);
	font-size: 11px;
	line-height: 1.4;
	margin-top: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.info-coupon {
	width: 280px;
}
.info-coupon img {
	width: 100%;
}

/* カート追加 */
.info-cart_join_list {
	display: flex;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid var(--border-high);
	cursor: pointer;
}
.info-cart_join_list h4 {
	font-size: 14px;
	font-weight: bold;
}
[data-type="rental"] {
	color: var(--ui-green);
}
[data-type="buy"] {
	color: var(--button-buy);
}
.info-cart_join_list_left {
	width: calc(100% - 140px);
}
.info-cart_join_list_right {
	width: 140px;
}
.info-cart_join_text {
	display: block;
	font-size: 10px;
	opacity: 0.8;
	padding-top: 2px;
	text-align: center;
}
.info-cart_join_point {
	padding-right: 1px;
	font-size: var(--size-headline-small);
}
.info-cart_join_btn {
	font-size: 12px;
}
div#js-infoCartSheet .c-btn_primary,
div#js-infoCartSheet .c-btn_buy {
	padding: 0;
}
div#js-infoCartSheet .c-btn_primary::before,
div#js-infoCartSheet .c-btn_buy::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	content: "";
	margin-right: 4px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_cart.svg") no-repeat center / contain;
	flex-shrink: 0;
}
div#js-infoCartSheet .join {
	background: var(--button-secondary);
}
div#js-infoCartSheet .join::before {
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_cart_off.svg") no-repeat center / contain;
}
.cart-list_reward {
	display: inline-flex;
	align-items: center;
	color: var(--text-body);
	line-height: 1.4;
	font-size: var(--size-caption-large);
}
.cart-list_reward::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 2px;
	background: url("https://img.papy.co.jp/lc/renta/img/other/user_rank/userrank_icon_rankid1.svg") no-repeat center / contain;
	}
.cart-list_reward[data-rank="1"]::before {
	background: url("https://img.papy.co.jp/lc/renta/img/other/user_rank/userrank_icon_rankid1.svg") no-repeat center / contain;
}
.cart-list_reward[data-rank="2"]::before {
	background: url("https://img.papy.co.jp/lc/renta/img/other/user_rank/userrank_icon_rankid2.svg") no-repeat center / contain;
}
.cart-list_reward[data-rank="3"]::before {
	background: url("https://img.papy.co.jp/lc/renta/img/other/user_rank/userrank_icon_rankid3.svg") no-repeat center / contain;
}
.cart-list_reward span {
	color: var(--ui-orange);
}
div#js-infoCartSheet {
	min-height: 60%;
}
.cart-list_prev_price {
	align-items: center;
	font-size: var(--size-caption-large);
	line-height: 1;
	margin: 4px 0;
	color: var(--text-body);
}
.cart-list_prev_point {
	display: inline-flex;
	align-items: center;
	color: #747474;
	text-decoration: line-through;
}
.cart-camp_end {
	color: var(--ui-red);
}
[data-campend=""] {
	display: none;
}
.cart-list_prev_point::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 2px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/link_info_high.svg") no-repeat center / contain;
}
div#js-infoCartSheet .c-sheet_innerwrap {
	border-radius: 24px 24px 0 0;
}
/* 吹き出し */
.cart_joinText {
    display: block;
	width: 120px;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 8px 0;
    box-shadow: var(--box-shadow-high);
    background: #fff;
    border-radius: 4px;
    color: var(--text-body);
    font-size: 11px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
    text-align: center;
	z-index: 100;
}
.cart_joinText::after {
	width: 25px;
    height: 8px;
    content: "";
    display: inline-block;
    background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_horn_white.svg") no-repeat center / contain;
    position: absolute;
	left: 34px;
    bottom: -6px;
}
.c-tab_middle li .c-tab_middle_btn {
	padding: 6px 8px 10px;
}
/*メディアクエリ*/
@media screen and (max-width:350px) { 
	.info_read_button{
		width:15%;
	}
}
@media screen and (min-width:600px) {
	.info-banner {
		background: #FAFAFA;
	}
	.info-banner img {
		border-radius: 0;
	}
	/* カート追加 */
	.cart-list_prev_point::before {
		width: 14px;
		height: 14px;
	}
	.info-cart_join_list {
		padding: 16px 32px;
	}
	.info_badge {
		right: -14px;
		padding: 4px 5px;
	}
	.info_zokkan_newmark {
		width: 1.3em;
		height: 1.3em;
	}
	.info_notice_newmark {
		width: 1.5em;
		height: 1.5em;
		right: 54px;
	}
}
@media screen and (min-width:700px) {
	.list_item {
		display: inline-block;
		margin: 3px 0.5% 10px 0.5%;
		text-align: center;
		vertical-align: top;
		width:19%;
	}
	.info-contents_desc a {
		width: 180px;
	}
	.info-desc {
		width: calc(100% - 180px);
	}
	.info-contents_desc ul {
		font-size: 14px;
	}
	.info-contents_desc h2 {
		font-size: 16px;
	}
}