/* CSS Document */

html {
	font-family:  "メイリオ", Meiryo ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
a{
	text-decoration: none;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
.leftcolumn{
	float: left;
	width: 480px;
}
.rightcolumn{
	float: right;
	width: 480px;
}
.font85{
	font-size: 85%;
}
.txtC{
	text-align: center;
}
.clear{
	clear: both;
}
h2{
	font-size: 32px;
	text-align: center;
}
h2 span{
	font-size: 16px;
	display: block;
	font-family: 'Century Gothic';
	font-weight: normal;
}
h2 span:after{
	display: block;
	content: url(images/h2.gif);
}
.goog-te-gadget{
	float: right;
	margin-top: 5px;
}
header{
	background: url(images/header.jpg) no-repeat center top;
	margin-bottom: 20px;
	border-top: 5px solid #004ea1;
}

h1{
	margin: 0 123px;
	padding: 20px 0 13px 0;
	text-align: center;
}

/*menu*/
#menu-box{
	background: hsla(0,0%,0%,0.80);
	overflow: hidden;
}
.fixed{
position: fixed;
top: 0px;
z-index: 9999;
width: 100%;}
#menu{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 13%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
#menu li span{
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: 'Century Gothic';
}
#menu li a{
  display: block;
  padding: 20px 0;
  /*background: #333;*/
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover,
#menu li a.on{
  background: #000 url(images/menu.gif) repeat-x bottom left;
}
#toggle{ 
 display: none;
}
#menu li.m-tel{
  display: block;
  float: right;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 14px 20px 15px 20px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  background: #fff143;
}
#menu li.m-tel .tel{
  font-size: 18px;
  font-weight: bold;
	font-family: 'Century Gothic';
}
#menu li.m-tel .tel span{
  font-size: 23px;
  display: inline;
  font-weight: bold;
}



/*product*/

#product{
	background: #e5e5e5;
	padding: 90px 0 60px 0;
	overflow: hidden;
	clear: both;
}
#product .read{
	text-align: center;
	padding-bottom: 30px;
}
#product h2 span{
	color: #004ea2;
}
.p-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-list li{
	width: 230px;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
	position: relative;
}
.p-list li:nth-child(3),
.p-list li:nth-child(7){
	margin-right: 0px;
}
.p-list li.big{
	width: 485px;
}
.p-list img{
	display: block;
}
.p-list div{
	background: #1a1a1a;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.p-list div span{
	background: #fff143;
	padding: 3px 10px;
	color: #000;
	font-size: 13px;
	margin-left: 10px;
}
.p-list span.dairi{
	background: #fff143;
	padding: 3px 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#product .read02{
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}
#product .read02:before{
	content: url(images/h2.gif);
	display: block;
	margin-bottom: 20px;
}
.p-cata{
	text-align: center;
	margin: 0;
	padding: 0;
}
.p-cata li{
	display: inline-block;
	margin: 0 10px;
}
.p-cata li a{
	display: block;
	padding: 10px 70px;
	background: #004ea2 url(images/down.png) 90% center no-repeat;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.p-cata li a:hover{
	display: block;
	padding: 10px 70px;
	background: #000 url(images/down.png) 90% center no-repeat;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

/*catalog*/

#catalog{
	background: #1a1a1a;
	clear: both;
	overflow: hidden;
}
#catalog::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #e5e5e5;
    display: block;
    margin: 0 auto;
}
#catalog h2{
	padding-top: 60px;
	padding-bottom: 20px;
	color: #fff;
}
.c_bg{
	background-image: url(images/dot_bg.png),url(images/c_bg.jpg);
	background-position:center center, center bottom;
	background-size: auto, cover;
	background-repeat:repeat ,no-repeat;
	clear: both;
	padding: 20px 0;
}
#catalog .inner{
	padding: 60px 0 80px 0;
}
#catalog .c-box{
	padding: 30px 70px;
	background: #f1f1f1;
	box-shadow: 3px 3px #d7d7d8;
	position: relative;
	box-sizing: border-box;
}
.ribbon {    
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 10px;
    margin: 0;
    padding: 30px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 17px;
    color: white;
    background: #fdb500;
}

