@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* 君に虹が降りた */

/*
0 Root
1 Reset
2 Base
3 Ornament
4 Menu
5 Pagination
6 Entry Card
7 Tag(s)
8 Modal
9 Post
10 Sort and Search
11 Dashboards
12 Contents
13 Media Queries
*/

/* ==================================================
0 Root
================================================== */

:root {
  --white: #fcfcfa;
  /* Primary Blue */
  --blue: #87d8f6;
  --darkblue: #042c37;
  --gray: #ececec;
  --black: #232323;
  --text: #232323;
  --input: #fdfdfd;
  --submit: #2ccc57;
  --submit-hover: #35c75d;
  --notice-red: #feeaea;
}

:focus-visible {
  outline: 1px solid var(--blue);
}

button:focus {
  outline: none;
}

/* ==================================================
1 Reset
================================================== */

h1,
h2,
h3,
h4 {
  line-height: 1;
}

ul {
  list-style: none;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex-grow: 1;
}

summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

select,
button {
  appearance: none;
}

.date-tags,
.footer-meta,
.archive-title .fa {
  display: none;
}

/* ==================================================
2 Base
================================================== */

html {
  scrollbar-gutter: stable;
  scroll-padding-top: 10px;
  scrollbar-color: rgb(135 216 246 / 80%) transparent;
  scroll-behavior: smooth;
}

body {
  background: #eef6fa;
}

#header-in {
  display: flex;
  align-items: center;
  height: 50px;
}

#header-container {
  background: var(--blue);
}

.main {
  padding: 0;
}

#list__wrapper {
  padding-top: 40px;
  margin: -40px 0 50px;
}

.site-logo-image {
  height: 40px;
}

#footer {
  color: var(--white);
  background: var(--darkblue);
}

#footer a {
  color: var(--white);
  text-decoration: none;
}

#footer-in {
  padding: 20px 0;
  text-align: center;
}

.menu-footer li {
  border-left: 1px solid var(--white);
}

.menu-footer li:last-child {
  border-right: 1px solid var(--white);
}

#freepik {
  margin: 8px 0;
  font-size: 16px;
}

/* ==================================================
3 Ornament
================================================== */

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  margin: 0 0 18px;
  font-size: 22px;
  text-align: center;
}

h1.entry-title {
  margin: 0 0 27px;
  text-align: center;
}

.entry-title::after {
  display: block;
  width: 60px;
  height: 10px;
  margin: 10px auto 0;
  content: "";
  background: linear-gradient(to left,
      #c5d3f7 0%,
      #c5d3f7 33%,
      #adedff 33%,
      #adedff 67%,
      #8fff85 67%,
      #8fff85 100%);
  border-radius: 5px;
}

.ornament__h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: normal;
}

.ornament__center,
.has-text-align-center {
  text-align: center;
}

.ornament__right {
  text-align: right;
}

.ornament__big {
  font-size: 20px;
}

.ornament__small {
  font-size: 14px;
}

.ornament__bold {
  font-weight: bold;
}

.ornament__space--bottom {
  margin-bottom: 20px;
}

.ornament__space--bottom2 {
  margin-bottom: 50px;
}

.ornament__space--lr {
  margin: 0 3px 0 6px;
}

.button__no1 {
  padding: 5px 30px;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 25px;
}

.button__entry {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
}

.color__bg1 {
  color: var(--white);
  background: #86c5fb;
}

.color__bg2 {
  color: var(--white);
  background: #3ec34d;
}

.entry__ad--top {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.entry__ad--loop {
  margin: 28px 0;
}

.content__ad--footer {
  margin-top: 30px;
}

#list .google-auto-placed {
  margin-bottom: 25px;
}

/* ==================================================
4 Menu
================================================== */

.navi-in>ul li {
  height: 36px;
  padding-left: 10px;
  line-height: 36px;
}

#menu-item-49 a,
#menu-item-18982 a,
#menu-item-20249 a,
#menu-item-20250 a {
  height: 36px;
  border-radius: 18px;
}

#menu-item-18982 a,
#menu-item-20249 a {
  color: var(--darkblue);
  background: var(--white);
}

#menu-item-49 a,
#menu-item-20250 a {
  color: var(--white);
  background: #172c6e;
}

#navi .navi-in #menu-item-20506,
#navi .navi-in #menu-item-20816 {
  width: 120px;
}

#menu-item-20506 a,
#menu-item-20816 a {
  color: var(--darkblue);
}

#menu-item-14913,
#menu-item-15694 {
  display: none;
}

