@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; } }

.contact-article > .inner {
  width: calc(100% - 15%) !important;
  margin: auto !important;
  background: #78BBE6; }
  @media (max-width: 850px) {
    .contact-article > .inner {
      margin-left: 0;
      width: 100%; } }

.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .contact-inner {
      display: block;
      background: #78BBE6; } }

.contact-contents {
  margin: auto !important; }

.header-bar {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0; }
  .header-bar .header-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-bar .header-bar-inner .title p {
      margin-bottom: 0; }
    .header-bar .header-bar-inner .header-bar-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-bar .header-bar-inner .header-bar-contact .nav-tel {
        margin-right: 20px;
        display: inline-block; }

/* ========================================================
  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: 600px) {
    .header-nav {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 0 10px;
      background-image: none;
      background-color: rgba(70, 70, 70, 0.5);
      width: 100%; } }
  .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: 600px) {
    .pc-nav {
      display: none; } }
  .pc-nav ul {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 850px) {
      .pc-nav ul {
        display: none; } }
    .pc-nav ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 60px; }
      .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; }
        .pc-nav ul li a:hover {
          background: #78BBE6;
          color: #FFF; }

.pc-nav li:last-child {
  margin-right: 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: 600px) {
    .is-fixed {
      background-color: rgba(70, 70, 70, 0.5); } }

.logo a {
  text-decoration: none; }

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

.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 p {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 600px) {
      .logo .title p {
        text-align: left;
        font-size: x-small;
        color: #FFF; } }
    .logo .title p span {
      font-size: small; }
      @media (max-width: 600px) {
        .logo .title p span {
          font-size: 16px; } }

.Button1 {
  display: none; }
  @media (max-width: 600px) {
    .Button1 {
      display: block; } }
  .Button1 .btn-gradient-3d-simple {
    display: inline-block;
    text-align: center;
    padding: .2em .3em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6795fd), to(#67ceff));
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: -o-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    line-height: 1 !important; }
    .Button1 .btn-gradient-3d-simple i {
      font-size: small; }
    .Button1 .btn-gradient-3d-simple p {
      font-size: x-small;
      margin-bottom: .1rem;
      line-height: 1;
      color: #FFF;
      font-weight: bold; }
    .Button1 .btn-gradient-3d-simple:active {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px);
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      border-bottom: none; }

.Button2 {
  display: none; }
  @media (max-width: 600px) {
    .Button2 {
      display: block; } }
  .Button2 .btn-gradient-3d-orange {
    display: inline-block;
    padding: 0.5em .3em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    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%);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668; }
    .Button2 .btn-gradient-3d-orange .Button-tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .Button2 .btn-gradient-3d-orange .Button-tel p {
        font-size: x-small;
        line-height: 1.3;
        color: #FFF;
        font-weight: bold; }
      .Button2 .btn-gradient-3d-orange .Button-tel i {
        font-size: small;
        margin-right: .1em; }
    .Button2 .btn-gradient-3d-orange:active {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px);
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      border-bottom: none; }

/* ========================================================
   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; }

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

.drawer-content {
  background: rgba(51, 51, 51, 0.9);
  height: 65vh;
  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 a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 12px 24px 0;
  text-decoration: none; }

main {
  width: 65.45455%;
  margin: auto; }
  @media (max-width: 850px) {
    main {
      width: 95%;
      margin: 0 auto; } }
  main .contact-body {
    padding: 50px 40px;
    background: #FFF;
    float: left; }
    @media (max-width: 850px) {
      main .contact-body {
        float: none;
        margin-bottom: 70px;
        padding: 20px 5px;
        background: #78BBE6; } }

#secondary {
  margin: auto;
  width: 30.90909%; }
  @media (max-width: 850px) {
    #secondary {
      width: 95%;
      margin: 20px auto; } }
  #secondary .inner > div {
    margin-bottom: 50px;
    padding: 20px 10px;
    background: #F7F7F7; }
    @media (max-width: 850px) {
      #secondary .inner > div {
        margin-bottom: 20px;
        padding: 10px 5px;
        background: #FFF; } }
  #secondary .inner {
    padding: 50px 20px; }
    @media (max-width: 850px) {
      #secondary .inner {
        padding: 0; } }
    #secondary .inner .wprofile .wprofile-img {
      text-align: center; }
      #secondary .inner .wprofile .wprofile-img img {
        text-align: center;
        border-radius: 50%; }
    #secondary .inner .wprofile .wprofile-content {
      padding-bottom: 30px; }
    #secondary .inner .wprofile .profile-link {
      text-align: right;
      color: #78BBE6; }
      #secondary .inner .wprofile .profile-link a:hover {
        color: #78BBE6;
        opacity: .4; }
      #secondary .inner .wprofile .profile-link .fa-chevron-right {
        margin-left: 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; }
    #secondary .inner .widget_popular {
      margin-bottom: 50px; }
    #secondary .inner .widget_recent {
      margin-bottom: 50px; }
    #secondary .inner .widget_archive {
      margin-bottom: 50px; }
  #secondary .widget-title {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #secondary .widget-title::after {
    width: 20%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    border-bottom: 3px solid #78BBE6; }
  #secondary .wpost-items .wpost-item {
    display: block;
    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; }
  #secondary .wpost-items .wpost-item:hover {
    opacity: 0.6; }
  #secondary .wpost-items .wpost-item:last-child {
    margin-bottom: 0; }
  #secondary .wpost-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;
    text-decoration: none;
    color: #4C4C4C;
    text-align: center;
    padding-bottom: 40px; }

#page_template_header {
  width: 100%;
  height: 100%; }
  @media (max-width: 600px) {
    #page_template_header {
      margin-bottom: 0; } }

@media (max-width: 850px) {
  .contact-head .inner {
    padding: 0; } }

.contact-head .inner .main_img {
  position: relative; }
  .contact-head .inner .main_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px; }
    @media (max-width: 600px) {
      .contact-head .inner .main_img img {
        height: 100px; } }
  .contact-head .inner .main_img::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 200px;
    top: 0;
    left: 0;
    background: rgba(70, 70, 70, 0.2);
    z-index: 0; }
    @media (max-width: 600px) {
      .contact-head .inner .main_img::after {
        height: 100px; } }
  .contact-head .inner .main_img .page_title {
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #78BBE6; }
    @media (max-width: 600px) {
      .contact-head .inner .main_img .page_title {
        left: 0; } }
    .contact-head .inner .main_img .page_title h1 {
      font-size: 24px;
      font-weight: normal;
      color: #FFF; }
      @media (max-width: 600px) {
        .contact-head .inner .main_img .page_title h1 {
          font-size: 1rem; } }

.content-title {
  text-align: center;
  padding: 50px 0 20px 0; }
  @media (max-width: 600px) {
    .content-title {
      padding: 20px 0; } }

.mail {
  position: relative;
  text-align: left;
  margin: 50px auto; }
  @media (max-width: 600px) {
    .mail {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; } }
  .mail .mail-wrap {
    width: 90%;
    margin: auto;
    background: #78BBE6;
    padding: 80px 0; }
    @media (max-width: 850px) {
      .mail .mail-wrap {
        width: 100%;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        background: rgba(70, 70, 70, 0.5);
        padding: 20px 10px; } }
    .mail .mail-wrap .mail-head {
      text-align: center;
      color: #FFF;
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 600px) {
        .mail .mail-wrap .mail-head {
          font-size: 24px; } }
  .mail .required {
    color: #FFF;
    border-radius: 8px;
    padding: 5px;
    margin-left: 10px;
    font-size: small; }
  .mail .caution {
    font-weight: normal;
    margin: 10px 0 30px; }
  .mail .block {
    width: 90%;
    margin: 50px auto;
    font-weight: bold;
    color: #FFF; }
    @media (max-width: 850px) {
      .mail .block {
        width: 98%;
        margin: 20px auto; } }
    @media (max-width: 600px) {
      .mail .block {
        width: 100%;
        margin: 20px 0; } }
    .mail .block p {
      color: #FFF; }
    .mail .block label {
      font-size: 20px;
      color: #FFF;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media (max-width: 600px) {
        .mail .block label {
          text-align: left;
          font-size: 1rem; } }
      .mail .block label .required {
        display: inline-block;
        vertical-align: middle;
        color: #FFF;
        background: red;
        border-radius: 8px;
        padding: 5px;
        margin-left: 10px;
        width: 50px;
        font-size: 16px;
        text-align: center; }
    .mail .block .text-box {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 15px;
      border: 1px solid #aaa;
      border-radius: 5px;
      font-size: 20px;
      color: #4C4C4C;
      outline: none;
      font-weight: normal;
      margin: 1.2rem 0; }
      @media (max-width: 600px) {
        .mail .block .text-box {
          width: 90%; } }
    .mail .block #name {
      width: 350px; }
      @media (max-width: 600px) {
        .mail .block #name {
          width: 100%; } }
    .mail .block #email {
      width: 650px; }
      @media (max-width: 600px) {
        .mail .block #email {
          width: 100%; } }
    .mail .block #tel {
      width: 400px; }
      @media (max-width: 600px) {
        .mail .block #tel {
          width: 100%; } }
    .mail .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; }
      .mail .block .city-select option:first-child {
        color: #e2e2e2; }
      @media (max-width: 600px) {
        .mail .block .city-select {
          width: 90%; } }
    .mail .block .time-wrap {
      margin: 0 0 20px 10px; }
      .mail .block .time-wrap p {
        margin-top: 10px; }
      .mail .block .time-wrap .time-heading {
        margin-top: 10px; }
      .mail .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; }
        .mail .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%); }
        .mail .block .time-wrap .time-select option:first-child {
          color: #e2e2e2; }
        @media (max-width: 600px) {
          .mail .block .time-wrap .time-select {
            width: 90%; } }
    .mail .block textarea {
      display: block;
      border: solid 1px #aaa;
      border-radius: 5px;
      padding: 10px;
      height: 260px;
      font-size: 18px;
      outline: none;
      background-color: #FFF;
      color: #4C4C4C;
      font-weight: normal;
      margin: 1.2rem 0; }
      @media (max-width: 600px) {
        .mail .block textarea {
          width: 100%;
          font-size: 1rem; } }

@-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; } }
    .mail .block .cp_ipcheck {
      margin: 1.2rem 0;
      text-align: left; }
      .mail .block .cp_ipcheck label {
        display: block;
        vertical-align: middle;
        margin: 10px 0; }
    .mail .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; }
    .mail .block .cp_ipcheck.option-input02:hover {
      background: #FCC590; }
    .mail .block .cp_ipcheck.option-input02:checked {
      background: #F99F48; }
    .mail .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; }
    .mail .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; }
    .mail .block .cp_ipcheck.option-input02.radio {
      border-radius: 50%; }
    .mail .block .option-input02.radio::after {
      border-radius: 50%; }
    .mail .block .option-input02:disabled {
      cursor: not-allowed;
      background: #b8b7b7; }
    .mail .block .option-input02:disabled::before {
      font-size: 20px;
      line-height: 30px;
      position: absolute;
      display: inline-block;
      width: 30px;
      height: 30px;
      content: '✖︎';
      text-align: center; }
  .mail .btn-area {
    width: 90%;
    margin: auto;
    color: #FFF; }
    @media (max-width: 600px) {
      .mail .btn-area {
        width: 100%; } }
    .mail .btn-area p {
      color: #FFF;
      font-weight: bold;
      margin: 10px 0; }
      @media (max-width: 600px) {
        .mail .btn-area p {
          font-size: 1rem; } }
    .mail .btn-area input[type="submit"] {
      background: #F99F48;
      border: none;
      color: #FFF;
      font-size: 17px;
      font-weight: bold;
      padding: 10px 20px;
      margin-bottom: 10px; }
      @media (max-width: 600px) {
        .mail .btn-area input[type="submit"] {
          font-size: 15px;
          padding: 10px 14px; } }
    .mail .btn-area input[type="reset"] {
      background: #a5defa;
      border: none;
      color: #FFF;
      font-size: 17px;
      font-weight: bold;
      padding: 10px 20px; }
      @media (max-width: 600px) {
        .mail .btn-area input[type="reset"] {
          font-size: 15px;
          padding: 10px 14px; } }

.contact-caution p {
  line-height: 2;
  width: 90%;
  margin: 0 auto;
  color: #FFF; }
  @media (max-width: 600px) {
    .contact-caution p {
      line-height: 1.5;
      font-size: small;
      font-weight: normal;
      text-align: left;
      margin: 0;
      width: 100%; } }

#privacy {
  padding: 50px 0; }
  @media (max-width: 600px) {
    #privacy {
      padding: 0; } }
  @media (max-width: 600px) {
    #privacy .inner {
      padding-bottom: 30px; } }
  #privacy .inner .wrap {
    background: #FFF; }
    @media (max-width: 600px) {
      #privacy .inner .wrap {
        padding: 0 5% 30px; } }
    #privacy .inner .wrap .content-title {
      text-align: center;
      padding: 50px 0 20px 0; }
      @media (max-width: 600px) {
        #privacy .inner .wrap .content-title {
          padding: 20px 0 10px 0; } }
      #privacy .inner .wrap .content-title h2 {
        display: inline-block;
        margin: auto;
        font-size: 1.125rem;
        color: #78BBE6;
        border: 1px solid #78BBE6;
        padding: 5px 20px;
        background: #FFF; }
    #privacy .inner .wrap .block {
      margin: 50px 0; }
      #privacy .inner .wrap .block h3 {
        color: #78BBE6; }
    #privacy .inner .wrap .address {
      float: right;
      margin-bottom: 50px; }
    #privacy .inner .wrap .right {
      text-align: right;
      margin: 50px 0; }
