@charset "UTF-8";
/*
Theme Name: SL2
Description: SL2 PC theme.
*/
/*-------------------------------------------
reset
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*-------------------------------------------
共通
--------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo UI", "Meiryo", "MS PGothic", "HiraKakuProN-W3",sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 1.5em; }

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/*-------------------------------------------
一番上のコピー
--------------------------------------------*/
#top-copy {
  background: #000; }
  #top-copy h1 {
    width: 900px;
    margin: 0 auto;
    padding: 10px 50px;
    font-size: 23px;
    line-height: 1.3em;
    vertical-align: middle;
    color: #fff;
    text-align: center; }
  #top-copy .yellow {
    color: #f4db26; }

/*-------------------------------------------
メインビジュアル
--------------------------------------------*/
#thumb {
  background: #f1f1f1;
  border-bottom: 2px solid #3e3a39; }
  #thumb .inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    #thumb .inner img {
      display: block;
      width: 100%;
      height: auto; }
    #thumb .inner .box {
      width: 900px;
      min-height: 500px; }
    #thumb .inner #catch-copy {
      width: 900px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      padding: 50px 0;
      font-size: 60px;
      font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
      line-height: 1.3em;
      vertical-align: middle;
      text-shadow: 2px 2px 0 #fff; }
      #thumb .inner #catch-copy .red {
        color: #9d1f24; }
      #thumb .inner #catch-copy .blue {
        color: #192e79; }
      #thumb .inner #catch-copy .yellow {
        color: #f4db26; }
      #thumb .inner #catch-copy .white {
        color: #fff;
        text-shadow: none; }
      #thumb .inner #catch-copy .marker-yellow {
        background-color: #f4db26;
        font-weight: bold;
        line-height: 1em;
        display: inline-flex; }
      #thumb .inner #catch-copy .marker-red {
        background: #9d1f24;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        line-height: 1em;
        display: inline-flex; }
      #thumb .inner #catch-copy .marker-blue {
        background: #192e79;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        line-height: 1em;
        display: inline-flex; }
      #thumb .inner #catch-copy .marker-black {
        background: #000;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        line-height: 1em;
        display: inline-flex; }
      #thumb .inner #catch-copy .marker-white {
        background: #fff;
        font-weight: bold;
        line-height: 1em;
        display: inline-flex; }
      #thumb .inner #catch-copy .txt-80 {
        display: inline-block;
        font-size: 80px;
        line-height: 1.1em; }
      #thumb .inner #catch-copy .txt-70 {
        display: inline-block;
        font-size: 70px;
        line-height: 1.2em; }
      #thumb .inner #catch-copy .txt-60 {
        display: inline-block;
        font-size: 60px;
        line-height: 1.2em; }
      #thumb .inner #catch-copy .txt-50 {
        display: inline-block;
        font-size: 50px;
        line-height: 1.3em; }
      #thumb .inner #catch-copy .txt-40 {
        display: inline-block;
        font-size: 40px;
        line-height: 1.3em; }

