@charset "utf-8";


/*---top---*/

#topmain{
clear: both;
margin: 0 auto;
overflow: hidden;
}

#topmain .topproductswrap{
clear: both;
width: 100%;
background: -moz-linear-gradient(top, #00438C, #01628B);
background: -webkit-linear-gradient(top, #00438C, #01628B);
background: linear-gradient(to bottom, #00438C, #01628B);
padding: 3% 0 3% 0;
}

#topmain .topproductswrap .topproductsbox{
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
}

#topmain .topproductswrap .topproductsbox .title {
display: block;
color: #fff;
width: 40%;
padding-bottom: 1%;
margin: 0 auto 5% auto;
text-align: center;
font-size: 2em;
border-bottom: 3px solid;
letter-spacing: 0.08em;
}

#topmain .topproductswrap .topproductsbox ul{
width: 100%;
max-width: 1200px;
overflow: hidden;
}

#topmain .topproductswrap .topproductsbox ul li{
width: 31%;
max-width: 1200px;
display: inline-block;
margin-right: 2%;
vertical-align: top;
margin-bottom: 4%;
}

#topmain .topproductswrap .topproductsbox ul li a{
text-decoration: none;
}

#topmain .topproductswrap .topproductsbox ul li img{
display: block;
margin-bottom: 2.5%;
}

#topmain .topproductswrap .topproductsbox ul li .catettl{
color: #fff;
font-weight: bold;
font-size: 1.3em;
margin-bottom: 1%;
}

#topmain .topproductswrap .topproductsbox ul li .disc{
color: #fff;
}


#topmain ul.news {
clear: both;
max-width: 1200px;
width: 100%;
margin: 0 auto 4% auto;
padding: 4% 2% 1% 2%;
}

#topmain ul.news .title{
display: block;
width: 40%;
padding-bottom: 1%;
margin: 0 auto 1% auto;
text-align: center;
font-size: 2em;
border-bottom: 3px solid;
}

#topmain ul.news li.newsbody {
width: 100%;
height: 230px;
overflow: scroll;
overflow-x: hidden;
}

#topmain ul.news li.newsbody .date p {
font-size: 15px;
padding: 10px 0 3px 0;
letter-spacing: 1px;
}

#topmain ul.news li.newsbody .cnt {
border-bottom: 2px dotted #cccccc;
width: 98%;
}

#topmain ul.news li.newsbody .cnt p {
font-size: 15px;
padding: 0 0 10px 0;
line-height: 170%;
}

#topmain ul.news li.newsbody .cnt p a {
font-size: 15px;
}

#topmain .topvisualwrap{
clear: both;
width: 100%;
background: url(../images/top/topvisual-bk.png) repeat;
padding: 5% 0;
}

#topmain .topvisualwrap .topvisualbox{
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
}

#topmain .topvisualwrap .topvisualbox h3.title{
display: block;
text-align: center;
margin: 0 auto 2.5% auto;
}

#topmain .topvisualwrap .topvisualbox ul{
clear: both;
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
}

#topmain .topvisualwrap .topvisualbox li.leftbox{
float: left;
width: 60%;
}

#topmain .topvisualwrap .topvisualbox li.leftbox p.bluettl{
display: block;
font-size: 1.6em;
font-weight: bold;
color: #24385F;
margin-bottom: 1.5%;
}

#topmain .topvisualwrap .topvisualbox li.leftbox p.disc{
display: block;
font-size: 1.1em;
line-height: 1.8em;
}

#topmain .topvisualwrap .topvisualbox li.rightbox{
display: block;
float: right;
width: 30%;
}

#topmain .topcontbnrwrap{
clear: both;
width: 100%;
overflow: hidden;
padding: 5% 0;
margin: 0 auto;
text-align: center;
}

#topmain .topcontbnrwrap .topcontbnrbox{
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
}

#topmain .topcontbnrwrap .topcontbnrbox li{
display: block;
margin-bottom: 4%;
}

#topmain .topcontbnrwrap .topcontbnrbox li:last-child{
display: block;
margin-bottom: 2%;
}


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

#topmain .topproductswrap .topproductsbox .title {
display: block;
color: #fff;
width: 40%;
margin: 0 auto 3% auto;
text-align: center;
font-size: 1.7em;
border-bottom: 3px solid;
letter-spacing: 0.08em;
}

#topmain .topproductswrap .topproductsbox ul{
width: 98%;
margin: 0 auto;
max-width: auto;
overflow: hidden;
}

#topmain .topproductswrap .topproductsbox ul li{
width: 46%;
max-width: auto;
display: inline-block;
margin: auto 1.3%;
vertical-align: top;
margin-bottom: 4%;
}

