@charset "utf-8";

.subpagesMv{
	padding: 90px 0 85px;
	background-color: #004da0;
}
.subpagesMv h1{
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.menuLists{
	background-color: #fff;
	padding: 13px 0 10px;
}
.menuLists .aioseo-breadcrumbs{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.menuLists .aioseo-breadcrumbs .aioseo-breadcrumb{
	list-style-type: none;
	font-size: 1.4rem;
	line-height: 1.25;
	color: #222222;
}
.menuLists .aioseo-breadcrumbs .aioseo-breadcrumb:not(:first-of-type){
	padding-left: 3px;
}
.menuLists .aioseo-breadcrumbs .aioseo-breadcrumb:not(:last-of-type){
	padding-right: 3px;
}
.menuLists .aioseo-breadcrumbs .aioseo-breadcrumb a{
	text-decoration: none;
	color: #222222;
	font-size: inherit;
	border-bottom: 1px solid transparent;
}
.menuLists .aioseo-breadcrumbs .aioseo-breadcrumb a:hover{
	border-bottom: 1px solid #000;
}

.consult-btn {
	display: flex;
	margin: 30px auto 0;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 450px;
	max-width: 100%;
	padding: 12px 18px;
	box-sizing: border-box;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #004da0;
	border-radius: 10px;
	box-shadow:
			0 0 10px rgba(69, 147, 208, 0.35),
			0 2px 6px rgba(0, 77, 160, 0.12);
	transition:
			border-color 0.25s ease,
			box-shadow 0.25s ease,
			transform 0.25s ease;
}

.consult-btn__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #004da0;
	display: grid;
	place-items: center;
	transition: background-color 0.25s ease;
}

.consult-btn__icon img {
	display: block;
	width: 26px;
	height: auto;
}

.consult-btn__text {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
}

.consult-btn__title {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #004da0;
}

.consult-btn__sub {
	display: inline-block;
	margin-top: 6px;
	padding: 4px 16px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #4593d0;
	border: 2px solid #4593d0;
	border-radius: 7px;
	background: #ffffff;
}

.consult-btn__arrow {
	position: relative;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #004da0;
	transition: background-color 0.25s ease;
}

.consult-btn__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: translate(-60%, -50%) rotate(45deg);
	box-sizing: border-box;
}

.consult-btn:hover {
	transform: translateY(-1px);
	box-shadow:
			0 0 14px rgba(69, 147, 208, 0.45),
			0 3px 8px rgba(0, 77, 160, 0.18);
}


@media only screen and (max-width:1024px){
	.subpagesMv h1{
		font-size: 4rem;
	}
}
@media only screen and (max-width:768px){
	.subpagesMv{
		padding: 80px 0;
	}
	.subpagesMv h1{
		font-size: 3.5rem;
	}
	.menuLists{
		padding: 10px 0 7px;
	}
}
@media only screen and (max-width:480px){
	.subpagesMv h1{
		font-size: 3rem;
	}
	.menuLists{
		padding: 8px 0 5px;
	}
	.consult-btn {
		margin: 20px auto 0;
	}
	.consult-btn__title {
		font-size: 2rem;
	}
	.consult-btn__icon {
		flex: 0 0 45px;
		width: 45px;
		height: 45px;
	}
	.consult-btn__arrow {
		flex: 0 0 35px;
		width: 35px;
		height: 35px;
	}
}

/* voice */
.voicePage .sec1{
	background-color: #f5f5f5;
	padding: 88px 0 133px;
}
.voicePage .sec1 .lists{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 40px 0 -20px;
}
.voicePage .sec1 .lists .cont{
	text-decoration: none;
	width: 31.273%;
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 3.0905%;
}
.voicePage .sec1 .lists .cont:nth-of-type(3n){
	margin-right: 0;
}
.voicePage .sec1 .lists .cont .contImg{
	width: 100%;
	padding: 14px 13px 0;
}
.voicePage .sec1 .lists .cont .contImg div{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 318px;
}
.voicePage .sec1 .lists .cont .contImg div img{
	display: block;
	width: 100%;
}
.voicePage .sec1 .lists .cont ul{
	padding: 18px 20px 24px;
	height: 153px;
}
.voicePage .sec1 .lists .cont ul li{
	list-style-type: none;
	font-size: 1.6rem;
	color: #222222;
	margin-bottom: 13px;
}
.voicePage .sec1 .lists .cont ul li span{
	font-weight: bold;
}
.voicePage .sec1 .lists .cont ul li:last-of-type{
	margin-bottom: 0;
}
.voicePage .sec1 .lists .cont .contBtn{
	display: flex;
	justify-content: flex-end;
	padding: 0 20px 24px;
}
.voicePage .sec1 .lists .cont .contBtn a{
	text-decoration: none;
	font-size: 1.4rem;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	border: solid 1px #ed6c00;
	line-height: 1;
	width: 176px;
	height: 32px;
}
.voicePage .sec1 .lists .cont .contBtn a img{
	margin-left: 8px;
}
.voicePage .sec1 .lists .cont .contBtn a:hover img{
	transform: translate(3px);
}
.voicePage .sec1 p{
	font-size: 1.6rem;
	color: #222222;
	text-align: center;
	line-height: 1.6875;
}

