#page-title .arrow {
	max-width: 900px;
	width: 60%;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: clamp(80px, 15vw, 150px);
}
#sec01 dl {
	width: 100%;
	display: table;
	border: #ddd 1px solid;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#sec01 dt,
#sec01 dd {
	display: table-cell;
	vertical-align: top;
}
#sec01 dt {
}
#sec01 dd {
	width: 120px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	padding-top: 3px;
	color: #aaa;
}
#sec01 dt a:hover {
	text-decoration: underline;
}
#sec01 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 8px;
    list-style-type: none;
    padding: 0;
	margin-top: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#sec01 .pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-bottom: 2px solid #fff;
    color: #333;
    text-decoration: none;
}
#sec01 .pagination .current a {
    border-bottom: 1px solid #28B485;
    pointer-events: none;
	color: #28B485;
	font-weight: 600;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec01 dd {
        width: 80px;
        font-size: 9px;
		letter-spacing: 1px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: clamp(20px, 5vw, 80px);
	padding: 6%;
	border: #888 1px solid;
	background-color: #fff;
}
#sec02 .title {
	border-bottom: #888 1px dashed;
	padding-bottom: 20px;
	margin-bottom: clamp(25px, 4vw, 50px);
}
#sec02 .title dd {
	font-size: .9em;
}
#sec02 .title dt {
	font-size: 1.4em;
	font-weight: 400;
}
#sec02 p {
	margin-bottom: 20px;
}
#sec02 .btn-style01 {
	margin-top: 60px;
}
#sec02 img {
	display: block;
	max-width: 600px;
	width: 90%;
	margin: 30px auto;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec02 .title {
        padding-bottom: 10px;
    }
    #sec02 .title dd {
        font-size: 11px;
    }
    #sec02 .title dt {
        font-size: 1.3em;
    }
	#sec02 .btn-style01 {
        margin: 50px auto 20px;
    }
}
/* --------------------------------------------------- */