@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1100px) and (min-width: 641px) {
/*@media screen and (max-width: 768px){*/
body{
	font-size:14px;
	color:#333;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

a{
	text-decoration:none;
	color:#333;
}

.activ{
	color:#103B90 !important;
}

.font-18{
	font-size:18px;
}

.red{
	color:#C00;
}

hr {
	border: 0;
	border-bottom: solid 2px #777;
	margin:1rem auto 35px;
	width:8em;
}

hr.siro {
	border: 0;
	border-bottom: solid 2px #FFF;
	margin:1rem auto 2.5rem;
	width:8em;
}

hr.kuro{
	border: 0;
	border-bottom: solid 2px #777;
	margin:0;
	margin-bottom:45px;
	width:11em;
	text-align:left;
}

hr.kuro2{
	border: 0;
	border-bottom: solid 2px #777;
	margin:5px 0 20px 0;
	width:3em;
	text-align:left;
}

#header-zone{
	width:100%;
	overflow:hidden;
	background:url(images/header-bg.jpg) repeat-x #FFF;
	position:fixed !important;
	top:0;
	left:0;
}

#header{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto 25px;
	height:120px;
	box-sizing:border-box;
	padding-left:10px;
}

#logo-zome{
	/*width:30%;*/
	width:40%;
	overflow:hidden;
	float:left;
	margin-top:0 !important;

}


#logo-zome img{
	max-width:100%;
	height:auto;
	display:block;

}


#header-right{
	width:60%;
	float:right;
	/*width:70%;
	float:right;*/
}

.map-area{
	width:100%;
	float:right;
	height:35px;
	margin-bottom:0;
	padding-top:5px;
	position:absolute;
	top:0;
	right:0;
}

.map-button{
	width:125px;
	height:auto;
	float:right;
}


#nav{
	width:100%;
	/*clear:both;*/
	height:25px;
	margin-bottom:5px;
	float:left;
}

#nav ul{
	position:absolute;
	width:340px;
	top:0;
	right:0;
	padding-right:5px;
}

#nav li{
	float:left;
}

.pc{
	display:block;
}

.smt{
	display:none;
}

/**/

.sub-navi-area{
	width:100%;
	height: auto;
	background:#A1DEDF;
}

.sub-navi{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.sub-navi li a.first {
	width:20%;
	background: url(images/sub_nav_line.jpg) no-repeat left center;
	float:left;
}

.sub-navi li {
	width:20%;
	background: url(images/sub_nav_line.jpg) no-repeat left center;
	float:left;
}

.sub-navi li+ li {
	border-left: 0;
}
.sub-navi li a,
.sub-navi li a.first{
	display:block;
	text-align:center;
	width:100%;
	height:32px;
	padding-top:16px;
	text-decoration:none;
	color:#333;
}


#main-img{
	width:100%;
	height:100%;
	min-height:350px;
	/*height:400px;*/
	padding-top:145px;
	overflow:hidden;
	background:url(images/main-img.jpg) no-repeat;
	background-size:cover;
	position:relative;
}

/*.mainimg{
	width:100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
}*/

.main-box{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	padding-top:100px;

}

.main-box > h1{
	width:100%;
	display:block;
	font-size:34px;
	padding-top:60px;
	color:#FFF;
}

.main-box h1{
	text-align:center;
}

.red-back{
	width:100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0;
	background-color:#C30D23;
}

.red-back h2{
	font-size:14px;
	color:#FFF;
	text-align:center;
}

.main-box2{
	width:100%;
	height:auto;
	overflow:hidden;
}

.sub-main-box{
	width:100%;
	max-width:1100px;
	overflow:hidden;
	margin:0 auto;
}

.subimg{
	width:100%;
	height: auto;
	overflow:hidden;
}

.mar-top{
	margin-top:30px !important;
}

.main-box p{
	font-size:18px;
	text-align:left;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	width:96% !important;
	padding-top:2em;
	margin:0 auto 1.5em;
}

.sub-top-text h1{
	font-size:60px;
	font-weight:normal;

	padding:50px 0 0;
	margin:0;
	text-align:center !important;
	width:100% !important;
}

.sub-top-img{
	width:100%;
	height:250px;
	padding-top:145px;
	overflow:hidden;
	position:relative;
}

