@charset "UTF-8";
.pageTit{
	margin-bottom: 0px;
}
.mv{
	margin-bottom: 70px;
}
.mv img{
	width: 100%;
}
.secProduct .titH3{
	padding-left: 0px;
}
.secProduct .description{
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin-top: 30px;
}


/* SP */
@media screen and (max-width: 767px) {
	.mv{
		margin-bottom: 28px;
	}
	.secProduct .description{
		font-size: 12px;
	}
}

/*** sec01 ***/
.secProduct .boxRed {
	display: flex;
	align-items: center;
	margin: 30px auto 0;
	padding: 2% 3%;
	box-sizing: border-box;
	background-color: #fef1f3;
	border: 1px solid #d01107;
}
.secProduct .boxRed .boxLeft {
	flex: 1;
}
.secProduct .boxRed .boxRight img {
	max-width: 100%;
}
.secProduct .boxRed .tit {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: #d01107;
}
.secProduct .boxRed .btn_wrap {
	margin-top: 20px;
}
.secProduct .boxRed .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 460px;
	height: 66px;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	color: #d01107;
	position: relative;
}
.secProduct .boxRed .btn:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #d01107 transparent;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.secProduct .boxRed .btn .btn_icon{
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.secProduct .boxRed{
		flex-direction: column;
		padding: 5%;
	}
	.secProduct .boxRed .tit{
		font-size: 24px;
		line-height: 1.3;
		text-align: center;
	}
	.secProduct .boxRed .btn{
		font-size: 14px;
		height: 52px;
	}
	.secProduct .boxRed .boxLeft {
    flex: none;
    order: 2;
    width: 100%;
	}
	.secProduct .boxRed .boxRight{
		margin-bottom: 20px;
	}
}



/*** sec02 ***/
#sec02 .boxList{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-left: -50px;
	margin-bottom: -50px;
}
#sec02 .boxList .boxList_box{
	width: 50%;
	padding-left: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
#sec02 .boxList .boxList_box .box_inner{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
}
#sec02 .boxList .boxList_box .tit{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 4%;
}
#sec02 .boxList .boxList_box .tit .num{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.66em;
	height: 1.66em;
	background-color: #d01107;
	border-radius: 100%;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	margin-right: 10px;
}
#sec02 .boxList .boxList_box .thumb{
	text-align: center;
}
#sec02 .boxList .boxList_box .thumb img{
	max-width: 100%;
}
#sec02 .boxList .boxList_box .textBox{
	background-color: #f3f3f3;
	padding: 25px;
	border-radius: 10px;
}
#sec02 .boxList .boxList_box .textBox p{
	font-size: 17px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sec02 .boxList{
		display: block;
		margin-top: 30px;
		margin-left: 0px;
		margin-bottom: -30px;
	}
	#sec02 .boxList .boxList_box{
		width: 100%;
		padding-left: 0px;
		padding-bottom: 30px;
	}
	#sec02 .boxList .boxList_box .box_inner{
		padding: 20px;
		border-radius: 10px;
	}
	#sec02 .boxList .boxList_box .tit{
		font-size: 18px;
	}
	#sec02 .boxList .boxList_box .tit .num{
		margin-right: 5px;
	}
}


/*** sec03 ***/
#sec03 .boxList{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
#sec03 .boxList .boxList_box{
	flex: 1;
	padding: 20px;
}
#sec03 .boxList .boxList_box.box01{
	background-color: #f3f3f3;
	border: 5px solid #dcdcdc;
}
#sec03 .boxList .boxList_box.box02{
	background-color: #fef1f3;
	border: 5px solid #f9d7dc;
}
#sec03 .boxList .box_center{
	padding: 25px;
}
#sec03 .boxList .boxList_box .tit{
	background-color: #d01107;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
}
#sec03 .boxList .boxList_box ul li{
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#sec03 .boxList .boxList_box ul li:not(:last-child){
	margin-bottom: 20px;
}
#sec03 .boxList .box_center p{
	font-size: 18px;
	text-align: center;
}
#sec03 .boxList .box_center .plus{
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	margin: 10px auto 0px;
}
#sec03 .boxList .box_center .plus:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 7px;
	background-color: #d01107;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