#topmain .topproductswrap .topproductsbox ul li img{
width: 100%;
display: block;
margin-bottom: 2.5%;
}

#topmain .topproductswrap .topproductsbox ul li .catettl{
color: #fff;
font-weight: bold;
font-size: 1.3em;
margin-bottom: 1%;
}

#topmain .topproductswrap .topproductsbox ul li .disc{
color: #fff;
}

#topmain ul.news {
width: 80%;
padding: 5%;
}

#topmain ul.news .title {
display: block;
width: 40%;
margin: 1.5% auto 1% auto;
text-align: center;
font-size: 1.7em;
border-bottom: 3px solid;
}

#topmain .topvisualwrap{
clear: both;
width: 100%;
background: url(../images/top/topvisual-bk.png) repeat;
padding: 5% 0;
}

#topmain .topvisualwrap .topvisualbox{
width: 90%;
max-width: auto;
overflow: hidden;
margin: 0 auto;
}

#topmain .topvisualwrap .topvisualbox h3.title{
width: 58%;
display: block;
text-align: center;
margin: 0 auto 2% auto;
}

#topmain .topvisualwrap .topvisualbox ul{
clear: both;
width: 100%;
max-width: auto;
overflow: hidden;
margin: 0 auto;
}

#topmain .topcontbnrwrap{
clear: both;
width: 90%;
overflow: hidden;
padding: 5% 0;
margin: 0 auto;
}

#topmain .topcontbnrwrap .topcontbnrbox{
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
}

#topmain .topcontbnrwrap .topcontbnrbox li img{
	width: 100%;
}


}



@media only screen and (max-width: 720px) {
	
#topmain .topproductswrap .topproductsbox .title {
font-size: 1.1em;
padding-bottom:1%;
margin-bottom:4%;
}
	
#topmain .topproductswrap .topproductsbox ul li .catettl{
color: #fff;
font-weight: bold;
font-size: 0.85em;
margin-bottom: 1%;
}

#topmain .topproductswrap .topproductsbox ul li .disc{
font-size: 0.7em;
color: #fff;
}

#topmain ul.news {
width: 90%;
margin-bottom: 5%;
}

#topmain ul.news .title {
font-size: 1.1em;
padding-bottom:1%;
margin-bottom:4%;
}

#topmain ul.news li.newsbody .date p {
padding: 10px 0 3px 0;
letter-spacing: 1px;
font-size: 12px;
}

#topmain ul.news li.newsbody .cnt {
border-bottom: 2px dotted #cccccc;
width: 97%;
}

#topmain ul.news li.newsbody .cnt p {
padding: 0 0 10px 0;
line-height: 170%;
font-size: 12px;
}

#topmain ul.news li.newsbody .cnt p a {
font-size: 12px;
}

#topmain .toppickup .toppickup_inner li {
margin-bottom: 3%;
}


#topmain .topvisualwrap .topvisualbox li.leftbox{
float: none;
width: 100%;
display: block;
margin: 0 auto;
}

#topmain .topvisualwrap .topvisualbox li.leftbox p.bluettl{
display: block;
font-size: 1em;
font-weight: bold;
color: #24385F;
margin-bottom: 1.5%;
}

#topmain .topvisualwrap .topvisualbox li.leftbox p.disc{
display: block;
font-size: 0.8em;
line-height: 1.8em;
}

#topmain .topvisualwrap .topvisualbox li.rightbox{
display: block;
float: none;
width: 100%;
}

#topmain .topvisualwrap .topvisualbox li.rightbox img{
display: block;
width: 70%;
margin: 3% auto 0 auto;
}

}


/*--各タイトル--*/

h3.ttl01{
width: 100%;
height: auto;
display: block;
background: url(../images/yellowttl.png) left center no-repeat;
border-bottom: 3px solid #999;
margin-bottom: 30px;
color: #444;
font-size: 2.2em;
padding: 0 1% 1% 45px;
letter-spacing: 0.08em;
line-height:1.3em;
}

h4.ttl02{
width: 90%;
display: block;
background: #EEEEEE;
border-left: 8px solid #071E4B;
padding: 10px 10% 10px 3%;
margin-bottom: 30px;
font-size: 1.9em;
}


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

h3.ttl01 {
display: block;
height: inherit !important;
color: #444;
background: none;
background-size: 30px;
font-size: 1.15em;
font-weight: bold;
text-align: center;
overflow: hidden;
margin: 0 auto 15px auto;
padding: 0 1% 1% 1%;
letter-spacing: 0.07em;
border-bottom: 3px solid #999;
}

