@charset "utf-8";

/*
Theme Name: D-FORCE
Author: D-FORCE Inc. / Tetsuro Mawatari
Description: original theme
Version： 1.0.0
*/

body {
  background-color: #eee;

  overscroll-behavior-y: none;
}

nav {
  background-color: rgba(0, 0, 0, 0.8);
}

.obritron {
  font-family: "Orbitron", sans-serif;
}

.obritronbold {
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
}

.gmap-wrap {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  color: #000;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}

button a:link {
  color: white;
  text-decoration: none;
}
button a:visited {
  color: white;
  text-decoration: none;
}
button a:hover {
  color: white;
  text-decoration: none;
}
button a:active {
  color: white;
  text-decoration: none;
}

]


    
#copyright {
  text-align: right;
}

.titletxt {
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
}

.titletxtjp {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 24px;
}

.txt {
  font-size: 19px;
}

#fontsize {
  font-size: 20px;
}

.scimgtop {
  width: 250px;
  height: 200px;
  padding: 0px;
  float: right;
  border: 0px;
}

.scimg {
  width: 400px;
  padding: 0px;
  padding-left: 0px;
  float: center;
  border: 0px;
}

.img {
  width: 250px;
  height: 200px;
  padding: 0px;
  padding-left: 20px;
  float: right;
  border: 0px;
}

.sc {
  width: 600px;
  height: auto;
  padding: 0px;
  float: center;
  border: 0px;
}

.buttontocontact {
  font-size: 20px;
  width: 100%;
}

.buttontoservices {
  font-size: 24px;
  width: 50%;
}

.buttontoproject {
  font-size: 16px;
  width: 70%;
}

.formfont {
  font-size: 20px;
  font-weight: bold;
}

.cardtitle {
  font-size: 16px;
  font-weight: bold;
}

.cardtext {
  font-size: 14px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

#tw {
  text-decoration: none;
}
#tw:link {
  color: #000;
}
#tw:visited {
  color: #000;
}
#tw:hover {
  color: #55acee;
}
#tw:active {
  color: #000;
}

#pin {
  text-decoration: none;
}
#pin:link {
  color: #000;
}
#pin:visited {
  color: #000;
}
#pin:hover {
  color: #666;
}
#pin:active {
  color: #000;
}

#midashi {
  font-weight: bold;
  font-size: 20px;
}
#setsumei {
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  #midashi {
    font-weight: bold;
    font-size: 20px;
  }

  #setsumei {
    font-size: 16px;
  }

  #fontsize {
    font-size: 14px;
  }

  .scimgtop {
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
    border: 0px;
  }

  .scimg {
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
    border: 0px;
  }

  .img {
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
    border: 0px;
  }

  .sc {
    width: 100%;
    height: auto;
    padding: 0px;
    float: center;
    border: 0px;
  }

  .titletxt {
    font-weight: bold;
    font-family: "Orbitron", sans-serif;
    font-size: 16px;
  }

  .titletxtjp {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
  }

  .txt {
    font-size: 16px;
  }

  #copyright {
    text-align: center;
  }

  .gmap-wrap {
    padding-bottom: 100%;
  }
}
