@charset "UTF-8";
/* ---------------------------
共通
----------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%f;
	 scroll-behavior: smooth;
}

body {
  font-famil: sans-serif;
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif !important;
  background-color: #fffcf9;
  margin: 0;
}
body.freeze #no__print {
  display: none !important; /* ここにスタイルを追加 */
  background-color: #FFFAF7;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
body.loging main {
  width: 98%;
  margin: 0 auto;
  padding-top: 65px; /* 高さに応じて余白を調整 */
}
body.logout main {
  padding-top: 60px; /* 高さに応じて余白を調整 */
}
.wrapper {
  width: 100%;
  margin: 0px auto 0 auto;
}
main.one_column {
  max-width: 98%;
  margin: 0 auto;
}
main h3, aside.L_aside h3, aside.R_aside h3 {
  color: #F3A738;
  margin: 5px;
}
.category_line {
  display: none;
}
main h1 {
  font-size: 1.5rem;
  color: #FFA803;
  letter-spacing: -0.035em;
  font-weight: bold;
  line-height: 1.4rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-radius: 5px;
}
svg:not(:root) {
  overflow: hidden;
}
ul {
  list-style: none;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  padding: 0
}
textarea {
  border: 1px solid #ccc;
  margin: 0;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 6px;
  border-radius: 5px;
  margin-top: 10px;
}
input {
  border: 1px solid #ccc;
  margin: 0;
  overflow: auto;
  padding: 1px;
  border-radius: 5px;
}
p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1.5em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 0
}
img {
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
}
a.comment-reply-link::before {
  font-family: "Font Awesome 5 Free";
  content: "";
}
a {
  text-decoration: none;
  color: #000;
}
.clear-both, .clearfix {
  clear: both
}
@media screen and (min-width: 768px) {
  .wrapper:after {
    content: "";
    clear: both;
    display: block;
  }
  .wrapper {
    max-width: 1200px;
    display: flex;
    margin: 10px auto 0 auto;
  }
  main {
    min-width: 690px;
    margin: 0px 5px;
    padding-top: 60px; /* 高さに応じて余白を調整 */
  }
  main.one_column {
    max-width: 800px;
    margin: 0 auto;
  }
  aside.L_aside {
    padding-top: 64px; /* 高さに応じて余白を調整 */
    width: 220px;
    min-width: 220px;
    /*	border-right:1px solid #CCC;*/
  }
  aside.R_aside {
    padding-top: 64px; /* 高さに応じて余白を調整 */
    width: 280px;
    min-width: 280px;
    /*border-left:1px solid #CCC;*/
  }
  .searchword {
    display: initial;
  }
  .category_line {
    display: initial;
  }
  .category_line li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .category_line li:hover {
    background-color: #F7F7F7;
  }
  .category_line li i {
    width: 20px; /* アイコンの幅を固定して、テキストの開始位置を揃える */
    text-align: center; /* アイコンを中央揃え */
    margin-right: 5px; /* テキストとの間隔を調整 */
  }
  .Lside_nav ul.searchword li {
    display: inline;
  }
}
/* ---------------------------
マージン
----------------------------*/
.m5 {
  margin: 5px;
}
.mt10 {
  margin: 10px 0 0 0;
}
.mt20 {
  margin: 20px 0 0 0;
}
.mt30 {
  margin: 30px 0 0 0;
}
.mt40 {
  margin: 40px 0 0 0;
}
.mt50 {
  margin: 50px 0 0 0;
}
.mt60 {
  margin: 60px 0 0 0;
}
.mt70 {
  margin: 70px 0 0 0;
}
.mt80 {
  margin: 80px 0 0 0;
}
.mt90 {
  margin: 90px 0 0 0;
}
.mt100 {
  margin: 100px 0 0 0;
}
/* ---------------------------
左サイドバー
----------------------------*/
ul.cp_clist {
  margin: 5px;
}
ul.cp_clist .comment_ttl {
  color: #aaa;
  font-size: 12px;
  clear: both;
}
ul.cp_clist .comment_ttl:hover {
  text-decoration: none;
}
ul.cp_clist a {
  color: #4B4B4B;
  display: block;
  margin: 0px 0px 5px 0px;
  min-height: 50px;
  border-bottom: 1px #CCC solid;
}
ul.cp_clist a:hover {
  background-color: #F7F7F7;
  text-decoration: none;
}
/* ------ランキング----------*/
ol.cp_clist {
  counter-reset: cp_clist;
  padding-left: 1rem;
  margin: 15px 5px 5px 5px;
  border-bottom: 1px #CCC solid;
}
ol.cp_clist li {
  color: #4B4B4B;
  position: relative;
  padding-left: 1rem;
  list-style-type: none;
}
ol.cp_clist a {
  color: #4B4B4B;
  display: block;
  margin: 0px 0px 5px 0px;
}
ol.cp_clist li::before {
  color: #6E6E6E;
  counter-increment: cp_clist;
  content: counter(cp_clist) '位';
  display: block;
  position: absolute;
  left: -1.1rem;
}
ol.cp_clist li:nth-of-type(1)::before {
  color: #f06292;
  font-weight: 500;
}
ol.cp_clist li:nth-of-type(2)::before {
  color: #ffb74d;
  font-weight: 500;
}
ol.cp_clist li:nth-of-type(3)::before {
  color: #4db6ac;
  font-weight: 500;
}
/* --------------------------
右サイドバーログイン
----------------------------*/
.R_login {
  border-radius: 4px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 900;
  padding: 0 0 10px 0;
}
/* -右サイドバーメニュー・PC--------*/
#nav {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#nav a {
  width: auto;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  /* height: 50px; */
  font-size: 0.85rem;
  /* line-height: 50px; */
  margin-right: 2px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  padding: 10px;
}
#nav a:hover {
  background-color: #F7F7F7;
}
/* --------------------------
記事ページ　アンケート表示画面
----------------------------*/
.iframe-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
}
/* 選択肢を押すと表示されるIDクラス */
.voteon {
  background-color: #4db6ac;
  color: #ffffff !important;
}
/* ------記事アイコン・日付・ユーザー名・ブックマーク-------*/
.anke_meta_info {
  display: flex;
  align-items: flex-start; /* アイコンとテキストを上揃え */
}
.anke_meta_icon {
  margin-right: 5px; /* アイコンとテキスト間の余白 */
  flex-shrink: 0; /* アイコンのサイズを維持 */
}
.anke_meta_text {
  display: flex;
  flex-direction: column; /* テキストを縦に配置 */
}
.anke_meta_nickname {
  margin-bottom: 0px; /* ニックネームと日付間の余白 */
	font-size: 0.8rem;
	color: #373737;
}
.anke_meta_date {
  font-size: 0.6rem; /* 日付のフォントを少し小さく */
  color: #ABABAB; /* 日付を目立たせすぎない色に */
}
.anke_meta_good__hyoka {
  font-size: 0.5rem;
  text-align: right;
}
/* 並べる部分のエリア */
.anke_meta_actions {
  display: flex;
  margin-left: auto; /* 右に寄せる */
  align-items: center; /* 垂直方向を中央揃え */
}
.anke_meta_bookmark {
  font-weight: bold;
  color: #333;
  margin-top: -15px;
  margin-right: -5px;
}
.ribbon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --r: .8rem;
  border-inline: .3rem solid #0000;
  padding: .2rem .1rem calc(var(--r) + .1rem);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .3rem) calc(100% - var(--r)), 50% 100%, .3rem calc(100% - var(--r)), 0 100%);
  background: radial-gradient(50% .2rem at top, #ffffffab, #0000) border-box, #FFE6CD padding-box;
  width: fit-content;
}
.anke_meta_good {
  margin-right: 10px; /* goodとbookmarkの間にスペースを追加 */
  font-weight: bold;
  color: #333;
}