h4.ttl02{
display: block;
background: #EEEEEE;
border-left: 6px solid #071E4B;
padding: 10px 10% 10px 3%;
margin-bottom: 15px;
font-size: 1em;
}

}





/*--company--*/

#companymainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/company/companymain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#companymainimg p {
display: block;
color: #fff;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #222;
font-weight: bold;
}

#companymain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}

#companymain .greeting {
clear: both;
overflow: hidden;
margin: 0 auto 6% auto;
width: 100%;
}

#companymain .grewrap{
margin: 0 auto;
overflow: hidden;
}

#companymain .greeting .leftbox {
width: 60%;
display: block;
float: left;
}

#companymain .greeting .leftbox p {
clear: both;
width: 100%;
display: block;
margin: 0 auto;
line-height: 2em;
letter-spacing: 0.04em;
}

#companymain .greeting .leftbox p.daihyoname {
display: block;
text-align: right;
font-size: 16px;
font-weight: bold;
padding-top: 2%;
}

#companymain .greeting .leftbox p.daihyoname span {
font-size: 20px;
font-weight: bold;
}

#companymain .greeting .rightbox {
display: block;
width: 32%;
float: right;
}

#companymain .gaiyo,
#companymain .history,
#companymain .maincustomer{
overflow: hidden;
clear: both;
width: 100%;
margin: 2% auto 6% auto;
overflow: hidden;
}

#companymain .gaiyo table,
#companymain .history table{
clear: both;
width: 100%;
max-width:1200px;
display: block;
margin: 0 auto 6% auto;
overflow: hidden;
}

#companymain .gaiyo table .sptel a,
#companymain .history table .sptel a{
font-size: 13px;
color: #F90;
}

#companymain .gaiyo table .title,
#companymain .history table .title{
border-bottom: 1px dotted #5E3B24;
width: 300px;
}

#companymain .gaiyo table .title p,
#companymain .history table .title p{
padding: 12px 0 10px 12px;
font-weight: bold;
}

#companymain .gaiyo table .cnt,
#companymain .history table .cnt{
border-bottom: 1px dotted #5E3B24;
width: 70%;
}

#companymain .gaiyo table .cnt p,
#companymain .history table .cnt p{
padding: 12px 10px 10px 15px;
line-height: 160%;
}

#companymain .maincustomer .mcbox{
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 8%;
}

#companymain .maincustomer .mcbox p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
}



@media screen and (max-width: 1200px){
	
#companymain{
width: 90%;
margin: 0 auto;
}

}

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

#companymainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/company/spcompanymain.jpg) no-repeat;
background-position: center;
}

#companymainimg p {
display: block;
vertical-align: middle;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #222;
}

#companymain .greeting {
clear: both;
overflow: hidden;
width: 100%;
margin: 2% auto 8% auto;
}

#companymain .grewrap{
margin: 0 auto 0 auto;
overflow: hidden;
}

#companymain .greeting .leftbox {
width: 100%;
display: block;
float: none;
}

#companymain .greeting .leftbox p {
clear: both;
width: 100%;
display: block;
margin: 0 auto;
line-height: 1.8em;
font-size: 0.9em;
}

#companymain .greeting .leftbox p.daihyoname {
display: block;
text-align: right;
font-size: 0.9em;
font-weight: bold;
}

#companymain .greeting .leftbox p.daihyoname span {
font-size: 1em;
font-weight: bold;
}

#companymain .greeting .rightbox {
display: block;
width: 80%;
margin: 0 auto 3% auto;
text-align: center;
float: none;
}

#companymain .gaiyo,
#companymain .history,
#companymain .maincustomer {
clear: both;
width: 100%;
margin: 0 auto 8% auto;
}

#companymain .gaiyo table,
#companymain .history table{
width: 100%;
display: block;
margin: 0 auto 0 auto;
}

#companymain .gaiyo table tbody,
#companymain .history table tbody{
width: 100%;
display: block;
}

#companymain .gaiyo table tr,
#companymain .history table tr{
width: 100%;
}

#companymain .gaiyo table .title,
#companymain .history table .title{
border-bottom: 1px dotted #5E3B24;
width: 25%;
}

#companymain .gaiyo table .title p,
#companymain .history table .title p{
padding: 8px 0 6px 12px;
font-weight: bold;
font-size: 13px;
}

#companymain .gaiyo table .cnt,
#companymain .history table .cnt{
border-bottom: 1px dotted #5E3B24;
width: 65%;
}

#companymain .gaiyo table .cnt p,
#companymain .history table .cnt p{
padding: 8px 10px 6px 15px;
line-height: 160%;
font-size: 13px;
}

