@charset "UTF-8";
#column_single {
	display: flex;
}

.content_main {
	max-width: 800px;
	margin-bottom: 7.5rem;
	margin-right: 5rem;
}

@media (max-width: 1128px) {
	.content_main {
		margin: 0 auto 7.5rem;
	}
}

@media (max-width: 960px) {
	.content_main {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.content_main {
		margin-bottom: 2.5rem;
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.content_main {
		overflow: hidden;
	}
}

.content_main h1 {
	font-size: 1.875rem;
	font-weight: 700;
	color: #34353A;
	margin-bottom: 2.5rem;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 768px) {
	.content_main h1 {
		font-size: 1.75rem;
	}
}

.content_main h2 {
	position: relative;
	font-size: 1.875rem;
	font-weight: 700;
	color: #2A2A2A;
	margin-top: 7.5rem;
	margin-bottom: 2.5rem;
	letter-spacing: 0;
	line-height: 1.8;
}

@media (max-width: 768px) {
	.content_main h2 {
		font-size: 1.75rem;
		margin-top: 6.5rem;
	}
}

@media (max-width: 480px) {
	.content_main h2 {
		font-size: 1.5rem;
	}
}

.content_main h2::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 120px;
	height: 5px;
	background-color: #00B2A9;
}

.content_main h3 {
	font-size: 1.375rem;
	font-weight: 700;
	color: #2A2A2A;
	margin-bottom: 2rem;
	padding: 1.25rem 0 1.25rem 1rem;
	background-color: #E9F2F3;
	letter-spacing: 0;
	line-height: 1.8;
}

.content_main h4 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #2A2A2A;
	margin-bottom: 2.5rem;
	padding-left: 0.75rem;
	border-left: 2px solid #34353A;
	letter-spacing: 0;
	line-height: 1.8;
}

.content_main h5 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #2A2A2A;
	margin-bottom: 0.625rem;
	letter-spacing: 0;
	line-height: 1.8;
	display: flex;
	align-items: center;
}

.content_main h5:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #34353A;
	margin-right: 0.625rem;
}

.content_main p {
	font-size: 1rem;
	margin-bottom: 2rem;
	line-height: 2;
}

.content_main p a {
	font-size: 1rem;
}

.content_main p a[target="_blank"]::after {
	content: "";
	background-image: url("../../common/image/ic_blank.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 0 3px 4px;
	vertical-align: middle;
	border: none;
	transform: none;
}

.content_main ul {
	margin-bottom: 1.875rem;
}

.content_main ul li {
	position: relative;
	font-size: 1rem;
	padding-left: 1rem;
	line-height: 2;
}

.content_main ul li::before {
	content: "・";
	position: absolute;
	left: -2px;
	margin-right: 0.325rem;
}

.content_main .wp-block-image {
	margin-bottom: 2rem;
}

.content_main .wp-block-image img {
	min-width: 800px;
}

@media (max-width: 960px) {
	.content_main .wp-block-image img {
		min-width: 100%;
	}
}

.content_main .highlight {
	font-size: 1rem;
	font-weight: 700;
	background-color: #FFEF9C;
}

.content_main .wp-block-table {
	overflow-x: inherit;
}

@media (max-width: 480px) {
	.content_main .wp-block-table {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		margin: 2.5rem 0;
	}
	.content_main .wp-block-table::-webkit-scrollbar {
		height: 7px;
	}
	.content_main .wp-block-table::-webkit-scrollbar-track {
		border-radius: 10px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	}
	.content_main .wp-block-table::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 50, 0.5);
		border-radius: 10px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	}
}

.content_main .wp-block-table table {
	width: 100%;
}

