@charset "UTF-8";

div.indent p {
	text-indent:1em;
}

.parallel {
    display: flex;
    /*border-bottom: 1px dashed #bec2c7;*/
    padding: 10px 10px;
}

.dashed {
	border-bottom: 1px dashed #bec2c7;
}

.image0 {
	width: 30%;
}

.image {
	width: 50%;
}

.image1 {
	width: 80%;
}

.image2 {
	width: 100%;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.center {
	margin: 0 auto;
}

.textcenter {
	text-align:center;
}

/*リスト形式でファイルのリンクを張るを時に使う*/
div.filelink2 li {
	margin-left: 3em;
	margin-bottom: 3px;
}

/*リストの行頭に矢印マークを入れる*/
div.filelink2 li::before {
	color: #2566b0;
	content: '\f0da';
	font-family: "font Awesome 5 Free";
	font-weight: bold;
	margin-left: -5px;
	padding-right: 5px;
}

.table {
	border-collapse: separate;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60%;
    height: auto;
}

/* スマートフォン向けCSS */
@media (max-width: 767px) {
	/* 横並び解除 */
	.parallel {
		display: block;
	}
	div.image {
		width: 100%;
	}
	div.text {
		padding-left: 5px;
	}
}
