@charset "UTF-8";
/*
 Theme Name:   muum_tcd085-child
 Template:     muum_tcd085
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --color-border-default: #ddd;
  --color_link_text: #1e73be;
}

.sp {
  display: none;
}

* {
  font-family: 'メイリオ', 'Meiryo', sans-serif !important;
}

#body,
#body input,
#body textarea {
  /*font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.img100 {
  width: 100%;
  height: auto;
}

.font__notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 740px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

#post_title .title {
  font-size: 26px !important;
  line-height: 1.5;
  font-weight: 500;
  padding: 20px 0 0;
}

.post_content h2 {
  text-align: left !important;
}

.post_content p {
  word-break: break-all;
}

.post_content a {
  text-decoration: underline;
}

.post_content a.logout_btn {
  display: none;
  position: relative;
  background: #b0bc00;
  width: 360px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}

.post_content a.logout_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}

.post_content a.logout_btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}

.post_content h2.login_title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

.post_content #wpmem_login legend {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  #post_title {
    margin-bottom: 20px;
  }

  #post_title .title {
    padding: 10px 0 0;
  }

  .post_content a.logout_btn {
    width: 80%;
    font-size: 20px;
    padding: 10px;
  }

  .post_content h2.login_title {
    font-size: 28px;
  }

  .post_content #wpmem_login legend {
    font-size: 28px;
  }
}

.tagcloud a {
  line-height: 1.8em;
  border: 1px solid #4CBFBF;
  padding: 8px;
  margin: 5px;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px !important;
  background: #fff;
}

.tagcloud a:hover {
  text-decoration: underline;
}

.single_tags {
  padding: 10px;
  margin: 30px 0 15px 0;
  background: #efefef;
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 740px) {
  .single_tags {
    width: calc(100% - 20px);
  }
}

.footer_logo_image {
  width: 70%;
  margin-bottom: 20px;
}

.footer_logo_text {
  line-height: 1.8;
  font-size: 0.9rem;
}

.footer_rite_menu {
  line-height: 1.8em;
}

.footer_rite_menu a:hover {
  text-decoration: underline;
}

/* ウィジェットカテゴリカラー常時オン  */
.category_list_widget .cat-item-8 .count {
  background-color: #ec6d71;
  border-color: #ec6d71;
  color: #fff;
}

.category_list_widget .cat-item-7 .count {
  background-color: #00b3e0;
  border-color: #00b3e0;
  color: #fff;
}

.category_list_widget .cat-item-9 .count {
  background-color: #f39800;
  border-color: #f39800;
  color: #fff;
}

.category_list_widget .cat-item-3 .count {
  background-color: #00a58a;
  border-color: #00a58a;
  color: #fff;
}

.category_list_widget .cat-item-2 .count {
  background-color: #c2c900;
  border-color: #c2c900;
  color: #fff;
}

/* ボタン1三角アイコン  */
.q_custom_button1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.q_custom_button1:hover:after {
  right: 18px;
}

/* 記事下バナー  */
.tenpos_banner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

.tenpos_banner_wrap .banner_left {
  width: 50%;
}

.tenpos_banner_wrap .banner_right {
  width: 50%;
  text-align: right;
}

.tenpos_banner_wrap .banner_img {
  width: 300px;
}

@media screen and (max-width: 740px) {
  .tenpos_banner_wrap .banner_img {
    width: 100%;
  }

  .tenpos_banner_wrap .banner_left {
    width: 45%;
  }

  .tenpos_banner_wrap .banner_right {
    width: 45%;
  }
}

@media screen and (max-width: 599px) {
  .tenpos_banner_wrap {
    flex-direction: column;
  }

  .tenpos_banner_wrap .banner_left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .tenpos_banner_wrap .banner_right {
    width: 100%;
    text-align: center;
  }

  .tenpos_banner_wrap .banner_img {
    margin: 0 auto;
    width: 90%;
  }
}

/* トップへ戻るボタン #return_top */
#return_top {
  bottom: 1em;
  right: 1em;
  transform: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s;
  z-index: 888;
}

#return_top a {
  border-radius: 50%;
}

#return_top.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------
   記事コンテンツ
---------------------------------*/
#post_image .category {
  min-height: 40px;
  height: unset;
  line-height: 1.25;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  #post_image .category {
    min-height: 35px;
    height: unset !important;
    line-height: 1.25 !important;
    padding: 5px 15px !important;
  }
}

