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




/*** Wordpressのカスタマイズ ***/

/*サイト内すべての文字詰め調整*/
body {
  font-feature-settings: "palt";
  text-align:justify;
}


/*iPhone入力ズーム防止*/
input {
  font-size: 16px;
}


/*メインビジュアル用の縦書き*/
.tate{
  writing-mode: vertical-rl;
  margin: 0 0;
  line-height: 2.5em;
  height: 280px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.1em;
}



/*** SWELLのカスタマイズ ***/

/*見出しのカスタマイズ*/

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6,
.c-pageTitle {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt" 1, "kern" 1;
}

.post_content h2 {
  font-size: 1.6em;
}


/*ページタイトルのカスタマイズ*/
.c-pageTitle .c-pageTitle__inner {
  color: #04384c;
}


/*フッターウィジェット内メニューのデザイン変更*/
.w-footer__box .c-listMenu {
  font-size: 0.85em;
}
.w-footer__box .c-listMenu a {
  padding-top: .6em;
  padding-bottom: .6em;
  transition: padding .25s;
}


/* フッターメニューリストのライン非表示 */
#footer .c-listMenu a {
  border-bottom: none;
}


/* フッターウィジェットの余白調整 */
@media (min-width:960px) {
  .w-footer__box {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}


/*reCAPTCHA v3のバッジを非表示*/
.grecaptcha-badge { visibility: hidden; }


/*reCAPTCHA v3の表記用*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 10px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 10px !important;
  color: #111 !important;
}


/*Snow Monkey Formsのカスタマイズ*/
.smf-action .smf-button-control__control {
  color: #fff;
  background: #04384c;
  border: 0px none;
  border-radius: 0;
  margin-top: 20px;
  padding: 12px 28px;
  font-size: 1.05em;
  font-weight: 700;
  transition: box-shadow .25s;
}
.smf-item__label:before { 
  content: '\f0da'; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #04384c;
}
.smf-action .smf-button-control__control:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  border: 0px none;
}
.post_content ol, .post_content ul {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  background: #efefef;
}
