@charset "UTF-8";
/* ========================================================
setting
==========================================================*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #FFFEF6;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }
  @media (max-width: 600px) {
    body {
      border-top: none; } }

body.m_fixed_sns {
  padding-bottom: 75px; }

article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  outline: none;
  cursor: pointer; }

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top; }

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit; }

ul,
ol {
  list-style: none; }

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

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top; }

blockquote,
q {
  quotes: none; }

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

form {
  margin: 0;
  padding: 0; }

form button {
  -webkit-appearance: none;
  background-color: #78BBE6;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto; }

#form4 {
  display: block;
  position: relative;
  /*フォームの相対位置*/
  width: 100%;
  /*フォームのサイズ*/
  margin: 15px 0;
  /*フォームの下に余白*/
  height: 50px; }

#sbox4 {
  position: absolute;
  /*フォームの絶対位置*/
  left: 0;
  top: 0;
  outline: 0;
  /*クリック時の青い枠線消す*/
  height: 50px;
  /*検索ボックスの高さ*/
  padding: 0 10px;
  /*テキスト位置調整*/
  border-radius: 2px 0 0 2px;
  /*検索ボックスの角を丸める*/
  background: #FFF;
  /*検索ボックスの背景カラー*/ }

#sbtn4 {
  width: 70px;
  /*検索ボタンの横幅*/
  height: 50px;
  /*検索ボタンの縦幅*/
  position: absolute;
  /*検索ボタンの絶対位置*/
  right: 0;
  /*検索ボタンの位置調整*/
  top: 0;
  border-radius: 0 2px 2px 0;
  /*検索ボタンの角を丸める*/
  background: #78BBE6;
  /*検索ボタンの背景カラー*/
  border: none;
  /*検索ボタンの枠線を消す*/
  color: #fff;
  /*検索ボタンのテキストカラー*/
  font-weight: bold;
  /*検索ボタンのテキスト太字*/
  font-size: 16px;
  /*検索ボタンのフォントサイズ*/ }

form button:hover,
form button:focus {
  outline: none; }

form button:hover {
  opacity: 0.6; }

form button ::-moz-focus-inner {
  border: none;
  padding: 0; }

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
  width: 100%; }

textarea:hover,
textarea:focus {
  outline: none; }

textarea:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

textarea ::-moz-focus-inner {
  border: none;
  padding: 0; }

