@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: #007AB7;
  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: #007AB7;
  /*検索ボタンの背景カラー*/
  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: #007AB7;
  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: #007AB7;
  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 #007AB7;
  border-left: 4px solid #007AB7;
  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: #007AB7;
  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: #007AB7; }

.sub-color {
  color: #9ACDE7; }

.pickup-color {
  color: #BF1E56; }

.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 #007AB7;
  -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: #007AB7;
  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: #9ACDE7; }

.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: #007AB7;
  margin-right: 0;
  font-size: 12px;
  padding: 0; }

.breadcrumb .info-cat {
  color: #007AB7;
  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: #007AB7;
  color: #FFF;
  margin-right: 10px; }

footer {
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#9ACDE7), to(#00496E));
  background: -webkit-linear-gradient(top left, #9ACDE7, #00496E);
  background: -o-linear-gradient(top left, #9ACDE7, #00496E);
  background: linear-gradient(to bottom right, #9ACDE7, #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 #007AB7;
  -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: #007AB7;
    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: #007AB7;
    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 #BF1E56;
  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: #BF1E56;
  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 #007AB7;
  margin: 20px auto;
  padding: 10px; }
  .avatar_profile .avatar_title {
    text-align: center;
    font-weight: bold;
    color: #BF1E56; }

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

h1 {
  font-size: 24px;
  font-weight: bold; }

.page {
  padding: 40px 0;
  position: relative; }
  @media (max-width: 600px) {
    .page {
      padding: 20px 0; } }

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

.wpost-item-img {
  text-align: center;
  margin: 30px; }

/*   singleページ横並びヘッダー用
.entry-header {
	position: relative;
	padding: 40px 0;
  	.entry-header-inner {
  		width: 90%;
		margin: 0 auto;
		display: flex;
  		justify-content: center;
  		align-items: center;
		@include tab {
    		display: block;
  		};
  		.entry-head-left {
  			@include tab {
    			text-align: center;
  			};
  			.entry-meta {
  				text-align: center;
  				font-size: 14px;
  				padding-bottom: 30px;
  			}
  		}
  		.entry-item-tag {
  			text-align: center;
    			margin: 20px auto;
    			color: #6AC1B7;

  		}

  		.entry-img {
  			padding: 30px 0;
  		}
  	}
}

*/
.entry-header {
  position: relative;
  background: #FFF;
  margin-bottom: 30px;
  padding: 20px 40px; }
  @media (max-width: 600px) {
    .entry-header {
      margin-bottom: 10px;
      padding: 20px 0; } }
  .entry-header .entry-header-inner .entry-head-left {
    text-align: center; }
    .entry-header .entry-header-inner .entry-head-left .entry-meta {
      padding-bottom: 30px; }
      @media (max-width: 600px) {
        .entry-header .entry-header-inner .entry-head-left .entry-meta {
          padding-bottom: 10px; } }
  .entry-header .entry-header-inner .entry-item-tag {
    margin: 20px auto;
    color: #007AB7; }
  .entry-header .entry-header-inner .entry-img {
    padding: 20px 0; }
    @media (max-width: 600px) {
      .entry-header .entry-header-inner .entry-img {
        padding: 10px 0 20px; } }
    .entry-header .entry-header-inner .entry-img img {
      width: 100%;
      height: auto; }
      @media (max-width: 600px) {
        .entry-header .entry-header-inner .entry-img img {
          width: 100%;
          height: auto; } }

/* ========================================================
  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: #007AB7;
  color: #FFF; }

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

.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: #007AB7;
          color: #FFF; }

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

.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: 10px;
  right: 40px; }

.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%;
  overflow: hidden; }
  #header::before {
    content: '';
    z-index: -2;
    position: absolute;
    top: -40%;
    left: -30%;
    width: 100%;
    height: 160%;
    background: -webkit-linear-gradient(135deg, #007AB7 20%, #FFF);
    background: -o-linear-gradient(135deg, #007AB7 20%, #FFF);
    background: linear-gradient(-45deg, #007AB7 20%, #FFF);
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg); }
    @media (max-width: 600px) {
      #header::before {
        background: -webkit-linear-gradient(150deg, #007AB7 50%, #FFF);
        background: -o-linear-gradient(150deg, #007AB7 50%, #FFF);
        background: linear-gradient(-60deg, #007AB7 50%, #FFF);
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
        width: 100%;
        height: 120%;
        top: -15%;
        left: -27%; } }
  @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: 16px; } }
    @media (max-width: 320px) {
      .logo .title h1 {
        font-size: small; } }
    .logo .title h1 span {
      font-size: small; }
      @media (max-width: 600px) {
        .logo .title h1 span {
          font-size: 14px; } }
      @media (max-width: 320px) {
        .logo .title h1 span {
          font-size: x-small; } }

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

#pickup {
  width: 80%;
  margin: 20px auto; }
  @media (max-width: 600px) {
    #pickup {
      width: 95%;
      margin: 0 auto; } }
  #pickup .inner .pickup-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 600px) {
      #pickup .inner .pickup-items {
        display: block; } }
    #pickup .inner .pickup-items .pickup-item {
      display: block;
      width: 32%;
      border-radius: 3px;
      position: relative;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      border-bottom: 5px solid transparent;
      text-decoration: none; }
      #pickup .inner .pickup-items .pickup-item:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        border: none;
        border-bottom: 5px solid #007AB7;
        text-decoration: none; }
      @media (max-width: 600px) {
        #pickup .inner .pickup-items .pickup-item {
          width: 100%;
          margin: 30px 0; } }
      #pickup .inner .pickup-items .pickup-item .ribbon17-content {
        position: absolute;
        top: -6px;
        right: -6px;
        width: 89px;
        height: 91px;
        overflow: hidden;
        z-index: 1; }
      #pickup .inner .pickup-items .pickup-item .ribbon17 {
        display: inline-block;
        position: absolute;
        padding: 7px 0;
        left: -23px;
        top: 22px;
        width: 160px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 16px;
        background: #BF1E56;
        color: #fff;
        letter-spacing: 0.05em;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      #pickup .inner .pickup-items .pickup-item .ribbon17:before, #pickup .inner .pickup-items .pickup-item .ribbon17:after {
        position: absolute;
        content: "";
        border-top: 4px solid #b2751b;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        bottom: -4px; }
      #pickup .inner .pickup-items .pickup-item .ribbon17:before {
        left: 14px; }
      #pickup .inner .pickup-items .pickup-item .ribbon17:after {
        right: 18px; }

.post-wrap .post-inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 0;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 850px) {
    .post-wrap .post-inner {
      width: 100%;
      padding: 20px 0;
      display: block; } }

.post-wrap .post-wrap > .post-inner {
  padding-bottom: 120px;
  padding-top: 58px; }

.page-contents {
  width: 66%; }
  @media (max-width: 850px) {
    .page-contents {
      width: 95%;
      margin: 0 auto; } }
  .page-contents .entry-body {
    padding: 20px 40px;
    background: #FFF;
    float: left; }
    .page-contents .entry-body p {
      font-size: 17px;
      line-height: 2.2; }
    @media (max-width: 850px) {
      .page-contents .entry-body {
        float: none;
        margin-bottom: 70px;
        padding: 20px 10px; } }

.entry-body > ul {
  border: double 4px #007AB7;
  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 #BF1E56;
    border-bottom: 2px solid #BF1E56;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.single h2 {
  font-size: 24px;
  position: relative;
  font-weight: bold;
  color: white;
  background: #007AB7;
  line-height: 1.4;
  padding: 20px 20px 20px 40px;
  margin: 20px 0; }
  @media (max-width: 600px) {
    .single h2 {
      font-size: 20px; } }

.single h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまでの距離*/ }

.single h3 {
  border-bottom: solid 3px #007AB7;
  font-weight: bold;
  margin: 40px 0;
  font-size: 22px; }
  @media (max-width: 850px) {
    .single h3 {
      font-size: 20px; } }

.single h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0; }
  @media (max-width: 850px) {
    .single h4 {
      font-size: 18px; } }

.single .point {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em; }

.single .point:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em; }

.single .hirameki {
  position: relative;
  padding-left: 35px; }

.single .hirameki::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.single .hirameki::after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

.entry-item {
  display: block;
  margin-bottom: 50px;
  background-color: #FFF;
  text-decoration: none;
  width: 48%;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-bottom: 5px solid transparent; }
  @media (max-width: 850px) {
    .entry-item {
      margin-bottom: 27px;
      margin-right: 0;
      width: 100%; } }

.entry-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  border: none;
  border-bottom: 5px solid #007AB7;
  text-decoration: none; }

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

.entry-item-img, .pickup-item-img {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .entry-item-img img:hover, .pickup-item-img img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all; }

.entry-item-meta, .pickup-item-meta {
  padding: 10px 0;
  font-size: 0.8em; }

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

.entry-item-tag, .pickup-item-tag {
  display: inline-block;
  margin-right: 10px; }

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

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

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

.category .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; }

.category .entry-item:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  /*画像を70%の不透明度に
  もし50%にしたいときは
  上から50、0.5、0.5にします*/ }

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