#companymain .maincustomer .mcbox p{
font-size: 13px;
}


}





/*--network--*/

#networkmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/network/networkmain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#networkmainimg p {
display: block;
color: #2B4B91;
font-size: 34px;
text-align: center;
letter-spacing: 0.05em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #fff;
font-weight: bold;
}

#networkmain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}

#networkmain .japanbox,
#networkmain .overseasbox {
overflow: hidden;
clear: both;
width: 100%;
margin: 2% auto 6% auto;
overflow: hidden;
}

#networkmain .japanbox ul,
#networkmain .overseasbox ul {
display: block;
overflow: hidden;
width: 100%;
}

#networkmain .japanbox ul li,
#networkmain .overseasbox ul li {
display: inline-block;
overflow: hidden;
width: 47%;
margin: 0 1.3% 7% 1.3% ;
vertical-align: top;
}

#networkmain .japanbox ul li p,
#networkmain .overseasbox ul li p {
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
margin-bottom: 4%;
}



@media screen and (max-width: 1200px){
	
#networkmain{
width: 90%;
margin: 0 auto;
}

}

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

#networkmainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/network/spnetworkmain.jpg) no-repeat;
background-position: center;
}

#networkmainimg p {
display: block;
vertical-align: middle;
color: #2B4B91;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.05em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #fff;
}


#networkmain .japanbox ul li,
#networkmain .overseasbox ul li {
display: block;
overflow: hidden;
width: 100%;
margin: 0 auto 8% auto;
vertical-align: top;
}

#networkmain .japanbox ul li p,
#networkmain .overseasbox ul li p {
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
margin-bottom: 4%;
font-size: 12px;
}

#networkmain .japanbox ul li a,
#networkmain .overseasbox ul li a {
font-size: 12px;
}

#networkmain .japanbox ul li img{
width: 100%;
}

}




/*--business--*/

#businessmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/business/businessmain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#businessmainimg p {
display: block;
color: #fff;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #222;
font-weight: bold;
}

#businessmain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}

#businessmain .busibox{
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 8%;
}

#businessmain .busibox img{
margin-top: 3%;
}

#businessmain .busibox h5{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.4em;
font-weight: bold;
font-size: 2em;
margin-bottom: 1.2%;
}

#businessmain .busibox p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
}




@media screen and (max-width: 1200px){
	
#businessmain{
width: 90%;
margin: 0 auto;
}

}

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

#businessmainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/business/spbusinessmain.jpg) no-repeat;
background-position: center;
}

#businessmainimg p {
display: block;
vertical-align: middle;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #222;
}

#businessmain .busibox {
clear: both;
width: 100%;
margin: 0 auto 8% auto;
}

#businessmain .busibox h5{
line-height: 1.4em;
font-size: 1em;
margin-bottom: 1.2%;
}

#businessmain .busibox p{
font-size: 13px;
}

}






/*--products--*/

#productsmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/products/productsmain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#productsmainimg p {
display: block;
color: #2b4b91;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #fff;
font-weight: bold;
}

#productsmain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}

#productsmain .prowrap {
clear: both;
overflow: hidden;
margin: 0 auto 8% auto;
width: 100%;
}

#productsmain .prowrap ul{
display: block;
overflow: hidden;
width: 100%;
padding:0;
margin:0;
position: relative;
}

#productsmain .prowrap ul li{
display: inline-block;
overflow: hidden;
width: 31%;
margin: 0 1% 3% 1%;
vertical-align: top;
}

#productsmain .prowrap ul li a{
text-decoration:none;
}

#productsmain .prowrap ul li p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
margin-top: 1.2%;
font-size: 1.6em;
}

/* 各商品一覧ページ - procate */
#productsmain .procate {
clear: both;
overflow: hidden;
margin: 0 auto 4% auto;
width: 100%;
}

#productsmain .procate ul{
display: block;
overflow: hidden;
width: 100%;
padding:0;
margin:0;
position: relative;
}

#productsmain .procate ul li{
display: inline-block;
overflow: hidden;
width: 44.5%;
margin: 0 2.5% 7% 2.5%;
vertical-align: top;
}

#productsmain .procate ul li img{
width: 100%;
}

#productsmain .procate ul li h4{
display: block;
color: #2B4B91;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.4em;
margin-top: 2.2%;
font-size: 1.5em;
}

#productsmain .procate ul li p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
margin-top: 1%;
font-size: 1.1em;
}


@media screen and (max-width: 1200px){
	
#productsmain{
width: 90%;
margin: 0 auto;
}

}

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

#productsmainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/products/spproductsmain.jpg) no-repeat;
background-position: center;
}

#productsmainimg p {
display: block;
vertical-align: middle;
color: #2b4b91;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #fff;
}

#productsmain .prowrap ul li{
display: inline-block;
overflow: hidden;
width: 47%;
margin: 0 1% 5% 1%;
vertical-align: top;
}

#productsmain .prowrap ul li p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
margin-top: 1.2%;
font-size: 1em;
}

#productsmain .procate ul li{
display: inline-block;
overflow: hidden;
width: 47%;
margin: 0 1% 5% 1%;
vertical-align: top;
}

#productsmain .procate ul li h4{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.4em;
margin-top: 3.5%;
font-size: 0.9em;
font-weight: bold;
}

#productsmain .procate ul li p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
margin-top: 1%;
font-size: 12px;
}

}






/*--advantage--*/

#advantagemainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/advantage/advantagemain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#advantagemainimg p {
display: block;
color: #fff;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #222;
font-weight: bold;
}

#advantagemain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}

#advantagemain .advbox{
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 8%;
}

#advantagemain .advbox img{
margin-top: 3%;
}

#advantagemain .advbox h5{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.4em;
font-weight: bold;
font-size: 2em;
margin-bottom: 1.2%;
}

#advantagemain .advbox p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
}



@media screen and (max-width: 1200px){
	
#advantagemain{
width: 90%;
margin: 0 auto;
}

}

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

#advantagemainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/advantage/spadvantagemain.jpg) no-repeat;
background-position: center;
}

#advantagemainimg p {
display: block;
vertical-align: middle;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #222;
}

#advantagemain .advbox {
clear: both;
width: 100%;
margin: 0 auto 8% auto;
}

#advantagemain .advbox h5{
line-height: 1.4em;
font-size: 1em;
margin-bottom: 1.2%;
}

#advantagemain .advbox p{
font-size: 13px;
}

}





/*--environment--*/

#environmentmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/environment/environmentmain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#environmentmainimg p {
display: block;
color: #fff;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #222;
font-weight: bold;
}

#environmentmain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}

#environmentmain .envbox01 {
clear: both;
overflow: hidden;
margin: 0 auto;
width: 100%;
}

#environmentmain .envbox01 h5 {
color: #208B01;
font-size: 2.4em;
line-height: 1.4em;
margin-bottom: 2%;
}

#environmentmain .envbox02,
#environmentmain .envbox03,
#environmentmain .envbox04 {
clear: both;
overflow: hidden;
margin: 0 auto 6% auto;
width: 100%;
}

#environmentmain .envbox01 .envwrap,
#environmentmain .envbox04 .envwrap{
clear: both;
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 8%;
}

#environmentmain .envbox01 .envwrap p,
#environmentmain .envbox04 .envwrap p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.8em;
}

#environmentmain .envbox01 .leftbox,
#environmentmain .envbox04 .leftbox {
clear: both;
width: 60%;
display: block;
float: left;
}

#environmentmain .envbox01 .leftbox p,
#environmentmain .envbox04 .leftbox p {
clear: both;
width: 100%;
display: block;
margin: 0 auto;
line-height: 2em;
letter-spacing: 0.04em;
}

#environmentmain .envbox01 .rightbox,
#environmentmain .envbox04 .rightbox {
display: block;
width: 32%;
float: right;
}

#environmentmain .envbox02 p,
#environmentmain .envbox03 p {
line-height: 2em;
letter-spacing: 0.04em;
}




@media screen and (max-width: 1200px){
	
#environmentmain{
width: 90%;
margin: 0 auto;
}

}

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

#environmentmainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/environment/spenvironmentmain.jpg) no-repeat;
background-position: center;
}

#environmentmainimg p {
display: block;
vertical-align: middle;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #222;
}

#environmentmain .envbox01 {
clear: both;
overflow: hidden;
margin: 0 auto;
width: 100%;
}

#environmentmain .envbox01 h5 {
color: #208B01;
font-size: 1.3em;
font-weight: bold;
line-height: 1.4em;
margin-bottom: 2%;
}

#environmentmain .envbox02,
#environmentmain .envbox03,
#environmentmain .envbox04 {
clear: both;
overflow: hidden;
margin: 0 auto 6% auto;
width: 100%;
}

#environmentmain .envbox01 .envwrap,
#environmentmain .envbox04 .envwrap{
clear: both;
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 8%;
}

#environmentmain .envbox01 .envwrap p,
#environmentmain .envbox04 .envwrap p{
display: block;
width: 100%;
letter-spacing: 0.08em;
line-height: 1.4em;
font-size: 13px;
}