input::-webkit-input-placeholder {
  color: #e2e2e2; }

input::-moz-placeholder {
  color: #e2e2e2; }

input::-ms-input-placeholder {
  color: #e2e2e2; }

input:-ms-input-placeholder {
  color: #e2e2e2; }

input::placeholder {
  color: #e2e2e2; }

input:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background-color: #78BBE6;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto; }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none; }

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6; }

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0; }

input[type="radio"] {
  display: none; }

input[type="radio"] + span {
  cursor: pointer;
  display: block;
  margin: 10px 16px 0 0;
  padding: 0 0 0 30px;
  position: relative; }

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px; }

input[type="radio"] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

input[type="radio"]:checked + span::after {
  -webkit-transform: translateY(-50%);
  background: #78BBE6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px; }

input[type="checkbox"] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

input[type="checkbox"]:checked + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #78BBE6;
  border-left: 4px solid #78BBE6;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 26px; }

.required {
  color: #FFF;
  background: #78BBE6;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 2.4em 0.4em 0.8em; }

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

select:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.alignnone {
  padding: 4px;
  margin: 0px 15px 0 15px; }
  @media (max-width: 600px) {
    .alignnone {
      padding: 0;
      margin: auto; } }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px; }
  @media (max-width: 600px) {
    .aligncenter {
      padding: 0; } }

.alignright {
  float: right;
  padding: 4px;
  margin: 0px 15px 0 15px; }
  @media (max-width: 600px) {
    .alignright {
      float: none;
      display: block;
      padding: 0;
      margin: auto; } }

.alignleft {
  float: left;
  padding: 4px;
  margin: 0px 15px 0 15px; }
  @media (max-width: 600px) {
    .alignleft {
      float: none;
      display: block;
      padding: 0;
      margin: auto; } }

.clear {
  clear: both; }

@media (max-width: 600px) {
  .wp-block-image .alignright {
    float: none;
    display: block;
    padding: 0;
    margin: auto; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 600px) {
    .flex {
      display: block; } }

.wp-block-embed__wrapper {
  width: 350px;
  height: auto;
  overflow: auto; }
  .wp-block-embed__wrapper .wp-embedded-content {
    width: 100%;
    max-width: 350px;
    height: 100%; }

p {
  color: #000; }

.red {
  color: red; }

.main-color {
  color: #78BBE6; }

.sub-color {
  color: #a5defa; }

.pickup-color {
  color: #F99F48; }

.pickup-light-color {
  color: #F4D2DE; }

.dark-color {
  color: #00496E; }

.dot-text {
  position: relative;
  padding-top: 0.2em; }
  .dot-text::before {
    position: absolute;
    content: "";
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: #000;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

blockquote {
  width: 100%;
  margin: 40px 0;
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #78BBE6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
  @media (max-width: 600px) {
    blockquote {
      margin: 20px 0; } }

blockquote::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\e900";
  font-family: "icon";
  color: #78BBE6;
  font-size: 28px;
  line-height: 1;
  font-weight: 900; }

blockquote p {
  padding: 0;
  margin: 15px 7px 0 0;
  line-height: 1.7;
  text-align: left; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
  word-break: break-all; }
  blockquote cite a {
    width: 100%;
    display: block; }

iframe.wp-embedded-content {
  width: 100%; }

.point-box {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #FFC107; }
  .point-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold; }
  .point-box p {
    margin: 0;
    padding: 0; }

.headline-big {
  font-size: 3.5vw; }
  @media (max-width: 850px) {
    .headline-big {
      font-size: 36px; } }
  @media (max-width: 600px) {
    .headline-big {
      font-size: 34px; } }
  @media (max-width: 320px) {
    .headline-big {
      font-size: 30px; } }

.headline-small {
  font-size: 2.5vw; }
  @media (max-width: 600px) {
    .headline-small {
      font-size: 20px; } }

.bold {
  font-weight: bold; }

.big {
  font-size: 24px; }
  @media (max-width: 600px) {
    .big {
      font-size: 20px; } }

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho" !important; }

.noto {
  font-family: 'Noto Serif JP', serif; }

.red {
  color: red; }

.white-under {
  background-color: white;
  padding: 3px 0; }
  @media (max-width: 600px) {
    .white-under {
      padding: 0; } }

.yellow-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
  background: -webkit-linear-gradient(transparent 70%, yellow 70%);
  background: -o-linear-gradient(transparent 70%, yellow 70%);
  background: linear-gradient(transparent 70%, yellow 70%);
  font-weight: bold; }

/*吹き出し*/
.balloon_l,
.balloon_r {
  position: relative;
  width: 60%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*縦位置を上揃え*/
  /*   align-items: center; */
  /*縦位置を真ん中揃え*/ }
  @media (max-width: 600px) {
    .balloon_l,
    .balloon_r {
      width: 100%;
      margin: 20px auto; } }

.balloon_r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .balloon_r .faceicon img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 80px;
    /*任意のサイズ*/
    height: 80px;
    border-radius: 50%;
    background: rgba(240, 240, 240, 0.8); }
    @media (max-width: 600px) {
      .balloon_r .faceicon img {
        position: relative; } }
  .balloon_r .says {
    width: 100%;
    /*最大幅は任意*/
    display: inline-block;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #99dddd;
    /*色は任意*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */ }
    .balloon_r .says p {
      display: inline-block;
      width: 100%;
      text-align: center; }
    @media (max-width: 600px) {
      .balloon_r .says {
        max-width: 250px; } }

.balloon_l .faceicon img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  width: 80px;
  /*任意のサイズ*/
  height: 80px;
  border-radius: 50%;
  background: rgba(240, 240, 240, 0.8);
  left: -10%; }
  @media (max-width: 600px) {
    .balloon_l .faceicon img {
      position: relative; } }

.balloon_l .says {
  width: 100%;
  /*最大幅は任意*/
  display: inline-block;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #E3E3E3;
  /*色は任意*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  /*   align-items: center; */ }
  .balloon_l .says p {
    display: inline-block;
    width: 100%;
    text-align: center; }
  @media (max-width: 600px) {
    .balloon_l .says {
      max-width: 250px; } }

.balloon_r .faceicon {
  margin-left: 25px; }

.balloon_l .faceicon {
  margin-right: 25px; }

.balloon_r .faceicon {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important; }

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */ }

.balloon_l .says:after {
  top: 20px;
  left: -26px;
  border-right: 22px solid #E3E3E3; }

.balloon_r .says:after {
  top: 20px;
  right: -26px;
  border-left: 22px solid #99dddd; }

/*カテゴリータグカラー*/
.real-estate {
  background-color: #FF878C; }

.asset-management {
  background-color: #a5defa; }

.life-plan {
  background-color: #5D639E; }

.inheritance {
  background-color: #BF1E56; }

.start-up {
  background-color: #F6CA06; }

.customer-cat {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 2px 5px;
  font-size: x-small;
  color: #FFF;
  margin-right: 10px; }

.breadcrumb .customer-cat {
  color: #78BBE6;
  margin-right: 0;
  font-size: 12px;
  padding: 0; }

.breadcrumb .info-cat {
  color: #78BBE6;
  margin-right: 0;
  font-size: 12px;
  background: none;
  padding: 0; }

.breadcrumb-inner {
  padding: 20px 30px; }
  @media (max-width: 600px) {
    .breadcrumb-inner {
      padding: 10px 20px; } }

.info-cat {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 2px 5px;
  font-size: x-small;
  background: #78BBE6;
  color: #FFF;
  margin-right: 10px; }

footer {
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#a5defa), to(#00496E));
  background: -webkit-linear-gradient(top left, #a5defa, #00496E);
  background: -o-linear-gradient(top left, #a5defa, #00496E);
  background: linear-gradient(to bottom right, #a5defa, #00496E);
  color: #FFF; }
  footer .inner {
    padding: 80px 0; }
    @media (max-width: 600px) {
      footer .inner {
        padding: 90px 20px; } }
    footer .inner .flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      footer .inner .flex a {
        text-decoration: none; }
        footer .inner .flex a:hover {
          opacity: 0.5; }
      footer .inner .flex .footer-left {
        width: 40%;
        position: relative; }
        @media (max-width: 600px) {
          footer .inner .flex .footer-left {
            width: 100%;
            margin-bottom: 50px; } }
        footer .inner .flex .footer-left h2 {
          font-size: 24px; }
          @media (max-width: 600px) {
            footer .inner .flex .footer-left h2 {
              font-size: 20px; } }
        footer .inner .flex .footer-left .footer-table table {
          border: none;
          font-size: 18px;
          text-align: left; }
          @media (max-width: 850px) {
            footer .inner .flex .footer-left .footer-table table {
              font-size: 16px; } }
          footer .inner .flex .footer-left .footer-table table tr {
            border: none;
            width: 100%; }
            footer .inner .flex .footer-left .footer-table table tr th {
              width: 15%; }
              @media (max-width: 1025px) {
                footer .inner .flex .footer-left .footer-table table tr th {
                  width: 20%; } }
            footer .inner .flex .footer-left .footer-table table tr td {
              width: 80%;
              border: none; }
        footer .inner .flex .footer-left .jump-page h3 {
          font-size: 24px;
          position: relative;
          padding-left: 1rem;
          border-left: solid 3px #FFF;
          margin-top: 3rem;
          text-align: left; }
          @media (max-width: 600px) {
            footer .inner .flex .footer-left .jump-page h3 {
              font-size: 20px; } }
          footer .inner .flex .footer-left .jump-page h3::after {
            content: '';
            position: absolute;
            left: 0;
            border-left: solid 3px #FFF; }
        footer .inner .flex .footer-left .jump-page a {
          padding-bottom: 1rem;
          text-decoration: none;
          font-size: 18px; }
          footer .inner .flex .footer-left .jump-page a:hover {
            opacity: 0.5;
            text-decoration: underline; }
      footer .inner .flex .border {
        width: 5%;
        height: 500px;
        position: relative; }
        @media (max-width: 600px) {
          footer .inner .flex .border {
            display: none; } }
        footer .inner .flex .border::after {
          position: relative;
          display: block;
          content: "";
          top: 20%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 1px;
          height: 500px;
          background: #FFF; }
      footer .inner .flex .footer-right {
        width: 40%; }
        @media (max-width: 600px) {
          footer .inner .flex .footer-right {
            width: 100%; } }
        footer .inner .flex .footer-right h3 {
          text-align: left;
          font-size: 24px; }
          @media (max-width: 600px) {
            footer .inner .flex .footer-right h3 {
              font-size: 18px; } }
          footer .inner .flex .footer-right h3 span {
            font-size: 28px; }
            @media (max-width: 600px) {
              footer .inner .flex .footer-right h3 span {
                font-size: 22px; } }
        footer .inner .flex .footer-right .blog {
          margin: 20px 0; }
          footer .inner .flex .footer-right .blog .blog-title {
            font-size: 22px;
            font-weight: bold; }
          footer .inner .flex .footer-right .blog .blog-items .blog-item {
            display: block;
            text-decoration: none;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            counter-increment: ranking;
            position: relative;
            width: 90%;
            margin: 20px auto; }
            @media (max-width: 600px) {
              footer .inner .flex .footer-right .blog .blog-items .blog-item {
                width: 100%; } }
            footer .inner .flex .footer-right .blog .blog-items .blog-item::after {
              background: #01b3a7;
              color: #fff;
              content: counter(ranking);
              font-family: "Lato", sans-serif;
              font-size: 12px;
              height: 20px;
              left: 0;
              line-height: 20px;
              position: absolute;
              text-align: center;
              top: 0;
              width: 20px; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item:hover {
              opacity: 0.6; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item:last-child {
              margin-bottom: 0; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item .blog-item-img img {
              text-align: center;
              -o-object-fit: cover;
              object-fit: cover;
              width: 100%;
              height: auto; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item .blog-item-body {
              padding: 0 0 0 10px;
              width: calc(100% - 120px); }
              footer .inner .flex .footer-right .blog .blog-items .blog-item .blog-item-body .blog-item-title {
                font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
                font-size: 14px;
                font-weight: 600;
                line-height: 1.57143; }
    footer .inner .Copy {
      text-align: center;
      margin-top: 5rem;
      font-size: 14px; }
      footer .inner .Copy p {
        margin: 0;
        color: #CCCCCC; }

.footer2-inner {
  padding: 20px; }
  .footer2-inner .Copy {
    text-align: center; }
    .footer2-inner .Copy p {
      margin: 0;
      color: #FFF; }

table {
  border: 1px solid #000; }
  @media (max-width: 600px) {
    table {
      float: none;
      width: 100% !important; } }
  table tr {
    border-bottom: 1px dashed #000;
    padding: 5px 0; }
    table tr:last-child {
      border-bottom: none; }
    table tr td {
      border-right: 1px dashed #000; }

.wp-block-quote {
  margin: 40px 0;
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #78BBE6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
  .wp-block-quote p {
    padding: 0;
    margin: 30px 0 0 20px;
    line-height: 1.7;
    text-align: left; }
  .wp-block-quote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }
  .wp-block-quote::before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\e900";
    font-family: "icon";
    color: #78BBE6;
    font-size: 28px;
    line-height: 1;
    font-weight: 900; }
  @media (max-width: 600px) {
    .wp-block-quote {
      margin: 20px 0; } }

.fa-facebook {
  background-color: #55ACEE;
  border-radius: 50%;
  padding: .5rem;
  margin-left: 2rem; }

.fa-twitter {
  background-color: #3B5998;
  border-radius: 50%;
  padding: .5rem;
  margin-left: 1rem; }

.fa-instagram {
  background-color: #D93177;
  border-radius: 50%;
  padding: .5rem;
  margin-left: 1rem; }

.footer-address {
  padding: 10rem 0 0 5rem; }

.floating {
  bottom: 4.5rem;
  display: none;
  position: fixed;
  right: 3%;
  z-index: 30; }
  @media (max-width: 600px) {
    .floating {
      bottom: 5.5rem; } }
  .floating a {
    background: #78BBE6;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px; }
  .floating a:hover {
    opacity: 0.6; }

@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?24kcx3");
  src: url("fonts/icon.eot?24kcx3#iefix") format("embedded-opentype"), url("fonts/icon.ttf?24kcx3") format("truetype"), url("fonts/icon.woff?24kcx3") format("woff"), url("fonts/icon.svg?24kcx3#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-blockquote:before {
  content: "\e900"; }

.icon-home:before {
  content: "\e902"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-close::before {
  content: "\f00d"; }

.icon-remove::before {
  content: "\f00d"; }

.icon-times::before {
  content: "\f00d"; }

.icon-font:before {
  content: "\f031"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-phone:before {
  content: "\f095"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-quora:before {
  content: "\f2c4"; }

.icon-angle-right:before {
  content: "\f105"; }

.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #F99F48;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.blog-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.blog-card:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 2px 6px;
  content: "詳細を見る";
  background-color: #F99F48;
  color: #fff;
  font-size: .8em;
  z-index: 1; }

.blog-card a {
  text-decoration: none; }

.blog-card-thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 10px; }

.blog-card-thumbnail img {
  padding: 0; }

.blog-card-content {
  display: table-cell;
  vertical-align: middle; }

.blog-card-title {
  font-size: 1em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4; }

.blog-card-title:hover {
  text-decoration: underline; }

.blog-card-excerpt {
  font-size: .74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.blog-card .clear {
  clear: both; }

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: .56em; }
  .blog-card-title {
    font-size: .70em; }
  .blog-card-excerpt {
    font-size: .60em; } }

.avatar_profile {
  border: 2px solid #78BBE6;
  margin: 20px auto;
  padding: 10px; }
  .avatar_profile .avatar_title {
    text-align: center;
    font-weight: bold;
    color: #F99F48; }

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

.profile_image {
  text-align: center;
  padding-right: 14px; }

.profile_image img {
  max-width: 80px;
  border-radius: 100%; }

.profile_text_name {
  font-weight: bold;
  margin: 6px 0; }

.profile_text_description {
  font-size: .8em !important;
  margin: 0; }

@media screen and (max-width: 480px) {
  .avatar_profile {
    display: block; }
  .profile_image {
    padding-right: 0; }
  .profile_image img {
    max-width: 120px; }
  .profile_text_name {
    text-align: center;
    margin-top: 6px; } }

/*カテゴリータグカラー*/
.real-estate {
  background-color: #FF878C; }

.asset-management {
  background-color: #a5defa; }

.life-plan {
  background-color: #5D639E; }

.inheritance {
  background-color: #BF1E56; }

.start-up {
  background-color: #F6CA06; }

.customer-cat {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 2px 5px;
  font-size: x-small;
  color: #FFF;
  margin-right: 10px; }

.breadcrumb .customer-cat {
  color: #78BBE6;
  margin-right: 0;
  font-size: 16px;
  padding: 0; }

.breadcrumb .info-cat {
  color: #78BBE6;
  margin-right: 0;
  font-size: 16px;
  background: none;
  padding: 0; }

.info-cat {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 2px 5px;
  font-size: x-small;
  background: #78BBE6;
  color: #FFF;
  margin-right: 10px; }

/* ========================================================
  header-pc
==========================================================*/
.header-nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.5); }
  @media (max-width: 1025px) {
    .header-nav {
      background-color: rgba(70, 70, 70, 0.5); } }
  @media (max-width: 600px) {
    .header-nav {
      padding: 0 10px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      background-image: none;
      width: 100%;
      height: 40px; } }
  .header-nav::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0; }
    @media (max-width: 600px) {
      .header-nav::after {
        border-bottom: none; } }

.header-logo a:hover {
  background: #78BBE6;
  color: #FFF; }

.pc-nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1025px) {
    .pc-nav {
      height: 40px; } }
  @media (max-width: 850px) {
    .pc-nav {
      display: none; } }
  .pc-nav ul {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1025px) {
      .pc-nav ul {
        height: 40px; } }
    .pc-nav ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 60px; }
      @media (max-width: 1025px) {
        .pc-nav ul li {
          height: 40px; } }
      .pc-nav ul li a {
        color: #545454;
        font-weight: 600;
        text-decoration: none;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px; }
        @media (max-width: 1025px) {
          .pc-nav ul li a {
            padding: 10px; } }
        .pc-nav ul li a:hover {
          background: #78BBE6;
          color: #FFF; }

.pc-nav ul li.menu-item {
  position: relative;
  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;
  /*ドロップダウンしたメニューが隠れないように*/ }

.pc-nav ul li ul.sub-menu {
  display: none;
  /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  /*絶対配置にしておかないとうまくいかない*/
  top: 60px;
  left: 0; }

.pc-nav ul li:hover ul.sub-menu {
  display: block;
  /*マウスオーバー時にサブメニューを表示する*/
  background: #FFF;
  height: auto; }

.pc-nav ul li ul.sub-menu li {
  float: none;
  /*サブメニューはフロートさせないので解除*/
  padding: 0;
  /*親メニューのパディングを解除*/
  width: 360px;
  height: auto;
  margin: auto; }

.pc-nav ul li ul.sub-menu li::after {
  border-right: none; }

.pc-nav ul li ul.sub-menu li a {
  display: block;
  width: 360px;
  margin: auto;
  border-top: none;
  /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/ }

/* ========================================================
   header-responsive
==========================================================*/
.drawer {
  display: none; }
  @media (max-width: 850px) {
    .drawer {
      display: inline-block;
      vertical-align: middle; } }

.drawer-icon {
  color: #FFF;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle; }

.drawer-open {
  display: block; }

.m_checked .drawer-open {
  display: none; }

.drawer-close {
  display: none;
  z-index: 50;
  color: #FFF; }

.m_checked .drawer-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 20px; }

.drawer-content {
  background: rgba(51, 51, 51, 0.9);
  height: 80vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 10px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40; }

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible; }

.drawer-nav li {
  position: relative; }
  .drawer-nav li::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 6px solid transparent; }
  .drawer-nav li a {
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 20px 12px 24px 0;
    text-decoration: none; }

.drawer-nav ul li.menu-item {
  position: relative;
  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;
  /*ドロップダウンしたメニューが隠れないように*/ }

/* ドロップダウンメニュー2階層目 */
.drawer-nav .drawer-list li ul.sub-menu {
  background-color: #FFF;
  text-align: center;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0 auto; }

.drawer-nav .drawer-list li ul.sub-menu li a {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 20px;
  /* ドロップダウンメニューの文字の背景色 */
  color: #000;
  /* ドロップダウンメニューの文字色 */
  text-decoration: none;
  /* Pドロップダウンメニューボタン高さ */
  text-align: center; }

.drawer-nav .drawer-list > .menu-item-has-children {
  position: relative; }
  .drawer-nav .drawer-list > .menu-item-has-children a {
    width: 80%; }
  .drawer-nav .drawer-list > .menu-item-has-children span {
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    margin-left: 10px; }

.drawer-nav .drawer-list li ul.sub-menu li {
  position: relative; }
  .drawer-nav .drawer-list li ul.sub-menu li::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #222;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%; }

.drawer-nav .drawer-list li ul.sub-menu span {
  display: none; }

#header {
  z-index: 20;
  position: relative;
  width: 100%; }
  @media (max-width: 600px) {
    #header {
      margin-bottom: 0; } }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 55px;
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  -o-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 1025px) {
    .is-fixed {
      background-color: rgba(70, 70, 70, 0.5); } }
  @media (max-width: 600px) {
    .is-fixed {
      height: 40px; } }

.logo a {
  text-decoration: none; }

@media (max-width: 600px) {
  .logo {
    width: 80%;
    line-height: 0;
    text-align: left; } }

@media (max-width: 320px) {
  .logo {
    width: 90%; } }

.logo .logo-img {
  vertical-align: middle;
  display: inline-block;
  width: 3rem; }
  @media (max-width: 600px) {
    .logo .logo-img {
      display: none; } }

.logo .title {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  color: #545454; }
  .logo .title h1 {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 1025px) {
      .logo .title h1 {
        color: #FFF; } }
    @media (max-width: 600px) {
      .logo .title h1 {
        text-align: left;
        font-size: small; } }
    @media (max-width: 320px) {
      .logo .title h1 {
        font-size: x-small; } }
    .logo .title h1 span {
      font-size: small; }
      @media (max-width: 600px) {
        .logo .title h1 span {
          font-size: 18px; } }
      @media (max-width: 320px) {
        .logo .title h1 span {
          font-size: 16px; } }

.archive-head {
  border-top: 3px solid #78BBE6;
  margin-bottom: 56px;
  padding: 28px 0 0; }

.archive-head.m_description {
  margin-bottom: 70px; }

.archive-lead {
  color: #78BBE6;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px; }

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px; }

.archive-title.m_category::before {
  color: #78BBE6;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px; }

.archive-title.m_search span {
  color: #78BBE6; }

.archive-title.m_search::before {
  color: #78BBE6;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px; }

.archive-description {
  font-size: 14px;
  line-height: 1.4; }

.inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 0;
  width: 1200px; }

#content > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  padding-top: 40px; }

#content.m_one > .inner {
  display: block; }

header > .inner {
  width: 100%;
  max-width: 100%;
  padding: 0; }

#primary {
  width: 70%; }

.m_one #primary {
  margin-bottom: 0;
  width: 100%; }

#bullet {
  background: #a5defa; }
  #bullet .inner {
    background: #FFF;
    padding: 0; }
    #bullet .inner h2 {
      display: none; }
    #bullet .inner .bullet-wrap {
      display: block;
      width: 100%;
      margin: 10px auto;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border: 2px solid #78BBE6;
      padding: 10px 30px; }
      @media (max-width: 600px) {
        #bullet .inner .bullet-wrap {
          padding: 5px 10px; } }
      #bullet .inner .bullet-wrap .bullet-img {
        display: none;
        width: 50%;
        margin-right: 50px; }
        @media (max-width: 600px) {
          #bullet .inner .bullet-wrap .bullet-img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
      #bullet .inner .bullet-wrap .bullet p {
        font-size: 18px;
        line-height: 2;
        margin: 10px 0;
        border-bottom: 1px dotted #000; }
        #bullet .inner .bullet-wrap .bullet p:last-child {
          border-bottom: none; }
        @media (max-width: 600px) {
          #bullet .inner .bullet-wrap .bullet p {
            font-size: 16px;
            line-height: 1.5; } }
        #bullet .inner .bullet-wrap .bullet p i {
          margin-right: 5px;
          color: #F99F48; }
    #bullet .inner .bullet-close {
      font-size: 18px;
      text-align: center;
      margin: 30px 0; }
      @media (max-width: 600px) {
        #bullet .inner .bullet-close {
          font-size: 18px; } }
      #bullet .inner .bullet-close .none {
        display: none; }
      #bullet .inner .bullet-close span {
        font-size: 28px;
        font-weight: bold; }
        @media (max-width: 600px) {
          #bullet .inner .bullet-close span {
            font-size: 20px; } }
    @media (max-width: 600px) {
      #bullet .inner .customer-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.sale {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  border: 2px solid #E3E3E3; }
  @media (max-width: 600px) {
    .sale {
      margin: 20px auto 10px;
      width: 100%; } }
  .sale::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0; }
  .sale img {
    position: relative;
    -webkit-filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5)); }
  .sale .sale-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    z-index: 1; }
    @media (max-width: 600px) {
      .sale .sale-text {
        font-size: 16px; } }
    @media (max-width: 320px) {
      .sale .sale-text {
        font-size: 14px; } }
    .sale .sale-text h3 {
      position: relative;
      margin-bottom: 0; }
      .sale .sale-text h3::before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
        transform: rotate(65deg);
        left: 15%; }
        @media (max-width: 600px) {
          .sale .sale-text h3::before {
            width: 20px;
            left: 5%; } }
        @media (max-width: 320px) {
          .sale .sale-text h3::before {
            width: 20px;
            left: 2%; } }
      .sale .sale-text h3::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
        transform: rotate(-65deg);
        right: 15%; }
        @media (max-width: 600px) {
          .sale .sale-text h3::after {
            width: 20px;
            right: 5%; } }
        @media (max-width: 320px) {
          .sale .sale-text h3::after {
            width: 20px;
            right: 2%; } }
    .sale .sale-text a {
      display: inline-block;
      position: relative;
      padding: 0.5em 1.5em;
      text-align: center;
      text-decoration: none;
      color: #1B1B1B;
      background: #fff;
      border-radius: 30px;
      border: 1px solid #1B1B1B;
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      -o-transition: transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s;
      font-size: 20px; }
      @media (max-width: 600px) {
        .sale .sale-text a {
          font-size: 16px;
          padding: .2em 1em; } }
      .sale .sale-text a:hover {
        cursor: pointer;
        text-decoration: none; }
        .sale .sale-text a:hover i {
          cursor: pointer;
          text-decoration: none;
          -webkit-transform: translateX(6px);
          -ms-transform: translateX(6px);
          transform: translateX(6px); }
      .sale .sale-text a i {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: -webkit-transform ease .3s;
        transition: -webkit-transform ease .3s;
        -o-transition: transform ease .3s;
        transition: transform ease .3s;
        transition: transform ease .3s, -webkit-transform ease .3s; }
    .sale .sale-text p {
      color: #FFF; }
      .sale .sale-text p span {
        font-size: 42px; }

#secondary {
  margin-left: auto;
  width: 27%; }
  @media (max-width: 850px) {
    #secondary {
      width: 95%;
      margin: 0 auto; } }
  #secondary .inner {
    padding: 20px 40px;
    background: #FFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16); }
    @media (max-width: 850px) {
      #secondary .inner {
        padding: 10px 20px; } }
    #secondary .inner .widget_search {
      height: 100px;
      margin-bottom: 50px; }
      #secondary .inner .widget_search .screen-reader-text {
        display: none; }
      #secondary .inner .widget_search form {
        position: relative;
        margin: 10px auto; }
      #secondary .inner .widget_search .search-field {
        width: 100%;
        height: 45px;
        padding: 0 10px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 25px;
        outline: 0;
        background: #eee;
        border: none; }
      #secondary .inner .widget_search .search-submit {
        position: absolute;
        right: 0;
        top: 0;
        background: #78BBE6;
        color: #fff;
        border: none;
        border-radius: 0 25px 25px 0; }
      #secondary .inner .widget_search .search-submit .fa-search {
        font-size: 16px;
        position: absolute;
        top: 30%;
        left: 0; }
      #secondary .inner .widget_search .search-submit:hover {
        color: #888; }

.m_one #secondary {
  display: none;
  width: 100%; }

.breadcrumb {
  color: #8d8d8d;
  font-size: 16px;
  margin-bottom: 14px; }

.breadcrumb .home::before {
  content: "\e902";
  font-family: "icon";
  font-weight: 900;
  margin-right: 10px; }

.breadcrumb a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.breadcrumb a:hover {
  opacity: 0.6; }

.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px; }

.btn {
  -webkit-appearance: none;
  background-color: #01b3a7;
  background-image: none;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  min-width: 282px;
  padding: 17px 20px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn:hover,
.btn:focus {
  outline: none; }

.btn::-moz-foucus-inner {
  border: none;
  padding: 0; }

.btn:hover {
  background: #00aca0; }

.entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px; }

.entry-item {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin-bottom: 50px;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(50% - 40px / 2); }

.entry-item:hover {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  text-decoration: none;
  background: #ffe3e7; }

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0; }

.entry-item-img {
  text-align: center; }
  .entry-item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px; }

.entry-item-body {
  padding: 20px; }

.entry-item-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.entry-item-published {
  color: #808080;
  font-size: 16px;
  margin-top: 4px; }

.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px; }

.entry-item-tag {
  background: #78BBE6;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-right: 15px;
  padding: 3px 14px 2px; }

.entry-item-tag-customer {
  display: block;
  font-size: 16px;
  margin-right: 15px;
  padding: 3px 14px 2px; }
  .entry-item-tag-customer .customer-cat {
    text-align: left;
    overflow: hidden;
    padding: 2px 5px;
    font-size: x-small;
    color: #FFF;
    margin: 0; }

.entry-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px; }

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429; }