/*.ex-top-area{
	width:100%;
	height: auto;
	margin-top:145px;
	overflow:hidden;
	position:relative;
}

.ex-top-area img{
	width:100%;
	height:100%;
	display:block;
}
*/


.sub-text{
	border-top:#FFF 2px solid;
	text-align:center;
	margin:0 auto 3em;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}

.contents-zone{
	width:96%;
	overflow:hidden;
	padding:3em 0 3em;
	margin:0 auto;
}

.sub-main-img{
	width:100%;
	height: auto;
	padding-top:30px;/*タブレット用*/
	overflow:hidden !important;
	/*background:url(images/reason-top.jpg) no-repeat;
	background-size: cover;*/
}

.content,
.three-box,
.inner-box,
.inner-box2,
.job-box{
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.p-top{
	padding-top:3em;
}

.three-box{
	margin-bottom:2em;
}

.privacy-box h2,
.content h2,
.three-box h2{
	font-size:30px;
	font-weight:bold;
	text-align:center !important;
	display:block;
	margin-bottom:20px;
	/*margin-bottom:40px;*/
	overflow:hidden;
}


h2.w-color{
	color:#FFF;
}

.three-box h3{
	color:#333;
	font-size:18px;
	line-height:1.7em;
	text-align:left;
	margin-bottom:2em;
}

.container h3{
	color:#70BED8;
	font-size:30px;
	font-weight:bold;
	margin-bottom:130px;
	text-align:center;
}

.three-box h4{
	font-size:20px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-bottom:5px;
}


.three-box p{
	text-align:center;
	font-size:18px;
	height: auto;
	overflow:hidden;
}

.con-box{
	width:100%;
	margin:0;
	overflow:hidden;
}

.three-1{
	width:30%;
	overflow:hidden;
	margin-right:5%;
	float:left;
	margin-bottom:2em;
}


.three-2{
	width:30%;
	overflow:hidden;
	float:left;
}

.three-1 img,
.three-2 img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	display:block;
}


.more-button{
	width:100%;
	height: auto;
	margin:0 auto !important;
	text-align:center;
	display:block;

}

.btn{
	clear:both;
	width:96%;
	height:auto;
	/*-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;*/
	border:1px solid #000;
	background:#FFF;
	margin:0 auto;
	display:block;
}

.btn a{
	display:block !important;
	width:96%;
	height:auto;
	padding:13px 5px 5px;
	color:#333;
	font-size:14px;
	text-align:center;
}

.btn a:hover{
	opacity:0.8;
	 /*box-shadow:3px 3px 12px rgba(204,204,204,0.7);*/
}

.three-1 .more-button img,
.three-2 .more-button img{
	max-width:100%;
	height:auto;
	display:block;

}

.three-box p.item{
	/*text-align:center;*/
	height:6rem;
	border-bottom:#353535 solid 1px;
	font-size:14px;
}

.des{
	margin:20px 0;
	font-size:14px !important;
}

/* moreボタン　画像からテキストへ変換用CSS */

.more-button,.more-button2{
	width:265px;
	height:44px;
	margin:0 auto 2em;
}

.more-button a{
	width:265px;
	height:44px;
    text-decoration:none;
    display:block;
}


.more-button img{
	width:80%;
	height:auto;
}


/**/


.contentb{
	width:100%;
	height:auto;
	/*height:490px;*/
	padding:3em 0;
	background:url(images/main-2.jpg) no-repeat;
	background-size: cover;
	overflow:hidden;
}

.conbox{
	width:93%;
	text-align: left;
	line-height:1.8em;
	/*padding-left:10px;
	padding-right:10px;*/
	margin:0 auto 20px;
	color:#FFF;
}

.conbox-black{
	width:100%;
	text-align:center;
	line-height:1.8em;
	margin:0 auto 70px;
	color:#333;
}

.content .btn{
	width:265px;
}


.h3-text{
	text-align:center !important;
	display:block;
	font-size:18px;
/*	padding:0 20px 20px;*/
	color:#333;
	font-weight:bold;
	margin:0 auto;
}

.h3-bottom{
	margin:30px 0 20px !important;
	font-weight:bold;
	color:#FFF;
}

.content3{
	width:100%;
	height:auto;
	padding:3em 0;
	background:#103B90;
	overflow:hidden;
}

.content3 h2,
.content3 h3{
	color:#FFF;
	text-align:left;
}

