@charset "UTF-8";
/* vendor */
/* helpers */
/* Font
================================================ */
/* font-weight */
.fwN {
  font-weight: normal !important;
}

.fwB {
  font-weight: bold !important;
}

/* Position
================================================ */
/* text-align */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/* float */
.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

.flImgL {
  float: left !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .flImgL {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .flImgL img {
    max-width: 100%;
    height: auto;
  }
}

.flImgR {
  float: right !important;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .flImgR {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .flImgR img {
    max-width: 100%;
    height: auto;
  }
}

.clBoth {
  clear: both;
}

/* vertical-align */
.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* Space
================================================ */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* padding */
.pt5 {
  padding-top: 5px !important;
  padding-top: 0.3125rem !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* Size
================================================ */
/* width */
.wQuart {
  width: 24% !important;
}

.wTri {
  width: 33% !important;
}

.wHalf {
  width: 48% !important;
}

.w70per {
  width: 70% !important;
}

.w80per {
  width: 80% !important;
}

.w90per {
  width: 90% !important;
}

.wFull {
  width: 99.9% !important;
}

.wMax {
  width: 100% !important;
}

.w03per {
  width: 3% !important;
}

.w05per {
  width: 5% !important;
}

.w09per {
  width: 9% !important;
}

.w10per {
  width: 10% !important;
}

.w13per {
  width: 13% !important;
}

.w14per {
  width: 14% !important;
}

.w15per {
  width: 15% !important;
}

.w18per {
  width: 18% !important;
}

.w20per {
  width: 20% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

/* Tools
================================================ */
.block {
  display: block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.nobg {
  background: none !important;
}

.underLine {
  text-decoration: underline;
}

.noLine {
  text-decoration: none;
}

.nobr {
  white-space: nowrap;
}

.blockC {
  margin: 0 auto !important;
}

.noBorder {
  border: none;
  outline: none;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

.ofHidden {
  overflow: hidden;
}

/* Flexbox
================================================ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/* base */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

img {
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

body {
  background: #fff;
  color: #444;
}

a {
  color: #005bac;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.08;
  margin-top: 30px;
}

h2 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 2.380952381;
  margin-top: 30px;
}

h3 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  margin-top: 30px;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 30px;
}

p {
  margin-top: 20px;
}

article > header {
  background: #005bac;
  padding: 22px 13px;
  text-align: center;
}
article > header > h1 {
  margin: 0;
  color: #fff;
  letter-spacing: 0.075em;
}
article > header > h1 span {
  display: block;
  margin-top: 12px;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0;
}

h2 {
  text-align: center;
  color: #005bac;
}

div > h2:first-child {
  margin-top: 0;
}

.tit-excl01 {
  color: #e10000;
  text-align: center;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.tit-excl01:before {
  content: "";
  display: inline-block;
  width: 6vw;
  height: 6vw;
  background-image: url(/sp/consult/img/ico_excl01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 6px;
}

/* components */
.button {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: solid 2px #005bac;
  color: #005bac;
  background: #fff;
  text-align: center;
  padding: 8px 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background: #005bac;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-btn {
  color: #fff;
  background: #2e7dc2;
  border: none;
}
.nav-btn:hover {
  color: #005bac;
  background: #fff;
}

.button-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-flex {
  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: 100%;
  min-height: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
}

.button-gray01 {
  border-color: #b1b1b1;
  color: #b1b1b1;
  border-radius: 4px;
}
.button-gray01:hover {
  color: #b1b1b1;
  background: #fff;
}

.button-orange01 {
  border: none;
  background: #f47700;
  color: #fff;
}
.button-orange01:hover {
  border: none;
  color: #fff;
  background: #f47700;
}

.button-size160 {
  width: 160px;
}

ul.ul-type01 li {
  margin-top: 10px;
  padding-left: 15px;
  display: block;
  position: relative;
}
ul.ul-type01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #005bac;
  left: 0;
  top: 0.5em;
}

ul.ul-type02 li {
  margin-top: 3px;
  padding-left: 22px;
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
ul.ul-type02 li:before {
  content: "※";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  left: 0;
  top: 0;
}

ul.ul-with-image01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 13px;
}
ul.ul-with-image01 li img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 18vw;
  max-width: 140px;
  margin-right: 16px;
}

ul.ul-with-image02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
ul.ul-with-image02 li {
  width: 33.3333333333%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
ul.ul-with-image02 li:nth-child(2) {
  margin-left: 3px;
  margin-right: 3px;
}
ul.ul-with-image02 li:nth-child(3) span {
  padding-top: 6vw;
}
ul.ul-with-image02 li a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-decoration: none;
  font-weight: bold;
  background: #e7f4ff;
  padding: 6px 6px 10px;
}
ul.ul-with-image02 li span {
  display: block;
  text-align: center;
}
ul.ul-with-image02 li img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.item-contact01 {
  margin: 20px 0 0;
  padding: 23px 13px;
  background: #fff;
}
.item-contact01 .title {
  margin-top: 0;
  text-align: center;
  font-size: 23px;
  font-size: 6.1333333333vw;
}
.item-contact01 .title + .tel-link {
  margin-top: 15px;
}
.item-contact01 .tel-link {
  display: block;
  background: #005bac;
  color: #fff;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 4px;
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.item-contact01 .tel-link img {
  width: 27px;
  width: 7vw;
  height: auto;
  margin-right: 11px;
  vertical-align: top;
  margin-top: 2px;
}
.item-contact01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.item-contact01 dt {
  font-size: 14px;
  font-size: 3.7333333333vw;
  background: #005bac;
  color: #fff;
  padding: 2px 4px;
  letter-spacing: 0.05em;
}
.item-contact01 dd {
  font-weight: normal;
  font-size: 14px;
  font-size: 3.7333333333vw;
  vertical-align: middle;
}
.item-contact01 .time {
  font-weight: bold;
  font-size: 23px;
  font-size: 6.1333333333vw;
  text-align: right;
  letter-spacing: 0.02em;
}
.item-contact01 .note01 {
  margin-top: 2px;
  border: 1px solid #005bac;
  color: #005bac;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  text-align: center;
}
.item-contact01 .note02 {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  text-align: center;
}

.item-box01 {
  padding: 25px 14px;
  background: #fff;
  border: solid 1px #005bac;
}
.item-box01 h2 {
  line-height: 1;
}
.item-box01 h2:first-child {
  margin: 0;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14vw;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  position: relative;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span {
  height: 4px; /*線の太さ*/
  width: 27px; /*長さ*/
  border-radius: 2px;
  background: #005bac;
  display: block;
  cursor: pointer;
}
#nav-open span:nth-child(2) {
  margin: 7px 0;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: 64%; /*左側に隙間を作る*/
  max-width: 240px; /*最大幅*/
  height: 100%;
  background: #fff; /*背景色*/
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); /*右に隠しておく*/
  background: #005bac;
  padding: 0 13px 30px;
  color: #fff;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
      transform: translateX(0%); /*中身を表示*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-close-icon {
  display: inline-block;
  width: 56px;
  height: 60px;
  vertical-align: middle;
  cursor: pointer;
  padding: 13px;
  margin-right: -13px;
  float: right;
  position: relative;
}
#nav-close-icon span:before, #nav-close-icon span:after {
  position: absolute;
  height: 3px; /*線の太さ*/
  width: 35px; /*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
  top: 28px;
  right: 10px;
}

#nav-close-icon span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-close-icon span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-menu {
  margin-bottom: 30px;
  border-top: solid 1px #2776bc;
}
.nav-menu li {
  border-bottom: solid 1px #2776bc;
}
.nav-menu li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding: 13px 0;
}

.toggle-title {
  color: #005bac;
  font-weight: bold;
  text-align: center;
  background: #eee;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  padding: 18px 13px;
  cursor: pointer;
}
.toggle-title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #005bac;
  border-bottom: 2px solid #005bac;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 4px;
}
.toggle-title.js-open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-bottom: 0;
}

.toggle-contents {
  display: none;
  padding: 20px 10px;
  border: 3px solid #eee;
  background: #fff;
}
.toggle-contents p:first-child {
  margin-top: 0;
}

/* layout */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header a {
  text-decoration: none;
}

.header-logo {
  padding: 18px 0 20px 13px;
  line-height: 1;
  width: 72vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo img {
  height: auto;
  max-width: 62vw;
  max-height: 100%;
  vertical-align: bottom;
}

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14vw;
  cursor: pointer;
  background: #f47700;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.header-tel img {
  width: 6vw;
  max-width: 21px;
  height: auto;
  margin-bottom: 7px;
}
.header-tel span {
  text-align: center;
}

#nav-drawer {
  /* components/_nav.scss */
}

.footer {
  border-top: 5px solid #005bac;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.footer-nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.footer-nav ul li:first-child a {
  border-right: 1px solid #6e9fcb;
}
.footer-nav ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.footer-nav ul li:last-child a {
  border-top: 1px solid #6e9fcb;
}
.footer-nav ul li a {
  position: relative;
  display: block;
  padding: 20px 13px;
  background: #2975b9;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  line-height: 1;
  text-decoration: none;
}
.footer-nav ul li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 13px;
  top: 50%;
  margin-top: -4px;
}

.copyright {
  margin: 0;
  padding: 25px 0;
  background: #005bac;
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: #fff;
  text-align: center;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.footer-fixed .button.button-orange01 {
  padding: 0 13px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2631578947;
  line-height: 56px;
  letter-spacing: 0.05em;
}
.footer-fixed .button.button-orange01 img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  vertical-align: middle;
}
.footer-fixed.js-show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
      transform: translateY(0%); /*中身を表示*/
}

/* pages */
.consult-index .section01 {
  padding: 0 13px 25px;
  background: #f5f5f5;
}
.consult-index .section01 > h2:first-child {
  padding: 16px 0 6px;
}
.consult-index .section01 h3 {
  margin: 0;
}
.consult-index .section01 .ul-with-image01 {
  margin: 0 -13px;
}
.consult-index .section01 .ul-with-image01 li {
  background: #fff;
  margin-bottom: 5px;
}
.consult-index .section01 .tit-excl01 {
  margin-left: -5px;
  margin-right: -5px;
}
.consult-index .section02 > h2:first-child {
  padding: 10px 0;
}
.consult-index .toggle-wrap {
  margin-top: 5px;
}
.consult-index .toggle-wrap .leaflet01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-left: 30px;
}
.consult-index .toggle-wrap .leaflet01 span {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #010101;
  margin-top: 10px;
}
.consult-index .toggle-wrap .leaflet01 img {
  width: 24vw;
  max-width: 180px;
}
.consult-index .ul-list-link li {
  margin-bottom: 1px;
}
.consult-index .ul-list-link li a {
  display: block;
  background: #e7f4ff;
  padding: 10px 16px;
  text-decoration: none;
  position: relative;
}
.consult-index .ul-list-link li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #2975b9;
  border-bottom: 2px solid #2975b9;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 16px;
  top: 50%;
  margin-top: -4px;
}

/* themes */