
/*==========================================================
共通*/

#news .info {
	font-size: 14px;
}

#news .info > *:not(:first-child) {
	margin-left: 0.5em;
}

#news .info time {
	color: #808080;
}

#news .info .category {
	color: #fff;
	padding: 2px 5px;
}

#news .info .category.notice {
	background: #4A99FF;
}
#news .info .category.media {
	background: #FF9F22;
}

#news .info .category.columns {
	background: #3f9e64;
}

/* なんかでてるのを消す layout.css */
#news .info .category.notice::after {
	content: none;
}

#news .info .new {
	color: #f00000;
	font-weight: bold;
}



/*==========================================================
TOPページ(index.php)*/

#news.top .subContents {
	
}

#news.top .subContents .lists {
	margin: 80px 0 0;
	border-top: 2px solid #F1ADC4;
}

#news.top .subContents .lists li > a {
	border-bottom: 2px solid #F1ADC4;
	padding: 40px 0 35px;
	text-decoration: none;
	display: block;
	position: relative;
}

#news.top .subContents .lists li > a:hover {
	background: #F3F3F3;
	opacity: 1;
}

#news.top .subContents .lists li > a::before {
	content: '';
	width: 10px;
	height: 18px;
	display: inline-block;
	background: url(/App_Contents/images/news/icon_arrow.gif) no-repeat center center / 100% auto;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#news.top .subContents .lists li > a h2 {
	color: #444;
	font-size: 17px;
	margin: 5px 40px 0 0;
}

#news.top .subContents .pnavi {
	text-align: center;
	margin: 50px auto 0;
	padding: 0 50px;
	position: relative;
	width: 300px;
	box-sizing: border-box;
}

#news.top .subContents .pnavi .prev,
#news.top .subContents .pnavi .next {
	color: #E25B89;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	background: url(/App_Contents/images/news/icon_arrow_mini.gif) no-repeat center center / 8px auto;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 2px solid #E25B89;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
}

#news.top .subContents .pnavi .prev {
	left: 0;
	transform: rotate(180deg);
}

#news.top .subContents .pnavi .next {
	right: 0;
}

#news.top .subContents .pnavi .page-numbers:not(.prev):not(.next) {
	color: #E25B89;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
	height: 30px;
	border: 1px solid #E25B89;
	border-radius: 3px;
	display: inline-block;
	margin: 0 3px;
	box-sizing: border-box;
}

#news.top .subContents .pnavi span.page-numbers.current {
	color: #fff !important;
	background: #E25B89;
}


#news.top .subContents .btn {
	width: 450px;
	margin: 50px auto 0;
}

#news.top .subContents .btn a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(#E7749C 50%, #E35B8A 50%);
	border-radius: 10px;
	display: block;
	padding: 15px 0;
	position: relative;
}

#news.top .subContents .btn a:hover {
	background: linear-gradient(#DD6992 50%, #DE5685 50%);
	opacity: 1;
}
	
#news.top .subContents .btn a::before {
	content: '';
	width: 9px;
	height: 16px;
	background: url(/App_Contents/images/news/icon_arrow_mini_w.png) no-repeat center center / contain;
	position: absolute;
	display: inline-block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#news.top .subContents .btn + .note {
	color: #444;
	font-size: 11px;
	text-align: center;
	margin: 10px 0 0;
}



/*==========================================================
記事ページ(single.php)*/


#news.single .subContents {
	
}




#news.single .subContents h2 {
	font-size: 28px;
	padding: 15px 0;
}


#news.single .inner {
	border-top: 2px solid #F1ADC5;
	border-bottom: 2px solid #F1ADC5;
	margin: 10px 0 0;
	padding: 50px 100px 20px;
}

#news.single .inner p {
	margin-bottom: 1em;
}

#news.single h2 {
	
}

#news.single .lead {
	margin-bottom: 20px;
}

#news.single .section {
	text-align: left;
}
#news.single .section h3 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 5px;
}
#news.single .section + .section {
	margin: 20px 0 0;
}

#news.single .section ul ,
#news.single .section ul li {
	list-style: disc;
	margin-left: 1em;
	
}

#news.single .section .foot-text {
	text-align: left;
	margin: 40px 0 0;
}

#news.single .subContents .bnr {
	text-align: center;
	margin: 55px 0 0;
}

#news.single .sns {
	font-size: 14px;
	width: 121px;
	margin: 40px 0 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#news.single .sns::before {
	content: 'SHARE';
	color: #E35B8A;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

#news.single .sns::after {
	content: '';
	width: 100%;
	height: 1.3em;
	background: url(/App_Contents/images/news/sns_slash.png) no-repeat center bottom / contain;;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
}


#news.single .sns a {
	width: 35px;
}

#news.single .sns a img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#news.single .return {
	color: #E35B8A;
	text-decoration: none;
	margin: 15px 0 0;
	display: inline-block;
}
#news.single .return:hover {
	text-decoration: underline;
}
#news.single .return::before {
	content: '';
	width: 1em;
	height: 1em;
	background: url(/App_Contents/images/news/icon_back.png) no-repeat center bottom / contain;
	margin-right: 0.5em;
	display: inline-block;
	vertical-align: middle;
}


/* ボタンCSS */
.search-btn-wrap {
	margin: 0 5vw;
	padding: 65px 0 0;
}

.search-btn-wrap .search-btn {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 530px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	border-radius: 40px;
	background: #e45d8e;
	font-size: 1.429rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.search-btn-wrap .search-btn:hover {
	opacity: 1;
}

.search-btn-wrap .search-btn::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #c63d6e;
	content: "";
	transition: 0.3s ease-out;
}

