/*
----------------------------------------
post
----------------------------------------
*/

.edit-post-visual-editor {
	background: transparent !important;
}

.wp-block-freeform.block-library-rich-text__tinymce a {
	color: inherit;
}

#page {
	background: #fff5f5 url( ../img/single/2x/bg-03.png ) right top 2rem / 994px no-repeat;
}

.topic-path {
	white-space: nowrap;
	overflow: auto;
}

strong {
	font-weight: 500 !important;
	background: linear-gradient(transparent 75%, #ffe928 75%);
}

#editor p {
	margin-bottom: 2em;
}

#breadcrumbs {
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: 16px 0;
}

#breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	position: relative;
	margin-right: 32px;
}

#breadcrumbs a::after {
	content:'';
	width: 4px;
	height: 7px;
	background: url( ../img/single/2x/arrow-topic-path.png ) center center / contain no-repeat;
	line-height: .5;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate( -50%, -50% );
}

.contents-wrap {
	align-items: flex-start;
	padding-bottom: 7.5rem;
}

.contents-wrap .main-contents {
	width: calc( 100% - 300px );
}

.contents-wrap #sidebar {
	width: 300px;
	padding-left: 4rem;
}

#editor {
	padding: 2.8rem 4rem .5rem;
	background: #fff;
	border-radius: 3rem;
}

.post-header {
	margin-bottom: 3rem;
	padding-bottom: 1.4rem;
	border-bottom: dotted 2px #e777a4;
}

.post-header time {
	font-size: 1.4rem;
	margin-right: 1.2rem;
}

.post-header h1 {
	font-size: 2.4rem;
	letter-spacing: 2.4px;
	margin-top: .8rem;
}

/* sidebar */

#sidebar .side-ttl {
	color: #fff;
	background: #e777a4;
	margin-bottom: .2rem;
	padding: 1.2rem 1.8rem;
	border-radius: 1rem;
	letter-spacing: 1.8px;
}

#sidebar .cat-menu {
	margin-bottom: 3rem;
}

#sidebar .cat-menu li {
	border-bottom: dotted 2px #e777a4;
}

#sidebar .cat-menu a {
	display: block;
	position: relative;
	padding: 1.5rem 2rem 1.5rem 4.5rem;
	font-size: 1.4rem;
	letter-spacing: 1.6px;
	background: url( ../img/single/2x/arrow-06.png ) right 10px center / 10px no-repeat;
}

#sidebar .cat-menu a .img {
	width: 4rem;
	height: 4rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc( 50% - 2rem );
	left: 0;
	padding: 5px;
}

#sidebar .bnr {
	margin-bottom: 3.2rem;
	text-align: center;
}

#sidebar .bnr figure {
	line-height: .5;
}

#sidebar .bnr a {
	display: block;
	border-radius: 1rem;
}

#sidebar .rank-list {
	margin-top: 2rem;
}

#sidebar .rank-list .post {
	margin-bottom: 1.8rem;
}

#sidebar .rank-list .img {
	line-height: .5;
	margin-bottom: 1.6rem;
	border-radius: 1rem;
	overflow: hidden;
}

#sidebar .rank-list .img img {
	width: 100%;
	transition: all .5s;
}

#sidebar .rank-list .ttl {
	font-size: 1.5rem;
	letter-spacing: 1.8px;
	line-height: 1.7;
	transition: all .2s;
}

#sidebar .rank-list .view-more {
	line-height: 1.7;
}

#sidebar .rank-list .view-more .en {
	font-size: 1.2rem;
	letter-spacing: 1.2px;
	margin-top: .5rem;
	transition: all .2s;
}

/* linkcard */

#editor .linkcard {
	margin: 0 0 2rem;
}

#editor .linkcard + br {
	display: none;
}

#editor .lkc-external-wrap,
#editor .lkc-internal-wrap,
#editor .lkc-this-wrap {
	max-width: 100%;
	background: transparent;
	border: none;
}

#editor .lkc-this-wrap a,
#editor .lkc-internal-wrap a,
#editor .lkc-external-wrap a {
	display: block;
	height: 210px;
	padding: 20px 80px 20px 285px;
	background: #f7f7f7;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}

#editor .lkc-internal-wrap a::after,
#editor .lkc-external-wrap a::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: calc( 50% - 11px );
	right: 1.5rem;
}

#editor .lkc-internal-wrap a::after {
	background: url( ../img/single/2x/icon-link.png ) center center / contain no-repeat;	
}

#editor .lkc-external-wrap a::after {
	background: url( ../img/single/2x/icon-ext-link.png ) center center / contain no-repeat;	
}

#editor .lkc-card {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0;
}

#editor .lkc-info {
	display: none !important;
}

#editor .lkc-content {
	height: auto;
	margin: 0;
}

#editor .lkc-thumbnail {
	max-width: initial;
	max-height: initial;
	overflow: hidden;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
}

#editor .lkc-thumbnail-img {
	width: 225px;
	height: 150px;
	max-width: initial;
	max-height: initial;
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

