/* history-container
-----------------------------------------------------------------*/

.history-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.history-content {
	flex: 1;
	min-width: 300px;
}
.history-image {
	flex: 0 0 320px;
}
.history-image img {
	width: 100%;
	height: auto;
	display: block;
}

.history-image:empty {
	display: none;
}

.year-header {
	background-color: #004ea1;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 15px;
	display: inline-block;
}
.event-row {
	display: flex;
	margin-bottom: 12px;
}
.month {
	min-width: 55px;
	font-weight: bold;
	color: #004ea1;
}
.desc {
	flex: 1;
}
@media (max-width: 768px) {
	.history-image {
		flex: 0 0 100%;
	}
	.container {
		padding: 20px;
	}
}

/* #members
-----------------------------------------------------------*/

.info-section {
	background-color: #f0f4f9;
	padding: 20px;
	margin-bottom: 30px;
	border-left: 5px solid #004ea1;
	border-radius: 4px;
}

.info-definition {
	color: #555;
	background-color: #f0f4f9;
	padding: 20px;
	margin-bottom: 30px;
	border-left: 5px solid #004ea1;
	border-radius: 4px;
}
.members .info-row {
	display: flex;
	margin-bottom: 12px;
}
.members .info-row:last-child {
	margin-bottom: 0;
}
.members .info-row dt {
	display: inline-flex;
	font-weight: bold;
	color: #004ea1;
	width: 7em;
	flex-shrink: 0;
	white-space: nowrap;
}
.members .info-row dt::after {
	content: " ・・・";
}
.members .info-row dd {
	margin: 0;
	flex-grow: 1;
	text-align: justify;
}
.date-label {
	text-align: right;
	margin-bottom: 15px;
}

#members .list-header {
	background: #004ea1;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	border: 1px solid #bbb;
}

/*#excavation-leader .member-group,
#tunnel-technicians .member-group,
#links .member-group,
#members .member-group*/
.member-group {
	margin-bottom: 30px;
}
/*#excavation-leader .index-label,
#tunnel-technicians .index-label,
#links .index-label,
#members .index-label*/
.index-label  {
	background-color: rgba(0, 78, 161, 0.1);
	color: #004ea1;
	font-weight: bold;
	padding: 8px 15px;
	border-left: 4px solid #004ea1;
	margin-bottom: 10px;
	display: block;
}
/*#excavation-leader .member-list,
#tunnel-technicians .member-list,
#links .member-list,
#members .member-list */
.member-list {

	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	background-color: transparent;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
/*#excavation-leader .member-list li,
#tunnel-technicians .member-list li,
#links .member-list li,
#members .member-list li*/
.member-list li{
	margin-top: 0;
	background-color: #fff;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
/*#excavation-leader li::before,
#tunnel-technicians li::before,
#links .member-list li::before,
#members .member-list li::before*/
.member-list li::before {
	display: none;
}
/*#links .member-list li.span-2,
#members .member-list li.span-2 */
.member-list li.span-2{
	grid-column: span 2;
}

.member-count {
	padding: 10px 15px;
	text-align: right;
}

@media (max-width: 630px) {
	/*#links .member-list li.span-2,
	#members .member-list li.span-2 */
	.member-list li.span-2{
		grid-column: span 1;
	}
}

@media (max-width: 500px) {
	/*#links .member-group,
	#members .member-group */
	.member-group{
		flex-direction: column;
	}
	/*#links .index-label,
	#members .index-label */
	.index-label{
		width: 100%;
		padding: 5px 15px;
	}
}


.request-info {
	color: #ff0000;
}
.request-info p {
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}
.request-info p::before {
	content: "▼";
	position: absolute;
	left: 0;
}

.officer-table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
	border-top: 1px solid #004ea1;
}

.officer-table tr:nth-child(odd) {
	background-color: #f4f8fc;
}

.officer-table td {
	padding: 12px 10px;
	border-bottom: 1px solid #004ea1;
	vertical-align: middle;
	color: #333;
}

.officer-table td:nth-child(1) { width: 20%; font-weight: bold; }
.officer-table td:nth-child(2) { width: 25%; }
.officer-table td:nth-child(3) { width: 55%; }


.officer-table tr.spacer {
	background-color: #fff !important;
}
.officer-table tr.spacer td {
	border-bottom: 1px solid #004ea1;
	height: 10px;
	padding: 0;
}


@media screen and (max-width: 600px) {
	.officer-table, .officer-table tbody, .officer-table tr, .officer-table td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	.officer-table {
		border-top: none;
		border-bottom: 1px solid #004ea1;
	}
	.officer-table tr {
		display: flex;
		flex-wrap: wrap;
		padding: 0px;
	}

	.officer-table td:nth-child(1) {
		flex: 0 0 100%;
		border-bottom: none;
		padding: 2px 5px;
		color: #004ea1 !important;
		background-color: #f4f8fc !important;
	}

	.officer-table td:nth-child(2) {
		flex: 0 0 40%;
		border-bottom: none;
		border-right: none;
		padding: 5px;
		font-weight: bold;
		background-color: #fff !important;
	}

	.officer-table td:nth-child(3) {
		flex: 0 0 60%;
		border-bottom: none;
		padding: 5px;
		color: #555;
		background-color: #fff !important;
	}
	.officer-table tr.spacer {
		display: none;
	}
  }

/* #outline
----------------------------------------------------*/
#outline .info-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 10px 0 20px 0;
	align-items: flex-start;
}
#outline .info-image {
	flex: 0 0 350px;
}
#outline .info-image img {
	width: 100%;
	height: auto;
	display: block;
}
#outline .info-text {
	flex: 1;
	min-width: 400px;
}
#outline .info-text h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
	border-left: 4px solid #004000;
	padding-left: 10px;
}
#outline .info-text p, #outline .info-text ul {
	margin: 0;
}

