﻿@charset "utf-8";
:root {
	--color-theme: #1E6AA1;
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-black01: #060A20;
	--color-black02: #222222;
	--color-deep-blue: #1A1F6C;
	--color-deep-blue-transparent: #143C82A3;
	--color-deep-blue01: #354877;
	--color-deep-blue02: #2C3872;
	--color-deep-blue03: #292467;
	--color-deep-blue04: #383D9D;
	--color-deep-blue05: #10558C;
	--color-deep-blue06: #0E17BC;
	--color-deep-blue07: #2629BD;
	--color-deep-blue08: #2629BD;
	--color-deep-blue09: #4E5FCC;
	--color-deep-blue02-transparent: #4A52ABDB;
	--color-medium-blue: #4878B5;
	--color-medium-blue01: #5488C7;
	--color-medium-blue02: #7685D3;
	--color-medium-blue02-transparent: #6681BDDB;
	--color-medium-blue03: #6291C4;
	--color-light-blue: #97A4E6;
	--color-light-blue01: #B4BEF2;
	--color-light-blue02: #EDF4FA;
	--color-light-blue03: #939FDF;
	--color-light-blue04: #6292F9;
	--color-light-blue05: #5F84C9;
	--color-light-blue06: #2C729E;
	--color-light-blue07: #86C4DF;
	--color-light-blue08: #F4F8FF;
	--color-light-blue09: #CCDFE6;
	--color-light-gray: #E2E2E2;
	--color-light-gray01: #C9C9C9;
	--color-light-gray02: #D9D9D9;
	--color-light-gray03: #F0F4F6;
	--color-deep-green: #082027;
	--color-light-green: #01556F;
	--color-light-green-transparent: #119975DB;
	--color-light-green01: #69DEF0;
	--color-light-green02: #87C5C5;
	--color-light-green03: #177586;
	--color-blue-gray: #E1E8EE;
	--color-blue-gray01: #919EAB;
	--color-blue-gray02: #DFE3E8;
	--color-purple: #4F2D6F;
	--color-cool-purple: #6043A3;

	--font-neue: "neue-haas-grotesk-display", sans-serif;
}
a:hover,
button:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease;
	   -moz-transition: 0.3s ease;
	    -ms-transition: 0.3s ease;
	     -o-transition: 0.3s ease;
	        transition: 0.3s ease;
}
.genomics-theme {
	overflow: hidden;
}
section {
	position: relative;
}
.inner {
	width: 82%;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 1;
}