.extra__menu {
  background: var(--blue);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.extra__menu li {
  background: var(--input);
  border-radius: 6px;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.extra__menu li.extra__menu--title {
  background: var(--blue);
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}

/* ==================================================
5 Pagination
================================================== */

.pagination {
  clear: both;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 45px;
  text-align: center;
}

.pagination a:hover {
  color: var(--darkblue);
  background: var(--gray);
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
}

.page-numbers {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 4px;
  line-height: 46px;
  color: var(--darkblue);
  text-align: center;
  text-decoration: none;
}

.pagination .page-numbers.current {
  line-height: 40px;
  background-color: var(--white);
  border: 3px solid #c5d3f7;
  border-radius: 50%;
}

.page-numbers.dots {
  background-color: #f5f6f7;
  opacity: 0.6;
}

/* ==================================================
6 Entry Card
================================================== */

.a-wrap {
  display: block;
  margin-bottom: 25px;
  color: var(--black);
  text-decoration: none;
}

.a-wrap:hover {
  color: var(--black);
}

.entrycard__wrapper article {
  padding: 15px;
  background: var(--white);
  border-radius: 10px;
}

.entrycard__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}

.entrycard__data--img {
  width: 90px;
  line-height: 1;
}

.entrycard__data--icon {
  width: 68px;
  background: var(--gray);
  border-radius: 50%;
}

.entrycard__data--info {
  width: calc(100% - 90px);
}

.entrycard__data--title {
  width: 100%;
  padding: 7px 0;
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid var(--gray);
}

.entrycard__data--name {
  word-break: break-all;
}

.entrycard__wrapper .entrycard__data--contact {
  color: var(--darkblue);
  background: #ddd;
}

.entrycard__notfound {
  padding: 10px 0 50px;
  font-weight: bold;
  text-align: center;
}

.entrycard__notfound::before {
  content: "該当する";
}

.entrycard__excerpt {
  padding-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  white-space: nowrap;
}

/* ==================================================
7 Tag(s)
================================================== */

/* ===== Tag ===== */

.entrycard__tag,
.article__info--tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* ===== Tag Color ===== */

.tags span {
  padding: 5px 5px 4px;
  margin: 0 4px 4px 0;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background: #48a8d2;
  border-radius: 4px;
}

.tags span.e__tag15,
.tags span.p__tag15 {
  color: var(--darkblue);
  background: #bcdf6b;
}

.tags span.e__more {
  font-weight: bold;
  background: #93cde7;
}

/* ===== Order Entry ===== */

.entrycard__tag span {
  order: 3;
}

.tags .entrycard__data--contact {
  order: 1;
}

.tags .e__tag15 {
  order: 2;
}

.tags .e__more {
  order: 4;
}

/* ===== Order Post/Modal ===== */

.tags .p__tag15 {
  order: 1;
}

.article__info--tag span {
  order: 2;
}

.tags .p__tag11 {
  order: 3;
}

.tags .p__tag14 {
  order: 4;
}

.tags .p__tag01,
.tags .p__tag02,
.tags .p__tag03,
.tags .p__tag04,
.tags .p__tag05,
.tags .p__tag06,
.tags .p__tag07,
.tags .p__tag08,
.tags .p__tag09,
.tags .p__tag10,
.tags .p__tag12,
.tags .p__tag13 {
  order: 5;
}

/* ==================================================
8 Modal
================================================== */

#post-modal {
  border: none;
  opacity: 0;
  transition: opacity 0.25s ease-out, display 0.25s ease-out allow-discrete,
    overlay 0.25s ease-out allow-discrete;
}

#post-modal::backdrop {
  background: rgb(0 0 0 / 50%);
  opacity: 0;
  transition: opacity 0.25s ease-out, display 0.25s ease-out allow-discrete,
    overlay 0.25s ease-out allow-discrete;
}

#post-modal[open],
#post-modal[open]::backdrop {
  opacity: 1;
}

#post-modal[open] #post-modal-box {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

@starting-style {
  #post-modal[open],
  #post-modal[open]::backdrop {
    opacity: 0;
  }

  #post-modal[open] #post-modal-box {
    transform: scale(0.9);
  }
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
}

#post-modal-wrapper {
  padding: 0;
  background: transparent;
  border: none;
}

#post-modal-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#post-modal-body {
  padding: 25px;
}

#post-modal-box {
  position: relative;
  width: 92%;
  max-width: 840px;
  max-height: 82vh;
  overflow: auto;
  scrollbar-width: none;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

#post-modal-box::-webkit-scrollbar {
  display: none;
}

#post-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50%;
}

#post-modal-close svg {
  width: 18px;
  height: 18px;
}

