@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background-image: url(../img/document/headline_bg.jpg);
}
#headline h1::after {
	content: "Document";
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	padding-bottom: 40px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#intro_block {
		padding-bottom: 30px;
	}
}
/*-----------------------------------

	problems_block

-----------------------------------*/
#problems_block {
	padding: 60px 0;
	background: #F7F7F7;
}
#problems_block h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #114C98;
	margin-bottom: 40px;
}
#problems_block ul {
	width: fit-content;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
}
#problems_block ul li {
	margin-bottom: 20px;
	padding-left: 24px;
	text-indent: -24px;
}
#problems_block ul li::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #114C98;
	display: inline-block;
	margin-right: 10px;
}
#problems_block ul li span {
	color: #114C98;
}
@media screen and (max-width: 640px) {
	#problems_block {
		padding: 30px 0;
	}
	#problems_block h2 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	#problems_block ul {
		font-size: 16px;
	}
	#problems_block ul li {
		margin-bottom: 15px;
		padding-left: 17px;
		text-indent: -17px;
	}
	#problems_block ul li::before {
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
}
/*-----------------------------------

	course_block

-----------------------------------*/
#course_block {
	padding: 80px 0;
}
#course_block .inner01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	position: relative;
}
#course_block .inner01::after {
	content: "";
	width: 112px;
	height: 29px;
	background: #114C98;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: calc(100% + 20px);
	left: calc(50% - 56px);
}
#course_block .inner01 .box {
	/*width: 48%;*/
	width: 570px;
	background: #F7F7F7;
	margin: auto;
}
#course_block .inner01 .box .ttl {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
}
#course_block .inner01 .b01 .ttl {
	background: #129612;
}
#course_block .inner01 .b02 .ttl {
	background: #114C98;
}
#course_block .inner01 .box ul {
	padding: 30px 40px;
	font-weight: 500;
	line-height: 2;
}
#course_block .inner01 .box ul li {
	padding-left: 20px;
	text-indent: -20px;
}
#course_block .inner01 .box ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
}
#course_block .inner01 .b01 ul li::before {
	background: #129612;
}
#course_block .inner01 .b02 ul li::before {
	background: #114C98;
}
#course_block .inner02 {
	border: 1px solid #ACACAC;
	padding: 40px 60px;
}
#course_block .inner02 .ttl {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #114C98;
	margin-bottom: 40px;
}
#course_block .inner02 dl {
	display: flex;
	flex-wrap: wrap;
}
#course_block .inner02 dl dt {
	width: 340px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}
#course_block .inner02 dl dt::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #114C98;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
#course_block .inner02 dl dd {
	width: calc(100% - 340px);
	margin-bottom: 30px;
	line-height: 2;
}
@media screen and (max-width: 1100px) {
	#course_block .inner01 .box ul {
		padding: 30px;
	}
	#course_block .inner02 {
		padding: 40px;
	}
	#course_block .inner02 dl dt {
		width: 280px;
	}
	#course_block .inner02 dl dd {
		width: calc(100% - 280px);
	}
}
@media screen and (max-width: 840px) {
	#course_block .inner01 {
		flex-wrap: wrap;
		gap: 20px;
	}
	#course_block .inner01 .box {
		width: 100%;
	}
	#course_block .inner02 dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	#course_block .inner02 dl dd {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#course_block {
		padding: 40px 0;
	}
	#course_block .inner01 {
		margin-bottom: 40px;
	}
	#course_block .inner01::after {
		width: 60px;
		height: 15px;
		top: calc(100% + 13px);
		left: calc(50% - 30px);
	}
	#course_block .inner01 .box .ttl {
		font-size: 18px;
		padding: 15px 0;
	}
	#course_block .inner01 .box ul {
		padding: 15px 20px;
	}
	#course_block .inner02 {
		padding: 20px;
	}
	#course_block .inner02 .ttl {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#course_block .inner02 dl dt {
		margin-bottom: 0;
		padding-left: 15px;
		font-size: 16px;
	}
	#course_block .inner02 dl dt::before {
		width: 8px;
		height: 8px;
		top: 8px;
	}
	#course_block .inner02 dl dd {
		margin-bottom: 15px;
	}
}
/*-----------------------------------

	course

-----------------------------------*/
section.course {
	padding: 80px 0;
}
section.course h2 {
	padding: 20px;
	color: #FFF;
	position: relative;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 700;
}
section.course h2 span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	width: fit-content;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
}
section.course .inner01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
section.course .inner01 .text {
	width: min(558px, 55%);
}
section.course .inner01 .text p {
	font-weight: 500;
	line-height: 2;
	margin-bottom: 1em;
}
section.course .inner01 .image {
	width: min(388px, 40%);
}
section.course .inner02 h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 40px;
}
section.course .inner02 dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
section.course .inner02 dl dt {
	width: 400px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 20px;
	position: relative;
}
section.course .inner02 dl dt::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
section.course .inner02 dl dd {
	width: calc(100% - 400px);
	margin-bottom: 30px;
	line-height: 2;
}
section.course .inner02 .note {
	background: #FFF;
	border-radius: 10px;
	padding: 50px 30px;
	line-height: 2;
}
section.course .inner02 .note .ttl {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #DB2B2B;
	padding: 0 0 15px 25px;
	background: url(../img/document/icon_exclamation.svg) no-repeat left 1px/20px;
	border-bottom: 1px solid #ACACAC;
	margin-bottom: 20px;
}
section.course .inner02 .note ul {
	margin-bottom: 1em;
}
section.course .inner02 .note ul li {
	padding-left: 1em;
	text-indent: -1em;
}
section.course .inner02 .note ul li::before {
	content: "※";
}
@media screen and (max-width: 1100px) {
	section.course .inner02 dl dt {
		width: 320px;
	}
	section.course .inner02 dl dd {
		width: calc(100% - 320px);
	}
}
@media screen and (max-width: 840px) {
	section.course .inner01 {
		flex-wrap: wrap;
		gap: 20px;
	}
	section.course .inner01 .text {
		width: 100%;
	}
	section.course .inner01 .image {
		width: min(388px, 100%);
		margin: 0 auto;
	}
	section.course .inner02 dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	section.course .inner02 dl dd {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	section.course {
		padding: 40px 0;
	}
	section.course h2 {
		padding: 15px 10px;
		margin-bottom: 25px;
		font-size: 17px;
	}
	section.course h2 span {
		font-size: 12px;
		top: calc(50% - 6px);
		right: 10px;
	}
	section.course .inner01 {
		margin-bottom: 20px;
	}
	section.course .inner02 h3 {
		font-size: 18px;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	section.course .inner02 dl {
		margin-bottom: 20px;
	}
	section.course .inner02 dl dt {
		margin-bottom: 0;
		font-size: 16px;
		padding-left: 15px;
	}
	section.course .inner02 dl dt::before {
		width: 8px;
		height: 8px;
		top: 8px;
	}
	section.course .inner02 dl dd {
		margin-bottom: 15px;
	}
	section.course .inner02 .note {
		border-radius: 8px;
		padding: 30px 20px;
	}
section.course .inner02 .note .ttl {
	font-size: 16px;
	padding: 0 0 10px 20px;
	background: url(../img/document/icon_exclamation.svg) no-repeat left 1px/16px;
	margin-bottom: 10px;
}
}
/*-- dissolution_block --*/
#dissolution_block {
	background: #F2FAF2;
}
#dissolution_block h2 {
	background: #129612;
	border-bottom: 4px solid #88CA88;
}
#dissolution_block .inner02 h3 {
	border-top: 2px solid #129612;
	border-bottom: 2px solid #129612;
}
#dissolution_block .inner02 dl dt::before {
	border: 2px solid #129612;
}
/*-- recycling_block --*/
#recycling_block {
	background: #F2F6FA;
}
#recycling_block h2 {
	background: #114C98;
	border-bottom: 4px solid #87A5CB;
}
#recycling_block .inner02 h3 {
	border-top: 2px solid #114C98;
	border-bottom: 2px solid #114C98;
}
#recycling_block .inner02 dl dt::before {
	border: 2px solid #114C98;
}

