@charset "utf-8";
/* TOP CSS Document */
/*---------------------------------
  use top
---------------------------------*/
body.lower.use #headImg {
  background-image: url(../images/use/head_bg01@2x.jpg);
  background-color: #e2ebf1
}
body.lower.use #headImg h2 {
  color: #192041
}
@media screen and (max-width: 767px) {
  body.lower.use #headImg {
    background-image: url(../images/use/head_bg01_sp.jpg);
  }
}
body.lower.use #sec01, body.lower.use #sec02, body.lower.use #sec03, body.lower.use #sec04, body.lower.use #sec05 {
  background-color: #fff;
  padding: 45px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden
}
body.lower.use #main h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1em;
}
body.lower.use #main .fL {
  width: 480px
}
body.lower.use #main .fR {
  width: 340px
}
body.lower.use #main .phone .fL {
  width: 600px;
}
body.lower.use #main .phone .fL a {
  color: #0e28a6
}
body.lower.use #main .phone .fR {
  width: 220px;
  text-align: center
}
body.lower.use #main .thumb {
  border-radius: 5px;
  overflow: hidden;
}
body.lower.use .telBox {
  background-color: #f1f4fa;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 0;
  text-align: center
}
body.lower.use .telBox p {
  margin-bottom: 0
}
body.lower.use .telBox .tel {
  padding-left: 50px;
  font-size: 32px;
  font-weight: 700;
  background-image: url(../images/use/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  display: inline-block;
}
body.lower.use #sec05 {
  margin-bottom: 90px
}
@media screen and (max-width: 767px) {
  body.lower.use #sec01, body.lower.use #sec02, body.lower.use #sec03, body.lower.use #sec04, body.lower.use #sec05 {
    padding: 30px;
    margin-bottom: 30px;
  }
  body.lower.use #main h3 {
    font-size: 18px;
    margin-bottom: 0.5em
  }
  body.lower.use #main .fL {
    width: 100%
  }
  body.lower.use #main .fL p {}
  body.lower.use #main .fR {
    width: 100%;
    margin-top: 20px;
  }
  body.lower.use #main .phone .fL {
    width: 100%
  }
  body.lower.use #main .phone .fR {
    width: 100%;
  }
  body.lower.use #main .phone .fR .thumb {
    width: 50%;
    margin: 0 auto
  }
  body.lower.use .telBox {
    padding: 15px;
    margin-top: 20px;
  }
  body.lower.use .telBox .tel {
    padding-left: 40px;
    font-size: 24px;
    background-size: 30px auto;
    background-position: 0% 60%;
  }
  body.lower.use #sec05 {
    margin-bottom: 30px
  }
}
/*---------------------------------
  about-dock
---------------------------------*/
body.lower.about-dock #headImg {
  background-image: url(../images/about/head_bg01@2x.jpg);
}
body.lower.about-dock #linkBox {
  margin-bottom: 70px;
}
body.lower.about-dock #linkBox .linkBoxWrap {
  background-color: #fff;
  padding: 45px;
  border-radius: 5px
}
body.lower.about-dock #linkBox .linkBoxWrap p {
  margin-bottom: 0
}
body.lower.about-dock #linkBox .linkBoxWrap a {
  color: #0e28a6
}
body.lower.about-dock #linkBox .linkBoxWrap a:hover {
  text-decoration: underline
}
body.lower.about-dock h3.headding02 {
  margin-bottom: 0.8em
}
body.lower.about-dock .thumb {
  overflow: hidden;
  border-radius: 5px
}
body.lower.about-dock .block_a .fL {
  width: 580px;
}
body.lower.about-dock .block_a .fR {
  width: 340px;
}
body.lower.about-dock .block_b .fL {
  width: 640px;
}
body.lower.about-dock .block_b .fR {
  width: 270px;
}
body.lower.about-dock #sec01, body.lower.about-dock #sec02, body.lower.about-dock #sec03, body.lower.about-dock #sec04 {
  margin-bottom: 70px;
}
body.lower.about-dock #sec03 table thead th {
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700
}
body.lower.about-dock #sec03 table thead th:nth-child(2) {
  background-color: #4e7396
}
body.lower.about-dock #sec03 table thead th:nth-child(3) {
  background-color: #b76b76
}
body.lower.about-dock #sec03 table td, body.lower.about-dock #sec03 table th {
  border: 2px solid #f8f8f8
}
body.lower.about-dock #sec03 table td {
  padding: 15px;
  vertical-align: middle;
}
body.lower.about-dock #sec03 table td:nth-child(1) {
  background-color: #69708f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 20%
}
body.lower.about-dock #sec03 table td:nth-child(2n) {
  background-color: #ecf1f6;
  width: 40%
}
body.lower.about-dock #sec03 table td:nth-child(3n) {
  background-color: #f5edee;
  width: 40%
}
body.lower.about-dock #sec04 h4 {
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 20px;
  background-color: #4b537a;
  margin-bottom: 0.8em;
  margin-top: 30px;
}
body.lower.about-dock #sec05 {
  margin-bottom: 90px
}
body.lower.about-dock #sec05 table tr {
  border-bottom: 1px solid #dfdfdf;
}
body.lower.about-dock #sec05 table td {
  padding: 15px 0
}
body.lower.about-dock #sec05 table td:nth-child(2) {
  text-align: right
}
@media screen and (max-width: 767px) {
  body.lower.about-dock #headImg {
    background-image: url(../images/about/head_bg01_sp.jpg);
  }
  body.lower.about-dock #linkBox {
    display: none
  }
  body.lower.about-dock .thumb {
    margin-bottom: 20px
  }
  body.lower.about-dock .block_a .fL {
    width: 100%;
  }
  body.lower.about-dock .block_a .fR {
    width: 100%;
  }
  body.lower.about-dock .block_b .fL {
    width: 100%;
  }
  body.lower.about-dock .block_b .fR {
    width: 100%;
  }
  body.lower.about-dock #sec01, body.lower.about-dock #sec02, body.lower.about-dock #sec03, body.lower.about-dock #sec04 {
    margin-bottom:30px;
  }
  body.lower.about-dock #sec03 table {
    width: 100%;
    min-width: 700px;
}
  body.lower.about-dock #sec03 table thead th {
    white-space: nowrap
  }
  body.lower.about-dock #sec03 table td {
    white-space: nowrap
  }
  body.lower.about-dock #sec04 h4 {
    padding: 8px 10px;
    font-size:16px;
    margin-top: 20px;
  }
  body.lower.about-dock #sec05 {
    margin-bottom: 30px
  }
  body.lower.about-dock #sec05 table tr {
    display: block;
    padding: 10px 0
  }
  body.lower.about-dock #sec05 table td {
    padding: 0px 0;
    display: block;
    width: 100%
  }
  body.lower.about-dock #sec05 table td:nth-child(2) {
    text-align: left
  }
}