#environmentmain .envbox01 .leftbox {
clear: both;
width: 100%;
display: block;
float: none;
}

#environmentmain .envbox04 .leftbox {
clear: both;
width: 100%;
display: block;
float: none;
margin-bottom: 3%;
}

#environmentmain .envbox01 .leftbox p,
#environmentmain .envbox04 .leftbox p {
clear: both;
width: 100%;
display: block;
margin: 0 auto;
font-size: 13px;
line-height: 1.4em;
letter-spacing: 0.04em;
}

#environmentmain .envbox01 .rightbox{
display: none;
}

#environmentmain .envbox04 .rightbox{
width:100%;
float: none;
}

#environmentmain .envbox04 .rightbox img{
width:100%;
}

#environmentmain .envbox02 p,
#environmentmain .envbox03 p {
font-size: 13px;
line-height: 1.4em;
letter-spacing: 0.04em;
}

}





/*--recruit--*/

#recruitmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/recruit/recruitmain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#recruitmainimg p {
display: block;
color: #fff;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #222;
font-weight: bold;
}

#recruitmain {
clear: both;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
}


#recruitmain .gaiyo{
overflow: hidden;
clear: both;
width: 100%;
margin: 2% auto 6% auto;
overflow: hidden;
}

#recruitmain .gaiyo .recruitmaincopy{
overflow: hidden;
clear: both;
width: 90%;
margin: 0 auto 6% auto;
overflow: hidden;
line-height: 2em;
}

#recruitmain .gaiyo table{
clear: both;
width: 100%;
max-width:1200px;
display: block;
margin: 0 auto 6% auto;
overflow: hidden;
}

#recruitmain .gaiyo table .sptel a{
font-size: 13px;
color: #F90;
}

#recruitmain .gaiyo table .title{
border-bottom: 1px dotted #5E3B24;
width: 300px;
}

#recruitmain .gaiyo table .title p{
padding: 12px 0 10px 12px;
font-weight: bold;
}

#recruitmain .gaiyo table .cnt{
border-bottom: 1px dotted #5E3B24;
width: 70%;
}

#recruitmain .gaiyo table .cnt p{
padding: 12px 10px 10px 15px;
line-height: 160%;
}



@media screen and (max-width: 1200px){
	
#recruitmain{
width: 90%;
margin: 0 auto;
}

}

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

#recruitmainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/recruit/sprecruitmain.jpg) no-repeat;
background-position: center;
}

#recruitmainimg p {
display: block;
vertical-align: middle;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #222;
}

#recruitmain .gaiyo {
clear: both;
width: 100%;
margin: 0 auto 8% auto;
}

#recruitmain .gaiyo .recruitmaincopy{
overflow: hidden;
clear: both;
width: 100%;
margin: 0 auto 6% auto;
overflow: hidden;
font-size: 13px;
}

#recruitmain .gaiyo table{
width: 100%;
display: block;
margin: 0 auto 0 auto;
}

#recruitmain .gaiyo table tbody{
width: 100%;
display: block;
}

#recruitmain .gaiyo table tr{
width: 100%;
}

#recruitmain .gaiyo table .title{
border-bottom: 1px dotted #5E3B24;
width: 25%;
}

#recruitmain .gaiyo table .title p{
padding: 8px 0 6px 12px;
font-weight: bold;
font-size: 13px;
}

#recruitmain .gaiyo table .cnt{
border-bottom: 1px dotted #5E3B24;
width: 65%;
}

#recruitmain .gaiyo table .cnt p{
padding: 8px 10px 6px 15px;
line-height: 160%;
font-size: 13px;
}

}





/*---contact---*/

#contactmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 40px auto;
padding: 0;
height: 330px;
background: url(../images/contact/contactmain.jpg) no-repeat;
background-size: cover;
background-position: center;
}

#contactmainimg p {
display: block;
color: #fff;
font-size: 34px;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 150px 0 0 0;
text-shadow: 0px 3px 10px #222;
font-weight: bold;
}

#contactmain {
clear: both;
margin: 0 auto;
overflow: hidden;
position: relative;
}

#contactmain .comment {
width: 100%;
padding-bottom: 30px;
}

#contactmain .comment p {
font-size: 16px;
}

#contactmain ul.contactform {
margin: 0 auto 0;
padding-bottom: 35px;
width: 70%;
margin: 2% auto 6% auto;
}

#contactmain ul.contactform .descriptiontxt {
padding: 5px 30px 15px 5px;
}

#contactmain ul.contactform li.attention {
padding: 0 30px 35px 0;
}

#contactmain ul.contactform table	{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}