/*-----------------------------------

	price_block

-----------------------------------*/
#price_block{
	padding-bottom: 0;
}
#price_block h2 {
	font-size: 30px;
	font-weight: 700;
	color: #114C98;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #ACACAC;
	margin-bottom: 50px;
	position: relative;
}
#price_block h2::before {
	content: "";
	width: 4px;
	height: 32px;
	background: #68B8F2;
	background: linear-gradient(0deg, rgba(104, 184, 242, 1) 0%, rgba(104, 184, 242, 1) 50%, rgba(17, 76, 152, 1) 50%, rgba(17, 76, 152, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
#price_block table{
	border-top: 1px solid #ACACAC;
	width: 100%;
    max-width: 400px;
}
#price_block table tr{
	border-bottom: 1px solid #ACACAC;
}
#price_block table tr > *{
	padding: 20px 10px;
}
#price_block table th{
	text-align: left;
    font-weight: 500;
    background: #F7F7F7;
    width: 170px;
}
#price_block table td{
	text-align: right;
    font-weight: 500;
    width: calc(100% - 170px);
}
@media screen and (max-width: 640px) {
	#price_block h2 {
		font-size: 18px;
		padding: 0 0 10px 15px;
		margin-bottom: 30px;
	}
	#price_block h2::before {
		width: 3px;
		height: 20px;
	}
	#price_block table{
		max-width: 100%;
	}
}

/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
	padding: 80px 0 100px;
}
#flow_block h2 {
	font-size: 30px;
	font-weight: 700;
	color: #114C98;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #ACACAC;
	margin-bottom: 50px;
	position: relative;
}
#flow_block h2::before {
	content: "";
	width: 4px;
	height: 32px;
	background: #68B8F2;
	background: linear-gradient(0deg, rgba(104, 184, 242, 1) 0%, rgba(104, 184, 242, 1) 50%, rgba(17, 76, 152, 1) 50%, rgba(17, 76, 152, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
#flow_block .inner {
	background: #F7F7F7;
	padding: 60px;
}
#flow_block .inner .image {
	width: 100%;
	padding: 60px;
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 20px;
}
#flow_block .inner .image img{
	margin: auto;
    display: block;
}
#flow_block .inner ul li {
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}
#flow_block .inner ul li::before {
	content: "※";
}
@media screen and (max-width: 840px) {
	#flow_block .inner {
		padding: 40px;
	}
	#flow_block .inner .image {
		padding: 40px;
	}
}
@media screen and (max-width: 640px) {
	#flow_block {
		padding: 40px 0 50px;
	}
	#flow_block h2 {
		font-size: 18px;
		padding: 0 0 10px 15px;
		margin-bottom: 30px;
	}
	#flow_block h2::before {
		width: 3px;
		height: 20px;
	}
	#flow_block .inner {
		padding-bottom: 20px;
	}
	#flow_block .inner {
		padding: 20px;
	}
	#flow_block .inner .image {
		padding: 15px;
		border-radius: 8px;
		margin-bottom: 10px;
	}
	#flow_block .inner ul li {
		font-size: 12px;
	}
}