.content_main .wp-block-table table th {
	color: #FFF;
	padding: 1rem;
	background-color: #92A2A8;
	vertical-align: middle;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.content_main .wp-block-table table th:first-of-type {
	border-left: none;
}

.content_main .wp-block-table table th:last-of-type {
	border-right: none;
}

.content_main .wp-block-table table td {
	padding: 1rem;
	text-align: center;
	border-bottom: 1px solid #D8E4E4;
	border-right: 1px solid #D8E4E4;
	border-left: 1px solid #D8E4E4;
	background-color: #FFF;
	vertical-align: middle;
}

.content_main .wp-block-table table td.td_bg {
	text-align: left;
	background-color: #F4FAFB;
	border-bottom: 1px solid #FFF;
}

.content_main .wp-block-table table tr:last-of-type .td_bg {
	border-bottom: 1px solid #D8E4E4;
}

.content_main blockquote {
	position: relative;
	margin: 2.5rem 0 3.75rem;
	padding: 1.875rem;
	background-color: #FCFEFE;
	border: 1px solid #D8E4E4;
	border-radius: 2px;
	overflow: hidden;
	z-index: 0;
}

@media (max-width: 768px) {
	.content_main blockquote {
		margin: 1.25rem 0 3.75rem;
	}
}

.content_main blockquote::before {
	content: '\f10d';
	position: absolute;
	top: -30px;
	left: -10px;
	font-family: 'Font Awesome 5 Free';
	font-size: 9rem;
	font-weight: 900;
	color: #E9F2F3;
	z-index: -1;
}

@media (max-width: 768px) {
	.content_main blockquote::before {
		font-size: 8rem;
	}
}

@media (max-width: 480px) {
	.content_main blockquote::before {
		font-size: 7rem;
	}
}

.content_main blockquote p {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
	letter-spacing: 0;
}

.content_main blockquote p:last-of-type {
	margin-bottom: 0;
}

.content_main blockquote cite {
	position: relative;
	display: block;
	margin-top: 2.5rem;
	text-align: right;
}

@media (max-width: 768px) {
	.content_main blockquote cite {
		margin-top: 1.5rem;
		text-align: left;
		line-height: 1.8;
	}
}

.content_main blockquote cite::before {
	content: '引用元：';
}

.content_main blockquote cite a[target="_blank"]::after {
	content: "";
	background-image: url("../../common/image/ic_blank.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 0 3px 4px;
	vertical-align: middle;
	border: none;
	transform: none;
}

.content_main blockquote .blockquote_title {
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1.25rem;
	letter-spacing: 0;
}

.content_main blockquote .blockquote_source {
	margin-top: 2.5rem;
	text-align: right;
}

.content_main blockquote .blockquote_source a {
	position: relative;
	display: inline-block;
	padding-right: 1rem;
}

.content_main blockquote .blockquote_source a::after {
	content: url("../../common/image/ic_blank.svg");
	position: absolute;
	top: 0;
	right: 0;
}

.content_main .store_banner {
	margin-bottom: 3.75rem;
}

.content_main .store_banner a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}

.content_main .store_banner a:hover {
	opacity: 0.8;
}

@media (max-width: 480px) {
	.content_main .store_banner_pc {
		display: none;
	}
}

.content_main .store_banner_sp {
	display: none;
}

@media (max-width: 480px) {
	.content_main .store_banner_sp {
		display: block;
		margin: 0 auto;
	}
}

.content_main .writer_info {
	display: grid;
	align-items: center;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
	grid-template-areas: "areaA areaB" "areaA areaC";
}

.content_main .writer_info_image {
	grid-area: areaA;
	width: 100%;
	max-width: 115px;
	margin-right: 1.875rem;
}

@media (max-width: 480px) {
	.content_main .writer_info_image {
		grid-row: 1/2;
		grid-column: 1/2;
		max-width: 100px;
		margin-right: 1.25rem;
	}
}

.content_main .writer_info_image img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
}

@media (max-width: 480px) {
	.content_main .writer_info_image img {
		width: 100px;
		height: 100px;
	}
}

.content_main .writer_info_meta {
	grid-area: areaB;
}

.content_main .writer_info_meta_name a {
	font-size: 1.5rem;
	font-weight: 700;
	color: #00B2A9;
	letter-spacing: 0;
}

