@charset "UTF-8";
/*!
Theme Name: リケイマッチ 2025年03月リニューアル版
Description: テーマ『リケイマッチ』のデザイン改良版
Author: altstack
Version: 1.0.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 基本レイアウト　ここから↓ */
body {
	font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #171923;
	font-weight: 500;
	margin: 0;
	background: #F8FBFE;
}
img {
	vertical-align:top;
}
h1,
h2,
h3
h4,
h5 {
	color: #4A5168;
}
/*--- アンカー ---*/

a {
	color: #1771D2;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #C03;
}
.br-sp {
	display: none;
}
header {
	width: 100%;
	height: 30px;
	padding: 17px 0;
	position: fixed;
	background: #fff;
	z-index: 2000;
	top: 0;
	right: 0;
}
header figure {
	padding: 0;
	margin: 0;
	position: relative;
	left: 32px;
}

footer {
	background-color: rgb(10, 148, 207);
	padding: 30px 0;
	text-align: center;
	clear: both;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
footer ul li {
	font-size: 14px;
	padding: 0 10px;
}
footer ul li a,
footer ul li a:visited,
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer p {
	color: #fff;
}
#contents {
	width: auto;
	max-width: 1200px;
	padding: 0 0 16px;
	position: relative;
	margin: 0 auto 100px;
	overflow: visible;
}
body.home #contents {
	position: relative;
	top: -32px;
	z-index: 2;
}

#firstview {
	width: 100%;
	height: 480px;
	margin-top: 70px;
	background: url(img/category.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#firstview h1 {
	font-size: 36px;
	color: #171923;
	font-family: "Noto Sans JP", sans-serif;
}
#index_head {
	height: 260px;
	padding: 60px 0 0;
	background: url(./img/back_indexh102.png) center center repeat;
	position: relative;
}
#index_head h1 {
	padding: 64px 0 0;
	margin: 0 0 50px;
	text-align: center;
}
#category_head {
	padding: 104px 0 12px;
}
#breadcrumb {
	max-width: 1200px;
	padding: 0 4px;
	margin: 0 auto;
	box-sizing: border-box;
}
body.home #breadcrumb {
	position: relative;
	top: -24px;
}
#breadcrumb ul {
	display: block;
	font-size: 15px;
/*	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;*/
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
#breadcrumb ul li {
	color: #000;
	font-size: 13px;
	display: inline;
}
#breadcrumb ul li a {
	color: #171923;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	color: #0a94cf;
}
#breadcrumb ul li:not(:last-child):after {
	content: ">";
	padding: 0 10px;
}
#breadcrumb.single-top {
	padding: 80px 0 0;
	margin: 0 auto 8px;
}
#main {
	width: 804px;
	padding: 32px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 1px 4px 16px 0px rgba(23, 113, 210, 0.05);
	float: left;
}
#main h1.categorytitle,
.index_h2 {
	color: #171923;
	font-size: 24px;
	line-height; 1.5em;
	font-weight: 700;
	text-align: center;
	padding: 0 0 16px;
	margin: 0 0 40px;
	background: url(./img/back_h201.png) center bottom no-repeat;
}

#main a.category_list_ahref {
	text-decoration: none;
}
#main .article {
	display: flex;
	gap: 20px;
	margin: 0 0 32px;
}
#main .article .article_pic {
	width: 200px;
}
#main .article figure {
	display: block;
	width: 200px;
	padding: 4px 0 0;
	margin: 0;
	overflow: hidden;
}
#main .article_img {
	display: block;
	width: 200px;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#main a.category_list_ahref .article_img {
	transition: 0.5s all;
}
#main a.category_list_ahref:hover .article_img {
	display: block;
	width: 200px;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform:scale(1.2,1.2);
}