.entries.m_horizontal {
  margin-bottom: 62px; }

.entries.m_horizontal .entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 20px;
  width: 100%; }

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0; }

.entries.m_horizontal .entry-item .entry-item-img {
  width: 36.02941%; }

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
  width: 63.97059%; }

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0; }

.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%; }

.entries.m_block .entry-item .entry-item-published {
  font-size: 14px; }

.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px; }

.entries.m_block .entry-item .entry-item-title {
  font-size: 20px; }

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px; }

.entry {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 40px; }

.entry-label {
  display: inline-block;
  margin-bottom: 18px; }

.entry-label a {
  background: #78BBE6;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.entry-label a:hover {
  opacity: 0.6; }

.entry-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: #f4f4f4;
  /*背景色*/
  border-left: solid 5px #78BBE6;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/ }

.m_page .entry-title {
  margin-bottom: 34px; }

.entry-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px; }

.entry-published,
.entry-updated {
  color: #808080;
  font-size: 16px; }

.entry-published::before,
.entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px; }

.entry-updated {
  margin-left: 27px; }

.entry-updated::before {
  content: "\f1da";
  font-weight: 900; }

.entry-img {
  text-align: center; }

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0; }

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0; }

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px; }

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px; }

.entry-tag-item:last-child {
  margin-right: 0; }

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff; }

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px; }

