@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.font-yumin {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

.font-yugo {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.font-pt {
  font-family: 'PT Serif', serif; }

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

html, body {
  min-width: 1140px; }
  @media screen and (max-width: 768px) {
    html, body {
      min-width: inherit;
      min-width: auto; } }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500; 
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    body {
      line-height: 1.5;
      font-size: 14px;
      font-size: 1.4rem; } }

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none; }
  a:hover {
    opacity: 0.7;
    color: inherit; }
  a:focus {
    outline: none; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none; }

input, textarea, select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="mail"]:disabled,
input[type="tel"]:disabled,
textarea:disabled {
  background-color: #CED0D0; }

input[type="text"]:focus:placeholder,
input[type="email"]:focus:placeholder,
input[type="mail"]:focus:placeholder,
input[type="tel"]:focus:placeholder,
textarea:focus:placeholder {
  color: transparent !important; }

input[type="text"]:focus:focus::-webkit-input-placeholder,
input[type="email"]:focus:focus::-webkit-input-placeholder,
input[type="mail"]:focus:focus::-webkit-input-placeholder,
input[type="tel"]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important; }

input[type="text"]:focus:focus:-moz-placeholder,
input[type="email"]:focus:focus:-moz-placeholder,
input[type="mail"]:focus:focus:-moz-placeholder,
input[type="tel"]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important; }

input[type="text"]:focus:focus::-moz-placeholder,
input[type="email"]:focus:focus::-moz-placeholder,
input[type="mail"]:focus:focus::-moz-placeholder,
input[type="tel"]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important; }

input[type="text"],
input[type="email"],
input[type="mail"],
input[type="tel"],
input[type="submit"],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="mail"],
    input[type="tel"],
    input[type="submit"],
    textarea,
    select {
      padding: 10px; } }

input[type="text"],
input[type="email"],
input[type="mail"],
input[type="tel"],
textarea {
  width: 100%; }

input[type="radio"] {
  margin: 0 10px 0 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 17px;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }

.table-pcfix {
  overflow-x: scroll;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .contents .table-pcfix table {
      width: 720px; } }
  @media screen and (max-width: 768px) {
    .table-pcfix table {
      width: 1100px; } }

