@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.br-sp{display:none;}
.pc{display:none !important;}
.sp{display:block !important;}


/****************************************

  header

*****************************************/
header{
  min-width: 100%;
  background-image: url("images/common/header-bg01.png");
  background-repeat: repeat-x;
  background-position: left top;
}
#header{
  width: 100%;
  margin: 0 auto;
  background-image: url("images/common/header-bg02.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#header-logo{
  text-align:center;
  padding: 0 20px 25px 20px;
}
#header-tel{
  text-align:center;
  padding: 5px 20px 25px 20px;
}


/****************************************

  nav

*****************************************/
nav{}
#gnavi{
  width:100%;
  margin:0 auto;
}
#gnavi ul{}
#gnavi ul li{}

#gnavi-menu{
  display:none;
}
#gnavi-menu li{
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-top: 1px solid #FFFFFF;
}
#gnavi-menu li a{
  display: block;
  padding: 7px 0 7px;
  background-color: #0066B3;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#gnavi-menu li a:hover{
  background:#00518F;
  color:#fff;
}
#gnavi-menu li:last-child a{
  border:none;
}
#gnavi-menu li img{
  display:none;
}
#gnavi-menu li a:before{
  content: attr(data-label);
}
#gnavi-toggle{
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #004DA1;
}
#gnavi-toggle a{
  display: block;
  position: relative;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#gnavi-toggle:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
#gnavi-toggle a:before,
#gnavi-toggle a:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #004DA1;
}
#gnavi-toggle a:before{
  margin-top: -6px;
}
#gnavi-toggle a:after{
  margin-top: 2px;
}

#gnavi ul.sub-menu {
  display: none;
}
#gnavi ul.sub-menu li a{
  background: #316ADE;
}
#gnavi ul.sub-menu li a:hover{
  background-color: #1D51BA;
}

#gnavi-toggle {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #0066B3;
}
#gnavi-toggle a{
  display: block;
  position: relative;
  padding: 12px 0;
  color:#FFF;
  text-align: center;
  text-decoration: none;
}
#gnavi-toggle:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF;
}
#gnavi-toggle a:before,
#gnavi-toggle a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #0066B3;
}
#gnavi-toggle a:before {
  margin-top:-6px;
}
#gnavi-toggle a:after {
  margin-top: 2px;
}


/****************************************

  main-visual

*****************************************/
#main-visual{
  min-width: 100%;
  background-image: url("images/top/visual01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
  position: relative;
}
#main-visual h2{
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}


/****************************************

  sub-visual

*****************************************/
#sub-visual-company{
  min-width: 100%;
  background-image: url("images/common/sub-visual-company02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 150px;
  position: relative;
}
#sub-visual-company h2{
  width: 100%;
  margin: 0 auto;
  padding: 65px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}