.ribbon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #fdb500;
    border-right: 20px solid #fdb500;
    border-bottom: 10px solid transparent;
}
#catalog .c-box .left-box{
	float: left;
	width: 47%;
}
#catalog .c-box .right-box{
	float: right;
	width: 47%;
	text-align: center;
}
#catalog .c-box .more{
	text-align: center;
}
#catalog .c-box .more a{
	display: inline-block;
	background: #fdb500;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
}
#catalog .c-box .more a:hover{
	background: #FFA600;
	transition: 0.2s ;
}
#catalog .c-box .more a span.dl{
	background: #000;
	padding: 10px 10px;
	margin-left: 65px;
	float: right;
	-webkit-border-top-right-radius:  5px;
	-webkit-border-bottom-right-radius:  5px;
	-moz-border-radius-topright:  5px;
	-moz-border-radius-bottomright:  5px;
}
#catalog .c-box .more a span img{
	transition: all 0.3s ease-out 0s;
}
#catalog .c-box .more a:hover span img{
	transform: translateY(3px);
}
#catalog .c-box .more a span.txt{
	padding: 10px;
	display: inline-block;
}


/*company*/

#company{
	background: #f1f1f1;
}

#company .leftcolumn,
#company .rightcolumn{
	margin-bottom: 30px;
}
#company h2{
	padding: 120px 0 20px 0;
	margin-top: 0;
}
#company h2 span{
	color: #004ea2;
}
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	border-top: 4px solid #004ea2;
	border-bottom: 1px solid #004ea2;
}

thead th {
	border-bottom: 2px solid #ccc;
	padding-bottom: 0.5em;
}

th {
	padding: 1em;
	text-align: left;
	color: #004ea2;
	font-weight: normal;
	white-space: nowrap;
}

tr {
	background: #fff url(images/table.png) bottom center repeat-x;
}
tr:nth-child(even) {
	background: #edf7f9 url(images/table.png) bottom center repeat-x;
}

td {
	padding: 1em;
}
table ul{
	margin: 5px 10px;
	padding-left: 10px;
}

.bg{
	height: 360px;
	background: url(images/bg.jpg) center center / cover no-repeat;
	clear: both;
}

/*contact*/

#contact{
	background: #1a1a1a;
	overflow: hidden;
	color: #fff;
	padding: 30px 0;
}
#contact h2{
	padding: 60px 0 20px 0;
}
#contact h3.t:before{
	content: url(images/c-tel.png);
	margin-left: -25px;
	margin-right: 5px;
	vertical-align: top;
}
#contact h3.m:before{
	content: url(images/c-mail.png);
	margin-left: -35px;
	margin-right: 10px;
	vertical-align: sub;
}

.tel-content{
	background: #004ea1;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}
.tel-content p{
	margin: 0;
}
.tel-content .number{
	font-size: 24px;
}
.waku{
	border: 1px dashed #fff143;
	padding: 10px 20px;
	margin: 30px 0;
	font-size: 14px;
}
.waku h4{
	font-size: 17px;
	margin: 10px 0;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
  padding-top: 3px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: rgba(255,255,255,0.80);
}
.checkbox-input:checked + .checkbox-parts{
  color: #fff;
}
/*.checkbox-input:checked + .checkbox-parts::after*/
.mfp_checked input + .checkbox-parts:after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #004ea1;
  border-right: 3px solid #004ea1;
}


/*footer*/

#footer{
	clear: both;
	position:relative;
}
#page-top {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  cursor: pointer;
  z-index: 1000;
}
#page-top:hover {
  opacity:0.7;
}

.footer-menu{
	background: #004ea1;
}
.footer-menu ul{
	width: 1000px;
	margin: 0 auto;
}
.footer-menu li{
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	font-size: 15px;
}
.footer-menu li a{
	color: #fff;
	padding: 15px 0;
	display: block;
}
#map_canvas{
	width: 100%;
	height: 260px;
}
.footer-info{
	color: #004ea2;
	padding: 20px 0;
}
.footer-info img{
	float: right;
	margin: 30px 0;
}

.footer-info h2{
	font-size: 17px;
	margin-bottom: 5px;
	text-align: left;
}
.footer-info p{
	font-size: 14px;
	margin-top: 0;
}
.footer-info p span{
	font-size: 18px;
	font-weight: bold;
}
.footer-info .map a{
	font-size: 13px;
	font-weight: normal;
	padding: 0px 15px;
	background: #004ea1;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px;
}
.footer-info .map a:hover{
	background: #000;
}
#footer p.copy{
	background-color:#000000;
	color:#fff;
	padding:15px;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
.thanks-page header{
	margin-bottom: 0px;
}
.thanks-page .content{
	background: #e5e5e5;
}
.tel-no{
	font-size: 120%;
}
.waku02{
	border: 1px solid #004ea1;
	padding: 20px;
	margin-top: 20px;
}
.waku02 .tel-link{
	font-size: 120%;
}
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}

