/* 閲覧ブロック */
#contents .select-unlock {
	margin-bottom: 30px;
	padding: 36px 40px 40px;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
	background: #f9f9f9;
	text-align: center;
}
#contents .select-unlock .select-unlock-txt {
	font-size: 14px;
	line-height: 1.71;
}
#contents .select-unlock .select-unlock-txt .red {
	color: #ce050e;
}
#contents .select-unlock .select-unlock-txt .num {
	font-size: 14px;
	font-weight: 700;
}
#contents .select-unlock .select-unlock-txt .tab {
	display: inline-block;
	margin: 0 3px 0 3px;
	padding: 0 8px;
	background: #f9686f;
	transform: translateY(-2px);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}
#contents .select-unlock ul {
	margin-top: 40px;
}
#contents .select-unlock ul li {
	display: flex;
	margin-bottom: 40px;
}
#contents .select-unlock ul li.hidden {
	display: none;
}
#contents .select-unlock ul li .btn-style2 .btn {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 42px;
	font-size: 14px;
	font-weight: 700;
	white-space: pre-wrap;
}
#contents .select-unlock ul li .btn-style2 .btn.disabled {
	background-color: #e0e0e0;
	color: #707070;
}
#contents .select-unlock ul li .btn-style2 .btn.disabled .icon-arrow {
	background: none;
}
#contents .select-unlock ul li .lead {
	display: flex;
	align-items: center;
	padding-left: 18px;
	text-align: left;
}

/* リマインドメッセージ */
#contents .select-unlock-msg-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#contents .select-unlock-msg-box img {
	width: 20px;
	height: 20px;
}
#contents .select-unlock-msg-box .msg {
	margin-left: 4px;
}
#contents .select-unlock-modal-data {
	display: none;
}

/* リマインドモーダル */
#js-select-unlock-modal {
	display: block;
	color: #333;
	font-size: 14px;
	font-family: Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W4', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}
#js-select-unlock-modal .modal-bg {
	position: fixed;
	top: -100px;
	right: -100px;
	bottom: -100px;
	left: -100px;
	z-index: 1000000;
	background: url(/contents/nikki/pc/img/bg_unlock_modalbg.png);
	content: '';
}
#js-select-unlock-modal .modal-inner-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1000001;
	width: 800px;
	margin-left: -400px;
	text-align: left;
}
#js-select-unlock-modal .modal-inner {
	padding-bottom: 20px;
	background: #fff;
}
#js-select-unlock-modal .modal-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 11px;
	height: 11px;
	background: url(/contents/nikki/pc/img/icon_unlock_modal_close_wt.png) 0 0 no-repeat;
	cursor: pointer;
}
#js-select-unlock-modal .modal-title-box {
	padding: 8px 10px;
	background: #002896;
	color: #fff;
}
#js-select-unlock-modal .modal-body {
	padding: 20px;
}
#js-select-unlock-modal .modal-body ul {
	margin-top: 20px;
}
#js-select-unlock-modal .modal-body ul li {
	display: flex;
	margin-bottom: 40px;
}
#js-select-unlock-modal .modal-body ul li.hidden {
	display: none;
}
#js-select-unlock-modal .modal-body ul li .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	width: 260px;
	height: 42px;
	padding: 3px 20px;
	border-radius: 3px;
	background: #002896;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}
#js-select-unlock-modal .modal-body ul li .btn:hover {
	text-decoration: none;
	opacity: .85;
}
#js-select-unlock-modal .modal-body ul li .btn .icon-arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/contents/nikki/pc/img/icon_arrow1_wt.png) 0 0 no-repeat;
}
#js-select-unlock-modal .modal-body ul li .btn.disabled {
	background-color: #ccc;
	pointer-events: none;
}
#js-select-unlock-modal .modal-body ul li .btn.disabled .icon-arrow {
	background: none;
}
#js-select-unlock-modal .modal-body ul li .lead {
	display: flex;
	align-items: center;
	padding-left: 18px;
	text-align: left;
}
#js-select-unlock-modal .modal-body .select-unlock-txt {
	line-height: 1.71;
}
#js-select-unlock-modal .modal-body .select-unlock-txt .tab {
	display: inline-block;
	margin: 0 3px 0 3px;
	padding: 0 8px;
	background: #f9686f;
	transform: translateY(-2px);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}
