/*
Theme Name:hello-child
Template:hello-elementor
Version:1.0
*/



.copy-id-btn{
  border: none;
  font-size: 14px;
  height: 45px;
  width: 100%;
  color: #000000;
}
.copy-id-btn:hover{
  background-color: inherit;
  color: #dcdcdc;
}

.copy-id-btn:before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content:"\f0c5";
  margin-left: -6px;
}

.user女性{
  background-image: linear-gradient(174deg, #FF05CC 0%, #fb839b 100%) !important;
}

.term_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.term_list div{
  background-color: #ffffff;
  padding:4px;margin:5px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.term_list div a{
  color:#000000;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}


.filter_result-user_age,.filter_result-user_type{
  background-color: #ffe4e1;
  padding:4px;margin:5px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #777777;
  color:#000000;
  font-size: 12px;
  font-weight: 900;
  width:60px;
  a{
    color:#ff2626;
    font-size: 18px;
    font-weight: 900;
  }

}


/* ラベル */
form.frontend-form label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

/* 入力フィールド */
form.frontend-form input[type="text"],
form.frontend-form select,
form.frontend-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

form.frontend-form input[type="text"]:focus,
form.frontend-form select:focus,
form.frontend-form textarea:focus {
  border-color: #007aff;
  outline: none;
}

/* セレクトボックス */
form.frontend-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007aff"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 40px;
}

/* テキストエリア */
form.frontend-form textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 100px;
}

/* ボタン */
form.frontend-form button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #007aff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

form.frontend-form button:hover {
  background-color: #005bb5;
}

/* 必須マーク */
form.frontend-form .acf-required {
  color: #ff3b30;
  font-weight: bold;
}

/***********
メインサイトーサブサイト記事用
***********/

.subsite-posts {
    /* 全体のスタイル */
.post-item {

   background-color: #ffffff;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
   border-radius: 20px;
   margin: 15px 0px;
}

.post-item h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
    background-color: #000000;
    padding: 15px;
    border-radius: 20px 20px 0 0;
}
.id_area_hidden{
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 5px;
  width: 90%;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  margin:0 auto;
  position: relative;
}
.id_area_hidden a{
  display: block;
  background-color: #007aff;
  color: #ffffff;
  font-size: 14px;
  width: 100px;
  padding: 5px;border-radius: 100px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.post-item h2 a{color: #ffffff;font-weight: 900;}
.post_meta_wraper{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.post-area,
.post-age,
.post-type {
    font-size: 0.9em;
    color: #000000;
    font-weight: 900;
    margin:0 5px
}

.post-excerpt {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
}