/* SNSボタン */
.sns p {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sns p {
    text-align: center;
  }
}

.icon-twitter:before {
  content: "" !important;
  display: inline-block;
  width: 15.5px;
  aspect-ratio: 1/1;
  background: url(img/ico_x.png) no-repeat center/contain;
  transform: translateY(1px);
}

.share-type2 ul.type2 li.twitter a:hover .icon-twitter:before {
  background: url(img/ico_x_white.png) no-repeat center/contain;
}

.icon-facebook:before {
  content: "" !important;
  display: inline-block;
  width: 15.5px;
  aspect-ratio: 1/1;
  background: url(img/ico-facebook.png) no-repeat center/contain;
  transform: translateY(1px);
}

.icon-hatebu:before {
  content: "" !important;
  display: inline-block;
  width: 15.5px;
  aspect-ratio: 1/1;
  background: url(img/ico-hatena.png) no-repeat center/contain;
}

.icon-rss:before {
  content: "" !important;
  display: inline-block;
  width: 15.5px;
  aspect-ratio: 1/1;
  background: url(img/ico-rss.png) no-repeat center/contain;
}

/* 関連リンク*/
.related_links_box {
  padding: 20px;
  background: #e5f0f0;
  border-radius: 10px;
}

/*--------------------------------
   サイドメニュー
---------------------------------*/
.widget_headline {
  min-height: 40px;
  height: unset;
}

/* SNSリンク　*/
.side_twitter_ico img {
  width: 60px;
}

/*--- 2024/04/04 検証のため追加 ---*/
/* 検索フォーム */
.widget_content #searchform,
.widget_content #searchform #s,
.widget_content #searchform .submit_button,
.widget_content #searchform .submit_button:before,
.widget_content #searchform #searchsubmit {
  height: 35px;
}

.widget_content #searchform .submit_button,
.widget_content #searchform .submit_button:before,
.widget_content #searchform #searchsubmit {
  width: 40px;
}

.widget_content #searchform {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

.widget_content #searchform #s {
  width: calc(100% - 40px);
}

.widget_content #searchform .submit_button:before {
  line-height: 35px;
  transition: .3s;
}

.widget_content #searchform .submit_button:hover:before {
  color: #e25242;
}

@media screen and (max-width: 1100px) {
  .widget_search {
    display: none;
  }
}

/* 画面幅1100px以下で検索フォーム非表示のため調整 */
@media screen and (max-width: 1100px) AND (min-width: 740px) {
  #side_col .widget_content:nth-child(odd) {
    margin-right: 0;
  }

  #side_col .widget_content:nth-child(even) {
    margin-right: 30px;
  }
}

/* 「会員登録」で受けられる３つの特典はこちら .member_tokuten */
.widget_content .member_tokuten {
  width: 100%;
  padding: 45px 25px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-feature-settings: "pkna";
}

.widget_content .member_tokuten .txt__red {
  color: #e25242;
}

.widget_content .member_tokuten .txt__bold {
  font-weight: bold;
}

.widget_content .member_tokuten__ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 25px;
  margin: 0 0 30px;
  position: relative;
}

.widget_content .member_tokuten__ttl:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #e25242;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.widget_content .member_tokuten__list {
  font-size: 14px;
  padding: 0 0 0 62px;
  text-align: left;
  box-sizing: border-box;
  border: none;
  line-height: 1.4;
}

.widget_content .member_tokuten__listDt {
  position: relative;
}