.search-btn-wrap .search-btn:hover::before {
	width: 100%;
}

.search-btn-wrap .search-btn::after {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 52px;
	height: 52px;
	background: #ee77a2;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
	transition: 0.3s ease-out;
}

.search-btn-wrap .search-btn:hover::after {
	background: #fff;
}

.search-btn-wrap .search-btn span {
	display: block;
	position: relative;
	padding: 20px 70px;
	z-index: 1;
}

.search-btn-wrap .search-btn span::before {
	position: absolute;
	right: 27px;
	top: 50%;
	margin: -2px 0 0;
	width: 10px;
	height: 10px;
	border: 3px solid #fff;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
	transition: 0.3s ease-out;
	box-sizing: content-box;
}

.search-btn-wrap .search-btn span:hover::before {
	border-color: #c63d6e;
}

.search-btn-wrap .search-btn span::after {
	position: absolute;
	right: 26px;
	top: 50%;
	margin: 6px 0 0;
	width: 3px;
	height: 8px;
	background: #fff;
	content: "";
	border-radius: 3px;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s ease-out;
}

.search-btn-wrap .search-btn span:hover::after {
	background: #c63d6e;
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {
	

	
	/*==========================================================
	共通*/


	#news .subContents img {
		width: 100%;
		height: auto;
	}
	
	#news .subContents .info {
		font-size: 12px;
	}

	#news .subContents .info > *:not(:first-child) {
	}

	#news .subContents .info time {

	}

	#news .subContents .info .category {
	}

	#news .subContents .info .category.notice {

	}
	#news .subContents .info .category.media {

	}

	#news .subContents .info .new {
	}



	/*==========================================================
	TOPページ(index.php)*/

	#news.top .subContents {

	}

	#news.top .subContents .lists {
		margin: 30px 0 0;
		border-width: 1px;
	}

	#news.top .subContents .lists li > a {
		padding: 20px 0 15px;
		border-width: 1px;
	}

	#news.top .subContents .lists li > a:hover {
	}

	#news.top .subContents .lists li > a::before {
		width: 8px;
		height: 15px;
		right: 0;
	}

	#news.top .subContents .lists li > a h2 {
		width: calc(100% - 20px);
		font-size: 15px;
		margin: 5px 20px 0 0;
	}

	#news.top .subContents .pnavi {
		margin: 40px auto 0;
		padding: 0 30px;
		width: 100%;
	}

	#news.top .subContents .pnavi .prev,
	#news.top .subContents .pnavi .next {
		width: 30px;
		height: 30px;
	}

	#news.top .subContents .pnavi .prev {
	}

	#news.top .subContents .pnavi .next {
	}

	#news.top .subContents .pnavi .page-numbers:not(.prev):not(.next) {
	}

	#news.top .subContents .pnavi span.page-numbers.current {
	}

	#news.top .subContents .btn {
		width: 100%;
		margin: 25px auto 0;
	}

	#news.top .subContents .btn a {
		font-size: 15px;
		padding: 15px 0;
	}

	#news.top .subContents .btn a::before {
		right: 12px;
	}

	#news.top .subContents .btn + .note {
	}

	
	
	
	
	/*==========================================================
	記事ページ(single.php)*/
	

	#news.single .subContents h2 {
		font-size: 18px;
		padding: 15px 0;
	}


	#news.single .inner {
		margin: 10px 0 0;
		padding: 25px 0 20px;
	}

	#news.single h2 {
	}

	#news.single .lead {

	}

	#news.single .section {

	}
	#news.single .section h3 {
	}
	#news.single .section + .section {
	}

	#news.single .section ul ,
	#news.single .section ul li {
		margin-left: 0.6em;
	}

	#news.single .section .foot-text {
	}

	#news.single .subContents .bnr {
		margin: 65px 0 0;
	}
	
	#news.single .sns {
		font-size: 14px;
		font-weight: bold;
		width: 40%;
		margin: 80px auto 0;
	}
	#news.single .sns::before {
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}

	#news.single .sns a {
		width: 28%;
	}

	#news.single .sns a img {

	}
	



	

	/* ボタンCSS */
	.search-btn-wrap {
		margin: 0 5vw;
		padding: 40px 0 0;
	}

	.search-btn-wrap .search-btn {
		display: block;
		position: relative;
		max-width: none;
		box-sizing: border-box;
		margin: 0;
		text-align: center;
		border-radius: 40px;
		background: #e45d8e;
		font-size: 1.071rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	.search-btn-wrap .search-btn::after {
		position: absolute;
		right: 10px;
		top: 50%;
		width: 35px;
		height: 35px;
		background: #ee77a2;
		border-radius: 50%;
		content: "";
		transform: translateY(-50%);
	}

	.search-btn-wrap .search-btn span {
		padding: 15px 50px;
	}

	.search-btn-wrap .search-btn span::before {
		position: absolute;
		right: 22px;
		top: 50%;
		margin: -2px 0 0;
		width: 7px;
		height: 7px;
		border: 3px solid #fff;
		border-radius: 50%;
		content: "";
		transform: translateY(-50%);
	}

	.search-btn-wrap .search-btn span::after {
		position: absolute;
		right: 21px;
		top: 50%;
		margin: 4px 0 0;
		width: 3px;
		height: 7px;
		background: #fff;
		content: "";
		border-radius: 3px;
		transform: translateY(-50%) rotate(-45deg);
	}

	
}