/* ========== Hide and seeking ========== */

.hide__wrapper {
  min-height: 40px;
  margin: 15px 0;
  text-align: left;
}

.hide__btn,
.hide__reset-btn {
  min-width: 120px;
  padding: 12px 10px;
  line-height: 1;
  color: var(--text);
  cursor: pointer;
  background: var(--gray);
  border-radius: 6px;
  opacity: 0.85;
  transition: all 0.25s;
}

.hide__btn {
  background: var(--gray);
  border: 1px dashed var(--black);
}

.hide__reset-btn {
  background: #bbb;
  border: 1px solid var(--black);
}

.hide__btn:hover,
.hide__reset-btn:hover {
  opacity: 1;
}

.hide__btn:active,
.hide__reset-btn:active {
  transform: scale(0.96);
}

/* ==================================================
9 Post
================================================== */

.article__container {
  padding: 15px;
  background: var(--white);
  border-radius: 10px;
}

.article__info {
  display: flex;
  align-items: center;
  padding: 5px;
  background: #adedff;
  border-radius: 8px;
}

.article__info--img {
  width: 100px;
}

.article__info--icon {
  width: 80px;
  vertical-align: middle;
  background: #eef6fa;
  border-radius: 50%;
}

.article__info--data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 100px);
}

.article__info--name {
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
}

.article__info--tag {
  margin-top: 5px;
}

.article__text {
  margin: 20px 0 10px;
}

.article__text p {
  margin-bottom: 20px;
}

.article__text p:last-child {
  margin-bottom: 0;
}

.article__day {
  font-size: 14px;
  text-align: right;
}

.article__contact {
  margin-top: 10px;
}

.article__contact ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: var(--gray);
  border-radius: 6px;
}

.article__contact--how {
  font-weight: bold;
}

.article__contact--id {
  flex-grow: 2;
  margin: 0 10px;
}

.article__contact--id input {
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 6px;
}

.button__copy {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 2px;
  cursor: pointer;
  background: var(--black);
  border-radius: 6px;
  box-shadow: 2px 2px #ccc;
  transition: all 0.25s;
}

.button__copy:active {
  box-shadow: none;
  transform: scale(0.96);
}

/* ==================================================
10 Sort and Search
================================================== */

#sort__container {
  padding: 10px 0;
  margin-bottom: 20px;
  background: #adedff;
  border-radius: 10px;
}

#sort__container h4 {
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

#sort__container summary {
  padding: 8px 0;
  margin: 0 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background: #c5d3f7;
  border: 1px solid var(--white);
  border-radius: 10px;
}

#sort__container details[open] summary {
  padding: 5px 0;
  font-size: 16px;
  color: #bbb;
  background: var(--gray);
}

#sort__container details[open] summary::after {
  content: "（閉じる）";
}

.sf-field-tag,
.sf-field-category {
  padding: 10px 20px;
  margin: 20px 15px;
  background: var(--white);
  border-radius: 6px;
}

.sf-field-tag ul,
.sf-field-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 10px 0;
}

.sf-field-tag ul li,
.sf-field-category ul li {
  display: flex;
  align-items: center;
  width: 25%;
}

.sf-field-submit,
.sf-field-search,
.sf-field-reset,
.sf-field-post-meta-age {
  padding: 10px 15px;
}

.sf-input-checkbox {
  width: 16px;
  height: 16px;
}

.sf-label-checkbox {
  padding-left: 6px;
}

.sf-field-search label,
.sf-field-post-meta-age label {
  width: 100%;
}

.sf-input-text,
.sf-input-select {
  background: var(--input);
  border: none;
  border-radius: 6px;
}

.sf-field-submit input {
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 0.05em;
  background: var(--submit);
  border: none;
  border-radius: 6px;
  transition: all 0.25s;
}

.sf-field-submit input:hover {
  background: var(--submit-hover);
}

.sf-field-submit input:active {
  transform: scale(0.96);
}

.sf-field-reset {
  text-align: right;
}

.sf-field-reset a {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  color: var(--text);
  letter-spacing: 0.05em;
  text-decoration: none;
  background: var(--white);
  border: 2px solid #bbb;
  border-radius: 25px;
}

/* ==================================================
11 Dashboards
================================================== */

#wpmem_reg,
#wpmem_login,
.fpsm-login-form-wrapper {
  max-width: 720px;
  padding: 60px 80px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 8px;
  box-shadow: 15px 15px 0 rgb(0 0 0 / 5%);
}

#wpmem_reg label,
#wpmem_login label,
.fpsm-login-form-wrapper label {
  display: block;
  margin: 0 5px 3px;
  font-size: 18px;
}