#editor .lkc-title-text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1rem;
	padding-left: 2.3rem;
	background: url( ../img/single/2x/icon-water.png ) left 5px / 13px no-repeat;
	text-decoration: none !important;
}

#editor .lkc-url {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.7;
	color: #e777a4;
	margin: 0 0 1rem;
}

#editor .lkc-excerpt {
	display: block;
	font-size: 1.4rem;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ez-toc */

#editor #ez-toc-container {
	background: #f7f7f7;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	margin-bottom: 2em;
	padding: 2.2rem 3rem 1.8rem;
	position: relative;
	width: 100%;
	border-radius: 2rem;
}

#editor div#ez-toc-container p.ez-toc-title {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.7;
	color: #222;
	background: url( ../img/single/2x/icon-contents.png ) left center / 20px no-repeat;
	padding-left: 3.2rem;
	margin-bottom: 1.5rem;
	position: relative;
	opacity: 1;
}

#editor #ez-toc-container li.ez-toc-heading-level-2 {
	margin-bottom: 1rem;
}

#editor #ez-toc-container li::before {
	display: none;
}

#editor #ez-toc-container a {
	display: inline-block;
	margin-bottom: 6px;
	color: #222;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.7;
	letter-spacing: 1.4px;
	position: relative;
}

#editor .ez-toc-counter nav ul li a::before {
	color: #e777a4;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}

#editor #ez-toc-container .ez-toc-list,
#editor #ez-toc-container .ez-toc-list ul {
	margin-bottom: 0;
}

#editor #ez-toc-container .ez-toc-list li {
	list-style: none;
	padding-left: 0;
	margin-bottom: .5rem;
	overflow: auto;
}

#editor #ez-toc-container .ez-toc-list li::before {
	display: none;
}

#editor #ez-toc-container.counter-flat ul,
#editor #ez-toc-container.counter-hierarchy ul,
#editor .ez-toc-widget-container.counter-flat ul,
#editor .ez-toc-widget-container.counter-hierarchy ul {
	counter-reset: item;
	margin: 0;
	letter-spacing: 1px;
}

#editor #ez-toc-container a::before,
#editor #ez-toc-container a::before {
	content: counters( item, '.' ) '. ';
	counter-increment: item;
	color: #e777a4;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.7;
	position: absolute;
	top: 0;
	left: 0;
}

#editor #ez-toc-container .ez-toc-heading-level-2 > a {
	display: block;
	background: #fff url( ../img/single/2x/arrow-04.png ) right 2rem center / 9px no-repeat;
	padding: 1.2rem 4rem 1.2rem 5.6rem;
	border-radius: .5rem;
	box-shadow: 0 2px 0 rgba( 0, 0, 0, .05 );
	margin-bottom: 1.6rem;
}

#editor #ez-toc-container .ez-toc-heading-level-2 > a::before {
	top: 1rem;
	left: 2.2rem;
}

#editor #ez-toc-container .ez-toc-heading-level-3 {
	margin-left: 4.2rem;
}

#editor #ez-toc-container .ez-toc-heading-level-3 a {
	padding-left: 4.2rem;
}

#editor #ez-toc-container .ez-toc-heading-level-4 a {
	padding-left: 6rem;
}

#editor #ez-toc-container .ez-toc-heading-level-5 a {
	padding-left: 7.8rem;
}

#editor #ez-toc-container .ez-toc-heading-level-6 a {
	padding-left: 9.6rem;
}

#editor #ez-toc-container a:visited {
	color: initial;
}

/* addtoany */

#page .addtoany {
	margin: 1.8rem 0;
}

#page .addtoany .flex {
	justify-content: flex-end;
	align-items: center;
}

#page .addtoany .ttl {
	font-size: 1.4rem;
	letter-spacing: 1.2px;
}

#page .addtoany .a2a_kit .a2a_svg {
	padding: 3px;
	border-radius: 50% !important;
}

#page .addtoany .addtoany_list a {
	padding: 0 0 0 8px;
	line-height: .5;
}

#page .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* post-nav */

.post-nav {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.8rem 0;
}

.post-nav .prev,
.post-nav .next {
	display: block;
	width: 28%;
	font-size: 1.4rem;
}

.post-nav a {
	display: block;
	position: relative;
	letter-spacing: 1px;
}

.post-nav .prev a {
	padding-left: 2.8rem;
}

.post-nav .next a {
	padding-right: 2.8rem;
}

.post-nav .prev a::before,
.post-nav .next a::before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc( 50% - 9px );
	transition: all .2s;
}

.post-nav .prev a::before {
	background: url( ../img/single/2x/arrow-prev.png ) left center / 18px no-repeat;	
	left: 0;
}

.post-nav .next a::before {
	background: url( ../img/single/2x/arrow-next.png ) right center / 18px no-repeat;	
	right: 0;
}

.post-nav .prev span,
.post-nav .next span {
	border-bottom: solid 1px #222;
	padding-bottom: 4px;
}

