@charset "utf-8";
/* CSS Document */
html {
  min-height: 100%;
  position: relative;
  background: #f6f4f1;
/*  background: url(/assets/common/img/bg_dot_w.png);*/
}
body {
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
}
#wrap {
  overflow-x: hidden;
  border-top: 1px solid #cccccc;
  background: #f6f4f1;
/*  background: url(/assets/common/img/bg_dot_w.png);*/
}
#header-simple {
  width: 100% !important;
  background: #fff;
}
#logo-wrap {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo-wrap .logo {
  width: 179px;
  height: 60px;
}
#logo-wrap .logo a {
  display: block;
}

#content-simple {
  width: 100%;
  margin: 30px 0 0 0;
  text-align: left;
  /*  background: #fff;*/
}
#content-simple #article {
  width: 980px;
  padding: 0;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
}
#content-simple #article p {
  line-height: 1.6;
  font-size: 105%;
}
.box-external {
  border: 1px solid #ef7a00;
  padding: 50px;
  background: #fff;
}
.box-external a {
  color: #ef7a00 !important;
  font-weight: bold;
}
.box-external h1 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 140%;
  border-bottom: none;
  margin: 3em 0 1em 0;
  color: #ef7a00;
}
#content-simple #article .box-external p.box-external-ttl {
  font-size: 150%;
  font-weight: bold;
  color: #34434c;
  margin-top: 50px;
}
footer {
  /*  background: url(/assets/common/img/bg_dot_w.png);*/
  background-color: #34434c;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
footer .copyright {
  padding-top: 30px;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
}
.only-pc {
  display: block !important;
}
.only-pci {
  display: inline-block !important;
}
.only-pc-c-txt {
  text-align: center;
}
.only-sp {
  display: none !important;
}
.only-spi {
  display: none !important;
}
@media screen and (min-width:751px) and (max-width:980px) { /* iPad */
#content-simple #article {
  width: calc(100% - 30px);
  padding: 0;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
}
}
@media screen and (max-width: 750px) {
    img {
        max-width: 100%;
    }
  .only-pc {
    display: none !important;
  }
  .only-pci {
    display: none !important;
  }
  .only-pc-c-txt {
    text-align: left !important;
  }
  .only-sp {
    display: block !important;
  }
  .only-spi {
    display: inline-block !important;
  }
  a.pdf {
    background: url(/cmn/img/ico/ico-pdf.gif) right top no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
  #header-simple {
    text-align: center !important;
    height: 66px;
    width: 100%;
  }
  #header-simple #logo-wrap {
    width: 100% !important;
    height: 66px;
    display: flex;
    align-items: center;
  }
  #header-simple #logo-wrap .logo {
    width: 89px;
    height: 30px;
  }
  #header-simple #logo-wrap .logo a {
    width: 89px;
    height: 30px;
    display: block;
  }
  #header-simple .logo a img {
    width: 89px;
    height: 30px;
  }
  #wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #content-simple {
    width: auto;
    margin: 0;
    padding: 10px;
    letter-spacing: normal;
    font-size: 15px;
  }
#content-simple #article {
    width: calc(100% - 20px)!important;
    padding: 10px;
    margin: 0 auto 20px auto;
  }
#content-simple #article p {
  line-height: 1.6;
  font-size: 14px;
}
  .box-external {
    padding: 46px 15px 15px 15px;
  }
  .box-external h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 40px 0 5px 0;
    font-size: 15px;
    border-bottom: none;
    line-height: 1.6;
    color: #ef7a00;
  }
  #content-simple #article .box-external p.box-external-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #34434c;
    margin-top: 1em;
  }
 footer {
  width: 100%;
  height: 40px;
}
footer .copyright {
  padding-top: 15px;
  font-size: 9px;
}
} /*sp*/