.more2-button{
	width:100%;
	height:auto;
	margin:0 auto;
}

.button1{
	width:265px;
	height:44px;
	float:none;
	margin:0 auto 1em;

}

.button2{
	width:265px;
	height:44px;
	float:none;
	margin:0 auto 1em;
}

.container,
.news-area{
	width:100%;
	overflow:hidden;
	padding:3em 0;
}


.more3-button{
	width:158px;
	height:38px;
	margin:2em auto 0;
}

.more3-button a{
	width:156px;
	height:26px;
	font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
   	padding-top:10px;
    color:#333;
    border:1px solid #333;
}

.more3-button a:before{
	content: "> ";
	color:#333;
	font-size:14px;
}



.more1-1-button{
	width:265px;
	height:44px;
	float:none;
	margin:0 auto 3em;
}

.reason-con2 h2{
	font-size:26px;
	color:#FFF;
	margin-bottom:20px;
	font-weight:bold;
}

.p-wcolor{
	color:#FFF;
	font-size:16px;
	line-height:2rem;
}

.p-bcolor{
	color:#333;
	font-size:16px;
	line-height:2rem;
}

.reason-area3{
	width:100%;
	overflow:hidden;
	background:#DDE8FF;
}



.inner-box{
	margin-bottom:0;
	padding-left:10px !important;
}

.inner-box2{
	padding-left:10px !important;
}

.inner-box-l{
	width:32%;
	margin-right:10px;
	/*margin:0 auto 1em;*/
	float:left;
}

.inner-box-r{
	width:32%;
	margin:0 auto 2em;
	float:left;
}

.inner-box-l img,
.inner-box-r img{
	width:100%;
	height: auto;
}

/*.name{
	padding:15px 10px;
}*/

.inner-img{
	margin-bottom:15px;
}

.name{
	padding-left:10px;
	font-size:18px;
}

.dep,
.Join{
	padding-left:10px;
}



.f-bottom{
	margin-bottom:45px;
}

.f-bot70{
	margin-bottom:40px !important;
}