.m_page .entry-body {
  padding-bottom: 12px; }

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0; }

.entry-body h2 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #78BBE6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  margin-top: 50px;
  padding: 24px 20px;
  position: relative;
  text-align: left; }

.entry-body h2::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0; }

.entry-body h3 {
  border-bottom: 3px solid #78BBE6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 64px;
  padding-bottom: 14px; }

.entry-body h4 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 20px;
  padding-left: 20px;
  position: relative; }

.entry-body h4::before {
  color: #78BBE6;
  content: "✔︎";
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.entry-body h5 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px; }

.entry-body h6 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em; }

.entry-body p {
  line-height: 1.875;
  margin-top: 30px; }

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px; }

.entry-body > ul {
  border: double 4px #78BBE6;
  padding: 10px; }
  .entry-body > ul li {
    position: relative;
    line-height: 1.5;
    margin-left: 15px;
    list-style-type: none !important;
    /*ポチ消す*/ }
  .entry-body > ul li:after {
    display: block;
    content: '';
    position: absolute;
    line-height: 1.5;
    top: .5em;
    left: -15px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #F99F48;
    border-bottom: 2px solid #F99F48;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.entry-body blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em; }

.entry-body q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle; }

.entry-body strong,
.entry-body b {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600; }

.entry-body a {
  color: #1592e6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.entry-body a:hover {
  opacity: 0.6; }

.entry-body img {
  vertical-align: middle; }

.entry-body .entry-btn {
  margin: 1em 0;
  text-align: center; }

.entry-body .entry-btn .btn {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none; }

.entry-body .entry-btn .btn:hover {
  opacity: 1; }

.entry-links {
  margin-top: 32px;
  text-align: center; }

.entry-links .post-page-numbers {
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  text-align: center; }

.entry-links .post-page-numbers.current {
  background: #666;
  color: #fff; }

.entry-links .post-page-numbers:first-child {
  margin-left: 0; }

.entry-links .post-page-numbers:last-child {
  margin-right: 0; }

.entry-links a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.entry-links a:hover {
  background: #666;
  color: #fff; }

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

.gallery-item {
  margin-bottom: 8px;
  padding: 4px; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11111%; }

.pagenation {
  margin-top: 12px;
  text-align: center; }

.pagenation a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.pagenation a:hover {
  opacity: 0.6; }

.pagenation a.next,
.pagenation a.prev {
  font-size: 30px; }

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 0.6; }

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none; }

.page-numbers:last-child {
  margin-right: 0; }

.page-numbers.current {
  background: #78BBE6;
  border: 1px solid #78BBE6;
  color: #fff;
  font-weight: 700; }

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto; }

.widget .rpwwt-widget li {
  margin-bottom: 20px; }

.widget .rpwwt-widget li:last-child {
  margin-bottom: 0; }

.widget .rpwwt-widget li a {
  display: block;
  font-size: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.widget .rpwwt-widget li a:hover {
  opacity: 0.6; }

.widget .rpwwt-widget li a img {
  width: 120px; }

.widget .rpwwt-widget .rpwwt-post-title {
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.57143;
  padding: 0 0 0 10px;
  width: calc(100% - 120px); }

#toc_container {
  background: #fff;
  border: 2px solid #78BBE6;
  margin-top: 64px;
  padding: 20px 30px; }

#toc_container .toc_title {
  border-bottom: 2px solid #78BBE6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 6px;
  text-align: center; }

#toc_container ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#toc_container ul a {
  color: #333;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  position: relative;
  text-decoration: none; }

#toc_container > ul > li {
  counter-increment: toc;
  margin-bottom: 20px;
  margin-top: 0; }

#toc_container > ul > li:last-child {
  margin-bottom: 0; }

#toc_container > ul > li > a {
  padding-left: 36px; }

#toc_container > ul > li > a::before {
  background: #78BBE6;
  border-radius: 50%;
  color: #fff;
  content: counter(toc);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 26px;
  left: 0;
  line-height: 26px;
  margin-top: -2px;
  min-width: 26px;
  position: absolute;
  text-align: center;
  top: 0; }

#toc_container > ul > li > ul {
  margin-top: 6px;
  padding-left: 36px; }

#toc_container > ul > li > ul > li {
  margin-bottom: 2px;
  margin-top: 0; }

#toc_container > ul > li > ul > li:last-child {
  margin-bottom: 0; }

#toc_container > ul > li > ul > li > a {
  font-weight: 400;
  padding-left: 10px; }

#toc_container > ul > li > ul > li > a::before {
  background: #78BBE6;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  min-width: initial;
  position: absolute;
  top: 8px;
  width: 5px; }

.wp-caption {
  max-width: 100%; }

.wp-caption a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.wp-caption a:hover {
  opacity: 0.6; }

.wp-caption-text {
  font-size: 14px;
  margin-top: 4px; }

.entry-related {
  margin-top: 20px; }

.related-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px; }

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

.related-item {
  display: block;
  margin-bottom: 21px;
  margin-right: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(25% - 18px * 3 / 4); }

.related-item:hover {
  opacity: 0.6; }

.related-item:nth-child(4n) {
  margin-right: 0; }

.related-item-img {
  margin-bottom: 10px;
  text-align: center; }
  .related-item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
    height: 100px; }

.related-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.57143; }

.widget_archive select {
  background: transparent url(../img/select-arrow.svg) no-repeat center right 8px/12px 8px; }

.widget {
  margin-bottom: 50px; }

.widget:last-child {
  margin-bottom: 0; }

