body {
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #ebe7db;
  background-image: url(./images/topbk.gif);
  background-repeat: repeat-x;
}

#inbox {
  margin: 0px auto 0px auto;
  text-align: center;
  width: 930px;
  padding: 10px 0px 0px 0px;
  background-color: #ebe7db;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
}

#banner {
  height: 110px;
  width: 930px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  border-bottom: 8px #00a0e9 solid;
}

#banner a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#banner a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer {
  height: 70px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #494949;
  font-family: 'Verdana', sans-serif;
}

.copy {
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  font-size: 10px;
  font-family: 'Verdana', sans-serif;
  height: 10px;
  line-height: 150%;
}

#homebt {
  margin: 0px 12px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  background-color: #ffffff;
  text-align: right;
  font-weight: normal;
  font-size: 10px;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  line-height: 100%;
}

#homebt img {
  margin: 7px 0px 0px 0px;
}

#globalnavi {
  margin: 0px 0px 0px 53px;
  padding: 0px 0px 0px 0px;
  width: 842px;
  height: 55px;
  background-image: url('./images/gnavi.jpg')
}

#globalnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li {
  text-indent: -9999px;
  float: left;
  margin: 0;
  padding: 0;
}

#menu1 a {
  background-position: 0 0;
  display: block;
  width: 121px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu2 a {
  background-position: -121px 0;
  display: block;
  width: 124px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu3 a {
  background-position: -245px 0;
  display: block;
  width: 185px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu4 a {
  background-position: -430px 0;
  display: block;
  width: 126px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu5 a {
  background-position: -556px 0;
  display: block;
  width: 125px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu6 a {
  background-position: -681px 0;
  display: block;
  width: 139px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#globalnavi a:hover {
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu1 a:hover {
  background-position: 0 -55px;
  display: block;
  width: 121px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu2 a:hover {
  background-position: -121px -55px;
  display: block;
  width: 124px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu3 a:hover {
  background-position: -245px -55px;
  display: block;
  width: 185px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu4 a:hover {
  background-position: -430px -55px;
  display: block;
  width: 126px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#menu5 a:hover {
  background-position: -556px -55px;
  display: block;
  width: 125px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}
#menu6 a:hover {
  background-position: -681px -55px;
  display: block;
  width: 139px;
  height: 55px;
  background-image: url(./images/gnavi.jpg);
  background-repeat: no-repeat;
}

#main {
  width: 930px;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #ebe7db;
  border: 0px solid #CCCCCC;
  color: #333333;
  font-weight: normal;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  line-height: 150%;
}

H3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #00a0e9;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  line-height: 1.2;
}

a:link {
  color: #333333;
  text-decoration: underline
}

a:visited {
  color: #333333;
  text-decoration: underlinee
}

a:active {
  color: #999999;
  text-decoration: underline
}

a:hover {
  color: #999999;
  text-decoration: none;
}

table.table-01 {
  width: 550px;
  border-top: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  margin: 40px 0px 20px 25px;
}

table.table-01 th {
  padding: 7px;
  width: 150px;
  border-bottom: 1px #E3E3E3 solid;
  background: #f8f8f8;
  line-height: 120%;
  text-align: right;
  font-weight: normal;
}

table.table-01 td {
  padding: 7px;
  width: 350px;
  border-bottom: 1px #E3E3E3 solid;
  background: #f8f8f8;
  line-height: 120%;
  text-align: left;
}

table.table-01a {
  width: 550px;
  border-top: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  margin: 40px 0px 20px 25px;
}

table.table-01a th {
  padding: 7px;
  width: 150px;
  border-bottom: 1px #E3E3E3 solid;
  background: #f8f8f8;
  line-height: 120%;
  text-align: right;
  font-weight: normal;
}

table.table-01a td {
  padding: 7px;
  width: 400px;
  border-bottom: 1px #E3E3E3 solid;
  background: #f8f8f8;
  line-height: 120%;
  text-align: left;
}

table.table-02 {
  width: 720px;
  border-top: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  margin: 40px 0px 20px 0px;
}

table.table-02 th {
  padding: 10px 20px 10px 10px;
  width: 200px;
  border-bottom: 1px #E3E3E3 solid;
  background: #ffffff;
  line-height: 120%;
  text-align: right;
  font-weight: normal;
}

table.table-02 td {
  padding: 10px;
  width: 520px;
  border-bottom: 1px #E3E3E3 solid;
  background: #ffffff;
  line-height: 150%;
  text-align: left;
}

img {
  margin: 0px 0px 0px 0px;
  border: 0px solid #ffffff;
}

.entry_title {
  color: #333333;
  text-align: center;
  width: 920px;
  padding: 0px 0px 0px 0px;
  margin: -10px 0px 20px 0px;
}

.entry_body {
  color: #333333;
  text-align: left;
  width: 920px;
  font-weight: normal;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'Verdana', sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 40px 0px 0px 0px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.entry_body li {
  margin: 5px 0px 15px 0px;
}
.entryUl {
padding: 0;
}
.entryUl li {
list-style: none;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
}

.box {
  width: 944px;
  height: 580px;
  margin: 40px 0px 0px 0px;
}

.box img {
  margin: 0px 12px 12px 0px;
  float: left;
  border: 1px solid #afafaf;
}

.box a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.box a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.topimg {
  margin: 0px 0px 80px 0px;
  height: auto;
}

.box2 {
  width: 944px;
  height: 580px;
  margin: 80px 0px 0px 0px;
}

.box2 img {
  margin: 0px 12px 12px 0px;
  float: left;
  border: 1px solid #afafaf;
}

.box2 a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.box2 a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.textbox {
  color: #333333;
  width: 600px;
  padding: 30px 40px 40px 40px;
  margin: 50px 0px 20px 130px;
  border: 1px solid #afafaf;
  background-color: #f8f8f8;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

.textbox2 {
  color: #333333;
  width: 600px;
  padding: 30px 20px 30px 30px;
  margin: 0 auto 1em;
  border: 1px solid #afafaf;
  background-color: #f8f8f8;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
text-align: left;
}
.txtAlign_no {
text-align: inherit !important;
}

.migi {
  text-align: right;
}

.slick {
  display: none;
}

.slick.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.slick {
  opacity: 0;
  transition: opacity .3s linear;
}

.slick.slick-initialized {
  opacity: 1;
}

.slick-slide {
    height: auto;
}

.globalMenuSp {
  display: none;
}

.companyTbl {
  width: 433px;
}
.shiyouTbl td {
vertical-align: top;
}
.shiyouTbl td:nth-child(2) {
padding-left: 1em;
}
.seisanUl {
padding: 0;
}
.seisanUl li:before {
content:"";
background: url(images/PDF_32.png) no-repeat;
display: inline-block;
width: 32px;
height: 32px;
vertical-align: middle;
margin: 0 10px 3px 0;
}
.seisanUl li {
list-style: none;
}
.seisanUl li a {
color: #00a0e9;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .wrap {
    overflow: hidden;
  }
  #banner {
    width: 100%;
    height: auto;
  }
  #inbox {
    width: 100%;
    padding-top: 0;
  }
  #globalnavi {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
  #main {
    width: 100%;
margin: 0px auto 0px auto;
  }
  .entry_body {
    width: 96%;
    margin: 0 2% 0;
  }
  .entry_title {
    width: 100%;
    padding-top: 30px;
  }
.textbox {
    width: 94%;
    padding: 30px 3% 40px ;
    margin: 50px auto 20px ;
}
  .box {
    width: 96%;
    margin: 0 2% 0;
height: 500px;
  }
.box img {
    margin: 0px 0px 12px 0px;
}

.box a img {
width: 32%;
    height: auto;
    margin: 0px 0px 12px 2%;
    float: inherit;
    box-sizing: border-box;
}
.box a:first-child img {
margin-left: 0px !important;
}

.boxTel {
width: 100%;
margin: 0 auto;
}

  #globalnavi {
    display: none;
  }

  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #00a0e9;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba( 71, 70, 73, 0.9);
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    height: 100%;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
    height: 100%;
    padding-top: 80px;
  }
 
  #banner a:nth-child(3), #banner a:last-child, .headTel {
    display: none;
  }

.topimg {
    margin: 0px 0px 60px 0px;
    height: 45vw;
    width: 100%;
border: 0;
width: 100%;
}
  /* ーーーーーーーー
　　下層ページ
ーーーーーーーーーー */
  .textbox2 {
    width: 100%;
    padding: 30px 20px 30px 30px;
  margin: 0 auto 1em;
    box-sizing: border-box;
  }
  .box2 {
    width: 96%;
    height: auto;
    margin: 80px 2% 0px 2%;
  }
.box2 a img {
width: 32%;
    height: auto;
    margin: 0px 0px 12px 2%;
    float: inherit;
    box-sizing: border-box;
}
.box2 a:first-child img {
margin-left: 0px !important;
}

.boxTel {
width: 100%;
margin: 0 auto;
}


}



