@charset "UTF-8";

/*----------モニタリング部を知る（記事一覧）----------*/
.right {
	float: none !important;
	margin-left: auto !important;
}
.monitoring_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
	grid-auto-rows: 1fr;
    list-style: none;
}
.monitoring_list li {
    display: flex;
    flex-direction: column;
	height: 100%;
}
.monitoring_list li a {
    display: block;
	flex-direction: column;
	height: 100%;
    text-decoration: none;
}
.monitoring_list li img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.monitoring_list li h3 {
    overflow-wrap: break-word;
    word-break: break-all;
	text-align: justify;
	font-size: 1.6rem;
	margin-top: 10px;
	line-height: 1.6;
}

@media screen and (max-width: 1120px) {
	.monitoring_list {
		grid-template-columns: repeat(2, 1fr); 
		gap: 25px;
	}
	.monitoring_list li h3 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.monitoring_list li h3 {
		font-size: 1.6rem;
	}	
}
@media screen and (max-width: 640px) {
	.monitoring_list {
		grid-template-columns: 1fr; 
		grid-auto-rows: auto;
		gap: 40px;
	}
	.monitoring_list li h3 {
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 350px) {
	.monitoring_list li h3 {
		font-size: 1.8rem;
	}
}

/*----------各記事ページ----------*/
h2.monitoring_contents {
    font-size: clamp(2.5rem, 3vw, 3.5rem) !important;
    line-height: 1.5 !important;
	text-align: justify !important;
}
.entry-box {
	margin: 5rem 0;
}
.entry-box p {
	margin-bottom: 15px;
	text-align: justify;
}
.autro {
	margin-bottom: 6rem;
}
.monitoring-profile {
    display: flex;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, #fff9e3 95%);
	padding: 2.5rem;
	margin-bottom: 5rem;
}
.monitoring-profile .name {
	font-size: 2.0rem;
    font-weight: bold;
    color: var(--txblue);
	margin: 1% 0 ;
    line-height: 1;
}
.monitoring-profile .comment {
	text-align: justify;
	margin-top: 10px;
}
/*----------氏名：〇〇となっているパターン----------*/
.monitoring-profile .label {
	margin-left: 1rem;
}
.monitoring-profile .label p {
	display: flex;
	margin-bottom: 4px;
	align-items: baseline;
}
.monitoring-profile .label p span:first-child {
	flex-basis: 4.0em;
	flex-shrink: 0;
	text-align: justify;
	text-align-last: justify;
	/*font-size: 2rem;*/
    font-weight: bold;
    color: var(--txblue);
}
.monitoring-profile .label p span:last-child {
	flex: 1;
	margin-left: 2.5rem;
}
@media screen and (max-width: 640px) {
	.monitoring-profile .label p {
		margin-bottom: 8px;
	}
	.monitoring-profile .label p span:first-child {
		flex-basis: 4em;
		font-size: 1.8rem;
	}
	.monitoring-profile .label p span:last-child {
		margin-left: 2rem;
	}
}

/*----------インタビュー内容----------*/
.qa-set {
	margin-bottom: 8rem;
	margin-bottom: clamp(4rem, 6.7vw, 8rem);
}
.qa-set h3 , .autro h3 {
	font-size: 2.1rem !important;
	font-weight: 500;
	margin-bottom: 1.5rem !important;
}
.qa-set .h3style {
	text-align: center;
	/*font-size: 3.6rem;*/
	font-size: clamp(2.4rem, 3.8vw, 3.0rem);
	font-weight: bold;
	color: var(--txblue);
	/*margin-bottom: clamp(2rem, 2.1vw, 4rem);*/
	margin-bottom: 4rem;
}
.qa-set img , .entry-box img {
	display: block;
	width: 80%;
	max-width: 700px;
	height: auto;
	margin: auto;
	/*padding-bottom: 4rem;*/
}
.qa-set .outline {
	max-width: 850px;
	padding: 2rem;
	border: 1px solid #ddd;
}
.qa-set .small-img {
	width: 40%;
}
.qa-set .more-small-img {
	max-width: 250px;
}
.qa-set figure {
    display: table;
	margin: auto;
	padding: 1.5rem 0;
	text-align: center;
}
.qa-set figcaption {
	display: block;
    margin-bottom: 10px; 
	text-align: left;
}
.qa-set figure img {
	display: inline-block;
	width: 100%;
}
.qa-set .graph img {
	max-width: 850px;
}

/*----------対談用----------*/
.qa-set p span {
	/*font-size: 2rem;*/
    font-weight: bold;
    color: var(--sub-blue);
}
.qa-set p span::after {
    content: "：";  
    margin-left: 2px;
}
.qa-set p {
	margin-bottom: 10px;
	text-align: justify;
}
.qa-set h3 + p , .autro h3 + p {
	margin-top: 3rem;
}
.speaker {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
/*-----本文中に画像がある場合-----*/
.speaker + img {margin-bottom: 3rem;}
.speaker + img  + h3 {margin-top: 3rem;}

@media screen and (max-width: 640px) {
	.entry-box p ,.qa-set p {margin-bottom: 8px;}
	.qa-set {margin-bottom: 5rem;}
	.qa-set h3 {margin-bottom: 2rem !important;}
	.speaker + img  + h3 {margin-top: 2.5rem;}
	.qa-set .small-img {width: 60%;}
	.entry-box .autro {margin-bottom: 3rem;}
}
@media screen and (max-width: 425px) {
	.qa-set .small-img {width: 80%;}
	.qa-set .more-small-img {max-width: 45%;}
	.speaker {margin-bottom: 2rem;}
	.speaker + img {margin-bottom: 2rem;}
}


/*FAQページ　回答後の記号を：→．に変更する場合*/
/*#monitoring_faq .qa-set p span::after {
    content: ".";  
    margin: 3px;
}*/

#monitoring_faq ul {
	padding: 10px 0 20px 0;
}
#monitoring_faq .disc > li:before {
    top: 0.6rem;
}