@media only screen and (max-width:1280px){
	.voicePage .sec1 .lists .cont{
		width: 32%;
		margin-right: 2%;
	}
}
@media only screen and (max-width:1024px){
	.voicePage .sec1{
		padding: 80px 0 100px;
	}
	.voicePage .sec1 .lists{
		margin: 35px 0 -20px;
	}
	.voicePage .sec1 .lists .cont ul{
		padding: 15px 15px 20px;
	}
}
@media only screen and (max-width:920px){
	.voicePage .sec1 .lists{
		width: 100%;
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.voicePage .sec1 .lists .cont{
		width: 49%;
		margin-right: 0;
	}
}
@media only screen and (max-width:768px){
	.voicePage .sec1{
		padding: 80px 0;
	}
	.voicePage .sec1 .lists{
		margin: 30px 0 -20px;
	}
	.voicePage .sec1 .lists .cont ul{
		height: 120px;
	}
	.voicePage .sec1 .lists .cont ul li{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.voicePage .sec1 .lists .cont .contBtn a{
		font-size: 1.2rem;
		width: 150px;
	}
}
@media only screen and (max-width:645px){
	.voicePage .sec1 p br{
		display: none;
	}
}
@media only screen and (max-width:600px){
	.voicePage .sec1 .lists{
		flex-direction: column;
		align-items: center;
	}
	.voicePage .sec1 .lists .cont{
		width: 100%;
		max-width: 360px;
	}
}
@media only screen and (max-width:480px){
	.voicePage .sec1{
		padding: 60px 0;
	}
	.voicePage .sec1 p{
		font-size: 1.4rem;
		color: #222222;
		text-align: center;
		line-height: 1.6;
	}
}

/* voice_detail */
.voice_detailPage .sec1{
	padding: 92px 0 140px;
	background-color: #f5f5f5;
}
.voice_detailPage .sec1 .contImg01{
	margin: 34px auto 0;
}
.voice_detailPage .sec1 .contImg02{
	margin: 50px auto 0;
}
.voice_detailPage .sec1 .vd02-contImg02{
	max-width: 900px;
}
.voice_detailPage .sec1 .contImg01 img, 
.voice_detailPage .sec1 .contImg02 img{
	display: block;
	margin: auto;
}
.voice_detailPage .sec1 .cont1{
	background-color: #fff;
	padding: 50px 58px 50px;
	margin-top: 63px;
}
.voice_detailPage .sec1 .cont1 a{
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	color: #222222;
	text-decoration: none;
	border-bottom: 2px solid #707277;
}
.voice_detailPage .sec1 .cont1 a:hover{
	color: #004da0;
	border-bottom: 2px solid #004da0;
}
.voice_detailPage .sec1 .cont1 ul{
	margin-top: 25px;
}
.voice_detailPage .sec1 .cont1 ul li{
	list-style-type: none;
	display: flex;
	font-size: 1.6rem;
	color: #222222;
	line-height: 1.6875;
}
.voice_detailPage .sec1 .cont1 ul li:first-of-type{
	margin-bottom: 25px;
}
.voice_detailPage .sec1 .cont1 ul li span{
	font-weight: bold;
}
.voice_detailPage .sec1 .cont1 ul li .s1{
	width: 160px;
}
.voice_detailPage .sec1 .cont1 ul li .s2{
	width: calc(100% - 160px);
}
.voice_detailPage .sec1 .cont2{
	font-size: 2.8rem;
	font-weight: bold;
	color: #222222;
	padding-left: 29px;
	border-left: 6px solid #004da0;
	margin-top: 110px;
}
.voice_detailPage .sec1 .lists{
	margin: 74px 0 65px;
}
.voice_detailPage .sec1 .lists li{
	list-style-type: none;
	background-color: #fff;
	padding: 40px 48px 36px;
	margin-bottom: 15px;
}
.voice_detailPage .sec1 .lists li:last-of-type{
	margin-bottom: 0;
}
.voice_detailPage .sec1 .lists li .dqa{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.voice_detailPage .sec1 .lists li .dqa span{
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 50%;
}
.voice_detailPage .sec1 .lists li .dq{
	margin-bottom: 20px;
}
.voice_detailPage .sec1 .lists li .dq span{
	background-color: #004da0;
	color: #fff;
}
.voice_detailPage .sec1 .lists li .da span{
	background-color: #bbdff6;
	color: #004da0;
}
.voice_detailPage .sec1 .lists li .dqa div{
	width: calc(100% - 60px);
	margin-left: 13px;
}
.voice_detailPage .sec1 .lists li .dq div{
	font-size: 2rem;
	font-weight: bold;
	color: #222222;
	padding-top: 7px;
}
.voice_detailPage .sec1 .lists li .da div{
	font-size: 1.6rem;
	color: #222222;
	line-height: 1.625;
	padding-top: 10px;
	position: relative;
}
.voice_detailPage .sec1 .lists li .da div::after{
	content: '';
	background-color: #d1d1d1;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -10px;
}
.voice_detailPage .sec1 .btn{
	display: block;
	width: 100%;
	max-width: 344px;
	margin: auto;
	background-color: #004da0;
	line-height: 1;
	text-decoration: none;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 26px 10px;
	position: relative;
}
.voice_detailPage .sec1 .btn::after{
	content: '';
	width: 10px;
	height: 13px;
	background: url(/wp-content/themes/wordpress/img/imgs/voice_detail-icon01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 41px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.voice_detailPage .sec1 .btn:hover{
	opacity: 0.8;
}

/* 20260708 add style */
.voice_detailPage .achievement{
	margin-top: 40px;
	padding: 50px 58px;
	background: #fff;
	/* border: 1px solid #d8e5f2; */
	/* border-radius: 12px; */
	/* box-shadow: 0 8px 22px rgba(61, 145, 219, 0.2); */
	font-size: 1.6rem;
	color: #222222;
	line-height: 1.6875;
}

.voice_detailPage .achievement span{
	display: inline-block;
	font-size: 2.2rem;
	padding-bottom: 20px;
	line-height: 1.2;
}

.voice_detailPage .RAO{
	margin-top: 40px;
}
.voice_detailPage .RAO_content{
	display: flex;
	gap: 40px;
}
.voice_detailPage .RAO_content>li{
	flex: 1 1 auto;
	width: 100%;
	background: #fff;
	/* border: 1px solid #d8e5f2; */
	/* border-radius: 12px; */
	/* box-shadow: 0 8px 22px rgba(61, 145, 219, 0.2); */
	overflow: hidden;
}
.voice_detailPage .RAO_module{
	
}
.voice_detailPage .RAO_title{
	padding: 14px 22px;
	color: #fff;
	letter-spacing: .06em;
	background: #004da0;
	font-size: 2.0rem;
	font-weight: bold;
}
.voice_detailPage .RAO_list{
	padding: 18px 26px 22px;
	list-style: none;
}
.voice_detailPage .RAO_list>li{
	padding: 6px 0 6px 20px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}
.voice_detailPage .RAO_list>li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #004da0;
    position: absolute;
    left: 0;
    top: 12px;
}

.voice_detailPage .layout-qa h3{
	font-size: 2.8rem;
	font-weight: bold;
	color: #222222;
	padding-left: 29px;
	border-left: 6px solid #004da0;
	margin-top: 110px;
	margin-bottom: 30px;
}

.voice_detailPage .layout-qa img{
	display: block;
	margin: 30px auto 30px;
}

.toc-navigation{
	background:#ffffff;
	padding: 50px 58px;
	border-top: 5px solid #004da0;
}
.toc-navigation-title{
	font-size: 2.2rem;
	font-weight: bold;
	color: #004da0;
}
.toc-navigation>ul{
	/* list-style:none;
	padding-left:0; */
	margin-top: 20px;
}
.toc-navigation>ul>li:not(:last-child){
	margin-bottom:10px;
}
.toc-navigation>ul>li>a{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222222;
	text-decoration: underline;
}
.toc-navigation>ul>li>a:hover{
	color: #004da0;
}



@media only screen and (max-width:1024px){
	.voice_detailPage .sec1 .btn{
		font-size: 1.8rem;
		padding: 25px 10px;
	}
	.voice_detailPage .sec1{
		padding: 90px 0 100px;
	}
	.voice_detailPage .sec1 .contImg01{
		margin: 30px auto 0;
	}
	.voice_detailPage .sec1 .cont1{
		padding: 50px;
		margin-top: 60px;
	}
	.voice_detailPage .sec1 .cont1 a{
		font-size: 2rem;
	}
	.voice_detailPage .sec1 .cont2{
		font-size: 2.6rem;
		padding-left: 25px;
		border-left: 6px solid #004da0;
		margin-top: 80px;
	}
	.voice_detailPage .sec1 .contImg02{
		margin: 45px auto 0;
	}
	.voice_detailPage .sec1 .lists{
		margin: 70px 0 60px;
	}
	.voice_detailPage .sec1 .lists li{
		padding: 40px 40px 30px;
	}
	
	/* 20260708 add style */
	.voice_detailPage .achievement{
		padding: 50px 50px;
	}
	.voice_detailPage .RAO_content {
	    gap: 30px;
	}
	.voice_detailPage .layout-qa h3 {
		font-size: 2.6rem;
		padding-left: 25px;
		border-left: 6px solid #004da0;
		margin-top: 80px;
	}
	.toc-navigation {
	    padding: 50px 50px;
	}
	
	
}
@media only screen and (max-width:768px){
	.voice_detailPage .sec1 .btn{
		font-size: 1.6rem;
		padding: 18px 10px;
	}
	.voice_detailPage .sec1{
		padding: 80px 0;
	}
	.voice_detailPage .sec1 .cont1{
		padding: 40px;
		margin-top: 50px;
	}
	.voice_detailPage .sec1 .cont1 a{
		font-size: 1.8rem;
	}
	.voice_detailPage .sec1 .cont1 ul{
		margin-top: 20px;
	}
	.voice_detailPage .sec1 .cont1 ul li{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.voice_detailPage .sec1 .cont1 ul li:first-of-type{
		margin-bottom: 20px;
	}
	.voice_detailPage .sec1 .cont1 ul li .s1{
		width: 130px;
	}
	.voice_detailPage .sec1 .cont1 ul li .s2{
		width: calc(100% - 130px);
	}
	.voice_detailPage .sec1 .cont2{
		font-size: 2.4rem;
		padding-left: 15px;
		border-left: 4px solid #004da0;
		margin-top: 60px;
	}
	.voice_detailPage .sec1 .contImg02{
		margin: 35px auto 0;
	}
	.voice_detailPage .sec1 .lists{
		margin: 60px 0 50px;
	}
	.voice_detailPage .sec1 .lists li{
		padding: 30px 30px 25px;
	}
	.voice_detailPage .sec1 .lists li .dqa span{
		width: 40px;
		height: 40px;
		font-size: 1.8rem;
	}
	.voice_detailPage .sec1 .lists li .dq div{
		font-size: 1.8rem;
	}
	.voice_detailPage .sec1 .lists li .da div{
		font-size: 1.4rem;
	}
	.voice_detailPage .sec1 .lists li .dqa div{
		width: calc(100% - 53px);
	}
	
	/* 20260708 add style */
	.voice_detailPage .achievement {
		padding: 40px 40px;
		font-size: 1.4rem;
	}
	.voice_detailPage .achievement span {
	    display: inline-block;
	    font-size: 1.8rem;
	    padding-bottom: 15px;
	}
	.voice_detailPage .RAO_content {
		gap: 20px;
		flex-wrap: wrap;
	}
	.voice_detailPage .RAO_title {
	    padding: 10px 20px;
	    font-size: 1.6rem;
	}
	.voice_detailPage .RAO_list {
	    padding: 15px 20px 17px;
	}
	.voice_detailPage .RAO_list>li {
	    padding: 4px 0 4px 16px;
	    font-size: 1.4rem;
	}
	.voice_detailPage .RAO_list>li:before {
	    width: 6px;
	    height: 6px;
	    top: 9px;
	}
	.voice_detailPage .layout-qa h3 {
		font-size: 2.4rem;
		padding-left: 15px;
		border-left: 4px solid #004da0;
		margin-top: 60px;
	}
	.toc-navigation {
	    padding: 40px 40px;
	}
	.toc-navigation-title {
	    font-size: 1.8rem;
	}
	.toc-navigation>ul {
	    margin-top: 15px;
	}
	.toc-navigation>ul>li>a {
	    font-size: 1.4rem;
	}
	
}
@media only screen and (max-width:480px){
	.voice_detailPage .sec1{
		padding: 60px 0;
	}
	.voice_detailPage .sec1 .cont1{
		padding: 25px;
		margin-top: 40px;
		text-align: center;
	}
	.voice_detailPage .sec1 .cont1 ul{
		margin-top: 15px;
	}
	.voice_detailPage .sec1 .cont1 ul li{
		flex-direction: column;
		text-align: left;
	}
	.voice_detailPage .sec1 .cont1 ul li .s1{
		width: 100%;
	}
	.voice_detailPage .sec1 .cont1 ul li .s2{
		width: 100%;
	}
	.voice_detailPage .sec1 .cont1 ul li:first-of-type{
		margin-bottom: 15px;
	}
	.voice_detailPage .sec1 .cont1 ul li:last-of-type{
		margin-top: 10px;
	}
	.voice_detailPage .sec1 .cont2{
		font-size: 2rem;
		padding-left: 10px;
		margin-top: 40px;
	}
	.voice_detailPage .sec1 .contImg02{
		margin: 25px auto 0;
	}
	.voice_detailPage .sec1 .lists{
		margin: 50px 0 40px;
	}
	.voice_detailPage .sec1 .lists li{
		padding: 20px 10px;
	}
	.voice_detailPage .sec1 .lists li .dqa span{
		width: 30px;
		height: 30px;
	}
	.voice_detailPage .sec1 .lists li .dq{
		margin-bottom: 15px;
	}
	.voice_detailPage .sec1 .lists li .dqa div{
		margin-left: 5px;
		width: calc(100% - 35px);
	}
	.voice_detailPage .sec1 .lists li .dq div{
		padding-top: 2px;
	}
	.voice_detailPage .sec1 .lists li .da div{
		line-height: 1.6;
		padding-top: 2px;
	}
	
	/* 20260708 add style */
	.voice_detailPage .achievement {
		padding: 25px 25px;
	}
	.voice_detailPage .achievement span {
		padding-bottom: 10px;
	}
	.voice_detailPage .layout-qa h3 {
		font-size: 2rem;
		padding-left: 10px;
		margin-top: 40px;
	}
	.toc-navigation {
		border-top: 4px solid #004da0;
		padding: 25px 20px;
	}
	.toc-navigation>ul {
		margin-top: 10px;
	}
	
	
}

/* news */

.newsPage .sec1{
	padding: 103px 0 140px;
	background-color: #f5f5f5;
}

.newsPage .contentList{
	width: 100%;
	max-width: 970px;
	margin: auto;
}

.newsPage .contentList>li:first-of-type{
	border-top: 1px solid #e0dfdf;
}

.newsPage .contentList>li{
	border-bottom: 1px solid #e0dfdf;
}

.newsPage .contentList>li a{
	font-size: 1.6rem;
	display: -webkit-flex;
	display: flex;
	letter-spacing: 2px;
	padding: 19px 70px 19px 60px;
	cursor: auto;
}
.newsPage .contentList>li a.active_url{
	background: url("/wp-content/themes/wordpress/img/icon_img08.png") no-repeat right 20px center;
	cursor: pointer;
}
.newsPage .contentList>li a.active_url:hover .txt{
	color: #004da0;
}

.newsPage .contentList .time{
	flex: none;
	width: 130px;
	color: #004da0;
}

.newsPage .contentList .txt{
	flex: auto;
	color: #222222;
}

.newsPage .page_list_box{
	margin-top: 64px;
}

@media only screen and (max-width: 768px) {

	.newsPage .contentList>li a{
		font-size: 1.4rem;
		padding: 19px 50px 19px 30px;
	}
	.newsPage .contentList>li a.active_url{
		background: url(/wp-content/themes/wordpress/img/icon_img08.png) no-repeat right 15px center/16px auto;
	}

	.newsPage .page_list_box{
		margin-top: 50px;
	}

	.newsPage .contentList .time{
		width: 120px;
	}
}

@media only screen and (max-width: 480px) {
	.newsPage .contentList>li a{
		display: block;
		padding: 15px 40px 15px 20px;
	}

	.newsPage .contentList .time{
		width: 100%;
		margin-bottom: 5px;
	}

	.newsPage .page_list_box {
		margin-top: 40px;
	}
}

/* blogPage */

.blogPage .sec1{
	padding: 103px 0 140px;
	background-color: #f5f5f5;
}

.blogPage .sec1 .categoryBtnList{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -10px;
}

.blogPage .sec1 .categoryBtnList>li{
	flex: none;
	min-width: 150px;
	margin: 0 27px 10px;
	background-color: #ffffff;
	border: 1px solid #004da0;
}

.blogPage .sec1 .categoryBtnList>li a{
	display: block;
	font-size: 2rem;
	line-height: 1;
	color: #004da0;
	padding: 12px 5px;
	text-align: center;
	font-weight: bold;
}

.blogPage .sec1 .categoryBtnList>li a.categoryBtnActive{
	background-color: #004da0;
	color: #ffffff;
}

.blogPage .sec1 .blogList{
	margin-top: 110px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -36px;
}

.blogPage .sec1 .blogList>li {
	width: calc((100% - 72px)/3);
	margin-right: 36px;
	margin-bottom: 36px;
}

@media only screen and (min-width: 769px) {
	.blogPage .sec1 .blogList>li:nth-of-type(3n){
		margin-right: 0;
	}
}

.blogPage .sec1 .blogList>li a{
	position: relative;
	display: block;
	padding: 15px 13px 32px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.blogPage .sec1 .blogList>li a .imgBox{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 318px;
}
.blogPage .sec1 .blogList>li a .imgBox img{
	display: block;
	width: 100%;
}

.blogPage .sec1 .blogList>li a .txt{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #222222;
	font-weight: bold;
	margin-top: 20px;
}

.blogPage .sec1 .blogList>li a .categoryTagList{
	font-size: 0;
	text-align: left;
	margin-top: 19px;
	margin-bottom: -5px;
}

.blogPage .sec1 .blogList>li a .categoryTagList span{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
	min-width: 64px;
	color: #ffffff;
	text-align: center;
	padding: 5px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
}

.blogPage .sec1 .blogList>li a .categoryTagList span.blogKnowledge{
	background-color: #004da0;
}

.blogPage .sec1 .blogList>li a .premium-badge{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	background-color: #cc5d17;
	border-left: 5px solid #f6ac19;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 3px 18px 3px 15px;
}

.blogPage .sec1 .blogList>li a .premium-badge img{
	flex: none;
}

.blogPage .page_list_box{
	margin-top: 64px;
}

@media only screen and (max-width: 1200px) {
	.blogPage .sec1 .categoryBtnList>li {
		min-width: 17.5%;
		margin: 0 0.5% 10px;
	}
}

@media only screen and (max-width: 1024px) {

	.blogPage .sec1 .blogList>li a .premium-badge{
		font-size: 1.4rem;
	}

	.blogPage .sec1 .blogList>li a:hover{
		border: 1px solid #004da0;
	}

	.blogPage .sec1 .blogList{
		margin-top: 80px;
		margin-bottom: -20px;
	}

	.blogPage .sec1 .blogList>li {
		width: calc((100% - 40px)/3);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.blogPage .sec1 .categoryBtnList>li a {
		font-size: 1.8rem;
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 768px) {
	.blogPage .sec1 .blogList {
		margin-top: 60px;
	}

	.blogPage .sec1 .blogList>li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	@media only screen and (min-width: 481px) {
		.blogPage .sec1 .blogList>li:nth-of-type(even){
			margin-right: 0;
		}
	}

	.blogPage .sec1 .categoryBtnList>li a {
		font-size: 1.6rem;
	}

	.blogPage .sec1 .blogList>li a{
		padding: 12px 10px 25px;
	}

	.blogPage .sec1 .blogList>li a .premium-badge{
		padding: 2px 10px 2px 8px;
		font-size: 1.2rem;
		column-gap: 3px;
		border-left-width: 3px;
	}

	.blogPage .sec1 .blogList>li a .premium-badge img{
		width: 14px;
	}

	.blogPage .sec1 .blogList>li a .txt{
		margin-top: 15px;
	}

	.blogPage .sec1 .blogList>li a .categoryTagList{
		margin-top: 14px;
	}

	.blogPage .page_list_box {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 480px) {
	.blogPage .sec1 .blogList {
		margin-top: 40px;
	}

	.blogPage .sec1 .categoryBtnList>li{
		width: 49%;
		margin: 0 2% 10px 0;
	}

	.blogPage .sec1 .categoryBtnList>li:first-of-type{
		width: 100%;
	}

	.blogPage .sec1 .categoryBtnList>li:nth-of-type(odd){
		margin-right: 0;
	}

	.blogPage .sec1 .blogList>li{
		width: 100%;
		margin-right: 0;
	}

	.blogPage .page_list_box {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.blogPage .sec1 .blogList>li a:hover{
		border: 1px solid #004da0;
	}

	.blogPage .sec1 .categoryBtnList>li a:hover{
		background-color: #004da0;
		color: #ffffff;
	}
}

/* companyPage */
.companyPage .sec1{
	padding: 95px 0 135px;
	background-color: #f5f5f5;
}

.companyPage .sec1 .cont1 .commonTxt01{
	margin-top: 37px;
}

.companyPage .sec1 .cont2{
	margin-top: 78px;
}


.companyPage .sec1 .cont2 .card{
	background-color: #ffffff;
	padding: 39px 68px 64px;
	margin-top: 34px;
}


.companyPage .sec1 .cont2 .card .commonTxt01{
	text-align: center;
}

.companyPage .sec1 .cont2 .card .commonTxt01 a{
	color: #222222;
}

.companyPage .sec1 .cont2 .card .map{
	position: relative;
	margin-top: 32px;
}

.companyPage .sec1 .cont2 .card .map>iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (min-width: 1025px) {
	.companyPage .sec1 .cont2 .card .commonTxt01 a:hover{
		color: #004da0;
	}

}

@media only screen and (max-width: 1024px) {
	.companyPage .sec1 .cont2 {
		margin-top: 60px;
	}

	.companyPage .sec1 .cont2 .card {
		padding: 39px 40px 50px;
	}
}

@media only screen and (max-width: 768px) {
	.companyPage .sec1 .cont1 .commonTxt01 {
		margin-top: 30px;
	}

	.companyPage .sec1 .cont2 .card {
		padding: 30px 30px 40px;
		margin-top: 30px;
	}

	.companyPage .sec1 .cont2 .card .map {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.companyPage .sec1 .cont1 .commonTxt01 {
		margin-top: 20px;
	}

	.companyPage .sec1 .cont2 {
		margin-top: 50px;
	}

	.companyPage .sec1 .cont2 .card {
		padding: 25px 20px 30px;
		margin-top: 20px;
	}
	.companyPage .sec1 .cont2 .card .map {
		margin-top: 20px;
	}
}

/* faqPage */

.faqPage .sec1{
	padding: 100px 0 105px;
	background-color: #f5f5f5;
}

.faqPage .sec1 .commonTxt01{
	margin-top: 35px;
}

.faqPage .sec1 .faqContent {
	margin-top: 62px;
}

.faqPage .sec1 .faqContent .faqBtnBox{
	overflow-x: auto;
}
.faqPage .sec1 .faqContent .faqBtnBox .faqBtn{
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 8px solid #004da0;
}
.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li{
	width: 19.5%;
	margin-right: 0.625%;
	/* width: 32%; */
	/* margin-right: 2%; */
	display: flex;
	align-items: stretch;
}
.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li:nth-child(5n){
	margin-right: 0;
}
/* .faqPage .sec1 .faqContent .faqBtnBox .faqBtn li:nth-child(3){
	margin-right: 0;
} */ 
.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #222222;
	font-weight: bold;
	border: 3px solid #004da0;
	border-bottom: none;
	padding: 19px 5px 13px;
	letter-spacing: -1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #ffffff;
}
.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a:hover,.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li.faqActive a{
	color: #ffffff;
	background-color: #004da0;
}
.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a h3{
	display: inline-block;
	text-align: center;
	font-size: inherit;
}
.faqPage .sec1 .faqContent .faqTab{
	padding-top: 18px;
}
.faqPage .sec1 .faqContent .faqTab .faqList{
	display: none;
}
.faqPage .sec1 .faqContent .faqTab .faqActive{
	display: block;
}

.faqPage .sec1 .faqContent .faqTab .faqList li{
	list-style-type: none;
	background-color: #fff;
	padding: 40px 48px 36px;
	margin-bottom: 15px;
}
.faqPage .sec1 .faqContent .faqTab .faqList li:last-of-type{
	margin-bottom: 0;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .dqa{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .dqa span{
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 50%;
	flex: 0 0 auto;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .dq{
	margin-bottom: 20px;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .dq span{
	background-color: #004da0;
	color: #fff;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .da span{
	background-color: #bbdff6;
	color: #004da0;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .dqa div{
	width: calc(100% - 60px);
	margin-left: 13px;
	flex: 1 1 auto;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .dq div{
	font-size: 2rem;
	font-weight: bold;
	color: #222222;
	padding-top: 7px;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .da div{
	font-size: 1.6rem;
	color: #222222;
	line-height: 1.625;
	padding-top: 10px;
	position: relative;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .da div a{
	color: #222222;
	text-decoration: underline;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .da div a:hover{
	color: #004da0;
}
.faqPage .sec1 .faqContent .faqTab .faqList li .da div::after{
	content: '';
	background-color: #d1d1d1;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -10px;
}
@media only screen and (max-width:1170px){
	.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a{
		font-size: 1.6rem;
	}
}
@media only screen and (max-width:1024px){
	.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a{
		font-size: 1.6rem;
		border: 2px solid #004da0;
		border-bottom: none;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li {
		padding: 35px 30px 30px;
	}
	.faqPage .sec1 .commonTxt01 {
		margin-top: 30px;
	}
	.faqPage .sec1 .faqContent {
		margin-top: 50px;
	}
}
@media only screen and (max-width:768px){
	.faqPage .sec1 .faqContent .faqBtnBox .faqBtn{
		/* width: 880px; */
		min-width: 530px;
		border-bottom: 5px solid #004da0;
	}
	.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a{
		font-size: 1.5rem;
		padding: 16px 5px 11px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li {
		padding: 25px 20px 20px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .dqa span{
		font-size: 1.8rem;
		width: 40px;
		height: 40px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .dq div {
		font-size: 1.8rem;
		padding-top: 9px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .da div {
		font-size: 1.4rem;
		padding-top: 11px;
		text-align: justify;
	}
	.faqPage .sec1 .commonTxt01 {
		margin-top: 25px;
	}
}
@media only screen and (max-width:480px){
	.faqPage .sec1 .commonTxt01 {
		margin-top: 20px;
	}
	.faqPage .sec1 .faqContent {
		margin-top: 40px;
	}
	.faqPage .sec1 .faqContent .faqBtnBox .faqBtn{
		/* width: 800px; */
		border-bottom: 4px solid #004da0;
	}
	.faqPage .sec1 .faqContent .faqBtnBox .faqBtn li a{
		font-size: 1.4rem;
		padding: 16px 5px 11px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li {
		padding: 25px 15px 20px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .dqa span {
		font-size: 1.6rem;
		width: 36px;
		height: 36px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .dqa div {
		margin-left: 10px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .dq div {
		font-size: 1.6rem;
		padding-top: 9px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .dq {
		margin-bottom: 16px;
	}
	.faqPage .sec1 .faqContent .faqTab .faqList li .da div::after {
		top: -8px;
	}
}

/* strength */
.strength_detailPage .sec1{
	padding: 102px 0 125px;
	background-color: #f5f5f5;
}
.strength_detailPage .sec1 ul{
	background-color: #fff;
	padding: 44px 5% 35px 9.5%;
	margin-bottom: 15px;
}
.strength_detailPage .sec1 ul li{
	list-style-type: none;
	font-size: 1.6rem;
	color: #222222;
	line-height: 1.625;
}
.strength_detailPage .sec1 ul li:first-of-type{
	font-size: 2rem;
	font-weight: bold;
	color: #222222;
	line-height: 2.1;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.strength_detailPage .sec1 ul li:first-of-type::before{
	content: '';
	width: 6px;
	height: 17px;
	background-color: #004da0;
	position: absolute;
	left: -36px;
	top: 13px;
}
.strength_detailPage .sec1 ul li div{
	font-size: 1.4rem;
	display: table;
}
.strength_detailPage .sec1 ul li div span{
	display: table-cell;
}
@media only screen and (max-width:1024px){
	.strength_detailPage .sec1{
	    padding: 100px 0 85px;
	}
	.strength_detailPage .sec1 ul{
		padding: 40px 5% 30px;
	}
	.strength_detailPage .sec1 ul li:first-of-type{
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.strength_detailPage .sec1 ul li:first-of-type::before{
		left: -16px;
		top: 8px;
	}
}
@media only screen and (max-width:768px){
	.strength_detailPage .sec1{
	    padding: 80px 0 65px;
	}
	.strength_detailPage .sec1 ul{
		padding: 30px 5%;
	}
	.strength_detailPage .sec1 ul li:first-of-type{
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 1.8rem;
	}
	.strength_detailPage .sec1 ul li:first-of-type::before{
		width: 5px;
		left: -11px;
		top: 5px;
	}
	.strength_detailPage .sec1 ul li{
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width:480px){
	.strength_detailPage .sec1{
	    padding: 60px 0 45px;
	}
	.strength_detailPage .sec1 ul{
		padding: 25px 5%;
	}
	.strength_detailPage .sec1 ul li:first-of-type::before{
		width: 4px;
		height: 15px;
		left: -9px;
		top: 6px;
	}
}

/* contact */
.contactPage .sec1{
	padding: 120px 0;
	background-color: #f5f5f5;
}
.contactPage .sec1 .cont{
	padding: 40px;
	background-color: #fff;
}
@media only screen and (max-width:1024px){
	.contactPage .sec1{
	    padding: 100px 0;
	}
}
@media only screen and (max-width:768px){
	.contactPage .sec1{
	    padding: 80px 0;
	}
	.contactPage .sec1 .cont{
		padding: 30px;
	}
}
@media only screen and (max-width:480px){
	.contactPage .sec1{
	    padding: 60px 0;
	}
	.contactPage .sec1 .cont{
		padding: 20px;
	}
}

/* fees */
.fees_detailPage .sec1{
	padding: 105px 0 140px;
	background-color: #f5f5f5;
}
.fees_detailPage .sec1 div{
	overflow-x: auto;
}
.fees_detailPage .sec1 table{
	width: 100%;
	min-width: 670px;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
}
.fees_detailPage .sec1 table td:nth-of-type(1){
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background-color: #004da0;
	border-bottom: solid 1px #fff;
	padding: 24px 5px 21px;
	width: 18.9%;
}
.fees_detailPage .sec1 table td:nth-of-type(2){
	font-size: 1.8rem;
	font-weight: bold;
	color: #004da0;
	background-color: #bbdff6;
	border-bottom: solid 1px #fff;
	padding-left: 5px;
	padding-right: 5px;
	width: 19.1%;
}
.fees_detailPage .sec1 table td:nth-of-type(3){
	font-size: 1.6rem;
	color: #222222;
	border-bottom: solid 1px #d1d1d1;
	padding-left: 5px;
	padding-right: 5px;
}
@media only screen and (max-width:1024px){
	.fees_detailPage .sec1{
	    padding: 100px 0;
	}
	.fees_detailPage .sec1 table{
		margin-top: 60px;
	}
	.fees_detailPage .sec1 table td:nth-of-type(1){
		padding: 20px 10px 17px;
		width: 25%;
	}
	.fees_detailPage .sec1 table td:nth-of-type(2){
		width: 20%;
	}
}
@media only screen and (max-width:768px){
	.fees_detailPage .sec1{
	    padding: 80px 0;
	}
	.fees_detailPage .sec1 table{
		margin-top: 50px;
	}
	.fees_detailPage .sec1 table td:nth-of-type(1){
		font-size: 1.8rem;
		padding: 15px 10px 12px;
	}
	.fees_detailPage .sec1 table td:nth-of-type(2){
		font-size: 1.6rem;
	}
	.fees_detailPage .sec1 table td:nth-of-type(3){
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:480px){
	.fees_detailPage .sec1{
	    padding: 60px 0;
	}
	.fees_detailPage .sec1 table{
		margin-top: 40px;
	}
}

/* service */
.service_detailPage .sec1{
	padding: 105px 0 140px;
	background-color: #f5f5f5;
}
.service_detailPage .sec1 div{
	overflow-x: auto;
}
.service_detailPage .sec1 table{
	width: 100%;
	min-width: 670px;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
}
.service_detailPage .sec1 table td.td1{
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background-color: #004da0;
	border-bottom: solid 1px #fff;
	padding-left: 5px;
	padding-right: 5px;
	width: 16.43%;
}
.service_detailPage .sec1 table td.td2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #004da0;
	background-color: #bbdff6;
	border-bottom: solid 1px #fff;
	padding-left: 5px;
	padding-right: 5px;
	width: 17.7%;
}
.service_detailPage .sec1 table td:last-of-type{
	font-size: 1.6rem;
	color: #222222;
	border-bottom: solid 1px #d1d1d1;
	text-align: left;
	padding: 20px 40px 17px;
	line-height: 1.6875;
}
@media only screen and (max-width:1024px){
	.service_detailPage .sec1{
	    padding: 100px 0;
	}
	.service_detailPage .sec1 table{
		margin-top: 60px;
	}
	.service_detailPage .sec1 table td.td1{
		width: 21%;
	}
	.service_detailPage .sec1 table td.td2{
		width: 22%;
	}
	.service_detailPage .sec1 table td:last-of-type{
		padding: 20px 30px 17px;
		line-height: 1.6;
	}
}
@media only screen and (max-width:768px){
	.service_detailPage .sec1{
	    padding: 80px 0;
	}
	.service_detailPage .sec1 table{
		margin-top: 50px;
	}
	.service_detailPage .sec1 table td.td1{
		font-size: 1.8rem;
	}
	.service_detailPage .sec1 table td.td2{
		font-size: 1.6rem;
	}
	.service_detailPage .sec1 table td:last-of-type{
		font-size: 1.4rem;
		padding: 15px 20px 12px;
		line-height: 1.5;
	}
}
@media only screen and (max-width:480px){
	.service_detailPage .sec1{
	    padding: 60px 0;
	}
	.service_detailPage .sec1 table{
		margin-top: 40px;
	}
	.service_detailPage .sec1 table td:last-of-type{
		padding: 10px 10px 7px;
	}
}

/* html_emailPage */
.html_emailPage .sec1{
	padding: 103px 0 128px;
	background-color: #f5f5f5;
}
.html_emailPage .sec1 h2{
	margin-top: 60px;
}
.html_emailPage .sec1 .contentList{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: -29px;
}
.html_emailPage .sec1 .contentList>li{
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	margin-bottom: 29px;
	padding: 37px 35px 45px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.html_emailPage .sec1 .contentList>li .tit h3{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #004da0;
	margin-top: 13px;
}
.html_emailPage .sec1 .contentList>li .tit img{
	display: block;
	margin: 0 auto;
}
.html_emailPage .sec1 .contentList>li .txt{
	font-size: 1.6rem;
	line-height: 1.68;
	color: #222222;
	margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
	.html_emailPage .sec1 h2 {
		margin-top: 50px;
	}
	.html_emailPage .sec1 .contentList>li{
		width: calc((100% - 50px)/3);
		margin-right: 25px;
		padding: 30px 25px 35px;
	}
}
@media only screen and (max-width: 1023px) {
	.html_emailPage .sec1 .contentList>li .tit img{
		width: 70px;
	}
}
@media only screen and (min-width: 769px) {
	.html_emailPage .sec1 .contentList>li:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.html_emailPage .sec1 .contentList>li{
		width: calc(50% - 10px);
		margin-right: 20px;
		padding: 30px 25px 35px;
	}
	@media only screen and (min-width: 481px) {
		.html_emailPage .sec1 .contentList>li:nth-of-type(even){
			margin-right: 0;
		}
	}
}
@media only screen and (max-width: 480px) {
	.html_emailPage .sec1 h2{
		margin-top: 40px;
	}
	.html_emailPage .sec1 .contentList{
		margin-top: 30px;
		margin-bottom: -29px;
	}
	.html_emailPage .sec1 .contentList>li{
		width: 100%;
		margin-right: 0;
		padding: 25px 20px 35px;
	}
	.html_emailPage .sec1 .contentList>li .tit img{
		width: 60px;
	}
	.html_emailPage .sec1 .contentList>li .tit h3{
		font-size: 1.7rem;
	}
	.html_emailPage .sec1 .contentList>li .txt {
		font-size: 1.5rem;
		margin-top: 15px;
	}
}

/* flow */
.flowPage .sec1{
    padding: 92px 0 140px;
    background-color: #f5f5f5;
}
.flowPage .sec1 ul{
	background-color: #fff;
	padding: 50px 50px 52px 105px;
	margin-top: 15px;
}
.flowPage .sec1 ul:first-of-type{
	margin-top: 35px;
}
.flowPage .sec1 ul li{
	list-style-type: none;
	color: #222222;
	font-size: 1.6rem;
	line-height: 1.625;
}
.flowPage .sec1 ul li span{
	font-size: 2rem;
	font-weight: bold;
}
.flowPage .sec1 ul li:first-of-type{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
.flowPage .sec1 ul li:first-of-type::after{
	content: '';
	height: 1px;
	width: 100%;
	background-color: #d1d1d1;
	position: absolute;
	left: 0;
	bottom: 2px;
}
.flowPage .sec1 ul li:first-of-type::before{
	content: '';
	width: 58px;
	height: 67px;
	position: absolute;
	left: -64px;
	top: -13px;
}
.flowPage .sec1 .u1 li:first-of-type::before{
	background: url(/wp-content/themes/wordpress/img/imgs/flow-img-step01.png) no-repeat right center;
	background-size: contain;
}
.flowPage .sec1 .u2 li:first-of-type::before{
	background: url(/wp-content/themes/wordpress/img/imgs/flow-img-step02.png) no-repeat right center;
	background-size: contain;
}
.flowPage .sec1 .u3 li:first-of-type::before{
	background: url(/wp-content/themes/wordpress/img/imgs/flow-img-step03.png) no-repeat right center;
	background-size: contain;
}
.flowPage .sec1 .u4 li:first-of-type::before{
	background: url(/wp-content/themes/wordpress/img/imgs/flow-img-step04.png) no-repeat right center;
	background-size: contain;
}
.flowPage .sec1 .u5 li:first-of-type::before{
	background: url(/wp-content/themes/wordpress/img/imgs/flow-img-step05.png) no-repeat right center;
	background-size: contain;
}
.flowPage .sec1 .u6 li:first-of-type::before{
	background: url(/wp-content/themes/wordpress/img/imgs/flow-img-step06.png) no-repeat right center;
	background-size: contain;
}
.flowPage .sec1 ul li .commentary{
	display: table;
}
.flowPage .sec1 ul li .commentary div{
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1.9;
}
.flowPage .sec1 .u7 br{
	display: none;
}
.flowPage .sec1 .part{
	margin: 76px 0 35px;
}

@media only screen and (max-width: 1024px) {
	.flowPage .sec1{
		padding: 90px 0 120px;
	}
	.flowPage .sec1 .part{
		margin: 70px 0 35px;
	}
	.flowPage .sec1 .u7{
		padding: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.flowPage .sec1{
		padding: 80px 0;
	}
	.flowPage .sec1 ul{
		padding: 40px 40px 40px 80px;
	}
	.flowPage .sec1 ul:first-of-type{
		margin-top: 30px;
	}
	.flowPage .sec1 ul li span{
		font-size: 1.8rem;
	}
	.flowPage .sec1 ul li:first-of-type{
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.flowPage .sec1 ul li:first-of-type::before{
		width: 50px;
		left: -55px;
	}
	.flowPage .sec1 ul li .commentary div{
		line-height: 1.6;
	}
	.flowPage .sec1 .u7{
		padding: 40px;
	}
	.flowPage .sec1 .part{
		margin: 60px 0 30px;
	}
}
@media only screen and (max-width: 480px) {
	.flowPage .sec1{
		padding: 60px 0;
	}
	.flowPage .sec1 ul{
		padding: 25px 25px 25px 50px;
	}
	.flowPage .sec1 ul:first-of-type{
		margin-top: 25px;
	}
	.flowPage .sec1 ul li{
		font-size: 1.5rem;
	}
	.flowPage .sec1 ul li:first-of-type{
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	.flowPage .sec1 ul li:first-of-type::before{
		width: 35px;
		left: -40px;
		top: -15px;
	}
	.flowPage .sec1 ul li .commentary div{
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.flowPage .sec1 .u7{
		padding: 25px;
	}
	.flowPage .sec1 .u7 p{
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.flowPage .sec1 .u7 br{
		display: block;
	}
	.flowPage .sec1 .part{
		margin: 50px 0 25px;
	}
}

/* blog_detailPage */
.blog_detailPage .sec1{
	padding: 103px 0 140px;
	background-color: #f5f5f5;
}
.blog_detailPage .sec1 .categoryBtnList{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -10px;
}
.blog_detailPage .sec1 .categoryBtnList>li{
	flex: none;
	min-width: 150px;
	margin: 0 27px 10px;
	background-color: #ffffff;
	border: 1px solid #004da0;
}
.blog_detailPage .sec1 .categoryBtnList>li a{
	display: block;
	font-size: 2rem;
	line-height: 1;
	color: #004da0;
	padding: 12px 5px;
	text-align: center;
	font-weight: bold;
}
.blog_detailPage .sec1 .categoryBtnList>li a.categoryBtnActive{
	background-color: #004da0;
	color: #ffffff;
}
.blog_detailPage .sec1 .commonH2{
	background-color: #004da0;
	color: #fff;
	padding: 8px 0 7px;
}
.blog_detailPage .sec1 .cont{
	padding-top: 87px;
}
.blog_detailPage .sec1 .cont .contImg{
	width: 100%;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 35px;
}
.blog_detailPage .sec1 .cont .contImg img{
	display: block;
	width: 100%;
}
.blog_detailPage .sec1 .cont .part1{
	display: flex;
	align-items: flex-start;
	margin: 25px 0 85px;
}
.blog_detailPage .sec1 .cont .part1 p{
	font-size: 1.6rem;
	line-height: 1.1;
	color: #222222;
	margin-left: 10px;
}
@media only screen and (min-width: 385px) {
	.blog_detailPage .sec1 .cont .part1{
		justify-content: center;
	}
	.blog_detailPage .sec1 .cont .part1 p br{
		display: none;
	}
}
.blog_detailPage .sec1 .cont .partUl p:not(:last-of-type){
	margin-bottom: 35px;
}
.blog_detailPage .sec1 .cont .partUl p{
	color: #222222;
	font-size: 1.4rem;
	line-height: 1.7857;
}

.blog_detailPage .sec1 .cont .partUl p a{
	color: #004da0;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blog_detailPage .sec1 .cont .partUl p a:hover{
	color: #4593d0;
}

.blog_detailPage .sec1 .cont ul li span{
	display: inline-block;
	line-height: 1;
	background-color: #e34d4e;
	border-radius: 5px;
	color: #fff;
	padding: 10px 17px 9px;
	margin-bottom: 20px;
}
.blog_detailPage .sec1 .cont .partUl h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #004da0;
	border-bottom: 3px solid #004da0;
	padding-bottom: 16px;
	margin-bottom: 25px;
}
.blog_detailPage .sec1 .cont .part2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
}
.blog_detailPage .sec1 .cont .part2 a{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	border: solid 1px #004da0;
	text-decoration: none;
	color: #004da0;
}
.blog_detailPage .sec1 .cont .part2 .a1{
	background: url(/wp-content/themes/wordpress/img/imgs/blog_detail-img03.png) no-repeat left 15px center, #fff;
	padding: 12px 25px 10px 35px;
}
.blog_detailPage .sec1 .cont .part2 .a1:hover{
	color: #fff;
	background: url(/wp-content/themes/wordpress/img/imgs/blog_detail-img05.png) no-repeat left 15px center, #004da0;
}
.blog_detailPage .sec1 .cont .part2 .a2{
	color: #fff;
	background-color: #004da0;
	padding: 12px 26px 10px;
	margin: 0 1.8%;
}
.blog_detailPage .sec1 .cont .part2 .a2:hover{
	color: #004da0;
	background-color: #fff;
}
.blog_detailPage .sec1 .cont .part2 .a3{
	background: url(/wp-content/themes/wordpress/img/imgs/blog_detail-img04.png) no-repeat right 15px center, #fff;
	padding: 12px 35px 10px 25px;
}
.blog_detailPage .sec1 .cont .part2 .a3:hover{
	color: #fff;
	background: url(/wp-content/themes/wordpress/img/imgs/blog_detail-img06.png) no-repeat right 15px center, #004da0;
}

@media only screen and (max-width: 1200px) {
	.blog_detailPage .sec1 .categoryBtnList>li {
		min-width: 17.5%;
		margin: 0 0.5% 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.blog_detailPage .sec1 .categoryBtnList>li a {
		font-size: 1.8rem;
		padding: 10px 5px;
	}
	.blog_detailPage .sec1 .cont{
		padding-top: 80px;
	}
	.blog_detailPage .sec1 .cont .part1{
		margin: 25px 0 75px;
	}
	.blog_detailPage .sec1 .cont .part2{
		margin-top: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.blog_detailPage .sec1 .categoryBtnList>li a {
		font-size: 1.6rem;
	}
	.blog_detailPage .sec1 .cont{
		padding-top: 60px;
	}
	.blog_detailPage .sec1 .cont .contImg{
		margin-top: 30px;
	}
	.blog_detailPage .sec1 .cont .part1{
		margin: 25px 0 65px;
	}
	.blog_detailPage .sec1 .cont .partUl p:not(:last-of-type){
		margin-bottom: 30px;
	}
	.blog_detailPage .sec1 .cont .partUl h2{
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.blog_detailPage .sec1 .cont .part2{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.blog_detailPage .sec1 .categoryBtnList>li{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.blog_detailPage .sec1 .categoryBtnList>li:first-of-type{
		width: 100%;
	}
	.blog_detailPage .sec1 .categoryBtnList>li:nth-of-type(odd){
		margin-right: 0;
	}
	.blog_detailPage .sec1 .cont{
		padding-top: 40px;
	}
	.blog_detailPage .sec1 .cont .contImg{
		margin-top: 25px;
	}
	.blog_detailPage .sec1 .cont .part1{
		margin: 20px 0 55px;
	}
	.blog_detailPage .sec1 .cont .part1 p{
		font-size: 1.5rem;
		margin-left: 5px;
	}
	.blog_detailPage .sec1 .cont .partUl p{
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.blog_detailPage .sec1 .cont ul li span{
		border-radius: 3px;
		padding: 8px 10px 7px;
		margin-bottom: 15px;
	}
	.blog_detailPage .sec1 .cont .partUl p:not(:last-of-type){
		margin-bottom: 25px;
	}
	.blog_detailPage .sec1 .cont .partUl h2{
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 2px solid #004da0;
	}
	.blog_detailPage .sec1 .cont .part2{
		margin-top: 30px;
	}
	.blog_detailPage .sec1 .cont .part2 a{
		font-size: 1.5rem;
	}
	.blog_detailPage .sec1 .cont .part2 .a1{
	    background: url(/wp-content/themes/wordpress/img/imgs/blog_detail-img03.png) no-repeat left 15px center, #fff;
		background-size: 6px;
	    padding: 8px 15px 8px 25px;
	}
	.blog_detailPage .sec1 .cont .part2 .a3{
	    background: url(/wp-content/themes/wordpress/img/imgs/blog_detail-img04.png) no-repeat right 15px center, #fff;
		background-size: 6px;
	    padding: 8px 25px 8px 15px;
	}
	.blog_detailPage .sec1 .cont .part2 .a2{
	    padding: 8px 15px 8px;
	    margin: 0 1.5%;
	}
}
@media only screen and (min-width: 1025px) {
	.blog_detailPage .sec1 .categoryBtnList>li a:hover{
		background-color: #004da0;
		color: #ffffff;
	}
}







.correlation_blog{
	padding-top: 70px;
	margin-top: 70px;
	border-top: 1px dashed #004da0;
}
.correlation_blog h2{
	color: #1f242f!important;
	background-color: transparent!important;
	padding: 0!important;
}
.correlation_blog h2::after{
	content: "";
	display: block;
	margin: 15px auto 0 auto;
	width: 102px;
	height: 4px;
	background-color: #004da0;
}
.correlation_blog .cb_listBox{
	background-color: #FFF;
	padding: 25px;
	margin-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.correlation_blog .cb_listBox ul{
	overflow: hidden;
}
.correlation_blog .cb_listBox>ul>li{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.correlation_blog .cb_listBox>ul>li:nth-child(4n){
	margin-right: 0;
}
.correlation_blog .cb_listBox>ul>li a{
	display: block;
	background-color: #FFF;
	opacity: 0.9;
}
.correlation_blog .cb_listBox>ul>li a:hover{
	opacity: 1;
}
.correlation_blog .cb_img{
	position: relative;
}
.correlation_blog .cb_img .cb_imgBg{
	width: 100%;
	display: block;
}
.correlation_blog .cb_img div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}
.correlation_blog .cb_num{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.correlation_blog .cb_title{
	font-size: 14px;
	color: #222222;
	padding-top: 10px;
}
.correlation_blog .cb_title span{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.correlation_blog .cb_listBox>ul>li a:hover .cb_title{
	text-decoration: underline;
}

@media only screen and (max-width:768px){
	.correlation_blog{
		padding-top: 50px;
		margin-top: 50px;
	}
	.correlation_blog h2::after{
		margin-top: 10px;
		width: 90px;
		height: 3px;
	}
	.correlation_blog .cb_listBox>ul{
		margin-bottom: -20px;
	}
	.correlation_blog .cb_listBox>ul>li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.correlation_blog .cb_listBox>ul>li:nth-child(4n){
		margin-right: 4%;
	}
	.correlation_blog .cb_listBox>ul>li:nth-child(2n){
		margin-right: 0%;
	}

}
@media only screen and (max-width:480px){
	.correlation_blog{
		padding-top: 40px;
		margin-top: 40px;
	}
	.correlation_blog .cb_listBox{
		background-color: #FFFFFF;
		padding: 10px;
		margin-top: 25px;
	}
	.correlation_blog .cb_listBox>ul{
		margin-bottom: -10px;
	}
	.correlation_blog .cb_listBox>ul>li{
		margin-bottom: 10px;
	}
	.correlation_blog .cb_title{
		padding-top: 5px;
		font-size: 12px;
	}
}



.subpagesMv .blogh1{
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
@media only screen and (max-width:1024px){
	.subpagesMv .blogh1{
		font-size: 4rem;
	}
}
@media only screen and (max-width:768px){
	.subpagesMv .blogh1{
		font-size: 3.5rem;
	}
}
@media only screen and (max-width:480px){
	.subpagesMv .blogh1{
		font-size: 3rem;
	}
}

/* thankspage_content */
.thankspage_content{
	
}
.thankspage_content p{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #004da0;
	padding-bottom: 60px;
}
.thankspage_content a{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: auto;
	background-color: #004da0;
	line-height: 1;
	text-decoration: none;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 20px 10px;
	position: relative;
}
.thankspage_content a:hover{
	opacity: 0.8;
}
.thankspage_content a::after{
	content: '';
	width: 10px;
	height: 13px;
	background: url(/wp-content/themes/wordpress/img/imgs/voice_detail-icon01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 41px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width:1024px){
	.thankspage_content p{
		font-size: 1.8rem;
		padding-bottom: 40px;
	}
	.thankspage_content a{
		max-width: 260px;
		font-size: 1.8rem;
		padding: 20px 10px;
	}
}
@media only screen and (max-width:768px){
	.thankspage_content p{
		font-size: 1.6rem;
		padding-bottom: 30px;
	}
	.thankspage_content a{
		max-width: 260px;
		font-size: 1.6rem;
		padding: 18px 10px;
	}
}

/*news_detail*/
.news_detailPage .subpagesMv .newsh1{
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.news_detailPage .sec1{
	padding: 103px 0 140px;
	background-color: #f5f5f5;
}
.news_detailPage .sec1 .commonH2{
	background-color: #004da0;
	color: #fff;
	padding: 8px 5px 7px;
	margin-bottom: 65px;
}
.news_detailPage .sec1 .cont .partUl p:not(:last-of-type){
	margin-bottom: 35px;
}
.news_detailPage .sec1 .cont .partUl p{
	color: #222222;
	font-size: 1.4rem;
	line-height: 1.7857;
}
.news_detailPage .sec1 .cont .partUl p a{
	color: #004da0;
	text-decoration: none;
	transition: .3s ease-in-out;
	border-bottom: 1px solid transparent;
}
.news_detailPage .sec1 .cont .partUl p a:hover{
	border-bottom: 1px solid #004da0;
}

@media only screen and (max-width:1024px){
	.news_detailPage .sec1 .commonH2{
		margin-bottom: 55px;
	}
	.news_detailPage .subpagesMv .newsh1{
		font-size: 4rem;
	}
}
@media only screen and (max-width:768px){
	.news_detailPage .sec1 .commonH2{
		margin-bottom: 45px;
	}
	.news_detailPage .subpagesMv .newsh1{
		font-size: 3.5rem;
	}
	.news_detailPage .sec1 .cont .partUl p:not(:last-of-type){
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:480px){
	.news_detailPage .sec1 .commonH2{
		margin-bottom: 35px;
	}
	.news_detailPage .subpagesMv .newsh1{
		font-size: 3rem;
	}
	.news_detailPage .sec1 .cont .partUl p{
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.news_detailPage .sec1 .cont .partUl p:not(:last-of-type){
		margin-bottom: 25px;
	}
}