#vote_select {
    position: relative; /* anke_meta_good を右側に配置する基準 */
	}			 

.anke_meta_comment {
  margin-right: 10px; /* goodとbookmarkの間にスペースを追加 */
  font-weight: bold;
  color: #333;
}

.simplefavorite-button {
  background-color: transparent !important;
  color: #F7AB3C !important;
  font-size: 1.2rem;
}
.anke_meta_userchoice {
  background-color: #474747;
  margin-left: 10px;
  font-size: 0.5rem;
  color: #fff;
  padding: 4px 6px;
}
.adsense-wrapper {
  background-color: transparent;
  text-align: center;
  max-width: 100%;
  padding: 10px;
  margin: 6px auto;
}
.anke_ttl {
  font-weight: bold;
  font-size: 1.5rem;
}
/* ---関連URL表示エリア-----------*/
.wp-embed {
  border: 0 solid #c1dfd8;
  background-color: #f1fbf9;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  margin-bottom: 5px;
	  min-height: 95px;
}
.wp-embed img {
  border-radius: 5px;
  padding-bottom: 5px;
	width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    float: right;
    border-radius: 5px;
}
.wp-embed p {
  margin: 0;
}
.wp-embed p.descr {
  display: none;
}
@media only screen and (min-width:767px) {
  .wp-embed p.descr {
    display: initial;
  }
}
.wp-embed-featured-image.square {
  float: right;
  width: 20%;
}
.wp-embed-excerpt {
  margin: 0 !important;
  width: 80%;
  display: block;
  position: relative;
  word-break: break-all !important;
  font-weight: normal !important;
  font-size: 0.8rem;
  line-height: 1.5;
  clear: none;
  color: #666;
}
/* ---投票エリア-----------*/
/* 投票するボタン */
.tohyo {
  pointer-events: none;
  background-color: #ccc;
  color: #fff;
  font-size: 20px;
  padding: 15px 30px;
  max-width: 320px;
  font-weight: bold;
  border: 0px solid #fff;
  margin: 0 auto;
  margin-top: 6px;
  border-radius: 4px;
  text-align: center;
  cursor: not-allowed;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto
}
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #454545;
  display: block;
  float: left;
  font-weight: bold;
  transition: all .2s ease
}
.tab_item:hover {
  opacity: .75
}
input[name="tab_item"] {
  display: none
}
.tab_content {
  display: none;
  padding: 0 10px 0 10px;
  clear: both;
  overflow: hidden
}
#all:checked ~ #all_content, #new:checked ~ #new_content {
  display: block
}
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff
}
.votetitle {
  font-size: 1.1rem !important;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
}
#content2 {
  background: #fff;
  padding: 1em;
  position: relative;
  z-index: 2
}
.vote-count {
  color: #666;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center
}
#vote_select {
  box-shadow: 0 0 7px #00000029;
  border-radius: 5px;
  margin-top: 5px;
  margin: 0 5px 20px 5px;
  padding: 10px;
  position: relative; /* 擬似要素のために必要 */
  cursor: pointer; /* ポインターカーソルでクリック可能を示す */
}



