@charset 'utf-8';



/* - - - - - - - - - - - - - - - - - - - - - 
    詳細記事スタイル (Editor style)
- - - - - - - - - - - - - - - - - - - - - */

.topcis-detail-content p {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 979px) {
	.pc { display: none; }
}

@media print, screen and (min-width: 980px) {
	.sp { display: none; }
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* Headline
//////////////////////////*/

.topcis-detail-content h2 {
	margin: 4rem 0 2rem;
	padding-left: 1rem;
	color: #374152;
	font-size: 1.2em;
	line-height: 1.4;
	border-left: 4px solid #0e92d5;
}

.topcis-detail-content h3 {
	margin: 4rem 0 5rem;
	padding: 1rem 2rem;
	color: #374152;
	font-size: 1.2em;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 7.5px;
	position: relative;
}

.topcis-detail-content h3::after {
	content: '';
	background: url("/img/topics/headline_serif.png") no-repeat 0 0;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: -2rem;
	left: 3rem;
	display: block;
	z-index: 0;
}

.topcis-detail-content h4 {
	margin: 4rem 0 3rem;
	padding: 1.5rem;
	color: #0e92d5;
	font-size: 1.45em;
	line-height: 1.4;
	border: 2px solid #5698dd;
	border-radius: 2.5px;
}

.topcis-detail-content h5 {
	margin: 4rem 0 3rem;
	color: #0e92d5;
	font-size: 1.2em;
	line-height: 1.4;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* hr
//////////////////////////*/

.topcis-detail-content hr {
  margin:4rem 0;
  border:none;
  border-top:1px solid #9aa0a8;
  height:0px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* Img
//////////////////////////*/

.mt-image-left,
.mt-image-right {
	margin: 0 auto 1.5rem;
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
}

.mt-image-left img,
.mt-image-right img {
	margin-bottom: 1rem;
}

.topcis-detail-content figure.image {
	margin: 0 auto 1.5rem;
	text-align: center;
}

.topcis-detail-content .image figcaption {
	margin-bottom: 0;
	color: #666;
	font-size: 0.85em;
	line-height: 1.4;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* List
//////////////////////////*/

.topcis-detail-content ol,
.topcis-detail-content ul {
	margin: 0 0 1.5em 1.5em;
}

.topcis-detail-content ol li {
	list-style: decimal;
}

.topcis-detail-content ul li {
	list-style: disc;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* Table
//////////////////////////*/

.topcis-detail-content table {
	margin-bottom: 20px;
	border-style: solid;
	border-color:rgba(0,0,0,0);
	border-collapse: separate;
	border-spacing: 0;
  width: 100% !important;
}

.topcis-detail-content table table {
	margin-bottom: 0;
}

.topcis-detail-content table th,
.topcis-detail-content table td {
	word-break: break-all;
	border: 1px solid transparent;
}

.topcis-detail-content table th p:last-of-type,
.topcis-detail-content table td p:last-of-type {
	margin-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_accordion
//////////////////////////*/

.topcis-detail-content .box_accordion {
	margin-bottom: 2em;
	background-color: #daf3ff;
	border-radius: 2.5px;
}

.topcis-detail-content .box_accordion .accordion_header {
	padding: 1.7rem 8rem 1.7rem 1.7rem;
	color: #374152;
	font-size: 1.375em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	background: url("/img/topics/accordion_btn2.png") no-repeat 96% center;
	border: 2px solid #fff;
	position: relative;
	cursor: pointer;
}

.topcis-detail-content .box_accordion.active .accordion_header {
	background-image: url("/img/topics/accordion_btn.png");
}

.topcis-detail-content .box_accordion .accordion_header::after {
	content: '';
	margin: auto;
	background-color: #fff;
	width: 2px;
	height: 70%;
	position: absolute;
	top: 0;
	right: 16%;
	bottom: 0;
	display: inline-block;
}

.topcis-detail-content .box_accordion .accordion_header p {
	margin-bottom: 0;
}

.topcis-detail-content .box_accordion .accordion_main {
	padding: 2.5rem 2rem;
	display: none;
}

.topcis-detail-content .box_accordion .accordion_main p {
	line-height: 1.8;
}

.topcis-detail-content .box_accordion .btn_ac_close {
	margin-top: 2.5rem;
	text-align: center;
	cursor: pointer;
}

.topcis-detail-content .box_accordion .btn_ac_close img {
	width: auto !important;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_serif
//////////////////////////*/

.topcis-detail-content .box_serif {
	margin-bottom: 5rem;
	padding: 1rem 2rem;
	color: #374152;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 7.5px;
	position: relative;
}

.topcis-detail-content .box_serif::after {
	content: '';
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	display: block;
	z-index: 0;
}

.topcis-detail-content .box_serif.left::after {
	background-image: url("/img/topics/headline_serif.png");
	bottom: -2rem;
	left: 3rem;
}

.topcis-detail-content .box_serif.right::after {
	background-image: url("/img/topics/headline_serif2.png");
	bottom: -2rem;
	right: 3rem;
}

.topcis-detail-content .box_serif.left2 {
	margin-left: 2.5rem;
}

.topcis-detail-content .box_serif.left2::after {
	background-image: url("/img/topics/headline_serif.png");
	top: 1rem;
	left: -2.5rem;
}

.topcis-detail-content .box_serif.right2 {
	margin-right: 2.5rem;
}

.topcis-detail-content .box_serif.right2::after {
	background-image: url("/img/topics/headline_serif2.png");
	top: 1rem;
	right: -2.5rem;
}

.topcis-detail-content .box_serif p {
	margin-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_img_serif
//////////////////////////*/

.topcis-detail-content .box_img_serif {
	margin-bottom: 2em;
	display: flex;
	align-items: flex-start;
}

.topcis-detail-content .box_img_serif .box_img {
	width: 94px;
}

.topcis-detail-content .box_img_serif .box_img img {
	margin-bottom: 1rem;
	border-radius: 50%;
	width: 94px;
	height: 94px;
	display: inline-block;
}

.topcis-detail-content .box_img_serif .text {
	padding: 1rem 2rem;
	color: #374152;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 7.5px;
	width: 65%;
	position: relative;
}

.topcis-detail-content .box_img_serif .text::after {
	content: '';
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2rem;
	display: block;
	z-index: 0;
}

.topcis-detail-content .box_img_serif.left .text {
	margin-left: auto;
}

.topcis-detail-content .box_img_serif.left .text::after {
	background-image: url("/img/topics/headline_serif.png");
	left: -2rem;
}

.topcis-detail-content .box_img_serif.right .box_img {
	order: 2;
}

.topcis-detail-content .box_img_serif.right .text {
	margin-right: auto;
	order: 1;
}

.topcis-detail-content .box_img_serif.right .text::after {
	background-image: url("/img/topics/headline_serif2.png");
	right: -2rem;
}

.topcis-detail-content .box_img_serif .text p {
	margin-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .movie_area
//////////////////////////*/

.topcis-detail-content .movie_area {
	margin: 0 auto 3rem;
	width: 100%;
	max-width: 640px;
}

.topcis-detail-content .movie_area video {
	width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media SP
//////////////////////////*/

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

/* - - - - - - - - - - - - - - - - - - - - - 
/* Img
//////////////////////////*/

.topcis-detail-content img {
	width: 100% !important;
	height: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - 
/* Table
//////////////////////////*/

.topcis-detail-content table {
	width: 100% !important;
}

}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media PC
//////////////////////////*/

@media print, screen and (min-width: 980px) {

/* - - - - - - - - - - - - - - - - - - - - - 
/* Img
//////////////////////////*/

/*
.mt-image-left,
.mt-image-right {
	width: 100%;
	max-width: 400px;
}
*/

.topcis-detail-content img {
	height: auto;
}

.mt-image-left {
	margin: 0 20px 20px 0;
	float: left;
}

.mt-image-right {
	margin: 0 0 20px 20px;
	float: right;
}

.mt-image-center {
	margin: 0 auto;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* Table
//////////////////////////*/

.topcis-detail-content table {
	width: 100% !important;
	max-width: 720px;
}

/*
td img {
	width: 100%;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_accordion
//////////////////////////*/

.topcis-detail-content .box_accordion .accordion_header {
	padding-right: 12rem;
}

.topcis-detail-content .box_accordion .accordion_header::after {
	right: 12%;
}

.topcis-detail-content .box_accordion .accordion_main {
	padding: 3.5rem 4.5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_img_serif
//////////////////////////*/

.topcis-detail-content .box_img_serif .text {
	width: 83%;
}

@media print, screen and (max-width: 1220px) and (min-width: 979px) {
	.topcis-detail-content .box_img_serif .text {
		width: 80%;
	}
}

}



/* - - - - - - - - - - - - - - - - - - - - - 
	aaa
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .aaa
//////////////////////////*/

/* aaa 
/////////////////////////*/

/* --- aaa --- */

/* aaa */