/****************************************

  breadcrumbs

*****************************************/
.breadcrumbs-box{
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.breadcrumbs{
  width: 100%;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
  padding: 10px;
}
.breadcrumbs a{
  text-decoration: none;
  color: #30A3DE;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}


/****************************************

  template

*****************************************/
#contents{
  width: 100%;
  margin: 0 auto;
}


main{
  margin:0 10px 30px 10px;
}
main > h2{
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  border-top: 2px solid #316ADE;
  padding: 15px;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
main > h3{
  margin: 0 0 10px 0;
  border-bottom: 2px solid #30A3DE;
  padding: 10px;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  background: #F4F7FD;
}
main > h4{
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
main > p{
  margin: 0 0 15px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

main > table{
  width: 100%;
  margin: 0 0 15px 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
main > table th{
  background-color: #eee;
  padding: 10px;
  border:1px solid #ccc;
  color: #333;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
main > table td{
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
}

main > ul{
  padding: 0 0 15px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
main > ul li{}
main > ul li::before{
  font-size: 20px;
  font-family: FontAwesome;
  content:' \f105';
  padding:0 10px 0 0;
  color: #30A3DE;
}
main > ul li ul{
  padding: 0;
}
main > ul li ul li{
  padding: 0 0 0 20px;
}

main > table ul{
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
main > table ul li{}
main > table ul li::before{
  font-size: 20px;
  font-family: FontAwesome;
  content:' \f105';
  padding:0 10px 0 0;
  color: #30A3DE;
}
main > table ul li ul{
  padding: 0;
}
main > table ul li ul li{
  padding: 0 0 0 20px;
}



.alignright{
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.aligncenter{
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.alignleft{
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}

.post-time{
  text-align: right;
  margin: 0 0 15px 0;
  color: #999;
  font-size: 12px;
}
.post-time span.date{}
.post-time span.cat{
  padding: 0 0 0 5px;
}
.wp-pagenavi{
  text-align: center;
  padding: 30px 0;
}

.pagination{
  text-align: center;
  padding: 20px 0 0 0;
}
a.page-numbers,.pagination .current{
  background: #fff;
  border: solid 1px #316ADE;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  text-decoration: none;
}
.pagination .current{
  background: #316ADE;
  border: solid 1px #316ADE;
  color: #fff;
}


aside{
  margin:0 10px 30px 10px;
}
aside > h2{
  background: #30A3DE;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
aside ul.side-menu{
  border: 1px solid #CDCDCD;
  border-top: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
aside ul.side-menu li{
  border-bottom: 1px dotted #CDCDCD;
}
aside ul.side-menu li a{
  padding: 12px 15px;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
}
aside ul.side-menu li a:hover{
  background: #F4F7FD;
}
aside ul.side-menu li:last-child{
  border-bottom: none;
}
aside ul.side-menu li:last-child a:hover{
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
aside ul.side-menu li a::before{
  font-size: 18px;
  font-family: FontAwesome;
  content:' \f105';
  padding:0 10px 0 0;
  color: #30A3DE;
}


.post-contactbox{
  margin: 50px 0 50px 0;
  border-top: 5px solid #30A3DE;
  border-bottom: 5px solid #30A3DE;
  background: #F4F7FD;
  padding: 30px 20px;
}
.post-contactbox h2{
  text-align:center;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.post-contactbox-tel{
  text-align: center;
}


/****************************************

  home

*****************************************/
#top-products-ttl{
  width: 100%;
  margin: 0 auto;
}
#top-products-ttl h2{
  text-align: center;
  padding: 30px 10px;
  color: #316ADE;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}


#top-products{
  min-width: 100%;
  background-image: url("images/top/products-bg.png");
  background-position: left top;
}
#top-products ul{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
#top-products ul li{
  width: 30%;
  float: left;
  margin: 0 5% 5% 0;
}
#top-products ul li img{
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
#top-products ul li:nth-child(3){
  margin: 0;
}
#top-products ul li:nth-child(n+4){
  margin: 0 5% 0 0;
}

#top-products p{
  text-align: center;
  padding: 0 0 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}


#top-strength{
  min-width: 100%;
  background-image: url("images/top/strength-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
#top-strength-inner{
  width: 100%;
  margin: 0 auto;
}
#top-strength-box{
  background: rgba(255,255,255,0.8);
  padding: 30px 20px;
}
#top-strength-box h2{
  padding: 0 0 20px 0;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
#top-strength-box p{
  padding: 0 0 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
#top-strength-link a{
  padding: 10px 20px;
  background: #30A3DE;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 700;
  display: block;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
}
#top-strength-link a:hover{
  background: #316ADE;
  text-decoration: none;
}


#top-company-ttl{
  width: 100%;
  margin: 0 auto;
}
#top-company-ttl h2{
  text-align: center;
  padding: 30px 10px;
  color: #316ADE;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}


#top-company{
  min-width: 100%;
  background-image: url("images/top/company-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
#top-company-inner{
  width: 100%;
  margin: 0 auto;
}
#top-company-box{
  background: rgba(255,255,255,0.8);
  padding: 30px 20px;
}
#top-company-box h2{
  padding: 0 0 20px 0;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
#top-company-box p{
  padding: 0 0 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
#top-company-link a{
  padding: 10px 20px;
  background: #30A3DE;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 700;
  display: block;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.3);
}
#top-company-link a:hover{
  background: #316ADE;
  text-decoration: none;
}


