@charset "utf-8";

/*-------------------- mv --------------------*/
.ttl_h1 img {
	display: block;
	margin-top: 20px;
}

/*-------------------- content --------------------*/
.ttl_h2 {
	margin-bottom: 55px;
}

.product_content {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.product_img {
	width: 396px;
	border: 3px solid #f2f3fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.swiper-product .swiper-slide {
	width: 100%;
}

.swiper-product .swiper-slide img {
	display: block;
}

.product_img .swiper .swiper-slide img {
	display: block;
}

.product_img .swiper-pagination {
	bottom: -45px;
}

.product_img .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #e4e4e4;
	opacity: 1;
	margin: 0 8px;
}

.product_img .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #233f9a;
	opacity: 1;
}

.product_info {
	width: calc(100% - 396px);
	padding: 15px 0 0 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product_info_block{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product_info_block img {
	display: block;
}

.product_tit_wrap{
	width: 489px;
}

.product_info_banner{
	width: calc(100% - 489px);
}

.product_info_banner a:hover img{
	transform: translateY(-5px);
}

.product_tit {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 15px auto 18px auto;
}

.product_cate {
	font-size: 0;
	margin-bottom: 15px;
}

.product_cate span {
	display: inline-block;
	border: 1px solid #00b5f0;
	font-size: 1.8rem;
	letter-spacing: 1px;
	border-radius: 22px;
	padding: 8px 50px;
	margin: 0 20px 10px 0;
}

.feature_list>li {
	position: relative;
	margin-bottom: 23px;
}

.feature_list>li:last-of-type {
	margin-bottom: 0;
}

.feature_num {
	width: 194px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0 32px 32px 0;
	background-color: #00b5f0;
	padding: 9px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.feature_txt {
	margin-left: 35px;
	width: calc(100% - 35px);
	min-height: 99px;
	background-color: #ffffff;
	padding: 20px 40px 20px 204px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.product_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	border: 1px solid #233f9a;
}

.product_table th {
	font-size: 1.8rem;
	color: #ffffff;
	background-color: #233f9a;
	border: 1px solid #ffffff;
	border-bottom: none;
	border-top-color: #233f9a;
	padding: 10px;
}

.product_table tr:first-of-type th:first-of-type {
	border-left-color: #233f9a;
}

.product_table th:last-of-type {
	border-right-color: #233f9a;
}

.product_table td {
	font-size: 1.6rem;
	border: 1px solid #233f9a;
	padding: 10px;
}

.product_table td:first-of-type {
	color: #233f9a;
	font-weight: bold;
}

.product_table td.td_bold {
	color: #233f9a;
	font-weight: bold;
}

.product_table td.td_normal {
	color: #000000;
	font-weight: normal;
}


/*-------------------- content_banner --------------------*/

.content_banner {
	padding: 32px 30px 29px;
}

.content_banner_list>li:first-of-type .content_banner {
	background-image: url(../img/sub/ico_arrow_white.png), url(../img/sub/jkg_banner01.jpg);
}


.content_banner::before {
	margin-bottom: 18px;
}


@media only screen and (min-width: 1025px) {

	/*-------------------- content --------------------*/
	.anchor_list>li{
		width: 32%;
	}
	.anchor_list>li:nth-of-type(4n){
		margin-right: 2%;
	}
	.anchor_list>li:nth-of-type(3n){
		margin-right: 0;
	}
}

@media only screen and (max-width: 1200px) {

	
	.product_tit_wrap{
		width: calc(100% - 200px);
	}
	
	.product_info_banner{
		width: 180px;
	}
}
@media only screen and (max-width: 1024px) {

	/*-------------------- content --------------------*/
	.ttl_h2 {
		margin-bottom: 50px;
	}

	.product_img {
		width: 35%;
	}

	.product_info {
		width: 65%;
	}

	.product_tit {
		font-size: 2.6rem;
	}

	.product_table_wrap {
		overflow-x: scroll;
	}

	.product_table_wrap .product_table {
		width: 1000px;
	}
}


@media only screen and (max-width: 768px) {


	/*-------------------- mv --------------------*/
	.ttl_h1 img {
		margin-top: 10px;
	}

	/*-------------------- content --------------------*/
	.anchor_list .btn_anchor{
		padding-left: 20px;
		padding-right: 40px;
	}
	.ttl_h2 {
		margin-bottom: 40px;
	}

	.product_content {
		display: block;
	}

	.product_img {
		width: 90%;
		max-width: 360px;
		border: 3px solid #f2f3fa;
		margin: 0 auto 35px auto;
	}

	.product_img .swiper-pagination {
		bottom: -35px;
	}

	.product_img .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.product_info {
		width: 100%;
		padding: 30px 0 0 0;
	}
	
	.product_tit_wrap{
		width: 66%;
	}
	
	.product_info_banner{
		width: 32%;
	}

	.product_tit {
		font-size: 2.2rem;
	}

	.product_cate {
		margin-bottom: 10px;
	}

	.product_cate span {
		font-size: 1.6rem;
		padding: 8px 40px;
	}

	.feature_list>li {
		position: relative;
		margin-bottom: 23px;
	}

	.feature_list>li:last-of-type {
		margin-bottom: 0;
	}

	.feature_num {
		width: 170px;
		font-size: 2.4rem;
	}

	.feature_txt {
		padding: 20px 30px 20px 170px;
	}

	.product_table th {
		font-size: 1.6rem;
	}

	.product_table td {
		font-size: 1.4rem;
		padding: 20px 10px;
	}
	/*-------------------- content_banner --------------------*/
	
	.content_banner {
		padding: 30px 20px 25px;
	}

}

@media only screen and (max-width: 480px) {

	/*-------------------- content --------------------*/

	
	.product_tit_wrap{
		width: 60%;
	}
	
	.product_info_banner{
		width: 38%;
	}

	.product_tit {
		font-size: 2rem;
	}

	.product_cate span {
		font-size: 1.5rem;
		padding: 8px 32px;
	}

	.feature_list>li {
		margin-top: 50px;
	}

	.feature_num {
		width: 130px;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 2rem;
		border-radius: 20px;
		padding: 6px 10px;
	}

	.feature_txt {
		margin-left: 0;
		width: 100%;
		padding: 35px 20px 20px;
	}
}

/*-------------------- JKG --------------------*/

.jkg .content_banner_list>li:last-of-type .content_banner {
	background-image: url(../img/sub/ico_arrow_white.png), url(../img/sub/jkg_banner02.jpg) !important;
}

.jkg .product_table th,.j2f .product_table th {
	width: 10%;
}

.jkg .product_table tr:first-of-type th:first-of-type,.jkg .product_table tr:first-of-type th:nth-of-type(4),.jkg .product_table tr:first-of-type th:nth-of-type(5),.j2f .product_table tr:first-of-type th:first-of-type,.j2f .product_table tr:first-of-type th:nth-of-type(4),.j2f .product_table tr:first-of-type th:nth-of-type(5) {
	width: 20%;
}

.jkg_th_wrap{
	position: relative;
}
.jkg_th{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/sub/th_line.png) no-repeat center center;
	background-size: 100% 100%;
}
.jkg_th span{
	display: block;
	position: absolute;
}
.jkg_th span:first-of-type{
	left: 20px;
	bottom: 10px;
}
.jkg_th span:last-of-type{
	right: 20px;
	top: 10px;
}

.jkg .product_table tr:nth-of-type(2) th,.j2f .product_table tr:nth-of-type(2) th {
	border-top-color: #ffffff;
}

.jkg .product_table td,.j2f .product_table td {
	padding: 30px 10px;
}

@media only screen and (max-width: 768px) {
	.jkg .product_table td {
		padding: 20px 10px;
	}
}
/*-------------------- solid_hunter --------------------*/
.solid_hunter .product_table tr th{
	border-left-color: #233f9a;
	border-bottom:1px solid #ffffff;
	padding: 20px 10px;
	width: 35%;
}
.solid_hunter .product_table tr:last-of-type th{
	border-bottom: none;
}
.solid_hunter .mvp_solution tr td:nth-of-type(2){
	text-align: center;
}


/*-------------------- MVP --------------------*/
#product_banner>li:nth-of-type(2) .content_banner {
	background-image: url(../img/sub/ico_arrow_white.png), url(../img/sub/mvp_banner02.jpg);
}

.mvp .feature_num {
	padding: 28px 10px 29px 10px;
	border-radius: 0 50px 50px 0;
}

.mvp .anchor_specification .product_table tr:first-of-type th:nth-of-type(2),
.mvp .anchor_specification .product_table tr:nth-of-type(2) th:not(:first-of-type) {
	width: auto;
}

.point_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
	margin-bottom: -40px;
}