#vote_select ul {
  margin: 0 !important;
  padding: 0 !important
}
#vote_result ul {
  margin: 20px 0 !important;
  padding: 0 !important
}
#vote_select li {
  width: 100% !important;
  font-size: 1em !important;
  padding: 20px 10px !important;
  line-height: 130%;
  margin: 0 0 10px 0;
  color: #1da39a;
  border: 2px solid #1da39a !important;
  border-radius: 5px;
  cursor: pointer; /* クリック可能なカーソル */
  list-style: none; /* リストスタイルを消去 */
  text-align: center; /* 中央揃え */
  display: inline-block; /* インラインブロックでレイアウト */
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, box-shadow 0.5s ease; /* アニメーション */
}
#vote_select li:hover {
  background-color: #1da39a; /* 背景色を変更 */
  color: white; /* テキスト色を白に変更 */
  border-color: #157972 !important; /* ボーダー色を変更 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 境界線の周りにシャドウを追加 */
}
.votedset {
  pointer-events: visible !important;
  background-color: #ff9d3b !important;
  cursor: pointer !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 境界線の周りにシャドウを追加 */
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, box-shadow 0.5s ease; /* アニメーション */
}
#vote_result li#choice1 {
  width: 70% !important;
  display: block;
  margin: 0 auto !important
}
#vote_result li#choice2 {
  display: none
}
#vote_select li#choice1 {
  width: 70% !important;
  display: block;
  margin: 0 auto !important
}
#vote_select li#choice2 {
  display: none
}
#vote_result li {
  line-height: 2em;
  padding: 5px;
  margin: 3px;
  cursor: pointer;
  list-style: none;
  text-align: center;
  display: inline-block;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  border: 1px solid #999
}
#vote_result li {
  font-weight: bold !important;
  width: 47% !important;
  font-size: 1.2em !important;
  padding: 10px !important;
  margin: 0 1% !important;
  box-shadow: 2px 3px #999 !important
}
/* ---------------------------
記事ページ・コメントエリア
----------------------------*/
/* コメントツリー表示余白 */
ol.children {
  padding-left: 10px !important;
}
.henshin {
  background: #1DA39A;
  color: #fff !important;
  padding: 3px;
  font-size: 9px;
  border-radius: 3px;
}
ul#bbsitems li {
  margin: 5px;
  border-bottom: 1px #CCC solid;
}
/* ----------------------------
コメント一覧
----------------------------*/
.comment-list .children {
  margin-left: 20px;
}
.commets-list li {
  list-style: none;
  border-top: 1px solid #ccc;
  padding: 5px 0px 0px 0;
}
.comment button {
  display: block;
  float: right;
  font-size: 10px;
  border: 0;
  color: #fff;
  padding: 3px 6px 2px 6px;
  background-color: #1da39a;
}
.comment-listCon {
  position: relative;
  font-size: 0.9rem;
}
.comment__ID {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ccc;
  font-size: 0.7rem;
}
.bookmark {
  display: block;
  float: right;
  font-size: 10px;
  border: 0;
  margin-top: -2px;
  color: #fff;
  padding: 3px 6px 2px 6px;
}
a.comment-reply-link {
  color: #fff;
  text-decoration: none;
}
.wpulike {
	display: inline!important;
}
.copy_txt {
	margin-left: 3px;
}
/* ---------------------------
その他パーツ
----------------------------*/
/* ----------------------------
related-entriesアンケートサムネイル
----------------------------*/
ul#related-entries .related-entry {
  display: inline-block;
  min-width: 160px;
  border-bottom: 1px solid #E7E7E7;
}