.widget_content .member_tokuten__listDt .txt__bg {
  background-image: linear-gradient(transparent 10%,#f0f0f0 10%, #f0f0f0 90%,transparent 90%);
}

.widget_content .member_tokuten__listDt:not(:first-of-type) {
  margin-top: 15px;
}

.widget_content .member_tokuten__listDt:before {
  display: block;
  min-width: 50px;
  padding: 7px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #e25242;
  position: absolute;
  top: -0.25em;
  right: calc(100% + 12px);
}

.widget_content .member_tokuten__listDt:nth-of-type(1):before {
  content: "特典 1";
}

.widget_content .member_tokuten__listDt:nth-of-type(2):before {
  content: "特典 2";
}

.widget_content .member_tokuten__listDt:nth-of-type(3):before {
  content: "特典 3";
}

.widget_content .member_tokuten__listDd {
  margin: 5px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

.widget_content .member_tokuten__listDd:before {
  content: "・";
}

@media screen and (max-width: 740px) {
  .widget_content .member_tokuten {
    padding: 45px 17px;
  }
}

/*--- END 2024/04/04 検証のため追加 ---*/

/* ランキング（WP Popular Posts Custom） */
.rank_widget .rank_widget__nav {
  display: flex;
  position: relative;
}

.rank_widget .rank_widget__nav_item {
  display: block;
  width: 50%;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}

.rank_widget .rank_widget__nav_item.active {
  color: #f54337;
}

.rank_widget .rank_widget__nav_line {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 4px;
  background: #f54337;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.rank_widget .rank_widget__nav_line.pos__left {
  left: 0;
}

.rank_widget .rank_widget__nav_line.pos__right {
  left: 50%;
}

.rank_widget .rank_widget__list_wrap {
  border: 1px solid #ddd;
}

.rank_widget .rank_widget__month_list {
  display: none;
}

.rank_widget .rank_widget__item {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.rank_widget .rank_widget__item:last-child {
  border: none;
}

.rank_widget .rank_widget__item a {
  display: flex;
}

.rank_widget .rank_widget__img_wrap {
  width: 100px;
  min-height: 100px;
  position: relative;
}

.rank_widget .rank_widget__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rank_widget .rank_widget__rank_label {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  background: #fff;
}

.rank_widget .rank_widget__txt_wrap {
  width: calc(100% - 100px);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.rank_widget .rank_widget__ttl {
  line-height: 1.8;
}

.rank_widget .rank_widget__no_post_txt {
  text-align: center;
  padding: 50px 30px;
}


/*--------------------------------
   ヘッダー
---------------------------------*/
#header,
.pc .header_fix #header {
  height: unset;
}

.pc .header_fix #header {
  z-index: 999;
}

@media screen and (max-width: 1251px) {
  .header_fix_mobile #header {
    z-index: 999 !important;
  }
}

/* 翻訳 */
#header_translation .translation_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

.header_translation_ttl {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #515151;
}

.header_translation_ttl:before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background: url(img/ico_lang_gray.png) no-repeat center/contain;
}

#header_translation .translation_list a {
  display: block;
  line-height: 1;
  text-align: center;
}

#header_translation .translation_list a:hover {
  color: #e25242;
}

@media screen and (min-width: 1252px) {
  #header_translation {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  #header_translation_inner {
    max-width: 1130px;
    margin: 0 auto;
  }

  #header_translation .translation_list {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  #header_translation .translation_list a {
    display: block;
    font-size: 10px;
    line-height: 1;
    padding: 10px 15px;
  }

  #header_translation .translation_list a[data-stt-active] {
    position: relative;
    z-index: 11;
  }

  #header_translation .translation_list a[data-stt-active]:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #d15c4a;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1251px) {
  #header_translation {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 11;
  }

  .header_translation_ttl {
    color: #2b2b2b;
    gap: 5px;
  }

  .header_translation_ttl:before {
    width: 17px;
    background: url(img/ico_lang.png) no-repeat center/contain;
  }

  .header_translation_ttl:after {
    content: "";
    display: block;
    width: 6px;
    height: 4px;
    background: url(img/arrow_pulldown.png) no-repeat center/contain;
  }

  #header_translation .translation_list {
    display: none;
    position: absolute;
    background: #fff;
    padding: 8px 0;
    margin-top: 12px;
    width: 120px;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
  }

  #header_translation.open .translation_list {
    display: block;
  }

  #header_translation .translation_list:before {
    content: "";
    display: block;
    border-bottom: 12px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  #header_translation .translation_list a {
    font-size: 12px;
    padding: 6px 10px;
  }

  #header_translation .translation_list a[data-stt-active] {
    color: #e25242;
    font-weight: bold;
  }
}

/* 2024/04/04 検証のため追加 */
#header #site_description {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 1250px) {
  #header #site_description {
    margin: 0 0 0 20px;
  }
}

/* END 2024/04/04 検証のため追加 */

/*検索*/
#header_search {
  width: 200px;
}

/*会員登録*/
/* 2024/04/04 検証のため追加 */
.header_member_login__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex: 2 2;
  margin-top: 5px;
}

.header_create_after_txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
  color: #e25242;
  margin-top: 8px;
}

.header_kaigyo_contact_btn {
  font-size: 16px;
  font-weight: bold;
  color: #e25242;
  line-height: 1.85;
  text-decoration: underline;
  text-underline-offset: 0.425em;
  flex: 1.2 1.2;
  text-align: right;
}

