@charset "UTF-8";
/* CSS Document */
#pan{
	width:100%;
	margin:0 auto;
	padding:0;
}
#pan .breadcrumbs {
	width:96%;
	max-width:1080px;	
	margin: 0 auto;
	padding:4px 0;
}
#pan .breadcrumbs span{
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.4rem;
}
#pan .breadcrumbs a{
	color:#369;
	text-decoration:underline;
}
#pan .breadcrumbs a:hover{text-decoration:none;}

.sec.main{
	position:relative;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	border-top:1px solid #efefef;
	border-bottom:2px solid #efefef;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+76,fbfbfb+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 76%, rgba(251,251,251,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 76%, rgba(251,251,251,1) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 76%, rgba(251,251,251,1) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
}

.sec.wap{
	background:url(../img/bk.png) top center no-repeat;
	padding:80px 0;
}

.sec.wap .contents{
	width:96%;
	max-width:1080px;
	margin:0 auto;
	padding:40px 30px;
	background:rgba(255,255,255,0.9);
	box-shadow:1px 1px 2px #efefef,-1px -1px 2px #efefef;
	box-sizing:border-box;
}

.sec h1{
	width:96%;
	margin:80px auto;
	padding:0;
	font-size:32px;
	line-height:1em;
	
}
.sec span.eg{
	display:table;
	text-align:center;
	line-height:1em;
	margin:0 auto 60px;
	padding:0 0;
	color:#39c;
	overflow:hidden;
}

.sec.wap .contents h3{
	font-size:24px;
	display:table;
	margin:0 auto 40px;
	padding:0 0 10px;
	color:#39c;
	font-weight:600;
	border-bottom:3px solid #39c;
}
.sec.wap .contents h4{
	font-size:20px;
	margin:40px auto 16px;
	padding:0 0 4px;
	color:#39c;
	font-weight:600;
	border-bottom:1px solid #ccc;
}
.sec.wap .contents p{
	font-size:16px;
	line-height:1.8em;
	margin:0 auto 20px;
	padding:0;
}

.sec.wap .contents .tel_fax{
	width:100%;
	margin:0 auto 40px;
	padding:0;
	text-align:center;
}
.sec.wap .contents .tel_fax .tel{
	display:table;
	font-size:48px;
	font-weight:600;
	color:#f66;
	background:url(../img/form_tel.png) left center no-repeat;
	padding:6px 0 6px 45px;
	margin:0 auto 15px;
}
.sec.wap .contents .tel_fax .fax{
	display:table;
	font-size:32px;
	font-weight:600;
	color:#666;
	background:url(../img/form_fax.png) left center no-repeat;
	padding-left:40px;
	margin:0 auto 20px;	
}

.sec.wap .contents .attention{
	font-size:16px;
	color:#fff;
	background:#f66;
	padding:4px 8px;
}

/*会社概要*/
dl.com_dl{
	width:100%;
	margin:0 auto;
	padding:0;
}
dl.com_dl dt{
	font-size:18px;
	font-weight:600;
	line-height:1.2em;
	width:100%;
	box-sizing:border-box;
	border-left:5px solid #39c;
	padding:0 0 0 15px;
	margin:0 auto 20px;
}

