@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#cooperation .txt02 {
	font-size: 24px;
}
#cooperation .cooperation_box::after {
	content: "COOPERATION";
}
#cooperation .cooperation_box .txt_box {
	width: 560px;
}
#cooperation .cooperation_box .img_box {
	width: calc(100% - 560px);
}
#cooperation .cooperation_box .worries ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 32%);
	gap: 10px 0;
}
#cooperation .cooperation_box .worries li {
	background: #fff;
	padding: 20px 30px 20px 35px;
	position: relative;
}
#cooperation .cooperation_box .worries li::before {
	content: "";
	background: #fed300;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 32px;
	left: 15px;
	border-radius: 50%;
}
#cooperation .flow_box .box {
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}
#cooperation .flow_box .box:not(:last-of-type)::before {
	content: "";
	background: #f9f4a7;
	width: 5px;
	height: calc(100% + 50px);
	position: absolute;
	top: 0;
	left: 90px;
	z-index: -1;
}
#cooperation .flow_box .box .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
	background: #f9f4a7;
	border-radius: 50%;
	padding: 40px;
	box-sizing: border-box;
}
#cooperation .flow_box .box .icon img {
	max-height: 120px;
}
#cooperation .flow_box .box dl {
	width: calc(100% - 230px);
}
#cooperation .flow_box .box dt {
	font-size : 28px;
	margin-bottom: 20px;
}
#cooperation .flow_box .box dt .step {
	font-size : 24px;
	margin-right: 1em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#cooperation .cooperation_box .txt_box {
		width: 100%;
	}
	#cooperation .cooperation_box .img_box {
		width: 70%;
		margin: 20px auto 0;
	}
	#cooperation .cooperation_box .worries li {
		padding: 10px 15px 10px 25px;
	}
	#cooperation .cooperation_box .worries li::before {
		width: 10px;
		height: 10px;
		top: 18px;
		left: 7px;
	}
	#cooperation .flow_box .box:not(:last-of-type)::before {
		left: 60px;
	}
	#cooperation .flow_box .box .icon {
		width: 120px;
		height: 120px;
		padding: 30px;
	}
	#cooperation .flow_box .box .icon img {
		max-height: 70px;
	}
	#cooperation .flow_box .box dl {
		width: calc(100% - 150px);
	}
	#cooperation .flow_box .box dt {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#cooperation .flow_box .box dt .step {
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#cooperation .cooperation_box .img_box {
		width: 100%;
	}
	#cooperation .cooperation_box .worries ul {
		grid-template-columns: repeat(2, 49%);
	}
	#cooperation .flow_box .box .icon {
		margin: 0 auto 10px;
	}
	#cooperation .flow_box .box:not(:last-of-type)::before {
		display: none;
	}
	#cooperation .flow_box .box dl {
		width: 100%;
	}
	#cooperation .flow_box .box dt {
		font-size: 20px;
	}
	#cooperation .flow_box .box dt .step {
		font-size: 80%;
		display: block;
	}
}