@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
*/

.p-postList__item.coordinate .c-postThumb__figure::before {
	padding-top: 410px;
}
/* プロモーション文言 */
.promotional_text {
    font-size: 0.7em;
    background-color: #f7f7f7;
    padding-bottom: 4px;
    margin-top: -2px;
	color: #666666;
}
@media screen and (max-width: 768px) {
	.promotional_text {
		font-size: 0.7em;
	}
	.p-breadcrumb {
		padding: 4px 0!important;
	}
}

/* 吹き出しふきだし横幅拡げる */
@media screen and (max-width: 768px) {
	.c-balloon__body {
	    padding: 4px 12px 4px 12px!important;
	}
}
/* 比較表テーブル直前の「スクロールできます」上部マージンを3em→0に */
.c-scrollHint {
    margin-top: 0em;
}
/* 比較表テーブルの◎△×（大）を大きく */
.swl-cell-bg[data-icon-size=l] {
    --cell-icon-size: 4em;
}
/* h4見出しの横線を幅広くする */
.post_content h4 {
    padding: 0 0 0 16px;
    border-left: solid 5px var(--color_htag);
}
/* -catedory-の表記消す */
.u-fz-14 {
    display: none;
}

/* トップページ 更新情報 */
a.cp-postList__link {
    text-decoration: none;
}

/* 記事内_監修者やガイド用のプロフィール_20221103 */
.profile-wrap { /* 20221104_追記 */
    margin-bottom: 2%;
}

.profile-wrap .profile__description {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 6px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.profile-wrap .profile__description {
    font-size: 0.85em;
}
}

.profile-wrap .profile {
    display: flex;
	height: 138px;
	overflow: hidden;
	padding: 13px 10px;
	position: relative;
	line-height: 1.8;
	border: 1px solid #e7e7e7;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .profile-wrap .profile {
    margin-top: 20px;
    height: 135px;
    padding: 10px;
	}
}

.profile-wrap .profile__author {
  width: 20%;
  margin-bottom:3px;
  text-align: center;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .profile-wrap .profile__author {
    width: 25%;
/*     left: 10px; */
    position: relative;
  }
}

.profile-wrap .profile__author img {
  max-width: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .profile-wrap .profile__author img {
    max-width: 100%;
  }
}

.profile-wrap .profile__contents {
	width: 75%;
	padding: 0 0 0 20px;
	margin-top: 0;
	margin-left: 10px;
/* 	border-left: 1px solid rgba(0,0,0,.1); */
	overflow: hidden;
}

@media screen and (max-width: 767px) {
  .profile-wrap .profile__contents {
    width: 75%;
    padding: 0 10px;
/*     margin-left: 30px; */
  }
}

.profile__readmore {
  background-color: #fff;
  bottom: 13px;
  color: #888;
  cursor: pointer;
  padding-left: 9px;
  position: absolute;
  right: 22px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .profile__readmore {
    right: 22px;
    bottom: 8px;
    padding-left: 8px;
	font-size: 0.85em;
	}
}

.profile-wrap .profile__name a {
	color: #000;
	font-size: 15px;
}

.profile-wrap .profile__name .role {
	display: block;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
  .profile-wrap .profile__name .role {
    font-size: 0.85em;
    font-weight: bold;
  }
}

.profile-wrap .profile__name .name {
	font-size: 16px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
  .profile-wrap .profile__name .name {
    font-size: 15px;
  }
}

.profile-wrap .profile__text {
  background: none;
  font-size: 12px;
  margin: 0 !important;
  padding: 0;
  line-height: 1;  
  display: inline-block;
  position: relative;
  height: 20px;
  text-align: center;
  box-sizing: border-box;
  top: -20px;
}

.profile-wrap .profile__text::before {
/*   content: ''; */
  position: absolute;
  width: 30px;
  bottom: -10px;
  left: -15px;
  z-index: -2;
  border: 12px solid #56adf3;
  border-left-color: transparent;
}

.profile-wrap .profile__text::after {
/*   content: ''; */
  position: absolute;
  width: 30px;
  bottom: -10px;
  right: -15px;
  z-index: -2;
  border: 12px solid #56adf3;
  border-right-color: transparent;
}

.profile-wrap .profile__text span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
  background: #ff9494;
  border-radius: 5px; /* 20221104_追記 */
  box-shadow: 1px 1px 2px #cc6161; /* 20221104_追記 */
  font-weight: bold;
}

.profile-wrap .profile__text span::before {
  position: absolute;
/*   content: ''; */
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5;/*左の折り返し部分*/
}

.profile-wrap .profile__text span::after {
  position: absolute;
/*   content: ''; */
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5;/*右の折り返し部分*/
}


@media screen and (max-width: 767px) {
  .profile-wrap .profile__text {
    min-width: unset;
    font-size: 10px;
  }
}

/* .profile-wrap .profile__text::before {
  content: none;
} */

.profile-wrap .btn__link {
  font-size: 17px;
}

.media_policy_announce {
    background-color: #F7F7F7;
    padding: 8px 12px;
    font-size: 0.8em;
    line-height: 1.6em;
    border-radius: 5px;
    margin-top: 14px;
}

.profile .link-icon {
	margin-left: 10px;
}

.profile .link-icon a,
.profile .profile-link-button {
	color: #999;
	text-decoration: none;
}

.profile .profile-link-button {
	font-size: 0.85em;
}


/* 記事アイキャッチ カテゴリー表示 */
@media screen and (max-width:767px) {
	.p-articleMetas__termList {
		display: flex;
		flex-wrap: unset;
		white-space: nowrap;
		overflow: scroll;
	}
}