.point_list>li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
	position: relative;
	min-height: 80px;
}

.point_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.point_num {
	width: 68px;
	height: 99px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: url(../img/sub/ico_drop.png) no-repeat center bottom;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
}

.point_num span {
	font-size: 120%;
}

.point_tit {
	margin-left: 30px;
	width: calc(100% - 30px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.75;
	background-color: #233f9a;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	padding: 12px 20px 12px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mvp_block_wrap {
	margin-top: 90px;
}

#anchor_dewatering .ttl_h3 {
	text-align: center;
	margin: 50px auto 20px auto;
}

.mvp_block {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.mvp_block_l {
	width: 533px;
}

.mvp_block_l iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 12;
}

.mvp_block_r {
	width: calc(100% - 533px);
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_mvp {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 382px;
	margin: 0 auto 25px auto;
	background-color: #00b5f0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	padding: 13px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_mvp:last-of-type {
	margin-bottom: 0;
}

.btn_mvp:hover {
	background-color: #233f9a;
}

.btn_mvp_img {
	width: 55px;
}

.btn_mvp_img img {
	display: block;
}

.btn_mvp_txt {
	width: calc(100% - 60px);
	text-align: center;
}

.dewatering_img {
	border: 3px solid #f2f3fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dewatering_img img {
	display: block;
}

.dewatering_txt {
	font-size: 2rem;
	line-height: 2;
	padding: 0 20px 0 40px;
}

#anchor_dewatering .product_table th {
	width: 16.66%;
}

