@charset "UTF-8";
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "notosansjp";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "notoserifjp";
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  --main-color: #2C2C2C;
  --bg-color: #f1f1f1;
  --txt-color: #282828;
  --accent-color: #00B7C3;
  --border-radius: 1rem; }

.pf_post_content {
  font-size: 16px; }
  .pf_post_content 　
  iframe {
    width: 100%; }
  .pf_post_content p {
    margin-bottom: 2rem;
    line-height: 2; }
  .pf_post_content a:not([class]) {
    text-decoration: underline; }
  .pf_post_content h2:not([class]) {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    margin: 3rem 0 2rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative; }
    .pf_post_content h2:not([class])::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: var(--main-color);
      filter: opacity(0.1);
      border-radius: var(--border-radius);
      top: 0;
      left: 0;
      z-index: -1; }
  .pf_post_content h3:not([class]) {
    font-size: 1.4rem;
    border-left: solid 6px var(--accent-color);
    padding-left: 0.8rem;
    margin: 2rem 0 1.5rem;
    font-weight: bold; }
  .pf_post_content h4:not([class]) {
    font-size: 1.2rem;
    border-bottom: solid 2px var(--txt-color);
    padding-bottom: 0.5rem;
    margin: 2rem 0 1.5rem; }
  .pf_post_content img {
    width: auto;
    max-width: 100%; }
    .pf_post_content img.alignright {
      display: block;
      margin: 0 0 0 auto; }
    .pf_post_content img.alignleft {
      display: block;
      margin: 0 auto 0 0; }
    .pf_post_content img.aligncenter {
      display: block;
      margin: 0 auto; }
  .pf_post_content .wp-caption {
    width: auto;
    max-width: 100%; }
  .pf_post_content ul {
    padding-inline-start: 2rem;
    margin: 0.5rem 0; }
    .pf_post_content ul li {
      list-style-type: disc; }
  .pf_post_content ol {
    padding-inline-start: 3rem;
    margin: 0.5rem 0; }
    .pf_post_content ol li {
      list-style-type: decimal; }
  .pf_post_content table {
    width: 100%;
    margin: 2rem 0;
    border-color: transparent; }
    .pf_post_content table tr {
      border-bottom: solid 1px #f1f1f1; }
      .pf_post_content table tr th {
        padding: 0.5rem 0.5rem;
        min-width: 100px; }
      .pf_post_content table tr td {
        padding: 0.5rem 0.5rem; }
  .pf_post_content dl dd {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 0.5rem; }
  @media (max-width: 767px) {
    .pf_post_content {
      font-size: 14px; }
    .pf_post_content h2 {
      font-size: 1.4rem; }
    .pf_post_content h3 {
      font-size: 1.2rem; } }
  .pf_post_content .wp-block-image img {
    max-width: 100%;
    height: auto; }

blockquote {
  font-style: italic;
  background: #f1f1f1;
  padding: 2rem; }

.pf_sc-tt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 2rem !important;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0 !important;
  background: transparent !important; }
  .pf_sc-tt::before {
    display: none; }
  .pf_sc-tt_small {
    color: var(--main-color);
    display: block;
    font-weight: lighter;
    font-size: 0.8rem;
    margin-bottom: 0.4rem; }

.pf_sc-tt2 {
  font-size: 1rem !important;
  border-bottom: solid #f1f1f1 2px;
  padding: 0 0 0.5rem !important;
  margin: 2rem 0 1rem 0 !important;
  background: transparent !important;
  border-radius: unset !important;
  border-left: none !important; }

.pf_btn {
  background: var(--main-color);
  color: #fff;
  max-width: 350px;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  border: solid 1px var(--main-color);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem; }
  .pf_btn:hover {
    background: #fff;
    color: var(--main-color); }