/* END 2024/04/04 検証のため追加 */

.header_login_txt {
  margin: 0 15px;
  color: var(--color_link_text);
  text-decoration: underline;
  margin-left: auto;
}

.header_create_btn {
  /*background: #b0bc00; 2024/04/04 検証のためコメントアウト*/
  background: #e25242;
  /*width: 150px; 2024/04/04 検証のためコメントアウト*/
  border-radius: 5px;
  color: #fff;
  /*padding: 20px 0; 2024/04/04 検証のためコメントアウト*/
  padding: 17px 15px;
  font-size: 16px;
  text-align: center;
  font-weight: 800;
}

.header_create_btn:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}

a.header_user_name {
  background: #b0bc00;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-left: 20px;
}

a.header_user_name:hover {
  color: #fff;
}

@media screen and (max-width: 1250px) {
  .header_create_btn {
    margin-right: 50px;
    width: 90px;
    padding: 10px 0;
    font-size: 14px;
  }

  a.header_user_name {
    width: 40px;
    height: 40px;
  }

  /* 2024/04/04 検証のため追加 */
  .header_kaigyo_contact_btn {
    margin-right: 60px;
    font-size: 12px;
  }

  .header_member_login__wrap {
    flex: unset;
  }

  .header_member_login__wrap .pc,
  .header_kaigyo_contact_btn.pc {
    display: none;
  }

  .header_member_login__wrap .sp,
  .header_kaigyo_contact_btn.sp {
    display: block;
  }

  /* END 2024/04/04 検証のため追加 */
}

@media screen and (max-width: 740px) {
  a.header_user_name {
    margin-right: 50px;
  }
}

@media screen and (max-width: 460px) {
  #header_logo {
    margin-left: 10px !important;
  }

  #header_logo .mobile_logo_image {
    width: 150px;
    height: auto;
  }

  .header_create_btn {
    width: 70px;
    padding: 10px 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 399px) {
  .header_create_btn {
    /*width: 60px; 2024/04/04 検証のためコメントアウト*/
    padding: 10px 0px;
    font-size: 12px;
  }

  .header_login_txt {
    margin: 0 10px;
  }
}

@media screen and (max-width: 360px) {
  .header_login_txt {
    display: none;
  }

  /* 2024/04/04 検証のため追加 */
  .header_kaigyo_contact_btn {
    width: 25%;
    text-align: center;
  }

  /* END 2024/04/04 検証のため追加 */
}

/* drawer_menu */
#drawer_menu .drawer_member_login__wrap {
  margin: -10px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#drawer_menu .drawer_create_btn,
#drawer_menu .drawer_login_btn,
#drawer_menu .drawer_kaigyo_contact_btn {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

#drawer_menu .drawer_create_btn,
#drawer_menu .drawer_kaigyo_contact_btn {
  color: #fff;
  background: #e25242;
}

#drawer_menu .drawer_login_btn {
  color: #333;
  background: #fff;
}


/* drop down
-----------------------------------------*/
/* link */
.mod_dropnavi {
  position: relative;
  /* mod_dropnavi_child */
}

.mod_dropnavi .mod_dropnavi_child {
  display: none;
  position: absolute;
  top: 50px;
  left: -58px;
  z-index: 99;
  padding: 11px 0 0 0 !important;
}

.mod_dropnavi .mod_dropnavi_child ul {
  position: relative;
  padding: 4px 20px 16px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.mod_dropnavi .mod_dropnavi_child ul::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 50%;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-right: -6px;
  background-color: #fff;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  transform: rotate(-135deg);
}

.mod_dropnavi .mod_dropnavi_child ul li {
  line-height: 1.3;
  text-align: left;
  margin: 12px 0 0 0 !important;
  white-space: nowrap;
}

.mod_dropnavi .mod_dropnavi_child ul li.user_name {
  font-weight: 700;
}