li.related-entry {
  display: flex;
  background: #FFFDFB;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  margin: 1px auto;
  font-weight: 700;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;

  overflow: hidden; /* はみ出た内容を隠す */
}

.li_link {
  display: flex;
  width: 100%;
  align-items: flex-start; /* コンテンツを上揃えに */
  text-decoration: none;
  color: inherit;
}

.related-title {
  width: 70%; /* タイトルの幅を制限 */
  font-size: 1.1rem;
  line-height: 1.4; /* 行間を調整 */
  margin-right: 10px; /* 画像との間隔 */
  overflow: hidden; /* はみ出たテキストを隠す */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大3行まで表示 */
  -webkit-box-orient: vertical;
}
.comment-title {
  width: 100%; /* タイトルの幅を制限 */
  font-size: 1.1rem;
  line-height: 1.4; /* 行間を調整 */
  margin-right: 10px; /* 画像との間隔 */
  overflow: hidden; /* はみ出たテキストを隠す */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大3行まで表示 */
  -webkit-box-orient: vertical;
}
.small_thum {
  width: 80px; /* 画像の幅を固定 */
  height: 80px; /* 画像の高さを固定 */
  flex-shrink: 0; /* 画像のサイズを固定 */
  margin-left: auto; /* 右寄せ */
  float: right;
}