/*Header*/
.header_content {
	position: fixed;
	width: 100%;
	background: url(../images/common/bg_header_home.jpg) no-repeat top center;
	-webkit-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	top: 0;
	left: 0;
	z-index: 99;
}
.header_content .header_overlay_link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.header_content .inner {
	width: 100%;
	max-width: 100%;
}
.header_wrap {
	padding-top: 15px;
}
.header_logo_wrap {
	margin-bottom: 15px;
	padding: 0 20px;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.header_logo_wrap .header_logo_content {
	width: 55%;
	max-width: 575px;
	background-color: var(--color-deep-blue-transparent);
	padding: 8px 5px;
	-webkit-align-items: center;
	        align-items: center;
}
.header_logo_content .header_logo {
	position: relative;
	display: block;
	width: 136px;
	margin-right: 20px;
	padding-right: 10px;
}
.header_logo_content .header_logo::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 33px;
	background-color: var(--color-white);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header_logo_content .header_text {
	width: 70%;
}
.header_logo_content .header_text p {
	font-size: 18px;
	color: var(--color-white);
	line-height: 1.5;
}
.header_logo_content .header_text p:first-child {
	font-size: 14px;
}
.header_logo_wrap .header_language_wrap {
	position: relative;
	z-index: 3;
	width: 16%;
	max-width: 150px;
	background: var(--color-white);
	border: 2px solid var(--color-white);
	-webkit-border-radius: 17px;
			border-radius: 17px;
}
.header_language_wrap button {
   	width: 50%;
	font-size: 12px;
	color: var(--color-black);
	line-height: 1;
	background: var(--color-light-gray);
	padding: 10px 0;
	appearance: none;
}
.header_language_wrap button:first-child {
	-webkit-border-radius: 17px 0 0 17px;
			border-radius: 17px 0 0 17px;
}
.header_language_wrap button:last-child {
	-webkit-border-radius: 0 17px 17px 0;
			border-radius: 0 17px 17px 0;
}
.header_language_wrap button.language_active {
	background: var(--color-deep-blue01);
	color: var(--color-white);
}
.header_menu_content {
	position: relative;
	z-index: 5;
	background: linear-gradient(to right, 
                var(--color-deep-blue02-transparent) 0%, 
                var(--color-light-green-transparent) 100%);
	padding: 20px;
	margin-bottom: 5px;
}
.header_menu_content .list_menu {
	-webkit-justify-content: center;
	        justify-content: center;
}
.list_menu li {
   	margin-right: 2.5%;
}
.list_menu li:last-child {
   	margin-right: 0;
}
.list_menu li a {
	font-size: 24px;
	color: var(--color-white);
	line-height: 1.5
}
.header_wrap .header_text_wrap {
	background-color: var(--color-medium-blue02-transparent);
	padding: 15px 20px;
}
.header_text_wrap p {
	font-size: 14px;
	font-family: var(--font-neue);
	color: var(--color-white);
	line-height: 1;
}
.header_text_wrap p:first-child {
	font-size: 24px;
	line-height: 1.5;
}
/*end of Header*/

/*Footer*/
.footer_content .footer_part01 {
	padding: 85px 0 40px 0;
}
.footer_part01 .inner {
	width: 74%;
	max-width: 1000px;
	margin: 0 auto;
}
.footer_logo_content {
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.footer_logo_content .footer_logo_cbms {
	width: 300px;
}
.footer_logo_content .footer_logo_frontiersci {
	width: 300px;
}
.footer_logo_content .footer_logo_utokyo {
	width: 200px;
}
.footer_content .footer_part02 {
	background: var(--color-medium-blue01);
	padding: 58px 0;
	text-align: center;
}
.footer_copyright {
	font-size: 12px;
	color: var(--color-white);
	line-height: 1.5;
}
/*end of Footer*/

/*Page Top*/
.page_top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 200px;
	cursor: pointer;
	z-index: 9;
}
.page_top .btn_top {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 66px;
	height: 66px;
	background: var(--color-medium-blue);
	border: 2px solid var(--color-white);
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	        box-shadow: 2px 3px 5px rgba(0,0,0,0.25);
}
.page_top .btn_top img {
	width: 25px;
	margin-bottom: 7px;
}
.page_top .btn_top span {
	font-size: 12px;
	font-weight: 600;
	color: var(--color-white);
	line-height: 1;
	letter-spacing: 1px;
}

/* typography */
.title_h1 {
	font-family: var(--font-neue);
	font-size: 40px;
	font-weight: 500;
	color: var(--color-deep-blue);
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}
.title_vertical {
	display: inline-block;
	font-family: var(--font-neue);
	font-size: 64px;
	font-weight: 500;
	color: var(--color-white);
	line-height: 0.7;
	writing-mode: sideways-lr;
  	white-space: nowrap;
}
.title_h2 {
	font-family: var(--font-neue);
	font-size: 38px;
	color: var(--color-deep-blue);
	line-height: 1;
	text-align: center;
	margin-bottom: 65px;
}
.title_h3 {
	font-size: 28px;
	color: var(--color-deep-blue02);
	line-height: 1.4;
}
.title_h4 {
	font-size: 26px;
	color: var(--color-theme);
	line-height: 1.4;
	padding-bottom: 5px;
	border-bottom: 3px solid var(--color-light-green02);
}
.title_base {
	font-size: 24px;
	color: var(--color-deep-blue);
	line-height: 1.5;
}
.text_xl {
	font-size: 20px;
	color: var(--color-deep-blue03);
	line-height: 1.5;
}
.text_lg {
	font-size: 18px;
	color: var(--color-black02);
	line-height: 1.5;
}
.text_base {
	font-size: 16px;
	color: var(--color-black);
	line-height: 1.5;
}
.text_sm {
	font-size: 14px;
	color: var(--color-black);
	line-height: 1.5;
}
.text_xs {
	font-size: 12px;
	color: var(--color-black);
	line-height: 1.5;
}
/* end of typography */
/* button module */
.button_wrap {
	position: relative;
	min-width: 180px;
	padding: 15px 70px 15px 50px;
	background: linear-gradient(to right, 
				var(--color-light-blue04) 0%, 
				var(--color-light-green01) 100%);
	-webkit-border-radius: 24px;
			border-radius: 24px;
}
.button_wrap span {
	display: block;
	font-size: 18px;
	color: var(--color-white);
	line-height: 1;
}
.button_wrap::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_right_arrow.png) no-repeat right center;
	-webkit-background-size: 100% auto;
			-o-background-size: 100% auto;
			background-size: 100% auto;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
}
/* end of button module */

