﻿.info_panel div.line {
	/*border-top: 1px solid #ee7800;*/
	border-top: 1px solid #97c8ed;
	padding-top: 1rem;
}

/* 2026.06.25 del
-----------------------------*/
/*a.next_prev {
	color: #007bff;
}

.news li.active {
	color: #2661c7 !important;
	background: #fff !important;
	border-left: 2px solid #2661c7;
	cursor: default;
}

.info_panel .textbox {
	margin-bottom: 10px;
}


.info_panel .type_l,
.info_panel .type_r,
.info_panel .type_c1,
.info_panel .type_c2 {
	clear: both;
}

.info_panel .photo {
	margin-bottom: 10px;
}

	.info_panel .photo p {
		text-align: center;
		margin-top: 3px;
	}

.info_panel .type_l .photo img,
.info_panel .type_r .photo img {
	max-width: 200px;
	max-height: 200px;
	width: 100%;*/
	/*margin-top: 10px;*/
/*}

.info_panel div.photo > img:first-of-type,
.info_panel div.photo > a:first-of-type img {
	margin-top: 0;
}

.info_panel .textbox {
	overflow: hidden;
	text-align: left;
}

.info_panel .textbox,
.info_panel .photo {
}*/

.info_panel .doclist {
	margin-top: 2em;
}

.info_panel .doclist {
	margin-bottom: 1em;
}

	.info_panel .doclist div {
		margin-left: 1em;
	}

		.info_panel .doclist div a {
			margin-top: 0.5em;
		}

.info_panel a {
	text-decoration: underline;
}

	.info_panel a:hover {
		color: #09568d;
		text-decoration: underline;
	}

	.info_panel a.doc:after {
		margin-left: 0.5em;
		content: url("../images/document.png");
	}

	.info_panel a.pdf:after {
		/*pdfリンクにpdfアイコンを表示*/
		margin-left: 0.5em;
		content: url("../images/pdficon_small.png");
	}

	.info_panel a.win,
	.info_panel figure figcaption {
		word-break: break-all;
	}

		.info_panel a.win:after {
			margin-left: 0.5em;
			content: url("../images/window14.png");
		}


@media (min-width: 768px) {
	.info_panel .detail_img div {
		width: 66.666%;
	}
}


/* 2026.06.25 del
-----------------------------*/
/*.info_panel .type_l .photo img,
.info_panel .type_l .photo a img,
.info_panel .type_r .photo img,
.info_panel .type_r .photo a img,
.info_panel .type_c1 .photo img,
.info_panel .type_c1 .photo a img,
.info_panel .type_c2 .photo img,
.info_panel .type_c2 .photo a img {
	max-width: 100%;*/
	/*max-height: none;*/
	/*width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.info_panel .appli_btn {
	clear: both;
}

@media only screen and (max-width: 480px) {
	.info_panel .appli_btn {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
/--* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 *--/
@media only screen and (min-width: 481px) {
	/--*写真右タイプ*--/
	.info_panel .type_l .photo {
		float: left;
		width: 25%;
	}

	.info_panel .type_l .textbox {
		margin-top: 0px;
		float: right;
		width: 73%;
	}
	/--*写真左タイプ*--/
	.info_panel .type_r .photo {
		float: right;
		width: 25%;
	}

	.info_panel .type_r .textbox {
		margin-top: 0px;
		float: left;
		width: 73%;
	}
	/--*写真真ん中1列*--/
	.info_panel .type_c1 .photo {
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}

	.info_panel .type_c1 .textbox,
	.info_panel .type_c2 .textbox {
		clear: both;
		margin-top: 10px;
		float: left;
		width: 98%;
	}
	/--*写真真ん中2列*--/
	.info_panel .type_c2 .photo {
		width: 45%;
		height: 45%;
		display: table-cell;
		margin-left: 20px;
		vertical-align: top;
	}

		.info_panel .type_c2 .photo img {
			max-width: 98%;
			max-height: 98%;
		}

	.info_panel .appli_btn {
		padding-top: 2em;
		/--*margin-left:auto;margin-right:auto*--/
	}
}

/--* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 *--/
@media only screen and (min-width: 769px) {
	/--*写真真ん中2列*--/
	.info_panel .type_c2 .photo {
		margin-left: 20px;
	}
}

@media print {*/ /*印刷用レイアウト*/
	/*/--*写真右タイプ*--/
	.info_panel .type_l .photo {
		float: left;
		width: 39%;
	}

	.info_panel .type_l .textbox {
		margin-top: 0px;
		float: right;
		width: 59%;
	}
	/--*写真左タイプ*--/
	.info_panel .type_r .photo {
		float: right;
		width: 40%;
	}

	.info_detail.type_r .textbox {
		margin-top: 0px;
		float: left;
		width: 59%;
	}
	/--*写真真ん中1列*--/
	.info_panel .type_c1 .photo {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}

	.info_panel .type_c1 .textbox,
	.info_panel .type_c2 .textbox {
		clear: both;
		margin-top: 10px;
		float: left;
		width: 100%;
	}
	/--*写真真ん中2列*--/
	.info_panel .type_c2 .photo {
		width: 45%;
		height: 45%;
		display: table-cell;
		margin-left: 20px;
		vertical-align: top;
	}

		.info_panel .type_c2 .photo img {
			max-width: 98%;
			max-height: 98%;
		}
}*/

.info_panel .date {
	color: #d7003a;
	/*font-weight: bold;*/
	font-size: 0.8rem;
}
.info_panel .inline.icon {
	display: inline-block;
	text-align: center;
	line-height: 1.8;
	border-radius: 3px;
	padding: 0 0.5rem;
	width: 10rem;
	transform: scale(0.8);
	background: #fff;
	color: #777;
	border: 1px solid #999;
}