#wpmem_register_form .div_text,
#wpmem_pwdchange_form .div_text,
#wpmem_login_form .div_text,
.fpsm-login-form-wrapper .login-password,
.fpsm-login-form-wrapper .login-username {
  margin-bottom: 20px;
}

#wpmem_reg .div_text input,
#wpmem_login .div_text input,
.fpsm-login-form-wrapper #user_pass,
.fpsm-login-form-wrapper #user_login {
  height: 60px;
  padding: 0 12px;
  background: var(--input);
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: inset 1px 2px rgb(0 0 0 / 5%);
}

#wpmem_reg .button_div,
#wpmem_login .button_div,
.fpsm-login-form-wrapper .login-submit {
  margin: 40px 0 10px;
}

.button_div .buttons,
.fpsm-login-form-wrapper #wp-submit {
  height: 60px;
  font-size: 20px;
  line-height: 1;
  color: var(--white);
  background: var(--submit);
  border: none;
  border-radius: 8px;
  transition: all 0.25s;
}

.button_div .buttons:hover,
.fpsm-login-form-wrapper #wp-submit:hover {
  background: var(--submit-hover);
}

.button_div .buttons:active,
.fpsm-login-form-wrapper #wp-submit:active {
  transform: scale(0.96);
}

.dashboard__helper {
  max-width: 720px;
  margin: 50px auto 0;
}

.dashboard__helper a {
  padding: 5px 10px;
  text-decoration: none;
  background: var(--white);
  border-radius: 8px;
}

.wpmem_msg,
.fpsm-login-msg {
  max-width: 720px;
  padding: 25px 10px;
  margin: 0 auto 40px;
  color: #940707;
  text-align: center;
  background: var(--notice-red);
  border-radius: 8px;
}

.fpsm-post-tag > label::after {
  content: "\A全国を対象とするグループは地域を選択しないでください";
  font-weight: normal;
  white-space: pre;
}

#dashboard__notice,
#dashboard__caution {
  padding: 20px;
  margin-bottom: 35px;
  font-size: 16px;
  border-radius: 10px;
}

#dashboard__notice {
  margin-top: 35px;
  background: var(--white);
}

#dashboard__caution {
  background: var(--notice-red);
}

#dashboard__menu {
  padding: 20px;
  margin: 35px 0;
  background: var(--white);
  border-radius: 10px;
}

.dashboard__edit {
  padding: 20px;
  background: var(--white);
  border-radius: 10px;
}

#dashboard__menu li:nth-child(2),
#dashboard__menu li:nth-child(3),
.dashboard__edit li:nth-child(2) {
  margin-top: 20px;
}

.dashboard__btn,
.dashboard__edit a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.25s;
}

.dashboard__btn:active,
.dashboard__edit a:active {
  transform: scale(0.96);
}

.dashboard__menu--post {
  font-weight: bold;
  color: var(--white);
  background: var(--submit);
}

.dashboard__menu--post:hover {
  background: var(--submit-hover);
}

.dashboard__edit a,
.dashboard__menu--profile {
  font-weight: bold;
  color: var(--black);
  background: linear-gradient(135deg, var(--gray), #f5f5f6);
  border: 1px solid var(--gray);
}

.dashboard__menu--logout {
  color: var(--black);
  border: 4px solid var(--gray);
}

a.button__logout {
  display: inline-block;
  padding: 4px 25px;
  color: var(--text);
  text-decoration: none;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 20px;
}

/* ========== Regist and Reset ========== */

#wpmem_reg legend,
#wpmem_login legend,
#wpmem_login_form #rememberme,
#wpmem_login_form rememberlabel,
#wpmem_login_form .button_div label {
  display: none;
}

#wpmem_reg fieldset,
#wpmem_login fieldset {
  border: none;
}

#wpmem_reg #wpmem_register_form fieldset label:nth-child(4)::after {
  font-size: initial;
  font-weight: normal;
  content: "(使い捨てアドレス不可)";
}

#wpmem_reg #wpmem_register_form .button_div::after {
  display: block;
  padding: 10px 0;
  text-align: center;
  content: "利用規約にご同意の上、ご利用をお願いいたします。";
}

/* ==================================================
12 Contents
================================================== */

#post-37,
#post-64,
#post-78 {
  margin-bottom: 50px;
}

.content__body {
  padding: 20px;
  margin-bottom: 50px;
  background: var(--white);
  border-radius: 10px;
}

.information__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  background: var(--white);
  border-radius: 10px;
}