#outline .info-text ul {
	list-style: none;
	padding: 0;
}
#outline .info-text ul li::before {
	display: none;
}
#outline .org-chart {
	display: flex;
	justify-content: center;
}
#outline .org-chart img {
	width: 600px;
	max-width: 100%;
}

@media screen and (max-width: 600px) {
	#outline .info-text{
		min-width: auto;
	}
	#outline .info-text ul li{
		padding-left: 0;
	}
}

#ccus-capability-assessment-detail p.btn,
#ccus-capability-assessment p.btn,
#outline p.btn,
p.c-blue-btn {
	display: flex;
	justify-content: center;
}
#ccus-capability-assessment-detail p.btn a,
#ccus-capability-assessment p.btn a,
#outline p.btn a,
p.c-blue-btn a{
	display: inline-flex;
	border-radius: 999px;
	background-color: #004ea1;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 2.5em 0.5em 2em;
	position: relative;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#ccus-capability-assessment-detail p.btn a:before,
#ccus-capability-assessment p.btn a:before,
#outline p.btn a:before,
p.c-blue-btn a::before {
	content: '';
	width: 0.7em;
	height: 0.7em;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
}


.committee-section {

}
.committee-header {

}
.committee-header h2 {

}

.policy-box {
	display: flex;
	color: #555;
	background-color: #f0f4f9;
	padding: 20px;
	margin-bottom: 30px;
	border-left: 5px solid #004ea1;
	border-radius: 4px;
}
.policy-label {
	flex: 0 0 100px;
	font-weight: bold;
	color: #004ea1;
}
.policy-content {
	flex: 1;
}


.action-list {
	padding: 15px 20px;
	margin: 0;
	list-style: none;
	counter-reset: item_count;
}
.action-item {
	display: flex;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 0;
	align-items: flex-start;
}
.action-item:last-child {
	margin-bottom: 0;
}

.action-item::before {
	counter-increment: item_count;
	content: "（" counter(item_count) "）";
	flex: 0 0 45px;
	text-align: center;
	background-color: inherit;

	width: auto;
	height: auto;
	border-radius: 0;
	position: static;
}
.action-text {
	flex: 1;
	text-align: justify;
}


@media (max-width: 600px) {
	.policy-box {
		flex-direction: column;
	}
	.policy-label {
		margin-bottom: 5px;
	}
	.committee-header h2 {

	}
}

/* kessan
------------------------------------------------------*/

.lead-text {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	color: #444;
}

.kessan-list {
	width: 740px;
	max-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.list-header {
	display: flex;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.header-year {
	flex: 0 0 180px;
	padding: 1em;
}
.header-content { flex: 1; padding: 1em; }

.kessan-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dfdfdf;
}

.year-label {
	display: flex;
}
.year-label span {
	color: #666;
}

.link-group {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 15px 25px;
}

.pdf-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #0044cc;
	font-weight: 500;
}

.pdf-link::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
/*	background-image: url("/wp-tonnel/wp-content/themes/packageCR/svg/file-pdf-solid.svg");*/
	background-image: url("/wp-tonnel/wp-content/themes/packageCR/svg/file-pdf-regular.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #ff0000;

	filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(354deg) brightness(92%) contrast(121%);
}

.pdf-link:hover {
	text-decoration: underline;
	opacity: 0.7;
}


@media screen and (max-width: 640px) {
	.kessan-item {
		flex-wrap: wrap;
	}
	.link-group {
		width: 100%;
		flex: none;
	}
}

.total-count {
	display: flex;
	justify-content: flex-end;
	padding: 1em 0.5em;
}

ol.document {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
}

ol.document li {
	counter-increment: item;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
	flex-wrap: wrap;
}
ol.document li.note {
	width: 100%;
}
ol.document li .col {
	width: 100%;
}
ol.document li::before {
	content: counter(item);

	background-color: #004ea1;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	font-size: 0.8em;
	margin-right: 10px;
	flex-shrink: 0;
	margin-top: 0.25em;
}

@media screen and (max-width: 640px) {
	ol.document li{
		display: list-item;
		list-style: none;
	}
}

.fee-table {
	display: flex;
	color: #555;
	background-color: #f0f4f9;
	padding: 20px;
	margin-bottom: 30px;
	border-left: 5px solid #004ea1;
	border-radius: 4px;
}
.fee-table dl div {
	display: flex;
}
.fee-table dl div dt {
	width: 8em;
	color: #004ea1;
	font-weight: bold;
}
.fee-table dl div dd {
	flex: 1;
}
.emphasis-red {
	color: #ff0000;
}

ul.note-list li {
	margin-top: 0;
	margin-bottom: 0.5em;
}
ul.note-list li::before {
	display: none;
}


span.free,
p.free {
	display: inline-block;
	background-color: #f0f4f9;
	font-weight: bold;
	color: #004ea1;
	border-radius: 4px;
	padding: 0.2em 1em;
	font-size: 1.2em;
}

.u-ico-excel {
	color: #0044cc;
	font-weight: 500;
}
a.u-ico-excel{
	text-decoration: none;
}
a.u-ico-excel:hover{
	text-decoration: underline;
}
.c-flex{
	display: flex;
}
.c-flex.c-doc-btn-wrap{
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 2em;
}

.c-flex.c-doc-btn-wrap .btn{
	width: 48%;
	margin: 1%;
}
.c-flex.c-doc-btn-wrap .btn a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 2px solid #004ea1;
	height: 60px;
	border-radius: 15px;
	color: #222;
	font-weight: bold;
	font-size: 1em;
}
.c-flex.c-doc-btn-wrap .btn a span{
	font-weight: normal;
	font-size: 0.8em;
}
.c-flex.c-doc-btn-wrap .btn a:hover{
background-color: #004ea1;
color: #fff;
transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.c-flex.c-doc-btn-wrap .btn a{
		font-size: 0.85em;
	}
}