.pf_deco_ranking {
  font-weight: bold;
  font-size: 1.5rem !important;
  margin: 3rem 0 1.5rem;
  border-left: none !important; }
  .pf_deco_ranking .pf_deco_ranking_number {
    display: inline-block;
    padding: 10px 10px 20px;
    margin-right: 14px;
    background-color: #D1D1D1;
    clip-path: polygon(100% 0, 100% 100%, 50% 73%, 0 100%, 0 0); }
    .pf_deco_ranking .pf_deco_ranking_number.gold {
      background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%); }
    .pf_deco_ranking .pf_deco_ranking_number.silver {
      background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 100%); }
    .pf_deco_ranking .pf_deco_ranking_number.bronze {
      background: linear-gradient(45deg, #B66E44 0%, #EEA164 45%, #FBCD92 70%, #EEA164 85%, #B66E44 100%); }

.pf_deco_balloon {
  margin: 1rem 0;
  display: inline-block;
  position: relative;
  padding: 1rem;
  max-width: 600px;
  border-radius: 12px;
  background: #F1F1F1;
  line-height: 1.8; }
  .pf_deco_balloon::after {
    content: "";
    position: absolute;
    top: 3px;
    border: 8px solid transparent; }
  .pf_deco_balloon.left::after {
    left: -19px;
    border-right: 20px solid #F1F1F1;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  .pf_deco_balloon.right::after {
    right: -19px;
    border-left: 20px solid #F1F1F1;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

.pf_deco_icon_balloon {
  display: flex;
  align-items: flex-start;
  gap: 20px; }
  .pf_deco_icon_balloon.right {
    justify-content: right; }
  .pf_deco_icon_balloon_img {
    text-align: center;
    font-size: 0.7rem;
    flex-shrink: 0; }
    .pf_deco_icon_balloon_img img {
      width: 6em;
      margin-bottom: 0;
      height: 6em;
      border-radius: 100%;
      object-fit: cover;
      display: block; }

.pf_deco_marker-red {
  background: linear-gradient(transparent 60%, #FECACA 60%); }
.pf_deco_marker-blue {
  background: linear-gradient(transparent 60%, #BAE6FD 60%); }
.pf_deco_marker-yellow {
  background: linear-gradient(transparent 60%, #FEF9C3 60%); }

.pf_deco_box {
  padding: 20px;
  border: solid 2px var(--accent-color);
  margin: 3Rem 0;
  position: relative; }
  .pf_deco_box_title {
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 0 9px;
    margin: 0 7px;
    background: #fff;
    color: var(--accent-color);
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold; }
  .pf_deco_box.red {
    border-color: #EF4444; }
    .pf_deco_box.red .pf_deco_box_title {
      color: #EF4444; }
  .pf_deco_box.yellow {
    border-color: #EAB308; }
    .pf_deco_box.yellow .pf_deco_box_title {
      color: #EAB308; }
  .pf_deco_box.lightblue {
    border-color: #0EA5E9; }
    .pf_deco_box.lightblue .pf_deco_box_title {
      color: #0EA5E9; }
  .pf_deco_box p {
    margin-bottom: 0; }

.pf_deco_alert {
  background: #ffebeb;
  padding: 20px;
  margin: 1rem 0; }
  .pf_deco_alert::before {
    position: relative;
    background: #ff8376;
    content: "!";
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: bold; }

.pf_deco_btn {
  background: #2C2C2C;
  color: #fff !important;
  max-width: 350px;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  border: solid 1px #2C2C2C;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .pf_deco_btn:hover {
    background: #fff !important;
    color: #2C2C2C; }
  .pf_deco_btn.red {
    background: #EF4444;
    border-color: #EF4444; }
    .pf_deco_btn.red:hover {
      color: #EF4444 !important; }
  .pf_deco_btn.orange {
    background: #F97316;
    border-color: #F97316; }
    .pf_deco_btn.orange:hover {
      color: #F97316 !important; }
  .pf_deco_btn.yellow {
    background: #EAB308;
    border-color: #EAB308; }
    .pf_deco_btn.yellow:hover {
      color: #EAB308 !important; }
  .pf_deco_btn.green {
    background: #22C55E;
    border-color: #F97316; }
    .pf_deco_btn.green:hover {
      color: #F97316 !important; }
  .pf_deco_btn.teal {
    background: #14B8A6;
    border-color: #14B8A6; }
    .pf_deco_btn.teal:hover {
      color: #F97316 !important; }
  .pf_deco_btn.blue {
    background: #3B82F6;
    border-color: #3B82F6; }
    .pf_deco_btn.blue:hover {
      color: #3B82F6 !important; }
  .pf_deco_btn.lightblue {
    background: #0EA5E9;
    border-color: #0EA5E9; }
    .pf_deco_btn.lightblue:hover {
      color: #0EA5E9 !important; }
  .pf_deco_btn.cyan {
    background: #06B6D4;
    border-color: #06B6D4; }
    .pf_deco_btn.cyan:hover {
      color: #06B6D4 !important; }
  .pf_deco_btn.purple {
    background: #A855F7;
    border-color: #A855F7; }
    .pf_deco_btn.purple:hover {
      color: #A855F7 !important; }
  .pf_deco_btn.pink {
    background: #EC4899;
    border-color: #EC4899; }
    .pf_deco_btn.pink:hover {
      color: #EC4899 !important; }
  .pf_deco_btn.grey {
    background: #71717A;
    border-color: #71717A; }
    .pf_deco_btn.grey:hover {
      color: #71717A !important; }
  .pf_deco_btn.white {
    background: #fff;
    color: #1c1c1c; }

.pf_deco_blogcard {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
  padding: 1.5rem;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  margin: 2rem 0; }
  .pf_deco_blogcard_content_title {
    font-size: 1.2em;
    color: #1c1c1c;
    font-weight: bold;
    margin: 0 0 0.2em;
    padding-left: 0;
    border-left: none; }
  .pf_deco_blogcard_content_excerpt {
    font-size: 0.9em;
    color: #797979; }
  .pf_deco_blogcard_thumbnail img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%; }

.pf_deco_2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0; }
  @media (max-width: 568px) {
    .pf_deco_2col {
      grid-template-columns: 1fr; } }

.pf_deco_3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0; }
  @media (max-width: 568px) {
    .pf_deco_3col {
      grid-template-columns: 1fr; } }

.pf_deco_4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0; }
  @media (max-width: 568px) {
    .pf_deco_4col {
      grid-template-columns: 1fr 1fr; } }

.pf_deco_fullwidth {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw; }
  .pf_deco_fullwidth img {
    width: 100%; }

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */ }
  .star5_rating:before, .star5_rating:after {
    content: '★★★★★'; }
  .star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
    /* イエローカラー 自由に設定化 */ }

.star5_rating[data-rate="5"]:after {
  width: 100%; }

.star5_rating[data-rate="4.5"]:after {
  width: 90%; }

.star5_rating[data-rate="4"]:after {
  width: 80%; }

.star5_rating[data-rate="3.5"]:after {
  width: 70%; }

.star5_rating[data-rate="3"]:after {
  width: 60%; }

.star5_rating[data-rate="2.5"]:after {
  width: 50%; }

.star5_rating[data-rate="2"]:after {
  width: 40%; }

.star5_rating[data-rate="1.5"]:after {
  width: 30%; }

.star5_rating[data-rate="1"]:after {
  width: 20%; }

.star5_rating[data-rate="0.5"]:after {
  width: 10%; }

.star5_rating[data-rate="0"]:after {
  width: 0%; }

.pf_blind {
  position: relative;
  display: inline-block;
  min-width: 100px; }
  .pf_blind::before {
    content: "クリックで表示";
    white-space: nowrap;
    font-size: 0.9rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-block;
    overflow: hidden; }
  .pf_blind input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 500; }
  .pf_blind_content {
    filter: blur(5px);
    margin-bottom: 0 !important;
    transition: .3s; }
  .pf_blind:has(input:checked)::before {
    display: none; }
  .pf_blind input:checked + .pf_blind_content {
    filter: unset; }

.pf_acc {
  padding: 1rem 2rem 1rem 0;
  border-bottom: solid 1px #cccccc;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  padding-right: 2rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .pf_acc::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--main-color);
    border-right: solid 2px var(--main-color);
    transform: translateY(-50%) rotate(135deg); }
  .pf_acc:has(input:checked)::after {
    transform: translateY(-50%) rotate(315deg); }
  .pf_acc input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 1rem;
    cursor: pointer;
    z-index: 500; }
  .pf_acc_content {
    display: none;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0 !important;
    font-weight: lighter;
    padding-right: 2rem; }
  .pf_acc input:checked + .pf_acc_content {
    display: block; }

.wp-editor {
  font-family: 'ＭＳ ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }
  .wp-editor .pf_deco_col, .wp-editor .pf_deco_2col, .wp-editor .pf_deco_3col, .wp-editor .pf_deco_4col {
    border: dashed #E7E5E4 1px; }
  .wp-editor th, .wp-editor td {
    border: dashed 1px #f1f1f1; }
  .wp-editor .pf_acc input {
    width: 30%; }

/*# sourceMappingURL=pf-deco.css.map */