.sec_mod {
	margin-top: 283px;
}
.content_left {
	width: 78.763%;
	background: var(--color-white);
}
.content_right {
	width: 21.237%;
	background: var(--color-blue-gray);
	text-align: right;
}
.bg_space {
	width: 100%;
	height: 28px;
}
.bg_space.bg_gray01 {
	background: var(--color-light-gray01);
}
.bg_space.bg_gray02 {
	background: var(--color-light-gray02);
}
.content_left .content_body {
	width: 86%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
}
.content_right .content_body {
	padding: 30px 0;
}

.tags_wrap {
	align-items: center;
}
.tags_wrap label {
	font-size: 16px;
	color: var(--color-deep-blue06);
	line-height: 1.5;
	margin-right: 20px;
}
.list_tags {
	gap: 10px;
}
.tag_base {
	font-size: 16px;
  	font-weight: 700;
  	color: var(--color-white);
  	line-height: 1;
	background: var(--color-light-blue);
	padding: 10px 15px;
  	text-align: center;
	border-radius: 6px;
}

/* Pagination */
.list_pagination {
	justify-content: center;
	align-items: center;
}
.list_pagination li {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	border-radius: 4px;
}
.list_pagination li a,
.list_pagination li span {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;    
}
.list_pagination li:last-child {
	margin-right: 0;
}
.list_pagination li.disabled {
	opacity: 0.5;
	background: var(--color-blue-gray01);
}
.list_pagination li.disabled a {
	cursor: default;
}
.list_pagination .page_previous,
.list_pagination .page_next {
	background: var(--color-white);
	border: 1px solid var(--color-blue-gray02);
}
.list_pagination .page_previous img,
.list_pagination .page_next img {
	width: 8px;
}
.list_pagination .page_next img {
	transform: rotate(180deg);
}
.list_pagination .page_item {
	background: var(--color-light-blue01);
}
.list_pagination .page_item.active {
	background: var(--color-medium-blue02);
}
.list_pagination .page_item a,
.list_pagination .page_ellipsis span {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-white);
	line-height: 1;
}
.list_pagination .page_ellipsis {
    text-align: center;
}
.list_pagination .page_ellipsis span {
    color: var(--color-medium-blue02);
}

