/*============================
共通
============================*/
#campaign .sec_title {
	font-size: 0.30rem;
	border-bottom: 1px solid #000;
	padding-bottom: 0.10rem;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#campaign .sec_title {
		font-size: 0.25rem;
		padding-bottom: 0.10rem;
		margin-bottom: 0.30rem;
	}
}

/* 詳細ページ下部リストタイトル */
.osusume .sec_title {
	font-size: 0.30rem;
	border-bottom: 1px solid #000;
	padding-bottom: 0.10rem;
	margin-bottom: 0.30rem;
	margin-top: 1.2rem;
}

@media screen and (max-width: 599px) {
	.osusume .sec_title {
		font-size: 0.25rem;
		padding-bottom: 0.10rem;
		margin-bottom: 0.30rem;
		margin-top: 0.6rem;
	}
}



/*============================
キャンペーン
============================*/
#campaign_list {
	margin-bottom: 1rem;
}

#campaign_list .list {
	display: flex;
	flex-wrap: wrap;
}

#campaign_list .list .item {
	width: 30%;
	box-sizing: border-box;
	margin: 0 1.5%;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#campaign_list .list .item {
		width: 100%;
		margin: 0;
		margin-bottom: 0.50rem;
	}
}

#campaign_list .list .item a {
	display: block;
	text-decoration: none;
	color: #000;
}

#campaign_list .list .item a:hover {
	opacity: 0.7;
}

#campaign_list .list .item a .ph_wrap {
	width: 100%;
	height: 2.01rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#campaign_list .list .item a .ph_wrap {
		height: 50vw;
	}
}

#campaign_list .list .item a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#campaign_list .list .item a:hover .ph_wrap img {
	transform: scale(1.04);
}


#campaign_list .list .item a .title {
	font-size: 0.16rem;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 0.15rem;
}

#top_pick .top_pick_wrap .first {
	max-width: 6.6rem;
	width: 100%;
}

@media screen and (max-width: 599px) {
	#top_pick .top_pick_wrap .first {
		margin-bottom: 0.20rem;
	}
}

#top_pick .top_pick_wrap .first a {
	display: block;
	text-decoration: none;
	color: #000;
}

#top_pick .top_pick_wrap .first a:hover {
	opacity: 0.7;
}

#top_pick .top_pick_wrap .first a .ph_wrap {
	width: 100%;
	height: 3.70rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#top_pick .top_pick_wrap .first a .ph_wrap {
		height: 1.90rem;
	}
}


#top_pick .top_pick_wrap .first a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#top_pick .top_pick_wrap .first a:hover .ph_wrap img {
	transform: scale(1.04);
}





/*============================
ニュース
============================*/
#campaign_news {
	margin-bottom: 1.50rem;
}

@media screen and (max-width: 599px) {
	#campaign_news {
		margin-bottom: 0;
	}
}

/*リスト要素非表示*/
#campaign_news .campaign_news_wrap .box .item.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 10px;
	padding:0;
}



#campaign_news .campaign_news_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#campaign_news .campaign_news_wrap .box {
	width: 48%;
	margin-top: -1.00rem;
	padding-top: 1.00rem;

}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box {
		width: 100%;
		margin-bottom: 1.00rem;
	}
}

#campaign_news .campaign_news_wrap .box .list {}

#campaign_news .campaign_news_wrap .box .item {
	margin-bottom: 0.30rem;
}


#campaign_news .campaign_news_wrap .box .item a {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	text-decoration: none;
}

/* リンク無効 */
#campaign_news .campaign_news_wrap .box .item.disabled a {
	pointer-events: none;
	cursor: default;
}

#campaign_news .campaign_news_wrap .box .item a:hover {
	opacity: 0.7;
}

#campaign_news .campaign_news_wrap .box .item.disabled a:hover {
	opacity: 1;
}

/* 詳しくはこちら */
#campaign_news .campaign_news_wrap .box .item a .news_more_btn {
	text-align: right;
	padding-bottom: 0.10rem;
	font-size: 0.15rem;
	padding-top: 0.05rem;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .item a .news_more_btn {
		text-align: right;
		font-size: 0.13rem;
	}
}

#campaign_news .campaign_news_wrap .box .item a .news_more_btn span::after {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.20rem;
	background-image: url(../common/img/icon_sub_menu_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.06rem;
	position: relative;
	top: 0.04rem;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .item a .news_more_btn span::after {
		width: 0.16rem;
		height: 0.16rem;
		top: 0.03rem;
	}
}

/* リンク無効時の詳しく見るボタン設定 */
#campaign_news .campaign_news_wrap .box .item.disabled a .news_more_btn {
	display: none;
}




/* 日付 */
#campaign_news .campaign_news_wrap .box .item a .date {
	width: 20%;
	box-sizing: border-box;
	font-size: 0.12rem;
	display: block;
	padding-top: 0.06rem;
	color: #5C5A5A;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .item a .date {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.10rem
	}
}

