/*
Theme Name: Wallstat
Theme URI: http://support.wallstat.jp/
Author: 一般社団法人　耐震性能見える化協会　東京事務所
Author URI: http://support.wallstat.jp/
Description: 一般社団法人　耐震性能見える化協会　東京事務所　情報交換サポートサイト
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://support.wallstat.jp/
Text Domain: .wallstat.jp
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*body {
  max-width: initial !important;
}

@charset "UTF-8";

/*共通
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');

body
{
  height: 100%;
  padding-top: 55.2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin: 0;
  color: #343A40;
  letter-spacing: 1px;
}

.pc-none
{
  display: none;
}

.sp-none
{
  display: block;
}

main
{
  margin-bottom: 5rem;
}

.btn:focus
{
  box-shadow: none;
}

a:hover
{
  transition-duration: 0.8s;
}


button
{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.btn-primary
{
  line-height: 1.6;
  text-align: left;
  min-height: 4rem;
  border-radius: 0;
}

/* 必須項目 */
.required
{
  color: #c00;
}

.mg_0
{
  margin: 0;
}

.mg_0 a:empty
{
  height: 0;
}

.bold
{
  font-weight: bold !important;
}

/*オーバーレイ*/
.overlay
{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0.7;
}

/*広告バナー*/
.banner
{
  display: flex;
  max-width: 94%;
  margin: 0 3%;
}

/*ページトップボタン*/
.page-top
{
  position: fixed;
  bottom: 30px;
  right: 5%;
  z-index: 99;
}

.page-top a
{
  background-image: url(images/common/pagetop.svg);
  display: block;
  background-size: 100%;
  width: 53px;
  height: 53px;
}

.page-top a:hover
{
  text-decoration: none;
  opacity: 0.9;
}

/*フッター*/
footer
{
  background-color: rgb(52, 58, 64);
  color: #FFF;
  padding: 20px 0;
}

address p
{
  margin-bottom: 1em;
}

.address-wrap
{
  text-align: center;
}

.site-name
{
  font-size: 1.2rem;
}

/*下層ページ<h2>部分*/
.bg-main
{
  background: #fff;
  border-bottom: 5px solid #E0C430;
}

.container-wide
{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0.5rem;
  position: relative;
}

.page-title-img
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

h2.page-titile
{
  color: #E0C430;
  font-size: 1.3rem;
}

h3.page-titile-en
{
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
  color: #A39E9E;
}

.sp-txt
{
  color: #C14063;
}

/*パンくずリスト*/
.breadcrumb
{
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0.75rem 0.5em;
  font-size: 0.7rem;
}

.breadcrumb .sla
{
  padding: 0 0.5em;
}

.breadcrumb a
{
  color: #E0C430;
}

/*ページ送り*/
.page-link
{
  color: #E0C430;
}

.page-link:hover
{
  color: #E0C430;
  opacity: 0.9;
}

/*ツールチップ*/
.tip
{
  width: 16px;
  height: 16px;
}

/* お問合せフォーム関連 */
form.wpcf7-form
{
  display: flex;
  flex-wrap: wrap;
}

.form_inner
{
  order: 2;
  width: 100%;
}

.form_inner input,
.form_inner textarea
{
  border: 1px solid #A39E9E;
}