.widget li {
  font-size: inherit;
  margin-bottom: 8px; }

.widget li a {
  display: inline-block;
  font-size: inherit;
  text-decoration: none; }

.widget li a:hover {
  opacity: 0.6; }

.widget li ul {
  font-size: 0.85em;
  margin-top: 8px; }

.widget-title {
  background: transparent url(../img/headign-line.png) repeat-x bottom center/340px auto;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 16px;
  border-width: 0 0 3px 0;
  border-style: double;
  border-color: #78BBE6; }

.widget_pages li, .widget_archive li,
.widget_categories,
.custom-html-widget li {
  margin-bottom: 8px; }

.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.custom-html-widget li:last-child {
  margin-bottom: 0; }

.widget_pages li a,
.widget_archive li a,
.widget_categories li a,
.custom-html-widget li a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-size: 16px;
  padding: 20px 20px 14px 0;
  position: relative;
  text-decoration: none; }

.widget_media_image:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.custom-html-widget li a:hover {
  opacity: 0.6; }

.widget_pages li a::after,
.widget_archive li a::after,
.widget_categories li a::after,
.custom-html-widget li a::after {
  -webkit-transform: translateY(-50%);
  color: #333;
  content: "\f105";
  font-family: "icon";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget_pages li ul,
.widget_archive li ul,
.widget_categories li ul,
.custom-html-widget li ul {
  font-size: 0.85em;
  margin-top: 8px; }

.wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.wpost-item:hover {
  opacity: 0.6; }

.wpost-item:last-child {
  margin-bottom: 0; }

.m_ranking .wpost-item {
  counter-increment: ranking;
  position: relative; }

.m_ranking .wpost-item::after {
  background: #01b3a7;
  color: #fff;
  content: counter(ranking);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px; }

.wpost-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  height: 100px; }

.wpost-item-body {
  padding: 0 0 0 10px;
  width: calc(100% - 120px); }

.wpost-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.57143; }

#wp-calendar caption {
  margin-bottom: 4px; }

#wp-calendar th,
#wp-calendar td {
  text-align: center; }

#wp-calendar #prev {
  text-align: left; }

#wp-calendar #next {
  text-align: right; }

#wp-calendar a {
  color: #78BBE6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#wp-calendar a:hover {
  opacity: 0.6; }

.widget_categories select {
  background: transparent url(../img/select-arrow.svg) no-repeat center right 8px/12px 8px; }

.gallery-item {
  padding: 0 4px;
  text-align: center; }

.gallery-item a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.gallery-item a:hover {
  opacity: 0.6; }

.gallery-caption {
  font-size: 14px;
  margin-top: 4px; }

.gallery-columns-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gallery-columns-3 .gallery-item {
  width: 33.33333333%; }

.widget_meta abbr {
  text-decoration: none; }

.wprofile-img {
  margin-bottom: 26px;
  text-align: center; }

.wprofile-img img {
  width: 230px; }

.wprofile-content {
  font-size: 16px;
  line-height: 1.71429;
  margin-bottom: 38px;
  padding: 0 18px; }

.wprofile-sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wprofile-sns-item {
  margin-right: 40px; }

.wprofile-sns-item:last-child {
  margin-right: 0; }

.wprofile-sns-item a {
  font-size: 26px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.wprofile-sns-item a:hover {
  opacity: 0.6; }

.wprofile-sns-item.m_twitter a {
  color: #1da1f2; }

.wprofile-sns-item.m_facebook a {
  color: #3b5998; }

.wprofile-sns-item.m_instagram a {
  color: #c13584; }

.post-date {
  color: #666;
  display: block;
  font-size: 16px; }

.widget_rss cite {
  color: #666;
  font-size: 14px; }

.rss-widget-icon {
  margin-top: -4px;
  vertical-align: middle; }

.rsswidget {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle; }

.rsswidget:hover {
  opacity: 0.6; }

.rss-date {
  color: #666;
  font-size: 14px; }

.rssSummary {
  color: #666;
  font-size: 14px; }

.search-form {
  position: relative; }

.screen-reader-text {
  position: absolute;
  top: 0;
  z-index: -1; }

.search-field {
  padding-right: 70px;
  width: 100%;
  height: 40px; }

.tagcloud {
  padding: 4px; }

.tag-cloud-link {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.tag-cloud-link:hover {
  opacity: 0.6; }

.entry-404 {
  padding-bottom: 85px;
  text-align: center; }

.entry-404-head {
  color: #f0cdd0;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px; }

.entry-404-head span::after {
  content: " "; }

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px; }

.entry-404-lead .m_sp {
  display: none; }

.entry-404-content {
  color: #808080; }

.entry-404-btn {
  margin-top: 58px; }

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d; }

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1; }

.by {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-align: center; }

.by a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.by a:hover {
  opacity: 0.6; }

.contact-wrap .horizontal-item + .horizontal-item {
  margin-left: 0; }

.contact-wrap .mwform-radio-field {
  display: block; }

.contact-wrap .required {
  color: #FFF;
  background: #78BBE6;
  border-radius: 8px;
  padding: 5px;
  margin-left: 10px;
  font-size: small; }

.contact-wrap .caution {
  font-weight: normal;
  margin: 10px 0 30px; }

.contact-wrap .block {
  width: 90%;
  margin: 50px 0;
  font-weight: bold; }
  @media (max-width: 850px) {
    .contact-wrap .block {
      width: 98%;
      margin: 20px auto; } }
  .contact-wrap .block p {
    color: #4C4C4C; }
  .contact-wrap .block label {
    padding-bottom: 10px;
    font-size: 16px;
    color: #454C50;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .contact-wrap .block label .required {
      color: #FFF;
      background: #78BBE6;
      border-radius: 8px;
      padding: 5px;
      margin-left: 10px;
      font-size: small; }
  .contact-wrap .block .text-box {
    position: relative;
    display: block;
    max-width: 500px;
    padding: 15px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 16px;
    color: #4C4C4C;
    outline: none;
    font-weight: normal;
    margin-bottom: 1.2rem; }
    @media (max-width: 600px) {
      .contact-wrap .block .text-box {
        width: 90%; } }
  .contact-wrap .block .city-select {
    max-width: 500px;
    padding: 15px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 16px;
    color: #4C4C4C;
    outline: none;
    background-color: #FFF;
    font-weight: normal;
    margin: 1.2rem 0; }
    .contact-wrap .block .city-select option:first-child {
      color: #e2e2e2; }
    @media (max-width: 600px) {
      .contact-wrap .block .city-select {
        width: 90%; } }
  .contact-wrap .block .time-wrap {
    margin: 0 0 20px 10px; }
    @media (max-width: 600px) {
      .contact-wrap .block .time-wrap {
        margin: 0 0 20px 0; } }
    .contact-wrap .block .time-wrap p {
      margin-top: 10px; }
    .contact-wrap .block .time-wrap .time-heading {
      margin-top: 10px; }
    .contact-wrap .block .time-wrap .time-select {
      position: relative;
      max-width: 500px;
      padding: 5px 20px;
      border: 1px solid #aaa;
      border-radius: 5px;
      font-size: 16px;
      color: #4C4C4C;
      outline: none;
      background-color: #FFF;
      font-weight: normal;
      margin-left: 10px; }
      @media (max-width: 600px) {
        .contact-wrap .block .time-wrap .time-select {
          padding: 5px 10px; } }
      .contact-wrap .block .time-wrap .time-select::after {
        color: #333;
        content: "\f054";
        font-family: "Font Awesome 5 Free", sans-serif;
        font-size: 16px;
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .contact-wrap .block .time-wrap .time-select option:first-child {
        color: #e2e2e2; }
  .contact-wrap .block textarea {
    display: block;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    width: 500px;
    height: 240px;
    font-size: 15px;
    outline: none;
    background-color: #FFF;
    color: #4C4C4C;
    font-weight: normal;
    margin: 1.2rem 0; }
    @media (max-width: 600px) {
      .contact-wrap .block textarea {
        width: 90%; } }

@-webkit-keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35; }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0; } }

@keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35; }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0; } }
  .contact-wrap .block .cp_ipcheck {
    margin: 1.2rem 0;
    text-align: left; }
    .contact-wrap .block .cp_ipcheck label {
      display: block;
      vertical-align: middle;
      margin: 10px 0; }
  .contact-wrap .block .cp_ipcheck.option-input02 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    color: #ffffff;
    border: none;
    outline: none;
    background: #E9E9E9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle; }
  .contact-wrap .block .cp_ipcheck.option-input02:hover {
    background: #FCC590; }
  .contact-wrap .block .cp_ipcheck.option-input02:checked {
    background: #F99F48; }
  .contact-wrap .block .cp_ipcheck.option-input02:checked::before {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    text-align: center; }
  .contact-wrap .block .cp_ipcheck.option-input02:checked::after {
    position: relative;
    display: block;
    content: '';
    -webkit-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #da3c41; }
  .contact-wrap .block .cp_ipcheck.option-input02.radio {
    border-radius: 50%; }
  .contact-wrap .block .option-input02.radio::after {
    border-radius: 50%; }
  .contact-wrap .block .option-input02:disabled {
    cursor: not-allowed;
    background: #b8b7b7; }
  .contact-wrap .block .option-input02:disabled::before {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '✖︎';
    text-align: center; }

.contact-wrap .btn-area {
  width: 90%; }
  .contact-wrap .btn-area p {
    margin: 10px 0; }
  .contact-wrap .btn-area input[type="submit"] {
    background: #78BBE6;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px; }
    @media (max-width: 600px) {
      .contact-wrap .btn-area input[type="submit"] {
        font-size: 15px;
        padding: 10px 14px; } }
  .contact-wrap .btn-area input[type="reset"] {
    background: #aaa;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px; }
    @media (max-width: 600px) {
      .contact-wrap .btn-area input[type="reset"] {
        font-size: 15px;
        padding: 10px 14px; } }

.floating {
  bottom: 5rem;
  display: none;
  position: fixed;
  right: 8%;
  z-index: 30; }
  .floating a {
    background: #78BBE6;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px; }
  .floating a:hover {
    opacity: 0.6; }

#service .inner {
  display: block;
  padding: 0; }
  #service .inner .block {
    background-color: #EEE;
    margin: 20px auto;
    cursor: pointer;
    text-decoration: none; }
    @media (max-width: 600px) {
      #service .inner .block {
        width: 100%;
        height: 100%; } }
    #service .inner .block h2 {
      font-size: 1.5em;
      color: #FFF;
      background: #78BBE6;
      padding: 20px 10px;
      text-align: left;
      font-weight: bold;
      margin: 10px 0; }
      @media (max-width: 850px) {
        #service .inner .block h2 {
          font-size: 16px; } }
    #service .inner .block .service-content {
      padding-bottom: 20px;
      margin: 0 auto; }
      #service .inner .block .service-content .service-txt {
        position: relative;
        z-index: 1;
        padding: 30px 10px; }
        @media (max-width: 600px) {
          #service .inner .block .service-content .service-txt {
            background-position: bottom 10% right 20%; } }
        #service .inner .block .service-content .service-txt:hover::after {
          opacity: .4;
          background-color: #ffe3e7;
          z-index: 3; }
        #service .inner .block .service-content .service-txt::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(255, 255, 255, 0.6);
          z-index: -1; }
          #service .inner .block .service-content .service-txt::after:hover::after {
            opacity: .5;
            background-color: #78BBE6;
            z-index: 3; }
        #service .inner .block .service-content .service-txt h3 {
          color: #78BBE6;
          font-size: 1.7em;
          font-weight: normal; }
          @media (max-width: 850px) {
            #service .inner .block .service-content .service-txt h3 {
              font-size: 22px; } }
        #service .inner .block .service-content .service-txt p {
          color: #000;
          font-size: 16px;
          line-height: 2;
          margin: 0; }
          #service .inner .block .service-content .service-txt p::first-letter {
            font-size: 3em;
            float: left;
            margin: 0 .2em 0 0;
            padding: .1em 0;
            line-height: 1; }
          #service .inner .block .service-content .service-txt p span {
            display: block;
            width: 130px;
            color: #78BBE6;
            margin: 20px 0;
            background: #FFF;
            padding: 10px 20px; }

