@charset "UTF-8";

.grecaptcha-badge {
	opacity: 0;
}


.alignitemsCenter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.alignitemsCenter img {
	margin-right: 10px;
}


.marker_pink {
	background:linear-gradient(transparent 70%, #FAD7E9 70%);
}
.marker_yellow {
	background:linear-gradient(transparent 70%, #FFFCC9 70%);
}

/*マーカー*/

/* アニメーション前のスタイル */
strong {
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, #c5d6f7, #9dd9f2,#e6d7f3); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 40%; /* '30%'の部分にマーカーの太さを記入 */
	transition: all 2s ease-in-out; /* マーカーを引く速度を調整 */
	font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
strong.inview {
	background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}



b, em {
	background-image: url("../img/stripe.png");
	background-image: linear-gradient(90deg, #e0f1f0, #f5fbce,#caffe5);
	/*background-size: 4.5px;*/
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: 700;
	font-family: "MPLUSRounded-bold";
	border-radius: 10px;
	margin: 0 4px;
	display: inline;
}
blockquote {
		font-size: .95em;
		padding: 6% 4% 2%;
		margin: 2.5em 0 3em;
		position: relative;
		border: 1px solid;
		opacity: .8;
		-ms-filter: "alpha(opacity=80)";
	background: rgba(255,255,255,.7);

}
blockquote p::before,blockquote p::after,blockquote figure::before,blockquote figure::after {
	content: "\f10d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	margin-top: -5px;
	font-size: 110%;
}
blockquote p::after,blockquote figure::after {
	content: "\f10e";
}
blockquote figure {
	display: flex;
}
blockquote cite {
	font-size: 11px;
}
code {
	padding: 2px 6px;
	color: #1b496d;
	background-color: rgba(255,255,255,.4);
	border-radius: 20px;
	margin: 0 0 1.4em;
	font-family: "Quicksand";
	font-weight: bold;
	font-size: 14px;
	width: fit-content;
	display: inline-block;
}
.concert {
	font-family: 'Concert One', cursive;
}
.blog-txt p code {
	margin-bottom: 0;
}

.blog-txt a[target=_blank]::after,
.comments a[target=_blank]::after{
	font-family: fontawesome;
	content: "\f35d";
	font-size: .9em;
	margin: 0 3px 0 2px;
}
.blog-txt .a-nashi a {
	overflow: hidden;
	display: block;
}
.blog-txt .a-nashi a[target=_blank]::after {
	content: none;
}
.prBox a[target=_blank]::after,
.pr-box a[target=_blank]::after {
	content: none;
}
.blog-txt ol.has-background,
.blog-txt ul.has-background {
	padding: 1.25em !important;
	padding-left: 2.4em !important;
	width: fit-content;
}

.blog-txt a {

}
.blog-txt ul,.blog-txt ol {
	margin-bottom: 1.4em;
	padding: 4%;
	list-style-position: inside;
}
.blog-txt li {
	display: flex;
	flex-wrap: wrap;
/* width: calc(100% + 22px); */
	position: relative;
	padding-left: 10px;
	
}
.blog-txt ul li::before {
	content: "";
	background-image: url("../img/checkmark2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 8px;
	margin: auto;
	left: -18px;
}
.blog-txt li ul {
	font-size: 90%;
	padding-left: 0;
	padding-top: .4em;
	width: 100%;
	padding-bottom: 0;
	background: rgba(255,255,255,.8);
	margin: .4em .4em .8em;
	/*width: fit-content;*/
}
.blog-txt li li {
	width: 100%;
	padding-left: 10px;
	display: list-item;
}
.blog-txt li li code {
	margin-bottom: 4px;
}
.blog-txt li li::before {
	content: none;
}
.blog-txt ol {
	background: white;
}
.blog-txt ol li::marker {
	font-family: "MoiraiOne" ,sans-serif;
}
.blog-txt ol li {
	margin-bottom: .4em;
}
.blog-txt ol li:last-child {
	margin-bottom: 0;
}
.border-box {
	border-radius: 10px;
	border: 4px solid #fff;
	padding: 1em;
	margin-bottom: 2em;
}
.border-box p:last-child{
	padding: 0;
}
.blog-txt .border-box figure,
.blog-txt .border-box ul {
	margin-bottom: 0;
}
.blog-txt .inline-block {
	display: inline-block;
}

/*目次*/
.blog-txt ul.setup,.setup,.toc_list {
	position: relative;
	padding: 4%;
	margin-bottom: 2em;
	font-size: 90%;
	border-left: 3px double #4f4f4f;
	border-right: 3px double #4f4f4f;
	background: rgba(255,255,255,.7);;
	
}
.blog-txt .setup, .blog-txt ul.setup {
	display: none;
	padding: 0;
	
}
.blog-txt .setup ul {
	margin-bottom: 0;
}
.setup::before {
	content: "[目次]";
	font-size: 80%;
	position: absolute;
	top: 6%;
	left: 2%;
}
.setup li,.toc_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-txt .setup li::before,
.blog-txt .toc_list li::before {
	bottom: auto;
	top: 0.55em;
}
.setup li a,.toc_list li a {
	border-bottom: 1px dotted #77a0d1;
	padding: .4em 0;
	display: inline-block;
	width: calc(100% - 30px);
}
.toc_title {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.toc_number {
	font-family: "MoiraiOne" ,sans-serif;
}
.blog-txt ul.setup li li li::before {
	content: none;
	
}
.blog-txt ul.setup li li li a::before,
.toc_list li li li a::before {
	padding-left: .4em;
	content: "∟";
}
.blog-txt img {
	max-width: 100%;
	height: auto!important;
}
.blog-txt figure {
	margin: 0 0 1.4em;
	width: fit-content;
	/*display: inline-block;*/
	/*max-width: 840px;*/
}


.blog-txt figure.wp-block-table {
	width: inherit;
}

figcaption {
	text-align: center;
	font-size: 11px;
}
.blog-txt th,
.blog-txt td {
	padding: .4em;
}
.wp-caption {
	width: 100%;
	max-width: 100%;
}
.wp-caption-text::before {
	font-family: fontawesome;
	content: "\f0a6";
	font-weight: 900;
	margin-right: .3em;
	margin-left: .3em;
}
p.wp-caption-text {
	background: #efefef;
	margin-bottom: 15px;
	padding: .3em;
	color: #999;
	letter-spacing: 0;
}
.share_area {
	margin-top: 1em;
}
.share {
	justify-content: space-between;
	margin: 0 0 2em;
}
.share li {
	width: 24%;
}
.share a {
	position: relative;
	display: block;
	padding: 10px 3px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	font-size: 11px;
}
.share a:hover {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: none!important;
	color: #fff;
}
.share a::after {
	content: none;
}
.facebook a {
	background: #1f6aba;
	 box-shadow: 0 3px 0 #2c4373;
}
.twitter a {
	background: #0F141A;
	box-shadow: 0 3px 0 #999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.twitter svg {
	width: 18px;
	fill: white;
}
.hatebu a {
	background: #2f70be;
	box-shadow: 0 3px 0 #43638b;
}
.line a {
	background: #25af00;
	box-shadow: 0 3px 0 #219900;
}
.share .hatebu a::before {
		content: "B!";
		font-weight: 700;
		line-height: 1;
}
.share a:before,
.share a i {
		margin-right: .2em;
		margin-left: .2em;
		font-size: 1.1em;
}

.balloonArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
	position: relative;
}
.balloonArea::before {
	content: "";
	width: 60px;
	height: 60px;
	background: url("../img/profile_circle.png") no-repeat;
	background-size: 100%;
	display: block;
}
.balloonArea::after {
	content: "";
	width: 68px;
	height: 68px;
	background: rgba(255,255,255,.4);
	position: absolute;
	border: 4px solid rgba(255,255,255,.4);
	left: -8px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
	animation: circle-move 2s infinite;
}
@keyframes circle-move {
	0% {
		width: 68px;
		height: 68px;
	}
	100% {
		width: 74px;
		height: 74px;
		left: -11px;
	}
}
.balloonArea p,
.balloonArea .wp-block-group__inner-container,
.balloon div {
	width: calc(100% - 86px);
	color: #555;
	background: #fff;
	border-radius: 15px;
	position: relative;
	padding: 24px;
	margin-right: 0 !important;
}
.balloonArea p::before,
.balloonArea .wp-block-group__inner-container::before,
.balloon div::before {
	content: "";
	position: absolute;
	top: calc(50% + 5px);
	left: -23px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-right: 15px solid #fff;
}
.blog-txt .balloonArea figure {
	margin: 1em 0;
}
.wp-block-group__inner-container p {
	width: 100%;
	padding-bottom: .4em;
	padding-top: 0;
}
.wp-block-group__inner-container {
	padding: .4em;
}
.wp-block-group__inner-container h2 {
	margin: 0;
	text-align: left;
}
.balloon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
	position: relative;
}
.balloon::before {
	content: "";
	width: 60px;
	height: 79.824px;
	background: url("../img/pikachu.png") no-repeat;
	background-size: 100%;
	display: block;
}
.balloon p {
	padding-bottom: 0;
}
.balloon.balloon2::before {
	background-image: url("../img/bear.png");
	height: 70px;
}
/* 吹き出し　p
 */
.speech {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 font-family: "fot-tsukuardgothic-std", sans-serif;
	 position: relative;
 }
.speech img {
	margin-right: 20px;
	height: auto;
	width: 45px !important;
}
.speech::after {
	content: "";
	background-image: url(../img/speech.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 60px;
	width: 24px;
	height: 40px;
}

.wp-block-group.pr-box {
	margin-top: 0;
}

.promotion_txt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.pr {
	position: relative
}
.pr a::before {
	content: "PR";
	font-size: 11px;
	font-family: 'setofont-sp', cursive;
	border: 1px solid #11b5d6;
	padding: 1px;
	margin-right: 3px;
	margin-top: -2px;
}

.prBox,.pr-box {
	/*width: 100%;*/
	border: 1px solid #ddd;
	margin: 2em 0;
	font-size: 14px;
	text-align: center;
	padding: 24px 20px;
	position: relative;
	background: rgba(255,255,255,1);
	
	
}
.prBox::before,.pr-box::before {
	content: "PR";
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
	color: #78A0D1;
	font-family: 'setofont-sp', cursive;
	
}.prBox img,.pr-box img {
	display: block;
}
.blog-txt .pr-box img {
	margin-bottom: 0;
}
.prBox table {
	width: 100%;
}
.prBox td {
	vertical-align: middle;
	padding: 0 3%;
}
.prBox a[target=_blank]::after {
	content: none;
}
.prBox td img {
	/*max-width: 150px;*/
	margin: auto;
}
.prBox td div {
	margin-bottom: 10px;
}
.prBox td:first-child {
	width: 30%;
}
.prBox a,.pr-box a {
	text-align: center;
	display: block;
	width: 100%;
}
.prBox img {
	width: auto;
}
.prBox .balloonArea {
	margin-top: 1.4em;
	margin-bottom: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.prBox .border-line a {
	border-bottom: 2px dashed #5fc8da;
	margin-bottom: .4em;
	display: inline-block;
	padding: .24em;
	width: inherit;
}
.prBox .border-line a i {
	color: #5fc8da;
}
.kaerebalink-link1 div a {
	margin-bottom: .4em;
}
.shoplinkrakuten a {
	background: #da5f8b!important;
	text-decoration: none;
	margin: 0 auto;
	color: #fff!important;
	padding: 8px 8px 4px 8px;
	transition: .2s all!important;
	border-radius: 2px;
	position: relative;
	font-size: 0.9em;
	max-width: 300px;
	height: 100%;
	box-sizing: border-box;
}
.shoplinkamazon a {
	background: #daaf5f!important;
	text-decoration: none;
	max-width: 300px;
	margin: 0 auto;
	color: #fff!important;
	padding: 8px 4px 8px 8px;
	transition: .2s all!important;
	border-radius: 2px;
	position: relative;
	font-size: 0.9em;
	height: 100%;
	box-sizing: border-box;
}
.shoplinkyahoo a {
	background: #5fc8da;
	text-decoration: none;
	margin: 0 auto;
	color: #fff!important;
	padding: 8px 4px 8px 8px;
	transition: .2s all!important;
	border-radius: 2px;
	position: relative;
	font-size: 0.9em;
	max-width: 300px;
	height: 100%;
	box-sizing: border-box;
}
.related_article .thumbnail, 
.more_article .thumbnail 
{
	width: 25%;
	font-size: 13px;
}
.related_article .newPost li .ttl,
.more_article .newPost li .ttl

{
	font-size: 80%;
	font-weight: normal;
	padding-bottom: 5px;
}

.blog-txt .wp-embedded-content {
	width: 100%;
	max-width: 100%;
}
.wp-embed-footer {
	display: none;
}
.custom-html-widget a[target=_blank]::after {
	content: none;
}
.readmore {
	border: 1px solid #78A0D1;
	position: relative;
	margin-bottom: 1em;
	margin-top: .4em;
	padding: .4em;
	display: inline-block;
}
.readmore::before {
	content: "\f15c  合わせて読んでほしい";
	position: absolute;
	font-size: 11px;
	top: -26px;
	left: -1px;
	background: #78A0D1;
	color: white;
	padding: .3em .6em;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}
.readmore p {
	padding-bottom: 0;
}
.readmore a::after {
	font-family: fontawesome;
	content: "\f360";
	padding-right: .2em;
}
/*ブログカード*/
.blog-card {
	border: 1px solid #78A0D1;
	margin-bottom: 2em;
	position: relative;
	margin-top: 1em;
	background: rgba(255,255,255,.8);
}
.blog-card::before {
	content: "\f15c  関連記事";
	position: absolute;
	font-size: 11px;
	top: -25px;
	left: -1px;
	background: #78A0D1;
	color: white;
	padding: .3em .6em;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}
.blog-card a {
	align-items: center;
	padding: 14px;
	box-sizing: border-box;
}
.blog-card-thumbnail {
	width: 20%;
	overflow: hidden;
}
.blog-card-content {
	width: 75%;
	padding-left: 10px;
}
.blog-card img {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
.blog-card-excerpt {
	font-size: 12px;
}
a .blog-card-excerpt {
	color: #4f4f4f;
}
.blog-card-url {
	font-size: .7em;
}
.blog-card-url::before {
	content: "\f0c1";
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
}
/*ブログについて*/
.ttl_blue {
	background-color: #00a4e4;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 8px 16px !important;
	margin-bottom: 1em;
}
.demerit {
	background: #eee;
	position: relative;
	padding: 2em;
	margin-bottom: 2em;
} 
.demerit::before {
	font-family: Font Awesome\ 5 Free;
	content:"\f071 デメリットポイント";
	font-size: 94%;
	display: block;
	font-weight: 900;
}
.shiny-btn,.shiny-btn-hover {
	position: relative;
	display: block;
	width: fit-content;
	line-height: 1;
	padding: 14px 34px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:linear-gradient(67deg,rgb(72,233,251) 0%,rgb(255,170,251) 49%,rgb(72,233,251) 100%);
	background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);

	cursor: pointer;
	overflow: hidden;
	margin: 0 auto 2em;
	border-radius: 24px;
}
.shiny-btn a,.shiny-btn-hover a {
	color: white;
	display: block;
}
.shiny-btn::after,.shiny-btn-hover:hover::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes shiny {
		0% { left: -20%; }
		10% { left: 120%; }
		100% { left: 120%; }
}
.shiny-btn a.wp-block-button__link {
	padding: 0;
	background: none;
	font-size: 14px;
}



.code-html::before {
	content: "html";
	font-size: 12px;
	color: #77a0d1;
}
.code-css::before {
	content: "css";
	font-size: 12px;
	color: #77a0d1;
}

/*コメント*/
.comments p {
	font-size: 13px;
	padding: 4px;
}
.comments a {
	color: #78A0D1;
	text-decoration: underline;
}
.comments form {
	max-width: 600px;
	margin: auto;
}
.everyone {
	margin: 40px 0;
}
.comments-list {
	width: 100%;
	background: none;
	border: none;
}
.comments-list li {
	padding: 15px;
	box-sizing: border-box;
	margin: 5px 0;
	background-color: #F5F5F4;
	position: relative;
}
.comments-list li li {
	background: white;
}
.comments-list li::marker {
	content: none !important;
}
.commentmetadata {
	font-size: 80%;
	padding: 0 1em;
	position: absolute;
	top: 48px;
	left: 51px;
	
}
.comment-body p {
	padding: 1em;
}
.comment-author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.comment-author .photo {
	left: 0;	
	margin-right: 5px;
}
.comment-author {
	font-size: 90%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.reply {
	position: absolute;
	top: 10px;
	right: 0;
}
.reply a {
	background: url("../img/stripe.png");
	padding: 10px;
	margin: 20px auto;
	transition: 0.6s;
}
textarea#comment {
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
	padding: .4em;
	box-sizing: border-box;
	border: 1px solid #77a0d1;
	background: white;
}

.comments input {
	border-radius: 10px;
	font-size: 16px;
	padding: .4em;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #77a0d1;
	background: white;
}

input[type="submit"] {
	background: url("../img/stripe.png");
	padding: 10px;
	margin: 20px auto;
	transition: 0.6s;
	-webkit-appearance: none;
	color: black;
}
input[type="submit"]:hover {
	opacity: 0.6;
}
input[type="checkbox"]
.comment-form-cookies-consent {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.comment-form-cookies-consent input {
	width: 20px;
	margin-right: 0;
	
}
.comment-form-cookies-consent label {
	width: calc(100% - 24px);
	
}



.form-submit {
	text-align:  center;
}

ul.children li {
	/*border: 2px solid #fff;*/
	border-radius: 30px;
}
ul.children li::before {
	content: none;
}

.comment-author img {
	
}
/*.comment-author::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(../img/profile-illust.png);
	background-size: 100%;
	margin-right: 5px;
}*/

.children .comment-author img {
	display: inherit;
}
.children .comment-author::before {
	content: none;
}
.says {
	font-size: 80%;
	padding-left: .4em;
}

.flex .blog-txt img {
	width: inherit;
	max-width: 100%;
	margin: auto;
}
.prArea a[target=_blank]:after {
	content: none;
}


.bgBox {
	padding: 3%;
	box-sizing: border-box;
	margin: 10px 0;
}
.bgGray {
	background-color: #F5F5F4;
}
.bgBox p {
	padding-bottom: 0;
}
.bgBlue {
	background-color: #C5ECFF;
}

ol {
	background-color: #F5F5F4;
	display: inline-block;
	padding: 2%;
	box-sizing: border-box;
	border: 1px dashed #eee;
	margin-bottom: 15px;
}
ol li {
	list-style-type: decimal;
	
}
.has-background ol {
	background: none;
}

.pagelink {
	justify-content: space-between;
}
.pagelink span {
	width: 49%;
	position: relative;
	box-sizing: border-box;
}
.pagelink span a {
	border: 1px solid #77a0d1;
	width: 100%;
	height: 100%;
	padding: 4%;
	box-sizing: border-box;
	color: black;
	font-size: 90%;
	display: flex;
	align-items: center;
}
.pagelink span a::before {
	font-family: fontawesome;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
	color: #77a0d1;
	height: 16px;
	line-height: 1;
}
.pagelink .oldpage a {
	padding-left: 30px;
}
.oldpage a::before {
	content: "\f060";
	left: 10px;
}
.pagelink .newpage a {
	padding-right: 20px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.newpage a::before {
	right: 10px;
	content: "\f061";
}




.banner img {
	width: inherit;
}
.banner a::after {
	content: none;
}



.menu-sns-container i {
	padding-right: 5px;
}
.menu-sns-container li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	border: 1px solid #C5ECFF;
	font-size: 90%;
	padding: 0;
	
}
.menu-sns-container li a {
	display: inline-block;
	padding: 5px 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
}


/*AdSense*/
ins {
	background: none!important;

}


.border-blue {
	border-bottom: 3px solid #40A9EB;
}
/*==
wp page nav
==*/
/*ページナビ*/

.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Kokoro";
	color: #77a0d1;
}
.wp-pagenavi a {
		color: #77a0d1;
}
.pages {/* 左の表記 */
		margin-right: 20px;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wp-pagenavi span.current {
		border: none;
		background: #77a0d1;
		color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
		background: #77a0d1;
		color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
		margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
		display: none;
}
.postid-1974 .blog-txt p i {
	padding-right: .4em;
	padding-left: .4em;
	color: #77A0D1;
}


.mb1em {
	margin-bottom: 1em;
}
/*ブログ村パーツ*/
.blogmura-blogparts {
	padding: 0 10px;
}
.flex .blogmura-blogparts img {
	height: inherit;
	width: auto;
	display: inline;
}

/*＝＝＝＝＝＝＝＝＝＝wpの自動class
＝＝＝＝＝＝＝＝＝＝*/

.wp-block-columns {
	align-items: center;
}


/*=======codoc*/
.codoc-entry {
	margin-top: 2em;
}
.codoc-support {
		/*background: #78A0D1!important;
		margin: 24px auto 2em!important;*/
}
.modal-container .modal-body .codoc-support-modal-body-thx {
	padding: 2em;
}
.modal-container .modal-footer .link_area {
	margin: 1em auto 2em !important;
}

.codoc-support .codoc-support-title {
		font-size: 12px!important;
		font-weight: normal!important;
		color: #fff;
}
.codoc-support-title::before {
	content: "＼";
}
.codoc-support-title::after {
	content: "\f024 ／";
	font-family: fontawesome;
}
.codoc-copyright {
	/*display: none !important;*/
}
.codoc-buy-creator {
	display: none !important;
}
.codoc-copyright-creted-by {
	display: none!important;
}
.codoc-copyright-about {
	display: none!important;
}
.codoc-support .codoc-btn {
		font-size: 12px!important;
		font-weight: 700!important;
		/*border:none!important;
		color: #78A0D1 !important;
	background: white !important;*/
}
.modal-container .codoc-btn-buy-bg {
	background: #78A0D1 !important;
	border: none !important;
}




/*========投稿内追加class=====*/
.mw250 {
	max-width: 200px;
	margin: 0 auto !important;
}
.w300,.mw300 {max-width: 300px;}
.w200,.mw200 {max-width: 200px;}
.w100,.mw100 {max-width: 100px;}
.w400,.mw400 {max-width: 400px;}
.w500,.mw500 {max-width: 500px;}
.mw600 {max-width: 600px;}
.mw700 {max-width: 700px;}
.mw800 {max-width: 800px;}

.post-table table {
	border: 1px solid #F0F0F0 !important;
}
.post-table th {
	letter-spacing: .09em;
	padding: .4em;
}
.post-table td:first-child {
	width: 100px;
	border-right: 1px solid #F0F0F0 !important;
	letter-spacing: .09em;
}
.post-table td {
	padding: .4em;
	text-align: center;
}
.post-table td:nth-child(2)::after {
	content: '人';
}
.propaty-table {width: fit-content;}
.propaty-table td:first-child {background: #eee;}
.propaty-table td {border-bottom: 1px solid #000;padding:14px;background: white;}
.propaty-table tr:first-child{border-top:1px solid #000;}

.pro {
	position: relative;
}
.pro::before {
	font-family: fontawesome;
	content: "\f521";
	font-size: .9em;
	margin: 0 3px 0 2px;
	color: #FCBE27;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 100;
}

/*広告ボタン*/

.sponser-link {
	display: flex;
	justify-content: center;
}
.sponser-link div {
	margin: 0 10px;
}
.blog-txt .prBox img {
	margin: auto;margin-bottom: 0;
	display: block;
}
.blog-txt .prBox figure {
	margin: auto;
}
.prBox .sponser-link a[target=_blank]::after {
	font-family: fontawesome;
	content: "\f35d";
	font-size: .9em;
	margin: 0 3px 0 2px;
}

/*いいねボタン */
.good_btn_area {
	text-align: center;
}
.good_btn_area p {
	
	padding: 20px 20px 30px 20px;
	font-size: 90%;
	text-align: center;
}
.good_button {
	margin: 0 auto;
	background: none;
	border: none;
	position: relative;
	color: black;
	font-family: "MPLUSRounded-bold";
	display: flex;
	align-items: center;
	justify-content: center;
}

.like_heart {
	width: 45px;
	height: 45px;
	position: relative;
	border: 2px solid #fff;
	border-radius: 50%;
	background: white;
	z-index: 12;
	margin-right: 5px;
}
@keyframes like_heart_position {
		0%{ 
			transform:rotate(0);
	}
	100%{ 
		transform:rotate(360deg);
	}
}

.like_heart::before {
	font-family: "Font Awesome 5 Free";
	content: "\f004";
	display: block;
	font-weight: 400;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #ec99bc;
	font-size: 24px;
	height: 24px;
	transition: 1s;
}
.like_heart.good::before {
	font-weight: 900;
	animation: heart-anime 1s forwards;
}
@keyframes heart-anime {
	0% {margin-top: auto;}
	30% {margin-top: 3px }
	100% {margin-top: auto;}
}
.like_heart.good::after {
	content: "";
	display: block;
	animation: likethanks 1s;
	position: absolute;
	top: 0;
	white-space: nowrap;
	opacity: 0;
}
@keyframes likethanks {
	1% {
		content: "thanks♡";
	}
	20% {
		opacity: 1;
		
	}
	80% {
		
	}
	100% {
		opacity: 0;
		right: 0;
		left: 0;
		top: -24px;
		margin: auto;
		transform: scale(102%)
	}
}
/*footer シェアリンク*/
.share_link {
	width: 45px;
	height: 45px;
	position: fixed;
	left: 80px;
	bottom: 26px;
	text-align: center;
	line-height: 45px;
	z-index: 240;
	overflow: visible;
}
.share_btn {
	position: absolute;
	background: white;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 230;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a7e2dd;
	transition: 1s;
}
.share_btn svg {
	fill: #a7e2dd;
	width: 18px;
}
.share_btn:hover {
	cursor: pointer;
}
.active .share_btn::before {
	content: "×";
	font-size: 30px;
	margin-top: -8px;
}
.active .share_btn svg {
	display: none;
}
.share_link .linklist {
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	width: 160px;
	justify-content: space-between;
	align-items: center;
	transition: 1s;
	background: rgba(255,255,255,.9);
	border: 2px solid #222;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	position: absolute;
	left: -50px;
	bottom: 50px;
}
.share_link.active .linklist {
	opacity: 1;
	
}
.share_link .linklist li {

}


.linklist a {
	background: none;
	box-shadow: none;
	display: flex;
	text-align: center;
	border-radius: 50%;
	padding: 20px 0;
}
.linklist .hatebu a::before {
	content: "B!";
	font-weight: 700;
	line-height: 1;
	color: #01A4DE;
	font-size: 110%;
}
.linklist .twitter svg {
	width: 16px;
	margin-top: 2px;
}
.linklist .facebook i {
	color: #1877F2;
}
.linklist .line i {
	color: #07B53B;
	margin-top: 2px;
}

.copy_link {
	width: 45px;
	height: 45px;	
	position: fixed;
	left: 24px;
	bottom: 26px;
	text-align: center;
	line-height: 45px;
	background: white;
	border-radius: 50%;
	z-index: 230;
}
.copy_link:hover {
	cursor: pointer;
	opacity: .7;
}
.copy_link button {
	background: none;
	color: #11b5d6;
	border: none;
}
.copy_link .message {
	position: fixed;
	bottom: 30px;
	left: 10px;
	white-space: nowrap;
	font-size: 10px;
	display: none;
	animation: copylink_anime .5s forwards;
	background: rgba(255,255,255,.9);
	border: 2px solid #222;
	border-radius: 30px;
	padding: .2em .4em;
	}
.copy_link i {
	font-size: 14px;
}
@keyframes copylink_anime {
	0% {
		}
	90% {
		}
	100% {
		display: none;
		bottom: 60px;
	}
}


/*メール購読フォーム*/
#mailpoet_form_1 {
	padding: 1.4em;
	max-width: 340px;
	margin: 2em auto;
	width: 90% !important;
	position: relative;
	/*background: linear-gradient(to bottom, #a8edea, #fed6e3 ) !important;*/
}
#mailpoet_form_1 .mailpoet_submit {
	background: transparent !important;
	color: white;
	border: none !important;
}
.mailpoet_paragraph.shiny-btn {
	padding: 4px;
	width: 100%;
}
#mailpoet_form_1 h2.mailpoet-heading::before {
	content: "";
	display: block;
	background-image: url("/media/wp-content/themes/mytheme-2022/img/profile-illust.png");
	background-size: 100%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -36px;
	right: 19px;
}
#mailpoet_form_1 h2.mailpoet-heading {
	border-bottom: 5px solid #abb8ca;
	letter-spacing: 2px;
	font-weight: bold;
	color: #abb8ca !important;
	padding: .4em;
	background: rgba(255,255,255,.8);
}
#mailpoet_form_1 form.mailpoet_form {
	padding: 2em 1.4em 1.4em !important;
}
#mailpoet_form_1 .mailpoet_form_paragraph {
	
}
#mailpoet_form_1 h2 span {
	font-size: 18px !important;
	font-weight: 400;
	font-style: normal;
}
#mailpoet_form_1 .mailpoet_paragraph {
	margin-bottom: 10px !important;
}
#mailpoet_form_1 .mailpoet_paragraph.last {
	margin-bottom: 0 !important;
}
.mailpoet_text {
	font-size: 14px !important;
}

/*　ソーシャルアイコン　*/
.blog-txt ul.wp-block-social-links {
	position: relative;
	padding-top: 2em;
	text-align: center;
	min-width: 200px;
	width: fit-content;
}
.blog-txt ul.wp-block-social-links::before {
	content: "気になったら飛ぶリンク \f5b0";
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
	border-radius: 20px;
	padding: 3px;
	font-family: fontawesome,"setofont-sp", sans-serif;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link::before {
	content: none;
}
.blog-txt ul.wp-block-social-links a[target=_blank]::after {
	content: none;
}
.blog-txt ul li.wp-social-link::before {
	content: none;
}

.blog-txt .wp-block-social-links {
	padding: 10px;
}
.blog-txt ul li.wp-social-link::before {
	content: none;
}
.blog-txt ul li.wp-social-link {
	position: relative;
	display: block;
	padding: 0;
	width: fit-content;
}
.blog-txt ul li.wp-social-link a {
	z-index: 1000;
	position: relative;
}
.blog-txt ul li.wp-social-link::after {
	content: "";
	width: 2px;
	height: 14px;
	background: #11b5d6;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.blog-txt ul li.wp-social-link:hover::after {
	z-index: -1;
}



/* ポイント */
.point {
	background: rgba(255,255,255,.4);
	padding: 2em;
	border: 4px solid #7DA0D3;
	position: relative;
	margin-bottom: 2em;
	padding-left: 35px;
}
.point::before {
	content: "";
	background-image: url(../img/profile-full.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 32px;
	height: 120px;
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
}