/*
Theme Name: lodgem
Author: Firm
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("css/main.css");

@font-face {
 font-family: "NotoSansCJKjp";
 font-style: normal;
 font-weight: nomal;
src: url('fonts/NotoSansCJKjp-Medium.woff') format('woff'),
         url('fonts/NotoSansCJKjp-Medium.otf') format('opentype')
}

.wpcf7-list-item {
  display: inline-flex;   /* 横並び */
  align-items: center;    /* 縦位置を中央に */
  gap: 0.3em;             /* チェックボックスと文字の間に余白 */
}

.wpcf7-list-item-label {
  display: inline;        /* テキストをインライン表示に */
}

.acc {
  display: inline-flex !important; /* ブロックではなく横並びに */
  align-items: center !important;            /* 縦中央揃え */
  gap: 8px;                       /* チェックボックスとテキストの間隔 */
}

.acc-label {
  display: flex;
  align-items: center !important;
  cursor: pointer;
}

.acc-label .wpcf7-list-item input[type="checkbox"] {
  margin: 0 5px 0 0 !important;
  padding-right:5px !important;
  vertical-align: middle;
}