dl.com_dl dd{
	width:100%;
	margin:0 auto 30px;
	padding:0 0 30px 20px;	
	border-bottom:1px dotted #ccc;
	box-sizing:border-box;
}
dl.com_dl dd a{color:#39c;}
dl.com_dl dd a:hover{text-decoration:none;}

dl.com_dl dt a{
	color:#333;
	text-decoration:none;
}
dl.com_dl dt a:hover{text-decoration:underline;}

dl.com_dl dd ul{
	width:100%;
	margin:0 auto;
	padding:0;
}
dl.com_dl dd ul li{
	position:relative;
	padding:0 0 0 20px;
	margin:0 auto;
}
dl.com_dl dd ul li:before{
	position:absolute;
	content:"・";
	left:0;
	top:0;
}
.iframe_box{
	position:relative;
	width:100%;
	padding:56.25% 0 0;
	margin:0 auto;
}
.iframe_box iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*お問い合わせ*/
dl.form_box{
	width:100%;
	margin:0 auto;
	padding:0;
}
dl.form_box dt{
	font-size:18px;
	font-weight:600;
	line-height:1.2em;
	width:100%;
	box-sizing:border-box;
	border-left:5px solid #39c;
	padding:0 0 0 15px;
	margin:0 auto 20px;
}
dl.form_box dt .must{
	display:inline-block;
	font-size:14px;
	line-height:1em;
	padding:5px 8px;
	vertical-align: text-top;
	color:#fff;
	border-radius:4px;
	background:#c00;
}

dl.form_box dd{
	margin:0 auto 40px;
	padding:0;
}
textarea, input[type="text"], input[type="email"], input[type="tel"]{
    font-size: 16px;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 8px 4px;
    min-height: 30px;
    max-width: 100%;
    vertical-align: middle;
    border: 1px solid #ccc;
    color: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
input[type="submit"] {
    display: block;
    border: none;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 16px 0;
    width: 32%;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #333;
    border-radius: 8px;
    position: relative;
    transition: 0.2s;
}
input[type="submit"]:hover{
	color:#fff;
	background:#333;
}

ul.pp_li{
	width:100%;
	margin:15px auto -5px;
	padding:0;
}
ul.pp_li li{
	position:relative;
	margin:0 auto 5px;
	padding:0 0 0 18px;
}
ul.pp_li li:before{
	position:absolute;
	display:inline-block;
	content:"・";
	left:0;
	top:0;
}

dl.post_li{
	width:100%;
	margin:0 auto 20px;
	padding:0 0 20px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
dl.post_li dt{
	font-size:18px;
	width:100%;
	margin:0 auto 10px;
	padding:6px 8px;
	color:#333;
	overflow:hidden;
	background:#efefef;
	box-sizing:border-box;
}
dl.post_li dt a{
	color:#333;
	text-decoration:none;
}
dl.post_li dt span{
	float:right;
	font-size:14px;
}
dl.post_li dd{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
dl.post_li dd a{
	color:#333;
	text-decoration:none;
}
dl.post_li dt a:hover,
dl.post_li dd a:hover{text-decoration:underline;}

.r_day{
	display:table;
	width:100%;
	margin:20px auto 0;
	text-align:right;
	overflow:hidden;
	padding-top:10px;
	border-top:1px dotted #ccc;
}

/*製品紹介*/
ul.product_list{
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
ul.product_list li{
	list-style:none;
	float:left;
	width:48%;
	margin:0 4% 20px 0;
}
ul.product_list li:nth-child(2n){margin-right:0;}
ul.product_list li:nth-child(3),ul.product_list li:nth-child(4){margin-bottom:0;}

ul.product_list li img{
	display:block;
	width:100%;
	margin:0 auto 5px;
	padding:0;
}
ul.product_list li a{
	display:block;
	font-size:16px;
	color:#333;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	width:100%;
	transition:0.2s;
}
ul.product_list li a:hover{
	opacity:0.6;
	filter:"alpha(opacity=0.6)";
}

ul.check_list{
	width:96%;
	margin:0 auto 40px;
	padding:20px 2% 0;
	overflow:hidden;
	border:3px solid #f66;
	border-radius:12px;
}

ul.check_list li{
	list-style:none;
	float:left;
	color:#f66;
	font-weight:600;
	width:25%;
	padding-left:40px;
	background:url(../img/check_icon.png) left center/25px no-repeat;
	box-sizing:border-box;
	margin:0 auto 20px;
}
ul.check_list.three{
	width:auto;
	min-width:80%;
	display:table;
}
ul.check_list.three li{width:33.3%;}

img.right_img{
	display:block;
	float:right;
	margin:0 0 10px 10px;
}
.over{overflow:hidden;}

dl.melit_dl{
	display:table;
	width:100%;
	margin:0 auto 20px;
	padding:0 0 20px;
	overflow:hidden;
	}

dl.melit_dl dt{
	display:table-cell;
	width:22%;
	vertical-align: middle;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-align:center;
	border-radius:8px;
	background:#f60;
	padding:0;
	margin:0 auto;
}
dl.melit_dl dd{
	margin:0 auto 0 3%;
	padding:0;
}
.sec.wap .contents dl.melit_dl dd h4{
	color:#f60;
	font-size:18px;
	margin:0 auto 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #ccc;
}

ul.pattern_list{
	width:100%;
	margin:20px auto;
	padding:0;
	overflow:hidden;
}
ul.pattern_list li{
	list-style:none;
	float:left;
	width:32%;
	padding:4% 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:600;
	margin:0 2% 0 0;
	border-radius:8px;
}
ul.pattern_list li:first-child{background:#c66;}
ul.pattern_list li:nth-child(2){background:#9c6;}
ul.pattern_list li:last-child{
	background:#69c;
	margin-right:0;
}
ul.pattern_list li span{
	padding-bottom:4px;
	border-bottom:3px solid #fff;
}

.big{font-size:24px;}
.center{
	display:table;
	text-align:center;
	margin:0 auto;
}
.bold{font-weight:600;}
.orange{color:#F60;}

.alignnone{
	display:block;
	width:60%;
	height:100%;
	margin:0 0 10px;
	padding:0;
}

dl.post_li dd a.more_link{
	display:inline-block;
	float:right;
	color:#fff;
	text-decoration:none;
	background:#39c;
	font-size:12px;
	line-height:1.2em;
	padding:6px 12px;
	transition:0.2s;
}
dl.post_li dd a.more_link:hover{
	opacity:0.6;
	filter:"alpha(opacity=0.6)";
}

a.case_btn{
	display:table;
	width:50%;
	margin:20px auto 0;
	padding:12px 0;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	background:#333;
	border-radius:8px;
	transition:0.2s;
	border:3px solid #333;
}
a.case_btn:hover{
	color:#333;
	background:#fff;
}

ul.t_list{
	width:100%;
	margin:0 auto 40px;
	padding:0;
}
ul.t_list li{
	position:relative;
	margin:0 auto 10px;
	padding:0 0 0 20px;
}
ul.t_list li:before{
	position:absolute;
	content:"・";
	left:0;
	top:0;
}

ul.img_list{
	width:100%;
	margin:0 auto 10px;
	padding:0;
	overflow:hidden;
}
ul.img_list li{
	list-style:none;
	float:left;
	padding:0;
}
ul.img_list.two li{
	width:48%;
	margin:0 4% 0 0;
	font-size:16px;
	text-align:center;
}
ul.img_list li:last-child{margin-right:0;}
ul.img_list li img{
	display:block;
	width:100%;
}
img.r_img{
	display:block;
	float:right;
	max-width:40%;
	margin:0 0 0 5%;
}
img.c_img{
	display:block;
	max-width:100%;
	margin:0 auto 20px;
}
.mb_40{margin-bottom:40px !important;}
.over{overflow:hidden;}
.red{color:#f66;}

@media screen and (max-width:1024px) {
.sec.wap{padding:40px 0;}
}

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

.sec.wap .contents{padding:20px 15px;}

.sec.wap .contents h3{
	font-size:18px;
	padding-bottom:0;
	margin:0 auto 20px;
}
.sec.wap .contents h4{font-size:16px;}

.sec.wap .contents .tel_fax{
	width:100%;
	margin:0 auto 40px;
	padding:0;
	text-align:center;
}
.sec.wap .contents .tel_fax .tel{
	display:inline-block;
	font-size:28px;
	background:url(../img/form_tel.png) top center no-repeat;
	text-decoration:none;
	padding:45px 0 6px;
}
.sec.wap .contents .tel_fax .fax{
	font-size:22px;
	background:url(../img/form_fax.png) top center no-repeat;
	padding:25px 0 6px;
	text-decoration:none;
}

.sec.wap .contents .attention{
	display:block;
	font-size:14px;
	line-height:1.4em;
}
	
/*会社概要*/
dl.com_dl dt{
	font-size:16px;
	margin-bottom:15px;
	}	
dl.com_dl dd{
	margin:0 auto 20px;
	padding:0 0 20px 20px;	
}
/*お問い合わせ*/
dl.form_box dt{
	font-size:16px;
	margin:0 auto 15px;
}

dl.form_box dd{
	margin:0 auto 20px;
	padding:0;
}

input[type="submit"] {
    font-size: 16px;
    width: 100%;
}
/*製品紹介*/
ul.product_list li{
	float:none;
	width:100%;
	margin:0 auto 20px;
}
ul.product_list li a{
	font-size:14px;
	font-weight:200;
	}	
ul.product_list li:nth-child(3){margin-bottom:20px;}
ul.product_list li:last-child{margin-bottom:0;}
	
ul.check_list li{
	font-size:12px;
	line-height:1.2em;
	min-height:25px;
	padding:5px 0 0 30px;
	width:50%;
}	
ul.check_list.three{min-width:auto;}
ul.check_list.three li{width:100%;}
	
img.right_img{
	float:none;
	max-width:100%;
	margin:0 auto 10px;
}	

dl.melit_dl{display:block;}

dl.melit_dl dt{
	display:block;
	width:100%;
	font-size:16px;
	margin:0 auto 10px;
}
dl.melit_dl dd{
	margin:0 auto;
	font-size:14px;
	}
.sec.wap .contents dl.melit_dl dd h4{
	font-size:16px;
	text-align:center;
	}
	
ul.pattern_list{margin-bottom:0;}
ul.pattern_list li{
	float:none;
	width:100%;
	font-size:18px;
	margin:0 auto 20px;
	padding:4% 0 6%;
}	
.big{font-size:20px;}
	
.alignnone{
	width:100%;
	margin:0 auto 10px;
}
a.case_btn{width:100%;}	
	
ul.img_list li{
	float:none;
	margin:0 auto 10px;
	padding:0;
}
ul.img_list.two li{
	width:100%;
	margin:0 auto 10px;
}
ul.img_list li:last-child{margin-bottom:0;}
img.r_img{
	float:none;
	max-width:100%;
	margin:0 auto 10px;
}	
	
}