#main .article_item {
	width: calc(804px - 220px);
	flex-grow: 0;
	position: relative;
}
#main .article h1 {
	color: #171923;
	font-size: 18px;
	margin: 0 0 4px;
}
#main .article h1 a {
	color: #171923;
	text-decoration: none;
}
#main .article p.article_date {
	color: #4A5168;
	font-size: 13px;
	margin: 0 0 6px;
}
#main .article_item a {
	text-decoration: none;
}
#main .article_item p,
#main .article_item a p {
	color: #171923;
	font-size: 15px;
	margin: 0;
}

#main .alm-btn-wrap {
	width: 100%;
	height: auto;
	text-align: center;
}
#main .alm-btn-wrap button {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 20px 80px;
	border-radius: 4px;
	background-color: #1771D2;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}


#main .alm-btn-wrap button.done {
	display: none;
}
#main .alm-btn-wrap button:hover {
	opacity: 0.8;
}

#single_head {
	padding: 104px 0 0;
	margin: 0 0 8px;
	position: relative;
}
body.single #main {
	width: 864px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	float: left;
}
body.single #main .shadowbox {
	padding: 32px;
	margin: 0 0 32px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 1px 4px 16px 0px rgba(23, 113, 210, 0.05);
}
body.single #main h1 {
	color: #171923;
	font-size: 28px;
	line-height: 1.6;
	margin: 0 0 16px;
}
body.single article.single p {
	color: #171923;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px;
}
body.single article.single p.article_date {
	color: #4A5168;
	margin: 0 0 32px;
}
#main .single_tag {
}
#main .single_tag ul {
	display: flex;
	gap: 8px;
	padding: 0;
	margin: 0 0 16px;
	list-style: none;
	overflow: hidden;
}
#main .single_tag ul li {
	display: block;
	color: #171923;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #CBD5E0;
}
body.single #main iframe {
	max-width: 100% !important;
}
.wp-embed {
	padding: 24px;
}

#main .single_top {
}
#main .single_top > p {
}
#main .single_top .tableOfContents {
	width: auto;
	padding: 24px;
	margin: 40px 0 40px;
	border: none;
	border-radius: 8px;
	background: #EDF2F7;
}
#main .single_top .tableOfContents h2 {
	font-size: 18px;
	text-align: left;
	padding: 0;
	margin: 0 0 16px;
	background-image: none;
}
#main .single_top .tableOfContents ul {
	font-size: 16px;
	list-style-type: decimal;
	padding: 0 0 0 24px;
	margin: 0;
}
#main .single_top .tableOfContents ul li {
	font-size: 16px;
	margin: 0 0 6px;
}
#main .single_top .tableOfContents ul li:last-of-type {
	margin: 0;
}
#main .single_top .tableOfContents ul li a {
	text-decoration: none;
	color: #171923;
}
#main .single_top .tableOfContents ul li a:hover {
	text-decoration: underline;
}
#main .single_img {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#main .single section h1 {
	color: #171923;
	font-size: 24px;
	line-height: 1.5;
	padding: 0 0 0 16px;
	margin: 24px 0 24px;
	border-left: 5px solid #1771D2;
	background: transparent;
}
#main .single section img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#main .single section p {
}
#main .pagination {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}
#main .pagination p {
	width: calc(50% - 8px);
	flex-grow: 1;
	background-color: #edf2f7;
}
#main .pagination a {
	display: block;
	color: #171923;
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
}
#main .pagination p.prev a {
	padding: 16px 16px 16px 48px;
	background: url(./img/icon_arrow01l.png) 24px center no-repeat;
}
#main .pagination p.next a {
	padding: 16px 48px 16px 16px ;
	background: url(./img/icon_arrow01r.png) right 24px center no-repeat;
}
#main .pagination div a p {
	margin: 0;
}

#main .recommend  {
	padding: 32px;
	margin: 0 0 32px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 1px 4px 16px 0px rgba(23, 113, 210, 0.05);
}
body.single #main .recommend h1 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 24px;
}
#main .recommend_inner {
	display: flex;
	justify-content: space-between;
}
#main .recommend_item {
	width: 31%;
}
#main .recommend_img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	flex-shrink: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#main .recommend_sentence {
	text-decoration: none;
}
#main .recommend_sentence h2 {
	color: #171923;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
	margin: 20px 0 0;
	background: none;
}

