@charset "utf-8";
/* CSS Document */


.main_visual {
	background: url("../../img/main_visual.png")no-repeat center center;
	background-size: cover;
}
a {
    overflow-wrap: break-word;
}
.c_outer {
	margin: 50px 0 80px;
}
.contents_inner {
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
.comment{
	margin-bottom: 20px;
	line-height: 1.8;
}
.pdf_list {
	line-height: 1.8;
}
.pdf_list a {
	font-weight: bold;
	color: #0000ff;
	margin-left: 1em;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
}

/* 470pxより小さい場合 */
@media screen and ( max-width: 470px ){

.link_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

}


/* 360pxより小さい場合 */
@media screen and ( max-width: 360px ){

}


@media print {

}