.unit-table-01 {
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .unit-table-01.tb-vertical thead {
      display: none; } }
  @media screen and (max-width: 768px) {
    .unit-table-01.tb-vertical tr {
      border: 1px solid #040000; } }
  @media screen and (max-width: 768px) {
    .unit-table-01.tb-vertical tr th, .unit-table-01.tb-vertical tr td {
      display: block;
      width: 100% !important;
      border: none; } }
  @media screen and (max-width: 414px) {
    .unit-table-01.sp-vertical thead {
      display: none; } }
  @media screen and (max-width: 414px) {
    .unit-table-01.sp-vertical tr {
      border: 1px solid #040000; } }
  @media screen and (max-width: 414px) {
    .unit-table-01.sp-vertical tr th, .unit-table-01.sp-vertical tr td {
      display: block;
      width: 100% !important;
      border: none; } }
  .unit-table-01.small tr th, .unit-table-01.small tr td {
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .unit-table-01.small tr th, .unit-table-01.small tr td {
        padding: 7px; } }
  .unit-table-01 .back-cream {
    background-color: #f9e8a3; }
  .unit-table-01 thead tr th,
  .unit-table-01 thead tr td {
    text-align: center; }
  .unit-table-01 tr th, .unit-table-01 tr td {
    border: 1px solid #040000;
    vertical-align: middle;
    padding: 20px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .unit-table-01 tr th, .unit-table-01 tr td {
        padding: 5px; } }
  .unit-table-01 tr th {
    background-color: #eeeeef;
    font-weight: bold;
    color: #003171; }

.unit-table-02 {
  table-layout: fixed;
  width: 100%; }
  .unit-table-02.small th, .unit-table-02.small td {
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .unit-table-02.small th, .unit-table-02.small td {
        padding: 5px; } }
  .unit-table-02.col03 thead tr th:nth-of-type(1), .unit-table-02.col03 thead tr td:nth-of-type(1) {
    width: 44%; }
  .unit-table-02.col03 thead tr th:nth-of-type(2), .unit-table-02.col03 thead tr td:nth-of-type(2) {
    width: 33%; }
  .unit-table-02.col03 thead tr th:nth-of-type(3), .unit-table-02.col03 thead tr td:nth-of-type(3) {
    width: 33%; }
  .unit-table-02.col04 thead tr th:nth-of-type(1), .unit-table-02.col04 thead tr td:nth-of-type(1) {
    width: 37%; }
  .unit-table-02.col04 thead tr th:nth-of-type(2), .unit-table-02.col04 thead tr td:nth-of-type(2) {
    width: 18%; }
  .unit-table-02.col04 thead tr th:nth-of-type(3), .unit-table-02.col04 thead tr td:nth-of-type(3) {
    width: 22.5%; }
  .unit-table-02.col04 thead tr th:nth-of-type(4), .unit-table-02.col04 thead tr td:nth-of-type(4) {
    width: 22.5%; }
  .unit-table-02 th, .unit-table-02 td {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #cbcbcb;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .unit-table-02 th, .unit-table-02 td {
        padding: 5px;
        font-size: 1.3rem; } }
  .unit-table-02 th {
    background-color: #eeeeef; }
  .unit-table-02 .proportionNum {
    width: calc(100% - 1.2em - 5px);
    margin-right: 5px; }
    @media screen and (max-width: 768px) {
      .unit-table-02 .proportionNum {
        width: 100%;
        margin-right: 0; } }
  .unit-table-02 input[type="tel"],
  .unit-table-02 input[type="text"],
  .unit-table-02 input[type="mail"],
  .unit-table-02 input[type="email"] {
    padding: 5px 10px; }
    @media screen and (max-width: 768px) {
      .unit-table-02 input[type="tel"],
      .unit-table-02 input[type="text"],
      .unit-table-02 input[type="mail"],
      .unit-table-02 input[type="email"] {
        padding: 3px; } }

strong {
  font-weight: bold; }

/*--------------------------------------------------*/
/* Default ---------------------------------------------*/
.clearfix {
  clear: both !important; }
  .clearfix::after {
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
    line-height: 0;
    font-size: 0; }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; } }

/* --------------------------------------------------------------
共通
-------------------------------------------------------------- */
/*
body {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 1300px;
    color: #000;
    background-color: #fff;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    //font-weight: 600;
}

@media screen and (max-width: 768px) {
    
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
*/
/*　本文テキスト　*/
.text-ja-font {
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400; }

/* 英語テキスト */
.en {
  font-family: 'PT Serif', serif; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.container {
  width: 1000px;
  margin: 0 auto; }

/* レスポンシブ画像切り替え用 */
.img_switch {
  visibility: hidden; }

/* / レスポンシブ画像切り替え用 */
/* header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #fff;
  z-index: 99;
  font-weight: 600; }
  #header .inner {
    width: 1260px;
    height: 100%;
    margin: 0 auto; }

.company-info {
  float: left;
  padding: 28px 0;
  margin-right: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.globalNav {
  float: right;
  position: relative; }

.telbutton {
  float: right;
  width: 200px;
  padding: 15px 0;
  margin: -10px 0 0 15px; }

/* company info ---------- */
.company-info .logo {
  display: inline-block; }

.company-info .title {
  display: inline-block;
  color: #1d3879;
  font-size: 16px;
  letter-spacing: .14em;
  margin-left: 8px;
  line-height: 1.4; }
  .company-info .title strong {
    display: block;
    font-size: 23px;
    letter-spacing: 0; }

.company-info .time-info {
  color: #1d3879;
  font-size: 16px;
  letter-spacing: .14em;
  padding-left: 47px;
  margin-top: -5px; }

/* navi btn ---------- */
.nav-button {
  display: none; }

/* global navi ---------- */
@media only screen and (min-width: 769px) {
  .globalNav {
    display: block !important; } }

.globalNav .nav-inner > ul {
  font-size: 0;
  text-align: center;
  height: 114px; }
  .globalNav .nav-inner > ul > li {
    display: inline-block;
    height: 100%;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: top; }
    .globalNav .nav-inner > ul > li > a {
      height: 100%;
      padding: 40px 15px 15px;
      color: #1d3879;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .globalNav .nav-inner > ul > li > span {
      height: 100%;
      padding: 40px 15px 15px;
      color: #1d3879;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      display: block;
      cursor: pointer; }
    .globalNav .nav-inner > ul > li .jp {
      display: block; }
    .globalNav .nav-inner > ul > li .en {
      display: block;
      color: #a38467;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .14em; }
    .globalNav .nav-inner > ul > li:hover {
      opacity: 1;
      background: #1d3879;
      color: #fff; }
      .globalNav .nav-inner > ul > li:hover span {
        color: #fff; }
    .globalNav .nav-inner > ul > li a:hover .jp {
      color: #fff; }
    .globalNav .nav-inner > ul > li a:hover .en {
      color: #fff;
      font-weight: normal; }
      .globalNav .nav-inner > ul > li a:hover .en::after {
        content: "";
        display: block;
        width: 34px;
        height: 1px;
        background-color: #fff;
        margin: 10px auto 0; }

.globalNav .open-li {
  /*  width: 165px;*/
  position: relative; }

.globalNav li.open-li:hover .puldown {
  opacity: 1;
  visibility: visible; }

.globalNav .puldown {
  width: 1000px;
  position: absolute;
  top: 114px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  -webkit-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 768px) {
    .globalNav .puldown {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  .globalNav .puldown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 0; }
    .globalNav .puldown ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      margin-top: -1px;
      margin-left: -1px;
      font-size: 14px;
      letter-spacing: .04em;
      background-color: #fff;
      border: 1px solid #fff; }
  .globalNav .puldown a {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
    color: #fff;
    text-align: center;
    background: #1d3879; }
    @media only screen and (max-width: 768px) {
      .globalNav .puldown a {
        height: auto; } }
    .globalNav .puldown a:hover {
      color: #fff;
      opacity: .7; }

/* OPEN */
/* telbutton ---------- */
.telbutton .tel {
  font-size: 27px;
  color: #1d3879;
  letter-spacing: -.035em; }
  .telbutton .tel img {
    display: inline-block;
    width: 28px;
    margin-right: 5px; }

.telbutton .link {
  background: #1d3879;
  color: #fff;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
  padding: 7px 0; }
  .telbutton .link a {
    display: block; }

/* メインビジュアル
--------------------------------------------------------------*/
.mainvisual {
  background: url(../img/top/top_mv.jpg) center top no-repeat;
  padding: 65px 0;
  position: relative;
  z-index: 10;
  /*margin-top: -155px;*/
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
  .mainvisual .txt {
    color: #1d3879; }
  .mainvisual .catch {
    font-size: 37px;
    letter-spacing: .14em;
    line-height: 1.3;
    margin-bottom: 10px; }
    .mainvisual .catch strong {
      font-weight: bold;
      font-size: 40px;
      -webkit-text-emphasis: filled dot #1d3879;
      text-emphasis: filled dot #1d3879; }
  .mainvisual .txt > p {
    font-size: 23px;
    letter-spacing: .14em; }
  .mainvisual .txt ol li {
    display: inline-block;
    margin: 15px 10px 30px 0;
    vertical-align: top;
    background: url(../img/top/mv_point_bg.png) center center no-repeat;
    width: 110px;
    height: 102px;
    background-size: cover;
    text-align: center; }
    .mainvisual .txt ol li span {
      color: #a38467;
      font-style: italic;
      letter-spacing: .06em;
      font-size: 19px; }
    .mainvisual .txt ol li p {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2; }
    .mainvisual .txt ol li:not(:nth-of-type(2)) p {
      margin-top: 5px; }

/* 共通コンテンツ
--------------------------------------------------------------*/
.box-contact-01 {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
  background: url(../img/top/bg_05.jpg) center 65% no-repeat;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .box-contact-01 {
      width: 100%; } }
  .box-contact-01 img {
    display: inline-block;
    margin-right: 10px; }
  .box-contact-01 span {
    color: #204180;
    font-size: 42px;
    letter-spacing: .06em;
    font-weight: 700; }
  .box-contact-01 p {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 10px; }
  .box-contact-01 a {
    width: 413px;
    padding: 17px 0; }

/* footer
--------------------------------------------------------------*/
.footer-inner {
  background: #1d3879;
  color: #fff;
  padding: 50px 0 55px; }
  .footer-inner .company-name {
    text-align: center; }
    .footer-inner .company-name .logo {
      display: inline-block; }
    .footer-inner .company-name .title {
      display: inline-block;
      font-size: 16px;
      letter-spacing: .14em;
      margin-left: 10px;
      line-height: 1.3;
      text-align: left;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      .footer-inner .company-name .title strong {
        display: block;
        font-size: 23px;
        letter-spacing: 0; }
  .footer-inner address {
    font-style: normal;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em; }
    .footer-inner address a {
      margin-left: 15px;
      display: inline-block;
      vertical-align: -5px;
      border-radius: 3px;
      overflow: hidden; }

/* company-name ---------- */
/* address ---------- */
/* navigation ---------- */
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1062px;
  margin: 0 auto;
  padding: 50px 0 0; }
  .navigation .col-01,
  .navigation .col-02,
  .navigation .col-03 {
    margin: 0 20px; }
  .navigation .col-01 li,
  .navigation .col-02 dt,
  .navigation .col-03 li {
    font-size: 15px;
    letter-spacing: .02em; }
  .navigation .col-01 li + li,
  .navigation .col-03 li + li {
    margin-top: 15px; }
  .navigation .col-02 dt {
    margin-bottom: 15px; }
  .navigation .col-01 li a::before,
  .navigation .col-02 dt a::before,
  .navigation .col-03 li a::before {
    content: "";
    background: url(../img/common/footer_arrow.png) center center no-repeat;
    display: inline-block;
    width: 10px;
    height: 16px;
    vertical-align: middle; }
  .navigation .col-02 dd .col-04 {
    float: left;
    font-size: 14px;
    margin: 0 20px; }
  .navigation .col-02 dd .col-05 {
    float: left;
    font-size: 14px;
    margin: 0 20px;
    margin-right: 0; }
  .navigation .col-02 dd .col-04 li + li,
  .navigation .col-02 dd .col-05 li + li {
    margin-top: 10px; }

/* copyright ---------- */
#footer {
  width: 1300px;
  margin: 0 auto;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    #footer {
      width: auto; } }
  #footer .copyright {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: .12em;
    background: #fff;
    color: #2f4a6d; }
  #footer .box-bnr-01 {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      #footer .box-bnr-01 {
        margin-top: 0; } }

/* pagetop ---------- */
#pageTop a {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  background-color: #1d3879;
  border: 1px solid #fff;
  width: 72px;
  height: 72px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 98; }
  #pageTop a img {
    margin: auto;
    padding-top: 22px; }
  #pageTop a:before {
    content: ""; }

#pageTop:hover {
  opacity: .7; }

/* 共通スタイル
--------------------------------------------------------------*/
/* テンプレート ---------- */
/* 01 */
.cmn-tmp-01 {
  font-size: 0;
  text-align: center; }
  .cmn-tmp-01 > li {
    display: inline-block; }

/* タイトル ---------- */
.unit-title-07 {
  font-size: 24px;
  font-weight: 800;
  color: #1c3779;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* テキスト ----------- */
.unit-text-01 {
  font-size: 18px;
  color: #0d0d0d;
  letter-spacing: .08em;
  line-height: 1.5;
  font-weight: 500;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif; }

/* リスト ---------- */
/* 01 */
.unit-list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0;
  text-align: left; }
  .unit-list-01.full-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .unit-list-01.full-size li {
      display: block;
      margin-left: 0;
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .unit-list-01.full-size li {
          width: calc(50% - 6px);
          margin-bottom: 12px; } }
      .unit-list-01.full-size li:nth-of-type(odd) {
        margin-right: 77px; }
        @media screen and (max-width: 768px) {
          .unit-list-01.full-size li:nth-of-type(odd) {
            margin-right: 6px; } }
      @media screen and (max-width: 768px) {
        .unit-list-01.full-size li:nth-of-type(even) {
          margin-left: 6px; } }
  .unit-list-01 li {
    display: inline-block;
    width: 290px;
    margin: 0 12px 30px;
    padding-left: 0;
    font-size: 20px;
    letter-spacing: .08em;
    border: 1px solid #dcdcdc;
    background: #f2f2f2; }
  .unit-list-01 a {
    display: block;
    position: relative;
    height: 100%;
    color: #0d0d0d;
    font-weight: 500;
    text-decoration: none !important; }
    .unit-list-01 a:after {
      content: "";
      display: inline-block;
      background: url(../img/top/arrow_ico.png) center center no-repeat;
      position: absolute;
      width: 14px;
      height: 12px;
      bottom: 3px;
      right: 3px; }
  .unit-list-01 .title {
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    text-align: center;
    color: #0d0d0d; }

/* 02 */
.unit-list-02 > li + li {
  margin-top: 8px; }

.unit-list-02 > li span {
  border-bottom: 1px solid #cdbfb1;
  font-size: 17px;
  letter-spacing: .05em; }
  .unit-list-02 > li span::before {
    content: "\f00c";
    display: inline-block;
    color: #b59d87;
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: -2px; }

/* 注釈 */
/* 01 */
.unit-note-01 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif; }
  .unit-note-01::before {
    content: "※";
    display: inline-block;
    color: #c30d23; }

/* 02 */
.unit-note-02 {
  font-size: 18px;
  color: #c30d23;
  font-weight: 500;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif; }

.unit-note-03 {
  font-size: 17px;
  color: #c30d23;
  font-weight: 500;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif; }

/* キャッチ ------ */
.unit-catch-01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center; }

.unit-catch-02 {
  font-size: 24px;
  color: #1d3879;
  line-height: 1.5;
  font-weight: 800;
  text-align: left; }

/* テキストリンク */
.unit-link-02 {
  font-size: 20px;
  line-height: 1.2;
  color: #1f3f7a !important;
  position: relative; }
  .unit-link-02::before {
    padding-right: 6px;
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block; }
  .unit-link-02::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #1f3f7a;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    bottom: 0;
    right: 0; }

/* パンくず --------------- */
.breadcrumbs {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.68;
  color: #fff;
  background-color: #204180;
  font-weight: 500;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif; }
  .breadcrumbs .container {
    width: 1100px; }

/* TOP
--------------------------------------------------------------*/
.top-page {
  width: 1300px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .top-page {
      width: 100%; } }

/* 税理士法人ファンウォールからの3つのお約束 ---------- */
.section-promise {
  text-align: center;
  padding: 55px 0 75px;
  background-color: #eaeff4; }
  .section-promise .box-promise-01 {
    margin: 45px auto 0;
    font-size: 0;
    text-align: center; }
    .section-promise .box-promise-01 li {
      display: inline-block;
      width: 280px;
      margin: 0 20px;
      font-size: 24px;
      color: #1d3879;
      vertical-align: bottom; }
      .section-promise .box-promise-01 li .title {
        margin-bottom: 10px;
        font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
        .section-promise .box-promise-01 li .title::before {
          content: "";
          display: block;
          margin: 0 auto;
          background-size: contain; }
      .section-promise .box-promise-01 li .ico-01::before {
        background: url(../img/common/description_ico.svg);
        width: 38px;
        height: 32px; }
      .section-promise .box-promise-01 li .ico-02::before {
        background: url(../img/common/tax_ico.svg);
        width: 32px;
        height: 42px; }
      .section-promise .box-promise-01 li .ico-03::before {
        background: url(../img/common/treasurer_ico.svg);
        width: 24px;
        height: 34px; }
      .section-promise .box-promise-01 li .inner {
        border: 1px solid #dcdcdc;
        background: #fff; }
        .section-promise .box-promise-01 li .inner .txt {
          font-size: 18px;
          height: 105px;
          letter-spacing: .26em;
          padding: 10px 10px 0;
          text-align: center;
          font-weight: 500;
          color: #0d0d0d;
          line-height: 1.48;
          position: relative; }
          .section-promise .box-promise-01 li .inner .txt span::after {
            content: "";
            display: inline-block;
            background: url(../img/top/arrow_ico.png) center center no-repeat;
            width: 14px;
            height: 12px;
            bottom: 3px;
            right: 3px;
            position: absolute; }
      .section-promise .box-promise-01 li a {
        display: block;
        color: #1d3879; }
  .section-promise .txt {
    padding: 35px 0 30px; }
    .section-promise .txt p {
      /*text-align: center;*/
      font-size: 18px;
      font-weight: 500;
      letter-spacing: .08em;
      line-height: 1.71; }

/* こんなお悩みがある方はご相談ください。 ---------- */
.section-worries {
  background: url(../img/top/bg_01.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 215px; }

.box-worries-01 {
  margin: 90px 0 0;
  font-size: 0;
  text-align: center; }
  .box-worries-01 > li {
    display: inline-block;
    width: 540px;
    margin: 0 10px;
    padding: 5px 0 50px;
    font-size: 18px;
    letter-spacing: .08em;
    font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-weight: 500;
    background: #fff;
    vertical-align: top;
    border: 1px solid #cdbfb1; }
    .box-worries-01 > li .title {
      padding-top: 9px;
      font-size: 20px;
      letter-spacing: .1em;
      width: 355px;
      height: 50px;
      margin: 0 auto;
      font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: bold; }
  .box-worries-01 .box-titlebox-01 .title {
    padding-top: 12px; }
  .box-worries-01 > li .title::before, .box-worries-01 > li .title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .box-worries-01 > li .title span::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 46px;
    background: url(../img/top/icon_worry.png) center center no-repeat;
    background-size: 100%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    bottom: 0;
    right: 24px; }
  .box-worries-01 .box-titlebox-02 .title span::after {
    bottom: 0; }
  .box-worries-01 > li > ul > li {
    text-align: left; }

.section-worries > ul > li:first-of-type > ul > li {
  padding: 0 50px 0 80px; }

.section-worries > ul > li:last-of-type > ul > li {
  padding: 0 25px 0 45px; }

/* サービス一覧 ---------- */
.section-service {
  background: #fff;
  text-align: center;
  padding: 0 0 75px; }
  .section-service .title-band {
    background: rgba(32, 65, 128, 0.9);
    height: 135px;
    line-height: 135px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: .14em;
    margin: -135px 0 55px; }
  .section-service .unit-list-01 {
    width: 942px;
    margin-top: 65px; }
  .section-service .unit-btn-01 {
    margin-top: 30px; }

/* 税理士法人ファンウォールの強み ---------- */
.section-strength {
  text-align: center;
  padding-bottom: 65px;
  position: relative;
  background-color: #eaeff4; }
  .section-strength .unit-title-01 {
    padding: 55px 0 120px;
    font-size: 30px;
    letter-spacing: .01em;
    text-align: center;
    color: #fff;
    background: url(../img/top/bg_02.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0; }
    .section-strength .unit-title-01::before {
      content: "";
      display: block;
      background: url(../img/common/logo_white.svg) center center no-repeat;
      background-size: contain;
      width: 28px;
      height: 28px;
      margin: 0 auto 10px; }
    .section-strength .unit-title-01::after {
      content: "";
      display: block;
      background: #fff;
      width: 43px;
      height: 1px;
      margin: 10px auto 0; }

.box-strength-01, .box-strength-02 {
  margin: 0 auto;
  width: 945px;
  font-size: 0;
  text-align: left;
  position: relative;
  z-index: 1; }
  .box-strength-01 li, .box-strength-02 li {
    display: inline-block;
    width: 303px;
    margin: 0 6px 95px;
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.54;
    vertical-align: top; }
    .box-strength-01 li:nth-last-child(-n + 3), .box-strength-02 li:nth-last-child(-n + 3) {
      margin-bottom: 40px; }
    .box-strength-01 li .title, .box-strength-02 li .title {
      position: relative;
      text-align: left; }
      .box-strength-01 li .title::after, .box-strength-02 li .title::after {
        content: "";
        display: inline-block;
        width: 122px;
        height: 122px;
        position: absolute;
        bottom: 30px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: -1;
        background: right bottom no-repeat;
        background-size: cover; }
    .box-strength-01 li .ico-01::after, .box-strength-02 li .ico-01::after {
      background-image: url(../img/common/point_bg_01.svg); }
    .box-strength-01 li .ico-02::after, .box-strength-02 li .ico-02::after {
      background-image: url(../img/common/point_bg_02.svg); }
    .box-strength-01 li .ico-03::after, .box-strength-02 li .ico-03::after {
      background-image: url(../img/common/point_bg_03.svg); }
    .box-strength-01 li .ico-04::after, .box-strength-02 li .ico-04::after {
      background-image: url(../img/common/point_bg_04.svg); }
    .box-strength-01 li .ico-05::after, .box-strength-02 li .ico-05::after {
      background-image: url(../img/common/point_bg_05.svg); }
    .box-strength-01 li .ico-06::after, .box-strength-02 li .ico-06::after {
      background-image: url(../img/common/point_bg_06.svg); }
    .box-strength-01 li .title span, .box-strength-02 li .title span {
      display: inline-block; }
    .box-strength-01 li .title .en, .box-strength-02 li .title .en {
      font-size: 37px;
      letter-spacing: .08em;
      font-weight: 400;
      font-style: Italic;
      color: #a38467; }
      .box-strength-01 li .title .en strong, .box-strength-02 li .title .en strong {
        font-size: 53px; }
    .box-strength-01 li .title .circle-ico, .box-strength-02 li .title .circle-ico {
      display: block;
      border-radius: 50%;
      background: #fff;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .box-strength-01 li .title .circle-ico img, .box-strength-02 li .title .circle-ico img {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 0;
        bottom: 0; }
    .box-strength-01 li .text-ja-font, .box-strength-02 li .text-ja-font {
      font-weight: 500;
      font-size: 20px;
      text-align: center;
      letter-spacing: .08em; }

.section-strength li a {
  position: relative;
  top: -60px; }

/* 相続税申告サービスの業務フロー ---------- */
.section-flow {
  background: url(../img/top/bg_03.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
  text-align: center; }
  .section-flow .box-flow-01 {
    width: 1100px;
    background: #fff;
    padding: 50px 30px 60px; }
    .section-flow .box-flow-01 .txt {
      font-size: 1.8rem; }
  .section-flow .flow-list {
    width: 980px;
    margin: 45px auto 0;
    font-size: 0; }
    .section-flow .flow-list li {
      display: inline-block;
      font-size: 18px;
      width: 176px;
      vertical-align: bottom;
      margin: 0 10px 30px;
      position: relative; }
      .section-flow .flow-list li::after {
        content: "";
        display: inline-block;
        background: #b39a84;
        width: 20px;
        height: 8px;
        position: absolute;
        right: -20px;
        bottom: 44px; }
      .section-flow .flow-list li:nth-of-type(5)::after {
        background: url(../img/common/line_01.svg) center center no-repeat;
        width: 42px;
        right: -42px; }
      .section-flow .flow-list li:nth-of-type(6)::before {
        content: "";
        display: inline-block;
        background: url(../img/common/line_02.svg) center center no-repeat;
        width: 42px;
        height: 8px;
        position: absolute;
        right: auto;
        left: -42px;
        bottom: 44px; }
      .section-flow .flow-list li:last-of-type::after {
        content: none; }
    .section-flow .flow-list .title {
      position: relative;
      margin: 0 0 15px;
      padding-left: 38px;
      text-align: left; }
      .section-flow .flow-list .title img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .section-flow .flow-list .title.en {
        color: #204180;
        font-size: 20px;
        letter-spacing: .24em;
        font-weight: 500; }
      .section-flow .flow-list .title.ico-01:before, .section-flow .flow-list .title.ico-02:before, .section-flow .flow-list .title.ico-03:before, .section-flow .flow-list .title.ico-04:before, .section-flow .flow-list .title.ico-05:before, .section-flow .flow-list .title.ico-06:before, .section-flow .flow-list .title.ico-07:before, .section-flow .flow-list .title.ico-08:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: no-repeat center center transparent;
        background-size: contain; }
      .section-flow .flow-list .title.ico-01::before {
        width: 20px;
        height: 15px;
        background-image: url(../img/common/flow_ico_10.svg); }
      .section-flow .flow-list .title.ico-02::before {
        width: 30px;
        height: 20px;
        background-image: url(../img/common/flow_ico_01.svg); }
      .section-flow .flow-list .title.ico-03::before {
        width: 28px;
        height: 27px;
        background-image: url(../img/common/flow_ico_02.svg); }
      .section-flow .flow-list .title.ico-04::before {
        width: 26px;
        height: 25px;
        background-image: url(../img/common/flow_ico_03.svg); }
      .section-flow .flow-list .title.ico-05::before {
        width: 28px;
        height: 22px;
        background-image: url(../img/common/flow_ico_04.svg); }
      .section-flow .flow-list .title.ico-06::before {
        width: 28px;
        height: 26px;
        background-image: url(../img/common/flow_ico_05.svg); }
      .section-flow .flow-list .title.ico-07::before {
        width: 30px;
        height: 28px;
        background-image: url(../img/common/flow_ico_06.svg); }
      .section-flow .flow-list .title.ico-08::before {
        width: 35px;
        height: 24px;
        background-image: url(../img/common/flow_ico_08.svg); }
    .section-flow .flow-list .txt-inner {
      border: 2px solid #b39a84;
      height: 92px;
      padding: 0 10px;
      position: relative;
      text-align: center; }
      .section-flow .flow-list .txt-inner p {
        width: 100%;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.71;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .section-flow .unit-btn-01 {
    position: relative;
    top: -30px; }

/* 所属税理士紹介 ---------- */
.section-introduction {
  background: #fff;
  padding: 60px 0 75px; }
  .section-introduction .unit-list-01 {
    width: 696px;
    margin: 65px auto 0; }
    .section-introduction .unit-list-01 li {
      width: 300px;
      margin: 0 24px 30px;
      font-size: 20px;
      letter-spacing: .08em;
      border: 1px solid #dcdcdc;
      background: #f2f2f2; }
      .section-introduction .unit-list-01 li .pic {
        width: 100%;
        height: 256px;
        background-color: #fff; }
        .section-introduction .unit-list-01 li .pic img {
          margin: auto; }

/* なぜ相続税を専門にしているのか？ ---------- */
.section-why {
  background: url(../img/top/bg_04.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0 90px;
  text-align: center; }
  .section-why .txt {
    padding: 20px 0 50px; }
    .section-why .txt p {
      font-size: 18px;
      font-weight: 500;
      letter-spacing: .1em; }
  .section-why .unit-btn-01 {
    line-height: 1.35;
    padding: 9px; }

/* よくあるご質問 ---------- */
.section-question {
  background: #e5e3e3;
  padding: 60px 0 100px;
  text-align: center; }

.box-question-01 {
  width: 1172px;
  margin: 50px auto;
  font-size: 0;
  text-align: left; }
  .box-question-01 li {
    display: inline-block;
    width: 520px;
    margin: 0 33px;
    font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-weight: 500;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #35495d;
    padding-left: 70px; }
    .box-question-01 li:first-of-type, .box-question-01 li:nth-of-type(2) {
      height: 280px; }
    .box-question-01 li:last-of-type, .box-question-01 li:nth-of-type(3) {
      height: 500px;
      padding: 35px 0 0 70px; }
    .box-question-01 li .question,
    .box-question-01 li .answer {
      position: relative; }
    .box-question-01 li .question {
      font-size: 20px;
      margin-bottom: 30px;
      line-height: 1.34;
      font-weight: bold; }
    .box-question-01 li .answer {
      font-size: 18px;
      line-height: 1.58; }
    .box-question-01 li .question .en,
    .box-question-01 li .answer .en {
      font-size: 43px;
      font-weight: 700; }
    .box-question-01 li .question .en {
      color: #003171; }
    .box-question-01 li .answer .en {
      color: #f1694a; }
    .box-question-01 li span {
      display: block;
      float: left;
      width: 70px;
      text-align: center;
      position: absolute;
      left: -70px;
      top: -15px; }

/* アクセスマップ ---------- */
#mapCanvas {
  width: 100%;
  height: 350px;
  margin-top: 30px;
  border-top: 1px solid #204180;
  border-bottom: 1px solid #204180; }

.section-access .unit-title-01 {
  margin-bottom: 30px; }

.section-access .box-map-01 {
  height: 350px; }

.section-access .inner {
  background: #fff;
  padding: 50px 0 80px; }
  .section-access .inner ul {
    width: 840px;
    margin: 60px auto 0; }
    .section-access .inner ul li {
      display: inline-block;
      vertical-align: middle; }
      .section-access .inner ul li:first-of-type {
        border-right: 1px solid #c8c8c8;
        padding-right: 45px;
        width: 51%; }
      .section-access .inner ul li:last-of-type {
        text-align: right;
        width: 47.5%; }
      .section-access .inner ul li .company-name {
        font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        font-weight: bold;
        font-size: 23px;
        letter-spacing: .08em; }
      .section-access .inner ul li address {
        font-size: 16px;
        letter-spacing: .08em;
        font-weight: 500; }
        .section-access .inner ul li address span {
          display: block;
          padding-left: 68px;
          text-align: left; }

/* バナー ---------- */
.section-bnr {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 50px 0;
  background-color: #fff; }
  .section-bnr ul {
    font-size: 0;
    text-align: center; }
    .section-bnr ul li {
      display: inline-block;
      width: 334px;
      font-size: 25px;
      letter-spacing: .1em;
      border: 1px solid #204180;
      margin: 0 25px;
      line-height: 1.15;
      height: 80px;
      vertical-align: middle;
      overflow: hidden;
      color: #fff; }
      .section-bnr ul li.bg-01 {
        background: url(../img/top/bnr_bg_01.jpg) center center no-repeat;
        background-size: cover; }
      .section-bnr ul li.bg-02 {
        background: url(../img/top/bnr_bg_02.jpg) center center no-repeat;
        background-size: cover; }
      .section-bnr ul li.bg-03 {
        background: url(../img/top/bnr_bg_03.jpg) center center no-repeat;
        background-size: cover; }
      .section-bnr ul li a {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        padding: 15px 0;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.75); }
        .section-bnr ul li a:hover {
          color: #fff; }
      .section-bnr ul li:nth-of-type(2) a {
        padding: 25px 0; }

/* 情報 ---------- */
.section-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 77px 0;
  background: #fff;
  text-align: center; }
  .section-information .box-information-01 {
    width: 540px; }
    @media screen and (max-width: 768px) {
      .section-information .box-information-01 {
        width: 100%; } }

.box-information-01 {
  position: relative;
  margin: 0 12px;
  background: #eaeeef;
  padding: 35px 50px 85px; }
  .box-information-01 .information-list {
    margin: 45px 0 0;
    width: 100%; }
    .box-information-01 .information-list li {
      font-size: 17px;
      letter-spacing: .08em;
      border-bottom: 1px solid #c0c0c0;
      font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
      font-weight: 500;
      text-align: left;
      padding: 0 0 10px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .box-information-01 .information-list li + li {
        margin-top: 25px; }
      .box-information-01 .information-list li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .box-information-01 .information-list li dl dt {
          width: 96px; }
        .box-information-01 .information-list li dl dd {
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          width: calc(100% - 96px); }
      .box-information-01 .information-list li a {
        color: #000;
        display: inline; }
      .box-information-01 .information-list li .date {
        display: inline-block;
        margin-right: 10px;
        font-size: 15px;
        color: #b39780; }
      .box-information-01 .information-list li .ttl {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .box-information-01 .unit-btn-01 {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0; }

.section-information .unit-btn-01 {
  width: 339px;
  margin: 50px auto 0; }

/* --------------------------------------------
  下層ページ
-------------------------------------------- */
/* 下層メインタイトル */
.main-title {
  position: relative;
  height: 284px;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: url(../img/title/title_default.jpg) no-repeat center center/cover #d4d4d4; }
  .main-title.service {
    background-image: url(../img/title/title_service.jpg); }
    @media screen and (max-width: 768px) {
      .main-title.service {
        background-image: url(../img/title/title_service_sp.jpg); } }
  .main-title.faq {
    background-image: url(../img/title/title_faq.jpg); }
  .main-title.tax-simulation {
    background-image: url(../img/title/title_tax-simulation.jpg); }
  .main-title.about {
    background-image: url(../img/title/title_about.jpg); }
  .main-title.staff {
    background-image: url(../img/title/title_staff.jpg); }
    @media screen and (max-width: 768px) {
      .main-title.staff {
        background-image: url(../img/title/title_staff_sp.jpg); } }
  .main-title.greeting {
    background-image: url(../img/title/title_greeting.jpg); }
  .main-title.strength {
    background-image: url(../img/title/title_strength.jpg); }
  .main-title.flow {
    background-image: url(../img/title/title_flow.jpg); }
    @media screen and (max-width: 768px) {
      .main-title.flow {
        background-image: url(../img/title/title_flow_sp.jpg); } }
  .main-title.contact {
    background-image: url(../img/title/title_contact.jpg); }
  .main-title.fee {
    background-image: url(../img/title/title_fee.jpg); }
  @media screen and (max-width: 768px) {
    .main-title {
      height: 142px; } }
  .main-title:before {
    content: "";
    display: inline-block;
    width: 53%;
    height: 153px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: -o-linear-gradient(left, #fff, transparent);
    background: linear-gradient(to right, #fff, transparent);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .main-title:before {
        width: 100%;
        height: calc(100% - 40px); } }
  .main-title .container {
    width: 1100px;
    height: 284px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .main-title .container {
        width: 100%;
        height: 142px; } }
  .main-title .unit-title-01-left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.2;
    color: #003171; }
    @media screen and (max-width: 768px) {
      .main-title .unit-title-01-left {
        padding-left: 20px; } }

/* お問い合わせ
-------------------------------------------- */
#contact .container {
  width: 1000px; }

#contact .main_title {
  background: url(../img/contact/title_bg.jpg) center center no-repeat;
  background-size: cover; }

#contact .telephone {
  padding: 50px 0 60px; }
  #contact .telephone .unit-catch-01 {
    margin: 25px 0; }

.box-telephone-01 {
  padding: 20px 20px 20px 30px;
  background: url(../img/contact/telephone_bg.jpg) center center no-repeat;
  background-size: cover; }
  .box-telephone-01 .tel {
    float: left;
    color: #1d3879; }
  .box-telephone-01 .tel-num {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: 800; }
    .box-telephone-01 .tel-num::before {
      content: "";
      margin-right: 6px;
      display: inline-block;
      width: 33px;
      height: 22px;
      background: url(../img/common/free_ico.png) center center no-repeat;
      background-size: 100%; }
  .box-telephone-01 .tel-guide {
    font-size: 20px;
    margin-top: -15px; }
  .box-telephone-01 .tel-time {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5; }
    .box-telephone-01 .tel-time i {
      margin: 0 4px; }
  .box-telephone-01 .notes {
    float: right;
    width: 605px; }

#contact .form {
  padding: 80px 0;
  background-color: #ebf0f5;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400; }

.form .unit-catch-02 {
  margin: 30px 0; }

.form .unit-note-02 {
  margin: 45px 0 30px; }

#contact {
  /*
    input {
        &[type="text"],
        &[type="tel"],
        &[type="email"] {
            font-size: 18px;
            line-height: 1.5;
            padding: 5px 14px;
            border: 1px solid #cbcbcb;
            font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
        }
    }
    
    select,
    textarea {
        font-size: 18px;
        line-height: 1.5;
        padding: 5px 14px;
        border: 1px solid #cbcbcb;
        font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    }
    select {
        width: 100%;
    }
    input[type="radio"] {
        font-size: 18px;
        line-height: 1.2;
    }
    */ }
  #contact form {
    text-align: center; }
    #contact form dl {
      padding: 40px 30px 30px 20px;
      background-color: #fff;
      border: 1px solid #b4b4b5;
      text-align: left; }
    #contact form dt {
      font-size: 18px;
      font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
      font-weight: 400; }
      #contact form dt:not(:first-of-type) {
        margin-top: 20px; }
    #contact form dd:not(:first-of-type) {
      margin-top: 20px; }
    #contact form dt {
      float: left;
      width: 242px;
      position: relative; }
    #contact form .item-title {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #contact form .required {
      margin-left: 4px;
      padding: 2px 6px;
      font-size: 15px;
      color: #fff;
      border-radius: 4px;
      background-color: #c30d23; }
    #contact form dl dd {
      float: left;
      width: 706px;
      font-size: 18px;
      padding: 20px;
      background-color: #eeeeef; }
    #contact form dd .inner {
      padding: 20px;
      border: 1px solid #cbcbcb;
      background-color: #fff; }

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important; }

#contact .wpcf7-list-item-label {
  font-size: 18px; }

.ui-datepicker {
  font-size: 18px !important; }

#contact .choice {
  width: 179px;
  float: left; }
  #contact .choice select {
    margin-top: 15px; }
  #contact .choice + .choice {
    margin-left: 40px; }

#contact form dd:nth-of-type(7) textarea {
  height: 123px; }

#contact form dd:nth-of-type(8) textarea {
  height: 179px; }

#contact .submit-cover {
  margin: 50px auto;
  display: inline-block;
  position: relative;
  background: #204180;
  color: #fff;
  -webkit-box-shadow: 5px 5px 0 rgba(92, 131, 166, 0.5);
  box-shadow: 5px 5px 0 rgba(92, 131, 166, 0.5);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  #contact .submit-cover::after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #contact .submit-cover:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }

#contact input[type="submit"] {
  padding: 23px 40px;
  min-width: 280px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-style: none;
  background-color: transparent;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .1em;
  cursor: pointer; }

#contact .flow {
  padding: 80px 0; }

.flow .box-flow-01 .unit-title-07 {
  margin: 30px 0 10px; }

.flow .box-flow-01 .unit-note-01 {
  margin-bottom: 15px; }

.flow .unit-list-04 {
  margin: 20px 0 15px;
  padding: 20px 30px;
  width: 730px;
  background-color: #f0eae4; }

.flow .box-flow-02 {
  margin: 30px 0 0; }

.flow .flow-list {
  margin: 25px 0 60px;
  position: relative; }
  .flow .flow-list::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: calc(100% - 50px);
    background-color: #a38467;
    position: absolute;
    top: 50px;
    left: 155px;
    z-index: -1; }
  .flow .flow-list > li + li {
    margin-top: 30px; }
  .flow .flow-list > li .title {
    font-size: 24px;
    color: #a38467; }
  .flow .flow-list > li .unit-ttl-01 {
    margin-bottom: 10px; }
  .flow .flow-list > li .unit-text-01 {
    margin-bottom: 25px; }
    .flow .flow-list > li .unit-text-01:last-child {
      margin-bottom: 0; }
  .flow .flow-list > li .txt-inner {
    padding: 20px 35px;
    border: 1px solid #a38467;
    background-color: #fff; }
  .flow .flow-list .red {
    color: #c30d23; }
  .flow .flow-list > li:nth-child(2) .unit-note-01 {
    margin: 10px 0 20px; }
  .flow .flow-list > li:nth-child(2) .unit-list-03 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto;
    padding: 20px 25px;
    background-color: #f0eae4; }
    .flow .flow-list > li:nth-child(2) .unit-list-03 .text-small {
      font-size: 18px; }

.flow [class^="box-box"] {
  margin-top: 25px;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .flow [class^="box-box"] {
      margin-top: 20px;
      padding: 15px; } }

.box-contact-02 .mail,
.box-contact-02 .tel {
  float: left; }

.box-contact-02 .mail {
  width: 540px;
  text-align: center; }

.box-contact-02 .tel {
  width: 460px;
  border-left: 1px solid #c8c9ca;
  text-align: center;
  color: #1c3779; }
  .box-contact-02 .tel p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .box-contact-02 .tel p span {
      font-size: 30px;
      font-weight: 800;
      letter-spacing: .1em; }

.consultation {
  padding-bottom: 90px; }
  .consultation .unit-list-03 {
    margin: 40px 0 30px;
    background-color: #f0eae4;
    width: 640px;
    padding: 20px 25px; }
  .consultation .unit-text-01 + .unit-text-01 {
    margin-top: 30px; }
  .consultation .box-contact-02 {
    margin-top: 70px; }

/*----------------------------------------------
  SP
----------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    max-width: 768px; }
  .container {
    width: 100%; }
  .pc-only {
    display: none; }
  /* header
  --------------------------------------------------------------*/
  #header {
    height: 60px; }
    #header .inner {
      width: 100%;
      height: 100%; }
  .company-info {
    position: absolute;
    float: left;
    padding: 17px 0 0 5px;
    margin-right: auto; }
  .telbutton {
    float: right;
    width: auto;
    padding: 14px 53px 0 0;
    margin: 0;
    text-align: right; }
  /* company info ---------- */
  .company-info .logo {
    display: inline-block;
    width: 13px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  .company-info .title {
    display: inline-block;
    margin-left: 5px;
    color: #1d3879;
    font-size: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
    .company-info .title strong {
      font-size: 12px;
      letter-spacing: .04em; }
  .company-info .time-info {
    color: #1d3879;
    font-size: 10px;
    letter-spacing: .12em;
    padding-left: 43px;
    margin-top: -5px; }
  /* navi btn ---------- */
  .nav-button {
    display: block;
    width: 47px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
    .nav-button img:nth-of-type(2) {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .nav-button.active img:nth-of-type(2) {
      opacity: 1; }
  /* global navi ---------- */
  .globalNav {
    display: none;
    float: none;
    width: 100%;
    background-color: #204180;
    position: fixed;
    top: 60px;
    left: 0;
    height: 468px;
    /*    padding-bottom: 60px;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99; }
    .globalNav.active {
      height: 100%;
      padding-bottom: 60px; }
    .globalNav .nav-inner {
      width: 100%;
      height: 100%;
      overflow-y: auto; }
      .globalNav .nav-inner > ul {
        font-size: 0;
        text-align: center;
        height: auto; }
        .globalNav .nav-inner > ul > li {
          display: block;
          height: 100%;
          font-size: 15px;
          line-height: 1.3;
          vertical-align: top;
          border-bottom: 1px solid #fff; }
          .globalNav .nav-inner > ul > li > a,
          .globalNav .nav-inner > ul > li > span {
            display: block;
            height: 100%;
            padding: 18px 2em 12px;
            color: #1d3879;
            position: relative; }
          .globalNav .nav-inner > ul > li > a::after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            background: url(../img/common/nav_arrow.png) center center no-repeat;
            background-size: 100%;
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s;
            position: absolute;
            top: 30px;
            right: 12px; }
          .globalNav .nav-inner > ul > li > span {
            display: block;
            cursor: pointer; }
            .globalNav .nav-inner > ul > li > span::after {
              content: "";
              display: inline-block;
              width: 8px;
              height: 8px;
              background: url(../img/common/nav_arrow.png) center center no-repeat;
              background-size: 100%;
              -webkit-transition: all ease .3s;
              -o-transition: all ease .3s;
              transition: all ease .3s;
              position: absolute;
              top: 30px;
              right: 12px; }
            .globalNav .nav-inner > ul > li > span.active::after {
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              -webkit-transform-origin: center center;
              -ms-transform-origin: center center;
              transform-origin: center center; }
          .globalNav .nav-inner > ul > li .jp {
            font-size: 17px;
            color: #fff; }
          .globalNav .nav-inner > ul > li .en {
            font-size: 13px; }
          .globalNav .nav-inner > ul > li > a:hover,
          .globalNav .nav-inner > ul > li > span:hover {
            opacity: 1;
            background: #1d3879;
            color: #fff; }
          .globalNav .nav-inner > ul > li a:hover .jp {
            color: #fff; }
          .globalNav .nav-inner > ul > li a:hover .en {
            color: #fff;
            font-weight: normal; }
            .globalNav .nav-inner > ul > li a:hover .en::after {
              display: none; }
    .globalNav .nav-contact {
      text-align: center;
      text-align: center;
      padding: 15px 0 25px; }
      .globalNav .nav-contact .tel {
        display: block;
        margin-bottom: 10px;
        text-align: center; }
        .globalNav .nav-contact .tel span,
        .globalNav .nav-contact .tel a {
          color: #fff;
          font-size: 23px;
          letter-spacing: .06em; }
        .globalNav .nav-contact .tel img {
          display: inline-block;
          width: 21px;
          margin-right: 5px; }
      .globalNav .nav-contact .link a {
        width: 144px;
        height: 36px;
        font-size: 17px;
        font-weight: bold;
        color: #183160;
        line-height: 36px;
        background-color: #fff; }
    .globalNav .open-li {
      width: 100%;
      position: relative; }
    .globalNav li.open-li:hover .puldown {
      opacity: 1;
      visibility: visible; }
    .globalNav .puldown {
      display: none;
      width: 100%;
      position: static;
      top: auto;
      left: auto;
      z-index: auto;
      opacity: 1;
      visibility: visible; }
      .globalNav .puldown ul {
        width: 100%;
        height: 100%;
        text-align: left;
        font-size: 0; }
        .globalNav .puldown ul li {
          display: block;
          width: 100%;
          font-size: 12px;
          letter-spacing: .04em;
          background-color: transparent;
          border-top: 1px solid #fff;
          border-left: none; }
      .globalNav .puldown a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 15px;
        color: #fff;
        text-align: center;
        background: #335180;
        position: relative; }
        .globalNav .puldown a::after {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          background: url(../img/common/nav_arrow.png) center center no-repeat;
          background-size: 100%;
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          transition: all ease .3s;
          position: absolute;
          top: 26px;
          right: 12px; }
  /* OPEN */
  /* tel button ---------- */
  .telbutton .datetime {
    font-size: 10px;
    font-weight: bold;
    color: #1d3879; }
  .telbutton .tel {
    display: block;
    font-size: 12px;
    color: #1d3879; }
  .telbutton span[data-tel] {
    position: relative; }
    .telbutton span[data-tel] a {
      font-size: 12px;
      color: #1d3879; }
    .telbutton span[data-tel]::before {
      content: "";
      display: inline-block;
      width: 90px;
      height: 1px;
      background-color: #1d3879;
      position: absolute;
      bottom: 0;
      right: 0; }
  .telbutton .tel img {
    display: inline-block;
    width: 9px;
    margin-right: 4px; }
  .telbutton .link {
    background: #1d3879;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
    text-align: center;
    padding: 7px 0; }
    .telbutton .link a {
      display: block; }
  /* メインビジュアル
  --------------------------------------------------------------*/
  .mainvisual {
    padding: 20px 0 12px;
    background: url(../img/top/top_mv_sp.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10; }
    .mainvisual .txt {
      color: #1d3879;
      width: 288px;
      margin: 0 auto;
      text-align: center; }
    .mainvisual .catch {
      font-size: 23px;
      margin-bottom: 5px;
      letter-spacing: .025em;
      text-align: left;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      .mainvisual .catch strong {
        font-size: 23px; }
    .mainvisual .txt > p {
      font-size: 15px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    .mainvisual .txt ol li {
      display: inline-block;
      margin: 10px 3px 155px;
      vertical-align: top;
      background: url(../img/top/mv_point_bg.png) center center no-repeat;
      width: 60px;
      height: 54px;
      background-size: cover;
      text-align: center; }
      .mainvisual .txt ol li span {
        display: block;
        color: #a38467;
        font-style: italic;
        letter-spacing: .06em;
        font-size: 15px; }
      .mainvisual .txt ol li p {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2; }
      .mainvisual .txt ol li:not(:nth-of-type(2)) p {
        margin-top: 0;
        font-size: 15px; }
  /* btn
  --------------------------------------------------------------*/
  .unit-btn-01 {
    padding: 13px 30px;
    min-width: none;
    min-width: initial;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 3px 3px 0 #5e85ab;
    box-shadow: 3px 3px 0 #5e85ab;
    letter-spacing: 0;
    color: #fff; }
    .unit-btn-01:after {
      position: absolute;
      right: 7px;
      color: #fff; }
    .unit-btn-01:hover, .unit-btn-01:active {
      color: #fff;
      background-color: #204180;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
      transform: translate(3px, 3px); }
    .unit-btn-01:hover {
      opacity: 1; }
    .unit-btn-01:visited {
      color: #fff; }
  /* 共通コンテンツ
  --------------------------------------------------------------*/
  .box-contact-01 {
    padding: 25px 0; }
    .box-contact-01 img {
      margin-right: 4px;
      width: 25px; }
    .box-contact-01 span {
      font-size: 23px;
      letter-spacing: .04em; }
      .box-contact-01 span a {
        color: #1d3879;
        padding: 0; }
    .box-contact-01 p {
      font-size: 12px;
      margin-bottom: 10px; }
    .box-contact-01 a {
      width: auto;
      padding: 12px 25px; }
  /* footer
  --------------------------------------------------------------*/
  .footer-inner {
    background: #1d3879;
    color: #fff;
    padding: 0 0 30px; }
  .footer-nav li a,
  .footer-nav li span {
    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;
    height: 60px;
    padding: 0 2em;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
    border-bottom: 1px solid #fff;
    position: relative; }
  .footer-nav li a::after,
  .footer-nav li span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url(../img/common/footer_arrow_sp.png) center center no-repeat;
    background-size: 100%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    top: 27px;
    right: 10px; }
  #drawerBtn.active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .footer-nav .nav-list-02 {
    background-color: #335180;
    display: none; }
  /* company-name ---------- */
  .footer-inner .company-name {
    padding-top: 15px;
    text-align: center; }
    .footer-inner .company-name .logo {
      width: 23px; }
    .footer-inner .company-name .title {
      font-size: 10px;
      letter-spacing: .14em;
      margin-left: 10px;
      line-height: 1.3;
      text-align: left;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      .footer-inner .company-name .title strong {
        font-size: 15px; }
  .footer-inner address {
    margin-top: 10px;
    font-size: 12px;
    position: relative; }
    .footer-inner address a {
      margin-left: 0;
      display: inline-block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 6px;
      right: calc(50% - 110px); }
  /* address ---------- */
  /* copyright ---------- */
  #footer .copyright {
    font-size: 7px;
    padding: 20px; }
  /* pagetop ---------- */
  #pageTop a {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px; }
    #pageTop a img {
      margin: auto;
      padding-top: 10px;
      width: 9px; }
    #pageTop a:before {
      content: ""; }
  #pageTop:hover {
    opacity: .7; }
  /* 共通スタイル
  --------------------------------------------------------------*/
  /* 見出し ---------- */
  /* 01 */
  .unit-title-01 {
    font-size: 15px; }
    .unit-title-01::before {
      background-size: 100%;
      width: 14px;
      height: 14px; }
    .unit-title-01::after {
      width: 22px; }
  /* テンプレート ---------- */
  /* 01 */
  .cmn-tmp-01 {
    font-size: 0;
    text-align: center; }
    .cmn-tmp-01 > li {
      display: inline-block; }
  /* タイトル ---------- */
  .unit-title-07 {
    font-size: 18px; }
  /* テキスト ----------- */
  .unit-text-01 {
    font-size: 17px; }
  /* リスト ---------- */
  /* 01 */
  .unit-list-01 {
    width: 100%; }
    .unit-list-01 li {
      width: 100%;
      margin: 0; }
    .unit-list-01 a {
      display: block; }
    .unit-list-01 .pic img {
      max-width: none;
      max-width: initial;
      width: 100%; }
    .unit-list-01 .title {
      padding: 10px 0;
      font-size: 15px; }
      .unit-list-01 .title span {
        letter-spacing: 0;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
    .unit-list-01 li .title span::after {
      width: 7px;
      height: 6px;
      position: absolute;
      bottom: 2px;
      right: 2px; }
  /* 02 */
  .unit-list-02 {
    padding: 0 20px; }
    .unit-list-02 > li + li {
      margin-top: -5px; }
    .unit-list-02 > li span {
      border-bottom: 1px solid #cdbfb1;
      font-size: 17px;
      letter-spacing: 0;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      text-indent: -1em;
      padding-left: 1em; }
      .unit-list-02 > li span::before {
        margin-right: 2px; }
  /* 注釈 */
  /* 01 */
  .unit-note-01,
  .unit-note-02 {
    font-size: 14px; }
  /* 02 */
  /* キャッチ ------ */
  .unit-catch-01 {
    font-size: 15px; }
  .unit-catch-02 {
    font-size: 17px; }
  /* テキストリンク */
  .unit-link-02 {
    font-size: 15px; }
    .unit-link-02::before {
      padding-right: 3px; }
    .unit-link-02::after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #1f3f7a;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      position: absolute;
      bottom: 0;
      right: 0; }
  /* パンくず --------------- */
  .breadcrumbs {
    padding: 10px;
    font-size: 12px;
    line-height: 1.35; }
    .breadcrumbs .container {
      width: 100%; }
  /* TOP
  --------------------------------------------------------------*/
  /* 税理士法人ファンウォールからの3つのお約束 ---------- */
  .section-promise {
    text-align: center;
    padding: 20px 0 50px; }
    .section-promise .box-promise-01 {
      margin: 20px auto 0;
      width: 85%; }
      .section-promise .box-promise-01 li {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 12px;
        vertical-align: bottom; }
        .section-promise .box-promise-01 li a {
          display: block; }
        .section-promise .box-promise-01 li + li {
          margin-top: 30px; }
        .section-promise .box-promise-01 li .title {
          margin-bottom: 10px;
          font-size: 20px; }
          .section-promise .box-promise-01 li .title::before {
            content: "";
            display: block;
            margin: 0 auto; }
        .section-promise .box-promise-01 li .ico-01::before {
          background: url(../img/common/description_ico.svg);
          width: 19px;
          height: 16px;
          background-size: 100%; }
        .section-promise .box-promise-01 li .ico-02::before {
          background: url(../img/common/tax_ico.svg);
          width: 16px;
          height: 21px;
          background-size: 100%; }
        .section-promise .box-promise-01 li .ico-03::before {
          background: url(../img/common/treasurer_ico.svg);
          width: 12px;
          height: 17px;
          background-size: 100%; }
        .section-promise .box-promise-01 li .inner {
          border: 1px solid #dcdcdc;
          background: #fff; }
        .section-promise .box-promise-01 li .pic img {
          max-width: none;
          max-width: initial;
          width: 100%; }
        .section-promise .box-promise-01 li .inner .txt {
          font-size: 17px;
          height: auto;
          letter-spacing: .15em;
          padding: 15px;
          line-height: 1.45; }
          .section-promise .box-promise-01 li .inner .txt span::after {
            content: "";
            display: inline-block;
            background: url(../img/top/arrow_ico.png) center center no-repeat;
            width: 14px;
            height: 12px;
            bottom: 3px;
            right: 3px;
            position: absolute; }
        .section-promise .box-promise-01 li a {
          color: #1d3879; }
    .section-promise .txt {
      padding: 20px 0 15px; }
      .section-promise .txt p {
        font-size: 15px;
        letter-spacing: .04em;
        line-height: 1.95; }
  /* こんなお悩みがある方はご相談ください。 ---------- */
  .section-worries {
    padding: 20px 0 98px; }
  .box-worries-01 {
    margin: 35px auto 0;
    width: 85%;
    max-width: 470px;
    font-size: 0;
    text-align: center; }
    .box-worries-01 > li {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding-bottom: 25px;
      font-size: 18px;
      letter-spacing: .08em;
      font-weight: 500;
      background: #fff;
      vertical-align: top;
      border: 1px solid #cdbfb1; }
      .box-worries-01 > li:nth-child(2) {
        margin-top: 54px; }
      .box-worries-01 > li .title {
        font-size: 19px;
        letter-spacing: .1em;
        margin: 0 auto;
        padding: 6px;
        width: 224px;
        height: auto; }
    .box-worries-01 .box-titlebox-01 .title {
      padding-top: 10px; }
    .box-worries-01 > li .title span::after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 36px;
      background: url(../img/top/icon_worry.png) center center no-repeat;
      background-size: 100%;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      position: absolute;
      bottom: 0;
      right: 8px; }
    .box-worries-01 .box-titlebox-02 .title::after {
      top: 100%; }
    .box-worries-01 .box-titlebox-02 .title span::after {
      bottom: -1px; }
    .box-worries-01 > li > ul > li {
      text-align: left; }
  .section-worries > ul > li:nth-child(n) > ul > li {
    padding: 0;
    line-height: 1.35;
    text-indent: -.85em;
    padding-left: .85em; }
  .section-worries > ul > li > ul > li + li {
    margin-top: 14px; }
  /* サービス一覧 ---------- */
  .section-service {
    padding: 0 0 40px; }
    .section-service .title-band {
      margin-top: -68px;
      height: 68px;
      line-height: 68px;
      font-size: 18px;
      margin-bottom: 35px; }
    .section-service .unit-list-01 {
      width: 100%;
      margin-top: 23px;
      padding: 0 9px; }
      .section-service .unit-list-01 li {
        width: calc((100% - 12px) / 2);
        margin: 0 12px 12px 0; }
        .section-service .unit-list-01 li:nth-child(2n) {
          margin: 0 0 12px; }
    .section-service .unit-btn-01 {
      margin-top: 20px; }
  /* 税理士法人ファンウォールの強み ---------- */
  .section-strength {
    padding-bottom: 25px;
    text-align: center; }
    .section-strength .unit-title-01 {
      padding: 27px 0 60px;
      font-size: 19px;
      background: url(../img/top/bg_02.jpg) center center no-repeat;
      background-size: cover;
      position: relative; }
      .section-strength .unit-title-01::before {
        background: url(../img/common/logo_ico_02.png) center center no-repeat;
        background-size: cover;
        width: 14px;
        height: 14px;
        margin: 0 auto 10px; }
      .section-strength .unit-title-01::after {
        width: 22px;
        margin: 10px auto 0; }
  .box-strength-01, .box-strength-02 {
    margin: -40px auto 0;
    padding: 0 15px;
    width: 100%; }
    .box-strength-01 li, .box-strength-02 li {
      width: 50%;
      margin: 10px 0 0;
      padding-top: 40px;
      font-size: 20px;
      letter-spacing: .08em;
      line-height: 1.54;
      vertical-align: top; }
      .box-strength-01 li:nth-last-child(-n + 3), .box-strength-02 li:nth-last-child(-n + 3) {
        margin-bottom: 0; }
      .box-strength-01 li .title, .box-strength-02 li .title {
        position: relative;
        text-align: left;
        padding-bottom: 40px; }
        .box-strength-01 li .title::after, .box-strength-02 li .title::after {
          width: 60px;
          height: 60px;
          position: absolute;
          bottom: auto;
          top: -40px;
          right: 0;
          left: 0;
          margin: 0 auto;
          z-index: -1; }
        .box-strength-01 li .title span, .box-strength-02 li .title span {
          display: inline-block; }
        .box-strength-01 li .title .en, .box-strength-02 li .title .en {
          font-size: 19px;
          position: absolute;
          right: 50%;
          -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
          transform: translateX(-10px); }
          .box-strength-01 li .title .en strong, .box-strength-02 li .title .en strong {
            font-size: 27px; }
        .box-strength-01 li .title .circle-ico, .box-strength-02 li .title .circle-ico {
          display: block;
          border-radius: 50%;
          background: #fff;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .box-strength-01 li .title .circle-ico img, .box-strength-02 li .title .circle-ico img {
            display: inline-block;
            text-align: center;
            position: relative;
            top: 0;
            bottom: 0; }
      .box-strength-01 li .text-ja-font, .box-strength-02 li .text-ja-font {
        font-size: 15px; }
  .section-strength li a {
    position: relative;
    top: -60px; }
  .section-strength .unit-btn-01 {
    margin-top: 20px; }
  /* 相続税申告サービスの業務フロー ---------- */
  .section-flow {
    padding: 20px 0 25px; }
    .section-flow .box-flow-01 {
      width: 95%;
      margin: 0 auto;
      padding: 25px 0 35px; }
    .section-flow .flow-list {
      width: 100%;
      margin: 20px auto 0;
      padding: 0 20px;
      font-size: 0;
      position: relative; }
      .section-flow .flow-list::after {
        content: "";
        display: inline-block;
        background: #b39a84;
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 80px; }
      .section-flow .flow-list li {
        display: inline-block;
        margin: 0;
        padding: 10px;
        font-size: 12px;
        width: 100%;
        background-color: #fff;
        text-align: left;
        border: 2px solid #b39a84;
        vertical-align: bottom;
        position: relative;
        z-index: 1; }
        .section-flow .flow-list li + li {
          margin-top: 15px; }
        .section-flow .flow-list li::after, .section-flow .flow-list li:nth-of-type(5)::after, .section-flow .flow-list li:nth-of-type(6)::before {
          display: none; }
      .section-flow .flow-list .title {
        display: inline-block;
        text-align: left;
        margin: 0 0 15px; }
        .section-flow .flow-list .title img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 2px; }
      .section-flow .flow-list li:nth-child(n) .title img {
        width: 15px; }
      .section-flow .flow-list .title.en {
        margin-bottom: 0;
        font-size: 12px; }
      .section-flow .flow-list .title.ico-01::before {
        content: "\f0e0";
        display: inline-block;
        font-family: FontAwesome;
        color: #204180; }
      .section-flow .flow-list .txt-inner {
        display: inline-block;
        border: none;
        height: auto;
        text-align: left; }
        .section-flow .flow-list .txt-inner p {
          width: 100%;
          font-weight: 500;
          font-size: 15px;
          letter-spacing: .04em;
          line-height: 1.71;
          position: static;
          top: auto;
          left: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
    .section-flow .txt p {
      margin-top: 20px;
      font-size: 15px; }
    .section-flow .unit-btn-01 {
      position: relative;
      top: -16px; }
  /* 所属税理士紹介 ---------- */
  .section-introduction {
    background: #fff;
    padding: 25px 0 20px; }
    .section-introduction .unit-list-01 {
      margin: 20px auto 0;
      padding: 0 18px;
      width: 100%; }
      .section-introduction .unit-list-01 li {
        width: calc((100% - 16px) / 2);
        margin: 0;
        font-size: 12px;
        letter-spacing: .1em; }
        .section-introduction .unit-list-01 li + li {
          margin-left: 16px; }
        .section-introduction .unit-list-01 li .pic {
          height: 35vw;
          overflow: hidden; }
  /* なぜ相続税を専門にしているのか？ ---------- */
  .section-why {
    padding: 20px 0 40px;
    background: url(../img/top/bg_04_sp.jpg) center center no-repeat;
    background-size: cover; }
    .section-why .txt {
      margin: 20px 0 15px;
      padding: 0 12px;
      text-align: left; }
      .section-why .txt p {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .1em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
    .section-why .unit-btn-01 {
      line-height: 1.35;
      padding: 9px;
      width: 200px; }
  /* よくあるご質問 ---------- */
  .section-question {
    padding: 20px 0 40px; }
  .box-question-01 {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 18px; }
    .box-question-01 li {
      display: block;
      width: 100%;
      margin: 0;
      padding-left: 0;
      padding: 20px 0 20px 28px; }
      .box-question-01 li:first-of-type, .box-question-01 li:nth-of-type(2) {
        height: auto; }
      .box-question-01 li:last-of-type, .box-question-01 li:nth-of-type(3) {
        height: auto;
        padding: 20px 0 20px 28px; }
      .box-question-01 li .question,
      .box-question-01 li .answer {
        position: relative; }
      .box-question-01 li .question {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 1.33; }
      .box-question-01 li .answer {
        font-size: 17px;
        line-height: 1.5; }
      .box-question-01 li .question .en,
      .box-question-01 li .answer .en {
        font-size: 22px; }
      .box-question-01 li span {
        display: block;
        float: left;
        width: 22px;
        text-align: center;
        position: absolute;
        left: -25px;
        top: -5px; }
      .box-question-01 li .question .en {
        color: #333;
        top: -7px; }
      .box-question-01 li .answer .en {
        color: #204180; }
  /* アクセスマップ ---------- */
  #mapCanvas {
    height: 200px;
    margin-top: 20px; }
  .section-access .inner {
    padding: 20px 0 25px; }
    .section-access .inner ul {
      width: 100%;
      margin: 20px auto 0;
      padding: 0 12px 0 17px; }
      .section-access .inner ul li {
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .section-access .inner ul li:first-of-type {
          padding-right: 0;
          width: 100%;
          border-right: none; }
        .section-access .inner ul li:last-of-type {
          margin-top: 15px;
          text-align: center;
          width: 100%; }
        .section-access .inner ul li .company-name {
          font-size: 19px;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
        .section-access .inner ul li address {
          font-size: 15px;
          letter-spacing: .06em; }
          .section-access .inner ul li address span {
            display: block;
            padding-left: 0;
            text-align: center; }
  .section-access .unit-btn-01 {
    font-size: 15px;
    width: 200px;
    padding: 14px 2em; }
  /* バナー ---------- */
  .section-bnr {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 23px 0; }
    .section-bnr ul {
      padding: 20px; }
      .section-bnr ul li {
        display: block;
        width: 100%;
        font-size: 18px;
        letter-spacing: .08em;
        margin: 0;
        line-height: 1;
        height: 70px;
        vertical-align: middle;
        overflow: hidden; }
        .section-bnr ul li + li {
          margin-top: 15px; }
        .section-bnr ul li a {
          width: 100%;
          height: 100%;
          display: block;
          vertical-align: middle;
          padding: 15px 0;
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
          .section-bnr ul li a:hover {
            color: #fff; }
        .section-bnr ul li:nth-of-type(n) a {
          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;
          height: 70px;
          padding: 0;
          font-size: 23px;
          line-height: 1.2;
          letter-spacing: .02em;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  /* 情報 ---------- */
  .section-information {
    width: 100%;
    padding: 20px 18px 45px; }
  .box-information-01 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 0 45px; }
    .box-information-01 + .box-information-01 {
      margin-top: 40px; }
    .box-information-01 .information-list {
      margin: 15px 0 0;
      padding: 0 15px;
      width: 100%; }
      .box-information-01 .information-list li {
        width: 100%;
        font-size: 13px;
        letter-spacing: .08em;
        padding-bottom: 8px; }
        .box-information-01 .information-list li + li {
          margin-top: 12px; }
        .box-information-01 .information-list li dl dt, .box-information-01 .information-list li dl dd {
          width: 100%; }
        .box-information-01 .information-list li a {
          color: #000;
          display: inline; }
        .box-information-01 .information-list li .date {
          margin-bottom: 2px;
          font-size: 13px; }
  .section-information .unit-btn-01 {
    width: 240px;
    margin: 0 auto;
    bottom: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px); }
  /* --------------------------------------------
  下層ページ
  -------------------------------------------- */
  /* 下層メインタイトル */
  .main_title {
    height: 120px; }
    .main_title::before {
      width: 70%;
      height: 80px; }
    .main_title .container {
      height: 100%; }
  /* お問い合わせ
  -------------------------------------------- */
  #contact .container {
    width: 94%; }
  #contact .main_title {
    background: url(../img/contact/title_bg.jpg) center center no-repeat;
    background-size: cover; }
  #contact .telephone {
    padding: 20px 0; }
    #contact .telephone .unit-catch-01 {
      margin: 15px 0; }
  .box-telephone-01 {
    padding: 10px; }
    .box-telephone-01 .tel {
      float: none;
      text-align: center; }
    .box-telephone-01 .tel-num {
      margin-top: 0;
      font-size: 15px;
      letter-spacing: .1em;
      font-weight: 800; }
      .box-telephone-01 .tel-num a {
        color: #1c3779; }
      .box-telephone-01 .tel-num::before {
        width: 16px;
        height: 11px; }
    .box-telephone-01 .tel-guide {
      font-size: 12px;
      margin-top: 0; }
    .box-telephone-01 .tel-time {
      font-size: 12px;
      margin-top: 10px; }
    .box-telephone-01 .notes {
      margin-top: 15px;
      float: none;
      width: 100%; }
  #contact .form {
    padding: 20px 0; }
  .form .unit-catch-02,
  .form .unit-note-02 {
    margin: 15px 0; }
  #contact {
    /*
        input {
            &[type="text"],
            &[type="tel"],
            &[type="email"] {
                font-size: 16px;
                line-height: 1.5;
                padding: 4px 6px;
            }
        }
        select,
        textarea {
            font-size: 16px;
            line-height: 1.5;
            padding: 4px 6px;
        }
        select {
            width: 100%;
        }
        input[type="radio"] {
            font-size: 16px;
            line-height: 1.2;
            margin-right: 2px;
        }
        */ }
    #contact form {
      text-align: center; }
      #contact form dl {
        padding: 12px;
        background-color: #fff;
        border: 1px solid #b4b4b5;
        text-align: left; }
      #contact form dt {
        font-size: 12px;
        font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
        font-weight: 400; }
        #contact form dt:not(:first-of-type) {
          margin-top: 8px; }
      #contact form dd:not(:first-of-type) {
        margin-top: 0; }
      #contact form dt {
        float: none;
        width: 100%;
        position: static; }
      #contact form .item-title {
        font-size: 15px;
        position: static;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      #contact form .required {
        margin-left: 4px;
        padding: 0 3px;
        font-size: 12px;
        border-radius: 2px; }
      #contact form dl dd {
        margin-top: 4px;
        float: none;
        width: 100%;
        font-size: 16px;
        padding: 10px; }
      #contact form dd .inner {
        padding: 10px; }
  .wpcf7-list-item {
    display: block !important;
    margin: 0 !important; }
  #contact .wpcf7-list-item-label {
    font-size: 14px; }
  .ui-datepicker {
    font-size: 18px !important; }
  #contact .choice {
    width: 100%;
    float: none; }
    #contact .choice select {
      margin-top: 15px; }
    #contact .choice + .choice {
      margin-left: 0px;
      margin-top: 10px; }
  #contact form dd:nth-of-type(7) textarea {
    height: 100px; }
  #contact form dd:nth-of-type(8) textarea {
    height: 170px; }
  #contact .submit-cover {
    margin: 20px auto;
    -webkit-box-shadow: 3px 3px 0 rgba(92, 131, 166, 0.5);
    box-shadow: 3px 3px 0 rgba(92, 131, 166, 0.5);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    #contact .submit-cover::after {
      font-size: 13px;
      position: absolute;
      right: 7px; }
    #contact .submit-cover:hover {
      -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
      transform: translate(3px, 3px); }
  #contact input[type="submit"] {
    padding: 13px 30px;
    min-width: none;
    min-width: initial;
    font-size: 16px;
    line-height: 1.2; }
  #contact .flow {
    padding: 20px 0 35px; }
  .flow .box-flow-01 .unit-title-07 {
    margin: 15px 0 5px; }
  .flow .box-flow-01 .unit-note-01 {
    margin-bottom: 8px; }
  .flow .unit-list-04 {
    margin: 10px 0 8px;
    padding: 20px 15px;
    width: 100%; }
  .flow .box-flow-02 {
    margin: 25px 0 0; }
  .flow .flow-list {
    margin: 10px 0 20px;
    position: relative; }
    .flow .flow-list::after {
      width: 6px;
      height: calc(100% - 50px);
      position: absolute;
      top: 50px;
      left: 75px; }
    .flow .flow-list > li + li {
      margin-top: 15px; }
    .flow .flow-list > li .title {
      font-size: 15px; }
    .flow .flow-list > li .txt-inner {
      padding: 10px 15px; }
    .flow .flow-list > li:nth-child(2) .unit-note-01 {
      margin: 10px 0; }
    .flow .flow-list > li:nth-child(2) .unit-list-03 {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 20px 10px; }
  .box-contact-02 .mail,
  .box-contact-02 .tel {
    float: none; }
  .box-contact-02 .mail {
    width: 100%; }
  .box-contact-02 .tel {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-left: none;
    border-top: 1px solid #c8c9ca; }
    .box-contact-02 .tel p {
      font-size: 16px;
      display: inline-block; }
      .box-contact-02 .tel p span {
        display: inline-block; }
      .box-contact-02 .tel p a {
        display: block;
        font-size: 24px;
        color: #1c3779; }
  .consultation {
    padding-bottom: 45px; }
    .consultation .unit-list-03 {
      margin: 15px 0;
      width: 100%;
      padding: 20px 10px; }
    .consultation .unit-text-01 + .unit-text-01 {
      margin-top: 15px; }
    .consultation .box-contact-02 {
      margin-top: 20px; } }

/* sample */
.box-styles {
  background: #fff;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 40px; }
  .box-styles > * {
    margin-bottom: 40px; }

.unit-title-styles {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px; }

/* ①h1 */
.unit-title-01 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #262626; }

.unit-title-01-left {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-align: left; }

.unit-title-01::before,
.unit-title-01-left::before {
  content: "";
  display: block;
  background: url(../img/common/logo.svg) center center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin: 0 auto 10px; }

.unit-title-01::after {
  content: "";
  display: block;
  background: #1a1a1a;
  width: 43px;
  height: 1px;
  margin: 10px auto 0; }

.unit-title-01-left::after {
  content: "";
  display: block;
  background: #1a1a1a;
  width: 43px;
  height: 1px;
  margin: 10px auto 0; }

.unit-title-01-left::before, .unit-title-01-left::after {
  margin-left: 0; }

/* ②h2 */
.unit-title-02 {
  background: #204180 url(../img/common/logo_white.svg) no-repeat 20px center;
  padding: 25px 30px 25px 86px;
  line-height: 1.5;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: .06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

/* ③h3 */
.unit-title-03 {
  background: url(../img/common/ico_02.svg) no-repeat left center;
  padding: 25px 30px 25px 46px;
  border-top: 1px solid #1d3879;
  border-bottom: 1px solid #1d3879;
  line-height: 1.5;
  font-size: 26px;
  color: #1d3879;
  font-weight: bold;
  letter-spacing: .12em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

/* ④h4 */
.unit-title-04 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: url(../img/common/ico_03.svg) no-repeat left center;
  padding: 0 30px 5px 46px;
  border-bottom: 1px solid #1d3879;
  line-height: 1.5;
  font-size: 25px;
  color: #1d3879;
  font-weight: bold;
  letter-spacing: .12em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

/* ⑤h5 */
.unit-title-05-01,
.unit-title-05-02 {
  display: table;
  position: relative;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #c8ac93;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold; }

.unit-title-05-01::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border: 6px solid transparent;
  border-top: 10px solid #c8ac93; }

.unit-title-05-02 {
  background: #b3c3e0; }
  .unit-title-05-02::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border: 6px solid transparent;
    border-top: 10px solid #c8ac93;
    border-top: 10px solid #b3c3e0; }

/* ⑥見出し */
.unit-title-06-01 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: url(../img/common/ico_04.svg) no-repeat left center;
  min-height: 48px;
  padding: 10px 0 10px 60px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .12em;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold; }

.unit-title-06-02 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: url(../img/common/ico_05.svg) no-repeat left center;
  min-height: 48px;
  padding: 10px 0 10px 60px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .12em;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold; }

/* ⑦リンクカード */
.box-linkcard-01 a {
  display: block;
  color: #000;
  border: 1px solid #9d744e;
  padding: 30px; }
  .box-linkcard-01 a:hover {
    opacity: .63; }
  .box-linkcard-01 a .inner-img {
    width: 213px;
    float: left; }
  .box-linkcard-01 a .inner-text {
    width: calc(100% - 243px);
    float: right; }
    .box-linkcard-01 a .inner-text .title {
      font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.2; }
    .box-linkcard-01 a .inner-text .excerpt {
      margin-top: 15px;
      font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.8; }
    .box-linkcard-01 a .inner-text .url {
      font-size: 16px;
      font-family: 'PT Serif', serif;
      font-style: italic;
      color: #1d3879; }

/* ⑦箇条書きulリスト */
.unit-list-03.line-middle li {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .unit-list-03.line-middle li {
      margin-top: 15px; } }
  .unit-list-03.line-middle li:first-child {
    margin-top: 0; }

.unit-list-03 li {
  display: table;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px; }
  .unit-list-03 li:first-child {
    margin-top: 0; }
    .unit-list-03 li > span::before {
      content: "\f00c";
      color: #b59d87;
      font-family: FontAwesome;
      font-size: 19px;
      margin-right: .3em; }

/* ⑦箇条書きulリスト（番号） */
.unit-list-04 {
  counter-reset: list04; }
  .unit-list-04 li {
    display: table;
    font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-weight: 500; }
    .unit-list-04 li + li {
      margin-top: 8px; }
    .unit-list-04 li span {
      font-size: 18px; }
      .unit-list-04 li span::before {
        counter-increment: list04;
        content: counter(list04) ". ";
        color: #b59d87;
        font-weight: bold; }

/* ⑦太字のみSPなし */
.blog-text-bold {
  font-weight: bold; }


/* ⑧太文字 */


/* ⑨黒太文字 */
.unit-text-black {
  color: #000; }

/* ⑩赤太文字 */
.unit-text-red {
  color: #a82938; }

/* ⑪緑太文字 */
.unit-text-green {
  color: #3c8742; }

/* ⑫青太文字 */
.unit-text-blue {
  color: #1d3879; }

/* ⑬自分アンダーマーカー黄色SPなし */
.blog-marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}


/* ⑬下線部黄色マーカ */
.unit-text-yellowmark {
  position: relative;
  display: inline-block;
  font-size: 18px;
  z-index: 0;
  line-height: 1;
  padding: 0 5px;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold; }
  .unit-text-yellowmark::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(249, 232, 163, 0.64);
    width: 100%;
    height: 9px;
    z-index: -1; }

/* ⑭大文字 */
.unit-text-large {
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 25px; }

/* ⑮超大文字 */
.unit-text-exlarge {
  font-size: 30px; }

/* ⑯小文字 */
.unit-text-small {
  font-size: 14px; }

/* ⑰引用 */
.unit-blockquote-01 {
  position: relative;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  border: 1px solid #9d744e;
  padding: 45px 95px 15px;
  font-size: 18px;
  margin-bottom: 26px; }
  .unit-blockquote-01::before, .unit-blockquote-01::after {
    position: absolute;
    font-size: 26px;
    color: #666; }
  .unit-blockquote-01::before {
    content: "“";
    top: 25px;
    left: 45px; }
  .unit-blockquote-01::after {
    content: "”";
    bottom: 5px;
    right: 45px; }
.unit-blockquote-01 p {
    margin-bottom: 0px; }

/* ⑱ボックス */
.box-box-01,
.box-box-02,
.box-box-03,
.box-box-04,
.box-box-05,
.box-box-06,
.box-box-07 {
  display: table;
  padding: 25px 40px;
  margin-bottom: 26px; 
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em; }

.box-box-01 {
  border: 1px solid #cabcae; }

.box-box-02 {
  border: 1px solid #5b73b7; }

.box-box-03 {
  background: #f0eae4; }

.box-box-04 {
  background: #f7f7f7; }

.box-box-05 {
  background-color: #f7f7f7; }

.box-box-06 {
  background-color: #f9f8ec; }

.box-box-07 {
  background-color: #e7edf7; }

/* ⑲ボックス（タイトルあり） */
.box-titlebox-01,
.box-titlebox-02,
.box-titlebox-03,
.box-titlebox-04 {
  display: table;
  padding: 5px 40px 5px;
  line-height: 1.4;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em; }

.box-titlebox-01 {
  border: 1px solid #cabcae; }

.box-titlebox-02 {
  background: #f0eae4; }

.box-titlebox-03 {
  border: 1px solid #95add9; }

.box-titlebox-04 {
  background: #e7edf7; }

.box-titlebox-01 .title,
.box-titlebox-02 .title,
.box-titlebox-03 .title,
.box-titlebox-04 .title {
  display: table;
  position: relative;
  top: -30px;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #cabcae;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold; }

.box-titlebox-03 .title {
  background: #9ab2dc; }

.box-titlebox-02 .title {
  background: #fff;
  border: 3px solid #c9bbad;
  padding: 7px 12px; }

.box-titlebox-04 .title {
  background: #fff;
  border: 3px solid #c9bbad;
  padding: 7px 12px;
  border: 3px solid #9ab2dc; }

.box-titlebox-01 .title::before,
.box-titlebox-02 .title::before,
.box-titlebox-03 .title::before,
.box-titlebox-04 .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border: 6px solid transparent;
  border-top: 10px solid #cabcae;
  z-index: 2; }

.box-titlebox-03 .title::before {
  border-top: 10px solid #9ab2dc; }

.box-titlebox-02 .title::before,
.box-titlebox-04 .title::before {
  left: 32px;
  border: 4px solid transparent;
  border-top: 8px solid #fff;
  margin-top: -3px; }

.box-titlebox-02 .title::after {
  content: "";
  position: absolute;
  /*  top: calc(100% + 3px);*/
  top: 100%;
  left: 30px;
  border: 6px solid transparent;
  border-top: 10px solid #c9bbad;
  z-index: 1; }

.box-titlebox-04 .title::after {
  content: "";
  position: absolute;
  /*  top: calc(100% + 3px);*/
  top: 100%;
  left: 30px;
  border: 6px solid transparent;
  border-top: 10px solid #c9bbad;
  z-index: 1;
  border-top-color: #9ab2dc; }

/* ⑳ボタン */
.unit-btn-01,
.unit-btn-01-red,
.unit-btn-01-green {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 23px 40px;
  min-width: 280px;
  background: #204180;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 5px 5px 0 rgba(92, 131, 166, 0.5);
  box-shadow: 5px 5px 0 rgba(92, 131, 166, 0.5);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .1em; }

.unit-btn-01-red {
  background-color: #a82938; }

.unit-btn-01-green {
  background-color: #3c8742; }

.unit-btn-01:after,
.unit-btn-01-red::after,
.unit-btn-01-green::after {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff; }

.unit-btn-01:hover,
.unit-btn-01-red:hover,
.unit-btn-01-green:hover,
.unit-btn-01:active,
.unit-btn-01-red:active,
.unit-btn-01-green:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px); }

.unit-btn-01:hover,
.unit-btn-01-red:hover,
.unit-btn-01-green:hover {
  opacity: 1; }

/* ㉑リンク装飾 */
.unit-link-01 {
  display: inline;
  background: url(../img/common/ico_06.png) no-repeat left 3px;
  padding-left: 18px;
  border-bottom: 1px solid #1d3879;
  font-weight: 500;
  color: #1d3879 !important; }

/* ㉒最新記事一覧 */
.box-latestentry-01.l-short .list a::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px; }

.box-latestentry-01.l-short .list .img {
  width: 92px; }

.box-latestentry-01.l-short .list .text {
  width: calc(100% - 107px); }

.box-latestentry-01 .title {
  position: relative;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #f7f7f7;
  border: 1px solid #1d3879;
  text-align: center;
  padding: 15px;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  color: #1f3f7a;
  margin-bottom: 25px; }
  .box-latestentry-01 .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1d3879)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #1d3879 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #1d3879 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #1d3879 50.5%) no-repeat top left/100% 100%; }

.box-latestentry-01 ul li + li {
  margin-top: 15px; }

.box-latestentry-01 ul li a {
  color: #000; }
  .box-latestentry-01 ul li a .img {
    width: 184px;
    float: left; }
  .box-latestentry-01 ul li a .text {
    width: calc(100% - 197px);
    float: right;
    line-height: 1.8;
    font-size: 16px;
    text-decoration: underline; }

/* ㉓人気記事一覧 */
.box-popularentry-01.l-short .list a::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px; }

.box-popularentry-01.l-short .list .img {
  width: 92px; }

.box-popularentry-01.l-short .list .text {
  width: calc(100% - 107px); }

.box-popularentry-01 .title {
  position: relative;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #f7f7f7;
  border: 1px solid #1d3879;
  text-align: center;
  padding: 15px;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  color: #1f3f7a;
  margin-bottom: 25px; }
  .box-popularentry-01 .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1d3879)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #1d3879 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #1d3879 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #1d3879 50.5%) no-repeat top left/100% 100%; }

.box-popularentry-01 ul {
  counter-reset: popularentry01; }
  .box-popularentry-01 ul li + li {
    margin-top: 15px; }
  .box-popularentry-01 ul li a {
    position: relative;
    color: #000; }
    .box-popularentry-01 ul li a::before {
      display: block;
      position: absolute;
      font-family: 'PT Serif', serif;
      counter-increment: popularentry01;
      content: counter(popularentry01);
      background: #5b73b6;
      width: 51px;
      height: 48px;
      line-height: 48px;
      color: #fff;
      font-size: 26px;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      text-indent: -.2em; }
    .box-popularentry-01 ul li a .img {
      width: 184px;
      float: left;
      margin: 0; }
      .box-popularentry-01 ul li a .img img {
        margin: 0; }
    .box-popularentry-01 ul li a .text {
      width: calc(100% - 197px);
      float: right;
      line-height: 1.8;
      font-size: 16px;
      text-decoration: underline; }


	
/*----------------------------------------------
  SP
----------------------------------------------*/
@media screen and (max-width: 768px) {
  /* sample */
  .box-styles {
    padding: 40px 9px; }
  .unit-title-styles {
    font-size: 20px; }
  /* ①h1 */
  .unit-title-01,
  .unit-title-01-left {
    font-size: 22px; }
  .unit-title-01::before,
  .unit-title-01-left::before {
    background-size: 100%;
    width: 14px;
    height: 14px; }
  .unit-title-01::after,
  .unit-title-01-left::after {
    width: 22px; }
  /* ②h2 */
  .unit-title-02 {
    background-position: 10px center;
    background-size: 20px;
    padding: 10px 10px 10px 40px;
    font-size: 22px; }
  /* ③h3 */
  .unit-title-03 {
    background-size: 15px;
    padding: 10px 10px 10px 25px;
    font-size: 20px; }
  /* ④h4 */
  .unit-title-04 {
    background-size: 20px;
    padding: 7px 10px 5px 25px;
    font-size: 19px; }
  /* ⑤h5 */
  .unit-title-05-01,
  .unit-title-05-02 {
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 18px; }
  /* ⑥見出し */
  .unit-title-06-01,
  .unit-title-06-02 {
    background-size: 20px;
    min-height: 20px;
    padding: 0 0 0 25px;
    font-size: 18px; }
  /* ⑦リンクカード */
  .box-linkcard-01 a {
    padding: 10px; }
    .box-linkcard-01 a .inner-img {
      width: 35%; }
    .box-linkcard-01 a .inner-text {
      width: 63%; }
      .box-linkcard-01 a .inner-text .title {
        font-size: 22px; }
      .box-linkcard-01 a .inner-text .excerpt {
        margin-top: 10px;
        font-size: 16px; }
      .box-linkcard-01 a .inner-text .url {
        margin-top: 5px;
        font-size: 14px; }
  /* ⑦箇条書きulリスト */
  .unit-list-03 li {
    font-size: 16px;
    text-indent: -1.3em;
    padding-left: 1.3em; }
    .unit-list-03 li + li {
      margin-top: 12px; }
    .unit-list-03 li span {
      font-size: 16px; }
      .unit-list-03 li span::before {
        font-size: 16px; }
  /* ⑦箇条書きulリスト（番号） */
  .unit-list-04 li {
    text-indent: -1.45em;
    padding-left: 1.45em; }
    .unit-list-04 li span {
      font-size: 16px; }
    .unit-list-04 li + li {
      margin-top: 12px; }
	
	/* ⑧太文字 */


  /* ⑨黒文字 */
  .unit-text-black {
    color: #000; }

  /* ⑩赤文字 */
  .unit-text-red {
    color: #a82938; }

  /* ⑪緑文字 */
  .unit-text-green {
    color: #3c8742; }

  /* ⑫青文字 */
  .unit-text-blue {
    color: #1d3879; }
	
  /* ⑬下線部黄色マーカ */
  .unit-text-yellowmark {
    padding: 0 3px; }
    .unit-text-yellowmark::after {
      height: 5px; }
  /* ⑭大文字 */
  .unit-text-large {
    font-size: 20px; }
  /* ⑮超大文字 */
  .unit-text-exlarge {
    font-size: 24px; }
  /* ⑯小文字 **/
  .unit-text-small {
    font-size: 12px !important; }
  /* ⑰引用 */
  .unit-blockquote-01 {
    padding: 20px 20px 5px;
	margin-bottom: 26px;
    font-size: 16px; }
    .unit-blockquote-01::before, .unit-blockquote-01::after {
      font-size: 22px; }
    .unit-blockquote-01::before {
      top: 10px;
      left: 10px; }
    .unit-blockquote-01::after {
      bottom: 1px;
      right: 10px; }
	
	
  /* ⑱ボックス */
  .box-box-01,
  .box-box-02,
  .box-box-03,
  .box-box-04,
  .box-box-05,
  .box-box-06,
  .box-box-07 {
    display: block;
	margin-bottom: 26px;
    padding: 15px;
    font-size: 16px; }
  /* ⑲ボックス（タイトルあり） */
  .box-titlebox-01,
  .box-titlebox-02,
  .box-titlebox-03,
  .box-titlebox-04 {
    display: table;
    padding: 8px 15px 15px;
    font-size: 16px; }
  .box-titlebox-01 .title,
  .box-titlebox-02 .title,
  .box-titlebox-03 .title,
  .box-titlebox-04 .title {
    top: -23px;
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 16px; }
  .box-titlebox-01 p,
  .box-titlebox-02 p,
  .box-titlebox-03 p,
  .box-titlebox-04 p {
    font-size: 16px; }
  .box-titlebox-03 .title {
    background: #9ab2dc; }
  .box-titlebox-02 .title {
    border: 2px solid #c9bbad;
    padding: 8px 12px; }
  .box-titlebox-04 .title {
    border: 2px solid #c9bbad;
    padding: 8px 12px;
    border: 2px solid #9ab2dc; }
  .box-titlebox-02 .title::before,
  .box-titlebox-04 .title::before {
    left: 31px;
    border: 5px solid transparent;
    border-top: 9px solid #fff; }
  .box-titlebox-02 .title::after,
  .box-titlebox-04 .title::after {
    top: 100%; }
  /* ⑳ボタン */
  .unit-btn-01,
  .unit-btn-01-red,
  .unit-btn-01-green {
    padding: 13px 15px;
    min-width: none;
    min-width: initial;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 3px 3px 0 rgba(92, 131, 166, 0.5);
    box-shadow: 3px 3px 0 rgba(92, 131, 166, 0.5);
    letter-spacing: 0; }
  .unit-btn-01:after,
  .unit-btn-01-red::after,
  .unit-btn-01-green::after {
    position: absolute;
    right: 7px; }
  .unit-btn-01:hover,
  .unit-btn-01-red:hover,
  .unit-btn-01-green:hover,
  .unit-btn-01:active,
  .unit-btn-01-red:active,
  .unit-btn-01-green:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px); }
  /* ㉑リンク装飾 */
  a.unit-link-01 {
    background-size: 10px;
    padding-left: 13px;
    font-size: 16px; }
  /* ㉒最新記事一覧 */
  .box-latestentry-01 .title {
    padding: 10px;
    font-size: 22px;
    margin-bottom: 15px; }
    .box-latestentry-01 .title::after {
      bottom: 2px;
      right: 2px;
      width: 6px;
      height: 6px; }
  .box-latestentry-01 ul li a .img {
    width: 40%; }
  .box-latestentry-01 ul li a .text {
    width: 55%;
    font-size: 16px; }
  /* ㉓人気記事一覧 */
  .box-popularentry-01 .title {
    padding: 10px;
    font-size: 22px;
    margin-bottom: 15px; }
    .box-popularentry-01 .title::after {
      bottom: 2px;
      right: 2px;
      width: 6px;
      height: 6px; }
  .box-popularentry-01 ul li a::before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px; }
  .box-popularentry-01 ul li a .img {
    width: 40%;
    margin: 0; }
  .box-popularentry-01 ul li a .text {
    width: 55%;
    font-size: 16px; } }

.box-telephone-03 {
  padding: 30px 20px;
  background: url(../img/contact/telephone_bg.jpg) center center no-repeat;
  background-size: cover; }
  .box-telephone-03 .tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #1d3879; }
    .box-telephone-03 .tel-wrap .tel-inner {
      position: relative;
      width: 50%; }
      .box-telephone-03 .tel-wrap .tel-inner:nth-of-type(even):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-left: 1px solid #1d3879; }
  .box-telephone-03 .tel-num {
    font-size: 3.0rem;
    letter-spacing: .1em;
    font-weight: 800;
    line-height: 1; }
    .box-telephone-03 .tel-num::before {
      content: "";
      margin-right: 6px;
      display: inline-block;
      width: 33px;
      height: 22px;
      background: url(../img/common/free_ico.png) center center no-repeat;
      background-size: 100%; }
  .box-telephone-03 .tel-guide {
    font-size: 2.0rem; }
  .box-telephone-03 .tel-time {
    font-size: 1.8rem;
    line-height: 1.5; }
    .box-telephone-03 .tel-time i {
      margin: 0 4px; }
  .box-telephone-03 .notes {
    width: 720px;
    margin: 20px auto 0; }
    .box-telephone-03 .notes .unit-note-01 {
      font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-wrap {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-wrap .tel-inner {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-wrap .tel-inner:nth-of-type(even):before {
    width: 100%;
    height: auto;
    border-top: 1px solid #1d3879;
    border-left: none; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-wrap .tel-inner:first-child {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-num {
    font-size: 2.4rem; }
    .box-telephone-03 .tel-num a {
      color: #053574;
      opacity: 1; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-guide {
    font-size: 1.7rem; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .tel-time {
    font-size: 1.6rem; } }

@media screen and (max-width: 768px) {
  .box-telephone-03 .notes {
    width: 100%; } }

.fs12 {
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .fs12 {
      font-size: 1.1rem; } }
  @media screen and (max-width: 414px) {
    .fs12 {
      font-size: 1.0rem; } }

.fs13 {
  font-size: 1.3rem; }
  @media screen and (max-width: 768px) {
    .fs13 {
      font-size: 1.2rem; } }
  @media screen and (max-width: 414px) {
    .fs13 {
      font-size: 1.1rem; } }

.fs14 {
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .fs14 {
      font-size: 1.3rem; } }
  @media screen and (max-width: 414px) {
    .fs14 {
      font-size: 1.2rem; } }

.fs15 {
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .fs15 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 414px) {
    .fs15 {
      font-size: 1.3rem; } }

.fs16 {
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .fs16 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 414px) {
    .fs16 {
      font-size: 1.4rem; } }

.fs17 {
  font-size: 1.7rem; }
  @media screen and (max-width: 768px) {
    .fs17 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 414px) {
    .fs17 {
      font-size: 1.5rem; } }

.fs18 {
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .fs18 {
      font-size: 1.7rem; } }
  @media screen and (max-width: 414px) {
    .fs18 {
      font-size: 1.6rem; } }

.fs19 {
  font-size: 1.9rem; }
  @media screen and (max-width: 768px) {
    .fs19 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 414px) {
    .fs19 {
      font-size: 1.7rem; } }

.fs20 {
  font-size: 2.0rem; }
  @media screen and (max-width: 768px) {
    .fs20 {
      font-size: 1.9rem; } }
  @media screen and (max-width: 414px) {
    .fs20 {
      font-size: 1.8rem; } }

.fs21 {
  font-size: 2.1rem; }
  @media screen and (max-width: 768px) {
    .fs21 {
      font-size: 2.0rem; } }
  @media screen and (max-width: 414px) {
    .fs21 {
      font-size: 1.9rem; } }

.fs22 {
  font-size: 2.2rem; }
  @media screen and (max-width: 768px) {
    .fs22 {
      font-size: 2.1rem; } }
  @media screen and (max-width: 414px) {
    .fs22 {
      font-size: 2.0rem; } }

.fs23 {
  font-size: 2.3rem; }
  @media screen and (max-width: 768px) {
    .fs23 {
      font-size: 2.2rem; } }
  @media screen and (max-width: 414px) {
    .fs23 {
      font-size: 2.1rem; } }

.fs24 {
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .fs24 {
      font-size: 2.3rem; } }
  @media screen and (max-width: 414px) {
    .fs24 {
      font-size: 2.2rem; } }

.fs25 {
  font-size: 2.5rem; }
  @media screen and (max-width: 768px) {
    .fs25 {
      font-size: 2.4rem; } }
  @media screen and (max-width: 414px) {
    .fs25 {
      font-size: 2.3rem; } }

.fs26 {
  font-size: 2.6rem; }
  @media screen and (max-width: 768px) {
    .fs26 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 414px) {
    .fs26 {
      font-size: 2.4rem; } }

.fs27 {
  font-size: 2.7rem; }
  @media screen and (max-width: 768px) {
    .fs27 {
      font-size: 2.6rem; } }
  @media screen and (max-width: 414px) {
    .fs27 {
      font-size: 2.5rem; } }

.fs28 {
  font-size: 2.8rem; }
  @media screen and (max-width: 768px) {
    .fs28 {
      font-size: 2.7rem; } }
  @media screen and (max-width: 414px) {
    .fs28 {
      font-size: 2.6rem; } }

.fs29 {
  font-size: 2.9rem; }
  @media screen and (max-width: 768px) {
    .fs29 {
      font-size: 2.8rem; } }
  @media screen and (max-width: 414px) {
    .fs29 {
      font-size: 2.7rem; } }

.fs30 {
  font-size: 3.0rem; }
  @media screen and (max-width: 768px) {
    .fs30 {
      font-size: 2.9rem; } }
  @media screen and (max-width: 414px) {
    .fs30 {
      font-size: 2.8rem; } }

.font-s12 {
  font-size: 1.2rem !important; }
  @media screen and (max-width: 768px) {
    .font-s12 {
      font-size: 1.1rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s12 {
      font-size: 1.0rem !important; } }

.font-s13 {
  font-size: 1.3rem !important; }
  @media screen and (max-width: 768px) {
    .font-s13 {
      font-size: 1.2rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s13 {
      font-size: 1.1rem !important; } }

.font-s14 {
  font-size: 1.4rem !important; }
  @media screen and (max-width: 768px) {
    .font-s14 {
      font-size: 1.3rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s14 {
      font-size: 1.2rem !important; } }

.font-s15 {
  font-size: 1.5rem !important; }
  @media screen and (max-width: 768px) {
    .font-s15 {
      font-size: 1.4rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s15 {
      font-size: 1.3rem !important; } }

.font-s16 {
  font-size: 1.6rem !important; }
  @media screen and (max-width: 768px) {
    .font-s16 {
      font-size: 1.5rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s16 {
      font-size: 1.4rem !important; } }

.font-s17 {
  font-size: 1.7rem !important; }
  @media screen and (max-width: 768px) {
    .font-s17 {
      font-size: 1.6rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s17 {
      font-size: 1.5rem !important; } }

.font-s18 {
  font-size: 1.8rem !important; }
  @media screen and (max-width: 768px) {
    .font-s18 {
      font-size: 1.7rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s18 {
      font-size: 1.6rem !important; } }

.font-s19 {
  font-size: 1.9rem !important; }
  @media screen and (max-width: 768px) {
    .font-s19 {
      font-size: 1.8rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s19 {
      font-size: 1.7rem !important; } }

.font-s20 {
  font-size: 2.0rem !important; }
  @media screen and (max-width: 768px) {
    .font-s20 {
      font-size: 1.9rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s20 {
      font-size: 1.8rem !important; } }

.font-s21 {
  font-size: 2.1rem !important; }
  @media screen and (max-width: 768px) {
    .font-s21 {
      font-size: 2.0rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s21 {
      font-size: 1.9rem !important; } }

.font-s22 {
  font-size: 2.2rem !important; }
  @media screen and (max-width: 768px) {
    .font-s22 {
      font-size: 2.1rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s22 {
      font-size: 2.0rem !important; } }

.font-s23 {
  font-size: 2.3rem !important; }
  @media screen and (max-width: 768px) {
    .font-s23 {
      font-size: 2.2rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s23 {
      font-size: 2.1rem !important; } }

.font-s24 {
  font-size: 2.4rem !important; }
  @media screen and (max-width: 768px) {
    .font-s24 {
      font-size: 2.3rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s24 {
      font-size: 2.2rem !important; } }

.font-s25 {
  font-size: 2.5rem !important; }
  @media screen and (max-width: 768px) {
    .font-s25 {
      font-size: 2.4rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s25 {
      font-size: 2.3rem !important; } }

.font-s26 {
  font-size: 2.6rem !important; }
  @media screen and (max-width: 768px) {
    .font-s26 {
      font-size: 2.5rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s26 {
      font-size: 2.4rem !important; } }

.font-s27 {
  font-size: 2.7rem !important; }
  @media screen and (max-width: 768px) {
    .font-s27 {
      font-size: 2.6rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s27 {
      font-size: 2.5rem !important; } }

.font-s28 {
  font-size: 2.8rem !important; }
  @media screen and (max-width: 768px) {
    .font-s28 {
      font-size: 2.7rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s28 {
      font-size: 2.6rem !important; } }

.font-s29 {
  font-size: 2.9rem !important; }
  @media screen and (max-width: 768px) {
    .font-s29 {
      font-size: 2.8rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s29 {
      font-size: 2.7rem !important; } }

.font-s30 {
  font-size: 3.0rem !important; }
  @media screen and (max-width: 768px) {
    .font-s30 {
      font-size: 2.9rem !important; } }
  @media screen and (max-width: 414px) {
    .font-s30 {
      font-size: 2.8rem !important; } }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

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

.txt-left {
  text-align: left !important; }

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

.block {
  display: block; }

.iblock {
  display: inline-block; }

.inline {
  display: inline; }

.pc-block {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-block {
      display: none; } }

.pc-iblock {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .pc-iblock {
      display: none; } }

.sp-block {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-block {
      display: block; } }

.sp-iblock {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-iblock {
      display: inline-block; } }

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none !important; } }

@media screen and (min-width: 415px) {
  .mb-visible {
    display: none !important; } }

@media screen and (max-width: 414px) {
  .tb-visible {
    display: none !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media screen and (max-width: 414px) {
    .mt5 {
      margin-top: 3px !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 414px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media screen and (max-width: 414px) {
    .mt15 {
      margin-top: 8px !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 414px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media screen and (max-width: 414px) {
    .mt25 {
      margin-top: 13px !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media screen and (max-width: 414px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media screen and (max-width: 414px) {
    .mt35 {
      margin-top: 18px !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 414px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media screen and (max-width: 414px) {
    .mt45 {
      margin-top: 23px !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media screen and (max-width: 414px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media screen and (max-width: 414px) {
    .mt100 {
      margin-top: 50px !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 414px) {
    .mb5 {
      margin-bottom: 3px !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 414px) {
    .mb10 {
      margin-bottom: 5px !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 414px) {
    .mb15 {
      margin-bottom: 8px !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 414px) {
    .mb20 {
      margin-bottom: 10px !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 414px) {
    .mb25 {
      margin-bottom: 13px !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 414px) {
    .mb30 {
      margin-bottom: 15px !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media screen and (max-width: 414px) {
    .mb35 {
      margin-bottom: 18px !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 414px) {
    .mb40 {
      margin-bottom: 20px !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media screen and (max-width: 414px) {
    .mb45 {
      margin-bottom: 23px !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 414px) {
    .mb50 {
      margin-bottom: 25px !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media screen and (max-width: 414px) {
    .ml5 {
      margin-left: 3px !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media screen and (max-width: 414px) {
    .ml10 {
      margin-left: 5px !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media screen and (max-width: 414px) {
    .ml15 {
      margin-left: 8px !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media screen and (max-width: 414px) {
    .ml20 {
      margin-left: 10px !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media screen and (max-width: 414px) {
    .ml25 {
      margin-left: 13px !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media screen and (max-width: 414px) {
    .ml30 {
      margin-left: 15px !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media screen and (max-width: 414px) {
    .ml35 {
      margin-left: 18px !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media screen and (max-width: 414px) {
    .ml40 {
      margin-left: 20px !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media screen and (max-width: 414px) {
    .ml45 {
      margin-left: 23px !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media screen and (max-width: 414px) {
    .ml50 {
      margin-left: 25px !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media screen and (max-width: 414px) {
    .mr5 {
      margin-right: 3px !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media screen and (max-width: 414px) {
    .mr10 {
      margin-right: 5px !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media screen and (max-width: 414px) {
    .mr15 {
      margin-right: 8px !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media screen and (max-width: 414px) {
    .mr20 {
      margin-right: 10px !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media screen and (max-width: 414px) {
    .mr25 {
      margin-right: 13px !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media screen and (max-width: 414px) {
    .mr30 {
      margin-right: 15px !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media screen and (max-width: 414px) {
    .mr35 {
      margin-right: 18px !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media screen and (max-width: 414px) {
    .mr40 {
      margin-right: 20px !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media screen and (max-width: 414px) {
    .mr45 {
      margin-right: 23px !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media screen and (max-width: 414px) {
    .mr50 {
      margin-right: 25px !important; } }

.telephone a {
  cursor: default; }
  @media screen and (max-width: 768px) {
    .telephone a {
      text-decoration: underline; } }
  .telephone a:hover {
    opacity: 1; }
  .android .telephone a,
  .iphone .telephone a {
    opacity: .7; }

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

.breadcrumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      overflow-x: scroll;
      overflow-y: hidden;
      width: 100%;
      height: 40px;
      padding: 0 0 0 10px;
      white-space: nowrap; } }
  .breadcrumb::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .breadcrumb::-webkit-scrollbar-track {
    background: transparent; }
  .breadcrumb::-webkit-scrollbar-thumb {
    background: transparent; }
  @media screen and (max-width: 768px) {
    .breadcrumb .inner {
      display: inline-block;
      padding-right: 10px; } }
  .breadcrumb .inner > span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 1px;
    font-size: 1.1rem;
    line-height: 1;
    color: #95949A;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .breadcrumb .inner > span {
        margin-left: 3px;
        font-size: 1.1rem; } }
    @media screen and (max-width: 375px) {
      .breadcrumb .inner > span {
        font-size: 1.1rem; } }
    @media screen and (max-width: 320px) {
      .breadcrumb .inner > span {
        font-size: 1.0rem; } }
    .breadcrumb .inner > span:before {
      content: ">";
      vertical-align: middle;
      display: inline-block;
      margin: 0 2px;
      padding: 14px 0 5px;
      font-size: 1.1rem; }
      @media screen and (max-width: 768px) {
        .breadcrumb .inner > span:before {
          margin-right: 3px;
          font-size: 1.0rem; } }
    .breadcrumb .inner > span:first-child {
      margin: 0; }
      .breadcrumb .inner > span:first-child:before {
        display: none; }
    .breadcrumb .inner > span > span,
    .breadcrumb .inner > span a {
      vertical-align: middle;
      display: inline-block;
      padding: 14px 0 5px;
      color: #95949A; }
    .breadcrumb .inner > span a:hover {
      text-decoration: underline; }

.base-fontsize {
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .base-fontsize {
      font-size: 1.6rem; } }

.color-red {
  color: #a62b3a !important; }

.color-base {
  color: #003171 !important; }

.color-gray {
  color: #595757 !important; }

.font-bold {
  font-weight: bold; }

.box-colomn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .box-colomn-01.pc-col02 .colomn-inner {
    width: 50%;
    margin-top: 15px; }
  .box-colomn-01.pc-col03 .colomn-inner {
    width: 32%;
    margin-top: 15px; }
    .box-colomn-01.pc-col03 .colomn-inner:nth-of-type(3n+2) {
      margin-right: 2%;
      margin-left: 2%; }
  @media screen and (max-width: 768px) {
    .box-colomn-01.tb-col01 .colomn-inner {
      width: 100%;
      margin-top: 20px;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media screen and (max-width: 414px) {
    .box-colomn-01.tb-col01 .colomn-inner {
      margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .box-colomn-01.tb-col01 .colomn-inner:first-child {
      margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .box-colomn-01.tb-col02 .colomn-inner {
      width: 48%;
      margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(odd) {
      margin-left: 0;
      margin-right: 2%; } }
  @media screen and (max-width: 768px) {
    .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(even) {
      margin-left: 2%;
      margin-right: 0; } }
  .box-colomn-01.tb-col02 .colomn-inner:first-child {
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .box-colomn-01.tb-col02 .colomn-inner:first-child {
        margin-top: 15px; } }
  @media screen and (max-width: 414px) {
    .box-colomn-01.sp-col01 .colomn-inner {
      width: 100%;
      margin-top: 15px;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media screen and (max-width: 414px) {
    .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(odd) {
      margin-top: 15px;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 414px) {
    .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(even) {
      margin-top: 15px;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 414px) {
    .box-colomn-01.sp-col01 .colomn-inner:first-child {
      margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .box-colomn-01 .colomn-inner figure img {
      width: 100%; } }

.box-pagenation-01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #333333; }
  @media screen and (max-width: 768px) {
    .box-pagenation-01 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 414px) {
    .box-pagenation-01 {
      font-size: 1.2rem; } }
  .box-pagenation-01 > span {
    display: inline-block;
    margin: 0 6px; }
  .box-pagenation-01 a {
    padding: 12px 26px 11px;
    border: 1px solid #333333;
    color: inherit; }
    @media screen and (max-width: 768px) {
      .box-pagenation-01 a {
        padding: 10px 22px 10px; } }
    @media screen and (max-width: 414px) {
      .box-pagenation-01 a {
        padding: 8px 10px 7px; } }
    .box-pagenation-01 a:hover {
      opacity: 1;
      color: #ffffff;
      background-color: #333333; }
  .box-pagenation-01 .prev a:before {
    content: "<";
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .box-pagenation-01 .prev a:before {
        margin-right: 5px; } }
  .box-pagenation-01 .next a:after {
    content: ">";
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .box-pagenation-01 .next a:after {
        margin-left: 5px; } }

.box-404-01 {
  text-align: center; }
  .box-404-01 .title-wrap .title {
    display: block;
    font-weight: bold;
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .box-404-01 .title-wrap .title {
        font-size: 2.5rem; } }
  .box-404-01 .title-wrap .catch {
    display: block;
    margin-top: 5px; }
  .box-404-01 p {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .box-404-01 p {
        margin-top: 15px; } }
  .box-404-01 [class^="unit-link-"] {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .box-404-01 [class^="unit-link-"] {
        margin-top: 15px; } }

.box-undertitle-01 .title-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../img/title/title_default.jpg) no-repeat center center transparent;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .box-undertitle-01 .title-wrap {
      height: 250px; } }
  @media screen and (max-width: 414px) {
    .box-undertitle-01 .title-wrap {
      height: 200px; } }
  .box-undertitle-01 .title-wrap.color-white {
    color: #ffffff; }
    .box-undertitle-01 .title-wrap.color-white .title {
      border-color: #ffffff; }
  .box-undertitle-01 .title-wrap .title-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .box-undertitle-01 .title-wrap .title-inner {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .box-undertitle-01 .title-wrap .title {
    padding: 25px 47px;
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .box-undertitle-01 .title-wrap .title {
        padding: 15px 25px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 414px) {
      .box-undertitle-01 .title-wrap .title {
        padding: 10px;
        font-size: 2.0rem; } }
  .box-undertitle-01 .title-wrap .ruby {
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .box-undertitle-01 .title-wrap .ruby {
        font-size: 0.9rem; } }

.box-form-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 0 18px;
  border-top: 1px solid #D6D6D6; }
  @media screen and (max-width: 768px) {
    .box-form-01 dl {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box-form-01 dl:first-child {
    border-top: none;
    padding-top: 0; }
  .box-form-01 dl dt {
    width: 210px;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      .box-form-01 dl dt {
        width: 100%;
        padding-top: 0; } }
  .box-form-01 dl dd {
    width: calc(100% - 210px); }
    @media screen and (max-width: 768px) {
      .box-form-01 dl dd {
        width: 100%;
        margin-top: 10px; } }

.box-form-01 .required:after {
  display: inline-block;
  content: "※";
  margin-left: 12px;
  padding: 2px 5px 0;
  font-size: 1.2rem;
  text-align: center;
  color: red; }

.box-form-01 .telephone-wrap input[type="text"] {
  width: 160px; }
  @media screen and (max-width: 768px) {
    .box-form-01 .telephone-wrap input[type="text"] {
      width: 65px; } }

.box-form-01 .telephone-wrap > span:after {
  content: "-";
  display: inline-block;
  margin: 0 7px; }

.box-form-01 .telephone-wrap > span:last-child:after {
  display: none; }

.box-form-01 textarea {
  height: 180px; }

.box-form-01 .unit-btn-01 {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .box-form-01 .unit-btn-01 {
      margin-top: 20px; } }

.box-form-01 .wpcf7-radio .wpcf7-list-item {
  margin-right: 20px; }

.box-form-01 label {
  cursor: pointer; }

.box-thanks-01 {
  text-align: center; }
  .box-thanks-01 .title-wrap {
    display: block;
    font-size: 3.0rem;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .box-thanks-01 .title-wrap {
        font-size: 2.5rem; } }
  .box-thanks-01 p {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .box-thanks-01 p {
        margin-top: 15px; } }
  .box-thanks-01 [class^="unit-link-"] {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .box-thanks-01 [class^="unit-link-"] {
        margin-top: 15px; } }

.wp-pagenavi {
  margin-top: 56px;
  font-size: 1.6rem;
  text-align: center;
  /*
    .previouspostslink,
    .nextpostslink{
        border: none;
        background-color: transparent;
        font-size: 1.4rem;
        @media screen and (max-width: 768px) {
            font-size: 1.2rem;
        }
        &:before,
        &:after{
            display: block;
            color: $base_c;
            font-family: FontAwesome;
            line-height: 1;
        }
        &:before{
            line-height: 0.7;
            font-size: 2.0rem;
            @media screen and (max-width: 768px) {
                font-size: 1.6rem;
            }
        }
        &:after{
            margin-top: 5px;
            @media screen and (max-width: 768px) {
                margin-top: 3px;
            }
        }
    }
    .previouspostslink{
        margin-right: 31px;
        @media screen and (max-width: 768px) {
            margin-right: 25px;
        }
        @media screen and (max-width: 414px) {
            margin-right: 5px;
        }
        &:before{
            content: "\f104";
        }
        &:after{
            content: "前へ";
        }
    }
    .nextpostslink{
        margin-left: 31px;
        @media screen and (max-width: 768px) {
            margin-left: 25px;
        }
        @media screen and (max-width: 414px) {
            margin-left: 5px;
        }
        &:before{
            content: "\f105";
        }
        &:after{
            content: "次へ";
        }
    }
    */ }
  @media screen and (max-width: 768px) {
    .wp-pagenavi {
      margin-top: 28px;
      font-size: 1.4rem; } }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .pages,
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi .extend,
  .wp-pagenavi .current {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333333; }
  .wp-pagenavi .extend {
    min-width: auto;
    min-width: inherit;
    padding: 0; }
    @media screen and (max-width: 414px) {
      .wp-pagenavi .extend {
        display: none; } }
  .wp-pagenavi > a, .wp-pagenavi > span {
    vertical-align: middle;
    display: inline-block;
    min-width: 32px;
    min-height: 32px;
    margin: 0 2px 4px 3px;
    padding: 0 5px;
    border: 1px solid #1c3779;
    background-color: #1c3779;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media screen and (max-width: 768px) {
      .wp-pagenavi > a, .wp-pagenavi > span {
        min-width: 30px;
        min-height: 30px;
        padding: 0;
        line-height: 30px; } }
    @media screen and (max-width: 414px) {
      .wp-pagenavi > a, .wp-pagenavi > span {
        min-width: 26px;
        min-height: 26px;
        padding: 0;
        line-height: 26px; } }
  .wp-pagenavi > a:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #1c3779; }

.box-blogdetail-01 {
  /* ----- 外部調整用CSS ----- */
  /* ----- / 外部調整用CSS ----- */ }
  .box-blogdetail-01 [class^="unit-list"] li:before {
    content: ""; }
  .box-blogdetail-01 [class^="box-linkcard"] a {
    color: #333333; }
  .box-blogdetail-01 [class^="unit-btn-01"] {
    text-decoration: none;
    color: #fff; }
  .box-blogdetail-01 .unit-link-01 {
    text-decoration: none; }
  .box-blogdetail-01 .box-latestentry-01 .list li:before,
  .box-blogdetail-01 .box-popularentry-01 .list li:before {
    display: none; }
  .box-blogdetail-01 .box-latestentry-01 .list li a,
  .box-blogdetail-01 .box-popularentry-01 .list li a {
    color: #000; }
  .box-blogdetail-01 > * {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 > * {
        margin-top: 15px; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 > * {
        margin-top: 10px; } }
    .box-blogdetail-01 > *:first-child {
      margin-top: 0; }
  .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
        margin-top: 35px; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
        margin-top: 30px; } }
    .box-blogdetail-01 h2:first-child, .box-blogdetail-01 h3:first-child {
      margin-top: 0; }
    .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
          margin-top: 15px; } }
      @media screen and (max-width: 414px) {
        .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
          margin-top: 10px; } }
    .box-blogdetail-01 h2 + table,
    .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
    .box-blogdetail-01 h3 + p {
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .box-blogdetail-01 h2 + table,
        .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
        .box-blogdetail-01 h3 + p {
          margin-top: 8px; } }
      @media screen and (max-width: 414px) {
        .box-blogdetail-01 h2 + table,
        .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
        .box-blogdetail-01 h3 + p {
          margin-top: 5px; } }
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
        margin-top: 25px; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
        margin-top: 20px; } }
    .box-blogdetail-01 h4:first-child, .box-blogdetail-01 h5:first-child, .box-blogdetail-01 h6:first-child {
      margin-top: 0; }
    .box-blogdetail-01 h4 + table,
    .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
    .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
    .box-blogdetail-01 h6 + p {
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .box-blogdetail-01 h4 + table,
        .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
        .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
        .box-blogdetail-01 h6 + p {
          margin-top: 8px; } }
      @media screen and (max-width: 414px) {
        .box-blogdetail-01 h4 + table,
        .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
        .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
        .box-blogdetail-01 h6 + p {
          margin-top: 5px; } }
  .box-blogdetail-01 h2 {
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D6D6D6;
    font-size: 2.2rem;
    letter-spacing: 0.07em;
    margin-top: 75px; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h2 {
        margin-top: 60px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h2 {
        margin-top: 40px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 1.8rem; } }
    .box-blogdetail-01 h2:first-child {
      margin-top: 0; }
  .box-blogdetail-01 h3 {
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h3 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h3 {
        font-size: 1.6rem; } }
  .box-blogdetail-01 h4 {
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h4 {
        font-size: 1.7rem; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h4 {
        font-size: 1.5rem; } }
  .box-blogdetail-01 h5 {
    font-size: 1.7rem; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h5 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h5 {
        font-size: 1.5rem; } }
  .box-blogdetail-01 h6 {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 h6 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 h6 {
        font-size: 1.4rem; } }
  .box-blogdetail-01 > ul > li {
    position: relative;
    margin-top: 5px;
    padding-left: 1.3em; }
    .box-blogdetail-01 > ul > li:before {
      content: "・";
      margin-left: -1.3em; }
    .box-blogdetail-01 > ul > li:first-child {
      margin-top: 0; }
    .box-blogdetail-01 > ul > li a {
      color: #0071BC;
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .box-blogdetail-01 .unit-list-03 li {
      text-indent: 0; } }

  .box-blogdetail-01 p {
     height: 100%;
     line-height: 1.7;
      margin-bottom: 26px;
	  font-weight: 500;
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      color: #000000;
      -webkit-text-size-adjust: 100%; }
   @media screen and (max-width: 768px) {
     .box-blogdetail-01 p {
        line-height: 1.5;
		margin-bottom: 26px;
        font-size: 16px;
        font-size: 1.6rem; } }

  .box-blogdetail-01 p:after {
    content: "";
    display: block;
    clear: both; }
  .box-blogdetail-01 a {
    color: #0071BC;
	display: inline;
    text-decoration: underline; }
  .box-blogdetail-01 strong {
    font-weight: bold; }
  .box-blogdetail-01 img {
    margin: 20px auto; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 img {
        margin-top: 15px;
        margin-bottom: 15px; } }
    .box-blogdetail-01 img.alignright {
      margin-left: 50px; }
      @media screen and (max-width: 768px) {
        .box-blogdetail-01 img.alignright {
          margin-left: 30px; } }
      @media screen and (max-width: 414px) {
        .box-blogdetail-01 img.alignright {
          margin: 10px auto; } }
    .box-blogdetail-01 img.alignleft {
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .box-blogdetail-01 img.alignleft {
          margin-right: 30px; } }
      @media screen and (max-width: 414px) {
        .box-blogdetail-01 img.alignleft {
          margin: 10px auto; } }
  .box-blogdetail-01 hr {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    border-top: 1px solid #E7E7EB; }
  .box-blogdetail-01 iframe {
    width: 100% !important; }
  .box-blogdetail-01 table {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .box-blogdetail-01 table {
        margin-top: 30px; } }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 table {
        margin-top: 25px; } }
    .box-blogdetail-01 table:first-child {
      margin-top: 0; }
  .box-blogdetail-01 figure figcaption {
    padding: 5px 10px; }
  .box-blogdetail-01 .box-colomn .colomn-inner figure img {
    width: 100%; }
  .box-blogdetail-01 .alignright {
    float: right; }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 .alignright {
        float: none; } }
  .box-blogdetail-01 .alignleft {
    float: left; }
    @media screen and (max-width: 414px) {
      .box-blogdetail-01 .alignleft {
        float: none; } }
  .box-blogdetail-01 .aligncenter {
    margin-right: auto;
    margin-left: auto; }



#contents {
  overflow: hidden;
  position: relative;
  display: block; }
  @media screen and (max-width: 768px) {
    #contents {
      width: 100%; } }

.underwrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .underwrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 414px) {
    .underwrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .underwrapper.sidelayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .underwrapper.sidelayout .contents {
      width: calc(100% - 300px - 70px); }
      @media screen and (max-width: 768px) {
        .underwrapper.sidelayout .contents {
          width: 100%; } }
    .underwrapper.sidelayout .sidenavi {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 300px; }
      @media screen and (max-width: 768px) {
        .underwrapper.sidelayout .sidenavi {
          display: none;
          width: 100%; } }
      .underwrapper.sidelayout .sidenavi > * {
        margin-top: 15px; }
        .underwrapper.sidelayout .sidenavi > *:first-child {
          margin-top: 0; }
      .underwrapper.sidelayout .sidenavi .unit-ttl-02 + .unit-nav-01 {
        margin-top: 0; }
      .underwrapper.sidelayout .sidenavi .unit-nav-01 {
        font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
    .underwrapper.sidelayout .fullsize {
      width: 100%; }

.box-telephone-03 {
  padding: 30px 20px;
  background: url(../img/contact/telephone_bg.jpg) center center no-repeat;
  background-size: cover; }
  .box-telephone-03 .tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #1d3879; }
    @media screen and (max-width: 768px) {
      .box-telephone-03 .tel-wrap {
        width: 100%; } }
    .box-telephone-03 .tel-wrap .tel-inner {
      position: relative;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .box-telephone-03 .tel-wrap .tel-inner {
          width: 100%;
          margin-top: 20px;
          padding-top: 20px; } }
      .box-telephone-03 .tel-wrap .tel-inner:nth-of-type(even):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-left: 1px solid #1d3879; }
        @media screen and (max-width: 768px) {
          .box-telephone-03 .tel-wrap .tel-inner:nth-of-type(even):before {
            width: 100%;
            height: auto;
            border-top: 1px solid #1d3879;
            border-left: none; } }
      @media screen and (max-width: 768px) {
        .box-telephone-03 .tel-wrap .tel-inner:first-child {
          margin-top: 0;
          padding-top: 0; } }
  .box-telephone-03 .tel-num {
    font-size: 3.0rem;
    letter-spacing: .1em;
    font-weight: 800;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .box-telephone-03 .tel-num {
        font-size: 2.4rem; } }
    .box-telephone-03 .tel-num::before {
      content: "";
      margin-right: 6px;
      display: inline-block;
      width: 33px;
      height: 22px;
      background: url(../img/common/free_ico.png) center center no-repeat;
      background-size: 100%; }
  .box-telephone-03 .tel-guide {
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .box-telephone-03 .tel-guide {
        font-size: 1.7rem; } }
  .box-telephone-03 .tel-time {
    font-size: 1.8rem;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .box-telephone-03 .tel-time {
        font-size: 1.6rem; } }
    .box-telephone-03 .tel-time i {
      margin: 0 4px; }
  .box-telephone-03 .notes {
    width: 720px;
    margin: 20px auto 0; }
    @media screen and (max-width: 768px) {
      .box-telephone-03 .notes {
        width: 100%; } }
    .box-telephone-03 .notes .unit-note-01 {
      font-size: 1.4rem; }

.box-dl-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .box-dl-01 dl + dl {
    margin-top: 20px; }
  .box-dl-01 dl dt {
    width: 225px; }
    @media screen and (max-width: 768px) {
      .box-dl-01 dl dt {
        width: 100%; } }
  .box-dl-01 dl dd {
    position: relative;
    width: calc(100% - 225px);
    padding: 15px;
    background-color: #eeeeef;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .box-dl-01 dl dd {
        width: 100%;
        margin-top: 10px;
        padding: 10px; } }
    .box-dl-01 dl dd .dl-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #cbcbcb;
      background-color: #fff;
      padding: 10px;
      line-height: 1; }
    .box-dl-01 dl dd label {
      margin-left: 10px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .box-dl-01 dl dd label {
          margin-left: 0;
          margin-right: 5px; } }
    .box-dl-01 dl dd input[type="radio"] {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
      @media screen and (max-width: 768px) {
        .box-dl-01 dl dd input[type="radio"] {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
    .box-dl-01 dl dd .inputNum {
      width: calc(2em + 20px);
      margin-right: 10px; }
    .box-dl-01 dl dd .propertyValueCheck {
      width: calc(100% - 2.3em - 15px); }
    .box-dl-01 dl dd:before {
      display: none;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .box-dl-01 dl dd.disabled:before {
      display: block; }

.box-dl-02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 17px;
  border-top: 1px solid #000000; }
  @media screen and (max-width: 768px) {
    .box-dl-02 dl {
      padding: 15px 0 12px; } }
  .box-dl-02 dl:first-child {
    border-top: none; }
  .box-dl-02 dl dt {
    width: 135px;
    font-weight: bold;
    color: #1c3779; }
    @media screen and (max-width: 768px) {
      .box-dl-02 dl dt {
        width: 100px; } }
  .box-dl-02 dl dd {
    width: calc(100% - 135px); }
    @media screen and (max-width: 768px) {
      .box-dl-02 dl dd {
        width: calc(100% - 100px); } }

.box-dl-03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 17px 25px;
  background-color: #eeeeef; }
  .box-dl-03 dl + dl {
    margin-top: 20px; }
  .box-dl-03 dl dt {
    width: 225px;
    padding-top: 8px; }
    @media screen and (max-width: 768px) {
      .box-dl-03 dl dt {
        width: 100%; } }
  .box-dl-03 dl dd {
    position: relative;
    width: calc(100% - 225px);
    text-align: center; }
    @media screen and (max-width: 768px) {
      .box-dl-03 dl dd {
        width: 100%;
        margin-top: 10px; } }
    .box-dl-03 dl dd .dl-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }
      .box-dl-03 dl dd .dl-inner .unit-select-01.full-size {
        width: calc(100% - 1em - 10px); }
      .box-dl-03 dl dd .dl-inner .item {
        width: calc(1em + 10px);
        padding-left: 10px;
        text-align: left;
        line-height: 1; }
        .box-dl-03 dl dd .dl-inner .item.char03 {
          width: calc(3em + 10px); }
    .box-dl-03 dl dd .result-wrap {
      margin-top: 20px;
      text-align: right;
      font-size: 2.4rem;
      line-height: 1; }
      .box-dl-03 dl dd .result-wrap:before {
        content: "＝"; }
    .box-dl-03 dl dd label {
      margin-left: 10px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .box-dl-03 dl dd label {
          margin-left: 0;
          margin-right: 5px; } }
    .box-dl-03 dl dd:before {
      display: none;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .box-dl-03 dl dd.disabled:before {
      display: block; }

.box-result-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #eeeeef; }
  @media screen and (max-width: 768px) {
    .box-result-01 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .box-result-01 + .box-result-01 {
    margin-top: 30px; }
  .box-result-01 .result-inner {
    text-align: center; }
    .box-result-01 .result-inner:nth-of-type(1) {
      width: calc(30% - 2em); }
      @media screen and (max-width: 768px) {
        .box-result-01 .result-inner:nth-of-type(1) {
          width: calc(50% - 0.5em); } }
    .box-result-01 .result-inner:nth-of-type(3) {
      width: calc(40% - 2em); }
      @media screen and (max-width: 768px) {
        .box-result-01 .result-inner:nth-of-type(3) {
          width: calc(50% - 0.5em); } }
    @media screen and (max-width: 768px) {
      .box-result-01 .result-inner:nth-of-type(4) {
        margin-top: 20px;
        -webkit-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
        transform: translateX(-1em); } }
    .box-result-01 .result-inner:nth-of-type(5) {
      width: calc(30% - 2em); }
      @media screen and (max-width: 768px) {
        .box-result-01 .result-inner:nth-of-type(5) {
          width: auto;
          margin-top: 20px;
          -webkit-transform: translateX(-0.25em);
          -ms-transform: translateX(-0.25em);
          transform: translateX(-0.25em); } }
    .box-result-01 .result-inner.unit {
      width: 1em;
      line-height: 1; }

.box-map-01 {
  width: 100%;
  height: 270px; }
  @media screen and (max-width: 768px) {
    .box-map-01 {
      height: 200px; } }
  .box-map-01 iframe {
    width: 100% !important;
    height: 100% !important; }

.box-strength-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding-top: 136px;
  background-color: #ebf0f5; }
  .box-strength-02.no-img:before {
    display: none; }
  .box-strength-02:before {
    display: block;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 136px;
    background: url(../img/forte/forte_back.jpg) no-repeat center top/cover transparent; }
  .box-strength-02 li {
    z-index: 1;
    position: relative;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px; }
    .box-strength-02 li a {
      color: #333333; }

.box-bnr-01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 940px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .box-bnr-01 ul {
      width: 100%;
      padding: 0 20px; } }
  .box-bnr-01 ul li {
    width: 300px;
    margin-right: 20px;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .box-bnr-01 ul li {
        width: 260px;
        margin: 20px auto 0; } }
    .box-bnr-01 ul li:nth-of-type(3n+3) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .box-bnr-01 ul li:nth-of-type(3n+3) {
          margin-right: auto; } }
    .box-bnr-01 ul li a {
      display: block; }

.box-cat-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .box-cat-01 > * {
    margin-bottom: 10px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .box-cat-01 > * {
        margin-right: 10px; } }

.box-recommend-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .box-recommend-01 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .box-recommend-01 .article {
    width: calc(33% - 11px);
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .box-recommend-01 .article {
        width: calc(50% - 10px);
        margin-top: 15px;
        margin-right: 0; } }
    .box-recommend-01 .article:nth-of-type(3n+3) {
      margin-right: 0; }
    .box-recommend-01 .article:nth-child(n + 4) {
      display: none; }
      @media screen and (max-width: 768px) {
        .box-recommend-01 .article:nth-child(n + 4) {
          display: block; } }
    .box-recommend-01 .article .ttl {
      margin-top: 10px; }

.unit-btn-02, .unit-btn-03 {
  text-align: center; }
  .unit-btn-02 button, .unit-btn-03 button {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear; }
    .unit-btn-02 button:hover, .unit-btn-03 button:hover {
      cursor: pointer; }
  .unit-btn-02 input[type="submit"], .unit-btn-03 input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .unit-btn-02 button, .unit-btn-03 button, .unit-btn-02 input[type="submit"], .unit-btn-03 input[type="submit"],
  .unit-btn-02 a,
  .unit-btn-03 a {
    min-width: 200px;
    padding: 10px;
    background-color: #1c3779;
    color: #fff; }
    .unit-btn-02 button:hover, .unit-btn-03 button:hover,
    .unit-btn-02 input[type="submit"]:hover,
    .unit-btn-03 input[type="submit"]:hover,
    .unit-btn-02 a:hover,
    .unit-btn-03 a:hover {
      opacity: 0.7; }

.unit-btn-03 button,
.unit-btn-03 input[type="submit"],
.unit-btn-03 a {
  position: relative; }
  @media screen and (max-width: 768px) {
    .unit-btn-03 button,
    .unit-btn-03 input[type="submit"],
    .unit-btn-03 a {
      min-width: 90px;
      padding: 10px 5px; } }
  .unit-btn-03 button:before,
  .unit-btn-03 input[type="submit"]:before,
  .unit-btn-03 a:before {
    display: none;
    content: "\f0da";
    position: absolute;
    top: 50%;
    font-family: FontAwesome;
    color: #fff; }

.unit-btn-03.prev a:before, .unit-btn-03.next a:before {
  display: block; }

@media screen and (max-width: 768px) {
  .unit-btn-03.prev a {
    padding-left: 15px; } }

.unit-btn-03.prev a:before {
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }
  @media screen and (max-width: 768px) {
    .unit-btn-03.prev a:before {
      left: 8px; } }

@media screen and (max-width: 768px) {
  .unit-btn-03.next a {
    padding-right: 15px; } }

.unit-btn-03.next a:before {
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .unit-btn-03.next a:before {
      right: 8px; } }

.unit-ttl-01 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1c3779; }
  @media screen and (max-width: 768px) {
    .unit-ttl-01 {
      font-size: 2.0rem; } }

.unit-ttl-02 {
  position: relative;
  padding: 10px 0 7px;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  background-color: #1c3779; }
  .unit-ttl-02:before {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fff transparent; }
  .unit-ttl-02 .title {
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #fff; }
  .unit-ttl-02 .ruby {
    display: block;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: #a18266; }

.unit-ttl-03 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #1c3779; }

.unit-nav-01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #1c3779;
  border-top: none;
  text-align: center;
  color: #1c3779; }
  .unit-nav-01 li:first-child {
    border-top: 1px solid #1c3779; }
  .unit-nav-01 li a {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 80px;
    width: 100%;
    padding: 10px;
    line-height: 1.4;
    color: #1c3779; }
    .unit-nav-01 li a:before {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 12px 12px;
      border-color: transparent transparent #1c3779 transparent; }

.unit-nav-02 li {
  display: block;
  margin-top: 15px; }
  .unit-nav-02 li:first-child {
    margin-top: 0; }
  .unit-nav-02 li a {
    display: block; }
    .unit-nav-02 li a img {
      display: block; }

.unit-nav-03 li {
  margin-top: 5px; }
  .unit-nav-03 li:first-child {
    margin-top: 0; }
  .unit-nav-03 li a {
    position: relative;
    padding-left: 15px;
    color: #1c3779;
    text-decoration: underline; }
    .unit-nav-03 li a:before {
      content: "\f0da";
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.unit-hr-01 {
  margin: 15px 0;
  padding: 0;
  border-top: 1px solid #3e3a39; }

.unit-list-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .unit-list-05 li {
    border-bottom: 1px solid #a38467; }
    .unit-list-05 li + li {
      margin-top: 8px; }
    .unit-list-05 li:before {
      content: "\f00c";
      color: #b59d87;
      font-family: FontAwesome;
      margin-right: .3em; }
    .unit-list-05 li:after {
      content: "";
      display: inline-block;
      height: 1px; }

.unit-list-06 li:before {
  content: "・"; }

.unit-faq-01 {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
  .unit-faq-01 dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #35495d; }
    @media screen and (max-width: 768px) {
      .unit-faq-01 dl {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .unit-faq-01 dl:last-child {
      margin-bottom: 0; }
    .unit-faq-01 dl dt,
    .unit-faq-01 dl dd {
      position: relative;
      min-height: 2.24em;
      padding-left: calc(4.3rem + 10px); }
      @media screen and (max-width: 768px) {
        .unit-faq-01 dl dt,
        .unit-faq-01 dl dd {
          min-height: auto;
          min-height: inherit;
          padding-left: calc(3.0rem + 10px); } }
      .unit-faq-01 dl dt:before,
      .unit-faq-01 dl dd:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'PT Serif', serif;
        font-size: 4.3rem;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .unit-faq-01 dl dt:before,
          .unit-faq-01 dl dd:before {
            font-size: 3.0rem; } }
    .unit-faq-01 dl dt {
      font-weight: bold;
      font-size: 2.0rem; }
      @media screen and (max-width: 768px) {
        .unit-faq-01 dl dt {
          font-size: 1.8rem; } }
      .unit-faq-01 dl dt:before {
        content: "Q";
        color: #1c3779; }
    .unit-faq-01 dl dd {
      margin-top: 15px;
      font-size: 1.6rem;
      font-weight: 500; }
      .unit-faq-01 dl dd :not(.faq-a) {
        color: #595858; }
      .unit-faq-01 dl dd:before {
        content: "A";
        color: #f1694a; }
      .unit-faq-01 dl dd > * {
        margin-top: 30px; }
        .unit-faq-01 dl dd > *:first-child {
          margin-top: 0; }
      .unit-faq-01 dl dd .faq-a {
        font-size: 1.8rem; }
        .unit-faq-01 dl dd .faq-a:not {
          color: #595858; }

.unit-note-04 {
  font-size: 1.7rem; }
  @media screen and (max-width: 768px) {
    .unit-note-04 {
      font-size: 1.5rem; } }

.unit-catch-03 {
  font-weight: bold;
  font-size: 2.0rem;
  color: #1c3779; }
  @media screen and (max-width: 768px) {
    .unit-catch-03 {
      font-size: 1.8rem; } }

.unit-figure-01 img {
  margin-left: auto;
  margin-right: auto; }

.unit-result-01 {
  position: relative;
  padding: 25px 10px 23px;
  background-color: #5e719a;
  text-align: center;
  font-size: 2.4rem;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .unit-result-01 {
      padding: 15px 5px 12px;
      font-size: 2.0rem; } }
  .unit-result-01:before {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 17px 0 17px;
    border-color: #5e719a transparent transparent transparent; }

.unit-result-02 {
  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;
  line-height: 1;
  font-size: 3.0rem; }
  @media screen and (max-width: 768px) {
    .unit-result-02 {
      font-size: 2.6rem; } }
  .unit-result-02 .number {
    width: calc(100% - 1em - 10px);
    padding: 15px 20px;
    text-align: right;
    border: 1px solid #cbcbcb; }
  .unit-result-02 .item {
    width: calc(1em + 10px);
    padding-left: 10px; }

.unit-dl-01 dt {
  font-weight: bold;
  color: #1c3779; }

.unit-dl-01 dd {
  margin-top: 5px; }

.unit-dl-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .unit-dl-02 dt {
    width: 85px; }
  .unit-dl-02 dd {
    width: calc(100% - 85px); }

.unit-required-01:after {
  content: "必須";
  margin-left: 10px;
  padding: 5px;
  background-color: #c30d23;
  border-radius: 5px;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff; }

.unit-linklist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .unit-linklist-01 li {
    width: calc(50% - 17px); }
    @media screen and (max-width: 768px) {
      .unit-linklist-01 li {
        width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .unit-linklist-01 li:first-child {
        margin-top: 0; } }
  .unit-linklist-01 [class^="unit-btn"] {
    display: block;
    min-width: auto;
    min-width: inherit;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .unit-linklist-01 [class^="unit-btn"] {
        min-width: 250px;
        width: auto;
        margin: 20px auto 0; } }
    @media screen and (max-width: 768px) {
      .unit-linklist-01 [class^="unit-btn"]:first-child {
        margin-top: 0; } }
    .unit-linklist-01 [class^="unit-btn"] a {
      width: 100%; }

.unit-link-03 a {
  text-decoration: underline; }

.unit-visual-01 {
  border: 1px solid #ccc; }

.unit-btnlist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.unit-badge-01 {
  display: inline-block;
  border-radius: 100px;
  padding: 3px 5px 1px;
  border: 1px solid #1c3779;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1c3779; }
  .unit-badge-01:hover {
    opacity: 1;
    background-color: #1c3779;
    color: #fff !important; }
  .unit-badge-01 a:hover {
    opacity: 1;
    background-color: #1c3779;
    color: #fff !important; }

.unit-select-01 {
  position: relative; }
  .unit-select-01:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #040000 transparent transparent transparent; }
  .unit-select-01 select {
    width: 100%;
    padding-right: 30px;
    border-radius: 0; }

.unit-date-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .unit-date-01 {
      font-size: 1.2rem; } }
  .unit-date-01.update dt {
    background-color: #a28469; }
  .unit-date-01 dt {
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #1c3779;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .unit-date-01 dt {
        margin-right: 5px;
        padding: 3px 5px; } }

.unit-sb-01, .unit-sb-02, .unit-sb-03 {
  font-size: 18px;                
  font-size: 1.8rem;  
  margin-top: 50px;    
  margin-bottom: 50px;    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
      @media screen and (max-width: 768px) {                
.unit-sb-01, .unit-sb-02, .unit-sb-03 {                         
margin-bottom: 50px;
margin-top: 50px;    	
font-size: 16px;                
font-size: 1.6rem; } }      
  .unit-sb-01.state-return .face, .state-return.unit-sb-02 .face, .state-return.unit-sb-03 .face {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .unit-sb-01.state-return .balloon, .state-return.unit-sb-02 .balloon, .state-return.unit-sb-03 .balloon {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
    .unit-sb-01.state-return .balloon:before, .state-return.unit-sb-02 .balloon:before, .state-return.unit-sb-03 .balloon:before, .unit-sb-01.state-return .balloon:after, .state-return.unit-sb-02 .balloon:after, .state-return.unit-sb-03 .balloon:after {
      left: auto;
      right: 0;
      -webkit-transform: translate(100%, 0) rotate(-90deg);
      -ms-transform: translate(100%, 0) rotate(-90deg);
      transform: translate(100%, 0) rotate(-90deg); }
    .unit-sb-01.state-return .balloon:before, .state-return.unit-sb-02 .balloon:before, .state-return.unit-sb-03 .balloon:before {
      right: 0; }
    .unit-sb-01.state-return .balloon:after, .state-return.unit-sb-02 .balloon:after, .state-return.unit-sb-03 .balloon:after {
      right: -3px; }
  .unit-sb-01 .face, .unit-sb-02 .face, .unit-sb-03 .face {
    width: 80px; }
    @media screen and (max-width: 768px) {
      .unit-sb-01 .face, .unit-sb-02 .face, .unit-sb-03 .face {
        width: 40px; } }
    .unit-sb-01 .face img, .unit-sb-02 .face img, .unit-sb-03 .face img {
      margin: 0; }
  .unit-sb-01 .balloon, .unit-sb-02 .balloon, .unit-sb-03 .balloon {
    position: relative;
    width: calc(100% - 100px);
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #b3c3e0;
    background-color: #b3c3e0; }
    @media screen and (max-width: 768px) {
      .unit-sb-01 .balloon, .unit-sb-02 .balloon, .unit-sb-03 .balloon {
        width: calc(100% - 60px); } }
    .unit-sb-01 .balloon:before, .unit-sb-02 .balloon:before, .unit-sb-03 .balloon:before, .unit-sb-01 .balloon:after, .unit-sb-02 .balloon:after, .unit-sb-03 .balloon:after {
      display: block;
      content: "";
      position: absolute;
      top: 24px;
      border: 6px solid transparent;
      -webkit-transform: translate(-100%, 0) rotate(90deg);
      -ms-transform: translate(-100%, 0) rotate(90deg);
      transform: translate(-100%, 0) rotate(90deg);
      border-top: 10px solid #b3c3e0; }
      @media screen and (max-width: 768px) {
        .unit-sb-01 .balloon:before, .unit-sb-02 .balloon:before, .unit-sb-03 .balloon:before, .unit-sb-01 .balloon:after, .unit-sb-02 .balloon:after, .unit-sb-03 .balloon:after {
          top: 12px; } }
    .unit-sb-01 .balloon:before, .unit-sb-02 .balloon:before, .unit-sb-03 .balloon:before {
      z-index: 1;
      left: 0; }
    .unit-sb-01 .balloon:after, .unit-sb-02 .balloon:after, .unit-sb-03 .balloon:after {
      z-index: 0;
      left: -3px; }

.unit-sb-02 .balloon {
  border-color: #c8ac93;
  background-color: #c8ac93; }
  .unit-sb-02 .balloon:before, .unit-sb-02 .balloon:after {
    border-top-color: #c8ac93; }

.unit-sb-03 .balloon {
  border-color: #ccc;
  background-color: #fff; }
  .unit-sb-03 .balloon:before {
    border-top-color: #fff; }
  .unit-sb-03 .balloon:after {
    border-top-color: #ccc; }

.sec-succession {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
  .sec-succession > * {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .sec-succession > * {
        margin-top: 20px; } }
    .sec-succession > *:first-child {
      margin-top: 0; }
  .sec-succession [class^="box-box"] {
    width: 100%;
    padding: 35px; }
    @media screen and (max-width: 768px) {
      .sec-succession [class^="box-box"] {
        padding: 15px; } }
  .sec-succession .unit-ttl-01 {
    margin-top: 80px;
    margin-bottom: 30px;
    /*
        margin-top: 60px;
        margin-bottom: 20px;
        @media screen and (max-width: 768px) {
            margin-top: 40px;
            margin-bottom: 15px;
        }
        */ }
    @media screen and (max-width: 768px) {
      .sec-succession .unit-ttl-01 {
        margin-top: 60px;
        margin-bottom: 20px; } }
    .sec-succession .unit-ttl-01:first-child {
      margin-top: 0; }
  .sec-succession .unit-ttl-03 {
    margin-top: 45px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sec-succession .unit-ttl-03 {
        margin-top: 30px;
        margin-bottom: 15px; } }
  .sec-succession .unit-btn-02, .sec-succession .unit-btn-03 {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .sec-succession .unit-btn-02, .sec-succession .unit-btn-03 {
        margin-top: 15px; } }
    .sec-succession .unit-btn-02 button, .sec-succession .unit-btn-03 button {
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        .sec-succession .unit-btn-02 button, .sec-succession .unit-btn-03 button {
          font-size: 1.6rem; } }
  .sec-succession .unit-result-02 {
    width: 420px;
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      .sec-succession .unit-result-02 {
        width: 250px; } }

.sec-service {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
  .sec-service [class^="unit-list"] li:before {
    content: ""; }
  .sec-service [class^="box-linkcard"] a {
    color: #333333; }
    .sec-service [class^="box-linkcard"] a:visited {
      color: #333333; }
  .sec-service [class^="unit-btn-01"] {
    text-decoration: none;
    color: #fff; }
    .sec-service [class^="unit-btn-01"]:visited {
      color: #fff; }
  .sec-service .unit-link-01 {
    text-decoration: none; }
  .sec-service .box-latestentry-01 .list li:before,
  .sec-service .box-popularentry-01 .list li:before {
    display: none; }
  .sec-service .box-latestentry-01 .list li a,
  .sec-service .box-popularentry-01 .list li a {
    color: #000; }
    .sec-service .box-latestentry-01 .list li a:visited,
    .sec-service .box-popularentry-01 .list li a:visited {
      color: #000; }
  .sec-service a {
    color: #1A0DAB;
    text-decoration: underline; }
    .sec-service a:visited {
      color: #660099; }
  .sec-service > * {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .sec-service > * {
        margin-top: 30px; } }
    .sec-service > *:first-child {
      margin-top: 0; }
  .sec-service [class^="unit-title"] {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .sec-service [class^="unit-title"] {
        margin-top: 30px; } }
  .sec-service [class^="unit-btn"] {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec-service [class^="unit-btn"] {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .sec-service .unit-title-02 + .box-box-04 {
    margin-top: 0; }

.sec-about [class^="unit-list"] li:before {
  content: ""; }

.sec-about [class^="box-linkcard"] a {
  color: #333333; }
  .sec-about [class^="box-linkcard"] a:visited {
    color: #333333; }

.sec-about [class^="unit-btn-01"] {
  text-decoration: none;
  color: #fff; }
  .sec-about [class^="unit-btn-01"]:visited {
    color: #fff; }

.sec-about .unit-link-01 {
  text-decoration: none; }

.sec-about .box-latestentry-01 .list li:before,
.sec-about .box-popularentry-01 .list li:before {
  display: none; }

.sec-about .box-latestentry-01 .list li a,
.sec-about .box-popularentry-01 .list li a {
  color: #000; }
  .sec-about .box-latestentry-01 .list li a:visited,
  .sec-about .box-popularentry-01 .list li a:visited {
    color: #000; }

.sec-about a {
  color: #1A0DAB;
  text-decoration: underline; }
  .sec-about a:visited {
    color: #660099; }

.sec-about > * {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .sec-about > * {
      margin-top: 20px; } }
  .sec-about > *:first-child {
    margin-top: 0; }

.sec-about [class^="unit-title"],
.sec-about [class^="unit-ttl"] {
  margin-top: 55px;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .sec-about [class^="unit-title"],
    .sec-about [class^="unit-ttl"] {
      margin-top: 40px;
      margin-bottom: 25px; } }

.sec-about .unit-linklist-01 {
  margin-top: 55px; }
  @media screen and (max-width: 768px) {
    .sec-about .unit-linklist-01 {
      margin-top: 40px; } }

.sec-introdetail > * {
  margin-top: 25px; }
  @media screen and (max-width: 768px) {
    .sec-introdetail > * {
      margin-top: 20px; } }
  .sec-introdetail > *:first-child {
    margin-top: 0; }

.sec-introdetail .unit-title-02 {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .sec-introdetail .unit-title-02 {
      margin-top: 40px; } }
  .sec-introdetail .unit-title-02:first-child {
    margin-top: 0; }

.sec-introdetail .unit-title-03 {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .sec-introdetail .unit-title-03 {
      margin-top: 30px; } }
  .sec-introdetail .unit-title-03:first-child {
    margin-top: 0; }

.sec-introdetail .box-titlebox-03 {
  margin-top: 55px; }
  @media screen and (max-width: 768px) {
    .sec-introdetail .box-titlebox-03 {
      margin-top: 30px; } }
  .sec-introdetail .box-titlebox-03 > * {
    margin-bottom: 27px; }
    @media screen and (max-width: 768px) {
      .sec-introdetail .box-titlebox-03 > * {
        margin-bottom: 15px; } }
    .sec-introdetail .box-titlebox-03 > *:last-child {
      margin-bottom: 0; }
  .sec-introdetail .box-titlebox-03 .title {
    margin-bottom: 0; }
  .sec-introdetail .box-titlebox-03 .title02 {
    margin-bottom: 0; }

.sec-greeting [class^="unit-list"] li:before {
  content: ""; }

.sec-greeting [class^="box-linkcard"] a {
  color: #333333; }
  .sec-greeting [class^="box-linkcard"] a:visited {
    color: #333333; }

.sec-greeting [class^="unit-btn-01"] {
  text-decoration: none;
  color: #fff; }
  .sec-greeting [class^="unit-btn-01"]:visited {
    color: #fff; }

.sec-greeting .unit-link-01 {
  text-decoration: none; }

.sec-greeting .box-latestentry-01 .list li:before,
.sec-greeting .box-popularentry-01 .list li:before {
  display: none; }

.sec-greeting .box-latestentry-01 .list li a,
.sec-greeting .box-popularentry-01 .list li a {
  color: #000; }
  .sec-greeting .box-latestentry-01 .list li a:visited,
  .sec-greeting .box-popularentry-01 .list li a:visited {
    color: #000; }

.sec-greeting a {
  color: #1A0DAB;
  text-decoration: underline; }
  .sec-greeting a:visited {
    color: #660099; }

.sec-greeting > * {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .sec-greeting > * {
      margin-top: 30px; } }
  .sec-greeting > *:first-child {
    margin-top: 0; }

.sec-greeting [class^="unit-title"] {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .sec-greeting [class^="unit-title"] {
      margin-top: 30px; } }

.sec-greeting [class^="unit-btn"] {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .sec-greeting [class^="unit-btn"] {
      margin-top: 20px;
      margin-bottom: 20px; } }

.sec-greeting .unit-title-02 + .box-box-04 {
  margin-top: 0; }

.sec-news .box-information-01 {
  margin: 0;
  padding: 50px; }
  @media screen and (max-width: 768px) {
    .sec-news .box-information-01 {
      padding: 17px; } }
  .sec-news .box-information-01 .information-list {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .sec-news .box-information-01 .information-list {
        padding: 0; } }

.sec-blog [class^="unit-title"] {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .sec-blog [class^="unit-title"] {
      margin-top: 10px;
      margin-bottom: 20px; } }
  .sec-blog [class^="unit-title"]:first-child {
    margin-top: 0; }

.sec-blog .box-blogdetail-01 {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .sec-blog .box-blogdetail-01 {
      margin-top: 20px;
      margin-bottom: 30px; } }

.sec-faq [class^="unit-list"] li:before {
  content: ""; }

.sec-faq [class^="box-linkcard"] a {
  color: #333333; }
  .sec-faq [class^="box-linkcard"] a:visited {
    color: #333333; }

.sec-faq [class^="unit-btn-01"] {
  text-decoration: none;
  color: #fff; }
  .sec-faq [class^="unit-btn-01"]:visited {
    color: #fff; }

.sec-faq .unit-link-01 {
  text-decoration: none; }

.sec-faq .box-latestentry-01 .list li:before,
.sec-faq .box-popularentry-01 .list li:before {
  display: none; }

.sec-faq .box-latestentry-01 .list li a,
.sec-faq .box-popularentry-01 .list li a {
  color: #000; }
  .sec-faq .box-latestentry-01 .list li a:visited,
  .sec-faq .box-popularentry-01 .list li a:visited {
    color: #000; }

.sec-faq a {
  color: #1A0DAB;
  text-decoration: underline; }
  .sec-faq a:visited {
    color: #660099; }

/* ㉑リンク装飾小幡追加 */
.unit-link-oba {
  display: inline; 
  font-weight: 500;
  text-decoration: underline;
  color: #1A0DAB !important; }
.unit-link-oba a:visited {
	    color: #660099 !important; }

/*# sourceMappingURL=common.css.map */