.mod_dropnavi .mod_dropnavi_child ul li:nth-child(1) {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.mod_dropnavi .mod_dropnavi_child ul li:nth-child(4) {
  border-top: 1px dotted #ddd;
  padding-top: 10px;
}

.mod_dropnavi .mod_dropnavi_child ul li a {
  display: inline-block;
}

.mod_dropnavi_child ul li a:link {
  color: #000;
  text-decoration: none;
}

.mod_dropnavi_child ul li a:visited {
  color: #000;
  text-decoration: none;
}

.mod_dropnavi_child ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.mod_dropnavi_child ul li a:active {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .mod_dropnavi {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1250px) {
  .mod_dropnavi {
    margin-right: 100px;
  }
}

@media screen and (max-width: 740px) {
  .mod_dropnavi {
    margin-right: 0px;
  }

  .mod_dropnavi .mod_dropnavi_child {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mod_dropnavi .mod_dropnavi_child ul {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px;
    padding-top: 50px;
  }

  .mod_dropnavi .mod_dropnavi_child ul::after {
    content: none;
  }
}

/*--------------------------------
   会員登録
---------------------------------*/
/*会員登録*/
input {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  outline: none;
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  outline: none;
}

/* loguin */
#wpmem_login {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}

#wpmem_login legend {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
}

#wpmem_login .div_text {
  margin: 20px auto;
  width: 400px;
}

#wpmem_login input[type=text].username {
  width: 400px;
  padding: 12px 10px;
}

#wpmem_login input[type=password].password {
  width: 400px;
  padding: 12px 10px;
}

#wpmem_login .row_div label {
  text-align: left;
  display: block;
  width: 400px;
  margin: 0 auto;
  font-weight: 600;
}

#wpmem_login .button_div input[type=submit] {
  display: block;
  background: #b0bc00;
  width: 400px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: 800;
  margin: 15px auto;
  line-height: 1em;
}

#wpmem_login .button_div input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 740px) {
  #wpmem_login {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
  }

  #wpmem_login legend {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
  }

  #wpmem_login .div_text {
    margin: 20px auto;
    width: 100%;
  }

  #wpmem_login input[type=text].username {
    width: 100%;
    padding: 12px 10px;
  }

  #wpmem_login input[type=password].password {
    width: 100%;
    padding: 12px 10px;
  }

  #wpmem_login .row_div label {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
  }

  #wpmem_login .button_div input[type=submit] {
    width: 80%;
    padding: 10px;
    font-size: 18px;
  }
}

/*--------------------------------
   会員登録
---------------------------------*/
#wpmem_reg {
  width: 100%;
}

#wpmem_reg legend {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

#wpmem_reg fieldset {
  text-align: center;
}

#wpmem_reg .wpmem_head_text {
  text-align: center;
}

#wpmem_reg .hissu {
  font-size: 12px;
  background: #f44337;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: top;
  font-weight: 400;
}

#wpmem_reg .div_text {
  margin: 20px auto;
  width: 400px;
}

#wpmem_reg .div_select {
  margin: 20px auto;
  width: 400px;
}

#wpmem_reg .div_radio {
  margin: 20px auto;
  width: 400px;
  text-align: left;
  line-height: 2em;
}

#wpmem_reg .div_radio label.radio {
  display: inline;
  font-weight: 400;
}

#wpmem_reg input[type=text].textbox {
  width: 400px;
  padding: 12px 10px;
}

#wpmem_reg input[type=email].textbox {
  width: 400px;
  padding: 12px 10px;
}

#wpmem_reg input[type=password].textbox {
  width: 400px;
  padding: 12px 10px;
}

#wpmem_reg select.dropdown {
  width: 400px;
  padding: 12px 10px;
}

#wpmem_reg label.text {
  text-align: left;
  display: block;
  width: 400px;
  margin: 0 auto;
  font-weight: 600;
}

#wpmem_reg label.select {
  text-align: left;
  display: block;
  width: 400px;
  margin: 0 auto;
  font-weight: 600;
}

#wpmem_reg label.radio {
  text-align: left;
  display: block;
  width: 400px;
  margin: 0 auto;
  font-weight: 600;
}

#wpmem_reg .button_div {
  margin: 0 auto;
  width: 400px;
  position: relative;
}

#wpmem_reg .button_div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}

#wpmem_reg .button_div input[type=submit] {
  background: #b0bc00;
  width: 400px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: 800;
}