#contactmain ul.contactform table th	{
width: 22%;
}

#contactmain ul.contactform table th p.title 	{
text-align: left;
padding: 5px 12px 15px 12px;
}

#contactmain ul.contactform table td p.cnt	{
text-align: left;
padding: 12px;
line-height: 170%;
}

#contactmain ul.contactform .input1 {
width: 80%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin: 0 0 15px;
}

#contactmain ul.contactform .input1:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .input2 {
width: 60%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin:0 0 15px;
}

#contactmain ul.contactform .input2:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .input3 {
width: 12%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin:0 0 15px;
}

#contactmain ul.contactform .input3:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .textarea1 {
width: 80%;
height: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 6px;
border: 2px solid #d8d8d8;
margin:0 0 10px;
}

#contactmain ul.contactform .textarea1:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .select {
border-radius: 3px;
padding: 6px;
border: 2px solid #d8d8d8;
margin: 0 0 10px;
width:25%;
}

#contactmain ul.contactform .select2 {
border-radius: 3px;
padding: 6px;
border: 2px solid #d8d8d8;
margin: 0 0 10px;
width:60%;
}

#contactmain ul.contactform .select:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .select2:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .formtxt01 {
padding-left: 5px;
font-size: 15px;
}

#contactmain ul.contactform .formtxt02 {
padding-left: 8px;
font-size: 13px;
}

#contactmain ul.contactform .formtxt03 {
padding: 0 12px 0 4px;
}

#contactmain ul.contactform li ul.buttonarea {
padding-left: 28%;
padding-top: 30px;
}

#contactmain ul.contactform li ul.buttonarea li {
float: left;
padding: 5px 20px 15px 0;
}

#contactmain ul.contactform li ul.buttonarea li .submit {
border: none;
cursor: pointer;
width: 200px;
height: 48px;
padding: 8px;
background-color: #efefef;
border-radius: 3px;
border: 1px solid #c7c7c7;
}

#contactmain ul.contactform li ul.buttonarea li .submit:hover {
border: 3px solid #fa7f55;
background:#fafafa;
transition: all 0.8s ease 0s;
}

#contactmain .privacycnt {
margin: 0 auto;
}

#contactmain .privacycnt ul li {
border-bottom: 1px dotted #b4b4b1;
}

#contactmain .privacycnt ul li .pptext01 {
padding: 20px 0 20px 5px;
font-weight: bold;
color: #555555;
}

#contactmain .privacycnt ul li .pptext02 {
padding: 0 0 15px 5px;
line-height: 170%;
}    

#contactmain ul.thanks {
width: 100%;
height: 500px;
}

#contactmain ul.thanks p {
text-align: center;
font-size: 22px;
font-weight: bold;
line-height: 250%;
}

#contactmain ul.thanks p a {
text-align: center;
padding-top: 55px;
font-size: 18px;
font-weight: bold;
}

#contactmain ul.thanks p a:hover {
text-decoration: none;
}

#contactmain .privacy01,
#contactmain .privacy02 {
clear: both;
width: 70%;
margin: 2% auto 8% auto;
}

#contactmain .privacy01 p,
#contactmain .privacy02 p {
clear: both;
width: 100%;
display: block;
margin: 0 auto;
line-height: 1.8em;
}


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

#contactmain{
width: 90%;
clear: both;
margin: 0 auto;
overflow: hidden;
}

#contactmain ul.contactform .descriptiontxt {
font-size: 0.9em;
}

#contactmain ul.tel li p.number {
font-size: 38px;
text-decoration: none;
font-weight: 500;
}

#contactmain ul.tel li p.number a {
font-size: 38px;
text-decoration: none;
font-weight: 500;
}

#contactmain ul.tel li p.time  {
font-size: 12px;
}

#contactmain ul.contactform table	{
width: 99.9%;
border-collapse: collapse;
border-spacing: 0;
}

#contactmain ul.contactform table th p.title 	{
text-align: left;
padding: 7px;
font-weight: bold;
}

#contactmain ul.contactform table th,
#contactmain ul.contactform table td {
width: 99.9%;
display: block;
border-top: none;
}

#contactmain ul.contactform .input1 {
width: 80%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin:0 0 5px;
}

#contactmain ul.contactform .input1:focus {
border: solid 2px #32badc;
}

#contactmain ul.contactform .input2 {
width: 60%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin: 0 0 5px;
}

#contactmain ul.contactform .input3 {
width: 40%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin: 0 0 15px;
}

#contactmain ul.contactform .textarea1 {
width: 80%;
height: 200px;
border-radius: 3px;
padding: 6px;
border: 2px solid #d8d8d8;
margin:0 0 5px;
}

