@charset "UTF-8";
/*
font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Roboto', sans-serif;
*/
/* --------------------------------------------------------

                         style

-------------------------------------------------------- */
/* line 13, style.scss */
.title {
  margin: 30px auto 30px;
  position: relative; }
  /* line 14, style.scss */
  .title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 0;
    width: 100%;
    height: 10px;
    background: url("../img/svg_lineBlue.svg") repeat-x;
    background-size: auto 100%;
    opacity: .5;
    display: none; }
  /* line 15, style.scss */
  .title em {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    background: #fff;
    position: relative;
    z-index: 20;
    padding: 0 10px; }

@media only screen and (max-width: 750px) {
  /* line 18, style.scss */
  .title {
    margin: 30px auto 20px; }
    /* line 19, style.scss */
    .title::before {
      height: 10px;
      display: none; }
    /* line 20, style.scss */
    .title em {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.5625rem;
      padding: 0 10px; } }
/* line 24, style.scss */
.ttl {
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  width: 100%; }
  /* line 25, style.scss */
  .ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 0;
    width: 100%;
    height: 80%;
    background: url("../img/svg_lineBlue.svg") repeat-x;
    background-size: auto 100%;
    opacity: .25; }
  /* line 26, style.scss */
  .ttl em {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.625rem;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 20;
    font-weight: 700; }

@media only screen and (max-width: 750px) {
  /* line 29, style.scss */
  .ttl {
    margin-bottom: 15px; }
    /* line 30, style.scss */
    .ttl::before {
      height: 70%; }
    /* line 31, style.scss */
    .ttl em {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 1.3125rem;
      padding-right: 6px; } }
/* line 35, style.scss */
.num {
  position: relative;
  padding-left: 1.2em; }
  /* line 36, style.scss */
  .num::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }

/* line 39, style.scss */
.capWrap span.cap {
  position: relative;
  padding-left: 1em;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.575rem;
  font-weight: 400; }
  /* line 40, style.scss */
  .capWrap span.cap:not(:last-child) {
    margin-bottom: 5px; }
  /* line 41, style.scss */
  .capWrap span.cap::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (max-width: 750px) {
  /* line 46, style.scss */
  .capWrap span.cap {
    padding-left: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2rem; }
    /* line 47, style.scss */
    .capWrap span.cap:not(:last-child) {
      margin-bottom: 5px; } }
/* line 52, style.scss */
.baloon {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  width: 100%;
  box-sizing: border-box;
  z-index: 30; }
  /* line 53, style.scss */
  .baloon::before, .baloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 100%;
    left: 50%; }
  /* line 54, style.scss */
  .baloon::after {
    border-width: 30px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    margin-left: -10px; }
  /* line 55, style.scss */
  .baloon::before {
    border-width: 32px 11px 0 11px;
    border-color: #000 transparent transparent transparent;
    margin-left: -11px;
    margin-top: 1px; }

@media only screen and (max-width: 750px) {
  /* line 58, style.scss */
  .baloon {
    padding: 10px 15px;
    border-radius: 10px; }
    /* line 59, style.scss */
    .baloon::before, .baloon::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 100%;
      left: 50%; }
    /* line 60, style.scss */
    .baloon::after {
      border-width: 20px 5px 0 5px;
      border-color: #fff transparent transparent transparent;
      margin-left: -5px; }
    /* line 61, style.scss */
    .baloon::before {
      border-width: 22px 6px 0 6px;
      border-color: #000 transparent transparent transparent;
      margin-left: -6px;
      margin-top: 1px; } }
/* line 69, style.scss */
.tableWrapNone table tbody th, .tableWrapNone table tbody td {
  text-align: left;
  padding: 10px 15px;
  border: 2px solid #fff;
  box-sizing: border-box; }
/* line 70, style.scss */
.tableWrapNone table tbody th {
  width: 250px;
  background: rgba(46, 117, 182, 0.15); }
/* line 71, style.scss */
.tableWrapNone table tbody td {
  background: rgba(132, 60, 12, 0.05); }
@media only screen and (max-width: 750px) {
  /* line 73, style.scss */
  .tableWrapNone table tbody th, .tableWrapNone table tbody td {
    padding: 5px 12px;
    border: 2px solid #fff;
    display: block; }
  /* line 74, style.scss */
  .tableWrapNone table tbody th {
    width: 100%; } }

/* line 80, style.scss */
.telSet {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 81, style.scss */
  .telSet a {
    color: #fff; }
  /* line 82, style.scss */
  .telSet span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.025rem; }
    /* line 83, style.scss */
    .telSet span:not(:last-child) {
      margin-right: 20px; }
    /* line 84, style.scss */
    .telSet span i {
      font-weight: 900;
      margin-right: 5px; }
    /* line 85, style.scss */
    .telSet span em {
      letter-spacing: 0; }
  /* line 101, style.scss */
  .telSet.w {
    background: none;
    color: inherit; }
    /* line 102, style.scss */
    .telSet.w a {
      color: #2e75b6; }

@media only screen and (max-width: 750px) {
  /* line 106, style.scss */
  .telSet {
    flex-wrap: wrap; }
    /* line 108, style.scss */
    .telSet span {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 2.025rem; }
      /* line 109, style.scss */
      .telSet span:not(:last-child) {
        margin-right: 0px; }
      /* line 110, style.scss */
      .telSet span i {
        margin-right: 5px; }
    /* line 113, style.scss */
    .telSet span.tel {
      margin-right: 12px !important; }
    /* line 121, style.scss */
    .telSet span.mail {
      width: 100%; } }
/* ---------------------------------------------------------------------------------------------
  PCのみの設定
--------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
  スマホ向け設定
--------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
  PC～スマホ 調整（兼タブレット）
--------------------------------------------------------------------------------------------- */
