@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.c-infoBar__text {
	font-size: 10px;
	font-weight: normal;
	background: #fff;
	color: #666;
	text-align: right;
	justify-content: flex-end !important;
	padding-right: 12px;
}
.top .p-postSlider {
	padding-top: 0;
}

#rank-math-faq {
	background: #f0f4f8;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 1rem;
	margin: 0 -16px;
}

.rank-math-list-item {
	background: #fff;
	padding: 15px 15px 20px;
	-webkit-box-shadow: 0 0 10px #d1d8dd,0 0 40px #fff;
	box-shadow: 0 0 10px #d1d8dd,0 0 40px #fff;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.rank-math-list-item:last-of-type {
	margin-bottom: 0;
}

.rank-math-question {
	border-bottom: 1px solid #f0f4f8 !important;
	padding-bottom: .825rem !important;
	margin-bottom: .825rem !important;
	position: relative;
	padding-right: 40px !important;
}
.rank-math-question:before {
	display: none !important;
}

.rank-math-question:after {
	content: "?";
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #d9e2ec;
	background: #f0f4f8;
	border-radius: 40px;
}

.entry-content .rank-math-question {
	padding-top: 0;
}
.rank-math-answer {
	padding: 0 15px;
}
.rank-math-answer p:last-child {
	margin-bottom: 0;
}


.p-authorBox__label {
	position: relative;
	align-items: center;
	background-color: var(--color_text);
	color: #fff;
	font-size: 11px;
	justify-content: center;
	left: 0;
	height: 18px;
	width: 80px;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.p-authorBox__label::before,
.p-authorBox__label::after {
	border-style: solid;
	content: '';
	position: absolute;
	top: 0;
}
.p-authorBox__label::before {
	border-color: transparent transparent transparent #fff;
	border-width: 9px 0 9px 3px;
	left: 0;
}
.p-authorBox__label::after {
	border-color: transparent #fff transparent transparent;
	border-width: 9px 3px 9px 0;
	right: 0;
}
.p-blogParts .p-authorBox__l {
	width: 100px;
}
.p-blogParts .p-authorBox__r {
	width: calc(100% - 110px - 1.5em);
	border-left: none;
	padding-left: 0;
}
.p-blogParts .p-authorBox__desc2  {
	font-size:12px;
	margin-bottom:0;
}
.p-blogParts .p-authorBox__name {
	margin-top: 3px;
	margin-bottom: 8px;
}
.p-blogParts .p-authorBox__desc {
	font-size: 13px;
}