@charset "UTF-8";
/* ----------------
　ベース
------------------ */
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	--background-color: #fff;
	--text-color-normal: #33383E;
  --text-color-link: #2072CF;
  --text-color-link-visited: #2072CF;
  /* --text-color-link-entry: #666; */
  --text-color-link-entry: #2072CF;
  /* --text-color-link-entry-hover: #E28484; */
  --text-color-link-entry-hover: #083870;
}

/* @media (prefers-color-scheme: dark) {
	html {
		--background-color: #1e1e1e;
		--text-color-normal: #fff;
		--text-color-link-entry: #ccc;
	}
} */

body {
	color: var(--text-color-normal);
	background-color: var(--background-color);
	font-size: 14px;
	/* font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; */
	/* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
	font-family: Inter,GenJyuuGothicL,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
	letter-spacing: .01em;
}

/* IE 游ゴシックフォント 余白対策 */
_:-ms-lang(x)::-ms-backdrop,
body {
	font-family: "Meiryo", sans-serif;
}

a {
	color: var(--text-color-link);
	text-decoration: none;
}

a:link {
	color: var(--text-color-link);
}

a:visited {
	color: var(--text-color-link-visited);
}

dt {
	font-weight: bold;
}

td,
th {
	text-align: left;
}

/* ----------------
　コンテナ
------------------ */
.base-container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 calc(10px + constant(safe-area-inset-right)) 0 calc(10px + constant(safe-area-inset-left));
}

.base-container-onecolumn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 660px;
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 calc(10px + constant(safe-area-inset-right)) 0 calc(10px + constant(safe-area-inset-left));
}

.base-container-grid {
	display: block;
}

.main-column,
.sub-column {
	min-height: 1px;
}

.main-column {
	max-width: 100%;
}

.main-wrap {
	margin-bottom: 80px;
}

.sub-column {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.base-container-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main-column {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 640px;
		    flex: 1 1 640px;
		max-width: calc($main-column-width + $main-column-right-padding);
		padding-right: 50px;
	}
	.main-column.is-onecolumn {
		max-width: 100%;
		padding-right: 0;
	}
	.sub-column {
		width: 300px;
	}
}

/* ----------------
　パーツ
------------------ */
.base-required-label {
	display: inline-block;
	float: right;
	margin: 2px 5px 0;
	padding: 2px 8px;
	color: #E30314;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.3;
	border: 1px solid #E30314;
}

.sub-heading {
	margin: 20px 0;
	font-weight: bold;
	font-size: 16px;
}

#js-seo_info th {
	width: 200px;
}

@media screen and (max-width: 767px) {
	#offcanvas {
		padding: 0 0 15px 10px;
	}
}

/* ------------------------------
　　ヘッダーとナビゲーションの余白
------------------------------ */
.header-nav-wrap {
	/* margin-bottom: 10px; */
}