.post-nav .back-link {
	width: 44%;
	padding: 0 4.8rem;
}

.post-nav .back-link a {
	font-size: 1.8rem;
	text-align: center;
	border-radius: 1rem;
	padding: 1.2rem;
	color: #fff;
	background: #e777a4;
	box-shadow: 0 3px 0 #ce6791;
	position: relative;
}

.post-nav .back-link a::after {
	content: '';
	width: 10px;
	height: 16px;
	background: url( ../img/single/2x/arrow-05.png ) center center / contain no-repeat;
	transform: rotate( 180deg );
	position: absolute;
	top: calc( 50% - 8px );
	left: 2rem;
}

/* relation-box */

.relation-box {
	margin: 4.6rem 0;
}

.relation-box h2 {
	font-size: 2.4rem;
	letter-spacing: 1.4px;
	padding: 1.4rem 0;
	margin-bottom: 2rem;
	border-bottom: solid 2px #e777a4;
}

.relation-box .relation-list {
	justify-content: center;
	align-items: flex-start;
}

.relation-box .post {
	width: calc( ( 100% - 80px ) / 3 );
}

.relation-box .post + .post {
	margin-left: 40px;
}

.relation-box .post a {
	display: block;
}

.relation-box .img {
	line-height: .5;
	margin-bottom: .5rem;
	border-radius: 1rem;
	overflow: hidden;
}

.relation-box .img img {
	width: 100%;
	height: 200px;
	transition: all .5s;
}

.relation-box .post-time {
	text-align: center;
	line-height: 1.7;
	margin: 1.4rem 0 .2rem;
}

.relation-box .ttl.flex {
	width: 100%;
	align-items: center;
	transition: all .2s;
}

.relation-box .ttl .txt {
	line-height: 1.9;
	letter-spacing: 1.2px;
	border-bottom: solid 1px #222;
	padding-bottom: 5px;
}

/* block */

#editor .read-block p {
	margin-bottom: 3rem;
	line-height: 2;
	letter-spacing: 1px;

}

#editor .read-block p.left,
#editor .read-block p.center,
#editor .read-block p.right {
	margin-bottom: .8rem;
}

#editor .general-editor-block {
	background: #f7f7f7;
	margin: 5rem 0 5.8rem;
	padding: 2.4rem 3rem;
	border-radius: 3rem;
	position: relative;
}

#editor .general-editor-block strong.ttl {
	display: block;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 1.4px;
	padding-left: 3.2rem;
	background: url( ../img/single/2x/icon-pen.png ) left 5px / 20px no-repeat;
	margin-bottom: 2rem;
}

#editor .general-editor-block .img {
	width: 225px;
}

#editor .general-editor-block .txt-wrap {
	width: calc( 100% - 225px );
	padding-left: 3rem;
	padding-bottom: 2.5rem;
}

#editor .general-editor-block strong.info {
	display: block;
	letter-spacing: 3.6px;
	line-height: 1.7;
	margin-bottom: 1rem;
}

#editor .general-editor-block .name {
	font-size: 2rem;
	letter-spacing: 1.8px;
	margin-left: .5rem;
}

#editor .general-editor-block p {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

#editor .general-editor-block .general-editor-txt {
	position: absolute;
	top: -.8rem;
	right: -1.8rem;
}

#editor h2:not( .block-editor-inserter__panel-title ) {
	font-size: 2.4rem;
	letter-spacing: 1.6px;
	text-align: center;
	border-top: solid 3px #e777a4;
	border-bottom: dotted 2px #e777a4;
	padding: 2.2rem 0;
	margin-bottom: 2rem;
}

#editor h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1.2px;
	color: #fff;
	background: #e777a4;
	margin-bottom: 2.4rem;
	padding: 1.5rem 3rem;
	border-radius: 1rem;
}

#editor h4 {
	font-size: 1.8rem;
	letter-spacing: 1.2px;
	padding: 1.2rem 0;
	margin-bottom: 2.5rem;
	border-bottom: solid 2px #ebebeb;
	position: relative;
}

#editor h4::after {
	content: '';
	width: 100px;
	height: 2px;
	background: #e777a4;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#editor h5 {
	font-size: 1.8rem;
	letter-spacing: 1.4px;
	margin-bottom: 2.5rem;
	padding: .4rem 0 .4rem 2.6rem;
	background: url( ../img/single/2x/icon-water.png ) left 5px / 13px no-repeat;
}

#editor figure {
	line-height: .5;
	margin-bottom: 5rem;
}

#editor figure img {
	border-radius: 2.5rem;
}

#editor .float-block .flex {
	align-items: flex-start;
	margin-bottom: 4.2rem;
}

#editor .float-block .img {
	max-width: 350px;
	line-height: .5;
	padding: 5px 0;
}

#editor .float-block .img img {
	border-radius: 1.5rem;
}

#editor .float-block .txt {
	flex: 1;
	padding-left: 4rem;
	letter-spacing: 1px;
}

#editor .float-block b {
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: dotted 2px #e777a4;
}

