@charset "UTF-8";

/*******************************************************
workers_camp2025
*******************************************************/

@media (min-width: 960px) {
	.p-info-detail__body {
		margin: 45px 0 0;
	}
}

@media (min-width: 960px) {
	.p-workshop__detail {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 960px) {
	.p-workshop__detail__text {
		width: 55%;
	}
}

@media (max-width: 959px) {
	.p-workshop__detail__text h5 {
		font-size: 1.5rem;
		line-height: 1.75;
	}
}

@media (min-width: 960px) {
	.p-workshop__detail__text h5 {
		font-size: 1.6rem;
		line-height: 2;
	}
}

.p-workshop__detail__text ol {
	margin-top: 0.5em;
}

.p-workshop__detail__text ol li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
	line-height: 1.5;
}


.p-workshop__detail__text ol li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.p-workshop__detail__text ol li:nth-child(1):before {
	content: "\02460";
}
.p-workshop__detail__text ol li:nth-child(2):before {
	content: "\02461";
}
.p-workshop__detail__text ol li:nth-child(3):before {
	content: "\02462";
}
.p-workshop__detail__text ol li:nth-child(4):before {
	content: "\02463";
}
.p-workshop__detail__text ol li:nth-child(5):before {
	content: "\02464";
}
.p-workshop__detail__text ol li:nth-child(6):before {
	content: "\02465";
}
.p-workshop__detail__text ol li:nth-child(7):before {
	content: "\02466";
}
.p-workshop__detail__text ol li:nth-child(8):before {
	content: "\02467";
}
.p-workshop__detail__text ol li:nth-child(9):before {
	content: "\02468";
}
.p-workshop__detail__text ol li:nth-child(10):before {
	content: "\02469";
}


@media (max-width: 959px) {
	.p-workshop__detail__image {
		padding: 16px 12px;
	}
}

@media (min-width: 960px) {
	.p-workshop__detail__image {
		width: 40%;
		padding: 0 17px;
	}
}

@media (max-width: 959px) {
	.p-repair-case__gall .swiper-add-pager {
		top: calc(100% + 13px);
	}
}
@media (min-width: 960px) {
	.p-repair-case__gall .swiper-add-pager {
		top: calc(100% + 23px);
	}
}

.p-repair-case__gall {
	background-color: #f5f5f5;
}

@media (min-width: 960px) {
	.p-event__list {
		display: flex;
	}
}


@media (min-width: 960px) {
	.p-event__list ul {
		width: calc(50% - 10px);
	}
}

.p-event__list ul li {
	margin-bottom: 1.0em;
}

@media (max-width: 959px) {
	.p-event__list ul li {
		line-height: 1.5;
	}
}

@media (min-width: 960px) {
	.p-event__list ul li {
		line-height: 1.5;
	}
}

.p-event__list ul li p {
	margin-bottom: 0.5em;
}



.p-event__list ul li figure {
	display: flex;
}

.p-event__list ul li figure img {
	display: block;
	width: auto;
	max-height: 100px;
	margin-right: 0.2em;
}

.p-info-detail__top_comment p + p {
	margin-top: 0.75em;
}

.p-info-detail__top_comment p.collaborator{
	margin-top: 2em;
    line-height: 1.4;
}

.p-info-detail__top_comment p.collaborator span{
	font-size: 1.2rem;
}
@media (min-width: 960px) {
    .p-info-detail__top_comment p.collaborator span {
		font-size: 1.4rem;
	}
}

/*******************************************
add
*******************************************/
.p-workshop__detail__text p + p {
	margin-top: 0.75em;
}

.p-workshop__detail__text p {
	line-height: 1.6;
}

@media (min-width: 960px) {
    .p-workshop__detail__text.no_image {
        width: 100%;
	}
}

.head-btn {
	background-color: #f5f5f5;
	padding: 1em 0;
	margin: 0 0 20px;
}

@media (min-width: 960px) {
	.head-btn {
		padding: 1.5em 0;
		margin: 0 0 50px;
	}
}

.head-btn .c-btn {
	margin: 0 auto;
}

.p-workshop__sample__image {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3em;
}

.p-workshop__sample__image figure {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.p-workshop__sample__image figure:nth-of-type(even) {
	margin-left: 10px;
}

@media (min-width: 960px) {
	.p-workshop__sample__image figure {
		width: calc(100% / 3 - 6px);
		margin-bottom: 9px;
	}

	.p-workshop__sample__image figure:nth-of-type(even) {
		margin-left: 0;
	}

	.p-workshop__sample__image figure:not(:nth-of-type(3n + 1)) {
		margin-left: 9px;
	}

}