/* CSS Document */

.usage__container {
	margin-bottom: 3rem;
}
.usage__title {
	font-size: 4.36rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding-top: 10rem;
	padding-bottom: 0.8rem;
	background: rgba(215,185,143,0.2);
}
.usage__text {
	max-width: 110rem;
	margin: 7.1rem auto;
	font-size: 1.74rem;
}
.usage__description--wrap {
	background: rgba(215,185,143,0.2);
	padding-top: 5.2rem;
	padding-bottom: 6.5rem;
}
.usage__description--title {
	font-size: 1.74rem;
	font-weight: 500;
	max-width: 110rem;
	margin: 0 auto 1rem;;
}
.usage__description {
	max-width: 100rem;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 4.4rem;
}
.usage__description--list {
	margin-top: 1rem;
	margin-bottom: 4.4rem;
}
.indent1 ol{
    list-style: decimal;
}
.indent2 ol li{
    list-style-type: none;
	counter-increment: cnt;
	display: flex;
	justify-content: flex-start;
}
.indent2:nth-child(11) ol li {
	max-width: 97rem;
}
.indent2 ol li::before {
    content: "(" counter(cnt) ") ";
    font-family: 'Noto Sans JP', sans-serif;
	margin-right: .5rem;
}
.usage__description--item {
	font-size: 1.6rem;
	font-weight: 100;
	max-width: 95rem;
	margin: 0 auto;
}
.usage__description--link {
	color: #0000ff;
}
.history{
    max-width: 100rem;
    margin: 0 auto;
}
.history__text--wrap {
	display: flex;
	justify-content: space-between;
    max-width: 19rem;
    margin: 0 0 0 auto;
}
.history__date {
	font-size: 1.6rem;
	font-weight: 300;
	width: 14rem;
	text-align-last: justify;
}
.history__text {
	font-size: 1.6rem;
	font-weight: 300;
}
.margin_top_article5{
    margin-top: -3.5rem;
}
.margin_bottom_article7{
    margin-bottom: -3.5rem;
}

/*===================== レスポンシブ =====================*/

@media screen and ( max-width:1100px ){
	.usage__text {
		max-width: 90%;
	}
	.usage__description--title {
		max-width: 90%;
	}
	.usage__description {
		max-width: 80%;
	}
	.usage__description--item {
		max-width: 77%;
	}
	.indent2:nth-child(11) ol li {
		max-width: 82%;
	}
    
}
@media screen and ( max-width:750px ){
	.usage__title {
		font-size: 3rem;
		padding-top: 5rem;
		padding-bottom: 2.1rem
	}
	.usage__text {
		margin: 2.5rem auto;
		font-size: 1.6rem;
	}
	.usage__description--wrap {
		padding-top: 4.5rem;
		padding-bottom: 6.5rem;
	}
	.usage__description {
		margin-bottom: 4rem;
	}
	.usage__description--list {
		margin-left: 1.6rem;
	}
    .history__text--wrap {
        margin-right: 10px;
    }
}