.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: #d81f32;
  border: 1px solid #d81f32;
  color: #fff;
  font-weight: 700; }

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

.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;
  margin: 50px 0;
  clear: both; }

.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-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;
  text-align: center;
  text-decoration: none;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

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

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

.related-item-img {
  margin-bottom: 10px;
  text-align: center; }

.related-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;
  color: #4C4C4C; }

#secondary {
  margin-left: auto;
  width: 32%; }
  @media (max-width: 850px) {
    #secondary {
      width: 95%;
      margin: 0 auto; } }
  #secondary .inner {
    background: #FFF;
    padding: 20px 40px;
    -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 .name {
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold; }
    #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: #007AB7;
        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%; }

.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: #007AB7;
  border: 1px solid #007AB7;
  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: 14px;
  font-weight: 600;
  line-height: 1.57143;
  padding: 0 0 0 10px;
  width: calc(100% - 120px); }

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

#toc_container .toc_title {
  border-bottom: 2px solid #007AB7;
  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: #007AB7;
  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: #007AB7;
  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; }
  @media (max-width: 600px) {
    .related-items {
      display: block; } }

.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); }
  @media (max-width: 600px) {
    .related-item {
      width: 100%; } }

.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; }
    @media (max-width: 600px) {
      .related-item-img img {
        width: 100%;
        height: auto; } }

.related-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; }

.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: #007AB7; }

.widget_pages li, .widget_archive li,
.widget_categories li,
.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: 12px;
  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: 300px;
  height: 180px; }

.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: 14px;
  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: #007AB7;
  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 .wprofile-img {
  text-align: center; }
  .wprofile .wprofile-img img {
    display: block;
    margin: auto;
    border-radius: 50%; }

.wprofile .wprofile-content {
  padding-bottom: 30px; }

.wprofile .profile-link {
  text-align: right;
  color: #007AB7; }
  .wprofile .profile-link a:hover {
    color: #007AB7;
    opacity: .4; }
  .wprofile .profile-link .fa-chevron-right {
    margin-left: 20px; }

.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: 14px; }

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