#editor .float-block .reverse {
	flex-direction: row-reverse;
}

#editor .float-block .reverse .txt {
	padding: 0 4rem 0 0;
}

#editor ul:not( .cat-list ),
#editor ol {
	margin-bottom: 2em;
}

#editor ul:not( .cat-list ) li,
#editor ol li {
	list-style: none;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-bottom: 1.2rem;
	padding-left: 2rem;
	position: relative;
}

#editor ul:not( .cat-list ) li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e777a4;
	position: absolute;
	top: 10px;
	left: 0;
}

#editor ol {
	counter-reset: ol;
}

#editor ol li::before {
	content: counters( ol, '.') '. ';
	counter-increment: ol;
	color: #e777a4;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
}

#editor blockquote {
	background: #f7f7f7;
	margin: 5.5rem 0;
	padding: 3.6rem 4rem;
	border-radius: 3rem;
	position: relative;
}

#editor blockquote::before {
	content: '';
	width: 37px;
	height: 37px;
	background: url( ../img/single/2x/icon-quote.png ) center center / contain no-repeat;
	position: absolute;
	left: 4.5rem;
	top: -1.2rem;
}

#editor blockquote strong {
	display: block;
	font-size: 2rem;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1.4px;
	margin: 0 0 1.8rem;
}

#editor blockquote p {
	font-size: 1.4rem;
	letter-spacing: 1px;
}


#editor table {
	width: 100%;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 4em;
	clear: both;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
	table-layout: fixed;
}

#editor table thead {
	border: none;
}

#editor table tbody {
	border-top: solid 1px #e5e5e5;
}

#editor table th,
#editor table td {
	padding: 1.5rem;
	border: none;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	vertical-align: middle;
}

#editor table th:first-child,
#editor table td:first-child {
	border-left: none;
}

#editor table th {
	color: #fff;
	background: #e777a4;
}

#editor .point-block {
	padding: 1.5rem 3.5rem;
	background: #f7f7f7;
	border-radius: 2rem;
	margin: 6.4rem 0;
}

#editor .point-block .img {
	width: 160px;
	text-align: center;
	font-size: 1.2rem;
	padding-top: .4rem;
}

#editor .point-block .img .icon {
	line-height: .5;
}

#editor .point-block .img .icon img {
	width: 126px;
	height: 126px;
	border: solid 2px #fff;
	border-radius: 50%;
	object-fit: cover;
}

#editor .point-block .img .txt {
	margin-top: .5rem;
	line-height: 1.7;
	letter-spacing: 1.2px;
}

#editor .point-block .img .name {
	font-size: 1.6rem;
}

#editor .point-block .txt-wrap {
	flex: 1;
	padding-left: 1rem;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

#editor .point-block .txt-wrap strong {
	display: block;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 1.8px;
	margin-bottom: 1rem;
	padding-left: 2.3rem;
	background: url( ../img/single/2x/icon-water.png ) left 6px / 13px no-repeat;
}

#editor .link-block {
	margin: 0 0 6rem;
}

#editor .link-block .link-btn a {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	padding: 1.2rem;
	border-radius: 1rem;
	background: #e777a4 url( ../img/single/2x/arrow-05.png ) right 20px center / 10px no-repeat;
	box-shadow: 0 3px 0 #ce6791;
}

#editor .faq-block {
	background: #f7f7f7;
	border-radius: 2rem;
	padding: 2.5rem 3rem 3rem;
	margin: 4rem 0 5rem;
}

#editor .faq-block dt {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.7;
	background: url( ../img/single/2x/icon-q.png ) left top 8px / 4rem no-repeat;
	padding: 1rem 0 1rem 5rem;
	padding: 1.45rem 0 1.45rem 5rem;
}

#editor .faq-block dd {
	background: #fff;
	padding: 2.2rem 2.8rem;
	border-radius: 1rem;
	margin-top: 1rem;
}

#editor .faq-block dd strong {
	display: block;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 1.8px;
	color: #e777a4;
	margin-bottom: 1rem;
}

#editor .faq-block dd p {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

/* bnr-block */

#editor .bnr-block {
	margin: 4rem 0;
	line-height: .5;
	text-align: center;
}

#editor .bnr-block a {
	display: inline-block;
	border-radius: 2rem;
}

/* item-block */

#editor .item-block {
	margin: 5rem 0 2rem;
}

#editor .item-block .ttl {
	background: #fff5f5;
	border-bottom: solid 2px #e777a4;
	padding: 1.5rem 1rem 1.5rem 11.6rem;
	margin-bottom: 4rem;
	letter-spacing: 1.8px;
	border-radius: 1.5rem 1.5rem 0 0;
	position: relative;
}

#editor .item-block .ttl .label {
	position: absolute;
	top: -.5rem;
	left: 1.5rem;
}

#editor .item-block .ttl h2 {
	font-size: 2.8rem;
	margin: 0;
}

#editor .item-block .item-info-box .flex {
	align-items: stretch;
}