#customer-voice .inner {
  padding: 0; }
  #customer-voice .inner h2 {
    font-size: 1.5em;
    color: #FFF;
    background: #78BBE6;
    padding: 20px 10px;
    text-align: left;
    font-weight: bold;
    margin: 10px 0; }
    @media (max-width: 850px) {
      #customer-voice .inner h2 {
        font-size: 16px; } }
  @media (max-width: 600px) {
    #customer-voice .inner .entries .entry-item {
      display: block; } }
  #customer-voice .inner .entries .entry-item .entry-item-img {
    position: relative; }
    @media (max-width: 600px) {
      #customer-voice .inner .entries .entry-item .entry-item-img {
        display: block;
        width: 100%; } }
    #customer-voice .inner .entries .entry-item .entry-item-img img {
      width: 100%;
      height: 150px;
      -o-object-fit: cover;
      object-fit: cover; }
    #customer-voice .inner .entries .entry-item .entry-item-img .customer-cat {
      position: absolute;
      display: inline-block;
      text-align: left;
      overflow: hidden;
      padding: 2px 5px;
      font-size: x-small;
      color: #FFF;
      margin: 0; }
      #customer-voice .inner .entries .entry-item .entry-item-img .customer-cat:not(:first-child) {
        margin-top: 20px; }
  @media (max-width: 600px) {
    #customer-voice .inner .entries .entry-item .entry-item-body {
      display: block;
      width: 100%;
      padding-left: 0; } }
  #customer-voice .inner .entries .entry-item .entry-item-body .entry-item-meta .entry-item-title {
    font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
    padding-bottom: 5px;
    margin: 0 0 10px;
    color: #78BBE6; }
    @media (max-width: 600px) {
      #customer-voice .inner .entries .entry-item .entry-item-body .entry-item-meta .entry-item-title {
        margin: 10px 0; } }
  #customer-voice .inner .entries .entry-item .entry-item-body .entry-item-meta .entry-item-excerpt {
    color: #454545;
    font-size: 14px;
    line-height: 1.71429; }
    @media (max-width: 600px) {
      #customer-voice .inner .entries .entry-item .entry-item-body .entry-item-meta .entry-item-excerpt {
        display: block;
        line-height: 1; } }
    #customer-voice .inner .entries .entry-item .entry-item-body .entry-item-meta .entry-item-excerpt p {
      margin: 0; }

.que {
  margin-bottom: 10px;
  background-color: #F5F5F5; }
  .que i {
    color: #F99F48;
    margin-right: 5px; }

.ans {
  margin-bottom: 20px; }

.voice-head {
  text-align: center; }
  .voice-head .ribbon9 {
    margin: 3rem 0 2rem 0;
    display: inline-block;
    position: relative;
    height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .voice-head .ribbon9 {
        margin: 10px 0 50px; } }
    .voice-head .ribbon9::before {
      /*左側のリボン端*/
      content: '';
      position: absolute;
      width: 10px;
      bottom: -35px;
      left: -45px;
      border: 30px solid #a5defa;
      border-left-color: transparent;
      /*山形に切り抜き*/ }
      @media (max-width: 600px) {
        .voice-head .ribbon9::before {
          width: 5px;
          bottom: -25px; } }
    .voice-head .ribbon9::after {
      /*右側のリボン端*/
      content: '';
      position: absolute;
      width: 10px;
      bottom: -35px;
      right: -45px;
      border: 30px solid #a5defa;
      border-right-color: transparent;
      /*山形に切り抜き*/ }
      @media (max-width: 600px) {
        .voice-head .ribbon9::after {
          width: 5px;
          bottom: -25px; } }
    .voice-head .ribbon9 p {
      display: inline-block;
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 15px 20px;
      line-height: 45px;
      font-size: 3rem;
      color: #FFF;
      background: #78BBE6;
      /*真ん中の背景色*/ }
      @media (max-width: 600px) {
        .voice-head .ribbon9 p {
          padding: 10px 15px;
          font-size: 24px; } }
      .voice-head .ribbon9 p::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        z-index: 1;
        border: none;
        border-bottom: solid 10px transparent;
        border-right: solid 15px #00496E;
        /*左の折り返し部分*/ }
      .voice-head .ribbon9 p::after {
        position: absolute;
        content: '';
        top: 100%;
        right: 0;
        z-index: 1;
        border: none;
        border-bottom: solid 10px transparent;
        border-left: solid 15px #00496E;
        /*右の折り返し部分*/ }

.voice-contents {
  width: 100%; }
  .voice-contents .customer .flex {
    display: block;
    border: 2px double #78BBE6;
    padding: 0 20px;
    margin: 50px auto; }
    .voice-contents .customer .flex .voice-img {
      width: 100%;
      text-align: center; }
      .voice-contents .customer .flex .voice-img .thumbnail {
        position: relative;
        display: block; }
        .voice-contents .customer .flex .voice-img .thumbnail::after {
          position: absolute;
          top: 50%;
          left: 50%;
          content: url("../img/yt_icon.png");
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
          @media (max-width: 600px) {
            .voice-contents .customer .flex .voice-img .thumbnail::after {
              content: url("../img/yt_icon_sp.png"); } }
      .voice-contents .customer .flex .voice-img .voice-img-info .caution {
        font-size: 14px;
        color: #606060; }
    .voice-contents .customer .flex .voice-text {
      width: 100%; }
      .voice-contents .customer .flex .voice-text .que {
        margin-bottom: 10px;
        background-color: #F5F5F5; }
      .voice-contents .customer .flex .voice-text .ans p {
        margin: 0 0 20px; }

.voice-garally {
  height: 100%; }
  .voice-garally .flex {
    display: block; }
    .voice-garally .flex .item {
      padding: 0 20px;
      background: #FFF;
      width: 100%;
      margin-bottom: 50px;
      border: 2px solid #78BBE6;
      -webkit-transition: -webkit-box-shadow 1.5s ease-out, -webkit-transform 1.5s ease-out;
      transition: -webkit-box-shadow 1.5s ease-out, -webkit-transform 1.5s ease-out;
      -o-transition: box-shadow 1.5s ease-out, transform 1.5s ease-out;
      transition: box-shadow 1.5s ease-out, transform 1.5s ease-out;
      transition: box-shadow 1.5s ease-out, transform 1.5s ease-out, -webkit-box-shadow 1.5s ease-out, -webkit-transform 1.5s ease-out;
      -webkit-box-shadow: 0 15px 10px 5px rgba(61, 182, 128, 0);
      box-shadow: 0 15px 10px 5px rgba(61, 182, 128, 0); }
      .voice-garally .flex .item:hover {
        -webkit-box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px); }
      .voice-garally .flex .item h3 {
        font-size: 1.5rem;
        margin: 20px 10px;
        text-align: center; }
      .voice-garally .flex .item .voice-img {
        position: relative;
        margin-bottom: 2rem;
        text-align: center; }
        .voice-garally .flex .item .voice-img .thumbnail {
          position: relative;
          display: block; }
          .voice-garally .flex .item .voice-img .thumbnail::after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: url("../img/yt_icon.png");
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); }
            @media (max-width: 600px) {
              .voice-garally .flex .item .voice-img .thumbnail::after {
                content: url("../img/yt_icon_sp.png"); } }
      .voice-garally .flex .item .voice-text .caution {
        text-align: center;
        font-size: x-small;
        color: gray; }
      .voice-garally .flex .item .voice-text .voice-name {
        text-align: center;
        padding-bottom: 1rem; }
      .voice-garally .flex .item .voice-text .grad-wrap {
        position: relative; }
        .voice-garally .flex .item .voice-text .grad-wrap .grad-trigger {
          /*ボタンのスタイルはご自由にどうぞ*/
          display: block;
          position: absolute;
          z-index: 1;
          top: -60px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          font-weight: bold;
          cursor: pointer;
          text-align: center;
          font-size: 1rem;
          width: 18.75rem;
          margin: 10px auto;
          color: white; }
          .voice-garally .flex .item .voice-text .grad-wrap .grad-trigger::after {
            content: "\30AF\30EA\30C3\30AF\3057\3066\611F\60F3\3092\8AAD\3080";
            /*クリック前のボタンのラベル*/
            background-color: #78BBE6;
            padding: 1rem 2rem;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px; }
          .voice-garally .flex .item .voice-text .grad-wrap .grad-trigger .fa {
            margin-right: .5em; }
        .voice-garally .flex .item .voice-text .grad-wrap .grad-item {
          position: relative;
          overflow: hidden;
          margin: 60px 10px 20px;
          height: 100%; }
          .voice-garally .flex .item .voice-text .grad-wrap .grad-item::before {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            /*グラデーションで隠す高さ*/
            background: white; }
          .voice-garally .flex .item .voice-text .grad-wrap .grad-item .ans p {
            margin: 0 0 20px; }
        .voice-garally .flex .item .voice-text .grad-wrap .is-show::after {
          content: "閉じる"; }
        .voice-garally .flex .item .voice-text .grad-wrap .is-show + .grad-item::before {
          display: none; }
        .voice-garally .flex .item .voice-text .grad-wrap .is-hide {
          height: 10px;
          /*隠した後の高さ*/ }

