@charset "UTF-8";

@media screen and (min-width:1275px) , print { /*PC*/
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
}
@media screen and (max-width:767px) { /*SP 375*/
}


.mt4_mbL{
	margin-bottom: 80px !important;
}
.mt4_title1{
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.mt4_title2{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_title3{
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_title4{
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_h5{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.mt4_text1{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_text2{
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_text3{
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_note1{
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_hover a:hover{
	opacity: 0.5;
}
.mt4_btn1{
	position: relative;
	min-width: 228px;
	height: 44px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cc0000;
	color: #fff;
	border: 1px solid #cc0000;
}
.mt4_btn1::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.mt4_btn2{
	position: relative;
	min-width: 228px;
	height: 44px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #cc0000;
	border: 1px solid #cc0000;
}
.mt4_btn2::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.mt4_main{
	margin-top: 8px;
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center !important;
}
.mt4_main_left{
	position: relative;
	width: 57.25%;
}
.mt4_main_right{
	width: 40%;
}
.mt4_mod_name{
	margin-top: 30px;
	margin-bottom: 10px;
}
.mt4_gmark_box{
	display: flex;
	align-items: center;
}
.mt4_gmark{
	width: 184px;
	margin: 0 10px 0 -10px;
}
.mt4_title1_box{
	margin-bottom: 32px !important;
}
.mt4_title1_box .mt4_text2{
	margin-top: 12px;
	color: #cc0000;
}
.mt4_spec{
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mt4_spec_left{
	width: 48.47%;
}
.mt4_spec_right{
	width: 48.47%;
	font-size: 0.875rem;
	border-top: 1px solid #a3a3a4;
}
.mt4_spec_right .mt4_btn_line{
	padding-top: 11px;
	padding-bottom: 11px;
}
.mt4_spec_line{
	padding: 6px 10px 5px;
	border-bottom: 1px solid #a3a3a4;
	line-height: 1.4;
}
.mt4_spec_line div{
	line-height: 1.4;
}
.mt4_splide_spec_box{
	position: relative;
	padding: 30px 20px;
	min-height: 330px;
	background: #F5F5F5;
	border-radius: 5px;
}
.mt4_splide_spec_logo{
	position: absolute;
	right: 5%;
	bottom: 9%;
	max-width: 33.65%;
}
.mt4_splide_spec_logo img{
	max-height: 37px;
	max-width: 100%;
	width: auto;
}
.mt4_mod_num_box{
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	padding-bottom: 1px;
	width: 44px;
	height: 22px;
	border-radius: 11px;
	background: rgba(51,51,51,0.4);
	border: 1px solid #fff;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt4_mod_num_box span{
	padding: 0 5px;
}
.mt4_mod_num_max{
	padding-left: 1px;
	border-left: 1px solid #fff;
}
.mt4_mod_pic{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt4_mod_pic img{
	width: auto;
	max-height: 270px;
	transform: translateX(-10px);
}
.mt4_zoom_mark{
	position: absolute;
	z-index: 4;
	right: 20px;
	bottom: 20px;
	width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.mt4_modalImageWrap{
	padding: 40px;
	background: #fff;
}
.mt4_modalImageWrap .FW4_modalImage{
	
}
.mt4_splide_spec_box .splide__pagination,
.mt4_splide_cir .splide__pagination{
	display: none;
}
.mt4_splide_spec_box .splide__arrow,
.mt4_splide_cir .splide__arrow{
	z-index: 9;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(51,51,51,0.4);
	opacity: 1;
}
.mt4_splide_spec_box .splide__arrow svg,
.mt4_splide_cir .splide__arrow svg{
	fill: #fff;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.mt4_splide_spec_box .splide__arrow path,
.mt4_splide_cir .splide__arrow path{
	display: none;
}
.mt4_splide_spec_box .splide__arrow--prev svg,
.mt4_splide_cir .splide__arrow--prev svg{
	transform: rotate(225deg);
	margin-right: -9px;
}
.mt4_splide_spec_box .splide__arrow--prev{
	left: 0;
}
.mt4_splide_spec_box .splide__arrow--next{
	right: 0;
}
.mt4_splide_cir .splide__arrow--prev{
	left: -35px;
}
.mt4_splide_cir .splide__arrow--next{
	right: -35px;
}
#mt4_splide_lr{
	margin-top: 10px;
}
#mt4_splide_lr p{
	padding-left: 0.5em;
}
.mt4_color_box{
	display: flex;
	align-items: center;
}
.mt4_color_name{
	margin-right: 15px;
	display: flex;
	align-items: center;
}
.mt4_color_item{
	overflow: hidden;
	position: relative;
	top: -1px;
	padding: 2px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px solid transparent;
	cursor: pointer;
}
.mt4_color_item.is_on{
	cursor: auto;
	border-color: #a3a3a4;
}
.mt4_spec_vol{
	position: relative;
	display: flex;
	align-items: center;
}
.mt4_spec_vol01{
	margin-right: 4%;
	width: 190px;
}
.mt4_spec_vol::after{
	content: '';
	position: absolute;
	top: 0;
	left: 200px;
	width: 1px;
	height: 100%;
	background: #a3a3a4;
}
.mt4_pop_item{
	margin-bottom: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mt4_pop_pic{
	position: relative;
	width: calc((100% - 40px)/2.0001);
}
.mt4_pop_pic img{
	border-radius: 5px;
}
.mt4_pop_note{
	position: absolute;
	left: 10px;
	bottom: 8px;
	font-size: 0.75rem;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.mt4_pop_note_crb{
	color: #333;
	text-shadow: 0 0 6px rgba(255,255,255,0.2);
}
.mt4_pop_text{
	width: calc((100% - 40px)/2.0001);
}
.mt4_pop_tit{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
}
.mt4_pop_tit>span:first-child{
	display: inline-block;
	margin-bottom: 5px;
}
.mt4_pop_btn{
	position: relative;
	margin-top: 20px;
	width: 180px;
	height: 44px;
	border-radius: 22px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid currentColor;
	background: #fff;
	color: #cc0000 !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: 0.3s;
}
.mt4_pop_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.mt4_feature_wp{
	padding: 60px 0;
	margin-bottom: 80px;
	background: #f7f7f7;
}
.mt4_feature_box{
	margin-bottom: -35px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.mt4_feature_col{
	width: calc((100% - 70px)/3.0001);
	margin-right: 35px;
	padding-bottom: 35px;
}
.mt4_feature_col:nth-child(3n){
	margin-right: 0;
}
.mt4_feature_item{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none !important;
	color: #fff !important;
}
.mt4_feature_item::after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(0deg , rgba(0,0,0,0.7) 0% , rgba(0,0,0,0) 100%);
	opacity: 0.7;
}
.mt4_feature_text{
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mt4_feature_text h3{
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "palt";
}
.mt4_feature_text .mt4_note1{
	margin-right: -5px;
	margin-bottom: -5px;
	opacity: 0.9;
}
.mt4_btn_line{
	position: relative;
	display: block;
	text-decoration: none !important;
	color: #333 !important;
	padding: 16px 40px 16px 15px;
	border-bottom: 1px solid #a3a3a4;
}
.mt4_btn_line::before{
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #cc0000;
}
.mt4_btn_line::after{
	content: '';
	position: absolute;
	z-index: 3;
	top: calc(50% - 3px);
	right: 24px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	transform: rotate(45deg);
}
.mt4_btn_line.FW4_modal_img::after{
	border: none;
	width: 10px;
	height: 10px;
	right: 21px;
	top: calc(50% - 5px);
	background: url(/wash/img/v04/img_plus.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
}
#mt4_splide_camp{
	margin-bottom: 32px;
}
#mt4_splide_camp .splide__pagination__page{
	background: #CECECE;
	transform: scale(0.6);
}
#mt4_splide_camp .splide__pagination__page.is-active{
	background: #cc0000 !important;
}
#mt4_splide_camp .splide__pagination{
	bottom: -35px;
}

.mt4_contents_box{
	display: flex;
	flex-wrap: wrap;
}
.mt4_contents_item{
	width: calc((100% - 70px)/3.0001);
	margin-right: 35px;
	margin-bottom: 35px;
}
.mt4_contents_item:nth-child(3n){
	margin-right: 0;
}
.mt4_about_wp{
	position: relative;
	z-index: 2;
	margin-bottom: -42px;
	padding: 88px 0;
	background: #F5F5F5;
}
.mt4_open{
	width: 100%;
}
.mt4_open_btn{
	position: relative;
	margin: 10px auto 0;
	width: 228px;
	height: 44px;
	border-radius: 22px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid currentColor;
	background: #fff;
	color: #cc0000;
	cursor: pointer;
	transition: 0.3s;
}
.mt4_open_btn:hover{
	opacity: 0.5;
	transition: 0.3s;
}
.mt4_open_btn::before,.mt4_open_btn::after{
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 1px);
	width: 10px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
}
.mt4_open_btn::before{
	transform: rotate(-90deg);
}
.mt4_open_close{
	margin: 25px auto 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.mt4_open_close:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.mt4_open.open .mt4_open_btn::before{
	display: none;
}
.mt4_open_box{
	overflow: hidden;
	transition: height 0.5s ease;
}
.mt4_open.open .mt4_open_btn .mt4_open_btn_t1,
.mt4_open_btn_t2{
	display: none;
}
.mt4_open.open .mt4_open_btn .mt4_open_btn_t2{
	display: block;
}
.mt4_new{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 58px;
	height: 27px;
	padding-top: 1px;
	text-align: center;
	color: #ff0000;
	border: 2px solid currentcolor;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	background: #fff;
}
.mt4_note_hide{
	display: none;
}
.FW4_commonParts .mt4_note_hide{
	display: inline;
}
.mt_campaign_one{
	display: block;
	max-width: calc((100vw - 80px)/1.975);
}
.mt4_mark_jp{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	margin-left: 5px;
	width: 44px;
	line-height: 1;
}
.mt4_mod_new_box{
	display: flex;
	align-items: stretch;
}
.mt4_mark_res{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 6px 1px;
	height: 22px;
	color: #e30012;
	border: 1px solid #e30012;
	font-size: 14px;
	line-height: 1.2;
}
.mt4_mod_new{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 22px;
	padding-bottom: 2px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	color: #fff;
	background-color: #e30012;
}
.fea_noteS .mt4_mod_new{
	padding-bottom: 2px;
	transform: translate(1px, 1px) scale(0.8);
}
.mt4_point_item{
	height: 100%;
	display: block;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	color: #424242 !important;
	border: 1px solid #dedede;
	text-decoration: none !important;
}
.mt4_point_pic{
	margin: -20px -20px 15px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.mt4_point_mark{
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 15px;
	border-radius: 5px;
	line-height: 1.2;
	background: #7e7e7e;
	color: #fff;
}
.mt4_point_name{
	margin-bottom: 5px;
	font-size: 0.875rem;
}
.mt4_point_p{
	line-height: 1.75;
	font-feature-settings: "palt";
}
.mt4_detail_box{
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	display: flex;
}
.mt4_detail_name{
	margin: 10px 0 5px;
	font-size: 1.25rem;
}
.mt4_detail_name + .mt4_mark_jp{
	margin-left: 0;
}
.mt4_detail_text{
	width: 22%;
}
.mt4_detail_pic{
	position: relative;
	width: 20%;
	margin-left: 2%;
	text-align: center;
}
.mt4_detail_pic img{
	max-width: 300px;
	margin-bottom: 10px;
}
.mt4_detail_pic>p{
	padding-left: 1em;
}
.mt4_detail_pic_column2{
	display: flex;
	width: 28%;
	margin-left: 0;
	gap: 10px;
}
.mt4_detail_links{
	margin-left: auto;
	width: 48%;
}
.mt4_detail_links{
	border-top: 1px solid #a3a3a4;
}
.hide-arrow{
	opacity: 0.3 !important;
}
.mt4_point_noarr .splide__arrows{
	display: none;
}
.mt_spec_more{
	display: block;
	max-width: 620px;
	margin: 0 auto;
}
.mt4_mod_mark{
	position: absolute;
	z-index: 3;
	left: 25px;
	top: 25px;
	width: 80px;
}
.mt4_mod_mark img{
	transform: translateX(0);
}
.mt4_gmark_btm{
	position: absolute;
	left: 0;
	max-width: 22%;
	top: 140px;
}
.mt4_gmark_btm img{
	max-width: 100%;
	width: auto;
	max-height: 75px;
}



@media screen and (min-width:768px) {
	.mt4_point_pcNone .splide__slide--clone{
		display: none;
	}
	.mt4_point_pcNone .splide__list{
		transform: translateX(-0px) !important;
	}
	
}

@media screen and (max-width:767px) { /*SP 375*/
	.mt4_mb24sp{
		margin-bottom: 24px !important;
	}
	.mt4_main{
		margin-bottom: 64px;
	}
	.mt4_main_left{
		width: 100%;
	}
	.mt4_main_right{
		width: 100%;
	}
	.mt4_gmark{
		width: 150px;
		margin: 0 12px 0 -5px;
	}
	.mt4_title1_box{
		margin-bottom: 24px !important;
	}
	.mt4_spec{
		margin-bottom: 64px;
	}
	.mt4_spec_left{
		margin-bottom: 16px;
		width: 100%;
	}
	.mt4_spec_right{
		width: 100%;
	}
	.mt4_splide_spec_box{
		padding: 20px 10px;
		min-height: inherit;
	}
	.mt4_mod_num_box{
		right: 10px;
		top: 10px;
	}
	.mt4_zoom_mark{
		right: 10px;
		bottom: 10px;
	}
	.mt4_mod_pic img{
		max-height: 180px;
	}
	.mt4_splide_spec_logo{
		bottom: 5vw;
		line-height: 1;
	}
	.mt4_splide_spec_logo img{
		max-height: 21px;
	}
	.mt4_gmark_box{
		margin-top: 10px;
	}
	.mt4_feature_wp{
		padding: 48px 0;
		margin-bottom: 64px;
	}
	.mt4_feature_box{
		margin-bottom: -16px;
	}
	.mt4_feature_col{
		width: calc((100% - 16px) / 2.0001);
		margin-right: 16px !important;
		padding-bottom: 16px;
	}
	.mt4_feature_col:nth-child(2n){
		margin-right: 0!important;
	}
	.mt4_feature_item::after{
		height: 80px;
	}
	.mt4_feature_text{
		position: absolute;
		padding: 10px 5px 8px 8px;
		font-size: 0.98rem;
	}
	.mt4_feature_text>.mt4_note1{
		position: absolute;
		right: 5px;
		bottom: 3px;
		margin: 0;
		font-size: 0.5625rem;
	}
	.mt4_mbL{
		margin-bottom: 64px !important;
	}
	.mt4_contents_item{
		width: 100%;
		margin: 0 0 16px;
	}
	.mt4_about_wp{
		position: relative;
		z-index: 2;
		margin-bottom: -22px;
		padding: 64px 0;
	}
	.mt4_new{
		width: 38px;
		height: 18px;
		padding-top: 1px;
		font-size: 0.8125rem;
		border-width: 1px;
	}
	.mt4_btm_mod02{
		margin-bottom: 10px;
	}
	.mt_campaign_one{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.mt4_mod_name{
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.mt4_mod_new{
		padding: 0;
		width: 42px;
		height: 20px;
		font-size: 0.875rem;
	}
	.mt4_mark_res{
		height: 20px;
		font-size: 0.875rem;
	}
	.fea_noteS .mt4_mod_new{
		transform: translate(1px, 0) scale(0.75);
	}
	.mt4_spec_right .mt4_btn_line{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.mt4_spec_vol01{
		width: 50%;
	}
	.mt4_spec_vol::after{
		left: 50%;
	}
	.mt4_pop_item{
		display: block;
		margin-bottom: 50px;
	}
	.mt4_pop_pic{
		margin-bottom: 15px;
		width: 100%;
	}
	.mt4_pop_text{
		width: 100%;
	}
	.mt4_pop_tit{
		font-size: 1.375rem;
		line-height: 1.5;
	}
	.mt4_pop_btn{
		margin-top: 10px;
	}
	.mt4_pop_note{
		font-size: 0.6875rem;
	}
	.mt4_point_box{
		margin: 0 -10px;
	}
	.mt4_point_mark{
		padding: 4px 10px 3px;
		font-size: 0.8125rem;
	}
	.mt4_point_item{
		padding: 10px 10px 8px;
	}
	.mt4_point_pic{
		margin: -10px -10px 5px;
	}
	.mt4_point_name{
		font-size: 0.75rem;
	}
	.mt4_point_p{
		font-size: 0.875rem;
		line-height: 1.4;
	}
	.mt4_detail_box{
		margin-bottom: 40px;
	}
	.mt4_detail_box{
		display: block;
	}
	.mt4_detail_text{
		width: 100%;
	}
	.mt4_detail_pic{
		width: 42%;
		margin: 0 auto 10px;
	}
	.mt4_detail_links{
		width: 100%;
	}
	.mt4_mark_jp{
		top: -1px;
	}
	.mt4_detail_name + .mt4_mark_jp{
		width: 50px;
		display: block;
		margin-bottom: -20px;
	}
	.mt4_detail_pic img{
		margin-bottom: 5px;
	}
	.mt4_detail_pic_column2{
		width: 78%;
		gap: 12px;
	}
	.mt4_point_box .splide__pagination{
		display: none;
	}
	.mt4_point_box .splide__arrow{
		z-index: 9;
		top: -30px;
		width: 32px;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(51,51,51,0.4);
		opacity: 1;
	}
	.mt4_point_box .splide__arrow svg{
		fill: #fff;
		width: 8px;
		height: 8px;
		margin-left: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.mt4_point_box .splide__arrow path{
		display: none;
	}
	.mt4_point_box .splide__arrow--prev svg{
		transform: rotate(225deg);
		margin-right: -9px;
	}
	.mt4_point_box .splide__arrow--prev{
		left: auto;
		right: 50px;
	}
	.mt4_point_box .splide__arrow--next{
		right: 10px;
	}
	.mt4_detail_pic_splide{
		width: 100%;
	}
	.mt4_detail_pic_splide .splide__arrow--prev{
		left: 0;
	}
	.mt4_detail_pic_splide .splide__arrow--next{
		right: 0;
	}
	.mt4_detail_pic_splide .splide__slide img{
		width: 160px;
		max-width: 160px;
	}
	.mt4_gmark_btm{
		position: relative;
		left: 0;
		top: 0;
		transform: translateX(0);
		max-width: 100%;
		width: 100%;
	}
	.mt4_gmark_btm img{
		position: absolute;
		z-index: 3;
		right: 1%;
		bottom: 15px;
		width: 65px;
		max-height: none;
		height: auto;
	}
	.mt4_detail_pic_column2 + .mt4_gmark_btm{
		left: 0;
		width: 200px;
		height: auto;
		margin: 15px auto 25px;
	}
	.mt4_detail_pic_column2 + .mt4_gmark_btm img{
		position: static;
		width: 100%;
	}
	.mt4_mod_mark{
		left: 15px;
		top: 15px;
		width: 74px;
	}
	.mt4_mod_mark img{
		width: 100%;
	}
	.mt4_spec_vol_bd{
		display: block;
	}
	.mt4_spec_vol_bd::after{
		left: 0;
		top: 50%;
		width: 100%;
		height: 0;
		border-bottom: 1px dashed #a3a3a4;
		background: none;
	}
	.mt4_spec_vol_bd .mt4_spec_vol01{
		width: 100%;
		margin: 0 0 10px;
	}
	.mt4_spec_vol_bd .mt4_spec_vol02{
		width: 100%;
	}
	#mt4_splide_lr{
		margin-top: 22px;
	}
	
}

