@charset "UTF-8";
/* iPhone7/8 375px*/
/* andoid 480px*/
/* iPad 768px*/
/* PC 1040px */

body {
  width:100%;
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 12px;
  /* テスト段階のみ */
  color: white;
  /* background-color: blue; */
  background-color: white;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

header {
  font-size: 0px;
  width:100%;
  background-color: #333;
  position: fixed;
  z-index: 1;
}

.header-top {
  width: 100%;
  background-color: white;
}

.box {
  background-color: red;
  width:100%;
  float: left;
}

.TextColor {
  color: #616161;
}

/* PCで見た場合 header logo image change*/
@media screen and (min-width:768px) {
  .lg { display: none !important; }
  .pc { display: block !important; }
  .sp { display: none !important; }
  .pc {
    width: 280px;
    padding-top: 4px;
  }
}

/* スマホで見た場合 header logo image change*/
@media only screen and (max-width: 768px) {

  .pc { display: none !important; }
  .sp { display: block !important;
        /* width: 150px; */
        height: 34px;
        text-align: left;
        padding: 4px 0px 2px 4px;
    }
  .lg { display: block !important;
    height: 40px !important;
    position: absolute;
    top:0;
    right:0;
    padding: 0px !important;
    }
  }

header a {
  text-decoration: none;
  color: white;
  display: inline-block;
  text-align: center;
}

header a:hover {
  color: #616161;
}

header a+ a {
  border-left: 1px solid #616161;
}

span.header-navi-text-en {
  font-size: 14px;
}

span.header-navi-text-jp {
  font-size: 10px;
}

/*事業内容ナビ用*/
span.header-navi-text-navi {
  font-size: 5px;
  color: skyblue;
}

span.navi-pointer {
  font-size: 2px;
}


.link-list {
  font-size: 0px;
}

.link-list ul{
  margin: 0px 0px;
  padding-left: 5px;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.link-list li{
  background-color: #333;
  box-sizing: border-box;
  padding: 6px 14px;
  font-size: 10px;
}

.item {
  display: inline-block;
  width:inherit;
}

main {
  width:100%;
  /* height:1000px; */
  height: 100%;
  background-color: white;/*body背景だよ*/
}

.bkRGBA {
  height: 100%;
  background: rgba(255,255,255,0.5);
}

main {
  background-image: url("../image/dlone.jpg");
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: cover;
  background-size: auto 100%;
  background-position: center;
}

#Business {
  box-sizing: border-box;
  display: block;
}

/*PCで見た場合 pc table css*/
@media screen and (min-width:768px) {
    .Business-content {
      font-size: 14px;
      margin: 0px 0px 0px 0px;
      padding: 210px 0px 100px 0px;
    }

    .listCenter {
      margin-left: 10%;
      margin-right: 10%;
    }

    .section-header {
      color: white;
      line-height: 30px;
      font-size: 30px;
      text-align: center;
      margin: 20px 0px 40px 0px;
      z-index: 2;
      text-shadow: gray 4px 4px;
    }

    .businessBox {
      padding-top: 60px;
      font-size: 14px;
      line-height: 20px;
      margin: 0px 0px;
      padding: 0px;
      text-align: center;
    }

    .contentCenter {
      font-size: 14px;
      line-height: 20px;
      margin: 0px;
      padding: 0px 0px;
      position: relative;
      text-align: center;
      color: black;
    }

    .businessBackboard {
      background-color: white;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 20px 15px 20px 15px;
      position: relative;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.85;/*tableの透過度*/
    }

    .businessTable {
      padding: 2px 2px 2px 2px;
      text-align: center;
    }

    .table1 {
      border-bottom: 1px gray solid;
      margin-top: 10px 0px 0px 15px;
      text-align: center;
    }

    .table2 {
      border-bottom: 1px gray solid;
    }

    .Image {
      height: 300px;
      weight: 100%;
      padding-bottom: 20px;
    }

    dt {
      font-weight: bold;
      font-size: 16px;
      padding-bottom: 10px;
    }

    dd {
      font-size: 15px;
      text-align: center;
      margin-left: 0px;
      padding-bottom: 10px;
    }

    .Business-content {
      font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
      font-size: 24px;
      text-align: center;
    }
}/*table css end*/

/*スマホで見た場合 sp table css*/
@media only screen and (max-width: 768px) {
    .Business-content {
      font-size: 14px;
      margin: 0px 0px 0px 0px;
      padding: 110px 0px 100px 0px;
    }

    .listCenter {
      margin-left: 5%;
      margin-right: 5%;
    }

    .section-header {
      color: white;
      line-height: 30px;
      font-size: 24px;
      text-align: center;
      margin: 18px 0px 40px 0px;
      z-index: 2;
      text-shadow: gray 4px 4px;
    }

    .businessBox {
      padding-top: 60px;
      font-size: 14px;
      line-height: 20px;
      margin: 0px 0px;
      padding: 0px;
      text-align: center;
    }

    .contentCenter {
      font-size: 14px;
      line-height: 20px;
      margin: 0px;
      padding: 0px 0px;
      position: relative;
      text-align: center;
      color: black;
    }

    .businessBackboard {
      background-color: white;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 20px 8px 0px 8px;
      position: relative;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.85;/*tableの透過度*/
    }

    .businessTable {
      padding: 2px 2px 2px 2px;
      text-align: center;
    }

    .table1 {
      border-bottom: 1px gray solid;
      margin-top: 10px 0px 0px 15px;
      text-align: center;
    }

    .table2 {
      border-bottom: 1px gray solid;
    }

    .Image {
      height: 140px;
      weight: 100%;
      padding-bottom: 20px;
    }

    dt {
      font-weight: bold;
      text-align: center;
      font-size: 14px;
      padding-bottom: 8px;
    }

    dd {
      font-size: 14px;
      text-align: center;
      margin-left: 0px;
      padding-bottom: 5px;
    }

    .Business-content {
      font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
      font-size: 24px;
      text-align: center;
    }

}/*table css end*/

footer {
  width:100%;
  background-color: #2f5167;
}

.footer-logo {
  text-align: center;
  font-size: 2px;
}

footer h3 {
  text-align: center;
  margin: 0px;
  padding: 10px 20px 10px 10px;
}

footer p {
  text-align: center;
  font-size: 10px;
  margin: 2px 8px 2px 0px;
}