#pickup {
  background: #f4f4f4; }

#pickup > .inner {
  padding-bottom: 20px;
  padding-top: 40px; }

.pickup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pickup-item {
  display: block;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(33.33333333% - 40px * 2 / 3); }

.pickup-item:hover {
  opacity: 0.6; }

.pickup-item:last-child {
  margin-right: 0; }

.pickup-item-img {
  position: relative;
  text-align: center; }

.pickup-item-body {
  padding: 20px 0; }

.pickup-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4; }

.pickup-item-tag {
  background: #78BBE6;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  padding: 6px 14px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0; }

@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px; }
  .archive-head {
    margin-bottom: 40px;
    padding-top: 26px; }
  .archive-head.m_description {
    margin-bottom: 92px; }
  .archive-lead {
    margin-bottom: 8px; }
  .archive-title {
    font-size: 20px;
    margin-bottom: 20px; }
  .inner {
    padding-left: 16px;
    padding-right: 16px; }
  #content > .inner {
    display: block;
    padding-top: 40px; }
  #primary {
    margin-bottom: 70px;
    width: 100%; }
  .m_one #primary {
    margin-bottom: 70px; }
  #secondary {
    width: 100%; }
  .m_one #secondary {
    display: block; }
  .breadcrumb {
    margin-bottom: 14px; }
  .drawer {
    display: block; }
  .entries {
    display: block; }
  .entry-item {
    margin-bottom: 27px;
    margin-right: 0;
    width: 100%; }
  .entry-item:last-child {
    margin-bottom: 0; }
  .entries.m_horizontal {
    margin-bottom: 40px; }
  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px; }
  .entries.m_horizontal .entry-item .entry-item-img {
    width: 45.06173%; }
  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 12px;
    width: 54.93827%; }
  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 10px; }
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px; }
  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 16px;
    margin-bottom: 0; }
  .entries.m_horizontal {
    margin-bottom: 40px; }
  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px; }
  .entries.m_block .entry-item .entry-item-published {
    font-size: 16px; }
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 16px; }
  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px; }
  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 16px; }
  .entry {
    padding: 10px; }
  .entry-label a {
    font-size: 11px;
    padding: 4px 14px; }
  .entry-title {
    font-size: 24px;
    line-height: 1.41667; }
  .entry-published,
  .entry-updated {
    font-size: 11px; }
  .entry-updated {
    margin-left: 18px; }
  .entry-tag-items {
    padding-top: 24px; }
  .entry-tag-head {
    padding: 6px 15px 0; }
  .entry-tag-item a {
    padding: 4px 16px 3px; }
  .entry-body {
    padding-bottom: 24px; }
  .entry-body h2 {
    font-size: 20px;
    margin-top: 20px;
    padding: 27px 17px; }
  .entry-body h3 {
    font-size: 20px; }
  #toc_container {
    padding: 20px 20px; }
  #toc_container .toc_title {
    margin-bottom: 18px; }
  #toc_container > ul > li {
    margin-bottom: 30px; }
  #toc_container > ul > li > ul {
    margin-top: 12px; }
  .related-item {
    margin-right: 30px;
    width: calc(50% - 30px * 1 / 2); }
  .related-item:nth-child(2n) {
    margin-right: 0; }
  .widget {
    margin-bottom: 57px; }
  .entry-404 {
    padding-bottom: 0;
    padding-top: 18px; }
  .entry-404-head {
    font-size: 40px;
    margin-bottom: 36px; }
  .entry-404-head span {
    display: block; }
  .entry-404-head span::after {
    display: none; }
  .entry-404-lead {
    font-size: 20px;
    margin-bottom: 34px; }
  .entry-404-lead .m_sp {
    display: block; }
  .entry-404-content {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px; }
  .entry-404-btn {
    margin-top: 62px; }
  .floating {
    bottom: 92px;
    right: 16px; }
  #pickup > .inner {
    padding-bottom: 40px;
    padding-top: 40px; }
  .pickup-items {
    display: block; }
  .pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%; }
  .pickup-item:last-child {
    margin-bottom: 0; }
  .pickup-item-img {
    width: 42.40688%; }
  .pickup-item-body {
    padding-bottom: 0;
    padding-top: 0;
    width: 57.59312%; }
  .pickup-item-title {
    font-size: 16px;
    padding-left: 15px; } }

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

#CTA .inner {
  background: #FFF;
  padding: 30px 0 !important; }
  @media (max-width: 600px) {
    #CTA .inner {
      display: none; } }
  #CTA .inner .CTA-text {
    width: 100%;
    margin: 0 auto 5rem;
    text-align: center; }
    #CTA .inner .CTA-text .CTA-head {
      text-align: center;
      padding: 3rem 0 1rem 0;
      font-size: 3vw;
      font-weight: bold; }
    #CTA .inner .CTA-text h2 {
      font-size: 3.2vw;
      color: #78BBE6;
      margin: 0; }
    #CTA .inner .CTA-text .flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      margin: 2rem 0;
      line-height: 0; }
      #CTA .inner .CTA-text .flex .normal {
        color: black;
        font-size: 1.2vw;
        font-weight: bold;
        padding-right: 1rem;
        padding-bottom: 0; }
        #CTA .inner .CTA-text .flex .normal p {
          margin-bottom: 0;
          line-height: 1.5; }
      #CTA .inner .CTA-text .flex .right {
        padding-top: 1.2rem; }
      #CTA .inner .CTA-text .flex .down p {
        font-size: 1.2vw;
        font-weight: bold;
        padding-left: 1rem;
        margin-bottom: 0;
        line-height: 1.5; }
        #CTA .inner .CTA-text .flex .down p .red {
          color: red;
          font-size: 5.2vw;
          padding-bottom: 0; }
    #CTA .inner .CTA-text .dead-line {
      text-align: center;
      font-size: 3vw; }
      #CTA .inner .CTA-text .dead-line p {
        color: black; }
      #CTA .inner .CTA-text .dead-line .doble-line2 {
        text-decoration: line-through; }
      #CTA .inner .CTA-text .dead-line .red {
        color: red;
        font-size: 4vw;
        font-weight: bold; }
      #CTA .inner .CTA-text .dead-line .dead {
        color: black;
        font-size: 1.5rem; }
      #CTA .inner .CTA-text .dead-line .remaining {
        font-size: 3vw;
        font-weight: bold; }
    #CTA .inner .CTA-text .doble-line {
      text-decoration: line-through;
      font-size: 4vw; }
    #CTA .inner .CTA-text .right {
      font-size: 3rem; }

.line-flow .inner .head {
  text-align: center;
  margin: 30px 0; }
  .line-flow .inner .head h2 {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 1em; }
    .line-flow .inner .head h2:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 60px;
      height: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: black;
      border-radius: 2px; }

