@charset "utf-8";

/* -------------記事装飾----------- */
.singleCategory-list{
	padding-top: 10px;
}

.singleCategory-listItem{
	padding: 2px 8px;
	border-radius: 50px;
	border: solid 1px #222222;
	color: #222222;
	font-size: 12px; 
	line-height: 160%;
}

.singleCategory-listItem:not(:last-of-type){
	margin-right: 8px;
}

.singleBody h2 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 160%;
	letter-spacing: normal;
	border-bottom: solid 1px #DFDFDF;
}

.singleBody h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-left: 40px;
	position: relative;
}

.singleBody h3::before{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background-color: #282828;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}

.singleBody h4,
.singleBody h5,
.singleBody h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 30px;
}
.singleBody p{
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	.singleBody h2 {
		margin-top: 60px;
	}

	.singleBody h3 {
		margin-top: 30px;
	}

	.singleBody h4,
	.singleBody h5,
	.singleBody h6 {
		margin-top: 20px;
	}
}

/* リスト */
.singleBody ul li,
.singleBody ol li {
	margin-left: 40px;
}

.singleBody ul li {
	list-style-type: disc;
}

.singleBody ol li {
	list-style-type: decimal;
}

/* 引用文 */
blockquote {
	position: relative;
	padding: 20px 15px 10px 60px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 15px;
	content: url(../img/quote-left-solid.svg);
}

blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

/* テーブル */
.singleBody table {
	border: 1px solid #afafaf;
	margin: 30px 0;
}

.singleBody thead {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 4px 5px;
}

.singleBody tbody tr {
	border-bottom: 1px solid #afafaf;
}

.singleBody tbody tr:last-child {
	border-bottom: 0px;
}

.singleBody table thead th,
.singleBody table tbody th,
.singleBody table tbody td {
	border-right: 1px solid #afafaf;
	padding: 0 5px;
}

.singleBody table thead th:last-child,
.singleBody table tbody td:last-child {
	border-right: 0px;
}

.singleBody table tbody th {
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
}

/* 定義リスト */
.singleBody dl {
	margin: 30px 0;
}

.singleBody dl dt {
	font-weight: bold;
	font-size: 120%;
}

.singleBody dl dd {
	margin: 0 0 20px 40px;
}

/* Youtubeを横100％表示 */
.singleBody .wp-block-embed__wrapper {
	padding-bottom: 56.25%;
	/* アスペクト比16:9の場合 */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
	/* YouTubeの下に余白をつける */
}

.singleBody .is-provider-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* リンク */
.singleBody a {
	color: #222222;
	text-decoration: underline;
}

/* 長い英単語でも折り返し表示できる */
.siglePnTxtNext h3,
.siglePnTxt h3,
.singleTtlWrap h1,
.bc,
.columnListTxt,
.archiveListTxt {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}


/* ページャー -------------------- */

.pagenation {
	margin: 100px auto 0;
}

.page-numbers {
	display: flex;
	justify-content: center;
}

.page-numbers>li>span,
.page-numbers>li>a {
	display: block;
	font-size: 14px;
	background: #fff;
	border: 1px solid #222222;
	color: #222222;
	line-height: 1;
	border-radius: 5px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	transition: .3s;
}

.page-numbers>li {
	margin-right: 10px;
}

.page-numbers.current {
	background: #222222;
	border: 1px solid #222222;
	color: #fff;
}

.page-numbers>li>a:hover {
	background: #222222;
	border: 1px solid #222222;
	color: #fff;
	opacity: 1;
}

@media screen and (max-width:768px) {
	.pagenation {
		margin-top: 48px;
	}
	.page-numbers>li>span,
	.page-numbers>li>a {
		width: 40px;
		height: 40px;
	}
	
	.singleBody h2 {
	font-size: 22px;
}

.singleBody h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-left: 30px;
	position: relative;
}

.singleBody h3::before{
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background-color: #282828;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}
}

/* ---------------------------------------
* Voice
------------------------------------------ */

.p-card-feedback__list {
	column-gap: 30px;
	row-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.p-card-feedback__dt {
	font-weight:600;
	padding-top: 5px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.p-card-feedback__dd {
    font-size: 12px;
    letter-spacing: normal;
}
.p-card-feedback__cat {
    background: #00AEC7;
    padding: 9px 15px 6px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    border-radius: 100px;
}
.blog_list_day {
	color: #808080;
	font-size: 12px;
	margin-bottom: 0;
}

.category-listItem{
	color: #808080;
	font-size: 12px;
	position: relative;
}

.category-listItem:not(:last-of-type){
	padding-right: 6px;
	margin-right: 6px;
}

.category-listItem:not(:last-of-type)::after{
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background-color: #7F7F7F;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}

.blog_list_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;

}

.p-card-blog__body{
	margin-top: 20px;
}

.blog_list_img::before {
	content: "";
	display: block;
	padding-top: 56.75%;
}

.blog_list_img__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-card-feedback__item {
	width: calc((100% - 60px) / 3);
    position: relative;
}

.p-card-feedback__itemt a:hover .blog_list_img {
	transform: scale(1.05);
}

.p-card-feedback__item a:hover {
	opacity: 0.8;
}

.p-card-feedback__img {
	overflow: hidden;
	border-radius: 10px;
}

/* トップページのブログカード */

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

	.p-card-feedback__list {
		display: block;
	}

	.p-card-feedback__item {
		width: 100%;
		padding: 0 0 30px 0;
	}
}

/* 投稿一覧ページ */

.blogListWrap {
	width: 100%;
}

.articleTtl {
	font-size: 32px;
	font-weight: bold;
	line-height: 2;
	padding-bottom: 20px;
}

.article {
	padding: 140px 0 120px;
}

.articleBtn {
	margin-bottom: 170px;
}

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

	.p-card-feedback__list {
		column-gap: 30px;
		row-gap: 40px;
	}

}