@media only screen and (max-width: 1024px) {
  #menu li.m-tel .tel span a{
	display: inline;
	margin-left: 0;
	padding: 0;
	color: #000;
}
#menu li.m-tel .tel span a:hover{
	background: none;
}
#menu li a:hover,
#menu li a.on{
  background: none;
}
.tel-content .number a{
	color: #fff;
}
#contact h3.t::before,
#contact h3.m::before{
	margin-left: 0;
}
}
@media only screen and (max-width: 768px) {
	
    #menu li{
    width: 14%;
    border-bottom: 1px solid #444;
  }
  #menu li.m-tel{
	  padding: 14px 15px 15px 15px;
}
  #menu li.m-tel .tel span a{
	display: inline;
	margin-left: 0;
	padding: 0;
	color: #000;
}
#menu li.m-tel .tel span a:hover{
	background: none;
}
#menu li a:hover,
#menu li a.on{
  background: none;
}
  .inner,
  #catalog .inner{
	  width: auto;
	  padding-left: 20px; 
	  padding-right: 20px; 
}
.leftcolumn,
.rightcolumn{
	float: none;
	width: auto;
}
#contact h3.t::before,
#contact h3.m::before{
	margin-left: 0;
}
.tel-content .number a{
	color: #fff;
}
.footer-menu ul{
	width: auto;
}
 .p-list li{
	 margin-right: 10px;
}

.p-list li:nth-child(2),.p-list li:nth-child(5), .p-list li:nth-child(7){
	margin-right: 0px;
}
.p-list li:nth-child(1){
	margin-right: 10px;
}
.p-list li:nth-child(3),
.p-list li:nth-child(4),
.p-list li:nth-child(6){
	margin-right: 18px;
}
}
@media only screen and (max-width: 480px) {
	
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	table{
	}
	table tr{
        display: block;
    }
    table th{
	white-space: normal;}
    table th,
    table td{
        display: list-item;
        border: none;
		list-style: none;
		width: auto !important;
		padding: 0.5em !important;
	}
	header{
		margin-bottom: 0px;
		background: url(images/header-sp.jpg) no-repeat 180% -10px;
		background-size: 70%;
	}
		h1{
	margin: 0px;
}

  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  #menu li{
	  float: none;
	 }
#menu li a{
	text-align: left;
	padding: 15px;
}
  #menu li span{
	  display: inline-block;
	  margin-left: 10px;
 }
  #menu li.m-tel{
	  float: none;
}
#menu li.m-tel .tel span a{
	display: inline;
	margin-left: 0;
	padding: 0;
	color: #000;
}
#menu li.m-tel .tel span a:hover{
	background: none;
}
#menu li a:hover,
#menu li a.on{
  background: none;
}

  .inner,
  #catalog .inner{
	  width: auto;
	  padding-left: 20px; 
	  padding-right: 20px; 
}
 .p-list li{
	 width: 46%;
	 margin-right: 20px;
}
 .p-list li.big,
 .footer-menu ul{
	 width: auto;
	}
.p-list li:nth-child(1),
.p-list li:nth-child(3),
.p-list li:nth-child(5),
.p-list li:nth-child(7){
	margin-right: 0px;
}
.p-list li:nth-child(2),
.p-list li:nth-child(4){
	margin-right: 20px;
}

.p-cata li{
	width: 80%;
	margin-bottom: 10px;
}
.ribbon{
	padding: 20px 0;
}
#catalog .c-box{
	padding: 40px 30px 30px;
}
#catalog .c-box .left-box,
#catalog .c-box .right-box,
.leftcolumn,.rightcolumn{
	width: auto;
	float: none;
}
#catalog .c-box .right-box,
#catalog .c-box .more{
	text-align: inherit;
}
#catalog .c-box .more{
	margin-bottom: 0;
}
#catalog .c-box .more a{
	width: 95%;
}
.bg{
	background-position: 60% center;
	height: 280px;
}
.tel-content .number a{
	color: #fff;
}
#contact h3.t::before,
#contact h3.m::before{
	margin-left: 0;
}
form#mailformpro dl dd input.w50 {
    width: 40% !important;
}
form#mailformpro label{
	white-space: normal;
	margin-bottom: 10px;
}
.footer-menu ul{
	padding: 30px;
}
.footer-menu ul li{
	display: block;
	margin: -1px 0 0;
}
.footer-menu ul li a{
	border: 1px solid #fff;
	padding: 10px;
	background: url(images/list-icon.png) no-repeat 95% center;
}
.footer-info img{
	float: none;
	margin: 20px 0 0 0;
}
.footer-info .map{
	display: block;
}
.mfp_thanks{
	text-align: left;
}
}

