@charset "UTF-8";
/* クレジットの仕組み */
#system_list li{
	margin:0 0 10px 0;
}
.detail{
	margin:0 0 15px 20px;
}
.detail dt{
	margin: 0 0 10px 0;
	font-weight: bold;
	padding:0 0 0 1.2em;
	position: relative;
}
.detail dt::before{
	content: "";
	display: block;
	width: 0.8em;
	height: 3px;
	background-color: #368040;
	border-radius: 20px;
	 position: absolute;
		top: calc(50% - 1px);
		left: 0;
}

.system{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.system img{
	width: 60%;
}

@media screen and (max-width:767px) {
	.system{
		flex-direction: column;
		gap: 20px;
	}
	.system img{
	width: 80%;
}
}

/* お申し込み方法 */
.address_link{
	display: inline-block;
}
.address{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}

.address span{
	font-size: 16px;
	font-weight:normal;
}

#download{
    padding: 20px 40px;
    margin:30px 0 50px;
    text-decoration:none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e67e22;
    border-radius: 10px;
    font-size:24px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
        &:hover,
        &:active{opacity: 0.8;}
        img{vertical-align: middle;}
}

#download img{
	vertical-align: middle;
	margin-right: 20px;
}
#download .sp-only{
		display: none;
	}
@media screen and (max-width:599px) {
	#download{
		padding: 20px;
		width: 100%;
		font-size: 20px;
	}
	#download .sp-only{
		display: block;
	}
}

.step{
	margin:0 0 10px 0;
}
.step dt{
	margin:0 0 5px 0;
	font-weight: bold;
	color: #368040;
}

.note{
	font-size: 10pt;
}
/* 共同利用について */
.member{
	margin:10px 0 0 0;
}

.member dt{
	font-weight: bold;
	margin: 0 0 5px 0;
}

.member dd ol li{
	margin: 0 0 10px 0;
}

#indent li{
   text-indent : -1.5em;
   margin-left : 1.4em;
}