#js-select-unlock-modal .modal-action-box {
	text-align: center;
}
#js-select-unlock-modal .modal-action-box .modal-action-btn-close {
	display: inline-block;
	overflow: hidden;
	position: relative;
	min-width: 130px;
	padding: 3px 20px;
	border: 1px solid #3e3e3e;
	border-radius: 3px;
	background: #fff;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	cursor: pointer;
}
#js-select-unlock-modal .modal-action-box .modal-action-btn-close:hover {
	color: #999;
	text-decoration: none;
}

/* マイページ */
.mypage-unlock-box {
	margin: 0 0 10px;
}
.mypage-unlock-box .lead-text {
	position: relative;
	margin: 0 0 10px 30px;
	padding-left: 4px;
}
.mypage-unlock-box .lead-text::before {
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 20px;
	background: url(/contents/nikki/pc/img/icon_unlock_check.svg) 0 0 no-repeat;
	background-size: contain;
	content: '';
}
.mypage-unlock-box .lead-text.warning::before {
	background: url(/contents/nikki/pc/img/icon_unlock_notice.svg) 0 0 no-repeat;
	background-size: contain;
}
.mypage-unlock-box .btn-wrap {
	margin: 0 0 20px 30px;
}
.mypage-unlock-box .btn-wrap .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 260px;
	height: 42px;
	padding: 3px 20px;
	border-radius: 3px;
	background: #002896;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.mypage-unlock-box .btn-wrap .btn:hover {
	text-decoration: none;
	opacity: .85;
}
.mypage-unlock-box .btn-wrap .btn .icon-arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/contents/nikki/pc/img/icon_arrow1_wt.png) 0 0 no-repeat;
}

/* 閲覧期間確認 */
#contents .box-style-unlock .title {
	font-size: 18px;
	font-weight: 700;
}
#contents .box-style-unlock .select-unlock {
	padding: 40px 0;
	border-top: 3px solid #e0e0e0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
#contents .box-style-unlock .select-unlock .unlock-note {
	margin-bottom: 40px;
	padding: 0 40px;
}
#contents .box-style-unlock .select-unlock .unlock-note p {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
#contents .box-style-unlock .select-unlock .unlock-note p::before {
	position: absolute;
	top: -2px;
	left: -36px;
	width: 30px;
	height: 30px;
	background: url(/contents/nikki/pc/img/icon_unlock_check.svg) 0 0 no-repeat;
	background-size: contain;
	content: '';
}
#contents .box-style-unlock .select-unlock .unlock-note.warning p::before {
	top: -4px;
	background: url(/contents/nikki/pc/img/icon_unlock_notice.svg) 0 0 no-repeat;
	background-size: contain;
}
#contents .box-style-unlock .select-unlock .unlock-info {
	position: relative;
	padding: 15px 0;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 18px;
	font-weight: 700;
}
#contents .box-style-unlock .select-unlock .unlock-info::after {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -25px;
	border-top: 30px solid #f1f1f1;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	content: '';
}
#contents .box-style-unlock .select-unlock .unlock-items {
	border-top: 2px solid #e0e0e0;
}
#contents .box-style-unlock .select-unlock .unlock-items .unlock-item {
	margin-bottom: 0;
	padding: 20px 10px;
	border-bottom: 2px solid #e0e0e0;
}
#contents .box-style-unlock .select-unlock .unlock-items .unlock-item .unlock-item-lead {
	margin-right: 20px;
}
#contents .box-style-unlock .select-unlock .unlock-items .unlock-item .lead-title {
	margin-bottom: 10px;
	font-weight: 700;
	text-align: left;
}
#contents .box-style-unlock .select-unlock .unlock-items .unlock-item .lead-txt {
	text-align: left;
}
#contents .box-style-unlock .select-unlock .unlock-items .unlock-item .unlock-service {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .box-style-unlock .select-unlock .unlock-items .unlock-item .unlock-service img {
	max-width: 300px;
	max-height: 40px;
	margin-bottom: 5px;
}

/* フックモデル一覧ページ */
#contents .box-style-unlock-service .title {
	margin-bottom: 30px;
	border-bottom: 3px solid #e0e0e0;
	font-size: 18px;
	font-weight: 700;
}
#contents .box-style-unlock-service .unlock-service .asterisk {
	color: #bf0000;
	font-size: 10px;
	vertical-align: top;
}
#contents .box-style-unlock-service .unlock-service .unlock-service-lead {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}
#contents .box-style-unlock-service .unlock-service .unlock-service-lead span {
	font-weight: 700;
}
#contents .box-style-unlock-service .unlock-service .step-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#contents .box-style-unlock-service .unlock-service .step-items .step-item {
	position: relative;
	width: 245px;
	padding: 15px 0;
	background-color: #f1f1f1;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