.mvp_solution {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.mvp_solution th {
	background-color: #233f9a;
	color: #ffffff;
	padding: 10px;
	border-right: 12px solid #f2f3fa;
}

.mvp_solution th:first-of-type {
	width: 22%;
}

.mvp_solution th:nth-of-type(2) {
	width: 46%;
}

.mvp_solution th:nth-of-type(3) {
	width: 32%;
	border-right: none;
}

.mvp_solution td {
	background-color: #f2f3fa;
	padding: 30px;
	border-right: 12px solid #ffffff;
}

.mvp_solution td:last-of-type {
	border-right: none;
}

.mvp_solution tr td.td_first {
	font-size: 1.8rem;
	text-align: center;
}

.mvp_solution td.td_border_top {
	border-top: 12px solid #ffffff;
}

.mvp_solution td.td_border_right {
	border-right: 12px solid #ffffff;
}

.anchor_specification .product_table tr:nth-of-type(2) th {
	border-top-color: #ffffff;
}
.anchor_specification .product_table tr:first-of-type th:nth-of-type(2),
.anchor_specification .product_table tr:first-of-type th:nth-of-type(4),
.anchor_specification .product_table tr:first-of-type th:nth-of-type(5),
.anchor_specification .product_table tr:nth-of-type(2) th:not(:first-of-type) {
	width: 8%;
}

.condition_list {
	width: 100%;
	padding: 40px 50px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.condition_list>li {
	width: 100%;
	display: flex;
	align-items: start;
	margin-bottom: 5px;
	font-size: 1.6rem;
}

.condition_list>li:last-of-type {
	margin-bottom: 0;
}

.condition_tit {
	width: 173px;
	font-weight: bold;
	text-align: center;
	background-color: #00b5f0;
	color: #ffffff;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.condition_txt {
	width: calc(100% - 173px);
	padding: 8px 0 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#anchor_case .ttl_h3 {
	margin-bottom: 48px;
	background-color: #f2f3fa;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mvp_case {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.mvp_case_img {
	width: 398px;
}

.mvp_case_img>li{
	margin-bottom: 40px;
}

.mvp_case_img>li:last-of-type{
	margin-bottom: 0;
}

.mvp_case_img img {
	display: block;
}
.mvp_case_img .content_txt{
	text-align: center;
}

.mvp_case_content {
	width: calc(100% - 398px);
	padding-right: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mvp_case_part {
	margin-bottom: 30px;
}

.mvp_case_part_tit {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mvp_case_part_tit span {
	display: inline-block;
	position: relative;
	padding: 11px 0;
}

.mvp_case_part_tit span::before {
	position: absolute;
	top: -9px;
	left: -80px;
	margin: auto;
	display: block;
	content: "";
	width: 61px;
	height: 61px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.mvp_case_part_black .mvp_case_part_tit {
	background-color: #000000;
}

.mvp_case_part_black .mvp_case_part_tit span::before {
	background-image: url(../img/sub/ico_question.png);
}

.mvp_case_part_blue .mvp_case_part_tit {
	background-color: #233f9a;
}

.mvp_case_part_blue .mvp_case_part_tit span::before {
	background-image: url(../img/sub/ico_solution.png);
}

.mvp_case_part_txt {
	width: 100%;
	padding: 29px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mvp_case_part_black .mvp_case_part_txt {
	background-color: #ededed;
}

.mvp_case_part_blue .mvp_case_part_txt {
	background-color: #f2f3fa;
}

.mvp_case_content .product_table th {
	width: 25%;
}

.mvp_case_content .product_table td {
	padding-top: 27px;
	padding-bottom: 27px;
}

.btn_common {
	margin-top: 40px;
}

.members_show{
	background-color: #ffffff;
}
.members_show_banner{
	display: block;
	max-width: 780px;
	margin: 0 auto;
	background: url(../img/sub/ico_lock.png) no-repeat left 40px center #233f9a;
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	padding: 30px 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.members_show .ttl_h2{
	position: relative;
}
.members_show .ttl_h2::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #ffffff, #ffffff);
	z-index: 1;
}
.members_show_btn{
	max-width: 332px;
	display: block;
	margin: 10px auto 0 auto;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	color: #00b5f0;
	border: 2px solid #00b5f0;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.members_show_btn:hover{
	background-color: #00b5f0;
	color: #ffffff;
}

@media only screen and (max-width: 1200px) {

	.point_list>li {
		width: 32%;
		margin-right: 2%;
	}

}

@media only screen and (max-width: 1100px) {

	.point_list>li {
		width: 48%;
		margin-right: 4%;
	}

	.point_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}


	.point_list>li:nth-of-type(2n) {
		margin-right: 0;
	}


}

@media only screen and (max-width: 1024px) {

	.mvp_block_wrap {
		margin-top: 70px;
	}

	.mvp_block_l {
		width: 48%;
	}

	.mvp_block_r {
		width: 52%;
	}

	.btn_mvp {
		margin-bottom: 20px;
		font-size: 1.8rem;
		padding: 13px 40px;
	}

	.dewatering_txt {
		font-size: 1.8rem;
		padding: 0 0 0 20px;
	}

	.mvp_solution td {
		padding: 20px;
	}

	#anchor_case .ttl_h3 {
		margin-bottom: 40px;
	}

	.mvp_case_img {
		width: 36%;
	}

	.mvp_case_img img {
		margin-bottom: 30px;
	}


	.mvp_case_content {
		width: 64%;
		padding-right: 40px;
	}

	.mvp_case_part {
		margin-bottom: 30px;
	}

	.mvp_case_part_tit {
		font-size: 2.2rem;
	}

	.mvp_case_part_txt {
		padding: 29px 30px;
	}
}

@media only screen and (max-width: 768px) {

	.mvp .feature_num {
		padding: 28px 10px 29px 10px;
		border-radius: 0 50px 50px 0;
	}

	.point_list {
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
	}

	.point_list>li {
		width: 100%;
		margin-right: 0;
	}

	.point_list>li:nth-of-type(3n) {
		margin-right: 0;
	}


	.mvp_block_wrap {
		margin-top: 50px;
	}

	#anchor_dewatering .ttl_h3 {
		margin-top: 30px;
	}

	.mvp_block {
		display: block;
	}

	.mvp_block_l {
		width: 100%;
	}

	.mvp_block_l iframe {
		max-width: 70%;
		margin: 0 auto;
	}


	.mvp_block_r {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.btn_mvp {
		font-size: 1.8rem;
		padding: 13px 50px;
	}

	.dewatering_txt {
		font-size: 1.8rem;
		padding: 0;
	}


	.dewatering_img {
		border-width: 2px;
		max-width: 527px;
		margin: 0 auto;
	}
	.mvp_solution th {
		border-right-width: 5px;
	}

	.mvp_solution td {
		padding: 10px 15px;
		border-right-width: 5px;
	}

	.mvp_solution tr td.content_txt {
		font-size: 1.4rem;
	}

	.mvp_solution tr td.td_first {
		font-size: 1.6rem;
	}

	.mvp_solution td.td_border_top {
		border-top-width: 5px;
	}
	
	.mvp_solution td.td_border_right {
		border-right-width: 5px;
	}

	.condition_list {
		padding: 30px;
	}

	.condition_tit {
		width: 170px;
	}

	.condition_txt {
		width: calc(100% - 170px);
	}

	#anchor_case .ttl_h3 {
		margin-bottom: 30px;
		padding: 15px 20px;
	}

	.mvp_case {
		display: block;
	}

	.mvp_case_img {
		width: 100%;
	}

	.mvp_case_img img {
		display: block;
		margin-bottom: 40px;
		margin: 0 auto 20px auto;
	}

	.mvp_case_content {
		width: 100%;
		padding-right: 0;
		margin-top: 30px;
	}

	.mvp_case_part {
		margin-bottom: 30px;
	}

	.mvp_case_part_tit {
		font-size: 2rem;
		padding: 0 20px;
	}

	.mvp_case_part_tit span::before {
		width: 45px;
		height: 45px;
		background-size: cover;
		left: -60px;
		top: -5px;
	}

	.mvp_case_part_txt {
		padding: 25px 20px;
	}

	.mvp_case_content .product_table th {
		width: 25%;
	}

	.mvp_case_content .product_table td {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.btn_common {
		width: 100%;
		margin-top: 30px;
	}
	.members_show_banner{
		font-size: 1.6rem;
		padding-right: 80px;
	}
	.members_show_btn{
		font-size: 2rem;
	}
}

@media only screen and (max-width: 480px) {

	.mvp .feature_num {
		border-radius: 20px;
		padding: 6px 10px;
	}

	.point_num {
		font-size: 1.4rem;
	}

	.mvp_block_wrap {
		margin-top: 50px;
	}

	.btn_mvp {
		font-size: 1.6rem;
		padding: 13px 30px;
	}


	.btn_mvp_img {
		width: 28px;
	}

	.btn_mvp_txt {
		width: calc(100% - 32px);
	}

	.dewatering_txt {
		font-size: 1.6rem;
	}


	.mvp_solution th:first-of-type {
		width: 26%;
	}
	
	.mvp_solution th:nth-of-type(2) {
		width: 44%;
	}
	
	.mvp_solution th:nth-of-type(3) {
		width: 30%;
	}
	.mvp_solution th.font24 {
		font-size: 1.6rem;
	}

	.mvp_solution td {
		padding: 10px;
	}

	.mvp_solution tr td.td_first {
		font-size: 1.4rem;
	}

	.condition_list {
		padding: 30px 20px;
	}

	.condition_list>li {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.condition_tit {
		width: 150px;
	}

	.condition_txt {
		width: 100%;
		padding: 8px 0 0 0;
	}

	.mvp_case_part {
		margin-bottom: 30px;
	}

	.mvp_case_part_tit {
		font-size: 1.8rem;
	}

	.point_list>li {
		min-height: 73px;
	}
	.members_show_banner{
		background-position: center top 20px;
		background-size: 70px;
		padding: 120px 20px 40px;
	}
	.members_show_btn{
		font-size: 1.8rem;
	}

}