#sec03 .boxList .box_center .plus:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 100%;
	background-color: #d01107;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate3d(-50%,0,0);
}

@media screen and (max-width: 767px) {
	#sec03 .boxList{
		display: block;
	}
	#sec03 .boxList .boxList_box .tit{
		font-size: 18px;
		padding: 10px;
	}
	#sec03 .boxList .boxList_box ul li {
		background-color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}
	#sec03 .boxList .boxList_box ul li:not(:last-child) {
    margin-bottom: 15px;
	}
	#sec03 .boxList .box_center {
    padding: 15px;
	}
	#sec03 .boxList .box_center p {
    font-size: 16px;
    text-align: center;
	}
	#sec03 .boxList .box_center .plus {
    width: 40px;
    height: 40px;
    margin: 5px auto 0px;
	}
}



/*** sec04 sec05 ***/
.cacth{
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
.recommend_label{
	margin: 30px 0px 40px;
}
.recommend_label .label_txt{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color: #fef1f3;
	padding: 15px 35px;
	position: relative;
}
.recommend_label .label_txt:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 20px 0 20px;
	border-color: #fef1f3 transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate3d(-50%,0,0);
}
.recommend_list{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
  column-gap: 0;
}
.recommend_list li{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
	display: inline-block;
	padding-left: 35px;
	position: relative;
}
.recommend_list li:before{
	content: "";
	display: inline-block;
	background: url("../images/product/mdm/recommend_icon.webp") left top no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.recommend_bottom{
	font-size: 26px;
	font-weight: bold;
	color: #d11208;
	margin-top: 10px;
}
.recommend_bottom_icon{
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.cacth{
		font-size: 15px;
		margin-top: 30px;
	}
	.recommend_label{
		margin: 30px 0px 30px;
	}
	.recommend_label .label_txt{
		font-size: 14px;
		padding: 12px 25px;
	}
	.recommend_label .label_txt:before{
			border-width: 19px 15px 0 15px;
	}
	.recommend_list{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		column-gap: 0;
	}
	.recommend_list li{
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 30px;
	}
	.recommend_list li:before{
		width: 20px;
		height: 20px;
		left: 0px;
		top: 2px;
	}
	.recommend_bottom{
		font-size: 14px;
    margin-top: 10px;
	}
	.recommend_bottom_icon{
		margin-right: 5px;
    padding-bottom: 5px;
    width: 40px;
	}
}


/*** pickup ***/
.secProduct .boxPickup .inLeft {
	width: 380px;
}
.secProduct .boxPickup .inRight{
	max-width: 100%;
	width: 700px;
}
.secProduct .boxPickup .tit{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.secProduct .boxPickup .txtBox{
	background-color: #fad7dc;
	border-radius: 10px;
	padding: 20px 25px;
}
.secProduct .boxPickup .txtBox ul{
	list-style-type: disc;
	margin-left: 1em;
}
.secProduct .boxPickup .txtBox ul li{
	font-size: 16px;
}
.secProduct .boxPickup .btn_wrap{
	margin-top: 25px;
}
.secProduct .boxPickup a.btn_download{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 350px;
	height: 70px;
	background-color: #cf1d00;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.secProduct .boxPickup .tit {
    font-size: 16px;
    text-align: left;
	}
	.secProduct .boxPickup .txtBox ul li {
    font-size: 14px;
	}
	.secProduct .boxPickup .btn_wrap{
		margin-top: 15px;
	}
	.secProduct .boxPickup a.btn_download{
		height: 50px;
		border-radius: 10px;
		font-size: 16px;
		padding: 0px;
		background-image: none;
	}
}


/*** sec06 ***/
#sec06 .description{
	margin-top: 0px;
}
.secProduct .boxWrap .boxLeft img, .secProduct .boxWrap .boxRight img{
	border: none;
}


