/**
 * style 
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/accessibility.css";
@import "extension/noscript.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
body {
  background-color: #fff;
  background-image: url(../imgs/space.gif);
  background-repeat: repeat-x;
  background-position: center top;
}
.page {
  color: #333333;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono,
    monospace;
  font-size: 14px;
  line-height: 22px;
}

a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  background-position: bottom right;
  text-decoration: underline;
}

.cap,
.caption {
  background: none;
  color: #666666;
  font-size: 10px;
  line-height: 15px;
}
.cap {
  padding-top: 5px;
}

/**
 * 4. Layout
 */
body #container {
  width: 100%;
  background-color: transparent;
  background-image: url(../imgs/bg-container.gif);
  background-repeat: repeat-x;
  background-position: center top;
  text-align: left;
}
body #Ld {
  max-width: 1000px;
  width: 100%;
}
body #Pagebody {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}
body #Pagebody h1 {
  position: absolute;
  margin-top: 14px;
  margin-left: 110px;
  font-size: 10px;
  color: #000;
}
body #Pagebody h2#logo {
  position: absolute;
  width: 235px;
  height: 60px;
  margin-top: 14px;
  margin-left: 45px;
  font-size: 10px;
  color: #000;
}
body #Pagebody h2#logo a {
  display: block;
  width: 235px;
  height: 60px;
  text-indent: -9999px;
}

body #Pagebody .Whitespc {
  max-width: 980px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
body #Pagebody .Section {
  max-width: 910px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

body #Footer {
  width: 100%;
  padding-top: 3px;
  background: url(../imgs/bg-ftr.gif);
}
body #Footer_in {
  max-width: 900px;
  width: 92.5%;
  margin-right: auto;
  margin-left: auto;
}
body #Footer_in .fl {
  padding-top: 7px;
}

.w40 {
  width: 40px;
}
.w120 {
  width: 120px;
}
.w170 {
  width: 170px;
}
.w700 {
  width: 700px;
}
.w750 {
  width: 750px;
}
.w835 {
  width: 835px;
}
.w840 {
  width: 840px;
}

.red {
  color: #ff0000;
}
.blue {
  font-weight: bold;
  font-size: 16px;
  color: #094c96;
}

.bg_company {
  background: url(../imgs/bg-company.jpg) no-repeat 20px 40px;
}
.Box01 {
  max-width: 881px;
  width: 100%;
  background: url(../imgs/bg-01.gif) no-repeat center top;
  color: #fff;
}

body #Pagebody .Section dl.faq_spc dd {
  float: left;
  line-height: 32px;
}
body #Pagebody .Section dl.faq_spc dd p {
  line-height: 22px;
}

body #Pagebody .Section dl.voice_spc dd {
  float: left;
  line-height: 45px;
}
body #Pagebody .Section dl.voice_spc dd p {
  line-height: 22px;
}

body #Pagebody .Section table.tbl_top,
body #Pagebody .Section table.tbl_mid {
  width: 610px;
  background: #fff;
}
body #Pagebody .Section table.tbl_top {
  border-top: solid 2px #ddd;
  border-bottom: solid 1px #e1e1e1;
}
body #Pagebody .Section table.tbl_mid {
  border-bottom: solid 1px #e1e1e1;
}
body #Pagebody .Section table.tbl_top th,
body #Pagebody .Section table.tbl_mid th {
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  background: #f6f6f6;
  text-align: left;
}
body #Pagebody .Section table.tbl_top td,
body #Pagebody .Section table.tbl_mid td {
  font-size: 13px;
  background: #fff;
  text-align: left;
}

body #Pagebody .Section table ul li {
  line-height: 22px;
}

.g-map iframe {
  width: 100%;
  margin: 40px auto 0px;
}

.sp {
  display: none;
}

.brsp {
  display: none;
}

.ahoverArea {
  height: 20px;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }

  body #Pagebody .Section table.tbl_top,
  body #Pagebody .Section table.tbl_mid {
    width: 95%;
    margin: 0 auto;
  }

  .ml25 {
    margin-left: 0px !important;
  }

  .ml35 {
    margin-left: 0px !important;
  }

  .ml45 {
    margin-left: 0px !important;
  }

  .ml50 {
    margin-left: 0px !important;
  }

  table {
    width: 100% !important;
  }

  .ml40 {
    margin-left: 0px !important;
  }

  .w40 {
    width: 27.5px !important;
  }
  .w120 {
    width: initial !important;
  }
  .w170 {
    width: initial !important;
  }
  .w700 {
    width: initial !important;
  }
  .w750 {
    width: initial !important;
  }
  .w835 {
    width: initial !important;
  }
  .w840 {
    width: initial !important;
  }

  .ml20 {
    margin-left: 0px !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .table-sp {
    width: 80%;
    margin: 0 auto 30px;
  }

  body #Pagebody .Section dl.faq_spc dd {
    line-height: 27.5px;
  }

  .faq_spc {
    position: relative;
  }

  .faq_spc .w40 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq_spc .w40 img {
    width: 26px;
  }

  body #Pagebody .Section dl.faq_spc dd.w835 {
    padding-left: 35px;
    margin-bottom: 10px;
  }

  .img-flex {
    display: flex;
    justify-content: space-between;
    margin: 0px auto 20px;
    padding-left: 35px;
  }

  .img-flex .imgs {
    width: 48%;
  }

  .koutei {
    width: 80px !important;
  }

  h4.mb10 {
    margin-bottom: 0px !important;
  }

  .ac img {
    width: 90%;
    margin-right: auto;
  }

  body #Pagebody .Section dl.voice_spc dd {
    float: initial;
    line-height: initial;
  }

  body #Pagebody .Section dl.voice_spc dd img {
    width: 140px !important;
    display: block;
    margin-bottom: 5px;
  }

  .ac .tel {
    width: 100% !important;
  }

  .bg_company {
    background: #fff;
  }

  .img-flex.mt20 {
    margin-top: 20px !important;
  }

  .bg_company .img-flex,
  .img-flex.npl {
    padding-left: 0px !important;
  }
  .g-map iframe {
    margin-top: 20px !important;
    height: 400px !important;
  }

  .cap {
    padding-top: 5px;
    width: 95%;
    margin: 0 auto 15px;
  }

  .fixed_sp {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    bottom: -7.5px;
    opacity: 0.8;
    transition: all 0.7s;
  }

  .fixed_sp:hover {
    opacity: 1;
  }

  body #Pagebody h1 {
    opacity: 0;
  }

  .Box01 .ml30 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 500px) {
  .img-flex {
    display: block;
  }

  .img-flex .imgs {
    width: 100%;
  }

  .img-flex .imgs:nth-child(1) {
    margin-bottom: 12.5px;
  }

  body #Pagebody {
    padding-bottom: 10px;
  }

  .table-sp {
    width: 100%;
    margin: 0 auto 20px;
  }

  body #Footer_in .fl {
    font-size: 10px !important;
  }

  .Box01 p {
    font-size: 12px;
    line-height: 1.6;
  }
  p {
    font-size: 12px !important;
  }

  dd {
    font-size: 12px !important;
  }

  body #Pagebody .Section table.tbl_top th,
  body #Pagebody .Section table.tbl_mid th {
    width: 80px;
    font-size: 12px;
    font-weight: 600;
  }

  body #Pagebody .Section table.tbl_top td,
  body #Pagebody .Section table.tbl_mid td {
    font-size: 12px;
  }

  .brsp {
    display: block;
  }

  .blue {
    font-size: 14px;
  }
}