.content_main .writer_info_meta_name a.none_link {
	pointer-events: none;
	text-decoration: none;
	color: inherit;
}

.content_main .writer_info_meta_category {
	font-size: 0.75rem;
	margin: 0.375rem 0 1rem;
	letter-spacing: 0;
}

@media (max-width: 480px) {
	.content_main .writer_info_meta {
		grid-row: 1/2;
		grid-column: 2/3;
	}
}

.content_main .writer_info_text {
	grid-area: areaC;
	font-size: 0.75rem;
	line-height: 1.8;
	letter-spacing: 0;
}

@media (max-width: 480px) {
	.content_main .writer_info_text {
		grid-row: 2/3;
		grid-column: 1/3;
		margin-top: 1.25rem;
	}
}

.content_main_meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.content_main_meta_category a {
	font-weight: 700;
	color: #00B2A9;
	text-decoration: none;
	letter-spacing: 0;
}

.content_main_meta_date {
	color: #92A2A8;
	letter-spacing: 0;
}

.content_main_eyecatch {
	margin-bottom: 2.5rem;
}

.content_main_writer {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.content_main_writer_image {
	width: 60px;
	height: 60px;
	margin-right: 1.5rem;
}

.content_main_writer_image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.content_main_writer_text_name a {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #00B2A9;
	margin-bottom: 0.375rem;
	letter-spacing: 0;
}

.content_main_writer_text_name a.none_link {
	pointer-events: none;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 768px) {
	.content_main_writer_text_name a {
		font-size: 0.875rem;
	}
}

.content_main_writer_text_category {
	font-size: 0.75rem;
	color: #34353A;
	letter-spacing: 0;
}

.content_side {
	max-width: 208px;
}

@media (max-width: 1128px) {
	.content_side {
		display: none;
	}
}

.content_side .content_side_title {
	font-family: 'Pathway Gothic One';
	font-size: 1.875rem;
	-webkit-text-stroke-width: 0.5px;
	margin: 3.75rem 0 1rem;
	line-height: 1;
	letter-spacing: 0;
}

.content_side .content_side_title:first-of-type {
	margin: 0 0 1rem;
}

.ranking_list {
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
}

.ranking_list li {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	.ranking_list li {
		width: 100%;
		margin-bottom: 2.5rem;
	}
}

.ranking_list li::after {
	position: absolute;
	bottom: -6px;
	right: -6px;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
	font-family: 'Pathway Gothic One', sans-serif;
	-webkit-text-stroke-width: 1px;
	font-size: 3.75rem;
	color: #E9F2F3;
	line-height: 1;
	letter-spacing: 2px;
	z-index: -1;
}

.ranking_list li:last-of-type {
	margin-bottom: 0;
}

.ranking_list li:first-of-type::after {
	letter-spacing: 7px;
	right: -8px;
}

.ranking_list a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.ranking_list a {
		display: flex;
	}
}

.ranking_list a .ranking_list_image {
	width: 100%;
	max-width: 208px;
	height: 100%;
	max-height: 109px;
	margin-bottom: 0.625rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.ranking_list a .ranking_list_image {
		max-width: 150px;
		max-height: 79px;
		margin: 0 1rem 0 0;
	}
}

@media (max-width: 480px) {
	.ranking_list a .ranking_list_image {
		max-width: 120px;
	}
}

.ranking_list a .ranking_list_image img {
	display: block;
	width: 100%;
	max-height: 109px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0 0;
	object-position: 0 0;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.ranking_list a .ranking_list_image img {
		max-height: 79px;
	}
}

.ranking_list a:hover .ranking_list_image img {
	transform: scale(1.1);
}

.ranking_list a .ranking_list_text {
	width: 100%;
}

.ranking_list a .ranking_list_text_meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.375rem;
}

@media (max-width: 768px) {
	.ranking_list a .ranking_list_text_meta {
		margin-bottom: 0.625rem;
	}
}

.ranking_list a .ranking_list_text_meta_category {
	font-size: 0.75rem;
	color: #00B2A9;
	letter-spacing: 0;
}

