/*
 Theme Name: logi
 Theme URI: https://example.com/
 Description: Hello Biz の子テーマ
 Author: S-POOL
 Author URI: https://example.com/
 Template: hello-biz
 Version: 1.0.0
*/

/* 親テーマのCSSを上書きする場合はここに追加 */






@font-face {
  font-family: icoset;
  font-weight: 400;
  font-style: normal;
  src:
    url('https://binary-yard.co.jp/web_test4/wp-content/themes/logi/fonts/icoset.woff') format('woff'),
    url('https://binary-yard.co.jp/web_test4/wp-content/themes/logi/fonts/icoset.ttf') format('truetype');
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Header WP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
  z-index: 302;
}
#header ul,
#header ul li{
    list-style: none;
}
#header,
.header-conteiner {
  position: relative;
  background: #fff;
}
.header-conteiner {
  z-index: 5;
  height: 70px;
  padding-top: 30px;
}
#header .wrap,
#footer .wrap{
  max-width: 1240px;
  margin: 0 auto;
}
.header .header-logo {
  position: absolute;
  top: 40px;
  left: 3%;
  width: 120px;
}
.header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-gnav_btn {
  position: absolute;
  top: 30px;
  right: 0;
  width: 48px;
  height: 40px;
  padding: 0 12px;
  border: none;
}
.is-open .header .header-gnav_btn {
  background: #ebeff2;
}
.header .header-gnav_btn .menu {
  /*font-size: 1rem;*/
  font-size: 0.5rem;
  line-height: 1.2;
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #006ab8;
}
.header .header-gnav_btn .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
}
.header .header-gnav_btn .bar .line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2.1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #006ab8;
}
.header .header-gnav_btn .bar .line:first-of-type {
  top: 0;
}
.is-open .header .header-gnav_btn .bar .line:first-of-type {
  top: -14px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  -ms-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.header .header-gnav_btn .bar .line:nth-of-type(2) {
  top: 6px;
  -webkit-transition: all 0.25s 0.25s;
  -o-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.is-open .header .header-gnav_btn .bar .line:nth-of-type(2) {
  opacity: 0;
}
.header .header-gnav_btn .bar .line:nth-of-type(3) {
  bottom: 10px;
}
.is-open .header .header-gnav_btn .bar .line:nth-of-type(3) {
  bottom: -4px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  -ms-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.header .header-contact_btn {
  /*font-size: 1rem;*/
  font-size: 0.5rem;
  position: absolute;
  top: 30px;
  right: 54px;
  width: 6em;
  height: 40px;
  padding-right: 0.5em;
}
.header .header-contact_btn:after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background: #ccc;
}
.header .header-contact_btn a {
  position: relative;
  display: block;
  width: 58px;
  height: 40px;
  text-align: center;
  color: #006ab8;
}
.header .header-contact_btn a:before {
  font-family: icoset;
  /*font-size: 2.8rem;*/
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 50%;
  content: "\e90b";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .header-contact_btn span {
  line-height: 1.2;
  position: absolute;
  bottom: 1px;
  display: block;
  width: 100%;
  color: #006ab8;
}
.header .info-btob_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #006ab8;
}
.header .info-btob_cover a {
  color: #fff;
}
.header .info-btob_cover .wrap {
  height: auto;
}
.header .info-btob_box {
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .info-btob_box dt {
  /*font-size: 1.2rem;*/
  font-size: 0.6rem;
  font-weight: 700;
  width: 10em;
}
.header .info-btob_box dd span {
  display: block;
  vertical-align: middle;
}
.header .info-btob_box .tel-link {
  /*font-size: 1.6rem;*/
  font-size: 0.8rem;
  font-weight: 700;
  position: relative;
  margin-left: 0.5em;
  padding-left: 46px;
}
.header .info-btob_box .tel-link:before {
  font-family: icoset;
  /*font-size: 4rem;*/
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  content: "\e90a";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .info-btob_box .time {
  font-size: 1.1rem;
  margin-top: -1px;
  padding-left: 46px;
}
.gnav-list_box {
  background: #006ab8;
}
.gnav-list_box .gnav-list.is-active .gnav-child {
  display: block;
}
.gnav-list_box .gnav-list.is-active .gnav-list_btn {
  color: #fff;
}
.gnav-list_box a {
  /*font-size: 1.8rem;*/
  font-size: 0.9;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 14px 3%;
  text-decoration: none !important;
}
.gnav-list_box .gnav-list_link {
  color: #fff;
}
.gnav-list_box .gnav-sublist_link {
  color: #006ab8;
}
.gnav-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
#global-header.is-open .gnav-overlay {
  z-index: 301;
  display: block;
  opacity: 1;
}




.footer-cover {
  /*font-size: 1.2rem;*/
  font-size: 0.6rem;
  padding: 20px 0;
  color: #fff;
  background: #006ab8;
}
.footer-cover a,
.footer-cover a:hover {
  color: #fff;
}
.footer-cover .copyright {
  margin-top: 10px;
  text-align: center;
}
.footer-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav_list li {
  position: relative;
  margin: 5px 5px 0;
  padding: 0 5px;
}
.footer-nav_list li:after,
.footer-nav_list li:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  content: "";
  background: #fff;
}
.footer-nav_list li:before {
  left: -5px;
}
.footer-nav_list li:after {
  right: -6px;
}

@media print, screen and (max-width: 374px) {
  html {
    font-size: 56%;
  }
  .header .header-contact_btn span {
    bottom: 2px;
  }
  .header .info-btob_box .tel-link {
    padding-top: 2px;
  }
  .header .info-btob_box .tel-link:before {
    margin-top: -17px;
  }
  .form-chk_parts input[type="checkbox"] + label .label:before,
  .form-chk_parts input[type="radio"] + label .label:before {
    top: -1px;
  }
  .form-chk_parts input[type="radio"]:checked + label .label:after {
    top: 5px;
  }
  .form-chk_parts input[type="checkbox"]:checked + label .label:after {
    /*font-size: 2.2rem;*/
    font-size: 1.1rem;
    top: 2px;
    left: 7px;
  }
}
@media screen\0 {
  body,
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="submit"],
  input[type="tel"],
  input[type="text"],
  textarea {
    font-family:
      Segoe UI,
      メイリオ,
      Meiryo,
      sans-serif;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-container {
    min-height: 480px;
    padding-bottom: 150px;
  }
  a:hover {
    text-decoration: underline;
    color: #374880;
  }
  .isTablet a:hover {
    text-decoration: none;
  }
  .isOtherDevice a:not(.notalp) img,
  .isOtherDevice a:not(.notalp) svg {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .isOtherDevice a:not(.notalp):hover img,
  .isOtherDevice a:not(.notalp):hover svg {
    opacity: 0.7;
  }
  .header-conteiner {
    height: 170px;
    padding-top: 40px;
  }
  .header-conteiner .wrap {
    position: relative;
    height: 130px;
  }
  .header .header-logo {
    top: 50%;
    left: 20px;
    width: 196px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .header-gnav_btn {
    display: none;
  }
  .header .header-contact_btn {
    top: 50%;
    right: 20px;
    width: 124px;
    height: 40px;
    margin-top: -20px;
    padding-right: 0;
    border: 1px solid #006ab8;
  }
  .header .header-contact_btn:after {
    display: none;
  }
  .header .header-contact_btn a {
    width: 100%;
    height: 38px;
    padding-left: 30px;
    color: #fff;
    background: #006ab8;
  }
  .header .header-contact_btn a:before {
    top: 50%;
    left: 5px;
    margin-top: -13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .isOtherDevice .header .header-contact_btn a {
    -webkit-transition:
      background 0.3s,
      color 0.3s;
    -o-transition:
      background 0.3s,
      color 0.3s;
    transition:
      background 0.3s,
      color 0.3s;
  }
  .isOtherDevice .header .header-contact_btn a:hover {
    background: #ebeff2;
  }
  .isOtherDevice .header .header-contact_btn a:hover:before,
  .isOtherDevice .header .header-contact_btn a:hover span {
    color: #006ab8;
  }
  .header .header-contact_btn span {
    /*font-size: 1.6rem;*/
    font-size: 0.8rem;
    font-weight: 700;
    position: static;
    display: inline-block;
    padding-top: 11px;
    color: #fff;
  }
  .header .info-btob_box {
    height: 40px;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .info-btob_box dt {
    /*font-size: 1.4rem;*/
    font-size: 1rem;
  }
  .header .info-btob_box dd {
    margin-right: -0.5em;
  }
  .header .info-btob_box dd span {
    display: inline-block;
  }
  .header .info-btob_box .tel-link {
    /*font-size: 2.6rem;*/
    font-size: 1.3rem;
    width: auto;
    padding-left: 45px;
  }
  .header .info-btob_box .time {
    /*font-size: 1.2rem;*/
    font-size: 0.6rem;
    width: auto;
    padding: 0;
    padding-top: 2px;
  }
  .header-nav_cover .wrap {
    position: relative;
  }
  .header-nav_cover {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  .header-nav_box {
    position: absolute;
    z-index: 8;
    top: 40px;
    left: 294px;
    width: calc(100% - 462px);
  }
  .gnav-list_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    background: transparent;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gnav-list_box .gnav-list {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .gnav-list_box .gnav-list.is-active .gnav-child {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .isOtherDevice .gnav-list_box .gnav-list.is-active .gnav-child {
    top: 0;
  }
  .gnav-list_box .gnav-list.is-active .gnav-list_link {
    color: #006ab8;
  }
  .gnav-list_box .gnav-list.is-active .gnav-list_link:before {
    top: 0;
    bottom: auto;
    height: 130px;
  }
  .gnav-list_box .gnav-list.is-active.is-selected .gnav-list_link:before {
    top: auto;
    bottom: 0;
    height: 130px;
  }
  .gnav-list_box .gnav-list.is-selected .gnav-list_link {
    color: #fff;
    background: #006ab8;
  }
  .gnav-list_box .gnav-list.is-selected .gnav-list_link:hover {
    color: #fff;
  }
  .gnav-list_box .gnav-list.is-selected .gnav-list_link:before {
    display: none;
  }
  .gnav-list_box .gnav-list.is-selected .gnav-list_link.gnav-list_btn:before {
    display: block;
  }
  .gnav-list_box .gnav-list.is-selected.is-active .gnav-list_link.gnav-list_btn,
  .isOtherDevice
    .gnav-list_box
    .gnav-list.is-selected
    .gnav-list_link.gnav-list_btn:hover {
    color: #006ab8;
  }
  .gnav-list_box .gnav-list_link {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    color: #006ab8;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .isOtherDevice .gnav-list_box .gnav-list_link {
    -webkit-transition: color 0.05s;
    -o-transition: color 0.05s;
    transition: color 0.05s;
  }
  .gnav-list_box .gnav-list_link:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #ebeff2;
  }
  .isOtherDevice .gnav-list_box .gnav-list_link:before {
    -webkit-transition: height 0.15s ease-out;
    -o-transition: height 0.15s ease-out;
    transition: height 0.15s ease-out;
  }
  .isOtherDevice .gnav-list_box .gnav-list_link:hover {
    color: #006ab8;
  }
  .gnav-list_box .gnav-list_link span {
    position: relative;
    z-index: 1;
  }
  .gnav-list_box .gnav-child {
    position: relative;
    visibility: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
  }
  .isOtherDevice .gnav-list_box .gnav-child {
    top: -30px;
    -webkit-transition:
      top 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      height 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition:
      top 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      height 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:
      top 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      height 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .gnav-list_box .gnav-sub_cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 420px;
    padding: 15px 20px 20px;
    background: #ebeff2;
  }
  .gnav-list_box .gnav-sub_cover:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    content: "";
    border: 1px solid #fff;
    border-top: none;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .gnav-list_box .gnav-sublist ~ .gnav-sublist {
    margin-top: 15px;
  }
  .gnav-list_box .gnav-sublist {
    position: relative;
  }
  .gnav-list_box .gnav-sublist:before {
    font-family: icoset;
    /*font-size: 1.2rem;*/
    font-size: 0.6rem;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    content: "\e903";
    text-transform: none;
    color: #006ab8;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .gnav-list_box .gnav-sublist_link {
    padding: 0;
    padding-left: 1.6rem;
  }
  .gnav-list_box .gnav-sublist_link:hover {
    text-decoration: underline !important;
  }
  .footer-cover {
    padding: 15px 0 15px;
  }
  .footer-cover .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-cover .copyright {
    width: 25em;
    text-align: left;
    -webkit-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-nav_list {
    width: calc(100% - 25em);
    margin-top: 10px;
    -webkit-order: 2;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }


  #footer .waku{
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
  .footer-nav_list,
  #footer .waku ul{
    list-style: none;
    padding-left: 0;
    font-size: 0.75rem;
    font-weight: bold;
  }
  #footer .waku ul li ul{
    list-style-type: square;
    list-style-position: inside;
    padding-left: 01em;
  }

    .gnav-list_box {
        justify-content: space-around;
    }
    .gnav-list_box li{
        width: 100%;
    }
    .gnav-list_box li a{
        height: 100%;
        color: #006ab8;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* サブメニューはデフォルト非表示 */
.gnav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 99;
}

/* 親メニューを相対配置に */
.gnav .menu-item-has-children {
  position: relative;
}

/* hover時にサブメニューを表示 */
.gnav .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* サブメニュー内リンクの装飾 */
.gnav .sub-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  transition: background 0.3s;
  white-space: nowrap;
}

.gnav .sub-menu a:hover {
  background: #f0f0f0;
}








/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Table
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
.tbl-type-def {
  border: 1px solid #b9c7d3;
  background: #fff;
}
.tbl-type-def + .tbl-type-def {
  margin-top: 30px;
}
.tbl-type-def > .ttl,
.tbl-type-def > .txtarea {
  line-height: 1.3;
  padding: 15px 10px;
  border-top: 1px solid #b9c7d3;
}
.tbl-type-def > .ttl {
  background: #f1f4f6;
}
.tbl-type-def > .ttl:first-child {
  border-top: none;
}
.tbl-type-def.input-form > .ttl.err {
  color: #e60012;
  background: #fee;
}
.tbl-type-def.input-form > .ttl.err + dd {
  background: snow;
}
*/


.tbl-type-def {}
.tbl-type-def dl{
    border: 1px solid #b9c7d3;
    display: flex;
    margin-top: -1px;
}
.tbl-type-def dl dt{
    width: 30%;
    background-color: #f1f4f6;
    border-right: 1px solid #b9c7d3;
    padding: 25px;
    padding-left: 40px;
    font-weight: bold;
}
.tbl-type-def dl dd{
    width: 70%;
    padding: 25px;
    padding-right: 40px;
    margin-left: 0;
}









