/* -----------------------------------------------
  papertest (contents)
----------------------------------------------- */
#contents section {
}
#contents section#title {
	background: url(../images/resource/title_bg.png) center top no-repeat;
	box-sizing: border-box;
	padding: 40px 10px;
	position: relative;
}
#contents section#title .logo figure {
	width: 264px;
	margin: 0 auto 40px;
}
#contents section#title h1 {
	max-width: 510px;
	margin: 0 auto;
}

#contents section.cont-sec {
	border-top: solid 4px #f5f5f5;
	padding: 60px 0;
}

#contents section .cont-width {
	max-width: 960px;
}

#contents section.cont-sec .hd_box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
#contents section.cont-sec .hd_box .hd_num {
	width: 52px;
	height: 52px;
	margin-right: 10px;
}
#contents section.cont-sec .hd_box .hd_text {
	width: calc(100% - 62px);
}
#contents section.cont-sec .hd_box h2 {
	font-size: 138%;
	margin-bottom: 5px;
}
#contents section.cont-sec .hd_box .lead {
	margin-bottom: 0;
}
#contents section.cont-sec .column-block {
	box-sizing: border-box;
	background-color: #eef7f4;
	border-radius: 10px;
	padding: 20px 3%;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#contents section.cont-sec .column-block {
		min-height: 256px;
	}
}
#contents section.cont-sec h3 {
	font-size: 112.5%;
	text-align: left;
	padding-left: 34px;
	position: relative;
	margin-bottom: 20px;
}
#contents section.cont-sec h3:before {
	display: block;
	content: "";
	background: url(../images/resource/ico_paper.svg) no-repeat;
	width: 28px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 5px;
}
#contents section.cont-sec .dl-btn {
	display: block;
	background-color: #fff;
	border: solid 2px #b3d0c7;
	border-radius: 10px;
	padding: 10px 70px 10px 20px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
#contents section.cont-sec .dl-btn::after {
	content: "";
	background: url(../images/resource/ico_download.svg) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
}
#contents section.cont-sec .dl-btn2 {
	display: inline-block;
	background-color: #fff;
	border: solid 2px #b3d0c7;
	border-radius: 10px;
	padding: 15px 15px 50px 15px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
#contents section.cont-sec .dl-btn2::after {
	content: "";
	background: url(../images/resource/ico_download.svg) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: calc(50% - 15px);
}
#contents section.cont-sec .dl-btn:hover,
#contents section.cont-sec .dl-btn2:hover {
	background-color: #f5f5f5;
}
#contents section.cont-sec .dl-btn-list {
}
#contents section.cont-sec .dl-btn-list li {
	box-sizing: border-box;
	margin-bottom: 15px;
}
#contents section.cont-sec .strong {
	font-weight: bold;
}

/* anchor-nav */
#contents section.anchor-nav {
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
	#contents section.anchor-nav .anchor-nav-list {
		display: flex;
	}
}
#contents section.anchor-nav .anchor-nav-list li {
	padding-left: 40px;
	position: relative;
}
@media screen and (min-width: 768px) {
	#contents section.anchor-nav .anchor-nav-list li {
		margin-right: 20px;
	}
}
#contents section.anchor-nav .anchor-nav-list li::before {
	content: '';
	background-size: 30px 30px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position:absolute;
	left: 0;
	top: calc(50% - 15px);
}
#contents section.anchor-nav .anchor-nav-list li:first-of-type::before {
	background-image: url(../images/resource/hd-num-01.svg);
}
#contents section.anchor-nav .anchor-nav-list li:nth-of-type(2)::before {
	background-image: url(../images/resource/hd-num-02.svg);
}
#contents section.anchor-nav .anchor-nav-list li:nth-of-type(3)::before {
	background-image: url(../images/resource/hd-num-03.svg);
}
#contents section.anchor-nav .anchor-nav-list li:nth-of-type(4)::before {
	background-image: url(../images/resource/hd-num-04.svg);
}
#contents section.anchor-nav .anchor-nav-list li:nth-of-type(5)::before {
	background-image: url(../images/resource/hd-num-05.svg);
}