#editor .item-block .item-info-box .img {
	line-height: .5;
	text-align: center;
}

#editor .item-block .item-info-box .img img {
	width: 251px;
	max-width: 100%;
	border-radius: 1.5rem;
	border: solid 2px #f5f5f5;
}

#editor .item-block .item-info-box .txt-wrap {
	flex: 1;
	padding-left: 3rem;
}

#editor .item-block .item-info-box .txt-wrap li {
	padding-left: 2rem;
	letter-spacing: 1px;
}

#editor .item-block .item-info-box .item-point {
	background: #f7f7f7;
	padding: 3.2rem 3rem 2.5rem;
	border-radius: 1rem;
	position: relative;
}

#editor .item-block .item-info-box .item-point dt {
	position: absolute;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
}

#editor .item-block .item-info-box .item-point dt .ttl {
	display: inline-block;
	line-height: 1.7;
	letter-spacing: 1.2px;
	padding: .3rem 2rem;
	background: #e777a4;
	color: #fff;
	border-radius: 1.5rem;
	transform: translateY( -50% );
}

#editor .item-block .spec-box {
	border-top: solid 1px #e777a4;
	margin: 3rem 0 2.4rem;
	align-items: stretch;
}

#editor .item-block .spec-box dl {
	width: 50%;
	align-items: stretch;
}

#editor .item-block .spec-box dt,
#editor .item-block .spec-box dd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	line-height: 1.7;
	letter-spacing: 1px;
	padding: 1.7rem;
	border-bottom: solid 1px #e777a4;
}

#editor .item-block .spec-box dt {
	background: #fffafa;
	color: #e777a4;
	font-weight: 500;
}

#editor .item-block .read-box strong {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	color: #e777a4;
}

#editor .item-block .read-box p {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

#editor .item-block .read-box p b {
	font-weight: normal;
	padding: 3px 1px;
	margin-right: 4px;
	background:linear-gradient( transparent 60%, #fbebf1 60% );
}


/*
----------------------------------------
1260
----------------------------------------
*/

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

	.contents-wrap .main-contents {
		width: calc( 100% - 240px );
	}

	.contents-wrap #sidebar {
		width: 240px;
		padding-left: 3rem;
	}

	#editor {
		padding: 2.8rem 3rem .5rem;
	}

	#editor .general-editor-block {
		padding: 2rem;
		line-height: 1.7;
	}

	#editor .general-editor-block .img {
		width: 30%;
	}

	#editor .general-editor-block .txt-wrap {
		width: 70%;
		padding-left: 2rem;
		padding-bottom: 0;
	}

	#editor .general-editor-block .general-editor-txt img {
		height: 60px;
	}

	#editor .float-block .img {
		max-width: 40%;
	}

	#editor .float-block .txt {
		padding-left: 3rem
	}

	#editor .float-block .reverse .txt {
		padding: 0 3rem 0 0;
	}

	#editor blockquote {
		padding: 3rem;
	}

	#editor .lkc-this-wrap a,
	#editor .lkc-internal-wrap a,
	#editor .lkc-external-wrap a {
		height: 160px;
		padding: 20px 50px 20px 240px;
	}

	#editor .lkc-thumbnail {
		top: 2rem;
		left: 2rem;
	}

	#editor .lkc-thumbnail-img {
		width: 180px;
		height: 120px;

	}

	#editor .item-block .item-info-box .img {
		max-width: 35%;
	}

	#editor .item-block .item-info-box .txt-wrap {
		padding-left: 2rem;
	}

	#editor .item-block .item-info-box .item-point {
		padding: 2.5rem 2rem 1.5rem;
	}

	.post-nav .prev, .post-nav .prev,
	.post-nav .prev, .post-nav .next {
		width: 36%;
		letter-spacing: 0;
	}

	.post-nav .back-link {
		width: 28%;
		padding: 0 2rem;
	}

	.post-nav a {
		letter-spacing: .6px;
	}

	.relation-box .post {
		width: calc( ( 100% - 60px ) / 3 );
	}

	.relation-box .post + .post {
		margin-left: 3rem;
	}

	.relation-box .img img {
		height: 14vw;
	}

}