/* WP Content */
.wp_content,
.wp_content p {
    font-size: 16px;
	color: var(--color-black02);
	line-height: 1.5;
}
.wp_content :empty::before {
  	content: "\00a0";
}
.wp_content .wp-block-heading {
	font-weight: 700;
    margin-bottom: 1em;
}
.wp_content a {
	color: var(--color-deep-blue07);
	text-decoration: underline;
}
.wp_content ul {
	list-style-type: revert;
  	padding: revert;
}

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	body {
		font-size: 16px;
	}

	/*Header*/
	.header_wrap {
		padding-top: 0.15rem;
	}
	.header_logo_wrap {
		margin-bottom: 0.15rem;
		padding: 0 0.20rem;
	}
	.header_logo_wrap .header_logo_content {
		max-width: 575px;
		padding: 0.08rem 0.05rem;
	}
	.header_logo_content .header_logo {
		width: 1.36rem;
		margin-right: 0.20rem;
		padding-right: 0.10rem;
	}
	.header_logo_content .header_logo::after {
		width: 0.01rem;
		height: 0.33rem;
	}
	.header_logo_content .header_text p {
		font-size: 0.18rem;
	}
	.header_logo_content .header_text p:first-child {
		font-size: 0.14rem;
	}
	.header_logo_wrap .header_language_wrap {
		border: 0.02rem solid var(--color-white);
		-webkit-border-radius: 0.17rem;
				border-radius: 0.17rem;
	}
	.header_language_wrap button {
		font-size: 0.12rem;
		padding: 0.10rem 0;
	}
	.header_language_wrap button:first-child {
		-webkit-border-radius: 0.17rem 0 0 0.17rem;
				border-radius: 0.17rem 0 0 0.17rem;
	}
	.header_language_wrap button:last-child {
		-webkit-border-radius: 0 0.17rem 0.17rem 0;
				border-radius: 0 0.17rem 0.17rem 0;
	}
	.header_menu_content {
		background: linear-gradient(to right, 
					var(--color-deep-blue02-transparent) 0%, 
					var(--color-light-green-transparent) 100%);
		padding: 0.20rem;
		margin-bottom: 0.05rem;
	}
	.list_menu li a {
		font-size: 0.24rem;
	}
	.header_wrap .header_text_wrap {
		padding: 0.15rem 0.20rem;
	}
	.header_text_wrap p {
		font-size: 0.14rem;
	}
	.header_text_wrap p:first-child {
		font-size: 0.24rem;
	}
	/*end of Header*/

	/*Footer*/
	.footer_content .footer_part01 {
		padding: 0.85rem 0 0.40rem 0;
	}
	.footer_logo_content .footer_logo_cbms {
		width: 3rem;
	}
	.footer_logo_content .footer_logo_frontiersci {
		width: 3rem;
	}
	.footer_logo_content .footer_logo_utokyo {
		width: 2rem;
	}
	.footer_content .footer_part02 {
		padding: 0.58rem 0;
	}
	.footer_copyright {
		font-size: 0.12rem;
	}
	/*end of Footer*/

	/*Page Top*/
	.page_top {
		right: 0.20rem;
		bottom: 2.00rem;
	}
	.page_top .btn_top {
		width: 0.66rem;
		height: 0.66rem;
		border-width: 0.02rem;
		-webkit-box-shadow: 0.02rem 0.03rem 0.05rem rgba(0,0,0,0.25);
		        box-shadow: 0.02rem 0.03rem 0.05rem rgba(0,0,0,0.25);
	}
	.page_top .btn_top img {
		width: 0.25rem;
		margin-bottom: 0.07rem;
	}
	.page_top .btn_top span {
		font-size: 0.12rem;
		letter-spacing: 0.01rem;
	}
	/* end of page top */

	/* typography */
	.title_h1 {
		font-size: 0.40rem;
		margin-bottom: 0.50rem;
	}
	.title_vertical {
		font-size: 0.64rem;
	}
	.title_h2 {
		font-size: 0.38rem;
		margin-bottom: 0.65rem;
	}
	.title_h3 {
		font-size: 0.28rem;
	}
	.title_h4 {
		font-size: 0.26rem;
		padding-bottom: 0.05rem;
		border-bottom: 0.03rem solid var(--color-light-green02);
	}
	.title_base {
		font-size: 0.24rem;
	}
	.text_xl {
		font-size: 0.20rem;
	}
	.text_lg {
		font-size: 0.18rem;
	}
	.text_base {
		font-size: 0.16rem;
	}
	.text_sm {
		font-size: 0.14rem;
	}
	.text_xs {
		font-size: 0.12rem;
	}
	/* end of typography */
	/* button module */
	.button_wrap {
		min-width: 1.80rem;
		padding: 0.15rem 0.70rem 0.15rem 0.50rem;
		-webkit-border-radius: 0.24rem;
				border-radius: 0.24rem;
	}
	.button_wrap span {
		font-size: 0.18rem;
	}
	.button_wrap::after {
		width: 0.30rem;
		height: 0.30rem;
		right: 0.10rem;
	}
	/* end of button module */

	.sec_mod {
		margin-top: 2.83rem;
	}
	.bg_space {
		height: 0.28rem;
	}
	.content_left .content_body {
		padding: 0.50rem 0;
	}
	.content_right .content_body {
		padding: 0.30rem 0;
	}

	.tags_wrap label {
		font-size: 0.16rem;
		margin-right: 0.20rem;
	}
	.list_tags {
		gap: 0.10rem;
	}
	.tag_base {
		font-size: 0.16rem;
		padding: 0.10rem 0.15rem;
		border-radius: 0.06rem;
	}

	/* Pagination */
	.list_pagination li {
		width: 0.32rem;
		height: 0.32rem;
		margin-right: 0.08rem;
		border-radius: 0.04rem;
	}
	.list_pagination .page_previous,
	.list_pagination .page_next {
		border-width: 0.01rem;
	}
	.list_pagination .page_previous img,
	.list_pagination .page_next img {
		width: 0.08rem;
	}
	.list_pagination .page_item a,
	.list_pagination .page_ellipsis span {
		font-size: 0.14rem;
	}

	/* WP Content */
    .wp_content,
    .wp_content p {
        font-size: 0.16rem;
    }
}