.small_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.related-title-meta {
  font-size: 10px;
  font-weight: normal;
  color: #AAAAAA;
  bottom: 5px;
  left: 10px;
}
@media only screen and (min-width:767px) {
  li.related-entry {
  
  }

  .related-title {
    font-size: 1.2rem;
    -webkit-line-clamp: 4; /* PCでは4行まで表示 */
  }
}

.mid-thum img {
  width: calc(50% - 0.5rem);
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  float: left;
  height: auto;
  border-radius: 5px;
  border: solid 1px #CCC;
}
.related-title-meta_catlink {
  text-align: center;
  border: 1px solid #DDD;
  padding: 1px 3px 1px 3px;
  border-radius: 2px;
  text-decoration: none;
  margin-left: 2px;
  display: inline-block !important;
	font-size: 10px;
	font-weight: initial;
	color: #AAAAAA;
}
.two_row .mid-thum img {
  width: 400px;
  aspect-ratio: 3/2;
}
.two_row #related-entries, .hasharea #related-entries {
  display: flex; /* 子要素を横並びにする */
  gap: 3px; /* カード間の間隔 */
}
.two_row .li_link, .hasharea .li_link {
  flex: 1 1 calc(50% - 3px); /* 横幅を50%に設定 */
  max-width: calc(50% - 3px); /* 最大幅を設定 */
  text-decoration: none; /* リンク装飾を削除 */
  color: inherit; /* テキスト色を継承 */
  display: flex; /* Flexboxを使用 */
  flex-direction: column; /* 縦方向のレイアウト */
  justify-content: space-between; /* 子要素を均等配置 */
  box-sizing: border-box; /* パディングやボーダーを含む幅に */
}
.two_row .related-title, .hasharea .related-title {
  width: 100%;
}
/* ---------------------------
ボタン
----------------------------*/
/*---コメント投稿するボタン---*/
.form-submit input#submit {
  background-color: #FF9D3B !important;
  color: #fff;
  font-size: 20px;
  padding: 15px 30px;
  width: 50%;
  font-weight: bold;
  border: 0 solid #fff;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
}
.wpcf7-validates-as-required, .wrapper__profileset input, .password, .lp--second__mail {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #000000 !important;
  margin: 0rem;
  background-color: rgba(255, 254, 251, 1.00);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .wrapper__point input, .wrapper__profileset, .password, .lp--second__mail {
    padding: 0.5rem;
    font-size: 1rem;
  }
}
.morebutton {
  margin: 0 0.5rem;
  justify-content: center;
  padding: 0.5rem;
  background-color: #F7DD47;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
}
.btn, a.btn, button.btn {
  display: inline-block;
  position: relative;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  color: #FFF !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .1em;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
}
.wpcf7-submit, .buttons {
  display: inline-block;
  position: relative;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  border-bottom: 3px solid #cf801c;
  background-color: #ff9d3b;
}
.btn--orange {
  justify-content: center;
  border-bottom: 3px solid #cf801c;
  background-color: #ff9d3b;
  color: #FFF;
  text-align: center;
}
.btn--orange:hover {
  margin-top: 3px;
  border-bottom: 2px solid #515151;
  opacity: 0.8;
}
.txt--orange {
  text-decoration: underline;
  color: #ED6C00;
}
.btn--gray {
  justify-content: center;
  border-bottom: 5px solid #383838;
  background-color: #9F9F9F;
  color: #FFF;
  text-align: center;
}
.btn--green:hover {
  margin-top: 3px;
  border-bottom: 2px solid #474747;
  opacity: 0.8;
}
.btn--hover {
  transition: color .3s;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.btn--hover:hover {
  opacity: .6;
  background-color: #ffffff;
}
/* ---------------------------
アンケカテゴリ・タグ一覧ページ
----------------------------*/
/* ------タブの順位表示-------*/
#sortwrap {
  width: 100%;
  justify-content: center;
  padding: 0;
  float: left;
  margin: 0;
  list-style: none
}
.sortwrap_btn:nth-child(2) {
  border-left-width: 0;
  border-right-width: 0
}
.sortwrap_btn {
  width: auto;
  margin: 0;
  border: 0 solid #999;
  display: block;
  text-align: left;
  float: left;
  margin-right: 0;
  font-size: 0.75rem;
  margin: 5px;
}
.sortwrap_btn a {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.sortwrap_btn.sortselect a {
  width: 100% !important;
  display: block !important;
  height: 100% !important;
  font-weight: bold;
  color: #333 !important
}
.cat__desc {
  font-size: 0.7rem;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  ul.tabbox {
    margin-bottom: 8px
  }
  .index-toolarea.clearfix {
    padding: 0 8px;
  }
  ul.tabbox li {
    font-size: 13px;
  }
  .wp-polls input[type=checkbox], .wp-polls input[type=radio] {
    left: 30px;
  }
}
.cat_descript {
  font-size: 0.75rem;
  margin: 1rem;
}
.ttl_create {
  font-size: 0.75rem;
  border: 1px solid #ffbabd;
  padding: 0.25rem;
  background-color: rgb(242 214 70);
  border-color: rgba(255, 163, 0, 1.00);
}
/* ----------------------------
非ログイン・会員登録してコメントする
----------------------------*/
a#registerComment {
  text-decoration: none;
  display: block;
  background: #ef6293;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  margin: 10px auto;
  font-weight: bold;
  border-radius: 6px;
}
p.reg-txt {
  text-align: center;
}
#reply-title {
  display: none;
}
.narisumasi {
  font-size: 11px;
  font-weight: bold;
  display: inline;
  color: #1da39a;
  margin-left: 10px;
  width: 120px;
  cursor: pointer
}
#commentform {
  display: flex;
  flex-direction: column
}
#commentform p.form-submit {
  order: 10;
  margin-bottom: 10px;
}
.commentimagelabel {
  order: 3;
}
.comment__NG {
  font-weight: bold;
  text-align: center;
  padding: 100px 0;
  background: #CCC;
}
/* ---------------------------
タグ追加・ポップアップ
----------------------------*/
.cate_tag_wrap {
  margin: 10px;
}
.cate_btn {
  /* font-weight: bold; */
  font-size: 0.8rem;
  color: #3D3D3D !important;
  border: 1px #707070 solid;
  padding: 3px;
	 border-radius: 3px;
}
.hashtag_btn {
  /* font-weight: bold; */
  font-size: 0.8rem;
  color: #3D3D3D !important;
  padding: 3px;
  text-decoration: underline;
  margin-left: 5px;
}
/* ---タグ追加-----------*/
#showtag {
  text-align: center;
  border: 1px solid #DDD;
  padding: 1px 3px 2px 3px;
  border-radius: 2px;
  text-decoration: none;
  background-color: #FFF;
}
.tag_input {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .wp-polls input[type=checkbox], .wp-polls input[type=radio] {
    left: 30px
  }
}
#popup {
  display: none;
  position: fixed;
  top: 35%;
  width: 95%;
  max-width: 600px;
  padding: 20px;
  box-shadow: 2px 2px 6px #000;
  /* height: 200px; */
  margin: 0px auto 0 auto;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  z-index: 10000;
}
#popupembed {
  display: none;
  position: fixed;
  top: 50%;
  width: 97%;
  max-width: 600px;
  padding: 20px;
  box-shadow: 2px 2px 6px #000;
  /* height: 200px; */
  margin-top: -100px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  #popupembed {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    padding: 20px;
    box-shadow: 2px 2px 6px #000;
    /* height: 200px; */
    margin-left: -150px;
    margin-top: -100px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    z-index: 10000;
  }
  #popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    padding: 20px;
    box-shadow: 2px 2px 6px #000;
    /* height: 200px; */
    margin-left: -150px;
    margin-top: -100px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    z-index: 10000;
  }
}
/* ---------------------------
ナイスアンケ！
---------------------------*/
#vote_select .wpulike button.wp_ulike_btn.wp_ulike_put_text {
  padding: 2px !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #FFF !important;
}
#vote_select .wp_ulike_general_class {
  padding: 2px !important;
  box-shadow: initial !important;
  background-color: #F16292 !important;
}
#vote_select .wpulike {
  padding: 0 !important;
  display: inline !important;
}
#vote_select .wpulike-heart .count-box {
  line-height: 0 !important;
  color: #FFF !important;
}
#vote_select .wp_ulike_counter_up {
  background-color: #FFF !important;
}
.comment-text .wp_ulike_general_class {
  padding: 0px !important;
}
.wpulike-heart .wp_ulike_put_image::after {
  width: 15px !important;
  height: 15px !important;
}
.wpulike {
  padding: 0 !important;
}
.wpulike-heart .count-box {
  font-size: 10px;
  text-decoration: none;
  line-height: 28px;
  display: inline-block;
  color: #616161;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  padding: 0px !important;
}
.wp_ulike_general_class {
  box-shadow: initial !important;
}
.anke_flex li {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: space-between; /* 項目の間隔を均等に */
}
.anke_flex a {
  border-bottom: none;
}
.ttl_flex {
  flex: 1; /* 残りの幅を占有 */
  margin-right: 5px; /* アイコンとの間隔を確保 */
  text-align: left; /* 左寄せ */
}
.icon_flex {
  flex: 0 0 auto; /* 固定幅 */
  width: 50px; /* 幅を短めに設定 */
  text-align: center; /* アイコンを中央に配置 */
}
.news_link {
  display: block;
  width: 100%;
}
/* ---------------------------
アバターページ
----------------------------*/
.avatar {
  border-radius: 50%;
  border: 1px solid rgba(179, 179, 179, 1.00);
  margin-right: 5px;
}
.wrapper_prof_icon {
  border: 1px solid rgba(179, 179, 179, 1.00);
  padding: 10px;
  max-width: 100px;
  margin-bottom: 10px;
}
.autor__container {
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  padding: 10px;
}
.autor__containerPhoto {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.autor__container_name {
  display: flex;
  flex-flow: column;
  width: 95%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .autor__container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .autor__containerPhoto {
    width: 20%;
  }
  .autor__container_name {
    display: flex;
    flex-flow: column;
    margin-top: 0px !important;
  }
}
.author_name {
  font-size: 1.5rem;
  font-weight: 800;
  flex-flow: initial;
}
.author_name span {
  font-size: 1rem;
}
.autor__container .avatar_myself img, .autor__container .avatar_tokumei {
  width: 100px !important;
  height: 100px !important;
}
.wrapper .autor__container .avatar_tokumei::before {
  top: 25px;
  width: 40px;
  height: 40px;
}
.wrapper .autor__container .avatar_tokumei::after {
  bottom: -25px;
  width: 65px;
  height: 65px;
}

/* ----------------------------
   検索ページ
----------------------------*/
ul.searchword li {
  display: inline;
}
.search__box form {
	text-align: center;
	clear: both;
	margin: 0 0 10px 0; 
}
.search__box input {
	padding: 0.5rem;
	padding-left: 0.5rem;
	border: 0;
	font-size: 1rem;
	padding-left: 10px;
	color: #222222 !important;
	background-color: #fff !important;
	border: 3px solid #BABABA !important;
	border-radius: 5px;
	display: block;
	width: 50%;
	margin: 0 auto;
}
/* ----------------------------
   規約ページ
----------------------------*/
.kiyaku ul li {
  list-style-position: inside !important;
  list-style: initial;
}
.guideline {
  margin: 10px;
  width: 95%;
  height: 200px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}
/* ----------------------------
   プロフィール編集ページ
----------------------------*/
.invite__input {
    position: relative;
    display: inline-block;
    width: 49%;
}
.invite__input input {
    width: 100%;
    padding-right: 30px; /* アイコンのスペースを確保 */
    box-sizing: border-box;
}
.invite__input i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666; /* 必要に応じて色を変更 */
}
.select_area {
  border: 1px solid #ccc;
  padding: 0.5rem;
  background-color: rgba(255, 254, 251, 1.00);
  border-radius: 3px;
}
.img-input {
  border: none;
}
.error-message {
  font-size: 0.8rem; /* フォントサイズを0.5remに設定 */
}
sup {
  color: #F00; /* フォントカラーを赤に設定 */
  font-size: 0.8rem; /* フォントサイズを0.5remに設定 */
}
.form-left {
  width: 49%;
  float: left;
}
.form-right {
  width: 49%;
  float: right;
}
/* ----------------------------
    FUNCTIONSphp内
----------------------------*/
.choiceline {
  width: 100% !important;
  flex: 1;
}
.bbscatlink {
  color: #525252 !important;
  line-height: 100%;
  padding: 3px 6px;
  font-size: 9px;
  vertical-align: middle;
  font-weight: normal;
  display: inline;
  margin-bottom: 3px;
  margin-left: 6px;
  background-color: transparent;
  border: 1px solid #b5b5b5;
}
a.worker {
  display: inline-block;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  padding: 6px 4px;
  font-weight: bold;
  /* margin-top: 3px; */
  margin: 0 4px;
  letter-spacing: -0.05em;
  color: #fff !important;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #d3bf79 70%, #bb9918 85%, #be9a52 90% 100%);
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #b9b9b9 70%, #9E9E9E 85%, #757575 90% 100%);
  border-radius: 100%;
}
.selectlink {
  box-shadow: 1px 2px 0 #999;
  border-radius: 5px;
  margin: 0 4px;
}
a.hashtaglist {
  font-style: italic;
  color: #666 !important;
  padding: 0;
  font-size: 1rem;
  margin-right: 4px;
  margin-top: 6px;
  display: inline-block;
  line-height: 170%;
  font-weight: normal;
  vertical-align: text-bottom;
}
/* ----------------------------
  アンケワーカー投稿タブ
----------------------------*/
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #D01126 !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.bnr_regist {
  box-shadow: 1px 2px 4px 0px rgba(82, 82, 82, 0.4);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bnr_regist {
    box-shadow: 1px 2px 4px 0px rgba(82, 82, 82, 0.4);
    width: 50%;
  }
}
.worker-related-entries {
	margin: 10px;
}
 .tabs {
      margin-top: 50px;
      padding-bottom: 10px;
      margin: 10px 0px 0px 0px !important;
      max-width: 100% !important;
      box-shadow: none !important;
      text-align: center;
    }
    /*タブのスタイル*/
    .tab_item {
      line-height: 100% !important;
      height: 35px !important;
      font-weight: normal;
      margin: 0px 0px 10px 2px !important;
      padding: 10px !important;
      background-color: #fff;
      font-size: 12px !important;
      text-align: center;
      color: #565656;
      display: inline-block;
      float: none;
      border: 1px solid #ddd !important;
      width: 22.5% !important;
      border-radius: 4px;
      transition: all 0.2s linear;
    }
    .tab_item:hover {
      opacity: 0.75;
      cursor: pointer;
      background-color: #ffedd3;
      color: #222222;
      border-color: #ffb74e !important;
    }
    /*ラジオボタンを全て消す*/
    input[name="tab_item"] {}
    /*タブ切り替えの中身のスタイル*/
    .tab_content2 {
      display: block;
      clear: both;
      width: 100% !important;
      overflow: hidden;
    }
    .tab_content3 {
      display: block;
      clear: both;
      width: 100% !important;
      overflow: hidden;
    }
    .dispnone.tab_content2 {
      display: none;
    }
    .dispnone.tab_content3 {
      display: none;
    }
    /*選択されているタブのコンテンツのみを表示*/
    #all:checked~#all_content,
    #men_anke:checked~#men_anke_content,
    #women_anke:checked~#women_anke_content,
    #age_anke:checked~#age_anke_content {
      display: block;
    }
    /*選択されているタブのスタイルを変える*/
    .tabs input:checked+.tab_item {
      background-color: #ffb74e !important;
      border-color: #ffb74e !important;
    }