@charset "utf-8";

.main-wrapper {
	background-color: rgba(0,0,0,0.025);
}

.article {
	background: #fff;
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
}

.article-inner {
	
}

.article-inner > *:last-child {
	margin-bottom: 0;
}

.article__header {
	margin-bottom: 40px;
}

.article__title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
}

.article__title::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.1);
	border-radius: 2px;
}

.article__read {
	
}

/* -------------------------------- */

.article__body {
	margin-bottom: 60px;
}

.article__body > *:last-child {
	margin-bottom: 0;
}

.article__body-section {
	margin-bottom: 60px;
}

.article__body-section p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.article__body-section > *:last-child {
	margin-bottom: 0;
}

.article__subtitle {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
.article__subtitle:before {
	content: "【";
}
.article__subtitle:after {
	content: "】";
}

.article__subsubtitle {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	white-space: nowrap;
}

.article__subsubtitle:after {
	right: 0;
	left: auto;
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.05);
	content: "";
	margin-left: 10px;
	flex-grow: 1;
}

.article__body ul {
	list-style: disc;
	margin-bottom: 40px;
	padding-left: 1.5em;
	line-height: 1.5;
}

.article__body ol {
	list-style: decimal;
	margin-bottom: 40px;
	padding-left: 1.5em;
	line-height: 1.5;
}

.article__body li {
	margin-bottom: 0.75em;
}

.article__body .notice {
	list-style: none;
	padding-left: 0;
	line-height: 1.5;
}

.article__body .notice li {
	margin-bottom: 0.5em;
}

.article__body .inline-notice {
	display: inline-block;
	line-height: 1.25;
}

.article__body .download-src {
	list-style: none;
	padding-left: 0;
}

.article__body .download-src li {
	margin-bottom: 10px;
}

.article__body .download-src .button-state {
	position: relative;
	width: 100%;
	padding: 1em;
}

.article__body .download-src .button-state:after {
	position: absolute;
	right: auto;
	bottom: 0;
	top: 3px;
	left: 5px;
	margin: auto;
	height: 20px;
	width: 20px;
	line-height: 1;
}

/* -------------------------------- */

.article__footer {
	text-align: center;
}


@media screen and (min-width: 960px) {
	
	.article {
		border-radius: 5px;
		border: 1px solid rgba(0,0,0,0.05);
	}
	
	.article__body .download-src .button-state:after {
		left: 15px;
	}
}


/* --------------------------------------------------------- */

.intro {
	margin-bottom: 40px;
}

.information {
	margin: 40px 0;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
}

.information__section {
	line-height: 1.7;
	margin-bottom: 20px;
}

.information .title {
	font-weight: 600;
}

.information .tel {
	font-size: 110%;
}

.information .notice {
	font-size: 82.5%;
}

@media screen and (min-width: 960px) {
	
}

