@charset "utf-8";

/**
 *
 *  製品紹介 comfix
 *　com
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Com .intro .txt-lead{
	margin-bottom: 25px;	
}
#Com .intro .btn {
	width: 270px;	
}
#Com .intro .btn a{
	background:#3D3D3D;
	height: 48px;
	line-height:48px;
}
#Com .intro .btn a span:after{
	display:inline-block;
	content:"";
	width: 10px;
	height: 10px;
	margin-left: 7px;
	background:url(../images/common/ico_blank_w01.png) no-repeat;	
}

#Com .page-nav{
	margin-bottom: 80px;
}
#Com .page-nav ul{
	display:flex;	
}
#Com .page-nav ul li+li{
	margin-left: 6px;	
}

/* section共通
-----------------------------------------------------------------*/
.sec .main-area{
	display:flex;
}
.txt-area h3{
	margin-bottom: 35px;
}
.txt-area > .txt{
	margin-bottom: 35px;
	font-size:115%;
	line-height:1.7;
}
.detail-list{
	display:flex;
	flex-wrap:wrap;	
}
.detail-list li{
	width: 270px;
	padding: 15px;
	margin-bottom: 20px;
	border:1px solid #E6E6E6;	
}
.detail-list li.wide{
	width: 560px;
	padding: 0;	
}
.detail-list .wide-box{
	display:flex;
}
.detail-list .wide-box div{
	padding: 15px;	
}
.detail-list .wide-box div+div{
	padding: 0;	
}
.detail-list li:nth-child(2),
.detail-list li:nth-child(5),
.detail-list li:nth-child(7){
	margin-left: 20px;
}
.sec .detail-list h4{
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;	
	font-size:115%;
	line-height:1.4;
}
.sec .detail-list h4 img{
	position: absolute;
	left:0;
	top:3px;
}
.detail-list li .txt{
	font-size:86%;
	line-height:1.4;	
}

/* Sec01
-----------------------------------------------------------------*/
.sec01{
	margin-bottom: 55px;
}
.sec01 .main-area{
	margin-bottom: 28px;
}
.sec01 .pic-main{
	margin-left: 50px;	
}
.sec01 .txt-area{
	padding-top: 17px;	
}
.sec01 .detail-list{
	justify-content:center;	
	width: 1040px;
	margin: 0 auto;	
}
.sec01 .detail-list li{
	width: 220px;
	margin:0 20px 25px;
	padding: 0;
	border:0;
}
.sec01 .detail-list .pic{
	margin-bottom: 15px;	
}
.sec01 .detail-list li .txt{
	font-size:100%;	
}

/* Sec02
-----------------------------------------------------------------*/
.sec02{
	margin-bottom:70px;
}
.sec02 .main-area{
	flex-direction:row-reverse;
}
.sec02 .txt-area{
	padding-top: 15px;
	width: 570px;	
}
.sec02 .pic-main{
	margin-right: 50px;	
}
.sec02 .pic-sub{
	margin-bottom: 38px;	
}


/* Sec03
-----------------------------------------------------------------*/
.sec03{
	margin-bottom:95px;
}
.sec03 .txt-area{
	width: 560px;
	padding-top: 5px;	
}
.sec03 .pic-main{
	margin-left: 38px;	
}
.sec03 .pic-sub{
	margin-bottom: 30px;	
}

/* Sec04
-----------------------------------------------------------------*/
.sec04{
	margin-bottom:100px;
}
.sec04 .main-area{
	flex-direction:row-reverse;
}
.sec04 .pic-main{
	padding-left: 80px;
	margin-right: 80px;	
}
.sec04 .pic-sub.pc{
	display:flex;
	margin-bottom: 38px;	
}
.sec04 .pic-sub p+p{
	margin-left: 24px;	
}
.sec04 .detail-list li:nth-child(3){
	margin-left: 20px;
}


/* Sec05
-----------------------------------------------------------------*/
.sec05{
	margin-bottom:90px;
}
.sec05 .txt-area{
	width: 560px;	
}
.sec05 .pic-main{
	margin-left: 220px;	
}
.sec05 .pic-sub{
	margin-bottom: 35px;	
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Com .intro .txt-lead{
	margin-bottom: 20px;	
}
#Com .intro .btn {
	width: 240px;	
}
#Com .intro .btn a{
	background:#3D3D3D;
	height: 48px;
	line-height:48px;
}
#Com .intro .btn a span:after{
	display:inline-block;
	content:"";
	width: 10px;
	height: 10px;
	margin-left: 7px;
	background:url(../images/common/ico_blank_w01.png) no-repeat;	
}

