@charset "utf-8";

/*********************
module site-top
**********************/

section.siteHeader .siteTitle figure,
.cat-topic .heading .pageTitle figure {
	background: url(./module-site/common/images/heading1Img.png) no-repeat left center;
	background-size: 100%;
}

section.siteHeader .siteTitle figure figcaption,
.cat-topic .heading .pageTitle figure figcaption {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 185px;
}

section.siteHeader .siteTitle figcaption h1,
.cat-topic .heading .pageTitle figcaption h1 {
	font-size: 28px;
	margin: 0 0 0 45px;
	line-height: 35px;
	width: 100%;
	padding: 10px 110px 10px 15px
}

/* section.siteHeader .siteTitle figcaption h1:after {
	content: "";
	display: inline-block;
	background-image: url(./module-site/common/images/dot3img.png);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: right center;
	height: 20px;
	width: 65px;
	position: absolute;
	right: 15px;
	top: calc( 50% - 10px );
} */

/* 後で削除 */
section.siteHeader .flexBox {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
section.siteHeader .flexBox .flexLeft {
	width: 30%;
}

section.siteHeader .flexBox .flexLeft img {
	display: block;
	width: 70%;
}

section.siteHeader .flexBox .flexRight {
	width: auto;
	border-left: 5px solid #e8e8e8;
	padding: 10px 0 10px 25px;
}

section.siteHeader .index li {
	margin: 5px 0;
}

section.siteHeader .index li:before {
	content: "◯";
	margin-right: 6px;
	color: #8f0000;;
}

section.siteHeader .index a {
	color: #000;
	padding: 10px 0;
}

section.siteHeader .intro {
	border-radius: 10px;
	margin: 30px 0;
}

section.siteHeader .intro a,
section.siteHeader .sub_intro a {
	color: #43454b;
}

section.siteHeader .intro p {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}

section.siteHeader .sub_intro p {
    font-size: 1.5rem;
    color: #8f0000;
}

section.siteHeader .sub_intro a.manLinkBtn {
	background-color: #8f0000;
	color: #fff;
	border: 1px solid #8f0000;
	border-radius: 10px;
	font-size: 20px;
	width: fit-content;
	padding: 5px 15px;
	font-weight: unset;
}

section.siteHeader .sub_intro a.manLinkBtn:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 28px;
	margin: 0 15px 0 5px;
	background: url(./images/supportIcon.png) no-repeat;
	background-size: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

section.siteHeader .sub_intro a.manLinkBtn:hover {
	background-color: #fff;
	color: #8f0000;
	transition: 0.2s;
}

section.siteHeader .sub_intro a.manLinkBtn:hover:before {
	background: url(./module-site/common/images/pageIcon_A.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 28px;
	background-size: 29px;
}

section.indexListWrap .flexBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: flex-start;
	/* gap: 50px; */
}

section.indexListWrap .flexBox .flexLeft {
	width: 60%;
	margin: 15px 0;
}

.index-topic .children {
	margin: 0;
}

.index-topic > ul > li > a {
	border-bottom: 2px solid #8f0000;
	margin: 30px 0 20px;
}

.index-topic ul>li>ul>li a {
	color: #8f0000;
}

.index-topic .children li {
	margin: .3rem 0;
}

.topic-cont .category-page-category-list a::before,
.index-topic .children a::before,
.index-catlist a::before,
.interview-gotolink a::before {
	content: "●";
	margin-right: 5px;
}


/* クローン病のトピッククローン病とコロナ禍の文字装飾 */
/* 認知症の文字装飾 */
.blogid-18 .index-topic .cat-item-47 a,
.blogid-2 .index-topic .cat-item-124 a {
	color: #8f0000 !important;
	font-weight: unset !important;
}



.top-main-news .top-main-news-more {
	right: 235px;
	margin-top: 20px;
}


section.talker .heading {
	display: block;
	margin: 50px 0;
}

section.talker .heading figure {
	background: url(./module-site/common/images/heading2Img.png) no-repeat left center;
	background-size: 200px;
	height: 135px;;
}

section.talker .heading figure figcaption {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 135px;
	width: 200px;
}


section.talker .flexBox {
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	align-items: flex-start;
	gap: 100px;
}

section.talker .flexBox .flexLeft,
section.talker .flexBox .flexRight {
	width: 45%;
}

section.talker .flexBox.flexBox3 {
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	align-items: flex-start;
	gap: 40px;
}


section.talker .flexBox .flexLeft3,
section.talker .flexBox .flexCenter3,
section.talker .flexBox .flexRight3 {
	width: 30%;
}

section.talker h4 {
	margin: 0 0 20px;
	border-bottom: 2px solid #99282c;
}

section.talker ul li.cat-item {
	margin: 5px 0;
}

section.talker ul li.cat-item a {
	color: #99292c;
	font-size: 16px;
}

section.talker ul li.cat-item a:hover {
	text-decoration: underline;
}

section.talker ul li.cat-item:before {
	content: "●";
	color: #99282c;
	margin: 0 12px 0 0;
}


section.overview {
	width: 100%;
	margin: 0 auto;
}

/* 英国人モジュール概要箇所非表示 */
.breast-c-uk.blogid-6 .post-1373 section.overview,
.prostate-c-uk.blogid-7 .post-520 section.overview,
.bereavement-uk.blogid-8 .post-231 section.overview {
	display: none;
}
.breast-c-uk.blogid-6 .post-1373 section.talker,
.prostate-c-uk.blogid-7 .post-520 section.talker,
.bereavement-uk.blogid-8 .post-231 section.talker {
	margin: 0 0 50px;
}



section.overview .heading {
	position: relative;
	margin: 60px 0 40px;
}

section.overview .heading figure {
	background: url(./module-site/common/images/heading3Img.png) no-repeat left center;
	background-size: 100%;
	height: 115px;
	width: 100%;
}

section.overview .heading figure figcaption {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 115px;
}

section.overview h3 {
	margin: 15px 0;
}

section.overview .target>p {
	width: 100%;
	margin: 10px auto;
}

section.overview .overview-box .interview,
section.overview .overview-box .target {
	display: block;
	width: 90%;
	margin: 0 auto;
}

section.overview .overview-box .desc {
	margin: 30px 0;
}

section.overview .overview-box .desc p {
	border-top: 1px solid #99282c;
	border-bottom: 1px solid #99282c;
	padding: 8px 0;
}


section.overview .link {
	margin: 60px 0 0;
}

section.overview .link .flexBox {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px 60px;
}

section.overview .link .flexBox>a {
	width: 40%;
	margin: 4px 0;
	padding: 5px 0 5px 30px;
	color: #99282c;
	font-size: 18px;
	font-weight: bold;
}

section.overview .link .flexBox>a:hover {
	text-decoration: underline;
}

section.overview .link .flexBox a::before {
	content: url(./module-site/common/images/pageIcon_A.png);
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
}

/* リンクが3つ 調整用CSS */
.covid-19.blogid-20 section.overview .link,
.breast-c-uk.blogid-6 section.overview .link,
.prostate-c-uk.blogid-7 section.overview .link,
.bereavement-uk.blogid-8 section.overview .link {
    width: 90%;
    margin: 60px auto 0;
}

.covid-19.blogid-20 section.overview .link .flexBox,
.breast-c-uk.blogid-6 section.overview .link .flexBox,
.prostate-c-uk.blogid-7 section.overview .link .flexBox,
.bereavement-uk.blogid-8 section.overview .link .flexBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.covid-19.blogid-20 section.overview .link .flexBox>a,
.breast-c-uk.blogid-6 section.overview .link .flexBox>a,
.prostate-c-uk.blogid-7 section.overview .link .flexBox>a,
.bereavement-uk.blogid-8 section.overview .link .flexBox>a {
    width: 45%;
}

/* ここまで */

section.module-list h3 {
	text-align: center;
}

section.module-list .flexBox a {
	color: #8f0000;
	text-decoration: none;
}

section.module-list .flexBox a:hover {
	text-decoration: underline;
}

section.module-list .module-link>ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	/* height: 160px; */
	height: 200px;
	align-content: space-around;
	justify-content: flex-start;
	margin: 40px 0 0;
}