.archive-title {
  margin-bottom: 25px;
  text-align: center;
}

.signup__step {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  background: var(--gray);
  border-radius: 10px;
}

.signup__step--img {
  width: 40px;
  height: 40px;
}

/* ==================================================
13 Media Queries
================================================== */

/* 834px以下 */
@media screen and (max-width: 834px) {
  #footer {
    padding: 0 12px;
  }

  /* ========== Sort and Search ========== */

  .sf-field-tag,
  .sf-field-category {
    padding: 10px 15px;
  }

  .sf-field-tag ul li,
  .sf-field-category ul li {
    width: calc(100% / 3);
  }

  /* ========== Menu ========== */

  .logo-menu-button {
    flex-grow: 2;
    margin-left: 70px;
  }

  .home-menu-button,
  .navi-menu-button {
    width: 70px;
  }

  .slidemenu__menu {
    width: 34px;
    height: 34px;
  }

  .slidemenu__menu-close {
    width: 30px;
    height: 30px;
  }

  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    align-items: center;
    justify-content: space-between;
    min-width: 46px;
    color: var(--darkblue);
    background: var(--blue);
    box-shadow: none;
  }

  #navi-menu-content {
    line-height: 1;
    background: linear-gradient(135deg,
        rgb(135 216 246 / 85%) 0%,
        rgb(64 193 241 / 70%) 100%);
  }

  #navi-menu-content .menu-close-button {
    width: 70px;
  }

  #navi-menu-content .menu-content .menu-drawer {
    padding: 20px;
  }

  #navi-menu-content .menu-drawer li {
    margin: 20px 40px;
  }

  #navi-menu-content .menu-drawer a {
    padding: 15px;
    font-size: 18px;
    color: var(--text);
  }

  /* ========== hamburger ========== */

  .slidemenu__header {
    display: flex;
    align-items: center;
    height: 50px;
  }

  .slidemenu__logo {
    flex-grow: 2;
    text-align: center;
  }

  .slidemenu__logo img {
    height: 40px;
  }

  .front-top-page .slidemenu__menu path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: draw 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  }

  .front-top-page .slidemenu__menu path:nth-of-type(1) {
    animation-delay: 0s;
  }

  .front-top-page .slidemenu__menu path:nth-of-type(2) {
    animation-delay: 0.12s;
  }

  .front-top-page .slidemenu__menu path:nth-of-type(3) {
    animation-delay: 0.24s;
  }

  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  /* ========== Login ========== */

  #wpmem_reg,
  #wpmem_login,
  .fpsm-login-form-wrapper {
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }

  #wpmem_reg .button_div,
  #wpmem_login .button_div {
    margin: 35px 0 10px;
  }

  .button_div .buttons,
  #wpmem_reg .div_text input,
  #wpmem_login .div_text input,
  .fpsm-login-form-wrapper #user_pass,
  .fpsm-login-form-wrapper #user_login {
    height: 50px;
  }
}

/* 600px以下 */
@media screen and (max-width: 600px) {

  .information__body {
    font-size: 14px;
  }

  /* ========== Post ========== */

  .entrycard__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }

  .article__contact ul {
    display: block;
    padding: 8px 10px 10px;
  }

  .article__contact--how {
    font-size: 18px;
    text-align: center;
  }

  .article__contact--id {
    margin: 6px 0 10px;
  }

  .button__copy {
    justify-content: center;
  }
}

/* 480px以下 */
@media screen and (max-width: 480px) {
  /* ========== Tag Entry ========== */

  .tags span {
    padding: 4px 5px 5px;
  }

  .entrycard__data--img {
    width: 70px;
  }

  .entrycard__data--icon {
    width: 60px;
  }

  .entrycard__data--info {
    width: calc(100% - 70px);
  }

  .entrycard__data--age {
    margin-left: 1px;
  }

  .entrycard__tag span,
  .article__info--tag span {
    padding: 3px 4px;
    margin: 0 3px 3px 0;
  }

  /* ========== Pagination ========== */

  .page-numbers {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .page-numbers.dots {
    width: 16px;
  }

  .pagination .page-numbers.current {
    line-height: 30px;
  }

  /* ========== Modal Post ========== */

  #post-modal-box {
    max-height: 74vh;
  }

  .article__info--img {
    width: 80px;
    text-align: center;
  }

  .article__info--icon {
    width: 60px;
  }

  .article__info--data {
    width: calc(100% - 80px);
  }

  .article__info--tag {
    margin: 0;
  }

  /* ========== Sort and Search ========== */

  .sf-field-tag ul li,
  .sf-field-category ul li {
    width: 50%;
  }
}