@media screen and (min-width: 992px) {
	.c-flex.c-doc-btn-wrap .btn a{
		height: 90px;
		font-size: 1.25em;
	}
}
a.u-a-link{
		color: #0044cc;
		text-decoration: none;
}
a.u-a-link:hover{
		text-decoration: underline;
}
.u-box-bgblue{
	border: 1px solid #004488;
	padding: 15px;
	border-radius: 5px;
	background-color: #f0f7ff;
}
.u-box-bgblue p.c-blue-btn{
	margin-bottom:10px;
}
.u-box-bgblue.niteikosyu p{
	margin: 0 0 1em;
}
.u-boxbgy.niteikosyu ul{
	margin-bottom: 1em;
}
.u-b-red{
	color: #d9534f;
	font-weight: bold;
}
.u-b-red.ninteikosyu{
font-size: 1.2em;
}
.u-f14{
	font-size: 0.85em;
}
.u-mt0{
	margin-top: 0;
}
.u-mb0{
	margin-bottom: 0;
}
.u-mb1rem{
	margin-bottom: 1rem;
}
.u-mb2rem{
	margin-bottom: 2rem;
}


.u-mt1{
	padding-top: 1em;
}

.u-box-bgy{
	background-color: #fff9e6;
	border: 1px solid #ffcc00;
	padding: 15px; border-radius: 5px;
	margin-bottom: 20px
}
.excavation-leader.c-midashi{
	text-align: center;
	margin-bottom: 30px;
font-weight: bold;
font-size: 1.2em;
}
.excavation-leader.c-midashi ul li{
	position: static;
}
.u-nopc{
	display: none;
}
.u-nosp{
	display: block;
}
@media screen and (max-width: 767px) {
	.u-nopc{
		display: block;
	}
	.u-nosp{
		display: none;
	}
	.excavation-leader.c-midashi{
		font-size: 1.13em;
	}
	.excavation-leader.c-table-sp th,
	.excavation-leader.c-table-sp td{
		font-size: 0.9em;
		padding: 0.5em;
		display: block;
		width: 100%;
	}

.excavation-leader.c-table-sp h4{
	font-size: 1.2em;
}
.excavation-leader table.c-tb01 th,
.excavation-leader table.c-tb01 td{
	font-size: 0.9em;
	padding: 0.5em;
}
}
/*講習一覧
-------------------------------------*/
.c-traning-title{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	max-width: 1024px;
	height: 427px;
}


/*#training .c-traning-title a{
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}*/
.c-traning-title:hover{
	opacity: 0.6;
	transition: 0.3s;
}


@media screen and (max-width: 767px) {
	.c-traning-title{
		height: calc(100vw / 3);
	}

}
@media screen and (max-width: 480px) {
	.c-traning-title{
		height: calc(100vw / 3);
	}
}