/* テキストボックス */
#campaign_news .campaign_news_wrap .box .item a .textbox {
	width: 80%;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .item a .textbox {
		width: 100%;
	}
}

/* 記事タイトル */
#campaign_news .campaign_news_wrap .box .item a .textbox .title {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.40;
	margin-bottom: 0.05rem;
	word-wrap: break-word;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .item a .textbox .title {
		font-size: 0.16rem;
	}
}

#campaign_news .campaign_news_wrap .box .item.disabled a .textbox .title {
	display: block;
}

/* 記事本文 */
#campaign_news .campaign_news_wrap .box .item a .textbox p {
	font-size: 0.16rem;
	line-height: 1.35;
	color: #454545;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .item a .textbox p {
		font-size: 0.14rem;
		-webkit-line-clamp: 2;
	}
}

#campaign_news .campaign_news_wrap .box .item.disabled a .textbox p {
	display: block;
}

/* もっと見るボタン */
#campaign_news .campaign_news_wrap .box .more_btn {
	padding-top: 0.20rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .more_btn {
		padding-top: 0;
	}
}

#campaign_news .campaign_news_wrap .box .more_btn a {
	font-size: 0.16rem;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .more_btn a {
		font-size: 0.14rem;
		font-weight: 600;
		cursor: pointer;
		display: inline-block;
	}
}

#campaign_news .campaign_news_wrap .box .more_btn a::after {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.15rem;
	background-image: url(../common/img/sp_menu_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.05rem;
	margin-left: 0.06rem;
	transform: rotate(90deg);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#campaign_news .campaign_news_wrap .box .more_btn a::after {
		display: block;
		width: 0.20rem;
		height: 0.15rem;
		margin: auto;
		top: 0;
	}
}

#campaign_news .campaign_news_wrap .box .more_btn a:hover::after {
	top: -0.02rem;
}

/*============================
詳細
============================*/
/*コンテンツ領域*/
.single_cont_wrap {
	margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}

/*日付*/
.single_cont_wrap .single_cont_title .day {
	font-size: 0.16rem;
	padding-bottom: 0.1rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333333;
}

/*タイトル*/
.single_cont_wrap .single_cont_title .title {
	font-size: 0.24rem;
	font-weight: bold;
	padding-bottom: 0.2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333333;
}


/*アイキャッチ*/
.single_cont_wrap .eyecatch {
	width: 100%;
	height: 6rem;
	margin-bottom: 0.4rem;
}

@media screen and (max-width: 599px) {
	.single_cont_wrap .eyecatch {
		max-width: initial;
		width: 100%;
		height: auto;
	}
}

.single_cont_wrap .eyecatch img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*テキストコンテンツ*/
.single_cont_wrap h1 {
	font-size: 0.26rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #013e89;
	margin-bottom: 0.1rem;
}

.single_cont_wrap h2 {
	font-size: 0.2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #013e89;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
	position: relative;
}

.single_cont_wrap h2::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0.5rem;
	border-bottom: 2px solid #013e89;
}

.single_cont_wrap h3 {
	font-size: 0.2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 0.1rem;
}

.single_cont_wrap h4 {
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 0.1rem;
	color: #013e89;
}

.single_cont_wrap h5 {
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 0.1rem;
}

.single_cont_wrap h6 {
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 0.1rem;
}

.single_cont_wrap p {
	font-size: 0.16rem;
	margin-bottom: 0.2rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
	margin-bottom: 0.2rem;
}

.single_cont_wrap ul {
	margin-bottom: 0.2rem;
}

.single_cont_wrap ul li {
	font-size: 0.16rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}

.single_cont_wrap ul li::before {
	content: '●';
	color: #013e89;
}

.single_cont_wrap ol {
	margin-bottom: 0.2rem;
	list-style-position: inside;
	list-style-type: decimal;
	padding: 0;
}

.single_cont_wrap ol li {
	font-size: 0.14rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}




/*ページナビ*/
.blog_contets_single_pager {
	width: 60%;
	margin: 0 auto;
	padding: 0.5rem 0 0.5rem;
}
@media screen and (max-width: 599px) {
	.blog_contets_single_pager {
		width: 100%;
	}
}

.blog_contets_single_pager ul {
	display: flex;
	flex-wrap: wrap;
}

.blog_contets_single_pager li {
	width: calc(100% / 3);
	box-sizing: border-box;
}

.blog_contets_single_pager li.prev {
	text-align: left;
}

.blog_contets_single_pager li.list {
	text-align: center;
}

.blog_contets_single_pager li.next {
	text-align: right;
}

.blog_contets_single_pager li a {
	font-size: 0.16rem;
	color: #013e89;
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	.blog_contets_single_pager li a {
		font-size: 0.14rem;
	}

}


.blog_contets_single_pager li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 599px) {}