#contents .box-style-unlock-service .unlock-service .step-items .step-item::after {
	position: absolute;
	top: 50%;
	right: -55px;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	background: url(/contents/nikki/pc/mypage/unlock/img/unlock_step_arrow.svg) 0 0 no-repeat;
	background-size: contain;
	content: '';
}
#contents .box-style-unlock-service .unlock-service .step-items .step-item:nth-child(3)::after {
	content: none;
}
#contents .box-style-unlock-service .unlock-service .step-items .step-item .step-title {
	margin-bottom: 10px;
	color: #002896;
	font-size: 16px;
}
#contents .box-style-unlock-service .unlock-service .step-items .step-item .step-img {
	margin-top: 20px;
}
#contents .box-style-unlock-service .unlock-service .unlock-service-note {
	margin-bottom: 20px;
	color: #bf0000;
	font-size: 12px;
	text-align: right;
}
#contents .box-style-unlock-service .unlock-service .confirm-box {
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	font-size: 12px;
	line-height: 1.5;
}
#contents .box-style-unlock-service .unlock-service .confirm-box:last-child {
	margin-bottom: 70px;
}
#contents .box-style-unlock-service .unlock-service .confirm-box .confirm-box-title {
	margin-bottom: 5px;
	font-weight: 700;
}
#contents .box-style-unlock-service .unlock-service .confirm-box .confirm-text {
	margin-left: 1em;
	text-indent: -1em;
}
#contents .box-style-unlock-service .unlock-service .confirm-box .confirm-text li {
	margin-bottom: 10px;
}
#contents .box-style-unlock-service .unlock-service .confirm-box .confirm-text li:last-child {
	margin-bottom: 0;
}
#contents .box-style-unlock-service .unlock-service .confirm-box .confirm-text li::before {
	content: '・';
}
#contents .box-style-unlock-service .unlock-service .unlock-service-info {
	position: relative;
	margin-bottom: 50px;
	padding: 15px 0;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 18px;
	text-align: center;
}
#contents .box-style-unlock-service .unlock-service .unlock-service-info::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -25px;
	border-top: 30px solid #f1f1f1;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	content: '';
}
#contents .box-style-unlock-service .unlock-service .unlock-service-info-lead {
	font-weight: 700;
}
#contents .box-style-unlock-service .unlock-service .unlock-service-info-lead span {
	margin-right: 10px;
	color: #002896;
	font-size: 22px;
}
#contents .box-style-unlock-service .unlock-service .service-items-title {
	font-size: 18px;
	font-weight: 700;
}
#contents .box-style-unlock-service .unlock-service .service-items {
	margin-bottom: 40px;
}
#contents .box-style-unlock-service .unlock-service .service-item {
	padding: 30px 10px;
	border-bottom: 2px solid #e0e0e0;
}
#contents .box-style-unlock-service .unlock-service .service-item:nth-child(1) {
	border-top: 2px solid #e0e0e0;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-info {
	width: 290px;
	min-width: 290px;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-info .service-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-info .service-img img {
	max-width: 290px;
	max-height: 80px;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-info .service-name {
	margin: 0 20px;
	font-weight: 700;
	word-break: break-all;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-info .service-company {
	margin: 20px;
	font-weight: 700;
	word-break: break-all;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail {
	width: 880px;
	margin-left: 15px;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-item-tag {
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-item-tag li {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 8px;
	border: 1px solid #53a223;
	color: #53a223;
	word-break: break-all;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-item-tag li.limit {
	border: 1px solid #d53030;
	color: #d53030;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-item-tag li.stop {
	border: 1px solid #707070;
	color: #707070;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-target {
	font-weight: 700;
	word-break: break-all;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-catch {
	margin-bottom: 10px;
	font-weight: 700;
	word-break: break-all;
}
#contents .box-style-unlock-service .unlock-service .service-item .service-item-wrap .service-detail .service-description {
	font-size: 13px;
	word-break: break-all;
}
#contents .box-style-unlock-service .unlock-service .service-item .btn-style2 .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 65px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
#contents .box-style-unlock-service .unlock-service .service-item .btn-style2 .btn.btn.disabled {
	background-color: #e0e0e0;
	color: #707070;
	cursor: default;
}
#contents .box-style-unlock-service .unlock-service .service-item .btn-style2 .btn.btn.disabled .icon-arrow {
	display: none;
}
#contents .box-style-unlock-service .unlock-service .service-item .btn-style2 .btn.unlockBtn {
	white-space: normal;
	text-align: center;
}