section.module-list .module-link ul li {
	list-style: disc;
	color: #8f0000;
	list-style-position: inside;
	margin: 5px 0;
}

section.module-list .module-link>ul li>ul.sub-menu li {
	margin: 0 0 0 30px;
    list-style: circle;
    font-size: 13px;
}

section.module-list .module-link>ul li>ul.sub-menu li::marker {
	font-size: 10px;
}


@media screen and (max-width:768px) { 
	section.siteHeader {
		padding: 0 10px;
	}
	/* section.siteHeader .siteTitle figure{
		background-size: 160px auto; 
	} */
	section.siteHeader .siteTitle figure,
	.cat-topic .heading .pageTitle figure {
		background: url(./module-site/common/images/heading1Img_SP.png) no-repeat left center;
		background-size: 100%;
	}
	section.siteHeader .siteTitle figure figcaption,
	.cat-topic .heading .pageTitle figure figcaption{
		height: 120px;
	}
	section.siteHeader .siteTitle figcaption h1,
	.cat-topic .heading .pageTitle figcaption h1{
		margin: 0 0 0 26px;
		padding: 5px 58px 5px 6px;
		font-size: 20px;
		line-height: 20px;
	}
	section.siteHeader .intro{
		margin: 30px 10px;
	}
	.sub_intro {
		padding: 0 15px;
	}
	.sub_intro p.ftsz-L{
		font-size: 18px;
	}
	section.indexListWrap,
	section.talker,
	section.overview {
		margin: 0 20px;
	}
	section.indexListWrap .flexBox .flexLeft{
		width: 100%;
	}
	section.talker .heading {
		width: 140px;
		margin: 30px auto;
	}
	section.talker .heading figure {
		background-size: 140px;
		height: 100px;
		background-position: center center;
	}
	section.talker .heading figure figcaption {
		height: 100px;
		width: 140px;
	}
	section.talker .heading figure h2 {
		font-size: 15px;
	}
	section.talker .flexBox {
		gap: unset;
		display: block;
	}
	section.talker .flexBox .flexLeft,
	section.talker .flexBox .flexRight {
		width: 85%;
		margin: 50px auto;
	}
	section.overview{
		width: 90%;
		margin-top: 20px;
	}
	section.overview .heading {
		margin: 0;
	}
	section.overview .heading figure {
		background: url(./module-site/common/images/heading3Img_SP.png) no-repeat left center;
		background-size: 100%;
		height: 72px;
	}
	section.overview .heading figure figcaption {
		width: 98px;
		height: 72px;
	}
	section.overview .heading figure figcaption h2 {
		font-size: 16px;
	}
	section.overview h3 {
		font-size: 1rem;
	}
	section.overview p {
		font-size: 95%;
	}
	section.overview .target>p {
		margin: 0 auto;
	}
	section.overview .overview-box .interview,
	section.overview .overview-box .target {
		width: 90%;
	}
	section.overview .overview-box .desc p {
		line-height: 2rem;
	}
	section.overview .link{
		margin: 20px 0;
	}
	section.overview .link .flexBox {
		gap: 0;
		justify-content: center;
	}
	section.overview .link .flexBox>a {
		width: 75%;
		padding: 5px 0 5px 0;
		font-size: 15px;
	}
	/* リンクが3つなので調整用CSS */
	.covid-19.blogid-20 section.overview .link .flexBox,
	.breast-c-uk.blogid-6 section.overview .link .flexBox,
	.prostate-c-uk.blogid-7 section.overview .link .flexBox,
	.bereavement-uk.blogid-8 section.overview .link .flexBox {
		justify-content: center;
	}
	.covid-19.blogid-20 section.overview .link .flexBox>a,
	.breast-c-uk.blogid-6 section.overview .link .flexBox>a,
	.prostate-c-uk.blogid-7 section.overview .link .flexBox>a,
	.bereavement-uk.blogid-8 section.overview .link .flexBox>a {
		width: 80%;
	}
	/* ここまで */
}