.ranking_list a .ranking_list_text_meta_date {
	font-size: 0.75rem;
	color: #92A2A8;
	margin-left: 0.5rem;
	letter-spacing: 0;
	white-space: nowrap;
}

.ranking_list a .ranking_list_text_title {
	font-weight: 700;
	letter-spacing: 0;
	transition: all 0.3s;
}

.ranking_list a:hover .ranking_list_text_title {
	color: #00B2A9;
}

#ranking_lower {
	display: none;
}

@media (max-width: 1128px) {
	#ranking_lower {
		display: block;
		padding-top: 2.5rem;
	}
}

#ranking_lower .ranking_list {
	display: flex;
	flex-wrap: wrap;
}

#ranking_lower .ranking_list li {
	width: calc((100% - 2rem) / 3);
	margin: 0 1rem 3.75rem 0;
}

@media (max-width: 768px) {
	#ranking_lower .ranking_list li {
		width: 100%;
		margin: 0 0 2.5rem;
	}
	#ranking_lower .ranking_list li:last-of-type {
		margin-bottom: 0;
	}
}

#ranking_lower .ranking_list li:nth-child(3n) {
	margin-right: 0;
}

#ranking_lower .ranking_list a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	#ranking_lower .ranking_list a {
		display: flex;
	}
}

#ranking_lower .ranking_list a .ranking_list_image {
	position: relative;
	width: 100%;
	max-width: unset;
	height: unset;
	max-height: unset;
	margin-bottom: 1.25rem;
	padding-top: 52.5%;
	overflow: hidden;
}

@media (max-width: 768px) {
	#ranking_lower .ranking_list a .ranking_list_image {
		flex-shrink: 0;
		width: 150px;
		height: 79px;
		margin: 0 1rem 0 0;
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	#ranking_lower .ranking_list a .ranking_list_image {
		width: 120px;
		height: 63px;
	}
}

#ranking_lower .ranking_list a .ranking_list_image img {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	max-height: unset;
	display: unset;
	-o-object-position: unset;
	object-position: unset;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(0, -50%);
	transition: all 0.3s;
}

#ranking_lower .ranking_list a:hover .ranking_list_image img {
	transform: translate(0, -50%) scale(1.1);
}

.category_list li a {
	font-size: 0.75rem;
	font-weight: 700;
	color: #2A2A2A;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 2.5;
	transition: all 0.3s;
}

.category_list li a:hover {
	opacity: 0.5;
}

.category_list_sub {
	margin-bottom: 0.5rem;
}

.category_list_sub li a {
	position: relative;
	font-weight: normal;
	padding-left: 0.875rem;
	letter-spacing: -0.29px;
}

.category_list_sub li a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 1px;
	background-color: #2A2A2A;
	transform: translate(0, -50%);
}

#search_form_side {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #2A2A2A;
}

#search_form_side .search_form_side_word {
	width: calc(100% - 28px);
	font-size: 0.8125rem;
	padding: 4px 0;
	background-color: #FFF;
	border: 0;
	outline: 0;
}

#search_form_side .search_form_side_word:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

#search_form_side .search_form_side_word::-moz-placeholder {
	color: #92A2A8;
}

#search_form_side .search_form_side_word:-ms-input-placeholder {
	color: #92A2A8;
}

#search_form_side .search_form_side_word::placeholder {
	color: #92A2A8;
}

#search_form_side .search_form_side_button {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-image: url("../../search/image/ic_search.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: unset;
	cursor: pointer;
}

#category_article {
	display: none;
}

@media (max-width: 1128px) {
	#category_article {
		display: block;
	}
}

div#ez-toc-container {
	width: 100%;
	padding: 2.5rem;
	background: #FFF;
	border: 1px solid #D8E4E4;
	border-radius: 0;
	box-shadow: none;
}

.ez-toc-title-container {
	display: flex;
	align-items: center;
}

div#ez-toc-container p.ez-toc-title {
	color: #00B2A9;
	margin-left: 1.5rem;
	order: 2;
}