@media screen and (max-width:768px) {
	.p-card-feedback__item {
		width: calc((100% - 30px) / 2);
	}
	.blog_wrap {
		margin: 0 0px 90px;
	}

	.articleTtl {
		font-size: 20px;
	}

	.article {
		padding: 140px 0 80px;
	}

	.articleBtn {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:500px) {
	.p-card-feedback__item {
		width: 100%;
	}
}

/* ---------------------------------------
* 出版書籍
------------------------------------------ */

.p-book__container {
  padding-bottom: 10px;
}

.p-book__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.p-book__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  height: 370px;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 30px;
}

.p-book__item:hover .c-button-buy.-buy-amazon {
  color: #404040;
  background-color: #ffffff;
}

.p-book__item:hover .c-button-buy.-buy-amazon::before {
  background-image: url(../img/icon_amazon.svg);
}

.p-book__image {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.p-book__image > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}

/* 購入ボタン */

.c-button-buy {
  transition: 0.3s ease;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 170px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  font-family: Poppins;
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid #404040;
  background-color: #404040;
}

.c-button-buy.-buy-amazon::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_amazon_white.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
}

@media screen and (max-width:768px) {
    .p-book__item {
        width: 50%;
        height: 288px;
    }
    .p-book__image {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 170px;
        height: 250px;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
    }
}

/* ---------------------------------------
* News
------------------------------------------ */

.p-card-news__list {
    border-top: solid 1px #DEDCE8;
    padding-top: 30px;
}

.p-card-news__listItem{
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #D9D9D9;
	transition: all .5s;
}

.p-card-news__listItem:first-of-type{
	padding-top: 0;
}


.p-card-news__item{
	position: relative;
	z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-card-news__image{
	width: 21.2%;
	flex: 0 0 21.2%;
	border-radius: 10px;
	border: solid 1px #D9D9D9;
	overflow: hidden;
	border-radius: 10px;
}
.p-card-news__image img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover;";
}

.news-listImg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}


.news-listImg::after{
	content: "";
	padding-top: 59%;
	border-radius: 10px;
	display: block;
}

.p-card-news__body{
	flex: 1 1 auto;
	padding-left: 30px;
	padding-top: 20px;
}

.news-meta span{
	display: inline-block;
	font-size: 12px;
}

.news-meta span{
	color: #7F7F7F;
}

.p-card-news__title{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: normal;
	margin-top: 10px;
}
.p-card-news__category{
	font-size: 12px;
	display: inline-block;
	color: #000;
	line-height: 140%;
	padding: 2px 8px;
	border-radius: 50px;
	border: solid 1px #000;
}
.p-card-news__date{
	display: inline-block;
	font-size: 12px;
    color: #7F7F7F;
}
@media screen and (max-width:768px) {
    .p-card-news__item {
        display: block;
    }
    .p-card-news__image {
        width: 100%;
    }
    .p-card-news__body {
        padding-left: 0;
        padding-top: 20px;
    }
}

/* ---------------------------------------
* Blog
------------------------------------------ */
.blog_list_wrap {
	column-gap: 30px;
	row-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog_list_ttl {
	margin-bottom: 20px;
	line-height: 1.5;
}

.blog_list_day {
	color: #808080;
	font-size: 12px;
	margin-bottom: 0;
}

.blog_list_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;
}

.blog_list_img_wrap{
	border: solid 1px #DEDCE8;
}

.blog_list_img::before {
	content: "";
	display: block;
	padding-top: 56%;
}

.member-listImg .blog_list_img::before{
	padding-top: 78.66%;
}

.blog_list_img__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-card-blog__item {
	width: calc((100% - 80px) / 3);
    display: block;
}

.p-card-blog__image {
	overflow: hidden;
	border-radius: 10px;
}

.member-listImg{
	border: unset;
}


.blog_list_txt{
	padding-top: 20px;
}

.p-card-blog__category{
	font-size: 12px;
    position: relative;
    background: #fff;
    padding: 0px 6px;
    display: inline-block;
    border: 1px solid #74727D;
    border-radius: 3px;
}

.p-card-blog__category:not(:last-of-type){
	padding-right: 6px;
	margin-right: 6px;
}

.p-card-blog__category:not(:last-of-type)::after{
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background-color: #74727D;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}

.p-card-blog__date{
    color: #74727D;
	font-size: 12px;
	letter-spacing: normal;
}

.p-card-blog__title {
	font-weight: 600;
	padding-top: 5px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
}
@media screen and (max-width:768px) {
    .blog_list_wrap {
        display: block;
    }
    .p-card-blog__item {
        width: 100%;
        padding: 0 0 30px 0;
    }
}