@media screen and (max-width: 480px) {
  /* 480pxまでの幅の場合に適応される */
  img {
    width: 100%;
    height: auto;
  }
  .wrap {
    overflow: hidden;
  }
  #banner a:nth-child(3), #banner a:last-child, .headTel {
    display: none;
  }
  #banner a:first-child img {
    width: 70%;
    height: auto;
  }
  #globalnavi {
    display: none;
  }
  #banner {
    width: 100%;
height: 19vw;
    margin-bottom: 10px;
  }
  #top #banner {
    width: 100%;
height: 19vw;
    margin-bottom: 0px;
  }
  #inbox {
    width: 100%;
    padding-top: 0;
  }
  #main {
    width: 100%;
  }
  #top #main {
    width: 100%;
    margin-top: 0;
  }
  .entry_body {
    width: 96%;
    margin: 0 2% 0;
  }
  .entry_title {
    width: 100%;
    padding-top: 30px;
  }
  .entry_title img {
    width: 90%;
    margin: 0 auto;
  }
  .entryUl {
    padding-left: 0.5em;
  }
  .box {
    width: 96%;
    margin: 0 2% 0;
    height: auto;
  }
  .box img, .box a img {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
    float: inherit;
  }
  .topimg {
    margin-bottom: 25px;
  }
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #00a0e9;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba( 71, 70, 73, 0.9);
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    height: 100%;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
    height: 100%;
    padding-top: 80px;
  }
  /* ーーーーーーーー
　　下層ページ
ーーーーーーーーーー */
  .textbox2 {
    width: 100%;
    padding: 30px 20px 30px 30px;
  margin: 0 auto 1em;
    box-sizing: border-box;
  }
  .box2 {
    width: 96%;
    height: auto;
    margin: 80px 2% 0px 2%;
  }
  .box2 img {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
    float: inherit;
  }
  .textbox {
    width: 100%;
    padding: 30px 20px 40px 20px;
    margin: 27px 0px 20px 0px;
    box-sizing: border-box;
  }
  .companyTbl {
    width: 100%;
  }
  .proTitImg {
    width: 73vw !important;
  }
  .comTitImg {
    width: 50vw !important;
  }
  .servImg {
    width: 100% !important;
  }
  .contactTitImg {
    width: 65vw !important;
  }
  .estTitImg {
    width: 65vw !important;
  }
  .chkTitImg {
    width: 65vw !important;
  }
  .tnkTitImg {
    width: 45vw !important;
  }
  table.table-01 {
    width: 100%;
    margin: 40px 0px 20px 0px;
  }
  .table-01 td:last-child {
    border: 0;
    width: 100% !important;
  }
  .table-01 th, .table-01 td {
    border: none !important;
    display: block;
    width: 100% !important;
  }
  .table-01 th {
    text-align: left !important;
  }
  table.table-01a {
    width: 100%;
    margin: 40px 0px 20px 0px;
  }
}