/*-------------------------------------------
サブキャッチコピー
--------------------------------------------*/
#sub-catch {
  background: url("img/stripe-gray.png");
  border-bottom: 2px solid #3e3a39;
  box-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3); }
  #sub-catch .inner {
    text-align: center;
    width: 900px;
    margin: 0 auto;
    padding: 20px 50px;
    font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
    font-size: 30px;
    line-height: 1.3em; }
    #sub-catch .inner .red {
      color: #9d1f24; }
    #sub-catch .inner .blue {
      color: #192e79; }
    #sub-catch .inner .yellow {
      color: #f4db26; }
    #sub-catch .inner .white {
      color: #fff;
      text-shadow: none; }
    #sub-catch .inner .marker-yellow {
      background: #f4db26;
      font-weight: bold;
      line-height: 1em;
      display: inline-flex; }
    #sub-catch .inner .marker-red {
      background: #9d1f24;
      font-weight: bold;
      color: #fff;
      text-shadow: none;
      line-height: 1em;
      display: inline-flex; }
    #sub-catch .inner .marker-blue {
      background: #192e79;
      font-weight: bold;
      color: #fff;
      text-shadow: none;
      line-height: 1em;
      display: inline-flex; }
    #sub-catch .inner .marker-black {
      background: #000;
      font-weight: bold;
      color: #fff;
      text-shadow: none;
      line-height: 1em;
      display: inline-flex; }
    #sub-catch .inner .marker-white {
      background: #fff;
      font-weight: bold;
      line-height: 1em;
      display: inline-flex; }
    #sub-catch .inner .txt-80 {
      display: inline-block;
      font-size: 80px;
      line-height: 1.1em; }
    #sub-catch .inner .txt-70 {
      display: inline-block;
      font-size: 70px;
      line-height: 1.2em; }
    #sub-catch .inner .txt-60 {
      display: inline-block;
      font-size: 60px;
      line-height: 1.2em; }
    #sub-catch .inner .txt-50 {
      display: inline-block;
      font-size: 50px;
      line-height: 1.3em; }
    #sub-catch .inner .txt-40 {
      display: inline-block;
      font-size: 40px;
      line-height: 1.3em; }

.bg-main {
  background: url("img/bg-main.png") top center/100% auto repeat-y; }

/*-------------------------------------------
 フッター footer
--------------------------------------------*/
#footer {
  background: #000; }
  #footer .inner {
    width: 900px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px; }
    #footer .inner a {
      color: #fff;
      text-decoration: none; }
      #footer .inner a:hover {
        text-decoration: underline; }
  #footer .center {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 16px; }

/*--------------------------------------------------------------------------------------
 本文欄
---------------------------------------------------------------------------------------*/
#page-article {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
  border-left: 2px solid #3e3a39;
  border-right: 2px solid #3e3a39; }