#Com .page-nav{
	margin-bottom: 40px;
}
#Com .page-nav ul{
	flex-wrap:wrap;	
}
#Com .page-nav ul li{
	width: 50%;
	padding-right: 4px;	
	margin-bottom: 10px;
}
#Com .page-nav ul li:nth-child(even){
	padding: 0 0 0 4px;	
}
#Com .page-nav ul li+li{
	margin-left: 0;	
}



/* section共通
-----------------------------------------------------------------*/
.sec .main-area{
	display:block;
}
.txt-area h3{
	margin-bottom: 20px;
}
.txt-area > .txt{
	margin-bottom: 20px;
	font-size:100%;
}
.detail-list{
	display:flex;
	flex-wrap:wrap;
	padding: 0;	
}
.detail-list li{
	width: 50%;
	padding: 0 10px;
	margin-bottom: 15px;
	border:none;	
}
.detail-list li.wide{
	width: 100%;
	padding: 0 10px;	
}
.detail-list .wide-box div{
	width: 50%;
	padding:0;
}
.detail-list .wide-box div+div{
	width: 50%;
	padding:0 0 0 10px;
}
.detail-list li:nth-child(2),
.detail-list li:nth-child(5),
.detail-list li:nth-child(7){
	margin-left: 0;
}
.sec .detail-list h4{
	margin-bottom: 0;
	padding-left: 18px;	
	font-size:100%;
}
#Page .sec .detail-list h4 img{
	position: absolute;
	left:0;
	top:2px;
	width: 15px;
	height: auto;
}
.detail-list li .txt{
	display:none;	
}

/* Sec01
-----------------------------------------------------------------*/
.sec01{
	margin-bottom: 35px;
}
.sec01 .main-area{
	margin-bottom: 25px;
}
.sec01 .pic-main{
	margin-left: 0;	
}
.sec01 .pic-sub{
	margin-bottom: 25px;	
}
.sec01 .txt-area{
	padding-top: 0;
}
.sec01 .detail-list{
	justify-content:flex-start;	
	width: 100%;
	padding: 0 5px;
}
.sec01 .detail-list li{
	width: 50%;
	margin:0 0 15px;
	padding: 0 10px;
}
.sec01 .detail-list .pic{
	margin-bottom: 10px;	
}

/* Sec02
-----------------------------------------------------------------*/
.sec02{
	margin-bottom:35px;
}
.sec02 .txt-area{
	width: 100%;
	padding-top: 0;	
}
.sec02 .pic-main{
	margin: 0 0 20px;	
}
.sec02 .pic-sub{
	margin-bottom: 25px;	
}


/* Sec03
-----------------------------------------------------------------*/
.sec03{
	margin-bottom:35px;
}
.sec03 .txt-area{
	width: 100%;
	padding-top: 0;	
}
.sec03 .pic-main{
	margin: 0 0 20px;	
}
.sec03 .pic-sub{
	margin-bottom: 25px;	
}

/* Sec04
-----------------------------------------------------------------*/
.sec04{
	margin-bottom:35px;
}
.sec04 .sp-layout{
	display:flex;	
}
.sec04 .pic-main{
	width: 40%;
	padding: 0;
	margin-right: 0;	
}
.sec04 .pic-sub.pc{
	display:none;	
}
.sec04 .pic-sub.sp{
	display:flex;
	margin-bottom: 38px;	
}
.sec04 .pic-sub p{
	width: 50%;
	padding: 0 5px 0 0;	
}
.sec04 .pic-sub p+p{
	margin-left: 0;	
	padding: 0 0 0 5px;
}
.sec04 .detail-list li:nth-child(3){
	margin-left: 0;
}
.sec04 .detail-list{
	display:block;	
	width: 60%;
}
.sec04 .detail-list li{
	width: 100%;	
}

/* Sec05
-----------------------------------------------------------------*/
.sec05{
	margin-bottom:0;
}
.sec05 .sp-layout{
	display:flex;
}
.sec05 .txt-area{
	width: 100%;	
}
.sec05 .pic-main{
	width: 50%;
	padding: 0 ;
	margin-left: 0;	
}
.sec05 .detail-list{
	display:block;	
	width: 50%;
}
.sec05 .detail-list li{
	width: 100%;	
}
.sec05 .detail-list li.wide{
	width: 100%;
	padding: 0 0 0 10px;	
}
.sec05 .detail-list .wide-box{
	display:block;	
}
.sec05 .detail-list .wide-box div{
	width: 100%;
}
.sec05 .detail-list .wide-box div+div{
	padding: 5px 0 0 0;	
}
.sec05 .pic-sub{
	margin-bottom: 25px;	
}


}