#top-contact{
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}
#top-contact h2{
  text-align: center;
  padding: 0 0 20px 0;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
#top-contact p{
  text-align: center;
  padding: 0 0 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
#top-contact-tel{
  text-align: center;
}


#top-information{
  min-width: 100%;
  background-image: url("images/top/information-bg01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
  padding: 30px 20px;
}
#top-information-inner{}
#top-information-box{
  background-image: url("images/top/information-bg02.png");
  background-position: left top;
  padding: 20px;
}
#top-information-box h2{
  text-align: center;
  padding: 0 0 20px 0;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.top-information-contents{
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.top-information-contents .metadate{}
.top-information-contents .metadate span.date{
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  width: 115px;
  float: left;
}
.top-information-contents .metadate span.cat{
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  background: #316ADE;
  text-align: center;
  padding: 3px 5px;
  width: 100px;
  float: left;
  display: inline-block;
}
.top-information-contents .title{
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0 0 0;
}
.top-information-contents a:hover .title{
  color: #30A3DE;
  text-decoration: underline;
}


/****************************************

  footer

*****************************************/
footer{
  min-width: 100%;
  background: #F4F7FD;
}
#footer{
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

#footer-section{}

#footer-information{}
#footer-information #footer-logo{
  text-align: center;
  padding: 0 0 20px 0;
}
#footer-information #footer-address{
  padding: 0 0 30px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
#footer-map{}
#footer-map #footer-map-title{
  padding: 0 0 15px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
}
/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
#footer-map #footer-map-google{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
#footer-map #footer-map-google iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

#footer-map #footer-map-link{
  padding: 10px 0 0 0;
}
#footer-map #footer-map-link a{
  color: #333;
}
#footer-map #footer-map-link a:hover{
  color: #30A3DE;
}
#footer-map #footer-map-link::before{
  font-size: 20px;
  font-family: FontAwesome;
  content:' \f105';
  padding:0 10px 0 0;
  color: #30A3DE;
}

#footer-link{
  padding:30px 0 0 0;
}
#footer-link ul{}
#footer-link ul li{
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
#footer-link ul li::before{
  font-size: 20px;
  font-family: FontAwesome;
  content:' \f105';
  padding:0 10px 0 0;
  color: #30A3DE;
}

#footer-link ul li a{
  color: #333;
}
#footer-link ul li a:hover{
  color: #30A3DE;
}
#footer-link ul li:last-child{
  margin: 0;
}


#footer-copyright{
  min-width: 100%;
  background: #316ADE;
}
#footer-copyright p{
  text-align: center;
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

#pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 9999;
}
#pagetop a{
  background-image: url("images/common/pagetop.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 50px;
  height: 50px;
}


/****************************************

  company

*****************************************/
dl.company-history{
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
}
dl.company-history dt{
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
dl.company-history dd{
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}


/****************************************

  information

*****************************************/
.information-contents{
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.information-contents .metadate{}
.information-contents .metadate span.date{
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  width: 115px;
  float: left;
}
.information-contents .metadate span.cat{
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  background: #316ADE;
  text-align: center;
  padding: 3px 5px;
  width: 100px;
  float: left;
  display: inline-block;
}
.information-contents .title{
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0 0 0;
}
.information-contents a:hover .title{
  color: #30A3DE;
  text-decoration: underline;
}

/* 東内追加分 */
.tel-no {
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0.5em 0 0.5em 0;
	padding: 1em;
	border: 1px dotted #aaaaaa;
	background-image: none;
}
	
	
/****************************************

  以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