/*********************
sidebar サイドバー
**********************/
section.sidebar {
	min-width: 280px;
}

section.indexListWrap .flexBox .flexRight {
	width: 280px;
	margin: 15px auto;
}

section.sidebar h3 {
	text-align: center;
	margin: 35px 0;
}

section.sidebar h3.themeList {
	text-align: left;
	margin: 0 0 10px 15px;
	padding: 0 10px;
	border: 1px solid #8f0000;
	border-radius: 5px;
	width: fit-content;
}

section.sidebar .index-topic h3.themeList {
    margin: 70px 0 0 15px;
}

section.sidebar .index-topic h3.themeList+ul {
    border-top: 3px solid #8f0000;
    margin-top: 10px;
}

section.sidebar .books figure {
	background: url(./module-site/common/images/sideA.png) no-repeat center center;
	background-size: 215px;
	background-position: center;
	position: relative;
	height: 350px;
	width: 218px;
	margin: 0 auto;
}

section.sidebar .books figure a.book img {
	width: 105px;
	height: auto;
	position: absolute;
	top: 30px;
	left: calc(50% - 52px);
}

section.sidebar .books figure a.amazonbtn img {
	width: 80px;
	height: auto;
	position: absolute;
	bottom: 120px;
	left: 58px;
}

section.sidebar .books figure figcaption {
	font-size: 10px;
	width: 110px;
	position: absolute;
	bottom: 45px;
	left: 57px;
	line-height: 12px;
}

section.sidebar .relatemovie .movie:last-of-type {
    margin: 30px 0 0;
}

section.sidebar .relatemovie .movieImg {
	width: 100%;
}

section.sidebar .relatemovie .movieImg img {
	width: 260px;
	display: block;
	margin: 0 auto;
}

section.sidebar .link {
    margin: 50px 0 0;
}

section.sidebar .link .flexBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}

section.sidebar .link .flexBox>a {
	width: 100%;
	margin: 4px 0;
	padding: 5px 0 5px 15px;
	color: #99282c;
	font-size: 15.5px;
	font-weight: bold;
	text-decoration: none;
}

section.sidebar .link .flexBox>a:hover {
	text-decoration: underline;
}