.form_inner select
{
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: none;
  padding: 10px;
  border: 1px solid #A39E9E;
  background-image: url(images/common/megamenu-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.form_inner select::-ms-expand
{
  display: none
}

.form_inner a.privacy
{
  display: block;
  text-align: center;
  margin: 1em 0;
}

.wpcf7-response-output
{
  order: 1;
  margin: 3em 0 2em !important;
  padding: 10px !important;
  width: 100%;
}

.accordion__content
{
  display: none;
  padding-left: 23px;
}

.accordion__content li
{
  margin-top: 1.5rem;
}

.accordion__content li a:hover
{
  color: var(--green);
  opacity: 1;
}

/*検索窓*/
.searchform .hole
{
  display: flex;
  justify-content: end;
  margin-bottom: 2rem;
}

.searchform .right
{
  display: flex;
  align-items: center;
}

.searchform input
{
  font-size: 0.85rem;
}

.searchform #searchsubmit
{
  font-size: 0.6rem;
  border-radius: 3px;
  margin-left: 0.2rem;
}

.search .text
{
  margin-bottom: 1rem;
}

.search h4
{
  font-size: 1rem;
  margin-bottom: 0;
}

.search a
{
  color: #343A40;

}

/*ログインページ*/
/* 新規・ログインフォーム */
.container.system
{
  margin-top: 80px;
}

/*各幅対応
-----------------------------------------------------*/
@media (max-width: 768px)
{
  footer
  {
    padding: 10px 5%;
  }

  .pc-none
  {
    display: block;
  }

  .sp-none
  {
    display: none;
  }

  .pc-block
  {
    display: none;
  }

  .pc-br
  {
    display: none;
  }

  .container-fluid .col-3
  {
    display: none !important;
  }

  .banner
  {
    flex-wrap: wrap;
  }

  .banner-item
  {
    width: 48%;
    margin: 0 1%;
  }

  /*検索窓*/
  .searchform .hole
  {
    margin-bottom: 0.3rem;
    margin-top: 1rem;
  }

  .searchform input
  {
    font-size: 0.8rem;
  }

  .searchform #searchsubmit
  {
    font-size: 0.6rem;
    border-radius: 3px;
    margin-left: 0.2rem;
  }

  .search a
  {
    color: #343A40
  }

}

@media (min-width: 769px) and (max-width: 991px)
{
  .pc-block
  {
    display: none;
  }

  .container-fluid .col-3
  {
    display: none !important;
  }

  .banner
  {
    flex-wrap: wrap;
  }

  .banner-item
  {
    width: 33%;
  }

  /*ページトップボタン*/
  .page-top a
  {
    width: 60px;
    height: 60px;
  }

}

@media (min-width: 992px) and (max-width: 1199px)
{
  .pc-block
  {
    display: none;
  }

  .container-fluid .col-3
  {
    display: none !important;
  }

  .banner
  {
    flex-wrap: wrap;
  }

  .banner-item
  {
    width: 33%;
  }

  /*ページトップボタン*/
  .page-top a
  {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px)
{

  body
  {
    height: 100%;
    font-size: 15px;
    padding-top: 81px;
  }

  main
  {
    margin-bottom: 7rem;
  }

  /*広告バナー*/
  .banner
  {
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
    justify-content: space-around;
  }

  .banner-item img
  {
    max-height: 40px;
    width: auto;
  }

  /*フッター*/
  .footer-inner
  {
    max-width: 1200px;
    margin: 0 auto;
  }

  .address-wrap
  {
    text-align: left;
  }

  /*下層ページ<h2>部分*/
  .bg-main
  {
    background: #fff;
    border-bottom: 5px solid #E0C430;
  }

  .container-wide
  {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0 1rem;
    position: relative;
  }

  .page-title-img
  {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    opacity: 0.5;
  }

  h2.page-titile
  {
    color: #E0C430;
    font-size: 2rem;
  }

  h3.page-titile-en
  {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #A39E9E;
  }

  /*パンくずリスト*/
  .breadcrumb
  {
    font-size: 80%;
    max-width: 1200px;
    margin: 0 auto 1rem;
  }

}

/* 活動報告・他 */
.aligncenter
{
  margin: 0 auto;
}

h2.page-titile
{
  max-width: calc(100% - 60px);
}

/* Scrren Reader Text非表示 */
.screen-reader-text
{
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Page Navigation */
.nav-links
{
  margin: 0 auto 10px;
  padding: 7px 10px;
}

.page-numbers
{
  position: relative;
  display: inline-block;
  padding: .5rem .75rem;
  margin-left: -7px;
  line-height: 1.25;
  color: #E0C430;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-numbers:hover
{
  color: #E0C430;
  background-color: #f4f5f6;
}

.mt-3,
.my-3
{
  margin-top: 0 !important;
}

::placeholder
{
  color: #CCC
}

/*Ultimate menmber*/
.mypro .um-field-user_email
{
  display: none;
}

.um-misc-ul
{
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.um-misc-ul li
{
  font-size: 16px;
  padding-top: 0.8em;
}

.um-login .um-field-label
{
  margin: 0;
}

.um-login .um-col-alt .um-half
{
  width: 100%;
}

.um-login .um-col-alt .um-left
{
  margin-bottom: 100px;
}

.um-login .um-col-alt .um-right
{
  position: relative;
}

.um-login .um-col-alt .um-right::after
{
  position: absolute;
  content: '初めてご利用の方はこちらより会員登録をお願いします。\A＊限定コンテンツには会員登録が必要です';
  top: -50px;
  left: 0;
  width: 100%;
  height: 5em;
  font-size: 14px;
}

.um-login .um-col-alt .um-right,
.um-login .um-col-alt .um-left
{
  float: none;
}

.um input[type=submit].um-button
{
  background-color: rgb(52, 58, 64) !important;
}

.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt
{
  background-color: rgb(52, 58, 64) !important;
  color: #fff !important;
}

.um-register .um-field-label
{
  margin: 0;
}

.um-register .um-col-alt .um-left
{
  width: 100%;
}

.um-register .um-col-alt .um-right
{
  display: none;
}

.um-register .um-field-checkbox
{
  padding: 0 0 0 0;
}

.um-register .um-field-checkbox-option
{
  position: absolute;
  top: 0;
}

.um span.um-req
{
  color: #df0707 !important;
}

.um-field-label
{
  margin: 0;
}

@media (min-width: 1200px)
{
  .um-profile .um-field
  {
    padding: 30px 0 0 0;
  }

  .um-field-label
  {
    margin: 0 0 8px 0
  }
}

/* ---------------------------------------------------------
   header
----------------------------------------------------------*/
#header
{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #F8F9FA;
  display: flex;
  align-items: center;
  border-top: 20px solid #343A40;
}

#header .header-inner
{
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

#header .header-inner a.logo h1
{
  font-size: 18px;
  font-weight: bold;
  color: #343A40;
  margin: 0;
}

#header .header-inner a.logo:hover h1,
#header .header-inner a.logo:hover
{
  text-decoration: none;
}

#header .header__nav
{
  display: flex;
  align-items: center
}

#header .header__navList
{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding-top: 13px;
}

#header .header__navItemLink
{
  font-size: 15px;
  font-weight: 400;
  color: #343A40;
  position: relative;
  display: inline-block;
  line-height: 35px;
  z-index: 1;
  padding: 0 18px;
}

.header__navItemLink:hover
{
  text-decoration: none;
}

#header .megaMenu__link
{
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  line-height: 35px;
  padding: 0 18px 0;
  margin: 0;
}

#header .megaMenu__link::after
{
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  right: 0;
  top: 0;
  background: #707070;
}

#header .megaMenu__link.wts:before
{
  content: "";
  position: absolute;
  width: 30px;
  height: 25.12px;
  left: -20px;
  top: 5px;
  background-image: url(images/common/wallstat.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#header .megaMenu__link:hover
{
  color: var(--green);
  cursor: pointer;
}

#header .megaMenu__link:hover::after
{
  background-image: url(img/common/megamenu-arrow-gr.svg)
}

#header .megaMenu__link.is-active
{
  color: var(--green)
}

#header .megaMenu__link.is-active+.megaMenu__content
{
  opacity: 1;
  visibility: visible
}

#header .megaMenu__link.is-active::after
{
  background-image: url(img/common/megamenu-arrow-wt.svg)
}

#header .megaMenu__link img.icon-menu
{
  width: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#header .megaMenu__link img.icon-menu2
{
  width: 18px;
  margin-right: 5px;
  margin-bottom: 10px;
}

#header .megaMenu__content
{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s 0s ease
}

#header .megaMenu__inner
{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 15px 0;
  display: flex;
  align-items: center;
  position: relative
}

#header .megaMenu__inner p
{
  display: flex;
  align-items: center;
  width: 20%;
}

#header .megaMenu__inner p img
{
  width: 40px;
  margin-right: 10px;
}

#header .megaMenu__inner ul
{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#header .megaMenu__inner li
{
  width: 31%;
  margin-bottom: 5px;
  margin-top: 0;
  margin-right: 3%;
}

#header .megaMenu__inner li:nth-child(3n)
{
  margin-right: 0;
}

#header .megaMenu__inner li a
{
  color: #343A40;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 30px;
  height: 30px;
}

#header .megaMenu__inner li a img
{
  width: 13px;
  height: 13px;
  margin-right: 1em;
}

#header a.login
{
  text-decoration: none;
}

#header .btn
{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #343A40;
  background: #E0C430;
}

#header .btn-sp
{
  display: none;
}

.toggle_btn
{
  display: none
}

@media screen and (max-width:1200px)
{
  #header .header-inner a.logo h1
  {
    font-size: 16px;
  }

  #header .header__navItemLink
  {
    font-size: 14px;
    padding: 0 20px
  }
}

@media screen and (max-width:1200px)
{
  #header
  {
    border-top: 10px solid #343A40;
  }

  #header .header-inner a.logo h1
  {
    font-size: 14.5px;
  }

  #header .header-inner
  {
    padding: 10px 0;
  }

  #header .megaMenu__inner li a::after
  {
    right: 20px;
  }

  nav.header__nav
  {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: auto;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 200;
    opacity: 0;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%)
  }

  #header .header__navList
  {
    display: none
  }

  #header .sp-nav-inner
  {
    width: 100%;
    height: 100%;
    padding: 5rem 3rem 3rem 3rem;
    font-size: 1.5rem;
    overflow-y: scroll;
  }

  #header .sp-logo
  {
    width: 153.35px;
    height: 28.49px;
    display: block;
    margin: 0 auto 30px
  }

  .sp-nav-inner .accordion__title,
  .sp-nav-inner .no-accordion__title
  {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #E2E2E2;
    padding: 18px 0 10px;
    display: block;
    color: #343A40;
  }

  .sp-nav-inner .accordion__title::after
  {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    background-image: url(images/common/megamenu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10.85px;
    height: 6.2px
  }

  .sp-nav-inner .accordion__title.show::after
  {
    -webkit-transform: translateY(6px) rotate(-180deg);
    transform: translateY(6px) rotate(-180deg);
    top: 40%
  }

  .accordion__content
  {
    display: none;
    list-style: none;
    padding-left: 0;
  }

  .accordion__content li
  {
    margin-top: 20px;
  }

  .accordion__content li a
  {
    color: #343A40;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .accordion__content li a img
  {
    width: 13px;
    height: 13px;
    margin-right: 1em;
  }

  .sp-nav-inner .nav-btn
  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 38px;
    background: #F7F3EE;
    border: 1px solid #000;
    margin-bottom: 20px;
    font-size: 1.4rem
  }

  .toggle_btn
  {
    display: block;
    position: fixed;
    top: 25px;
    right: 20px;
    width: 21.76px;
    height: 16px;
    transition: all .5s;
    cursor: pointer;
    z-index: 500
  }

  .toggle_btn span
  {
    display: block;
    position: absolute;
    left: 0;
    width: 21.76px;
    height: 1.5px;
    background-color: #000;
    border-radius: 9999px;
    transition: all .5s
  }

  .toggle_btn span:nth-child(1)
  {
    top: 0
  }

  .toggle_btn span:nth-child(2)
  {
    top: 6px
  }

  .toggle_btn span:nth-child(3)
  {
    top: 12px
  }

  #mask
  {
    display: none;
    transition: all .5s
  }

  .open nav
  {
    right: 0;
    opacity: 1
  }

  .open #mask
  {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
    z-index: 2;
    cursor: pointer
  }

  .open .toggle_btn
  {
    z-index: bold
  }

  .open .toggle_btn span:nth-child(1)
  {
    -webkit-transform: translateY(6px) rotate(-315deg);
    transform: translateY(6px) rotate(-315deg)
  }

  .open .toggle_btn span:nth-child(2)
  {
    opacity: 0
  }

  .open .toggle_btn span:nth-child(3)
  {
    -webkit-transform: translateY(-6px) rotate(315deg);
    transform: translateY(-6px) rotate(315deg)
  }

  @keyframes fadein
  {
    0%
    {
      opacity: 0;
      transform: translateX(100px)
    }

    100%
    {
      opacity: 1;
      transform: translateX(0)
    }
  }

  #header .btn
  {
    display: none;
  }

  #header .btn-sp
  {
    display: block;
    width: 25px;
    margin-right: 55px;
    background: none;
    border: none;
    padding: 0;
  }
}