
ul,li,dl,dt,dd,p{
	margin:0;
	padding:0;
}

ul{
	list-style-type:none;
}

.page-title{
	margin-bottom: 30px;
	padding-top: 50px;
	text-align: center;
	
	p{
		display: inline-block;
		background: linear-gradient(transparent 60%, #dffef4 60%);
		font-size: 32px;
	}
}

.kouhou-section {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;

	.kouhou-list{
		&:not(:last-child){
			margin-bottom: 50px;
		}

		b{
			display: block;
			margin: 0 auto 5px;
			font-size: 20px;
			text-align: left;
		}

		>ul{
			/* border: solid 1px #000; */
			max-width: 400px;
			width: 100%;
			margin: 0 auto;
			padding: 0;
			/* background: #ffffcc; */

			>li{
				display: flex;
				/* gap: 10px; */
				list-style: none;
				border-bottom: solid 1px #000;

				/* &:not(:last-child){
					border-bottom: solid 1px #000;
				} */

				.list-desc{
					padding: 10px;
					/* border: 1px solid #000; */
					/* border-right: 1px solid #000; */
					flex: 1;

					p{
						margin: 0;
						text-align: left;
					}
				}
				
				.list-dl{
					padding: 10px;
					/* border: 4px double #000; */

					a{
						display: flex;
						position: relative;
						width: fit-content;
						align-items: center;
						gap: 5px;

						&::after{
							content: "";
							display: block;
							position: relative;
							top: 0;
							right: 0;
							width: 20px;
							height: 20px;
							background: url("../file_pdf.png") center center/cover no-repeat;
						}
					}
				}
			}
		}
	}
}

.desc-txt{
	&:not(:last-child){
		margin-bottom: 30px;
	}
	
	p{
		text-align: center;
	}
}