.sub-main-box2{
	width:96%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

.sub-main-box p,
.sub-main-box2 p{
	line-height:2.0em;
}

.sub-main-box2 img{
	float:none;
	margin:2em auto 0;
	width:100%;
}


.sub-main-box2 h2{
	color:#404040;
	font-size:24px;
	font-weight: normal;
	text-align:left;
	border:none;
	padding-top:25px;
	margin-bottom:20px;
	line-height:1.2em;
}

.sub-main-box2 h2.point{
	display:none;
}

.sub-title{
	width:100%;
	margin:0 auto 30px;
	padding-top:50px;
	overflow:hidden;
}


/*会社概要*/


.com-box{
	width:96%;
	overflow:hidden;
	margin:0 auto;
}

.sub-title-box h3{
	font-size:24px;
	color:#59D2D8;
	font-weight:bold;
	margin-bottom:30px;
}



.com-inbox1{
	width:100%;
	/*padding:10px;*/
	padding:20px 0 20px 10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.com-inbox1-first{
	width:100%;
	/*padding:10px;*/
	padding:20px 0 20px 10px;
	border-bottom:1px solid #CCC;
}

.com-inbox2{
	width:100%;
	/*padding:10px;*/
	padding:20px 0 20px 10px;
	border-bottom:1px solid #CCC;
}


.com-inbox2-2{
	width:100%;
	padding:20px 0 0 10px;
}

.com-inbox2-3{
	width:100%;
	padding:20px 0 20px 10px;
	border-bottom:1px solid #CCC;
}



.com-inbox3{
	width:100%;
	/*padding:10px;*/
	padding:20px 0 20px 10px;
	border-bottom:1px solid #CCC;
	margin-bottom:75px;
}


.com-inbox4{
	width:100%;
	/*padding:10px;*/
	padding:20px 0 20px 10px;
	border-bottom:1px solid #CCC;
	margin-bottom:75px;
}

.com-inbox1 p,
.com-inbox1-first p,
.com-inbox2 p,
.com-inbox2-2 p,
.com-inbox2-3 p,
.com-inbox3 p,
.com-inbox4 p,
.com-inbox5 p{
	display:inline-block;
	vertical-align:top;
	padding:0;
	overflow:hidden;
}

.p-first{
	width:15%;
	margin-right:0;
	font-weight:bold;
	display:inline-block;
}

.p-br{
	padding-left:164px;
	padding-top:1em;
}

.com-inbox2 p img{
	vertical-align: baseline;
}

/*使用機材一覧*/

.machine{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.machine-inner{
	width:50%;
	overflow:hidden;
	float:left;
	margin:0 auto 50px;
}

.machine-inner img{
	margin:0 10px;
	display:block;
}

.m-cap{
	width:100%;
	padding-top:5px;
	text-align:center;
}


/*制作実績*/

.inner-wrap{
	width:100%;
	padding:50px 5px;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
}

.inner-box{
	margin-bottom:0;
	padding-left:10px !important;
}

.inner-box-l{
	width:31%;
	margin-right:15px;
	/*margin:0 auto 1em;*/
	float:left;
}

.inner-box-r{
	width:31%;
	margin-right:0;
	float:left;
}

.inner-box-l img,
.inner-box-r img{
	width:100%;
	height: auto;
}


.inner-img{
	margin-bottom:15px;
}

/*タブレット仕様*/

.inner-wrap-mov{
	width:100%;
	padding:50px 5px;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
}

.inner-box-l-mov{
	width:50%;
	max-width:550px;
	height:auto;
	float: left;
	margin:0 0 50px 0 !important;
	padding:0 10px;
	box-sizing:border-box;
}

.inner-box-r-mov{
	width:50%;
	float:left;
	margin:0 0 50px 0 !important;
	padding:0 10px;
	box-sizing:border-box;
	overflow:hidden;
}

.inner-box-l img,
.inner-box-r img{
	width:100%;
	height: auto;
}


.inner-img{
	margin:0 auto 15px;
}


.name{
	padding-left:10px;
	font-size:14px;
}

.dep{
	padding-left:10px;
	font-size:14px;
	line-height:1.5em !important;
}

.tab{
	width:100%;
	margin:0 auto;
	padding-top:0;
	overflow:hidden;
}

.tab ul{
	width:100%;
	margin:0 auto !important;
	padding:10px 15px;
	box-sizing:border-box;
	overflow:hidden;
}

.tab > ul > li{
	width:31%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:6px;
	background:#FFF;
	border:#CCC 2px solid;
	float:left;
	margin-right:20px;
	box-sizing:border-box;
}

.tab > ul > li:nth-child(3){
	margin-right:0;
}

.tab > ul > li a{
	width:100%;
	display:block;
	padding:15px 0;
	text-align:center;
	float:left;
	box-sizing:border-box;
}


/*フッター*/

#footer-zone{
	width:100%;
	overflow:hidden;
	clear:both;
	background:#F2F2F2;
	padding:65px 0 25px;
	display:none;
}



.footer{
	width:1070px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	padding:15px;
}

.footer-box{
	width:190px;
	margin-right:37px;
	float:left;
}

.footer-box-r{
	width:157px;
	float:left;
}

.footer-box-r li{
	line-height:2.0em;
}

.footer-box dl{
	clear:both;
	margin-bottom:20px;
}

.footer-box dt{
	width:190px;
	padding-bottom:6px;
	border-bottom:1px solid #CCC;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.footer-box dd li{
	background:url(images/footer-mark.png) no-repeat 0 0.6em;
	padding-left:15px;
	line-height:2em;
	font-size:12px;
}

/**/

.footer2{
	display:block;
	width:100%;
	overflow:hidden;
	background:#F2F2F2;
	/*padding:10px 10px 0 10px;*/
}

.footer2 .footer-box-r2 li{
	width:25%;
	float:left !important;
	margin-bottom:0 !important;
	line-height:0 !important;
	/*border:1px solid #CCC;
	box-sizing:border-box;*/
}
.footer2 .footer-box-r2 li img,
.footer2 .footer-box-r2 li.softem img{
	width:100%;
	height:auto;
}

.footer2 .footer-box-r2 li.softem{
	width:50% !important;
	height:auto;
	float:left;
}




#copyright{
	width:100%;
	height:60px;
	background:#c30d23;
}

#copy{
	width:100%;
	text-align:center;
	font-size:12px;
	color:#FFF;
	margin:0 auto;
	padding-top:25px;
}


/*お問合せ*/
.form-zone{
	width:90%;
	margin:0 auto 55px;
}
