@charset "UTF-8";

.append_wrap {
	background-color:#F5F6F9;
	margin:50px auto 0 auto;
	width:980px;
	max-width:100%;
	padding:50px 8px;
	counter-reset: title;
}

.append_list, .append_list2 {
	width:700px;
	max-width:calc( 100% - 16px );
	margin:auto;
}

.append_space {
	margin-top:60px;
}

.append_list dt:nth-of-type( n+2 ) {
	margin-top:20px;
}

.append_list dt {
	font-size:18px;
	font-weight:500;
}

.append_list dd {
	font-size:17px;
	line-height: 26px;
	text-align:left;
}

.append_list a:link, .append_list a:visited, .append_list2 a:link, .append_list2 a:visited {
	color:#00f;
}

.append_list a:hover, .append_list a:active, .append_list2 a:hover, .append_list2 a:active {
	color:#ed4f44;
}

.append_tbl {
	display:flex;
	flex-flow: row wrap;
	width:100%;
}

.append_tbl dt {
	width:74%;
	padding:2px 0;
	font-size:15px;
	line-height:23px;
}

.append_tbl dd {
	width:26%;
	padding:2px 0;
	font-size:15px;
	line-height:23px;
	text-align:right;
}

.append_comment {
	width:700px;
	max-width:calc( 100% - 16px );
	margin:auto;
}

.append_comment2 {
	width:100%;
	margin:auto;
}

.append_comment ul {
	margin-top:30px;
	font-size:16px;
	line-height: 26px;
}

.append_comment ul li, .append_comment2 ul li {
	list-style-type:none;
	padding-left:1.5em;
	position:relative;
	margin-top:3px;
}

.append_comment ul li:before, .append_comment2 ul li:before {
	content: '※';
	position:absolute;
	left:0;
	top:0;
}

.append_comment2 ul {
	margin-top:20px;
	font-size:14px;
	line-height: 22px;
}

a.append_download:link, a.append_download:visited {
	border:12px solid #eee;
	padding:20px;
	text-align:center;
	display:block;
	width:360px;
	max-width:100%;
	margin:auto;
	font-size:20px;
	line-height:1.5em;
	font-weight:500;
}

a.append_download:active, a.append_download:hover {
	color:#ed4f44;
	border-color:#ed4f44;
	background-color:#eee;
}

#append_speech_detail {
	margin-top:20px;
}

#append_speech_detail > div:last-of-type {
	font-size:14px;
	line-height:1.6em;
	margin-top:20px;
}

#append_speech_detail > div:last-of-type > p {
	color:#005bac;
	margin-bottom:6px;
	font-size:14px;
	line-height:1.6em;
}

#append_speech_detail > div:last-of-type > p:before {
	content: '■ ';
}

.append_list2 h3 {
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
	counter-increment: title;
	position:relative;
	padding-left:1.4em;
}

.append_list2 h3.append_nocnt {
	padding-left:0;
	font-size:30px;
	line-height:1.3em;
	margin-bottom:7px;
}

.append_list2 h3.append_nocnt+p {
	font-size:22px;
	line-height:1.6em;
	margin-bottom:20px;
}

.append_list2 h3:before {
	content: counter(title)".";
	position:absolute;
	left:0;
	top:0;
}

.append_list2 h3.append_nocnt:before {
	content: "";
	position:absolute;
	left:0;
	top:0;
}

.append_list2 > ul {
	margin-top:16px;
	margin-bottom:8px;
}

.append_list2 > ul li {
	position:relative;
	list-style-type:none;
	padding-left:1.5em;
	position:relative;
	font-size:15px;
	line-height: 23px;
	margin-top:3px;
}

.append_list2 > ul li:before {
	content:'・';
	position:absolute;
	left:0;
	top:2px;
}

.append_list2 p {
	font-size:15px;
	line-height: 23px;
}

.append_box {
	width:700px;
	max-width:calc( 100% - 16px );
	margin:auto;
}

.append_box li {
	position:relative;
	padding-left:1.5em;
	list-style-type:none;
	font-size:18px;
	line-height:1.6em;
}

.append_box li:before {
	content:'■';
	position:absolute;
	left:0;
	top:0;
}

#append_pr_back {
	background-image:url( images/pr_back.png );
}

#append_h2 {
	width:1064px;
	max-width:100%;
	margin:auto;
}

div#append_kouchi {
	display:flex;
	flex-wrap:wrap;
}

div#append_kouchi > div:first-of-type {
	font-size:25px;
	line-height:40px;
	position:relative;
	padding-left:70px;
}

div#append_kouchi > div:first-of-type > span {
	font-size:19px;
}

div#append_kouchi > div:first-of-type > p {
	display:inline-block;
	border-radius:20px;
	background-color:#14d9dd;
	color:#fff;
	text-align:center;
	line-height:40px;
	width:60px;
	letter-spacing:3px;
	position:absolute;
	left:0;
	top:8px;
}

div#append_kouchi > div:last-of-type {
	padding-top:10px;
	font-size:16px;
	line-height:20px;
}

@media screen and (max-width:580px) {
	.append_list dt {
		font-size:16px;
	}
	.append_list dd {
		font-size:16px;
		line-height: 26px;
	}
	.append_list {
		max-width:calc( 100% - 12px );
	}
	.append_tbl {
		display:block;
		flex-flow: row wrap;
		width:100%;
	}
	
	.append_tbl dt {
		width:100%;
	}
	.append_tbl dt:nth-of-type( n+2 ) {
		margin-top:16px;
	}
	
	.append_tbl dd {
		width:100%;
		text-align:left;
		padding-left:1.5em;
	}
	.append_list2 h3.append_nocnt {
		font-size:23px;
		line-height:1.3em;
	}
	.append_list2 h3.append_nocnt+p {
		font-size:18px;
		line-height:1.6em;
	}
}


@media screen and (max-width:370px) {
	.append_list {
		max-width:calc( 100% - 8px );
	}
}