#wpmem_reg .button_div input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 740px) {
  #wpmem_reg {
    width: 100%;
  }

  #wpmem_reg legend {
    font-size: 28px;
  }

  #wpmem_reg .div_text {
    margin: 20px auto;
    width: 100%;
  }

  #wpmem_reg .div_select {
    width: 100%;
  }

  #wpmem_reg .div_radio {
    width: 100%;
  }

  #wpmem_reg input[type=text].textbox {
    width: 100%;
  }

  #wpmem_reg input[type=email].textbox {
    width: 100%;
  }

  #wpmem_reg input[type=password].textbox {
    width: 100%;
  }

  #wpmem_reg select.dropdown {
    width: 100%;
  }

  #wpmem_reg label.text {
    width: 100%;
  }

  #wpmem_reg label.select {
    width: 100%;
  }

  #wpmem_reg label.radio {
    width: 100%;
  }

  #wpmem_reg .button_div {
    width: 100%;
  }

  #wpmem_reg .button_div input[type=submit] {
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
}

/* rede_more*/
#rede_more .more_text {
  position: relative;
  padding: 1rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#rede_more .more_text::after {
  position: absolute;
  top: 48%;
  width: 100%;
  border-top: 1px dashed var(--color-border-default);
  content: "";
}

#rede_more .more_text::before {
  position: absolute;
  top: 48%;
  width: 100%;
  border-top: 1px dashed var(--color-border-default);
  content: "";
}

#rede_more .more_text:before {
  left: 0;
}

#rede_more .more_text:after {
  right: 0;
}

#rede_more .more_text span.text {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 5;
  padding: 0 10px;
}

#rede_more .login_wrap {
  width: 100%;
  border: 1px solid var(--color-border-default);
  border-radius: 5px;
}

#rede_more .register_box {
  max-width: 50%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 740px) {
  #rede_more .register_box {
    max-width: 80%;
  }
}

#rede_more .register_btn {
  display: block;
  position: relative;
  background: #F0A600;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

#rede_more .register_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
}

#rede_more .register_btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}

#rede_more .sml-login {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  #rede_more .sml-login {
    width: 80%;
  }
}

#rede_more .sml-user-links-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

#rede_more .sml-action-links-register {
  display: none;
}

#rede_more .sml-action-links-lostpassword {
  text-align: center;
  margin-top: 1rem;
  margin-left: 0;
}

#rede_more .sml-login p label {
  display: block !important;
}

@media screen and (max-width: 740px) {
  #rede_more .login_wrap .row_div {
    margin: 0 1.2rem;
  }

  #rede_more .register_btn {
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    margin: 0 auto;
  }

  #rede_more .sml-login p label {
    width: 100% !important;
  }
}

.wpmem_msg {
  text-align: center;
  margin-bottom: 30px;
  color: #f44337;
  line-height: 2em;
}

.wpmem_msg .registration_txt {
  font-size: 32px;
  font-weight: 900;
  color: #000;
}

.logged-in #wpmem_reg .wpmem_head_text {
  display: none;
}

.logged-in .post_content a.logout_btn {
  display: block;
}

.logged-in .profile_data {
  display: block;
}

/*プロフィール*/
.profile_box {
  max-width: 400px;
  margin: 0 auto;
}

.profile_box dl {
  display: flex;
}

.profile_box dt {
  width: 40%;
}

.profile_box dd {
  width: 60%;
}

@media screen and (max-width: 740px) {
  .profile_box {
    max-width: 100%;
    margin: 0 auto;
  }

  .profile_box dl {
    display: block;
  }

  .profile_box dt {
    width: 100%;
  }

  .profile_box dd {
    width: 100%;
  }
}

.account_wrap li {
  text-align: center;
  list-style: none;
}

.profile_data {
  display: none;
}

/*--------------------------------
   お問い合わせ
---------------------------------*/
.post_content h1 {
  text-align: center;
}

.post_content .contact__form th {
  width: 30%;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
}

.post_content .contact__form th.require span {
  background-color: #f54337;
  border-radius: 15px;
  padding: 0rem 0.6rem;
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .post_content .contact__form th {
    padding: 10px;
  }

  .post_content .contact__form th.require span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0px;
  }
}

.contact__form .contact__table .input input[type=text],
.contact__form .contact__table .input input[type=email] {
  border: 1px solid #d4d4d4;
  background-color: #f6f6f6;
  width: 100%;
  padding: 0.5rem;
  font-size: 1.2rem;
}

.contact__form .contact__table .input textarea {
  border: 1px solid #d4d4d4;
  background-color: #f6f6f6;
  width: 100%;
  padding: 0.5rem;
  font-size: 1.2rem;
}

.contact__form .contact_btnWrap {
  display: flex;
  justify-content: space-between;
}