/*For SP*/
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.inner {
		width: 92%;
		max-width: 6.90rem;
	}

	/*Header*/
	.header_content {
		padding-top: 0;
		background: linear-gradient(to right, 
                var(--color-deep-blue02-transparent) 0%, 
                var(--color-light-green-transparent) 100%) !important;
	}
	.header_wrap {
		padding: 0.20rem;
	}
	.header_logo_wrap {
		margin-bottom: 0;
		padding: 0;
	}
	.header_logo_wrap .header_text_sp {
		width: 47%;
		max-width: 3.47rem;
		padding: 0;
	}
	.header_logo_wrap .header_text_sp p {
		font-size: 0.28rem;
		color: var(--color-white);
		line-height: 1.5;
	}
	.header_logo_wrap .header_text_sp p:first-child {
		font-size: 0.26rem;
	}
	.header_logo_wrap .header_language_wrap {
		width: 2.50rem;
		max-width: 2.50rem;
		border-width: 0.02rem;
		-webkit-border-radius: 0.26rem;
				border-radius: 0.26rem;
	}
	.header_language_wrap button {
		font-size: 0.26rem;
		padding: 0.11rem 0;
	}
	.header_language_wrap button:first-child {
		-webkit-border-radius: 0.25rem 0 0 0.25rem;
				border-radius: 0.25rem 0 0 0.25rem;
	}
	.header_language_wrap button:last-child {
		-webkit-border-radius: 0 0.25rem 0.25rem 0;
				border-radius: 0 0.25rem 0.25rem 0;
	}
	.header_hamburger_menu {
		position: relative;
		width: 0.50rem;
		height: 0.45rem;
		cursor: pointer;
		z-index: 99;
	}
	.header_hamburger_menu span {
		position: absolute;
		width: 100%;
		height: 0.06rem;
		background: var(--color-white);
		left: 0;
		-webkit-border-radius: 0.10rem;
				border-radius: 0.10rem;
		-webkit-transition: all 0.6s ease-in-out;
			-moz-transition: all 0.6s ease-in-out;
			-ms-transition: all 0.6s ease-in-out;
			-o-transition: all 0.6s ease-in-out;
				transition: all 0.6s ease-in-out;
	}
	.header_hamburger_menu span:nth-child(1) {
		top: 0;
	}
	.header_hamburger_menu span:nth-child(2) {
		top: 50%;
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.header_hamburger_menu span:nth-child(3) {
		bottom: 0;
	}
	.header_content.is-open .header_hamburger_menu span:nth-child(1) {
		top: 0.19rem;
		-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.header_content.is-open .header_hamburger_menu span:nth-child(2) {
		opacity: 0;
	}
	.header_content.is-open .header_hamburger_menu span:nth-child(3) {
		bottom: 0.19rem;
		-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	.header_menu_content {
		position: absolute;
		display: block;
		overflow-y: auto;
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		padding-top: 0.50rem;
		-webkit-transition: all 0.6s ease-in-out;
			-moz-transition: all 0.6s ease-in-out;
			-ms-transition: all 0.6s ease-in-out;
			-o-transition: all 0.6s ease-in-out;
				transition: all 0.6s ease-in-out;
	}
	.header_content.is-open .header_menu_content {
		opacity: 1;
		visibility: visible;
		z-index: 9;
	}
	.header_menu_content .header_logo {
		width: 3.08rem;
		margin-bottom: 0.90rem;
	}
	.list_menu li {
		width: 66.133%;
		margin: 0 auto 0.35rem;
		padding-bottom: 0.25rem;
		border-bottom: 0.01rem solid var(--color-white);
	}
	.list_menu li:last-child {
		margin: 0 auto;
	}
	.list_menu li a {
		width: fit-content;
		font-size: 0.38rem;
	}
	/*end of Header*/

	/*Footer*/
	.footer_content .footer_part01 {
		padding: 0.85rem 0 0.40rem 0;
	}
	.footer_part01 .inner {
		width: 92%;
		max-width: 6.90rem;
	}
	.footer_logo_content .footer_logo_cbms {
		width: 3rem;
	}
	.footer_logo_content .footer_logo_frontiersci {
		width: 3rem;
	}
	.footer_logo_content .footer_logo_utokyo {
		width: 2rem;
	}
	.footer_content .footer_part02 {
		padding: 0.58rem 0;
	}
	.footer_copyright {
		font-size: 0.24rem;
	}
	/*end of Footer*/

	/*Page Top*/
	.page_top {
		right: 0.20rem;
		bottom: 2.00rem;
	}
	.page_top .btn_top {
		width: 0.78rem;
		height: 0.78rem;
		border-width: 0.02rem;
		-webkit-box-shadow: 0.02rem 0.03rem 0.05rem rgba(0,0,0,0.25);
		        box-shadow: 0.02rem 0.03rem 0.05rem rgba(0,0,0,0.25);
	}
	.page_top .btn_top img {
		width: 0.29rem;
		margin-bottom: 0.07rem;
	}
	.page_top .btn_top span {
		font-size: 0.18rem;
		letter-spacing: 0.01rem;
	}
	/* end of page top */

	/* typography */
	.title_h1 {
		font-size: 0.50rem;
		margin-bottom: 0.50rem;
	}
	.title_h2 {
		font-size: 0.38rem;
		margin-bottom: 0.40rem;
	}
	.title_h3 {
		font-size: 0.28rem;
	}
	.title_h4 {
		font-size: 0.26rem;
		padding-bottom: 0.05rem;
		border-bottom: 0.03rem solid var(--color-light-green02);
	}
	.title_base {
		font-size: 0.24rem;
	}
	.text_xl {
		font-size: 0.26rem;
	}
	.text_lg {
		font-size: 0.26rem;
	}
	.text_base {
		font-size: 0.26rem;
	}
	.text_sm {
		font-size: 0.26rem;
	}
	.text_xs {
		font-size: 0.26rem;
	}
	/* end of typography */
	/* button module */
	.button_wrap {
		min-width: 2.33rem;
		padding: 0.15rem 0.70rem 0.15rem 0.40rem;
		-webkit-border-radius: 0.32rem;
				border-radius: 0.32rem;
	}
	.button_wrap span {
		font-size: 0.26rem;
	}
	.button_wrap::after {
		width: 0.30rem;
		height: 0.30rem;
		right: 0.10rem;
	}
	/* end of button module */

	.sec_mod {
		margin-top: 1.21rem;
	}
	.content_left {
		width: 100%;
	}
	.content_left .content_body {
		width: 92%;
    	max-width: 6.90rem;
		padding: 0.50rem 0;
	}

	.tags_wrap label {
		font-size: 0.26rem;
		margin-right: 0.20rem;
	}
	.list_tags {
		gap: 0.15rem;
	}
	.tag_base {
		font-size: 0.26rem;
		padding: 0.10rem 0.15rem;
		border-radius: 0.06rem;
	}

	/* Pagination */
	.list_pagination li {
		width: 0.40rem;
		height: 0.40rem;
		margin-right: 0.10rem;
		border-radius: 0.04rem;
	}
	.list_pagination .page_previous,
	.list_pagination .page_next {
		border-width: 0.01rem;
	}
	.list_pagination .page_previous img,
	.list_pagination .page_next img {
		width: 0.10rem;
	}
	.list_pagination .page_item a,
	.list_pagination .page_ellipsis span {
		font-size: 0.18rem;
	}

	/* WP Content */
    .wp_content,
    .wp_content p {
        font-size: 0.26rem;
    }
}