@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/***追記***/
.common_footer {
    background: url(assets/img/contact-back.png) center / cover no-repeat;
    padding: 80px 0;
}

.common_footer  .wrapper {
    max-width: 1400px;
    margin: 0 auto;
}




/* エラーになったフィールドの枠線を赤く */
.wpcf7-form .wpcf7-not-valid {
  border: 2px solid #e74c3c !important;
  background-color: #fff5f5; /* 薄い赤背景で強調 */
}

/* エラー文言の見た目をカスタマイズ */
.wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.9em;
  margin-top: 4px;
}


/***追記20251202***/
.latest-custom-post-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}
.latest-custom-post-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}

.latest-custom-post-list li .post-term {
  background-color: #2460e5;
  color: white;
  font-size: 12px;
  padding: 3px;
  min-width: 100px;
  text-align: center;
  border-radius: 4px;

}
.latest-custom-post-list li a {
  color: #333;
  text-decoration: underline;
}
.latest-custom-post-list li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  margin-left: 10px;
}
