@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
*/

.post_content p{
	letter-spacing: 0.15em;

}

.post_content h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #74767c;
	color: #fff;
}

.post_content h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #333;
}


.p-adBox__btn.-btn1 {
    background: #e59572;
}
.p-adBox__btn.-btn2 {
    background: #ba6666;
}

/*記事内のリンクを太字にする*/
.post_content p > a{
	font-weight:bold;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    display: none;
}
.time-itemprop .endDate {
	display:none;
}

.p-pickupBanners__item .c-bannerLink {
    box-shadow: none;
}


.sbd-text-red {
    color: #b63737 !important;
}

.wpulike{
padding: 15px; /* 余白 */
border: solid 5px #AAB8C2;　/* 線の種類 線の太さ 線の色*/
}


/* 日付とカテゴリーの文字サイズ */
.top-newslist .p-postList__cat,.top-newslist time.c-postTimes__posted {
font-size: 12px;
}

.top-newslist {
font-size: 21px;
}


/* タグカスタマイズ */
.tag-cloud-link {
padding: 8px 10px;
color: #7dc4bd!important;
background: transparent;
border: solid 1px #7dc4bd;
border-radius: 5px;
}
.tag-link-count {
color: #7dc4bd;
}

/* リストブロックの項目同士余白 */
.post_content li {
margin: 0.25em 0 0.75em;
}

.post_content h2.is-style-section_ttl::after {
height: 3px;
}


.-type-simple .p-postList__title{
	font-size:0.8em;
}

/*--------------------------------------
マーカーをひいた文字を自動で太字にする
--------------------------------------*/
.mark_blue, .mark_green, .mark_orange, .mark_yellow{
	font-weight:bold;
}

/*--------------------------------------
この記事を書いた人欄のSNSボタンを大きく
--------------------------------------*/
.author_sns_link .snsicon {
    font-size: 50px;
}

/*--- プロフィールウィジェットのSNSボタンを大きく ----*/
.sns_icon_list .sns_link {
font-size: 30px;
}

/*--------------------------------------
プロフィールウィジェットの文字サイズを大きく
--------------------------------------*/
.profbox_text {
    font-size: 14px;
}

/*--------------------------------------
記事コンテンツの余白調整
--------------------------------------*/
.post_content {
    margin: 2em 0;
}

/*--------------------------------------
見出し前の余白を縮める
--------------------------------------*/
.post_content h2 {
    font-size: 1.2em;
    margin: 2em -16px 2em;
}
.post_content h3 {
    font-size: 1.2em;
    margin: 2em -8px 2em;
}

/*--------------------------------------
目次前後の余白を縮める
--------------------------------------*/
#main_content .index_wrap {
    margin: 2em auto;
}

/* SWELLの関連記事ブロックに深い影をつけるCSS（モバイル対応） */
.p-blogCard {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

.p-blogCard:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* モバイルデバイス用のスタイル */
@media screen and (max-width: 480px) {
    .p-blogCard {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }

    .p-blogCard:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }
}

/*--------------------------------------
Contact Form7カスタマイズ
--------------------------------------*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

/*--------------------------------------
レーダーチャート
--------------------------------------*/

.radar-chart {
  margin: 0.9em auto 1.7em;
  display: inline-block;
  position: relative;
}

ul.radar-chart-dls {
  list-style: none;
  color: #777;
  font-size: 0.72em;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.radar-chart-dls li {
  position: absolute;
  white-space: nowrap;
  padding: 0;
}

.radar-chart-dls dd {
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5;
}

.radar-chart-dls dt {
  line-height: 1;
}

.radar-chart-dl1 {
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.radar-chart-dl2 {
  top: 70px;
  left: 5%;
}

.radar-chart-dl3 {
  top: 232px;
  left: 20%;
}

.radar-chart-dl4 {
  top: 232px;
  right: 20%;
}

.radar-chart-dl5 {
  top: 70px;
  right: 5%;
}

.radar-chart-aria {
  transform-origin: center;
}