@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
*/
.text-xs {
  font-size: 0.75rem !important;
}
.c-fixBtn {
  border: 2px solid var(--color_main);
}
.p-authorBox__position {
    font-size: .8rem !important;
}
.p-termHead {
  border: none;
}
ol.is-style-index > li::before {
  background-color: #fff !important;
}
.rss-widget-feed{
  display:none;	
}
.c-searchForm__submit {
	border-top-right-radius : 4px;
	-webkit-border-top-right--radius: 4px;
	-moz-border-radius-topright-: 4px;
	border-bottom-right--radius : 4px;
	-webkit-border-bottom-right--radius: 4px;
	-moz-border-radius-bottomright-: 4px;
	border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}
.rss-widget-title{
  pointer-events: none;	
}
.p-articleFoot,
.c-shareBtns{
	clear:both;
}
.c-gnav > .menu-item > a {
	padding-bottom: 2px; /* 文字と下線に隙間を作る */
}
.c-gnav > .menu-item > a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid var(--color_main);
	display: block;
}
.c-gnav > .menu-item > a:hover:after {
	width: 100%;
	border-bottom: 2px solid var(--color_main);
}
.p-spMenu__nav a i{
  display: none;	
}
.copyright span {
  display: none;		
}
.c-categoryList__link {
  background-color: #e1ecff;
  color: #232323;
}
.c-postTitle__ttl {
  font-size: 1.4em !important;
}
.c-pageTitle__inner {
  font-size: 1.2rem;
}
@-moz-document url-prefix() {
  .p-breadcrumb__text .__home::before {
    margin: 2px 0 -2px;
  }
}
.c-secTitle {
  border-left: solid 4px var(--color_main);
}
.global-account-footer {
    padding: 60px 15px 5px;
	margin: 0;
    background: #fff;
}
.global-account-footer a:hover {
	text-decoration: underline;
}
.global-account-footer .account-footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin: 0 auto 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 0 0 0 15px;
	border: 0;
	list-style: inherit;
}
.global-account-footer .account-footer-navigation li {
    width: 25%;
    margin-bottom: 15px;
}
.global-account-footer .account-footer-navigation li a {
    color: #232323;
}
.global-account-footer .account-footer-copyright {
    text-align: center;
}
.is-style-bb > .c-tabList .c-tabList__button {
  letter-spacing: 0.05em;
}
.is-style-bb > .c-tabList .c-tabList__button:hover,
.is-style-bb > .c-tabList .c-tabList__button[aria-selected="true"] {
  font-weight: normal;
}
.widget_categories > ul > .cat-item > a::before {
  top: 52%;
  color: #fff;
}
.p-postSlider.-ps-style-img .p-postList__title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-postSlider.-ps-style-img .p-postList__title{
  font-weight: normal;
}
.c-widget__title.-footer {
  font-weight: normal;
}
.w-footer:not(.-col1) .p-postList__title {
  font-weight: normal;
}
#sidebar .-type-list .p-postList__title{
  font-weight: normal;
}
.-related .p-postList__title {
  font-weight: normal;
}
.c-widget__title.-side {
  text-align: center;
  font-weight: normal;
}
.icon-batsu::before {
  display: none;
}
.footer-rich-cta .is-style-section_ttl{
  font-weight: normal;
}
.post_content a.auto-link {
	color: #232323;
	border-bottom: 1px dashed #232323;
	margin-right: .2em;
}
.post_content a.auto-link::after {
	font-family: "FontAwesome";
	content: "\f08e";
	margin-left: .2em;
    vertical-align: top;
}
.post_content a.auto-link:hover {
   text-decoration: none;
   border-bottom: 1px solid #232323;
   padding-bottom: 2px;
   color: #232323;
}
.post_content thead th{
	font-weight: normal;
	text-align: center;
	background: #efefef;
	color: #232323;
}
h1.c-postTitle__ttl,
h2.wp-block-heading{
  font-size: 1.2rem !important;
}
h3.wp-block-heading{
  font-size: 1.1rem;
}
.swell-block-step__item .swell-block-step__title {
  font-size: 1rem !important;
}
.p-toc.-border {
  border-bottom: 2px solid #232323;
  border-top: 2px solid #232323;
}
h2.wp-block-heading {
  margin-left: 0;
}
.c-blogLink[data-style="text"] .c-blogLink__text{
  text-decoration: none !important;
}
.c-blogLink[data-style="text"] .c-blogLink__icon{
  border: none !important;
  padding: 7px !important;
  background-color: var(--color_link) !important;
  color: #fff !important;
}
.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	font-weight:normal;
	font-size: 1.05em;
}
.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  content: "→";
  color: #232323;
}
.is-style-float > .swell-block-dl__dt {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
	.global-account-footer .account-footer-navigation li {
    width: 33.3%;
	}
	h1.c-postTitle__ttl,
	h2.wp-block-heading,
	h3.wp-block-heading,
	h2.l-articleBottom__title,
	h2.c-secTitle,
	div.c-widget__title{
    font-size: 1.1rem !important;
	}
}
@media screen and (max-width: 640px) {
	.global-account-footer .account-footer-navigation li {
    width: 50%;
	}
	.c-widget__title.-side,
	.c-widget__title.-footer,
	.c-pageTitle__inner{
	  font-size: 3.6vw !important;
	}
	.-type-list2 .p-postList__title,
	.c-postTitle__ttl,
	.c-pageTitle__inner,
	.is-style-btn_solid a,
	.c-secTitle,
	.p-authorBox__name,
	.swell-block-faq .swell-block-faq__item .faq_q,
	.post_content b,
	.post_content strong,
	.post_content h4,
	.post_content h3,
	.swell-block-dl .swell-block-dl__dt,
	.swell-block-step__item .swell-block-step__title,
	.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	  font-weight: normal;
	}
	.-type-list2 .p-postList__excerpt {
	  display:none;
	}
	.w-footer:not(.-col1) .p-postList__title,
	#sidebar .-type-list .p-postList__title,
	.-type-list2 .p-postList__title,
	.p-authorBox__name,
	.-related .p-postList__title{
	  font-size: 15px;
	}
	.p-profileBox__text,
	.p-authorBox__desc,
	.p-termHead__desc{
	  font-size: 14px;
	}
	.swell-block-step__item .swell-block-step__title{
	  font-size: 1.1em !important;
	}
}
@media (min-width: 600px) {
  .post_content h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
	.p-blogCard__title{
		font-size: 13px !important;
	}
	.wp-block-table table th,
	.wp-block-table table td{
		font-size: .9rem !important;
	}
}
@media screen and (max-width: 480px) {
	.global-account-footer .account-footer-navigation li {
        width: 100%;
    }
}
/**
 * フッター直前ウィジェットCTA
 * https://tecchan.jp/swell-tips/entry/footer-rich-cta/
 */