@media screen and (min-width: 768px) {
	.header-nav-wrap {
		/* margin-bottom: 20px; */
	}
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.header {
	padding: 0;
	background-repeat: no-repeat;
	/* background-size: cover; */
	margin-bottom: clamp(30px, 9vw, 140px);
	background-image: url("../../images/background.jpg");
	background-repeat: repeat;
}

.header-filter {
	padding: 0;
	/* backdrop-filter: blur(1px); */
}

.header-wrap {
	display: table;
	width: 100%;
	height: 200px;
	max-width: 1010px;
	margin: 0 auto;
}

.header-inner {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 calc(30px + constant(safe-area-inset-right)) 0 calc(30px + constant(safe-area-inset-left));
}

.header-logo {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
	vertical-align: middle;
}

.header-title {
	position: relative;
	margin: 0 0 clamp(-110px, -7vw, -30px) -0.2vw;
	font-weight: bold;
	font-size: clamp(13px, 15vw, 180px);
	font-family: "Arial Rounded MT Bold", "Arial Black", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif-black;
	color: #28A2BD;
	text-shadow: 3px -3px 0 #fff;
}
.header-title a span {
	color: #1E7A8F;
	font-size: clamp(18px, 3vw, 48px);
}
/* .header-title p {
	position: absolute;
	left: 0.5vw;
	bottom: -5px;
	margin: 0;
	font-size: clamp(18px, 2.5vw, 28px);
} */
.header-title a {
	color: #28A2BD;
}
.header-title a:link,
.header-title a:visited {
	color: #28A2BD;
}
.header-title a:hover {
	color: #28A2BD;
	cursor: pointer;
}
.header-title a:link,
.header-title a:hover,
.header-title a:visited {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.header-bg {
		border-bottom: none;
	}
	.header-wrap {
		height: 200px;
	}
	.header-title {
		/* font-size: 24px; */
	}
}

/* ------------------------------
　　フッター
------------------------------ */
.footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer-copyright {
	margin: 0;
	color: #666;
	font-size: 12px;
	font-family: verdana, sans-serif;
	text-align: center;
}

/* ----------------
エントリーの部分
------------------ */
.entry {
	margin-bottom: 40px;
	word-break: break-word;
}
.entry.-index {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.entry pre {
	word-break: keep-all;
}
.entry-header {
	padding: 10px 0;
	margin-bottom: 50px;
}

.entry-date {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
.entry-date-posted,
.entry-date-updated {
		margin-right: 10px;
}

.entry-new {
	display: inline-block;
	padding: 3px 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
	vertical-align: middle;
	background-color: #E28484;
	border-radius: 5px;
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}

.entry .entry-title {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.3;
}
.entry .entry-title a {
	text-decoration: none;
}
.entry .entry-title a:link,
.entry .entry-title a:visited {
	color: var(--text-color-normal);
}
.entry .entry-title a:hover {
	color: var(--text-color-normal) ;
	cursor: pointer;
}
.entry .entry-title a:hover {
	text-decoration: underline;
}

.entry-labels {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

.entry-labels li {
	display: inline-block;
	padding: 0 4px 4px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
}
.entry-labels li:first-child {
	padding-left: 0;
}
.entry-labels li:last-child {
	padding-right: 0;
}

.entry-labels a {
	display: inline-block;
}
.entry-labels a:link,
.entry-labels a:visited {
	text-decoration: none;
}
.entry-labels a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.entry-category-label:link,
.entry-category-label:visited,
.entry-tag-label:link,
.entry-tag-label:visited {
	color: #666;
}

.entry-category-label:hover,
.entry-tag-label:hover {
	color: #666;
	cursor: pointer;
}

.entry-body {
	/* margin-right: -10px;
	margin-left: -10px; acms.cssを除くと不要になるスタイル */
	font-size: 16px;
	line-height: 1.5;
	/* コンテンツの初めの要素には上余白をつけない */
	/* 引用 */
	/* 引用URL */
	/* ソースコード（prettify.css一部上書き） */
	/* 目次ユニット */
}
.entry-body hr {
	margin: 20px 0;
	border: none;
	border-bottom: 1px solid #333;
}
.entry-body p {
	margin-top: 0;
	margin-bottom: 28px;
	line-height: 1.85;
}
.entry-body a {
	border-bottom: 1px dashed;
}
.entry-body a:link,
.entry-body a:visited {
	color: var(--text-color-link-entry);
}
.entry-body strong:has(a:link),
.entry-body strong:has(a:visited) {
	background: none;
}
.entry-body a:hover {
	color: var(--text-color-link-entry-hover);
	cursor: pointer;
}
.entry-body a:link,
.entry-body a:hover,
.entry-body a:visited {
	text-decoration: none;
}
.entry-body em {
	color: #E28484;
	font-weight: normal;
	font-style: normal;
}
.entry-body strong {
	font-weight: bold;
	font-style: normal;
	background: linear-gradient(transparent 60%,rgba(255,241,34,.6) 0);
}
.entry-body h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 24px;
}
.entry-body h3 {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
}
.entry-body h4 {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
}
.entry-body h5 {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 16px;
}
.entry-body > *:first-child,
.entry-body > *:first-child.js-edit_inplace > *:first-child,
.entry-body > *:first-child.js-edit_inplace-hovering + .js-edit_inplace > *:first-child,
.entry-body .acms-entry-unit-full > *:first-child,
.entry-body .acms-entry-unit-full > *:first-child.js-edit_inplace > *:first-child,
.entry-body .acms-entry-unit-full > *:first-child.js-edit_inplace-hovering + .js-edit_inplace > *:first-child {
	margin-top: 0;
}
.entry-body ul {
	margin: 0 0 35px 0;
	padding: 0 10px 0 35px;
	list-style-type: disc;
}
.entry-body ul li ul {
	margin: 10px 0 20px;
}
.entry-body ul li:last-child ul {
	margin: 10px 0;
}
.entry-body ul li {
	margin-bottom: 10px;
}
.entry-body ul li:last-child {
	margin-bottom: 0;
}
.entry-body ol {
	margin-bottom: 35px;
	padding-left: 17px;
	counter-reset: section;
}
.entry-body ol ol {
	margin-top: 10px;
}
.entry-body ol li {
	margin-bottom: 10px;
	list-style: none;
}
.entry-body ol li:last-child {
	margin-bottom: 0;
}
.entry-body ol li:before {
	content: counters(section, "-") ". ";
	counter-increment: section;
}
.entry-body dt {
	margin-bottom: 15px;
	font-weight: bold;
}
.entry-body dd {
	margin-bottom: 15px;
	margin-left: 15px;
}
.entry-body table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	border-collapse: collapse;
}
.entry-body table th {
	padding: 10px;
	font-weight: normal;
	background: #F5F5F5;
	border: 1px solid #CCC;
}
.entry-body table td {
	padding: 10px;
	border: 1px solid #CCC;
}
.entry-body blockquote {
	margin-bottom: 35px;
	margin: 30px 15px;
	padding: 15px 20px;
	border: 1px solid #CCC;
	border-left: 7px solid #CCC;
}
.entry-body blockquote cite {
	display: block;
	font-size: .8em;
	margin: 10px 0 -30px;
	text-align: right;
}

.entry-body .twitter-tweet {
	margin: 10px auto;
}

.entry-body .twitter-tweet iframe {
	margin: 10px auto;
}

.entry-body .quote {
	padding: 0;
	border-width: 1px;
}
.entry-body .quoteLink {
	display: block;
	padding: 15px 30px;
	border: none;
}
.entry-body .quoteLink:link,
.entry-body .quoteLink:hover,
.entry-body .quoteLink:visited {
	text-decoration: none;
}
.entry-body .quoteLink:hover .quoteTitle {
	text-decoration: underline;
}
.entry-body .quote-maincontents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.entry-body .quoteTitle-wrap {
	margin: 0 20px 10px 0;
}
.entry-body .quoteTitle {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.entry-body .quoteImageContainer {
	float: none;
	min-width: 100px;
	margin: 0 0 10px;
}
.entry-body .quoteSiteName {
	margin: 0;
	font-size: 14px;
	text-align: left;
}
.entry-body .quoteDescription {
	font-size: 14px;
	text-align: left;
}
.entry-body .caption {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
	line-height: 1;
}
.entry-body .columnImage {
	max-width: 100%;
}
.entry-body .hljs {
	max-width: 640px;
	border-radius: 3px;
	padding: 1em;
}
.entry-body .prettyprint {
	max-width: 100%;
	margin: 0 0 35px 0;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #F5F5F5;
	border: none;
}
.entry-body .prettyprint.linenums {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.entry-body .prettyprint.linenums li {
	color: #999;
}
.entry-body .prettyprint ol {
	margin: 0;
	padding: 15px 0 15px 56px;
	overflow: visible;
	line-height: 2em;
	-webkit-box-shadow: inset 48px 0 0 #F5F5F5, inset 49px 0 0 #BDB7B7;
	        box-shadow: inset 48px 0 0 #F5F5F5, inset 49px 0 0 #BDB7B7;
}
.entry-body .prettyprint li {
	margin-bottom: 5px;
	overflow: visible;
	line-height: 1.5;
	white-space: pre;
	list-style: decimal;
	list-style-position: outside;
}
.entry-body .prettyprint li::before {
	content: none;
}
.entry-body .prettyprint li::after {
	padding: 1px 20px 0 20px;
	content: "";
}
.entry-body code,
.entry-body pre,
.entry-body samp {
	font-family: Menlo, Monaco, "Courier New", monospace;
}
.entry-body pre code {
	font-size: .9em;
}
.entry-body .entry-container {
	clear: both;
}
.entry-body [class^=column-table] .entry-container {
	margin-bottom: 35px;
	overflow-x: auto;
}
.entry-body [class^=column-table] table {
	margin-bottom: 0;
}
.entry-body [class*=column-youtube-],
.entry-body [class*=column-video-],
.entry-body [class*=column-yolp-],
.entry-body [class*=column-file-],
.entry-body [class*=column-eximage-],
.entry-body [class*=column-image-],
.entry-body [class*=column-media-],
.entry-body [class*=column-file-] {
	margin-bottom: 35px;
}
.entry-body [class*=column-youtube-] a,
.entry-body [class*=column-video-] a,
.entry-body [class*=column-yolp-] a,
.entry-body [class*=column-file-] a,
.entry-body [class*=column-eximage-] a,
.entry-body [class*=column-image-] a,
.entry-body [class*=column-media-] a,
.entry-body [class*=column-file-] a {
	border: none;
}
.entry-body ul,
.entry-body ol,
.entry-body dl {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.entry-body {
		font-size: 14px;
	}
	.entry-body .entry-container {
		-ms-overflow-x: auto;
		    overflow-x: auto;
	}
	.entry-body table th,
	.entry-body table td {
		/* white-space: nowrap; */
	}
}
.entry-body .outline {
	margin: 0 10px 35px;
	padding: 15px;
	border: 2px solid #E28484;
}
.entry-body .outline-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.entry-body .outline-title {
	margin: 0;
	color: #E28484;
	font-size: 16px;
	line-height: 1;
}
.entry-body .outline-btn {
	margin-top: -5px;
	margin-left: auto;
	padding: 2px 7px;
	color: #FFF;
	background: #E28484;
	border: 0;
	border-radius: 3px;
	font-size: 12px;
}
.entry-body .outline-btn .acms-icon-arrow-small-down {
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
}
.entry-body .outline-list-wrap > .outline-list {
	padding-left: 0;
}
.entry-body .outline-list-wrap > .outline-list > .outline-item:first-child {
	margin-top: 15px;
}
.entry-body .outline-list {
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-body .outline-list.level-1 > .outline-item {
	font-weight: bold;
}
.entry-body .outline-item {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 12px;
}
.entry-body .outline-item::before {
	content: none;
}
.entry-body .outline-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: none;
}
.entry-body .outline-item a:link,
.entry-body .outline-item a:visited {
	color: #666;
}
.entry-body .outline-item a:hover {
	color: #E28484;
	cursor: pointer;
}
.entry-body .outline-item a::before {
	padding-right: 10px;
	color: #E28484;
	font-weight: bold;
	white-space: nowrap;
	content: counters(section, "-") ". ";
	counter-increment: section;
}
@media screen and (min-width: 768px) {
	.entry .entry-title {
		font-size: 32px;
	}

	.entry-body .outline-title {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.entry-body .outline-item {
		font-size: 14px;
	}
}

/* 続きを読むボタン */
.entry-continue-btn {
	display: block;
	max-width: 100%;
	margin: 15px 0;
	padding: 5px 20px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #E28484;
	border-radius: 5px;
	background-color: transparent;
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}
.entry-continue-btn:before,
.entry-continue-btn:after {
	display: table;
	content: " ";
}
.entry-continue-btn:after {
	clear: both;
}
.entry-continue-btn:link,
.entry-continue-btn:visited {
	color: #E28484;
}
.entry-continue-btn:hover {
	color: #E28484;
	cursor: pointer;
}
.entry-continue-btn:link,
.entry-continue-btn:hover,
.entry-continue-btn:visited {
	text-decoration: none;
}
.entry-continue-btn:hover {
	background-color: rgba(0, 0, 0, .05);
}

.entry-footer {
	margin-top: 40px;
}
.entry-footer .profile {
	padding: 30px;
	background-color: #F5F5F5;
}
.entry-footer .profile-info {
	display: block;
	text-align: center;
}
.entry-footer .profile-img {
	margin: 0 auto 12px;
}
.entry-footer .profile-text {
	margin: 0;
}

/* 更新日時とsnsの全体 */
.entry-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

/* 更新日時 */
.entry-udate-info {
	margin: 3px 15px 0 0;
	color: #666;
	font-size: 12px;
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

.share-list {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}
.share-item a {
	display: block;
	color: #999;
	text-decoration: none;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}
.share-item a:hover {
	opacity: .7;
}
.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	color: #1877F2;
	font-size: 22px;
	line-height: 1.2;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-twitter {
	/* Twitter */
	color: #55ACEE;
	font-size: 22px;
	line-height: 1.2;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}

/* ----------------
acms.cssの上書き
------------------ */
@media screen and (max-width: 767px) {
	.acms-entry [class*=column-eximage-].nocaption,
	.acms-entry [class*=column-image-].nocaption,
	.acms-entry [class*=column-map-],
	.acms-entry [class*=column-media-].nocaption,
	.acms-entry [class*=column-video-],
	.acms-entry [class*=column-yolp-],
	.acms-entry [class*=column-youtube-],
	.acms-entry .caption,
	.column-eximage-right,
	.column-image-right,
	.column-media-right,
	.column-eximage-left,
	.column-image-left,
	.column-media-left {
		text-align: center;
	}
	.entry-title {
		font-size: 18px;
	}
}

/* ----------------
シリアルナビ
------------------ */
.serial-nav {
	min-height: 34px;
	margin-bottom: 30px;
	font-size: 14px;
}
.serial-nav a {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	-ms-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	/* border: 1px solid #999;
	border-radius: 5px;
	border-color: #999;
	-webkit-transition: border-color .2s;
	        transition: border-color .2s; */
}
/* .serial-nav a:link,
.serial-nav a:visited {
	color: #666;
}
.serial-nav a:hover {
	color: #666;
	cursor: pointer;
}
.serial-nav a:link,
.serial-nav a:hover,
.serial-nav a:visited {
	text-decoration: none;
}
.serial-nav a:hover {
	border-color: #666;
} */

.serial-nav-list {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0;
	padding: 0;
}

.serial-nav-prev,
.serial-nav-next {
	flex: 1;
	display: flex;
	align-items: center;
	list-style-type: none;
}

.serial-nav-prev {
	width: 100%;
	margin-bottom: 10px;
}
.serial-nav-prev a {
	flex: 1;
	padding: 10px;
	white-space: normal;
	text-align: left;
}
.serial-nav-prev::before {
	content: "<";
	margin-left: 10px;
}

.serial-nav-next {
	width: 100%;
	text-align: right;
}
.serial-nav-next a {
	flex: 1;
	padding: 10px;
	white-space: normal;
	text-align: right;
}
.serial-nav-next::after {
	content: ">";
	margin-top: -5px;
	margin-right: 10px;
}

/* ----------------
ページャー
------------------ */
.pager {
	width: 100%;
	margin-bottom: 30px;
}
.pager ul {
	margin: 0 10px;
	padding: 0;
	text-align: center;
}
.pager li {
	margin-bottom: 10px;
	list-style-type: none;
	background: #FFF;
}
.pager li span {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	background: #666;
	border: 1px solid #666;
	border-radius: 5px;
}
.pager li a > span {
	color: #666;
	background: #FFF;
	border: 1px solid #999;
	border-color: #999;
	-webkit-transition: border-color .2s;
	        transition: border-color .2s;
}
.pager li a > span:hover {
	border-color: #666;
}
.pager a {
	display: block;
	width: 100%;
}
.pager a:link,
.pager a:hover,
.pager a:visited {
	text-decoration: none;
}
.pager a:link,
.pager a:visited {
	color: #FFF;
}
.pager a:hover {
	color: #FFF;
	cursor: pointer;
}

.pager-item {
	display: inline-block;
	width: 37px;
	height: 33px;
	line-height: 33px;
}

@media screen and (max-width: 767px) {
	.pager {
		display: table;
	}
	.pager ul {
		margin: 0;
	}
}

/* ----------------
　404ページ
------------------ */
.not-found {
	margin-bottom: 60px;
}

.not-found-title {
	margin: 20px 0;
	color: #333;
	font-size: 24px;
	text-align: center;
}

.not-found-message {
	color: #333;
	font-size: 16px;
	text-align: center;
}

.not-found-message-text {
	margin-bottom: 30px;
}

.not-found-return {
	color: #666;
	border-bottom: 1px dashed;
}
.not-found-return:link,
.not-found-return:visited {
	color: #666;
}
.not-found-return:hover {
	color: #666;
	cursor: pointer;
}
.not-found-return:link,
.not-found-return:hover,
.not-found-return:visited {
	text-decoration: none;
}
.not-found-return:hover {
	color: #E28484;
}

@media screen and (min-width: 768px) {
	.not-found-title {
		font-size: 28px;
	}
}
/* ------------------------------
　　プロフィール
------------------------------ */
.profile {
}

.profile-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 10px;
}

.profile-img {
	display: block;
	width: 80px;
	height: auto;
	margin: 0 20px 12px 0;
	border-radius: 50%;
}

.profile-info-base {
	display: flex;
	flex-direction: column;
	height: 80px;
}

.profile-name {
	flex: 1;
	margin: 0 0 5px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.profile-name span {
	font-weight: normal;
	font-size: 13px;
}
.profile-name span::before {
	content: "-";
	margin: 0 5px;
}

.profile-position {
	flex: 2;
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
.profile-position span {
	display: block;
}

.profile-icon-list {
	margin-bottom: 12px;
}

.profile-text {
	margin: 0;
	color: #333;
	font-size: 14px;
	padding: 0 10px;
	line-height: 1.4;
}
.profile-text a {
	color: #3B5998;
}
.profile-text a:link,
.profile-text a:visited {
	text-decoration: none;
}
.profile-text a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.profile-text a:link,
.profile-text a:visited {
	color: #3B5998;
}
.profile-text a:hover {
	color: #3B5998;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.profile-text {
		margin-left: 100px;
	}
	.profile-text.-profile-img-none {
		margin-left: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	table-layout: fixed;
}

.search-form-text {
	flex: 1;
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 5px;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-appearance: none;
}

.search-form-btn-wrap {
	display: block;
	width: 40px;
}

.search-form-btn {
	height: 40px;
	margin-left: 10px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	cursor: pointer;
}
.search-form-btn:hover {
	color: #666;
}

/* ------------------------------
　　検索結果の表示
------------------------------ */
.search-result {
	padding-bottom: 5px;
	border-bottom: 4px solid #F5F5F5;
}

.search-result-heading {
	display: inline-block;
	margin: 0;
	color: #666;
	font-size: 18px;
	line-height: 1.3;
}

.search-result-heading a {
	color: #666;
}

.search-result-heading a:hover {
	color: #666;
}

/* ------------------------------
　　SNSアイコン
------------------------------ */
.social-icon {
	display: inline-block;
	margin-right: 10px;
	color: #999;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.social-icon:link,
.social-icon:visited {
	color: #999;
}
.social-icon:hover {
	color: #666;
	cursor: pointer;
}
.social-icon:link,
.social-icon:hover,
.social-icon:visited {
	text-decoration: none;
}
.social-icon:last-child {
	margin-right: 0;
}

/* ------------------------------
　　タグフィルター
------------------------------ */
.tag-filter {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.tag-filter-list {
	margin: 0;
	padding: 0;
	text-align: left;
}

.tag-filter-list li {
	display: inline-block;
	margin-right: 7px;
	list-style-type: none;
}
.tag-filter-list li:last-child {
	margin-right: 0;
}

.tag-filter-list a:link,
.tag-filter-list a:visited {
	color: #9B9B9B;
}

.tag-filter-list a:hover {
	color: #9B9B9B;
	cursor: pointer;
}

.tag-filter-list a:link,
.tag-filter-list a:visited {
	text-decoration: none;
}

.tag-filter-list a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath-wrap {
	height: 28px;
	margin-bottom: 25px;
	overflow: hidden;
}

.topicpath {
	margin: 0;
	padding: 0 0 35px;
	overflow-x: scroll;
	overflow-y: hidden;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	list-style-type: none;
}
.topicpath a:link,
.topicpath a:visited {
	color: #666;
}
.topicpath a:hover {
	color: #666;
	cursor: pointer;
}
.topicpath a:link,
.topicpath a:visited {
	text-decoration: none;
}
.topicpath a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.topicpath li {
	display: inline-block;
	margin-left: 1px;
}
.topicpath li:after {
	display: inline-block;
	margin-left: 5px;
	content: ">";
}
.topicpath li:first-child {
	margin-left: 0;
}
.topicpath li:last-child:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.topicpath-wrap {
		height: 20px;
		margin-bottom: 10px;
	}
	.topicpath-wrap.is-root-top {
		height: 0;
	}
}

/* ------------------------------
　　汎用数つき押し込めリスト
------------------------------ */

.list-w-amount {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style-type: none;
}

.list-w-amount li {
	display: inline-block;
	margin: 5px 10px;
}

.list-w-amount a:link,
.list-w-amount a:visited {
	color: #666;
	text-decoration: none;
}
.list-w-amount a:hover {
	color: #666;
	cursor: pointer;
}
.list-w-amount a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.list-w-amount-number {
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	margin: 0 5px;
	border-radius: 4px;
	background: rgb(238, 238, 238);
}

/* ------------------------------
　　汎用リスト
------------------------------ */

.list-linear {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style-type: none;
}

.list-linear li {
	margin: 15px 10px;
}

.list-linear-date {
	display: block;
	text-align: left;
	color: #333;
}
.list-linear-title {
	display: block;
}

/* ------------------------------
　　ユーティリティ
------------------------------ */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

.clearfix:after, .clearHidden {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearHidden {
	margin: 0;
	border: none;
}


/* ----------------
エントリー一覧
------------------ */
.summary {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.summary-entry-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	color: #333;
	background-color: transparent;
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}
.summary-entry-link:hover {
	background-color: #F5F5F5;
}
.summary-entry-link:link,
.summary-entry-link:visited,
.summary-entry-link:active,
.summary-entry-link:focus {
	color: #333;
}

.summary-entry-contents {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}

.summary-entry-title {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.4;
}

.summary-entry-text {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.summary-entry-text span {
	padding: 1px;
	color: #FFF;
	vertical-align: middle;
	background-color: #E28484;
	border-radius: 50%;
}

.summary-entry-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0 0 0;
}

.summary-entry-user-icon {
	margin: 0 10px 0 0;
	width: 26px;
	height: 26px;
	border-radius: 100%;
}

/* ----------------
エントリー一覧 (SP幅：デフォルト)
------------------ */
@media screen and (max-width: 767px) {
	.summary-entry-link {
		padding: 15px 0;
	}
	.summary-entry-title {
		font-size: 16px;
	}
	.summary-entry-text {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.summary-entry-img-outer {
		padding: 0 5px 0 0;
	}
	.summary-entry-img {
		width: 120px;
		height: 67px;
	}
	.summary-entry-contents {
		padding: 0 0 0 5px;
	}
}