.ez-toc-pull-right {
	margin-left: 0;
}

#ez-toc-container a {
	color: #2A2A2A;
	transition: all 0.3s;
}

div#ez-toc-container ul.ez-toc-list a,
div#ez-toc-container ul.ez-toc-list a:active,
div#ez-toc-container ul.ez-toc-list a:visited {
	color: #2A2A2A;
}

div#ez-toc-container ul.ez-toc-list a:hover,
div#ez-toc-container ul.ez-toc-list a:hover:active,
div#ez-toc-container ul.ez-toc-list a:hover:visited {
	color: #2A2A2A;
	text-decoration: none;
	opacity: 0.5;
}

#ez-toc-container.counter-hierarchy ul {
	counter-reset: number;
	margin-top: 1rem;
}

div#ez-toc-container ul li {
	align-items: baseline;
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

div#ez-toc-container ul li:last-of-type {
	margin-bottom: 0;
}

#ez-toc-container ul li::before {
	position: static;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
	flex-shrink: 0;
	font-weight: 700;
	color: #00B2A9;
	margin-right: 0.625rem;
}

#ez-toc-container ul li ul {
	margin-top: 1rem;
	margin-left: 1.75rem;
}

#ez-toc-container ul li ul li {
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}

#ez-toc-container ul li ul li::before {
	content: "・";
	position: absolute;
	left: -2px;
	color: #92A2A8;
	margin-right: 0.325rem;
}

#ez-toc-container a.ez-toc-toggle {
	display: block;
	border-radius: 0;
	text-decoration: none;
}

#ez-toc-container a.ez-toc-toggle label {
	display: none;
}

.ez-toc-btn {
	border: none;
}

.ez-toc-btn-xs {
	padding: 0;
}

.ez-toc-icon-toggle:before {
	content: none;
}

.ez-toc-toggle i.ez-toc-glyphicon {
	font-size: 0;
	margin-left: 0;
}

.ez-toc-glyphicon:empty {
	width: 0;
}

.ez-toc-btn-default {
	position: relative;
	background-image: none;
	box-shadow: none;
}

.ez-toc-btn-default::before {
	content: '\f03a';
	font-family: 'Font Awesome 5 Free';
	font-size: 1rem;
	font-weight: 900;
	color: #00B2A9;
	margin-left: 0.5rem;
}

.ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
	background-color: transparent;
	background-position: 0;
	border: none;
}

.ez-toc-btn-default:active {
	background-color: transparent;
	background-image: none;
	border-color: transparent;
	box-shadow: none;
}

.liquid-speech-balloon-wrap {
	margin-bottom: 1.875rem;
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-avatar {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-position: center;
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-avatar::after {
	top: 84px;
	font-size: 0.75rem;
	font-weight: normal;
}

@media (max-width: 480px) {
	.liquid-speech-balloon-wrap .liquid-speech-balloon-avatar {
		width: 65px;
		height: 65px;
	}
}

.liquid-speech-balloon-text {
	padding: 1.5rem;
	border: 1px solid #D8E4E4;
	border-radius: 0;
}

@media (max-width: 480px) {
	.liquid-speech-balloon-text {
		padding: 1.875rem 1.5rem;
	}
}

.liquid-speech-balloon-text::after {
	content: '';
	display: block;
	position: absolute;
	top: 34px;
	left: -11px;
	border-right: 12px solid #FFF;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.liquid-speech-balloon-text p {
	font-size: 0.875rem;
}

.liquid-speech-balloon-text p:last-of-type {
	margin-bottom: 0;
}

.liquid-speech-balloon-arrow {
	top: 34px;
	left: -13px;
	z-index: 0;
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #D8E4E4;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-text::after {
	content: '';
	display: block;
	position: absolute;
	top: 34px;
	left: inherit;
	right: -11px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #FFF;
	border-right: transparent;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
	left: auto;
	right: -21px;
	border-right: 8px solid transparent;
	border-left: 12px solid #D8E4E4;
}