#page-article {
  /*-------------------------------------------
   動画
  --------------------------------------------*/
  /*-------------------------------------------
   見出し h2
  --------------------------------------------*/
  /*-------------------------------------------
   見出し h3
  --------------------------------------------*/
  /*-------------------------------------------
   見出し h4
  --------------------------------------------*/
  /*-------------------------------------------
   背景色
  --------------------------------------------*/
  /*-------------------------------------------
   段落
  --------------------------------------------*/
  /*-------------------------------------------
   箇条書き
  --------------------------------------------*/
  /*-------------------------------------------
   ボックス
  --------------------------------------------*/
  /*-------------------------------------------
   表
  --------------------------------------------*/
  /*-------------------------------------------
   ボタン
  --------------------------------------------*/
  /*-------------------------------------------
   メールフォーム
  --------------------------------------------*/
  /*-------------------------------------------
   吹き出し
  --------------------------------------------*/
  /*-------------------------------------------
   2カラム・3カラム
  --------------------------------------------*/
  /*-------------------------------------------
   img
  --------------------------------------------*/
  /*-------------------------------------------
   余白
  --------------------------------------------*/
  /*-------------------------------------------
   お客様の声
  --------------------------------------------*/
  /*-------------------------------------------
   特商法
  --------------------------------------------*/ }
  #page-article iframe {
    width: 100% !important;
    height: 450px !important; }
  #page-article h2 {
    background: #9d1f24;
    color: #fff;
    font-size: 36px;
    padding: 35px;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto 30px; }
  #page-article .h2-red {
    background: #9d1f24;
    color: #fff;
    font-size: 36px;
    padding: 35px;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto 30px; }
  #page-article .h2-gray {
    background: #3e3a39;
    color: #fff;
    font-size: 36px;
    padding: 35px;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto 30px; }
  #page-article .h2-blue {
    background: #1e2a5d;
    color: #fff;
    font-size: 36px;
    padding: 35px;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto 30px; }
  #page-article div .h2-red,
  #page-article div .h2-gray,
  #page-article div .h2-blue {
    width: calc(100% + 100px);
    margin: 0 -50px 30px; }
  #page-article h3 {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #9d1f24;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em; }
  #page-article .h3-red {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #9d1f24;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em; }
  #page-article .h3-red-mincho {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #9d1f24;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #page-article .h3-gray {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #727171;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em; }
  #page-article .h3-gray-mincho {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #727171;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #page-article .h3-blue {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #1e2a5d;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em; }
  #page-article .h3-blue-mincho {
    max-width: 800px;
    margin: 40px auto 30px;
    background: #f1f1f1;
    border-left: 7px solid #1e2a5d;
    font-size: 32px;
    padding: 30px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #page-article h4 {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #9d1f24;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em; }
  #page-article .h4-red {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #9d1f24;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em; }
  #page-article .h4-red-mincho {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #9d1f24;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #page-article .h4-gray {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #727171;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em; }
  #page-article .h4-gray-mincho {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #727171;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #page-article .h4-blue {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #1e2a5d;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em; }
  #page-article .h4-blue-mincho {
    max-width: 800px;
    margin: 40px auto 30px;
    border-bottom: 3px solid #1e2a5d;
    font-size: 28px;
    padding: 0 20px 20px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #page-article .bg-black {
    background: #000;
    padding-bottom: 50px; }
  #page-article .bg-lightgray {
    background: #f1f1f1;
    padding-bottom: 50px; }
  #page-article p {
    max-width: 800px;
    margin: 0 auto 30px;
    margin-bottom: 30px; }
  #page-article div:not([class]) {
    max-width: 800px;
    margin: 0 auto 30px;
    margin-bottom: 30px; }
  #page-article .red {
    color: #9d1f24; }
  #page-article .blue {
    color: #192e79; }
  #page-article .yellow {
    color: #f4db26; }
  #page-article .white {
    color: #fff; }
  #page-article .bold-red {
    font-weight: bold;
    color: #9d1f24; }
  #page-article .bold-underline-red {
    font-weight: bold;
    text-decoration: underline;
    color: #9d1f24; }
  #page-article .marker-yellow {
    background: #f4db26;
    font-weight: bold; }
  #page-article .marker-red {
    background: #9d1f24;
    font-weight: bold;
    color: #fff; }
  #page-article .marker-blue {
    background: #192e79;
    font-weight: bold;
    color: #fff; }
  #page-article .marker-black {
    background: #000;
    font-weight: bold;
    color: #fff; }
  #page-article .marker-white {
    background: #fff;
    font-weight: bold; }
  #page-article .txt-80 {
    display: inline-block;
    font-size: 80px;
    line-height: 1.1em; }
  #page-article .txt-70 {
    display: inline-block;
    font-size: 70px;
    line-height: 1.2em; }
  #page-article .txt-60 {
    display: inline-block;
    font-size: 60px;
    line-height: 1.2em; }
  #page-article .txt-50 {
    display: inline-block;
    font-size: 50px;
    line-height: 1.3em; }
  #page-article .txt-40 {
    display: inline-block;
    font-size: 40px;
    line-height: 1.3em; }
  #page-article .list-circle {
    max-width: 800px;
    margin: 0 auto 30px; }
    #page-article .list-circle li {
      text-indent: -1.6em;
      padding-left: 1.6em;
      margin-bottom: 10px; }
    #page-article .list-circle li:before {
      content: "・";
      padding-right: 15px; }
  #page-article .list-circle-l {
    max-width: 800px;
    margin: 0 auto 30px; }
    #page-article .list-circle-l li {
      text-indent: -1.6em;
      padding-left: 1.6em;
      margin-bottom: 10px; }
    #page-article .list-circle-l li:before {
      content: "●";
      padding-right: 15px; }
  #page-article .list-check {
    max-width: 800px;
    margin: 0 auto 30px; }
    #page-article .list-check li {
      background: url("img/check.png") left top 5px no-repeat;
      padding-left: 40px;
      margin-bottom: 10px; }
  #page-article ol {
    max-width: 800px;
    margin: 0 auto 30px;
    padding-left: 40px; }
    #page-article ol li {
      margin-bottom: 10px; }
  #page-article ol.ollist-square {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0; }
    #page-article ol.ollist-square ol {
      padding-left: 1em; }
    #page-article ol.ollist-square li {
      text-indent: -1.8em;
      margin-bottom: 15px;
      padding-left: 1.8em; }
      #page-article ol.ollist-square li:before {
        counter-increment: item;
        content: counter(item);
        padding: 0.1em 0.4em;
        font-weight: bold;
        color: #fff;
        background: #000;
        margin-right: 7px; }
  #page-article .box-white {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #727171;
    padding: 30px;
    background: #fff; }
    #page-article .box-white .ttl {
      color: #727171;
      border-bottom: 3px double #727171;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-white .txt {
      padding: 0 10px; }
  #page-article .box-red {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #9d1f24;
    padding: 30px;
    background: #f5e8e9; }
    #page-article .box-red .ttl {
      color: #9d1f24;
      border-bottom: 3px double #9d1f24;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-red .txt {
      padding: 0 10px; }
  #page-article .box-gray {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #727171;
    padding: 30px;
    background: #f1f1f1; }
    #page-article .box-gray .ttl {
      color: #727171;
      border-bottom: 3px double #727171;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-gray .txt {
      padding: 0 10px; }
  #page-article .box-blue {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #192e79;
    padding: 30px;
    background: #e8eaf1; }
    #page-article .box-blue .ttl {
      color: #192e79;
      border-bottom: 3px double #192e79;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-blue .txt {
      padding: 0 10px; }
  #page-article .box-green {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid green;
    padding: 30px;
    background: #e5f2e5; }
    #page-article .box-green .ttl {
      color: green;
      border-bottom: 3px double green;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-green .txt {
      padding: 0 10px; }
  #page-article .box-black {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #000;
    padding: 30px;
    background: #000;
    color: #fff; }
    #page-article .box-black .ttl {
      color: #fff;
      border-bottom: 3px double #fff;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-black .txt {
      padding: 0 10px; }
  #page-article .box-stripe {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #727171;
    padding: 30px;
    background: url("img/stripe-gray.png"); }
    #page-article .box-stripe .ttl {
      color: #727171;
      border-bottom: 3px double #727171;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-stripe .txt {
      padding: 0 10px; }
  #page-article .box-stripe-gray {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #000;
    padding: 30px;
    background: url("img/stripe-black.jpg");
    color: #fff; }
    #page-article .box-stripe-gray .ttl {
      color: #fff;
      border-bottom: 3px double #fff;
      line-height: 1.3em;
      font-weight: bold;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
    #page-article .box-stripe-gray .txt {
      padding: 0 10px; }
  #page-article .box-attention {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #f4db26; }
    #page-article .box-attention .ttl {
      background: url("img/stripe-yellow.jpg");
      padding: 10px 30px; }
      #page-article .box-attention .ttl span {
        background: url("img/attention.png") left center no-repeat;
        display: block;
        padding-top: 10px;
        padding-left: 80px;
        min-height: 59px;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 2px 2px 0 #fff;
        color: #9d1f24; }
    #page-article .box-attention .txt {
      padding: 30px;
      background: #fefbe9; }
  #page-article .box-tokuten {
    position: relative;
    max-width: 800px;
    margin: 0 auto 30px;
    background: #723f0c;
    background: linear-gradient(90deg, #723f0c 0%, #41220f 100%); }
    #page-article .box-tokuten .ttl-block {
      display: flex;
      border-bottom: 1px solid #fff;
      margin-bottom: 10px; }
      #page-article .box-tokuten .ttl-block .medal {
        position: absolute;
        top: -20px;
        left: 20px;
        background: url("img/medal.png") left center no-repeat;
        width: 103px;
        height: 130px;
        text-align: center;
        padding-top: 28px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 30px;
        text-shadow: 1px 1px 0 #fff;
        color: #40220f; }
        #page-article .box-tokuten .ttl-block .medal .num {
          display: block; }
      #page-article .box-tokuten .ttl-block .ttl {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        padding: 20px 30px 20px 140px;
        text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.5); }
    #page-article .box-tokuten .txt {
      color: #fff;
      max-width: 800px;
      padding: 30px; }
  #page-article .box-step {
    max-width: 800px;
    margin: 0 auto 30px;
    border: 1px solid #448bcb;
    background: #fff; }
    #page-article .box-step .ttl-block {
      display: flex;
      align-items: center;
      background: #228ecd;
      background: linear-gradient(90deg, #228ecd 0%, #1b4c9f 100%);
      padding: 10px 20px; }
      #page-article .box-step .ttl-block .step {
        text-align: center;
        background: #fff;
        border-radius: 50%;
        padding-top: 10px;
        margin-right: 20px;
        width: 80px;
        height: 80px;
        font-size: 17px;
        font-weight: bold;
        line-height: 30px;
        color: #448bcb; }
        #page-article .box-step .ttl-block .step .num {
          font-size: 40px;
          display: block; }
      #page-article .box-step .ttl-block .ttl {
        max-width: 660px;
        font-size: 30px;
        font-weight: bold;
        color: #fff; }
    #page-article .box-step .txt {
      max-width: 800px;
      padding: 30px; }
  #page-article table {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
    border-top: 1px solid #3e3a39;
    border-right: 1px solid #3e3a39;
    border-left: 1px solid #3e3a39;
    background: #fff; }
    #page-article table tr {
      border-bottom: 1px solid #3e3a39; }
    #page-article table th {
      background: #f1f1f1;
      text-align: left;
      padding: 15px;
      border-right: 1px solid #3e3a39;
      vertical-align: middle; }
    #page-article table td {
      background: #fff;
      padding: 15px;
      border-right: 1px solid #3e3a39; }
  #page-article .btn-green {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center; }
    #page-article .btn-green a {
      text-decoration: none;
      display: inline-block;
      color: #fff;
      font-size: 36px;
      font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
      border-radius: 10px;
      padding: 20px 50px;
      text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      box-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      background: #56b339;
      background: linear-gradient(180deg, #56b339 0%, #147639 100%); }
      #page-article .btn-green a:hover {
        opacity: .7;
        transition: .3s; }
  #page-article .btn-orange {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center; }
    #page-article .btn-orange a {
      text-decoration: none;
      display: inline-block;
      color: #fff;
      font-size: 36px;
      font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
      border-radius: 10px;
      padding: 20px 50px;
      text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      box-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      background: #f7b428;
      background: linear-gradient(180deg, #f7b428 0%, #e69002 100%); }
      #page-article .btn-orange a:hover {
        opacity: .7;
        transition: .3s; }
  #page-article .btn-blue {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center; }
    #page-article .btn-blue a {
      text-decoration: none;
      display: inline-block;
      color: #fff;
      font-size: 36px;
      font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
      border-radius: 10px;
      padding: 20px 50px;
      text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      box-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      background: #2588c9;
      background: linear-gradient(180deg, #2588c9 0%, #1b50a2 100%); }
      #page-article .btn-blue a:hover {
        opacity: .7;
        transition: .3s; }
  #page-article .btn-red {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center; }
    #page-article .btn-red a {
      text-decoration: none;
      display: inline-block;
      color: #fff;
      font-size: 36px;
      font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
      border-radius: 10px;
      padding: 20px 50px;
      text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      box-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
      background: #e30115;
      background: linear-gradient(180deg, #e30115 0%, #c60e22 100%); }
      #page-article .btn-red a:hover {
        opacity: .7;
        transition: .3s; }
  #page-article .form {
    max-width: 800px;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    background: #294286; }
    #page-article .form .ttl {
      text-align: center;
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      padding: 15px 30px;
      border-bottom: 1px solid #fff;
      margin-bottom: 20px; }
      #page-article .form .ttl br {
        display: none; }
    #page-article .form table {
      border: none;
      margin-bottom: 20px; }
      #page-article .form table tr {
        border: none; }
        #page-article .form table tr th {
          color: #fff;
          text-align: right;
          background: #294286;
          border: none;
          font-size: 21px;
          padding: 10px; }
        #page-article .form table tr td {
          padding: 10px;
          background: #294286; }
          #page-article .form table tr td input {
            font-size: 20px; }
      #page-article .form table p {
        margin-bottom: 0; }
    #page-article .form .btn-submit {
      text-align: center;
      padding-left: 55px; }
      #page-article .form .btn-submit input {
        font-size: 30px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-family: "Hiragino Kaku Gothic StdN", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
        border: none;
        border-radius: 10px;
        padding: 20px 50px;
        text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
        box-shadow: 2px 2px 3px rgba(62, 58, 57, 0.3);
        background: #56b339;
        background: linear-gradient(180deg, #56b339 0%, #147639 100%);
        cursor: pointer; }
        #page-article .form .btn-submit input:hover {
          opacity: .7;
          transition: .3s; }
  #page-article .wpcf7-response-output {
    text-align: center;
    width: 800px;
    margin: 0 auto; }
  #page-article .fukidashi-l {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #page-article .fukidashi-l .img {
      background: url("img/woman.png") center center no-repeat #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 2px solid rgba(62, 58, 57, 0.3);
      overflow: hidden; }
      #page-article .fukidashi-l .img img {
        width: 130px;
        height: 130px;
        object-fit: cover; }
    #page-article .fukidashi-l .txt {
      font-size: 22px;
      width: 620px;
      position: relative;
      display: inline-block;
      padding: 20px 10px 20px 20px;
      min-width: 120px;
      max-width: 100%;
      background: #ebebeb;
      border-radius: 7px; }
    #page-article .fukidashi-l .txt:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      margin-top: -15px;
      border: 15px solid transparent;
      border-right: 15px solid #ebebeb; }
  #page-article .fukidashi-r {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #page-article .fukidashi-r .img {
      background: url("img/man.png") center center no-repeat #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 2px solid rgba(62, 58, 57, 0.3);
      overflow: hidden; }
      #page-article .fukidashi-r .img img {
        width: 130px;
        height: 130px;
        object-fit: cover; }
    #page-article .fukidashi-r .txt {
      font-size: 22px;
      width: 620px;
      position: relative;
      display: inline-block;
      padding: 20px 10px 20px 20px;
      min-width: 120px;
      max-width: 100%;
      background: #ebebeb;
      border-radius: 7px; }
    #page-article .fukidashi-r .txt:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -15px;
      border: 15px solid transparent;
      border-left: 15px solid #ebebeb; }
  #page-article .fukidashi-l-original {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #page-article .fukidashi-l-original .img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 2px solid rgba(62, 58, 57, 0.3);
      overflow: hidden; }
      #page-article .fukidashi-l-original .img img {
        width: 130px;
        height: 130px;
        object-fit: cover; }
    #page-article .fukidashi-l-original .txt {
      font-size: 22px;
      width: 620px;
      position: relative;
      display: inline-block;
      padding: 20px 10px 20px 20px;
      min-width: 120px;
      max-width: 100%;
      background: #ebebeb;
      border-radius: 7px; }
    #page-article .fukidashi-l-original .txt:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      margin-top: -15px;
      border: 15px solid transparent;
      border-right: 15px solid #ebebeb; }
  #page-article .fukidashi-r-original {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #page-article .fukidashi-r-original .img {
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 2px solid rgba(62, 58, 57, 0.3);
      overflow: hidden; }
      #page-article .fukidashi-r-original .img img {
        width: 130px;
        height: 130px;
        object-fit: cover; }
    #page-article .fukidashi-r-original .txt {
      font-size: 22px;
      width: 620px;
      position: relative;
      display: inline-block;
      padding: 20px 10px 20px 20px;
      min-width: 120px;
      max-width: 100%;
      background: #ebebeb;
      border-radius: 7px; }
    #page-article .fukidashi-r-original .txt:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -15px;
      border: 15px solid transparent;
      border-left: 15px solid #ebebeb; }
  #page-article .two-column-50-50 {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    #page-article .two-column-50-50 .left {
      width: 48%; }
      #page-article .two-column-50-50 .left img {
        max-width: 100%;
        height: auto; }
    #page-article .two-column-50-50 .right {
      width: 48%; }
      #page-article .two-column-50-50 .right img {
        max-width: 100%;
        height: auto; }
  #page-article div > .two-column-50-50 {
    margin-bottom: 0; }
  #page-article .two-column-40-60 {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    #page-article .two-column-40-60 .left {
      width: 38%; }
      #page-article .two-column-40-60 .left img {
        max-width: 100%;
        height: auto; }
    #page-article .two-column-40-60 .right {
      width: 58%; }
      #page-article .two-column-40-60 .right img {
        max-width: 100%;
        height: auto; }
  #page-article div > .two-column-40-60 {
    margin-bottom: 0; }
  #page-article .two-column-60-40 {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    #page-article .two-column-60-40 .left {
      width: 58%; }
      #page-article .two-column-60-40 .left img {
        max-width: 100%;
        height: auto; }
    #page-article .two-column-60-40 .right {
      width: 38%; }
      #page-article .two-column-60-40 .right img {
        max-width: 100%;
        height: auto; }
  #page-article div > .two-column-60-40 {
    margin-bottom: 0; }
  #page-article .two-column-30-70 {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    #page-article .two-column-30-70 .left {
      width: 28%; }
      #page-article .two-column-30-70 .left img {
        max-width: 100%;
        height: auto; }
    #page-article .two-column-30-70 .right {
      width: 68%; }
      #page-article .two-column-30-70 .right img {
        max-width: 100%;
        height: auto; }
  #page-article div > .two-column-30-70 {
    margin-bottom: 0; }
  #page-article .two-column-70-30 {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    #page-article .two-column-70-30 .left {
      width: 68%; }
      #page-article .two-column-70-30 .left img {
        max-width: 100%;
        height: auto; }
    #page-article .two-column-70-30 .right {
      width: 28%; }
      #page-article .two-column-70-30 .right img {
        max-width: 100%;
        height: auto; }
  #page-article div > .two-column-70-30 {
    margin-bottom: 0; }
  #page-article .three-column {
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    #page-article .three-column .left {
      width: 31%; }
      #page-article .three-column .left img {
        max-width: 100%;
        height: auto; }
    #page-article .three-column .center {
      width: 31%; }
      #page-article .three-column .center img {
        max-width: 100%;
        height: auto; }
    #page-article .three-column .right {
      width: 31%; }
      #page-article .three-column .right img {
        max-width: 100%;
        height: auto; }
  #page-article div > .three-column {
    margin-bottom: 0; }
  #page-article img {
    max-width: 100%;
    height: auto; }
  #page-article img.alignright {
    display: block;
    margin: 0 0 0 auto; }
  #page-article img.alignleft {
    display: block;
    margin: 0 auto 0 0; }
  #page-article img.aligncenter {
    display: block;
    margin: 0 auto; }
  #page-article .mb50 {
    margin-bottom: 50px; }
  #page-article .voice {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #3e3a39; }
    #page-article .voice .photo {
      float: right;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: 2px solid rgba(62, 58, 57, 0.3);
      overflow: hidden;
      margin-left: 50px; }
      #page-article .voice .photo img {
        width: 200px;
        height: 200px;
        object-fit: cover; }
    #page-article .voice .txt {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 1em; }
    #page-article .voice .name {
      color: #727171;
      font-size: 22px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-bottom: 1em; }
  #page-article .law-ttl {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px; }
  #page-article .law-table {
    font-size: 16px; }
    #page-article .law-table th {
      width: 240px; }
