/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (min-width: 835px) and (max-width: 961px) {
  .inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto;
}

#contents {
  padding: 0;
  background: none !important;
}
@media only screen and (min-width: 835px) and (max-width: 961px) {
  #contents {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (max-width: 960px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  width: 960px;
  margin: 56px auto 120px;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-child {
  display: none;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-child(1) {
  margin-right: 30px;
}
.pankuzu ol li:nth-child(1):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

.dnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}
@media screen and (max-width: 640px) {
  .dnone_pc {
    display: block;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 35.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.ggmap02 {
  position: relative;
  padding-bottom: 35.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}
.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

/********* 404 *********/
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin: 10px auto;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  color: #333;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: #009944 !important;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
}

.tableBox {
  gap: 50px 30px;
}
.tableBox .box {
  overflow: visible !important;
}
.tableBox .box img {
  width: 100% !important;
  box-shadow: -1px 2px 16px 12px rgba(214, 199, 214, 0.93);
}
.tableBox .box {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 834px) {
  .tableBox .box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .tableBox .box {
    width: 100%;
  }
}

.newsItem {
  max-height: 450px;
  overflow: auto;
  max-width: 720px;
  margin: auto;
}
.newsItem dl {
  border-bottom: dashed #ccc 1px;
}
@media screen and (max-width: 640px) {
  .newsItem dl {
    flex-direction: column;
  }
}
.newsItem dt {
  font-weight: bold;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .newsItem dt {
    width: 100% !important;
  }
}
.newsItem dd {
  border: none !important;
}
@media screen and (max-width: 640px) {
  .newsItem dd {
    width: 100% !important;
  }
}

.wakuTb td:nth-child(1) > div, .companyTb td:nth-child(1) > div {
  font-weight: bold;
}

.iContent01 {
  gap: 30px;
}
.iContent01 .box {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .iContent01 .box {
    flex: auto;
    width: 100%;
  }
}
.iContent01 .box img {
  width: 100% !important;
}
.iContent01 .box article > div {
  font-weight: bold;
  font-size: 15px;
}

.txt01 > div {
  font-weight: bold;
}

.form dt {
  font-size: 13px;
  color: black;
}
.form .tel {
  font-size: 13px;
  color: black;
  text-align: left;
  font-weight: 400;
}

.mail.title {
  display: none;
}/*# sourceMappingURL=assets.css.map */