@charset "UTF-8";
/* -------------------------
  ini
------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body, button, input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button, input[type="text"], input[type="submit"], select, textarea {
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: inherit;
}

button, input[type="submit"], select, input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  color: #004DA0;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #00346d;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  input[type="text"] {
    font-size: 16px;
  }
}
/* -------------------------
  display
------------------------- */
@media (min-width: 769px) {
  .spShow {
    display: none;
  }
}
@media (max-width: 768px) {
  .pcShow {
    display: none;
  }
}
/* -------------------------
  layout
------------------------- */
.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  html {
    min-width: 320px;
  }
}
/* -------------------------
  header / footer
------------------------- */
.header {
  padding: 15px 30px;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .telBlock {
  padding: 0;
  border: none;
}
.header .telBlock .telNum {
  font-size: 3rem;
}
.header .telBlock .telTime {
  font-size: 1.4rem;
}

.footer {
  margin-top: 100px;
  padding: 45px 30px;
  background: #004DA0;
  color: #fff;
}

.footInfo {
  float: right;
  padding-left: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 0 1px;
}

.logoText {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.logoText:not(:last-child) {
  margin-bottom: 0.2em;
}

.copyright {
  font-size: 1.4rem;
}

.addressText {
  font-size: 1.6rem;
}
.addressText:not(:last-child) {
  margin-bottom: 0.5em;
}

.infoDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}
.infoDl > dt {
  padding: 0.2em 0.5em;
  background: #fff;
  color: #004DA0;
  font-size: 0.647em;
}
.infoDl > dt:not(:last-child) {
  margin-right: 0.5em;
}
.infoDl > dd:not(:last-child) {
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .header {
    padding: 10px 15px;
  }
  .header .telBlock .telNum {
    font-size: 2rem;
  }
  .header .telBlock .telTime {
    font-size: 1rem;
  }

  .logo {
    max-width: 70px;
  }

  .footer {
    margin-top: 50px;
    padding: 25px 15px;
    text-align: center;
  }
  .footer > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer > .inner .logoText {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .footInfo {
    float: none;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-width: 0 0 1px;
  }

  .logoText {
    font-size: 1.6rem;
  }

  .copyright {
    font-size: 1rem;
  }

  .addressText {
    font-size: 1.2rem;
  }

  .infoDl {
    font-size: 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* -------------------------
  telBlock
------------------------- */
.telBlock {
  padding: 35px;
  border: 6px solid #F6F6F6;
  text-align: center;
}
.telBlock__title {
  font-size: 1.3rem;
  font-weight: bold;
}
.telBlock__company {
  color: #004DA0;
  font-size: 2.3rem;
  font-weight: bold;
}
.telBlock__company:not(:last-child) {
  margin-bottom: 0.5em;
}

.telNum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}
.telNum:not(:last-child) {
  margin-bottom: 0.1em;
}
.telNum > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.telNum > a::before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  background: #004DA0 url(../img/ic_tel.png) no-repeat 50% 50%/contain;
  border-radius: 50%;
  margin-right: 0.2em;
}

.telTime {
  font-size: 2.1rem;
}
.telTime > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  padding: 0.2em 0.8em;
  background: #EEEEEE;
  font-size: 0.762em;
}
.telTime > small {
  font-size: 0.714em;
}

@media (max-width: 768px) {
  .telBlock {
    padding: 25px 15px;
    border-width: 3px;
  }
  .telBlock__title {
    font-size: 1.1rem;
  }
  .telBlock__company {
    font-size: 1.6rem;
  }

  .telNum {
    font-size: 3.5rem;
  }

  .telTime {
    font-size: 1.5rem;
  }
}
/* -------------------------
  pageTitle
------------------------- */
.headArea {
  padding: 60px 30px;
  background: #004DA0;
  color: #fff;
}

.pageTitle {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.pageTitle small {
  display: block;
  margin-top: 0.2em;
  font-size: 0.824em;
}

@media (max-width: 768px) {
  .headArea {
    padding: 25px 15px;
  }

  .pageTitle {
    font-size: 2rem;
  }
}
/* -------------------------
  main
------------------------- */
.main section {
  padding-left: 30px;
  padding-right: 30px;
}
.main section:not(:last-child) {
  margin-bottom: 75px;
}
.main section.bg {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #FBFBFC;
}
.main p:not([class]) {
  line-height: 1.8;
}
.main p:not([class]):not(:last-child) {
  margin-bottom: 1.8em;
}
.main h2 {
  padding-left: 0.8em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: 0.464em solid #004DA0;
}
.main h2:not(:last-child) {
  margin-bottom: 1.2em;
}
.main h2:not(:first-child) {
  margin-top: 2em;
}
.main h3 {
  padding-bottom: 0.3em;
  border-bottom: 0.19em solid #F2F2F2;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}
.main h3:not(:last-child) {
  margin-bottom: 1.2em;
}
.main h3:not(:first-child) {
  margin-top: 2em;
}
.main h3.stepTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main h3.stepTitle > span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.7em;
  height: 1.7em;
  margin-right: 0.5em;
  background: #004DA0;
  color: #fff;
  font-size: 1.238em;
  font-weight: bold;
  line-height: 1;
}
.main h4 {
  padding-left: 1em;
  border-left: 0.389em solid;
  color: #004DA0;
  font-size: 1.8rem;
  font-weight: bold;
}
.main h4:not(:last-child) {
  margin-bottom: 0.8em;
}
.main h4:not(:first-child) {
  margin-top: 2em;
}

.leadBlock {
  padding: 40px 30px 65px;
  text-align: center;
}
.leadBlock p:not([class]) {
  line-height: 1.6;
}

.dateText {
  font-size: 0.875em;
  text-align: right;
  line-height: 1.7;
}
.dateText:not(:last-child) {
  margin-bottom: 2.8em;
}

.pageNav {
  margin-bottom: 60px;
  padding: 30px 30px;
  background: #FBFBFC;
}
.pageNav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
}
.pageNav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageNav > ul > li:not(:last-child) {
  margin-right: 1em;
}
.pageNav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1.5em;
  background: #fff;
  border: 4px solid #F2F2F2;
  color: inherit;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.pageNav > ul > li > a::after {
  content: '';
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.3em 0;
  border-top-color: #004DA0;
}
@media only screen and (min-width: 768px) {
  .pageNav > ul > li > a:hover {
    color: #004DA0;
  }
}

.red {
  color: #EE0152;
}

.bold {
  font-weight: bold;
}

.list {
  list-style: none;
  line-height: 1.5;
}
.list:not(:last-child) {
  margin-bottom: 2em;
}
.list > li:not(:last-child) {
  margin-bottom: 1em;
}

.navList {
  list-style: none;
  color: #004DA0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.navList:not(:last-child) {
  margin-bottom: 5em;
}
.navList > li {
  padding: 1px;
  background: currentColor;
}
.navList > li:not(:last-child) {
  margin-bottom: 0.7em;
}
.navList > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
.navList > li > a::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.3em 0;
  border-top-color: currentColor;
}
@media only screen and (min-width: 768px) {
  .navList > li > a:hover {
    color: #00346d;
  }
}
.navList__num {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  color: #fff;
  font-size: 1.611em;
  line-height: 1;
  text-align: center;
}
.navList__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 2em 0.8em 1em;
  background: #fff;
}

.clmBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clmBlock__main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
}
.clmBlock__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.baseBtn {
  position: relative;
  display: inline-block;
  padding: 1em 3em 1em 2.5em;
  background: #004DA0;
  -webkit-box-shadow: 0 5px 0 0 #003268;
          box-shadow: 0 5px 0 0 #003268;
  border-radius: 50em;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.baseBtn:not(:last-child) {
  margin-bottom: 1.2em;
}
.baseBtn::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0 0.3em 0.5em;
  border-left-color: currentColor;
}
@media only screen and (min-width: 768px) {
  .baseBtn:hover {
    background: #00346d;
    color: #fff;
  }
}

@media (max-width: 1000px) {
  .clmBlock {
    display: block;
  }
  .clmBlock__main {
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .main section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main section:not(:last-child) {
    margin-bottom: 40px;
  }
  .main section.bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main h2 {
    font-size: 2.2rem;
  }
  .main h3 {
    font-size: 1.8rem;
  }
  .main h4 {
    font-size: 1.5rem;
  }

  .leadBlock {
    padding: 20px 15px 35px;
  }

  .pageNav {
    margin-bottom: 30px;
    padding: 15px;
  }
  .pageNav > ul > li:not(:last-child) {
    margin-right: 0.5em;
  }
  .pageNav > ul > li > a {
    padding: 1em 1.5em 1em 0.5em;
    font-size: 1.5rem;
  }

  .navList {
    font-size: 1.5rem;
  }
}
