.up-fv {
    background-color: #fff;
    border-bottom: solid 1px #ee87b4;
    padding: 90px 0 80px;
}
.fv-inner {
    max-width: 1500px;
    padding: 0 60px;
    margin: 0 auto;
}
.breadcrumb {
    display: flex;
    font-size: 1.2rem;
}
.breadcrumb .bc-link {
    color: #a8aaae;
    margin-right: 40px;
    position: relative;
}
.breadcrumb .bc-link::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #a8aaae;
    position: absolute;
    top: 50%;
    right: -25px;
}
.breadcrumb .bc-item {
    color: #444444;
}
.fv-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}
.fv-title-wrap .fv-text-en {
    font-size: 4.8rem;
    line-height: 1;
    color: #00cbc5;
}
.fv-title-wrap .fv-title {
    color: #7b909b;
    font-size: 1.5rem;
}

.category-tag-list {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(5, 43, 63, .05);
    margin-bottom: 40px;
    padding: 30px 30px 35px;
}
.category-tag-list .category-tag-list-title {
    font-size: 1.6rem;
    color: #7b909b;
    font-weight: 500;
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 20px;
}
.category-tag-list .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.category-tag-list .tag-list li a {
	display: block;
    background-color: #00cbc5;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 20px;
    padding: 5px 10px;
}
.category-tag-list .tag-list li a:hover {
    background-color: #00a9a3;
}

.page-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(5, 43, 63, .05);
    padding: 30px 50px;
    margin-top: 20px;
}
.page-content .up-title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	padding: 10px 0;
}
.page-content .content-inner h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 32px 0 20px;
}
.page-content .content-inner p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 20px 0;
}
.page-content .content-inner ul {
    list-style: disc;
    padding-left: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-content .content-inner ul li {
	font-size: 1.6rem;
}

.section404 {
	background: #fff;
	padding: 120px 0 100px;
}
.section404 .nf-title {
	font-size: 5rem;
	text-align: center;
}
.section404 .nf-sub {
	font-size: 1.4rem;
	text-align: center;
}
.section404 .nf-text {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 60px;
}
.section404 .nf-top {
	display: block;
    width: 250px;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto 0;
    background: #444;
    border-radius: 40px;
    color: #fff;
}

@media screen and (max-width:1000px) {
    .up-fv {
        padding: 80px 0 40px;
    }
    .fv-inner {
        width: 100%;
        padding: 0 5%;
    }
    .fv-title-wrap {
        margin-top: 35px;
        align-items: center;
    }
    .fv-title-wrap .fv-text-en {
        font-size: 3.2rem;
    }
    .fv-title-wrap .fv-title {
        font-size: 1.5rem;
    }

    .category-tag-list {
        padding: 25px 20px 30px;
    }
    .category-tag-list .tag-list {
        gap: 5px 10px;
        margin-top: 20px;
    }
    .category-tag-list .tag-list li a {
        font-size: 1.2rem;
    }
	
    .page-content {
        padding: 20px 25px 35px;
    }
	
	.section404 .nf-title {
		font-size: 4.2rem;
	}
}