/* cont-01 */
#contents section#cont-01 .hint-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#contents section#cont-01 .column-block {
	width: 49%;
}
#contents section#cont-01 .dl-btn-list li {
}
#contents section#cont-01 .dl-btn-list .cl-bnr {
	width: 50%;
	margin: 0 auto 10px;
}
#contents section#cont-01 .dl-btn-list .cl-bnr a {
	padding: 0;
}
#contents section#cont-01 .honigon {
	width: 49%;
	margin-bottom: 20px;
	position: relative;
}
@media screen and (min-width: 768px) {
	#contents section#cont-01 .honigon img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
}
#contents section#cont-01 .cl-area {
	margin-top: 40px;
}
#contents section#cont-01 .cl-area figure {
	width: 65%;
	margin: 0 auto;
}
@media screen and (min-width: 960px) {
	#contents section#cont-01 .cl-area .cl-bnr a:hover {
		opacity: .8;
	}
}

/* cont-02 */
#contents section#cont-02 .stage-ss {
	width: 54.28%;
	margin: 0 auto 30px;
}
#contents section#cont-02 .dl-btn-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
#contents section#cont-02 .dl-btn-list li {
	width: 24%;
	margin-right: 2%;
	margin-bottom: 0;
}
#contents section#cont-02 .dl-btn-list li:nth-of-type(4n) {
	margin-right: 0;
}
#contents section#cont-02 .dl-btn-list li .dl-btn2 {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
#contents section#cont-02 .all-stage .dl-btn {
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents section#cont-02 .ico-stage {
	width: 53%;
	margin: 0 auto 10px;
}

/* cont-03 */
#contents section#cont-03 .btn03 {
	width: 75%;
	font-size: 125%;
}

/* btn-nav */
#contents .btn-nav {
	margin-bottom: 40px;
}



/* sp */
@media screen and (max-width: 767px) {
	#contents section {
	}
	#contents section#title {
		background: none;
		padding: 30px 10px 40px;
	}
	#contents section#title h1 {
	}
	#contents section.cont-sec {
		padding: 30px 0;
	}
	#contents section.cont-sec .hd_box {
		display: block;
		margin-bottom: 20px;
	}
	#contents section.cont-sec .hd_box .hd_num {
		margin: 0 auto 15px;
	}
	#contents section.cont-sec .hd_box .hd_text {
		width: auto;
	}
	#contents section.cont-sec .hd_box .hd_text h2 {
		text-align: center;
		line-height: 1.2;
	}
	#contents section.cont-sec .column-block {
		margin-bottom: 20px;
	}
	#contents section.cont-sec .dl-btn {
		display: block;
		width: auto;
	}
	#contents section.cont-sec .dl-btn::after {
		right: 15px;
	}

	/* anchor-nav */
	#contents section.anchor-nav .anchor-nav-list li {
		margin-bottom: 15px;
	}
	#contents section.anchor-nav .anchor-nav-list li:last-of-type {
		margin-bottom: 0;
	}

	/* cont-01 */
	#contents section#cont-01 .hint-box {
		display: block;
	}
	#contents section#cont-01 .column-block {
		width: auto;
	}
	#contents section#cont-01 .dl-btn-list {
		display: block;
		margin-bottom: 0;
	}
	#contents section#cont-01 .dl-btn-list li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#contents section#cont-01 .dl-btn-list .cl-bnr {
		width: 70%;
		margin: 20px auto;
	}
	#contents section#cont-01 .dl-btn-list li:last-of-type {
		margin-bottom: 0;
	}
	#contents section#cont-01 .dl-btn-list a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 40px 10px 10px;
	}
	#contents section#cont-01 .cl-area {
		display: block;
		margin-top: 20px;
	}
	#contents section#cont-01 .cl-area .cl-bnr {
		width: 70%;
		margin: 0 auto 10px;
	}
	#contents section#cont-01 .cl-area .cl-comment {
		width: 80%;
		margin: 0 auto;
	}
	#contents section#cont-01 .honigon {
		width: 100%;
		max-width: auto;
	}
	#contents section#cont-01 .honigon img {
		display: block;
		position:static;
	}
	/* cont-02 */
	#contents section.cont-sec .stage-ss {
		width: 80%;
		margin: 0 auto 20px;
	}
	#contents section#cont-02 .dl-btn-list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}
	#contents section#cont-02 .dl-btn-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	#contents section#cont-02 .dl-btn-list li:nth-of-type(2n) {
		margin-right: 0;
	}
	#contents section#cont-02 .dl-btn-list li:nth-of-type(3),
	#contents section#cont-02 .dl-btn-list li:nth-of-type(4){
		margin-bottom: 0;
	}
	#contents section.cont-sec .dl-btn2 {
		display: block;
	}
	/* cont-03 */
	#contents section#cont-03 .btn03 {
		display: block;
		width: auto;
	}
}