.contact__form .contact_btnWrap .contact_btn {
  margin: 1rem 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact__form .contact_btnWrap .contact_btn input[type=submit] {
  text-align: center;
  width: 20rem;
  background-color: #f54337;
  color: #fff;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 0;
}

.contact__form .contact_btnWrap .contact_btn input[type=submit]:hover {
  cursor: pointer;
}

.contact__form .contact_btnWrap .contact_btn::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transition: all 0.3s;
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-70%);
}

@media screen and (max-width: 767px) {

  .contact__form .contact__table .input input[type=text],
  .contact__form .contact__table .input input[type=email] {
    font-size: 1rem;
  }

  .contact__form .contact_btnWrap {
    display: flex;
    justify-content: center;
  }

  .contact__form .contact_btnWrap .contact_btn {
    margin: 1rem 0;
  }

  .contact__form .contact_btnWrap .contact_btn input[type=submit] {
    text-align: center;
    width: 18rem;
    font-size: 1.2rem;
    padding: 0.8rem 0;
  }

  .contact__form .contact_btnWrap .contact_btn::after {
    right: 10%;
    width: 0.8rem;
    height: 0.8rem;
  }
}


/* ======================================
  スパイラル　会員登録
=========================================
*/
/* 確認画面　*/
.mw_wp_form_confirm .contact_btnWrap p {
  display: none;
}

.sml-login input[name=login_id],
.sml-login input[name=password] {
  border: 1px solid #d4d4d4;
  width: calc(100% - 10px) !important;
  padding: 5px;
  padding: 0.3rem;
}

@media screen and (max-width: 767px) {

  .sml-login input[name=login_id],
  .sml-login input[name=password] {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

.sml-login p label {
  width: 35% !important;
}

.sml-login input[name=wp-submit] {
  background: #F0A600 !important;
}

.sml-login button[name=wp-submit] {
  background: #F0A600 !important;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sml-login button[name=wp-submit] {
    margin-right: 0;
    width: 100%;
  }
}


.sml-action-links-register,
.sml-action-links-lostpassword,
.sml-user-links-profile,
.sml-user-links-reset-pw,
.sml-user-links-withdrawal,
.sml-user-links-logout {
  text-decoration: underline;
}

.sml-action-links-register::before,
.sml-action-links-lostpassword::before,
.sml-user-links-profile::before,
.sml-user-links-reset-pw::before,
.sml-user-links-withdrawal::before,
.sml-user-links-logout::before {
  font-family: "design_plus";
  content: "\e910";
  font-size: 12px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ログインページ */
.sml-action-links-register,
.sml-action-links-lostpassword,
.sml-user-links-profile,
.sml-user-links-reset-pw,
.sml-user-links-withdrawal,
.sml-user-links-logout {
  list-style: none;
  margin-left: -1.3em;
}

.post_content .sml-login p.submit {
  margin-bottom: 20px;
}

.post_content p.sml-user-name {
  margin-bottom: 1em;
}

.post_content p.sml-user-name::before {
  content: "お名前：";
  display: inline;
}

/*.widget_headline {
  display: none;
}*/
@media screen and (max-width: 767px) {
  .post_content .login_wrap ul {
    margin-left: 0;
  }
}

/*--------------------------------
  一覧ページ
---------------------------------*/
#index_tab_post_list .post_list.type2 .category {
  min-height: 40px;
  height: unset;
  line-height: 1.25;
  padding: 10px 20px;
  max-width: 352px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.blog_list.type1 .category {
  min-height: 40px;
  height: unset;
  line-height: 1.25;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}


@media screen and (max-width: 1100px) {
  #index_tab_post_list .post_list.type2 .category {
    min-height: 35px;
    height: unset !important;
    line-height: 1.25 !important;
    padding: 5px 15px !important;
    max-width: 300px;
  }

  .blog_list.type1 .category {
    min-height: 35px;
    height: unset !important;
    line-height: 1.25 !important;
    padding: 5px 15px !important;
  }
}

@media screen and (max-width: 750px) {
  #index_tab_post_list .post_list.type2 .category {
    max-width: 160px;
  }
}

/*# sourceMappingURL=style.css.map */

.q_custom_button1.animation_type1 {
  background: #F0A600 !important;
  border-color: #F0A600 !important;
  font-weight: bold;
}

/*.share-type2 ul.type2 li a .ttl {
  font-weight: bold !important;
}*/

.share-type2 ul.type2 li:last-child a {
  padding: 1px 6px 0 4px;
}