#sub {
	width: 300px;
	padding: 0;
	float: right;
}
#sub aside div {
	padding: 24px;
	margin: 0 0 24px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 1px 4px 16px 0px rgba(23, 113, 210, 0.05);
}
#sub aside div div {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
#sub aside div.sidebanner01 {
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	border-radius: 0;
}
#sub aside .banner div {
	width: 100%;
	height: 100%;
	background: url(img/banner.png) no-repeat center center;
	background-size: cover;
}
#sub aside h1 {
	font-size: 18px;
	margin: 0 0 16px;
}
#sub aside .searchForm #form {
	display: flex;
	gap: 8px;
	justify-content: space-between;
}
#sub aside .searchForm #s-box {
	flex-grow: 2;
	width: 163px;
	font-size: 18px;
	line-height: 2;
	border: solid 1px #C4C4C4;
	border-radius: 4px;
}
#sub aside .searchForm #s-btn-area {
	flex-grow: 1;
	color: #fff;
	background-color: #0a94cf;
	font-size: 14px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 4px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#sub aside .searchForm #s-btn-area:hover {
	opacity: 0.8;
}
#sub aside .latestArticle {
	margin-top: 40px;
}
#sub aside .latestArticle > h1 {
	font-size: 18px;
	padding: 20px 0 20px 30px;
	background: #edf2f7;
	border-bottom: 2px solid #000;
	margin: 0 0 20px;
}
#sub aside .latestArticle .article:not(:last-child) {
	margin-bottom: 40px;
}
#sub aside .latestArticle .article_img {
	display: block;
	width: 300px;
	height: 250px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#sub aside .latestArticle .article_sentence {
	font-size: 15px;
	line-height: 2;
	color: #171923;
	text-decoration: none;
}
#sub aside .latestArticle .article_sentence p {
	margin: 20px 0 0;
}
#sub aside .categoryList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-self: stretch;
	padding: 0;
	list-style-type: none;
}
#sub aside .categoryList ul li {
	color: #1E88E5;
	border: 1px solid #1E88E5;
	border-radius: 4px;
}
#sub aside .categoryList a {
	display: block;
	color: #1E88E5;
	font-size: 15px;
	text-decoration: none;
	padding: 6px;
	transition: 0.2s;
}
#sub aside .categoryList a:hover {
	color: #fff;
	background: #1E88E5;
}

#sub aside .categoryList a:hover {
	opacity: 0.8;
}
#sub aside .popular-posts {
}
#sub aside .popular-posts ul {
	padding: 0;
	margin: 0;
}
#sub aside .popular-posts ul li {
	line-height: 1.5;
	margin: 0 0 16px;
}
#sub aside .popular-posts ul li:last-of-type {
	margin: 0;
}
#sub aside .popular-posts ul li a {
	color: #171923;
	font-size: 14px;
	text-decoration: none;
}
#sub aside .popular-posts ul li a:hover {
	text-decoration: underline;
}
#sub aside .sns-section {
	padding: 24px;
	margin: 0 0 24px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 1px 4px 16px 0px rgba(23, 113, 210, 0.05);
}
#sub aside .sns-section h1 {
	font-size: 18px;
	margin: 0 0 16px;
	background-color: transparent;
	padding: 0;
	border-bottom: 0;
}
#sub aside div div.sns-links {
	width: 192px;
	text-align: center;
	margin: 0 auto;
}
.sns-links a {
	display: inline-block;
	text-align: center;
	margin: 0 auto 12px;
}
.sns-links a:last-of-type {
	margin: 0 auto 0px;
}
.sns-links a img {
	width: 192px;
	height: auto;
}

/* 基本レイアウト　ここまで↑ */
/* 1169px以下レスポンシブレイアウト　ここから↓ */
@media (max-width: 1232px) {
	#contents {
		width: calc(100% - 56px);
	}
	#breadcrumb {
		max-width: calc(100% - 40px);
		padding: 0 4px;
	}
	#main {
		width: calc(100% - 389px);
	}
	body.single #main {
		width: calc(100% - 332px);
	}
	body.single #main .shadowbox {
		padding: 24px;
	}
