@charset "utf-8";

.button_area {
	padding-top: 20px;
	padding-bottom: 10px;
}



/*========== list ===========*/
.list dl {
	clear: both;
	border-bottom: 1px dashed #CCC;
}

.list dl dt {
	padding: 15px 15px 15px 30px;
	position: relative;
}

.list dl dt:before {
	content: "\f086";
    font-family: "Font Awesome 5 Free";
	font-size: 18px;
	color: #151515;
	position: absolute;
	left: 5px;
	top: 20px;
}

.list dl dt h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color: #151515;
}

.list dl dt h3 a:hover {
	color:#4d85c2;
}

.list dl dt strong {
	display: block;
	font-size: 15px;
	color: #666;
	font-weight: normal;
	margin-top: 8px;
}

.list dl dt strong b {
	margin-left: 15px;
	font-size: 13px;
	color: #818181;
	font-weight: normal;
}

.list dl dt p {
	margin-top: 5px;
	font-size:16px;
	line-height:1.6;
	color: #666;
	font-weight: normal;
}



/*========== Content ===========*/
.content {
	margin-top: 10px;
}

.content dl {
	clear: both;
	font-size: 15px;
	color: #666;
	border-bottom: 0px dashed #CCC;
}

.content dl dt {
	padding: 15px 15px 15px 35px;
	position: relative;
}

.content dl dt:before {
	content: "\f086";
    font-family: "Font Awesome 5 Free";
	font-size: 25px;
	color: #000;
	position: absolute;
	left: 0px;
	top: 25px;
}

.content dl dt h4 {
    font-size: 28px;
	line-height:1.6;
	color :#000;
}

.content dl dt strong {
	display: block;
	font-size: 13px;
	color: #818181;
	margin-top: 8px;
}

.content dl dt strong b {
	font-weight: normal;
	margin-left: 15px;
}

.content dl dt p {
	margin-top: 5px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}

.content dl dd {
	padding: 15px 15px 15px 35px;
	background: #eeeeee;
	border-bottom: 1px dashed #C7C7C7;
	position: relative;
}

.content dl dd strong {
	display: block;
	font-size: 13px;
	color: #818181;
}

.content dl dd strong b{
	font-weight: normal;
}

.content dl dd p {
	margin-top: 5px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#000;
}

.back_to_list {
	padding-top: 20px;
	display:flex;
	justify-content: center;
}