.footer-rich-cta {
z-index: 0;
} /* 横のシェアアイコンと色が被る問題の回避 */
.footer-rich-cta .swell-block-button a {
border-radius: 6px;
}
.footer-rich-cta .is-style-section_ttl {
  margin-bottom: 1em;
}
.footer-rich-cta h2.is-style-section_ttl::after {
display: none;
}
.footer-rich-cta .wp-block-columns {
margin: 2.2em auto;
}
.footer-rich-cta .swell-block-button .mininote {
display: block;
font-weight: 500;
opacity: 1;
font-size: .7em;
}

/**
 * フッター帯リンク
 */
.tcb_container_outer_md {
  border-bottom: 1px solid #ffc107;
  background: #ffc107;
  color: #232323;
}
.tcb_container_outer {
  display: table;
  width: 100%;
  border-top: 1px dashed #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.tcb_bar {
  display: table;
  margin: 0 auto;
}
.tcb_bar-title {
  box-sizing: border-box;
  white-space: nowrap;
  padding-right: 30px;
  display: flex;
  align-items: center;
  height: 64px;
  line-height: 1;
}
.tcb_band_title {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 2px;
  white-space: nowrap;
  font-weight: 700;
}
.tcb_container_outer_md .tcb_band_title em {
  background-image: url(//www.kagukuro.com/assets/images/kagukuro-w.svg);
  margin-left: 16px;
  opacity: 1;
}
.tcb_band_title em {
  display: block;
  letter-spacing: .1em;
  margin-bottom: 2px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tcb_bar-title {
  white-space: nowrap;
  line-height: 1;
}
.tcb_container_outer_md {
  color: #232323;
}
.tcb_container_outer {
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}
.tcb_bar-title strong {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-right: 2px;
}
.tcb_bar-anc {
  display: table-cell;
  height: 64px;
  line-height: 1;
  vertical-align: middle;
}
.tcb_container_outer_md .tcb_bar-anc a {
  color: #232323;
}
.tcb_container_outer .tcb_bar-anc a {
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: .7rem;
  height: 50px;
  padding: 9px 10px 0 10px;
  letter-spacing: 0;
  background: #fff;
  text-align: center;
  line-height: 1.4;
}
div.c-balloon + br{
  display: none;
}
.c-postTimes__modified::after,
.c-postTimes__posted::after {
  content: "：更新";
}
.post_content a.auto-link {
	color: #232323;
	border-bottom: 1px dashed #232323;
	margin-right: .2em;
}
.post_content a.auto-link::after {
	font-family: "FontAwesome";
	content: "\f08e";
	margin-left: .2em;
    vertical-align: top;
}
.post_content a.auto-link:hover {
   text-decoration: none;
   border-bottom: 1px solid #232323;
   padding-bottom: 2px;
   color: #232323;
}
.p-authorBox__desc a {
	color: #232323;
	border-bottom: 1px dashed #232323;
	margin-right: .2em;	
}
.p-authorBox__desc a::after {
	font-family: "FontAwesome";
	content: "\f08e";
	margin-left: .2em;
    vertical-align: top;
}
.p-authorBox__desc a:hover {
   text-decoration: none;
   border-bottom: 1px solid #232323;
   padding-bottom: 2px;
   color: #232323;
}
.-internal .p-blogCard__caption {
visibility: hidden;
}
.-internal .p-blogCard__caption::before {
  visibility: initial;
  background: #fff;
  padding: 0 10px;
}
.p-blogCard__caption::before {
	font-family: icomoon!important;
	content: "\e9c5\00a0一緒に読みたい";
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  background-color: #232323 ;
}
.is-style-num_circle li::before {
  height: 1.9em;
  width: 1.9em;
}
.post_content h3.daexthefu-title:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  height: 0px;
}
.daexthefu-successful-submission-text {
  text-align: center;
}
.pagination-next-link:hover {
    background-color: var(--color_main);
    color: #fff;
}
.pagination-next-link {
    box-shadow: var(--swl-box_shadow);
}
/*次のページ*/
.pagination-next{
  text-align: center;	
}
.pagination-next-link {
  background-color: #efefef;
  border-radius: 40px;
  color: inherit;
  box-shadow: 0 0 0 1px var(--color_border);
  letter-spacing: var(--swl-letter_spacing,.5px);
  font-size: 12px;
  display: block;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  text-align: center;
  transition: color .25s,background-color .25s;
  padding: .5em 3em;
  display: inline-block;
}
.pagination-next-link:hover {
  transition: all 0.3s ease 0s;
}
/*あなたへのオススメ*/
.w-beforeToc h4 {
    text-align: left;
}
.w-beforeToc .p-relatedPosts .p-postList__item {
  margin-bottom: 1.5em;
}
.w-beforeToc .-type-card .p-postList__item {
	margin-bottom: 2.5em;
	margin-top: 0;
	padding: 0 .5em;
	width: 25%;
}
.w-beforeToc .-type-card .p-postList__title{
	font-weight:normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 30px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.3;
	font-feature-settings: "palt";
	letter-spacing: .05em;
	height: 33px;
	word-break: break-all;
}
.w-beforeToc .-type-card .p-postList__price .price {
	font-size: 11px;
}
.w-beforeToc .-type-card .p-postList__price .price span{
	font-weight:bold;
	margin-left: 2px;
	font-size: 13px;
}
.w-beforeToc .-type-card .u-obf-cover {
  width: auto !important;
}
.w-beforeToc .-type-card .c-postThumb__img {
  left: 20%;
}
.w-beforeToc .p-postList__item .d-rate {
  position: absolute;
  top: -8px;
  left: 4px;
  border-radius: 4px;
  background-color: crimson;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 0 3px 2px 4px;
  white-space: nowrap;
  z-index: 10;
}
.w-beforeToc .p-postList__item .d-rate::before {
  content: "-";
  font-size: 12px;
  margin-right: 1px;
}
.w-beforeToc .p-postList__item .d-rate::after {
  content: "%";
  font-size: 10px;
  margin-left: 1px;
}
@media screen and (max-width: 1240px) {
	.w-beforeToc .-type-card .p-postList__item {
		width: 33.33333%;
	}
}
@media screen and (max-width: 600px) {
	.w-beforeToc .-type-card .p-postList__item {
		width: 50%;
	}
}
div.p-toc + p.countdown,
div.p-toc + p.countdown + hr{
	display:none;
}
#rec_area .c-postThumb__img { left: 50%; transform: translateX(-50%); }
#rec_area .d-rate:empty, #rec_area .item-price__old { display:none; }
#rec_area .item-price__old { text-decoration: line-through; }
.tag .p-termHead .u-obf-cover {
  height: 50% !important;
  width: 50% !important;
  object-fit: contain;
  margin: 0 auto;
}
.widget_search .c-widget__title {
  display: block;
}
#rec_area .item-price__old span:nth-of-type(1) {
	margin-right: 2px;
}

.p-postList__price .price span.ayen{
  display: inline-block;
}
.p-postList__price .price span.ayen::first-letter{
  font-weight:normal;
  margin-right:2px;
}
.swell-block-postLink .c-blogLink__text::before{
  content: '参考記事：';
}