#contactmain ul.contactform li ul.buttonarea {
padding-left: 0px;
}

#contactmain ul.contactform li ul.buttonarea li {
width: 100%;
}

#contactmain ul.contactform li ul.buttonarea li .submit {
border: none;
cursor: pointer;
width: 100%;
height: 48px;
padding: 8px;
background-color: #efefef;
border-radius: 3px;
border: 1px solid #c7c7c7;
}

#contactmain ul.contactform li ul.buttonarea li .submit:hover {
border: 3px solid #fa7f55;
background:#fafafa;
transition: all 0.8s ease 0s;
}

#contactmain .privacy01 p,
#contactmain .privacy02 p {
font-size: 13px;
line-height: 2em;
}

}


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

#contactmainimg {
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/contact/spcontactmain.jpg) no-repeat;
background-position: center;
}

#contactmainimg p {
display: block;
vertical-align: middle;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 0.07em;
line-height: 0.8em;
margin: 10% 0 10% 0;
text-shadow: 0px 3px 18px #222;
}

#contactmain ul.contactform{
width: 100%;
}

#contactmain .privacy01,
#contactmain .privacy02{
clear: both;
width: 100%;
margin: 0 auto 9% auto;
}

#contactmain .privacy02 p a {
font-size: 13px;
line-height: 2em;
}


}




/*---thanks---*/

#thanksmain h3.mainttl {
display: block;
color: #3C1F06;
font-size: 2.3em;
font-weight: bold;
text-align: left;
overflow: hidden;
margin: 0 auto 25px auto;
padding: 0 1% 1% 0;
letter-spacing: 0.07em;
border-bottom: 4px solid #FF8000;
}

#thanksmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
height: 330px;
background: url(../images/contact/contactmainimg.png) no-repeat;
background-position: center;
}

#thanksmain {
clear: both;
margin: 0 auto;
overflow: hidden;
position: relative;
}

#thanksmain .thanksbox {
clear: both;
width: 70%;
overflow: hidden;
margin: 0 auto 6% auto;
}


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

#thanksmain h3.mainttl {
display: block;
color: #3C1F06;
font-size: 1.2em;
font-weight: bold;
text-align: left;
overflow: hidden;
margin: 0 auto 25px auto;
padding: 0 1% 1% 0;
letter-spacing: 0.07em;
border-bottom: 4px solid #FF8000;
}

#thanksmainimg {
width: 100%;
height: 180px;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/contact/spcontactmainimg.png) #CCC no-repeat;
background-position: center;
}

#thanksmain .thanksbox {
clear: both;
overflow: hidden;
width: 90%;
margin: 2% auto 8% auto;
}

#thanksmain .thanksbox .disc{
display: block;
margin: 1% 0 2% 0;
font-size: 1em;
line-height: 1.8em;
}

}




/*---news---*/

#newsmain h3.mainttl {
display: block;
color: #3C1F06;
font-size: 2.3em;
font-weight: bold;
text-align: left;
overflow: hidden;
margin: 0 auto 25px auto;
padding: 0 1% 1% 0;
letter-spacing: 0.07em;
border-bottom: 4px solid #FF8000;
}

#newsmainimg {
width: 100%;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
height: 330px;
background: url(../images/news/newsmainimg.png) no-repeat;
background-position: center;
}

#newsmain {
clear: both;
margin: 0 auto;
overflow: hidden;
position: relative;
}

#newsmain .newsbox {
clear: both;
width: 70%;
overflow: hidden;
margin: 0 auto 6% auto;
}

#newsmain .newsbox .pagenav {
text-align: center;
margin-top: 50px;
}



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

#newsmain h3.mainttl {
display: block;
color: #3C1F06;
font-size: 1.2em;
font-weight: bold;
text-align: left;
overflow: hidden;
margin: 0 auto 25px auto;
padding: 0 1% 1% 0;
letter-spacing: 0.07em;
border-bottom: 4px solid #FF8000;
}

#newsmainimg {
width: 100%;
height: 360px;
overflow: hidden;
margin: 0 auto 5% auto;
padding: 0;
background-size: cover;
background: url(../images/news/spnewsmainimg.png) #CCC no-repeat;
background-position: center;
}

#newsmain .newsbox {
clear: both;
overflow: hidden;
width: 90%;
margin: 2% auto 8% auto;
}

#newsmain .newsbox .disc{
display: block;
margin: 1% 0 2% 0;
font-size: 1em;
line-height: 1.8em;
}

#newsmain .newsbox .pagenav {
text-align: center;
margin-top: 10%;
}

}

