@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#header .inner .flxL #siteID img {
  width: 100% !important;
  max-width: 100% !important;
}
#header .inner .flxL {
  width: 30% !important;
}
img.halal {
  max-width: 50%;
  margin: 0 auto;
  width: 50% !important;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {
}
@media only screen and (max-width: 468px) {
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

/* バイリンガルボタン */
#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999999;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}
.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch label {
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}
/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 468px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
@media screen and (min-width: 469px) and (max-width: 768px) {
}

#search_2 {
  display: block;
  padding: 20px;
  width: 300px;
  height: auto;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: fixed;
  top: 200px;
  right: 200px;
  z-index: 1;
  }
  #search_2 dl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  }
  #search_2 dl dt {
  padding: 10px 0;
  font-weight: 700;
  line-height: 20px;
  }
  #search_2 dl dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  }
  #search_2 dl dd input[type=text] {
  margin: 0 10px;
  width: 70px;
  }
  #search_2 dl dd select {
  margin: 0 10px;
  width: 100%;
  }
  #search_2 dl dd input + label {
  margin-left: 10px;
  }

  #nav_global {
    background: #e8e665!important;
}
#nav_global ul li a {
  color: #000!important;
}
footer#global_footer {
  background: #f1e8db!important;
}
#copy {
  background: #93ca2e!important;
}
.h1txt h1 {
  background: rgba(173, 233, 131, 0.7)!important;
}
#header .inner .flxR .subnav2 .cont a {
  background: #f9c585!important;
}