/*----------
header
----------*/
header {
  border-bottom: 3px solid #f0f0f0;
}
header .headArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 4.1%;
}
header .headArea h1,
header .headArea h2 {
  display: inline-block;
}
header .headArea > div {
  width: calc(100% / 3);
}
header .headArea > div.headLogo_kokumin {
  width: auto;
}
header .headLogo {
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
header .headLogo_shushinseimei {
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
header .headLogo_kokumin {
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
header .headLogo2 {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
header .headHelp ul li {
  text-align: right;
  font-size: 14px;
}
header .headHelp ul li:last-child {
  margin-top: 1em;
}
header .headHelp ul li a {
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #39a75b;
}
header .headHelp ul li i {
  margin-left: 1em;
  color: #39a75b;
}


.w1024 {
  width: 960px;
  margin: auto;
}
header .headLogo img {
    width: 360px;
    max-width:unset;
}

header .headLogo2 img {
    width: 234px;
}

header .headLogo_shushinseimei img {
    width: 192px;
}
header .headLogo_kokumin img {
    width: 262px;
}
@media screen and (max-width: 768px) {
  /*----------
  header
  ----------*/
  header .headArea > div.sogologo{
    width: auto;
  }
  header .headArea {
    padding: 8px 2.6%;
  }
  header .headLogo img {
    width: 170px;
  }
  header .headLogo2 img {
    width: 80px;
  }
  header .headHelp .adventBtn {
    display: inline-block;
    width: 60px;
    height: 36px;
    border: 1px solid #999999;
    padding: 6px 4px;
    border-radius: 5px;
    color: #999999;
    font-size: 10px;
    float: right;
  }
  header .headHelp .adventBtn:hover {
    cursor: pointer;
  }
  header .headHelp span {
    line-height: 17px;
    margin-left: .25em;
  }
  header .headHelp i {
    position: relative;
    font-size: 17px;
    top: 2px;
  }
  header .headLogo_shushinseimei img {
    width: 110px;
  }
  header .headLogo_kokumin img {
    width: 150px;
    max-width: unset;
  }

  /* help */
  .adventArea{
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      background-color: #333;
      overflow-y: auto;
      padding-bottom: 2.5em;
      -webkit-overflow-scrolling: touch;
  }
  .adventArea > div{
      padding: 2.6%;
  }
  .adventArea *{
      float: none;
      padding: 0;
      color: #fff;
      border: none;
  }
  header .headHelp .adventArea a,
  .adventArea a{
      font-size: 16px;
      display: inline-block;
      float: none;
      width: auto;
      height: auto;
      margin-top: 8px;
      padding: 0;
      color: #fff;
      border-color: #fff;
      border-radius: 0;
  }
  header .headHelp .adventArea ul li i,
  .adventArea a > i{
      font-size: 14px;
      top: 0;
      margin-left: .5em;
      color: #fff;
  }
  .adventArea h2{
      font-size: 24px;
      font-weight: bold;
      position: relative;
      display: block !important;
      padding: 8px;
      text-align: center;
      color: #39a75b;
      background-color: #fff;
  }
  .adventArea h3{
      font-size: 18px;
      font-weight: bold;
      position: relative;
      margin-top: 2.6%;
      padding-left: 5.4%;
  }
  .adventArea h3:after{
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      content: '';
      border-radius: 3px;
      background-color: #fff;
  }
  .adventArea h4{
      font-size: 16px;
      font-weight: bold;
      margin-top: 1.5em;
  }
  .adventArea h4 ~ h4{
      margin-top: 2em;
  }
  header .headHelp .adventArea a.telBtn{
      font-size: 24px;
      font-weight: bold;
      position: relative;
      display: block ;
      width: 100%;
      padding: .25em .5em;
      color: #333;
      border-radius: 5px;
      background-color: #fff;
  }
  header .headHelp .adventArea a.telBtn > img{
      width: 40px;
      margin-right: .3em;
      vertical-align: -4px;
  }
  .adventArea dl dd{
      margin-top: .5em;
  }
  .adventArea ul{
      margin-top: 2em;
  }
  header .headHelp .adventArea ul li{
      text-align: left;
  }
  header .headHelp .adventArea ul li:last-child{
      margin-top: 0;
  }
  .closeBtn{
      display: block;
  }
  .closeBtn.topBtn{
      position: absolute;
      top: 1%;
      right: 2.6%;
  }
  .closeBtn.topBtn > i{
      font-size: 30px !important;
      color: #39a75b !important;
  }
  .closeBtn.bottomBtn{
      width: 40%;
      margin: 2em auto 0;
      padding: .5em;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 5px;
  }

  
  .w1024 {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  /* help */
  .adventArea{
    display: none !important;
  }
}