.line-flow .inner .flex {
  position: relative;
  width: 80%;
  margin: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px lightgray;
  box-shadow: 0 0 10px lightgray;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 600px) {
    .line-flow .inner .flex {
      padding: 10px;
      width: 100%; } }
  .line-flow .inner .flex .text {
    width: 55%; }
    @media (max-width: 600px) {
      .line-flow .inner .flex .text {
        width: 100%; } }
    .line-flow .inner .flex .text h3 {
      text-align: left;
      font-size: 24px;
      margin-bottom: 20px; }
      .line-flow .inner .flex .text h3 span {
        background: #00C300;
        margin-right: 10px;
        color: #FFF; }
    .line-flow .inner .flex .text p {
      line-height: 2;
      font-size: 18px; }
      @media (max-width: 600px) {
        .line-flow .inner .flex .text p {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 20px; } }
  .line-flow .inner .flex .img {
    width: 40%; }
    .line-flow .inner .flex .img img {
      width: 18rem; }
    .line-flow .inner .flex .img .LINE-id {
      padding-top: 1rem; }
      .line-flow .inner .flex .img .LINE-id span {
        color: #FFF;
        font-weight: bold;
        background-color: #00C300;
        text-align: center;
        padding: .5rem .3rem; }
    @media (max-width: 600px) {
      .line-flow .inner .flex .img {
        width: 100%; } }

.line-flow .inner .under-arrow {
  margin: 0 auto;
  width: 100%;
  text-align: center; }

.LINE-contents {
  width: 100%; }
  .LINE-contents .LINE-wrap {
    width: 90%;
    margin: 0 auto; }
    .LINE-contents .LINE-wrap .LINE-title {
      margin: 0 auto;
      color: #00C300;
      font-weight: bold;
      font-size: 2vw; }
    .LINE-contents .LINE-wrap .flex {
      position: relative;
      width: 80%;
      margin: auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 30px;
      -webkit-box-shadow: 0 0 10px lightgray;
      box-shadow: 0 0 10px lightgray;
      border: solid 1px black;
      background: #00C300; }
      .LINE-contents .LINE-wrap .flex .text {
        width: 55%; }
      .LINE-contents .LINE-wrap .flex .img {
        width: 40%; }
        .LINE-contents .LINE-wrap .flex .img img {
          width: 12rem; }
        .LINE-contents .LINE-wrap .flex .img .LINE-id {
          padding-top: 1rem; }
          .LINE-contents .LINE-wrap .flex .img .LINE-id span {
            color: black;
            background-color: white;
            text-align: center;
            padding: .5rem .3rem; }
      .LINE-contents .LINE-wrap .flex .LINE-talk {
        width: 48%;
        border: solid 1px black;
        background: #00C300;
        padding: 2rem;
        margin-bottom: 2rem; }
        .LINE-contents .LINE-wrap .flex .LINE-talk img {
          width: 15rem;
          -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }

.CTA-contents-res {
  background: #78BBE6;
  display: none; }
  @media (max-width: 600px) {
    .CTA-contents-res {
      display: block; } }
  .CTA-contents-res .response-res-wrap {
    padding: 20px 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold; }
    .CTA-contents-res .response-res-wrap .response-res-text .response-head-res {
      font-size: 20px;
      padding-bottom: 2rem;
      color: #FFF; }
      @media (max-width: 320px) {
        .CTA-contents-res .response-res-wrap .response-res-text .response-head-res {
          font-size: 1.1rem; } }
    .CTA-contents-res .response-res-wrap .response-res-text .price-wrap {
      background: #FFF;
      margin-bottom: 20px;
      padding: 20px 0; }
      .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-top: 2rem; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-normal-res {
          font-size: 1rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-normal-res .doble-line-res {
            text-decoration: line-through;
            font-size: 1.5rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-normal-res .tuujyou-res {
            font-size: 10px; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .right {
          margin: 10px 0; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .right i {
            font-size: 26px;
            color: #000; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-down-res {
          font-size: 2rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-down-res .red2 {
            color: red;
            font-size: 3.5rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-down-res .tuujyou-res {
            font-size: 1rem; }
      .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .dead-line-res {
        font-size: 1.2rem; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .dead-line-res .dead-res {
          color: black;
          font-size: 1rem; }

.contact-wrap-res {
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  .contact-wrap-res .tel {
    color: #FFF; }
    .contact-wrap-res .tel .tel-number-res a {
      width: 100%;
      color: #FFF;
      margin: 1rem auto;
      font-size: 7vw;
      font-weight: bold;
      line-height: 0.8;
      padding: .5rem 1rem;
      line-height: 1;
      margin: .3rem 0 0;
      display: inline-block;
      text-decoration: none;
      border-radius: 4px;
      background-image: -webkit-linear-gradient(45deg, #ff8548 0%, #fca276 100%);
      background-image: -o-linear-gradient(45deg, #ff8548 0%, #fca276 100%);
      background-image: linear-gradient(45deg, #ff8548 0%, #fca276 100%);
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
      border-bottom: solid 3px rgba(0, 0, 0, 0.25); }
      .contact-wrap-res .tel .tel-number-res a p {
        color: #FFF;
        font-size: 14px;
        margin-bottom: 0; }
      .contact-wrap-res .tel .tel-number-res a span {
        font-size: 14px; }
      .contact-wrap-res .tel .tel-number-res a i {
        font-size: 20px; }
    .contact-wrap-res .tel .tel-coution {
      font-size: x-small;
      margin-bottom: 20px; }
  .contact-wrap-res .mail {
    position: relative;
    text-align: left;
    background: rgba(70, 70, 70, 0.5);
    margin-bottom: 20px; }
    .contact-wrap-res .mail .wrap {
      padding: 20px 10px; }
      .contact-wrap-res .mail .wrap .mail-head {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px; }
      .contact-wrap-res .mail .wrap .contact-caution p {
        color: #FFF;
        font-size: small; }
      .contact-wrap-res .mail .wrap .required {
        color: #FFF;
        border-radius: 8px;
        padding: 5px;
        margin-left: 10px;
        font-size: small; }
      .contact-wrap-res .mail .wrap .caution {
        width: 90%;
        font-weight: normal;
        margin: 10px 0 30px; }
      .contact-wrap-res .mail .wrap .block {
        margin: 30px auto; }
        .contact-wrap-res .mail .wrap .block p {
          color: #FFF; }
        .contact-wrap-res .mail .wrap .block label {
          font-size: 20px;
          color: #FFF;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          .contact-wrap-res .mail .wrap .block label .required {
            display: inline-block;
            vertical-align: middle;
            color: #FFF;
            background: #F99F48;
            border-radius: 8px;
            padding: 5px;
            margin-left: 10px;
            width: 50px;
            font-size: 16px;
            text-align: center; }
        .contact-wrap-res .mail .wrap .block .text-box {
          position: relative;
          display: block;
          width: 100%;
          padding: 10px 15px;
          border: 1px solid #aaa;
          border-radius: 5px;
          color: #4C4C4C;
          outline: none;
          font-weight: normal;
          margin: 1.2rem 0; }
        .contact-wrap-res .mail .wrap .block textarea {
          display: block;
          border: solid 1px #aaa;
          border-radius: 5px;
          padding: 10px;
          height: 260px;
          outline: none;
          background-color: #FFF;
          color: #4C4C4C;
          font-weight: normal;
          margin: 1.2rem 0; }
    .contact-wrap-res .mail .btn-area p {
      color: #FFF;
      font-weight: bold;
      margin: 10px 0; }
    .contact-wrap-res .mail .btn-area input[type="submit"] {
      background: #F99F48;
      border: none;
      color: white;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 14px;
      margin-bottom: 10px; }

.contact-caution-res p {
  font-size: small; }

.line-flow-res .inner {
  display: none; }
  @media (max-width: 600px) {
    .line-flow-res .inner {
      display: block !important; } }
  .line-flow-res .inner .head h2 {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px; }
  .line-flow-res .inner .flex {
    background-color: #FFF;
    position: relative;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 10px lightgray;
    box-shadow: 0 0 10px lightgray;
    padding: 10px;
    width: 95%; }
    .line-flow-res .inner .flex .text {
      width: 55%; }
      @media (max-width: 600px) {
        .line-flow-res .inner .flex .text {
          width: 100%; } }
      .line-flow-res .inner .flex .text h3 {
        text-align: left;
        color: #00C300; }
        .line-flow-res .inner .flex .text h3 span {
          color: #FFF;
          background-color: #00C300;
          margin-right: 5px; }
      .line-flow-res .inner .flex .text p {
        text-align: left;
        line-height: 2;
        font-size: 20px; }
        @media (max-width: 600px) {
          .line-flow-res .inner .flex .text p {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 20px; } }
    .line-flow-res .inner .flex .img {
      width: 40%; }
      @media (max-width: 600px) {
        .line-flow-res .inner .flex .img {
          width: 100%; } }
  .line-flow-res .inner .under-arrow {
    margin: 0 auto;
    width: 100%;
    text-align: center; }

.LINE-res {
  background-color: #00C300;
  padding: 1rem 0; }
  .LINE-res .LINE-text-res p {
    font-size: 1.2rem;
    color: yellow;
    padding-top: 1rem; }
  .LINE-res .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 1rem;
    margin: 0 auto; }
    .LINE-res .inner-flex .LINE-img-res {
      width: 30%; }
      .LINE-res .inner-flex .LINE-img-res img {
        width: 100%; }
    .LINE-res .inner-flex .LINE-cord-res {
      width: 65%; }
      .LINE-res .inner-flex .LINE-cord-res p {
        text-align: center;
        font-size: 0.8rem;
        margin-bottom: 0 !important;
        color: #000; }
      .LINE-res .inner-flex .LINE-cord-res img {
        width: 80%; }
  .LINE-res .LINE-flow-res .button-content .Button {
    margin: 1rem 0; }
    .LINE-res .LINE-flow-res .button-content .Button .btn-line {
      color: #fff;
      /*文字・アイコン色*/
      border-radius: 7px;
      /*角丸に*/
      display: inline-block;
      height: 54px;
      /*高さ*/
      width: 90%;
      /*幅*/
      text-align: center;
      /*中身を中央寄せ*/
      font-size: 16px;
      /*文字のサイズ*/
      line-height: 50px;
      /*高さと合わせる*/
      background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      background-image: -o-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      overflow: hidden;
      /*はみ出た部分を隠す*/
      text-decoration: none;
      /*下線は消す*/
      border-bottom: solid 3px #c58668; }
      @media (max-width: 320px) {
        .LINE-res .LINE-flow-res .button-content .Button .btn-line {
          font-size: 14px;
          height: 40px;
          /*高さ*/
          line-height: 35px; } }
      .LINE-res .LINE-flow-res .button-content .Button .btn-line img {
        display: inline-block;
        width: 20px;
        padding-right: 1rem;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .LINE-res .LINE-flow-res .button-content .Button .btn-line img {
            padding-right: .15rem; } }
        @media (max-width: 320px) {
          .LINE-res .LINE-flow-res .button-content .Button .btn-line img {
            width: 18px; } }
      .LINE-res .LINE-flow-res .button-content .Button .btn-line span {
        display: inline-block;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        vertical-align: middle; }
  .LINE-res .LINE-flow-res .flow-res p {
    color: #FFF; }