/* タブレットサイズ時に一覧の画像回り込みを
	無くしたい時はコメントアウトを除去すればOK
	#main .article {
		display: block;
	}
	#main .article .article_pic {
		width: 100%;
	}
	#main .article figure {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#main .article figure img {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#main a.category_list_ahref .article_img {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		transition: unset;
	}
	#main a.category_list_ahref:hover .article_img {
		width: 100%;
		height: auto;
		transform: unset;
	}
	#main .article_item {
		width: auto;
	}
*/
}
/* 1169px以下レスポンシブレイアウト　ここまで↑ */
/* レスポンシブレイアウト　ここから↓ */
@media (max-width: 750px) {
	body {
		padding: 64px 0 0;
	}
	 body.single article.single a {
        overflow-wrap: anywhere;
    }
	.br-sp {
		display: block;
	}
	footer {
		padding: 20px 0;
	}
	footer ul {
		flex-direction: column;
	}
	footer ul li {
		padding: 5px 0;
	}
	#contents {
		padding: 0 16px;
	}
	#contents {
		width: calc(100% - 32px);
	}
	#breadcrumb {
		max-width: calc(100% - 32px);
		padding: 0 ;
		margin: 0 auto;
		box-sizing: border-box;
	}
	body.home #breadcrumb {
		margin: 0 auto;
		box-sizing: border-box;
		position: absolute;
		top: auto;
		bottom: 42px;
	}
	#breadcrumb ul {
		font-size: 14px;
		overflow: hidden;
	}
	#breadcrumb ul li:not(:last-child):after {
		content: ">";
		padding: 0 10px;
	}
	#main {
		width: calc(100% - 389px);
		margin: 0 0 32px;
	}
	body.single #main {
		width: auto;
		float: none;
	}
	body.single #main .shadowbox {
		width: auto;
		padding: 24px;
		float: none;
	}
	header figure {
		width: auto;
		left: 16px;
	}
	#index_head {
		width: 100%;
		height: auto;
		min-height: 180px;
		max-height: 224px;
		padding: 64px 16px 0;
		margin: auto;
		box-sizing: border-box;
		position: relative;
	}
	#index_head h1 {
		width: 90%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, calc(-50% - 16px));
	}
	#index_head h1 img {
		width: 100%;
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	#single_head {
		padding: 40px 0 0;
		margin: 0 0 8px;
	}
	#category_head {
		padding: 40px 0 0;
		margin: 0 0 8px;
	}
	#main {
		width: 100%;
		padding: 24px 16px;
		float: none;
		box-sizing: border-box;
	}

	#main .article {
		display: block;
	}
	#main .article .article_pic {
		width: 100%;
	}
	#main .article figure {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#main a.category_list_ahref .article_img {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		transition: unset;
	}
	#main a.category_list_ahref:hover .article_img {
		width: 100%;
		height: auto;
		transform: unset;
	}
	#main .article_item {
		width: auto;
	}
	#main .article h1 {
		font-size: 18px;
	}
	#main .article span {
		font-size: 14px;
	}
	#main .article_sentence {
		width: 100%;
	}
	#main .article_sentence a {
		font-size: 16px;
	}
	#main .alm-btn-wrap button {
		padding: 15px 60px;
	}
	#main > h1 {
		font-size: 16px;
		padding: 10px 15px;
	}
	#main .single {
		margin: 0 auto 60px;
		width: 100%;
	}
	#main .single_day ul {
		margin: 10px 0;
	}
	#main .single_tag ul {
		font-size: 14px;
		margin: 10px 0;
	}
	#main .single_tag ul li {
		padding: 5px 10px;
	}
	#main .single_top > p {
		font-size: 15px;
	}
	#main .single_top .tableOfContents {
		width: calc(100% - 52px);
		margin: 20px 0 60px;
		padding: 20px 25px;
	}
	#main .single_top .tableOfContents h2 {
		font-size: 16px;
		margin: 0 0 20px;
	}
	#main .single_top .tableOfContents ul {
		font-size: 15px;
		padding-left: 20px;
	}
	#main .single_top .tableOfContents ul li {
		margin-top: 10px;
	}
	#main .single_img {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
	#main .single section h1 {
	}
	#main .single section img {
	}
	#main .single section p {
		font-size: 15px;
		line-height: 2;
		margin: 0;
	}
	#main .pagination {
		flex-wrap: wrap;
	}
	#main .pagination div {
		width: 100%;
	}
	#main .pagination div.prev {
		padding: 15px 15px 15px 40px;
		margin-bottom: 20px;
	}
	#main .pagination div.prev:before {
		left: 25px;
	}
	#main .pagination div.next {
		padding: 15px 40px 15px 15px;
	}
	#main .pagination div.next:after {
		right: 25px;
		transform: translate(50%, -50%);
	}
	#main .pagination div a {
		font-size: 15px;
	}
	#main .recommend {
		padding: 24px;
		margin: 0 0 32px;
	}
	body.single #main .recommend h1 {
		font-size: 20px;
	}
	#main .recommend_inner {
		flex-wrap: wrap;
	}
	#main .recommend_item {
		width: 100%;
		margin: 0 0 24px;
	}
	#main .recommend_item:last-of-type {
		margin: 0;
	}
	#main .recommend_img {
	}
	#main .recommend_sentence {
		font-size: 15px;
	}
	#main .recommend_sentence h2 {
		margin: 8px 0 0;
	}
	#main .recommend_sentence p {
	}
	#sub {
		width: 100%;
		float: none;
	}
	#sub aside div.sidebanner01 {
		background: transparent;
		box-shadow: none;
	}
	#sub aside div.sidebanner01 img {
		width: 100%;
		max-width: 600px;
		height: auto;
		box-shadow: 1px 4px 16px 0px rgba(23, 113, 210, 0.05);
	}

	#sub aside .latestArticle .article_sentence p {
		margin: 20px 0 0;
	}
	#sub aside .categoryList {
	}
	#sub aside .categoryList a {
	}
	#sub aside .categoryList a:not(:last-child) {
	}
	#sub aside h1 {
		text-align: center;
	}
	.wpp-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
}

	.wpp-list li {
		margin-bottom: 10px;
		display: flex !important;
		align-items: flex-start !important;
	}
	.wpp-list img {
		margin-right: 10px;
	}
		.wpp-views {
		display: none;
	}
	
	/*WordPress Popular Posts 設定追記
	.wpp-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.wpp-list li {
		display: blcok !important;
		margin: 0 0 16px;
}
	.wpp-list li a {
		display: blcok !important;
}
	.wpp-list img {	
		width: 100%;
		height: auto;
		margin: 0 0 16px;
	}
	.wpp-list li .wpp-post-title {
		display: block;
	}
	.wpp-views {
		display: none;
	}*/

}
/* レスポンシブレイアウト　ここまで↑ */


/* WordPress管理バーを最下部に配置 */
html {
	margin-top: 0 !important;
	margin-bottom: 32px !important;
}
/* ページ上部に残る余白が気になる場合は、下記コメントアウトを解除 */
body {
	position: relative;
	top: -32px;
}
body.admin-bar {
	margin-bottom: 0;
}
#wpadminbar {
	top: auto !important;
	bottom: 0;
	position: fixed !important;
	z-index: 9999;
}
/* マウスホバーで展開するメニューを上方に展開 */
#wpadminbar .ab-sub-wrapper {
	bottom: 32px;
	top: auto !important;
}
#wpadminbar .menupop.hover > .ab-sub-wrapper {
	bottom: 100%;
	top: auto !important;
}
#wpadminbar .menupop.hover ul.ab-sub-secondary {
	top: auto;
	bottom: 0;
}