section.sidebar .link .flexBox a::before {
	content: "";
	display: inline-block;
	background-image: url(./module-site/common/images/pageIcon_A.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
}



/*****************
リンクボタン 
*******************/


.linkBtn.sp_btn {
	display: grid;
	align-content: center;
	align-items: center;
	grid-template-columns: repeat(auto-fill, minmax(150px,1fr));
	grid-gap: 40px 0px;
	justify-items: center;
}

.linkBtn.flexBox {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	grid-gap: 75px;
	margin: 40px 0 0;
}


section.sidebar .linkBtn>div {
	margin: 45px auto;
	text-align: center;
}

.linkBtn a {
	text-decoration: none;
	text-align: center;
}

.linkBtn.sp_btn .twitter a,
section.sidebar .linkBtn .twitter a,
.linkBtn.sp_btn .facebook a,
section.sidebar .linkBtn .facebook a {
	font-size: 3.5rem;
	color: #fff;
	border-radius: 50px;
}

section.sidebar .linkBtn .twitter a {
	padding: 10px 20px;
	background-color: #009edf;
}

section.sidebar .linkBtn .facebook a {
	padding: 10px 45px;
	background-color: #0077bc;
	position: relative;
}

section.sidebar .linkBtn .facebook a>i,
.linkBtn.sp_btn .facebook a>i {
	position: absolute;
	bottom: -1px;
	left: calc(50% - 18px);
	font-size: 5rem;
}

section.sidebar .linkBtn .iken a,
.linkBtn .iken a,
section.sidebar .linkBtn .contact a,
.linkBtn .contact a {
	display: inline-block;
	padding: 25px 25px;
	border-radius: 60px;
	border: 2px solid #8f0000;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 20px;
}

section.sidebar .linkBtn .iken a,
.linkBtn .iken a{
	padding: 25px;
	border-radius: 60px;
}

section.sidebar .linkBtn .contact a,
.linkBtn .contact a {
	padding: 45px 15px;
	border-radius: 60px;
	text-decoration: none;
	text-align: center;
}

section.sidebar .linkBtn .contact a:hover,
.linkBtn .contact a:hover,
section.sidebar .linkBtn .iken a:hover,
.linkBtn .iken a:hover {
	color: #fff;
	background-color: #8f0000;
	border: 2px solid #8f0000;
	transition: 0.2s;
}


.linkBtn.PCbtn2 {
	display: flex;
	margin: 70px auto 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.linkBtn.PCbtn2>div {
	margin: 0 40px;
}


@media screen and (max-width:768px) {
	.linkBtn.sp_btn {
		/*display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		margin: 30px 0 0;*/
	}	
}


@media screen and (max-width:480px) { 
}




/*********************
category-topic.php
**********************/
.cat-topic .heading .pageTitle {
	margin: 30px 0 0;
}

.cat-topic .heading .index {
	margin: 30px 0 0;
}

[id="scroll_nav"] {
	margin-bottom: 0rem;
	background-color: unset;
	border-bottom: 4px solid #efefef;
	padding: 0 0 0 15px;
}

[id="scroll_nav"] ol {
	font-size: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

[id="scroll_nav"] li:first-child {
	display: inline-block;
}

[id="scroll_nav"] a::before {
	content: "●";
	color: #8f0000;
	transform: scale(.6);
}

section.topicMainWrap .intro p {
	/* font-size: 1.5em;
	line-height: 2.2rem; */
	margin: 10px 0;
}

section.topicMainWrap .topic-text p,
section.topicMainWrap .intro p {
	font-size: 17.5px;
}

section.topicMainWrap .topic-text p a,
section.topicMainWrap p a {
	color: #8f0000;
	text-decoration: none;
}

section.topicMainWrap .topic-text p a:hover,
section.topicMainWrap p a {
	text-decoration: underline;
}


/* 英国人モジュール　Topicsページ　ここから */
.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox a,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox a,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox a {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a>img,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a>img,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a>img {
    width: 25%;
    float: none;
    max-width: 110px;
}

.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a>span,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a>span,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a>span {
    width: 71%;
    position: unset;
    height: inherit;
    text-align: left;
}

.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a>span:after,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a>span:after,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a>span:after {
    display: none;
}

.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a>span:after,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a>span:after,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a>span:after {
    display: none;
}

.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a::after,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a::after,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a::after {
    text-decoration: none;
    font-style: normal;
    color: #8f0000;
    display: block;
    line-height: 1;
    content: "▶︎";
    font-size: 1.2rem;
    border: 1px solid currentColor;
    text-align: center;
    width: 30px;
    padding: 6px 5px 6px 7px;
    position: absolute;
    right: 35px;
    bottom: 12px;
    border-radius: 20px;
}

.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox a:hover,
.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox a:hover,
.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox a:hover {
    background-color: #ffe5e5;
}

/* 英国人モジュール　Topicsページ　ここまで */



section.contentsWrap.flexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}

section.contentsWrap.flexBox .flexLeft {
	width: 62%;
}

section.contentsWrap.flexBox .flexRight {
	width: 32%;
	margin: 0 0 0 30px;
	min-width: auto;
}

section.contentsWrap .topicWrap h2 {
	color: #8f0000;
	background-image: url(./module-site/common/images/topicTitleHeading1.png);
	background-repeat: no-repeat;
	background-position: top 8px left 0px;
	background-size: 45px;
	padding: 5px 60px;
	margin: 20px 0;
	border: none;
	position: relative;
	box-shadow: 5px 5px 4px 0px #efefef;
}

section.contentsWrap .topicWrap h2:after {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(./module-site/common/images/topicTitleHeading2.png);
	background-position: top 5px right 0;
	background-size: 40px;
	width: 40px;
	height: 17px;
	background-repeat: no-repeat;
	top: calc(50% - 10px);
	right: 15px;
}


section.contentsWrap .topic-linkbox {
	margin: 10px 5px 30px;
	position: relative;
}

section.contentsWrap .topic-linkbox a {
	background: #fff;
	border-bottom: 3px solid #e2e2e2;
	padding: 1rem 1rem 3rem 1rem;
	color: #8f0000;
}

section.contentsWrap .topic-linkbox a img {
	margin: .2rem 1.5rem 0 0;
	border: 1px solid currentColor;
}

.interview-list-text h2 a::after,
section.contentsWrap .topic-linkbox a::before {
	display: none;
}

section.contentsWrap .topic-linkbox span {
	color: #000;
	font-size: .9em;
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 80px;
	height: 33px;
}

section.contentsWrap .topic-linkbox span:after {
	text-decoration: none;
	font-style: normal;
	color: #8f0000;
	display: block;
	line-height: 1;
	content: "▶︎";
	font-size: 1.2rem;
	border: 1px solid currentColor;
	text-align: center;
	width: 30px;
	padding: 6px 5px 6px 7px;
	position: absolute;
	right: -50px;
	bottom: 6px;
	border-radius: 20px;
}

section.contentsWrap .topic-linkbox + p,
section.contentsWrap .topic-text p{
	margin: 3rem 0 3rem;
}

section.contentsWrap .topic-text p.topic-notice {
	margin: 0 20px;
}

.cat-topic section.sidebar .index-topic {
	padding: 0 0 30px 0;
	border-top: 3px solid #8f0000;
	border-bottom: 3px solid #8f0000;
	margin: 0 0 100px 0;
}

.cat-topic section.sidebar .index-topic ul > li {
	font-size: 15px;
	margin: 2px 0;
}

.cat-topic section.sidebar .index-topic > ul > li > a {
	border: none;
	margin: 30px 0 5px;
	font-size: 18px;
}

.cat-topic section.sidebar .index-topic > ul > li > a:before {
	content: "○";
	color: #8f0000;
	margin: 0 7px 0 0;
}

.cat-topic section.sidebar .index-topic .children {
	margin: 0 0 0 20px;
}

.cat-topic section.sidebar .index-topic ul > ul > li a {
	color: #8f0000;
}

/* .cat-topic section.sidebar .sideLink > div {
	margin: 100px 0;
} */

/* .cat-topic section.sidebar .linkBtn .contact, 
.cat-topic section.sidebar .linkBtn .twitter {
	margin-top: 180px;
} */

.cat-topic section.sidebar .linkBtn>div {
	margin: 80px auto;
}

.cat-topic section.sidebar .linkBtn .iken a,
.cat-topic section.sidebar .linkBtn .contact a {
	border: 1px solid #8f0000;
	box-shadow: 2px 2px 4px 2px #ccc;
}


@media screen and (max-width:768px) { 
	/* トピックページのintro部分が必要になったら使う */
	/* .cat-topic section.topicMainWrap .intro p {
		font-size: 18px;
		line-height: 1.5;
	}
	.cat-topic section.topicMainWrap .intro{
		padding: 10px;
	} */
	.cat-topic section.contentsWrap.flexBox .flexLeft{
		width:100%;
	}
	.cat-topic .topic-linkbox a img {
		margin: 10% 10px 10% 0;
	}
	.cat-topic .topic-linkbox span{
		right: 10px;
	}
	.cat-topic .topic-linkbox + p,
	.cat-topic .topic-text p{
		margin: 15px 0;
	}
	.cat-topic .heading .index{
		margin: 30px 0 0;
	}
	.cat-topic section.contentsWrap .topicWrap h2 {
		font-size: 16px;
		background-position: top 8px left 3px;
		background-size: 35px;
		padding: 5px 57px 5px 45px;
	}
	section.contentsWrap.flexBox .flexRight{
		display: none;
	}
	.cat-topic main.topic-cont section.sidebar {
		width: 100%;
	}

	/* 英国人モジュール　Topicsページ　ここから */
	.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox a,
	.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox a, 
	.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox a {
		align-items: center;
	}
	
	.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a>img,
	.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a>img,
	.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a>img {
		width: 30%;
		max-width: 70px;
	}
	
	.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a>span,
	.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a>span,
	.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a>span {
		width: 60%;
		margin: 5px 0 0;
	}
	.breast-c-uk.blogid-6 section.topicMainWrap .topic-linkbox>a::after,
	.prostate-c-uk.blogid-7 section.topicMainWrap .topic-linkbox>a::after,
	.bereavement-uk.blogid-8 section.topicMainWrap .topic-linkbox>a::after {
		right: 15px;
		bottom: 5px;
	}
	/* 英国人モジュール　Topicsページ　ここまで */


}




/*********************
single-topic.php
single-profile.php
**********************/
.single .entry-header section.heading .subTitle {
	height: auto;
}

.single .entry-header section.heading >.flexBox {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
}
/* 
.single .entry-header section.heading.bgCloud {
	background-position: top 2% right 8%;
	background-size: 125px;
}

.single .entry-header section.heading > .bgCloud {
	background-position: bottom 10% left 200px;
	background-size: 110px;
}

.single .entry-header section.heading.bgCloud {
	background-position: top 0% right 8%;
	background-size: 125px;
} */

.single .entry-header section.heading .topicTitle {
	margin: 0 0 1rem;
}

.single .entry-header section.heading .topicTitle .flexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}

.single .entry-header section.heading .subTitle figure {
	background: url(./module-site/common/images/topicSingleTitle.png) no-repeat;
	background-size: 175px auto;
	width: 175px;
	height: 120px;
}

.single .entry-header section.heading .subTitle figure figcaption {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	width: 170px;
	height: 115px;
}

.single .entry-header section.heading .subTitle figure figcaption span {
	width: 146px;
	font-size: 18px;
	text-align: right;
	line-height: 20px;
}

.single .entry-header section.heading .subTitle figure figcaption span>span.num {
	font-size: 35px;
}

.single .entry-header section.heading .topicTitle .parentCatName a {
	text-decoration: none;
}
/* 専門医入口陽介医師　CRC森下典子さん ●表示しない 対応　*/
.single .entry-header section.heading .topicTitle li.CRCmrst-san a {
	text-decoration: none;
}


/* .single .entry-header section.heading .topicTitle li.parentCatName:before {
	content: "●　●　●　●　●";
	color: #8f0000;
	margin: 0 15px;
	display: inline-block;
} */

.single .entry-header section.heading .topicTitle li.parentCatName:after {
	content: "●";
	color: #8f0000;
	margin: 0 10px;
	display: inline-block;
}

.single .entry-header section.heading .topicTitle .interview-gotocat {
	margin: 0;
}

.single .entry-header section.heading .topicTitle .interview-gotocat a {
	font-size: 20px;
	font-weight: bold;
	color: #8f0000;
	padding: 0px 5px;
	/* border: 1px solid #8f0000;
	border-radius: 7px; */
	display: inline-block;
	line-height: 30px;
}

.single .entry-header section.heading .topicTitle .interview-gotocat a::before {
	content: "";
	margin: 0;
}

.single .entry-header section.heading h1.entry-title {
	line-height: 1.2em;
	color: #fff;
	background-color: #8f0000;
	padding: 10px;
	border-radius: 10px;
	font-weight: normal;
}

@media screen and (max-width:768px) { 
	.single .entry-header section.heading >.flexBox {
		display: block;
		height: auto;
	}
	.single .entry-header section.heading .subTitle figure {
		height: 115px;
	}
	.single .entry-header section.heading.bgCloud {
		background-position: top 0% right 8%;
		background-size: 85px;
	}
	.single .entry-header section.heading > .bgCloud {
		background-position: top 42% left 160px;
		background-size: 80px;
	}
	.single .entry-header section.heading .topicTitle .flexBox {
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;
	}
	/* .single .entry-header section.heading .topicTitle li.parentCatName:before {
		content: "● ● ●";
	} */
	.single .entry-header section.heading .topicTitle ul.flexBox > li {
		margin: 10px 0 0;
	}
	/* single-profile */
	.content-profile .entry-header section.heading > .bgCloud {
		background-position: bottom 10% left 160px;
	}
}


/*********************
content-topic.php
＆
content-profile.php　の共有部分
**********************/

.content-topic .interview-bg {
	margin: 30px 0 100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	align-content: center;
}

.content-topic .interview-bg > * {
	flex-basis: unset;
}

.content-topic .interview-video,
.content-topic .interview-image {
	width: 58%;
}

.content-profile .profile-image,
.content-profile .profile-profile {
	flex-basis: calc(48% - .5rem);
}

.content-topic .interview-box {
	width: 42%;
}

.content-topic .interview-video .interview-videobox video {
	margin: 0 15px;
	width: 90%;
}

.content-topic .interview-image img {
    margin: 0 15px;
    width: 90%;
    max-width: 450px;
	min-width: 400px;
}

.content-topic .interview-videobox p {
	font-size: 14px;
	text-align: right;
	margin: 0 30px 0 0;
}

.content-topic .interview-video .flexBox,
.content-topic .interview-box .flexBox,
.content-profile .profile-image .flexBox,
.content-profile .profile-profile .flexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
	gap: 50px;
}
.content-profile .profile-image .flexBox,
.content-profile .profile-profile .flexBox {
	gap: 0 30px;
}

.content-topic .interview-video .flexBox .flexLeft,
.content-topic .interview-video .flexBox .flexRiht,
.content-topic .interview-box .flexBox .flexLeft,
.content-topic .interview-box .flexBox .flexRiht,
.content-profile .profile-image .flexBox .flexRight,
.content-profile .profile-image .flexBox .flexLeft, {
	width: 45%;
}

.content-topic .interview-video .flexBox .flexLeft a,
.content-topic .interview-video .flexBox .flexRight a,
.content-topic .interview-box .flexBox .flexLeft a,
.content-topic .interview-box .flexBox .flexRight a,
.content-profile .profile-image .flexBox .flexRight a,
.content-profile .profile-image .flexBox .flexLeft a,
.content-profile .profile-profile .flexBox .flexRight a,
.content-profile .profile-profile .flexBox .flexLeft a {
	color: #8f0000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.content-topic .interview-video .flexBox .flexLeft a:hover,
.content-topic .interview-video .flexBox .flexRight a:hover,
.content-topic .interview-box .flexBox .flexLeft a:hover,
.content-topic .interview-box .flexBox .flexRight a:hover,
.content-profile .profile-image .flexBox .flexRight a:hover,
.content-profile .profile-image .flexBox .flexLeft a:hover,
.content-profile .profile-profile .flexBox .flexRight a:hover,
.content-profile .profile-profile .flexBox .flexLeft a:hover {
	opacity: 0.6;
}

.content-topic .interview-video .flexBox a i,
.content-topic .interview-box .flexBox a i,
.content-profile .profile-image .flexBox a i,
.content-profile .profile-profile .flexBox a i  {
	margin-right: 7px;
}

.content-topic .interview-video .flexBox .flexLeft .twitter a i,
.content-topic .interview-box .flexBox .flexLeft .twitter a i,
.content-profile .profile-image .flexBox .flexLeft .twitter a i,
.content-profile .profile-profile .flexBox .flexLeft .twitter a i {
	font-size: 32px;
}

.content-topic .interview-video .flexBox .flexRight .facebook a i,
.content-topic .interview-box .flexBox .flexRight .facebook a i,
.content-profile .profile-image .flexBox .flexRight .facebook a i,
.content-profile .profile-profile .flexBox .flexRight .facebook a i {
	background-color: #8f0000;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	position: relative;
}

.content-topic .interview-video .flexBox .flexRight .facebook a i.fa-facebook-f:before,
.content-topic .interview-box .flexBox .flexRight .facebook a i.fa-facebook-f:before,
.content-profile .profile-image .flexBox .flexRight .facebook a i.fa-facebook-f:before,
.content-profile .profile-profile .flexBox .flexRight .facebook a i.fa-facebook-f:before  {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 27px;
}


/* .content-topic .interview-box .interview-profile h3 {
	font-size: 1.2rem;
	border-bottom: 1px solid #8f0000;
	border-left: solid 10px #8f0000;
	margin-bottom: 20px;
	padding: 0 0 5px 20px;
	color: #8f0000;
	font-weight: bold;
} */

.content-topic .interview-box .interview-profile .interview-heading,
.content-profile .interview-box .interview-profile .interview-heading {
	font-size: 1.1rem;
	border-bottom: 2px solid #8f0000;
	margin-bottom: 20px;
	padding: 0 0 8px 0px;
	color: #8f0000;
	border-left: unset;
	line-height: 30px;
}

.content-topic .interview-box .interview-profile .interview-heading a,
.content-profile .interview-box .interview-profile .interview-heading a {
	color: #000;
	text-decoration: none;
}

.content-topic .interview-box .interview-profile .interview-heading a:hover,
.content-profile .interview-box .interview-profile .interview-heading a:hover {
	text-decoration: underline;
}

.content-topic .interview-read {
	float: right;
	margin: 40px 0 0;
}

/* .content-topic .interview-read a img {
	width: 270px;
}

.content-topic .interview-read a:hover img {
	opacity: 0.7;
} */

.content-topic .interview-read a figure,
.content-profile .interview-read a figure {
	background-image: url(./module-site/common/images/DitailProfImg.png);
	background-size: 270px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 270px;
	height: 75px;
}

.content-topic .interview-read a figure figcaption span,
.content-profile .interview-read a figure figcaption span {
	position: absolute;
	font-size: 18px;
}

.content-topic .interview-read a figure figcaption span {
	top: 33px;
	left: calc(50% - 78px);
}

.content-profile .interview-read a figure figcaption span {
	top: 33px;
	left: calc(50% - 58px);
}

.content-profile .profile-top .interview-text {
	width: 100%;
}

.content-topic .interview-text h2,
.content-profile h2.profile-title {
	background-color: #8f0000;
	border: unset;
	border-radius: 8px;
	padding: 0 15px;
	position: relative;
	color: #fff;
	font-size: 1.3rem;
}

.content-topic .interview-text h2:after,
.content-profile .interview-text h2:after {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(./module-site/common/images/kohyoBook.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 96px;
	height: 100px;
	top: -70px;
	right: 20px;
	background-size: 90px;
}

.content-topic .interview-text [for="talk_text"] {
	/* display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap; */
	color: #fff;
}

.content-topic .interview-text [for="talk_text"]:hover {
	background-color: #8f0000;
	color: #fff;
}

.content-topic .entry-content .interview-text h2 label {
	color: #fff;
}

.content-topic .entry-content .interview-text h2 label:hover {
	background: unset;
}

.content-topic .interview-text h2:hover {
	opacity: 0.8;
}

.content-topic .open-more::before {
	line-height: 1;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	transition: box-shadow .3s;
	background-color: #ffffff;
	transform-origin: left center;
	margin-right: .5em;
	transform: scale(1.2);
	/* margin-left: .3em; */
	box-shadow: 0 6px, 0 -6px, 0 4px, 0 -4px, 6px 0, -6px 0, 4px 0, -4px 0, 0 0;
	margin: 0 230px 0 .3em;
}

.content-topic .interview-text [id="talk_text"]:checked ~ * .open-more::before {
	box-shadow: 0 0, 0 0, 0 0, 0 0, 6px 0, -6px 0, 4px 0, -4px 0, 0 0;
}

.content-topic .pochi,
.profile-template-default .pochi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.content-topic .pochi p ,
.profile-template-default .pochi p{
	display: block;
}

.content-topic .pochi > form,
.profile-template-default .pochi > form {
	width: 48%;
}

.content-topic .pochi input.pbtn, 
.content-topic .pochi [for="hk_form"],
.profile-template-default .pochi input.pbtn, 
.profile-template-default .pochi [for="hk_form"] {
	border: none;
	border-radius: unset;
	font-size: 18px;
	padding: 0;
	font-weight: bold;
	width: 20em;
	text-align: center;
	background-image: unset;
	color: unset;
	-webkit-appearance: none;
	text-decoration: none;
	margin-right: 1em;
	cursor: pointer;
	line-height: 1;
	height: 115px;
	background-repeat: no-repeat;
	background-size: 300px;
	background-color: unset;
	box-shadow: none;
	background-position: center;
}

.content-topic .pochi [for="hk_form"]:hover,
.content-topic .pochi input.pbtn:hover,
.profile-template-default .pochi [for="hk_form"]:hover,
.profile-template-default .pochi input.pbtn:hover {
	opacity: 0.8;
	color: #fff;
	background: unset;
	background-size: 300px;
	background-repeat: no-repeat;
}

.content-topic .pochi input.pbtn,
.content-topic .pochi input.pbtn:hover,
.profile-template-default .pochi input.pbtn,
.profile-template-default .pochi input.pbtn:hover {
	background-image: url(./images/thankyouBtn.png);
	background-position: center;
}

.content-topic .pochi [for="hk_form"],
.content-topic .pochi [for="hk_form"]:hover,
.profile-template-default .pochi [for="hk_form"],
.profile-template-default .pochi [for="hk_form"]:hover {
	background-image: url(./images/aWordBtn.png);
	padding: 60px 9em;
	display: block;
	margin: 7px 0 0;
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: center;
}

/* .content-topic [id="hk_form"]:checked ~ .hk_form {
	position: absolute;
	left: -100%;
	right: -100%;
	width: 65vw;
	margin: auto;
} */

.content-topic .lookTheme {
	display: block;
	margin: 80px 0 70px;
}

/* .content-topic .interview-gotocat.lookTheme.bgCloud {
	background-size: 195px;
} */

.content-topic .lookTheme figure {
	text-align: center;
	padding: 0 0 30px;
}

/* .content-topic .lookTheme figure.bgCloud {
	background-position: bottom 0% left 0%;
} */

.content-topic .lookTheme figure>img {
	width: 200px;
	display: inline-block;
}

.content-topic .lookTheme figure a {
	margin: 50px auto;
	display: inherit;
}

.content-topic .lookTheme figure a img {
	width: auto;
	display: inline-block;
}

.content-topic .lookTheme figure a:before {
	content: "";
}

.content-topic .interviewHeading,
.content-profile .interviewHeading {
	position: relative;
	border-bottom: 2px solid #8f0000;
	padding: 0 0 20px;
}

.content-topic .interviewHeading:before,
.content-profile .interviewHeading:before {
	position: absolute;
	content: "";
	background-image: url(./images/kohyouBgTree.png);
	background-repeat: no-repeat;
	background-size: 295px;
	width: 200px;
	height: 205px;
	top: -160px;
	right: 75px;
	background-position: center;
}

.content-topic .interviewHeading h3,
.content-profile .interviewHeading h3 {
	position: relative;
	border: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.content-topic .interviewHeading h3.expert,
.content-profile .interviewHeading h3.expert {
	margin: 140px 0 0 0;
	padding: 30px 0 25px 0;
}


.content-topic .interviewHeading h3:after,
.content-profile .interviewHeading h3:after {
	border-top: 2px solid #8f0000;
	content: "";
	width: 53%;
}

.content-topic .interviewHeading h3.expert:after,
.content-profile .interviewHeading h3.expert:after {
	width: 68%;
}

.content-topic .interviewHeading h3 figure,
.content-profile .interviewHeading h3 figure {
	background: url(./module-site/common/images/topicSingleTitle.png) no-repeat;
	background-size: 145px auto;
	width: 145px;
	height: 100px;
	position: relative;
	background-position: center;
	margin: 0 0 0 25px;
}

.content-topic .interviewHeading h3 figure figcaption,
.content-profile .interviewHeading h3 figure figcaption {
	/* position: absolute;
	top: calc(50% - 19px);
	color: #fff;
	left: calc(50% - 55px);
	font-weight: normal; */
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 145px;
	height: 95px;
}

.content-topic .interviewList li.interviewItem,
.content-profile .interviewList li.interviewItem {
	position: relative;
	margin: 0 0 1.5rem 2rem;
}

.content-topic .interviewList .interviewItem:before,
.content-profile .interviewList .interviewItem:before {
	content: "";
	display: inline-block;
	background-image: url(./module-site/common/images/pageIcon_A.png);
	/* margin-right: 5px; */
	background-repeat: no-repeat;
	position: absolute;
	width: 32px;
	height: 25px;
	top: -15px;
	left: -25px;
	background-size: 32px;
}

.content-topic .interviewList .interviewItem a,
.content-profile .interviewList .interviewItem a {
	position: relative;
	font-size: 1.3rem;
	padding: 5px 5px 10px 0px;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
	border-radius: 8px;
	color: inherit;
}

.content-topic .interviewList .interviewItem a:before,
.content-profile .interviewList .interviewItem a:before  {
	content: "";
	margin: 0;
}

.content-topic .interview-gotolink a:visited {
	color: inherit;
}


@media screen and (max-width:768px) { 
	.content-topic .interview-image img {
		max-width: 300px;
		min-width: 300px;
	}
	.content-topic .interview-video{
		width: 100%;
	}
	.content-topic .interview-video,
	.content-topic .interview-image {
		width: 100%;
	}
	.content-topic .interview-video .flexBox,
	.content-topic .interview-box .flexBox,
	.content-profile .profile-profile .flexBox {
		gap: 15px;
	}
	.content-topic .interview-videobox p{
		margin: 0;
	}
	.content-topic .interview-box{
		width:100%
	}
	.content-topic .interview-text [for="talk_text"] {
		font-size: 11.5px;
	}
	.content-topic .open-more::before {
		margin: 5px 25px 5px 20px;
	}
	.content-topic .interview-text h2 {
		padding: 10px 0;
	}
	.content-topic .interview-text h2:after {
		left: unset;
		right: 30px;
	}
	.content-topic .interview-box .interview-profile h3,
	.content-profile .interview-box .interview-profile h3 {
		margin: 30px 0 20px;
		padding: 0 0 4px 10px;
		line-height: 24px;
	}
	.content-topic .interview-read {
		margin: 40px auto 0;
		float: unset;
	}
	.content-topic .interview-read a figure, 
	.content-profile .interview-read a figure{
		width: 100%;
	}
	.content-topic .interview-text h2:after,
	.content-profile .interview-text h2:after{
		width: 50px;
		height: 50px;
		top: -45px;
		left: unset;
		right: 20px;
		background-size: 50px;
	}
	.entry-content h2 label{
		font-size: 10px;
	}
	.content-topic .pochi,
	.content-profile .pochi{
		display: block;
	}
	.content-profile .pochi{
		margin: 1rem 0 0rem;
	}
	.content-topic .pochi input.pbtn,
	.content-topic .pochi [for="hk_form"],
	.content-topic .pochi [for="hk_form"]:hover {
		background-size: 80%;
	}
	.content-topic .pochi > form,
	.content-profile .pochi > form {
		width: 100%;
	}
	.content-topic .pochi .comment-prof label,
	.content-profile .pochi .comment-prof label {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
	.content-topic .interview-text [for="talk_text"] {
		font-size: 11.5px;
	}
	.content-topic .lookTheme {
		margin: 0;
		/* padding: 120px 0 0; */
	}
	.content-topic .interview-gotocat.lookTheme.bgCloud {
		background-size: 130px;
	}
	.content-topic .lookTheme figure a {
		margin: 30px 0;
	}
	.content-topic .lookTheme figure a img {
		width: 300px;
		display: inline-block;
	}
	.content-topic .interviewHeading h3.expert,
	.content-profile .interviewHeading h3.expert {
		margin: 30px 0 10px;
		padding: 30px 0 25px 0;
	}
	.content-topic .interviewHeading:before,
	.content-profile .interviewHeading:before {
		background-image: unset;
	}
	.content-topic .interviewHeading h3 figure,
	.content-profile .interviewHeading h3 figure {
		background-size: 90px auto;
		width: 90px;
		height: 60px;
		margin: 0 0 0 7px;
	}
	.content-topic .interviewHeading h3 figure figcaption,
	.content-profile .interviewHeading h3 figure figcaption {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: 90px;
		height: 62px;
	}
	.content-topic .interviewHeading h3,
	.content-profile .interviewHeading h3{
		font-size: 16px;
	}
	.content-topic .interviewHeading h3:after,
	.content-profile .interviewHeading h3:after{
		width: 25%;
	}
}


/*********************
content-profile.php
**********************/
.content-profile h2.profile-title {
	margin: 60px 0 40px;
}

.content-profile .interview-read {
	margin: 15px 0 100px;
}

.content-profile .gobottom a {
	margin: 40px 0;
}

.content-profile .gobottom a::before {
	content: "";
}

.content-profile .profile-title::before {
	content: "";
	background-color: unset;
	border-radius: unset;
	border: none;
	line-height: unset;
	height: 0;
}

.content-profile .pochi {
	/*margin: 100px 0 150px;*/
}



/*****
寄付する（join/donate）ページのボックス修正
******/
.join.blogid-12 #post-983 .button_gray p {
    margin: 0;
}

.join.blogid-12 #post-983 .support .support_box {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
}
.join.blogid-12 #post-983 .support .support_box .support_box04 {
	height: 150px;
}

.join.blogid-12 #post-983 .support .support_box .support_box04 h3 {
	border-left: unset;padding: 10px;margin: 0 0 20px;
}

.join.blogid-12 #post-983 .support .support_box .support_box04 p {
	padding: 0 12px 10px 12px;
	margin: 0;
	font-size: 100%;
}

@media screen and (max-width:768px) { 
	.join.blogid-12 #post-983 .support .support_box > * {
		width: 48%;
	}

}



.content-topic .interview-video.secondWrap,
.content-topic .interview-box.secondWrap,
.profile-image.secondWrap{
	width: 100%;
	flex-basis: auto;
}