:root {
    --background-navbar: #fff;
  }
  
  .header {
    background: var(--background-navbar);
    display: flex;
    position: fixed;
    flex-direction: row-reverse;
    width: 100%;
    height: 70px;
    z-index: 100;
  }

  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 70px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    border-bottom: 1px solid rgb(75, 75, 75);
  }

  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
 
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0;
    transition: 0.2s;
  }
  
  .menu li {
    padding: 15px 0;
    opacity: 0;
    transition: 0.2s;
  }

  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;

  }

  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 34px 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  


  .navicon {
    background: #000000;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000000;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  

  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }

  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navtext-container {
    width: 100%;
    height: 70px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .header-logo {
    text-transform: uppercase;
    height: 30px;
    width: 30px;
    margin-left: 24px
  }

.hide{
    height: 70px;
}

.obi{
  background-color: #C7CCE5;
  border-bottom: 1px solid rgb(75, 75, 75);
  border-top: 1px solid rgb(75, 75, 75);
} 
.element-1 {
  margin: 0px 54px;
}
.obi p{
  margin: 0px 30px;
  color: #000000;
}   
.element{
  margin: 0px 54px;
  border-bottom: 1px solid rgb(75, 75, 75);
}
/*　トップ画像とテキスト中央揃え　*/
.center-xs{
  align-items: center;
}
/*　トップ画像上テキスト行間*/
div.pera1-editable span strong{
  line-height: 1.7;
}

.btn_navigationToggle.p-btn_navigationToggle{
    display: none;
}
/*　下層ページ*/
div.body-tobe{
    max-width:720px;
    margin: 0 auto;
    width: 100%;    
}

/*　下層ページの見出し*/
div.title-tobe{
    font-size: 20px;
    text-align:center;
    margin:40px 0px 0px 0px;
}
/*　下層ページの文章*/
div.text-tobe{
    font-size: 16px;
    text-align:left;
    line-height:170%;
    margin:0px 0px 16px 16px;
}
/*　下層ページの赤い文章*/
div.text-tobe-red{
    font-size: 16px;
    color:#c13a2c;
    font-weight:700;
    margin:0px 0px 0px 0px;
}