/*
----------------------------------------
960
----------------------------------------
*/

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

	.contents-wrap {
		padding-bottom: 6rem;
	}

	.contents-wrap .main-contents {
		width: 100%;
	}

	.contents-wrap #sidebar {
		width: 100%;
		padding-left: 0;
		margin-top: 3rem;
	}

	#sidebar .rank-list {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}

	#sidebar .rank-list .post {
		width: calc( ( 100% - 60px ) / 3 );
	}

	#sidebar .rank-list .post + .post {
		margin-left: 3rem;
	}

	#sidebar .rank-list .view-more {
		margin-top: 1.5rem;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

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

	#breadcrumbs {
		margin: 1rem 0;
	}

	.topic-path {
		margin-bottom: 2rem;
	}

	.post-header {
		margin-bottom: 2rem;
	}

	.post-header time {
		font-size: 1.2rem;
	}

	.post-header h1 {
		font-size: 2rem;
		letter-spacing: .2px;
	}

	.contents-wrap {
		padding-bottom: 3rem;
	}

	#editor {
		margin: 0 -2rem;
		padding: 2rem;
		border-radius: 0;
	}

	.post-nav {
		flex-direction: column;
		margin: 2rem 0;
	}

	.post-nav .prev,
	.post-nav .next {
		width: 100%;
		order: 1;
	}

	.post-nav .prev a {
		padding: 1rem 3rem;
	}

	.post-nav .next a {
		padding: 1rem 3rem;
		text-align: right;
	}

	.post-nav .back-link {
		width: 100%;
		order: 2;
		margin-top: 2rem;
		padding: 0;
	}

	.post-nav .back-link a {
		font-size: 1.6rem;
		padding: .9rem;
	}

	.post-nav .back-link a::after {
		width: 8px;
		left: 1.5rem;
	}

	.relation-box {
		margin: 3rem 0 0;
	}

	.relation-box h2 {
		font-size: 2rem;
		padding: 1rem 0;
	}

	.relation-box .relation-list {
		flex-direction: column;
	}

	.relation-box .post {
		width: 100%;
		margin-bottom: 2rem;
	}

	.relation-box .post + .post {
		margin-left: 0;
	}

	.relation-box .post a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.relation-box .img {
		width: 30%;
		margin-bottom: 0;
	}

	.relation-box .img img {
		height: 20vw;
	}

	.relation-box .txt-wrap {
		width: 70%;
		padding-left: 1.5rem;
		padding-bottom: .5rem;
	}

	.relation-box .post-time {
		margin: 0 0 .2rem;
		text-align: left;
	}

	.relation-box .ttl .txt {
		font-size: 1.4rem;
		letter-spacing: .6px;
	}

	#sidebar .rank-list {
		flex-direction: column;
	}

	#sidebar .rank-list .post {
		width: 100%;
	}

	#sidebar .rank-list .post + .post {
		margin-left: 0;
	}

	#sidebar .rank-list .post a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	#sidebar .rank-list .img {
		width: 30%;
		margin-bottom: 0;
	}

	#sidebar .rank-list .img img {
		height: 20vw;
	}

	#sidebar .rank-list .txt {
		width: 70%;
		padding-left: 1.5rem;
	}

	#sidebar .rank-list .ttl {
		font-size: 1.4rem;
		letter-spacing: .6px;
	}

	#sidebar .rank-list .view-more {
		margin-top: .5rem;
	}


	#page .addtoany .flex {
		justify-content: center;
	}

	/* ez-toc */

	#editor #ez-toc-container {
		padding: 2rem 2rem 1rem;
		border-radius: 1rem;
	}

	#editor div#ez-toc-container p.ez-toc-title {
		font-size: 1.8rem;
	}

	#editor #ez-toc-container .ez-toc-heading-level-2 > a {
		padding: 1rem 3rem;
		background: #fff url( ../img/single/2x/arrow-04.png ) right 1rem center / 6px no-repeat;
		letter-spacing: .2px;
	}

	#editor #ez-toc-container .ez-toc-heading-level-2 > a::before {
		left: 1rem;
	}

	#editor #ez-toc-container .ez-toc-heading-level-3 {
		margin-left: 1rem;
	}

	#editor #ez-toc-container .ez-toc-heading-level-3 a {
		padding-left: 3.1rem;
	}

	#editor #ez-toc-container .ez-toc-heading-level-4 a {
		padding-left: 4.4rem;
	}

	#editor #ez-toc-container .ez-toc-heading-level-5 a {
		padding-left: 5.7rem;
	}

	#editor #ez-toc-container .ez-toc-heading-level-6 a {
		padding-left: 7rem;
	}

	/* linkcard */

	#editor .lkc-this-wrap a,
	#editor .lkc-internal-wrap a,
	#editor .lkc-external-wrap a {
		padding: 0 30px 0 110px;
		height: 90px;
	}

	#editor .lkc-internal-wrap a::after,
	#editor .lkc-external-wrap a::after {
		font-size: 1.8rem;
		width: 24px;
		right: 1rem;
	}

	#editor .lkc-internal-wrap a::after, #editor .lkc-external-wrap a::after {
		width: 16px;
		height: 16px;
	}

	#editor .lkc-thumbnail {
		width: 80px;
		top: 15px;
		left: 15px;
	}

	#editor .lkc-card {
		padding: 10px 0;
	}

	#editor .lkc-thumbnail-img {
		width: 80px;
		height: 60px;
	}

	#editor .lkc-title-text {
		font-size: 1.4rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		background: url( ../img/single/2x/icon-water.png ) left center / 10px no-repeat;
		padding-left: 15px;
		margin: 5px 0;
	}

	#editor .lkc-url {
		font-size: 1rem;
		margin: 0;
	}

	#editor .lkc-excerpt {
		font-size: 1rem;
	}

	#editor .read-block p {
		margin-bottom: 2rem;
	}

	#editor .general-editor-block {
		margin: 3rem 0;
		padding: 1.6rem 2rem;
		border-radius: 1.5rem;
		text-align: center;
	}

	#editor .general-editor-block p {
		text-align: center;
		letter-spacing: .6px;
	}

	#editor .general-editor-block > .flex {
		flex-direction: column;
	}

	#editor .general-editor-block .img {
		width: 100%;
		text-align: center;
	}

	#editor .general-editor-block .img img {
		width: 204px;
	}

	#editor .general-editor-block .txt-wrap {
		width: 100%;
		padding-left: 0;
	}

	#editor .general-editor-block .txt-wrap p {
		text-align: left;
		letter-spacing: .8px;
		line-height: 2;
	}

	#editor .general-editor-block strong.ttl {
		display: inline-block;
		padding-left: 2.8rem;
		margin-bottom: 1.6rem;
		letter-spacing: 1px;
		margin-right: 1rem;
	}

	#editor .general-editor-block strong.info {
		text-align: center;
		margin-top: .2rem;
		letter-spacing: 1.6px;
	}

	#editor .general-editor-block .name {
		font-size: 1.6rem;
		letter-spacing: 1.6px;
	}

	#editor .general-editor-block .general-editor-txt {
		top: 5rem;
		right: auto;
		left: calc( 50% - 12.8rem );
	}

	#editor .general-editor-block .general-editor-txt img {
		height: 4rem;
	}

	#editor h2:not( .block-editor-inserter__panel-title ) {
		font-size: 1.9rem;
		letter-spacing: .6px;
	}

	#editor h2:not( .block-editor-inserter__panel-title ) {
		padding: 1.6rem 0;
	}

	#editor h3 {
		font-size: 1.8rem;
		letter-spacing: .4px;
		padding: 1rem 2rem;
	}

	#editor h4 {
		font-size: 1.8rem;
		padding: 0 0 1rem;
		margin-bottom: 2rem;
	}

	#editor h5 {
		font-size: 1.7rem;
		letter-spacing: .8px;
		padding: .2rem 0 .2rem 2rem;
		margin-bottom: 2rem;
	}

	#editor .read-block p {
		letter-spacing: .4px;
	}

	#editor ul:not( .cat-list ) li,
	#editor ol li {
		padding-left: 1.6rem;
		letter-spacing: .4px;
	}

	#editor ul:not( .cat-list ) li::before {
		top: 9px;
	}

	#editor figure {
		margin-bottom: 3rem;
	}

	#editor .float-block .flex {
		flex-direction: column;
		align-items: center;
		margin-bottom: 3rem;
	}

	#editor .float-block .img {
		max-width: 100%;
		margin-bottom: 1rem;
	}

	#editor .float-block .txt {
		padding: 0 !important;
		text-align: justify;
	}

	#editor blockquote {
		padding: 3rem 2rem 2.5rem;
		margin: 4.5rem 0 3rem;
	}

	#editor blockquote::before {
		width: 32px;
		height: 32px;
		left: 2rem;
	}

	#editor blockquote strong {
		font-size: 1.6rem;
	}

	#editor blockquote p {
		letter-spacing: .4px;
		text-align: justify;
	}

	#editor table {
		margin-bottom: 3rem;
	}

	#editor table th,
	#editor table td {
		padding: 1.5rem .5rem;
	}

	#editor .point-block {
		margin: 4rem 0 2.5rem;
		padding: 2rem;
		border-radius: 1.5rem;
	}

	#editor .point-block > .flex {
		flex-direction: column;
	}

	#editor .point-block .img .txt {
		font-size: 1.4rem;
		font-weight: 500;
	}

	#editor .point-block .img {
		width: 100%;
		margin-top: -3rem;
		padding-bottom: 2rem;
	}

	#editor .point-block .img .txt {
		margin-top: .8rem;
	}

	#editor .point-block .img .name {
		margin-left: .6rem;
	}

	#editor .point-block .txt-wrap {
		width: 100%;
		margin: 0;
		padding-left: 0;
		letter-spacing: .6px;
		text-align: justify;
	}

	#editor .point-block .txt-wrap strong {
		letter-spacing: 0;
		padding-left: 2rem;
		margin-bottom: .5rem;
	}

	#editor .link-block {
		margin-bottom: 3rem;
	}

	#editor .link-block .link-btn a {
		font-size: 1.6rem;
		padding: .9rem;
		background: #e777a4 url( ../img/single/2x/arrow-05.png ) right 15px center / 8px no-repeat;
	}


	#editor .faq-block {
		padding: .5rem 2rem 2rem;
		margin: 3rem 0;
		border-radius: .5rem;
	}

	#editor .faq-block dt {
		font-size: 1.6rem;
		background: url( ../img/single/2x/icon-q.png ) left center / 3rem no-repeat;
		padding: 1rem 0 1rem 4rem;
		letter-spacing: 1.6px;
	}

	#editor .faq-block dd {
		padding: 1.4rem 1.8rem;
		margin-top: 0;
	}

	#editor .faq-block dd strong {
		letter-spacing: 1.6px;
		margin-bottom: .5rem;
		text-align: left;
	}

	#editor .faq-block dd p {
		text-align: justify;
		line-height: 1.85;
		letter-spacing: 1px;
	}

	#editor .bnr-block {
		margin: 3rem 0;
	}

	#editor .item-block {
		margin: 4rem 0;
	}

	#editor .item-block .ttl {
		margin: 0 -2rem 1.2rem;
		padding: .5rem 1rem 1rem 8.2rem;
	}

	#editor .item-block .ttl .label {
		width: 65px;
		left: .8rem;
	}

	#editor .item-block .ttl h2 {
		font-size: 2.4rem;
		letter-spacing: 1.4px;
	}

	#editor .item-block .item-info-box .flex {
		flex-direction: column;
	}

	#editor .item-block .item-info-box .img {
		max-width: 100%;
		margin-bottom: 2rem;
	}

	#editor .item-block .item-info-box .txt-wrap {
		padding-left: 0;
	}

	#editor .item-block .item-info-box .img {
		margin-bottom: 3rem;
	}

	#editor .item-block .item-info-box .item-point {
		padding: 3rem 2rem 1.5rem;
	}

	#editor .item-block .item-info-box .item-point dt .ttl {
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 1px;
		border-radius: 1.8rem;
	}

	#editor .item-block .item-info-box .txt-wrap li {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 1px;
		padding-left: 1.2rem;
		margin-bottom: .8rem;
	}

	#editor .item-block .item-info-box .txt-wrap li::before {
		top: 9px;
	}

	#editor .item-block .spec-box {
		margin: 3rem 0;
	}

	#editor .item-block .spec-box dl {
		flex-direction: column;
	}

	#editor .item-block .spec-box dl:nth-child( odd ) {
		border-right: dotted 1px #e777a4;
	}

	#editor .item-block .spec-box dt,
	#editor .item-block .spec-box dd {
		width: 100%;
		font-size: 1.6rem;
		padding: 1.25rem .5rem;
	}

	#editor .item-block .spec-box dt {
		background: #fff5f5;
	}

	#editor .item-block .read-box strong {
		font-size: 1.8rem;
		letter-spacing: .6px;
	}

	#editor .item-block .read-box p {
		letter-spacing: .6px;
		text-align: justify;
	}

	#sidebar .side-ttl {
		font-size: 1.8rem;
		margin-bottom: .5rem;
	}

	#sidebar .cat-menu a {
		font-size: 1.5rem;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 769px ) {

	#breadcrumbs a:hover {
		color: #e777a4;
	}

	#editor #ez-toc-container a:hover {
		color: #e777a4;
		text-decoration: none;
	}

	#editor #ez-toc-container .ez-toc-heading-level-2 > a:hover {
		background: #fff url( ../img/single/2x/arrow-04.png ) right 1.5rem center / 9px no-repeat;
		text-decoration: none;
	}

	#editor .lkc-this-wrap a:hover,
	#editor .lkc-internal-wrap a:hover,
	#editor .lkc-external-wrap a:hover {
		box-shadow: 0 2px 10px rgba( 0, 0, 0, .1 );
	}

	#editor .link-block .link-btn a:hover {
		transform: translateY( -3px );
		box-shadow: 0 6px 0 #ce6791;
	}

	#editor .link-block .link-btn a:active {
		transform: translateY( 2px );
		box-shadow: 0 1px 0 #ce6791;
	}

	#editor .bnr-block a:hover {
		box-shadow: 0 2px 10px rgba( 0, 0, 0, .1 );
	}

	.addtoany .addtoany_list a:hover {
		opacity: 1;
		transform: scale( 1.1 );
	}

	.post-nav .back-link a:hover {
		transform: translateY( -3px );
		box-shadow: 0 6px 0 #ce6791;
	}

	.addtoany_list a:hover img,
	.addtoany_list a:hover span {
		opacity: 1 !important;
	}

	.post-nav .next a:hover {
		color: #ce6791;
	}

	.post-nav .prev a:hover::before {
		left: -5px;
	}

	.post-nav .next a:hover::before {
		right: -5px;
	}

	.post-nav .prev a:hover span,
	.post-nav .next a:hover span {
		border-bottom: solid 1px #ce6791;

	}

	.relation-box a:hover img {
		transform: scale( 1.1 );
	}

	.relation-box a:hover .ttl.flex {
		color: #e777a4;
	}

	#sidebar .cat-menu a:hover {
		background: #fff url( ../img/single/2x/arrow-06.png ) right 5px center / 10px no-repeat;
	}

	#sidebar .bnr a:hover {
		box-shadow: 0 2px 10px rgba( 0, 0, 0, .1 );
	}

	#sidebar .rank-list a:hover img {
		transform: scale( 1.1 );
	}

	#sidebar .rank-list a:hover .ttl,
	#sidebar .rank-list a:hover .view-more .en {
		color: #e777a4;
	}

}
