@charset "UTF-8";
/*
Theme Name: seiseikai
*/

/* =========================================
   Base / Reset
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  line-height: 1.7 !important;
  letter-spacing: 0.05em !important;
  color: #111;
  background: #fff;
}

/* =========================================
   Variables（ここ触るだけで全体変わる）
========================================= */
:root {
  --color-main: #111;
  --color-accent: #FD8B00;
  --color-bg: #ffffff;

  --font-base: "Noto Sans JP", sans-serif;

  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 64px;

  --radius: 8px;
}

/* =========================================
   Layout
========================================= */
.container {
  width: min(1100px, 90%);
  margin-inline: auto;
}

.section {
  padding: var(--space-lg) 0;
}

/* =========================================
   Typography
========================================= */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-bottom: var(--space-sm);
}

p {
  line-height: 1.7;
  margin-bottom: var(--space-sm);
}

/* =========================================
   Header
========================================= */
.header {
  padding: var(--space-sm) 0;
}

.header__title {
  font-size: 1.5rem;
}

/* =========================================
   Button
========================================= */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: var(--radius);
  background: var(--color-accent);
  color: #fff;
  font-size: 0.9rem;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

/* =========================================
   Card
========================================= */
.card {
  padding: var(--space-md);
  border-radius: var(--radius);
  background: #f5f5f5;
}

/* =========================================
   Utility
========================================= */
.text-center {
  text-align: center;
}

.mt-md {
  margin-top: var(--space-md);
}


/* =========================================
   Font
========================================= */
.medium {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}
.poppins {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  
}
.poppins_big {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(32px, 8vw, 120px);
  font-style: italic;
  font-weight: 700;
  line-height: 1em !important;
}


/* =========================================
   オリジナル TOP
========================================= */

img {
    max-width: 100%;
    height: auto;
}
.lh10 {
    line-height: 1em;
}
.lh18 {
    line-height: 1.8em;
}
.lh20 {
    line-height: 2em;
}

.hover {
    transition: 0.2s;
}
.hover:hover {
    color: #FD8B00;
}

.ico_01 {
    background: url(../img/ico_01.png) no-repeat center top;
    background-size: auto 34px;
    padding-top: 40px;
}
.ico_02 {
    background: url(../img/ico_02.png) no-repeat center top;
    background-size: auto 40px;
    padding-top: 40px;
}
.ico_03 {
    background: url(../img/ico_03.png) no-repeat center top;
    background-size: auto 34px;
    padding-top: 40px;
}
.ico_04 {
    background: url(../img/ico_04.png) no-repeat center top;
    background-size: auto 34px;
    padding-top: 40px;
}

.fv {
    background: url(../img/fv.png) no-repeat left top #F8F8F1;
    background-size: 90%;
}
.fv_layer {
    background: #F8F8F1;
}
.fv_layer_ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #009933;
  margin: 24px auto 0;
}


.bg-intro {
    background: url(../img/fv.png) no-repeat left top #231815;
    background-size: 90%;
}
.header_seach {
    position: relative;
    bottom: 34px;
}
.header_seach_btn {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.hover_o {
    transition: 0.2s;
}
.hover_o:hover {
    opacity: 0.7;
    transition: 0.2s;
}
.pin {
    background: url(../img/pin.png) no-repeat left center;
    background-size: 14px;
    padding: 8px 0 8px 24px;
    
}
.map_card {
    background: url(../img/map_arrow.png) no-repeat right 24px bottom 24px #fff;
    background-size: 24px;
    border: 1px solid #CDCDCD; 
}
.btn_green {
    background: url(../img/btn_arrow.png) no-repeat right 16px center #009933;
    background-size: 24px;
    transition: 0.2s;
}
.btn_green:hover {
    background: url(../img/btn_arrow.png) no-repeat right 16px center #231815;
    background-size: 24px;
}

.bg-post {
    background: url(../img/arrow_w.png) no-repeat right 16px center #009933;
    background-size: 16px;
    transition: 0.2s;
}
.bg-post:hover {
    background: url(../img/arrow_w.png) no-repeat right 16px center #231815;
    background-size: 16px;
}

.int_ttl {
  text-align: left;
}
.int_ttl1 {
  font-size: 48px;
  background: #231815;
  padding: 8px;
  display: inline-block;
  line-height: 1em;
  transition: 0.2s;
}
.int_ttl2 {
  font-size: 24px;
  background: #231815;
  padding: 8px;
  display: inline-block;
  line-height: 1em;
  transition: 0.2s;
}
.int_box:hover .int_ttl1 {
  background-color: #009933;
}
.int_box:hover .int_ttl2 {
  background-color: #009933;
}





/* =========================================
   PCサブメニュー
========================================= */
/* dropdown親 */
nav .group {
  position: relative !important;
  overflow: visible !important;
}

/* dropdown本体 */
nav .group > div:last-child {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  position: absolute !important;
  top: 100% !important;
  left: 0 !important;

  z-index: 99999 !important;
  overflow: visible !important;
}

/* hover時 */
nav .group:hover > div:last-child {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}


/* =========================================
   ハンバーガー
========================================= */
.nav26 {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  z-index: -1;
  display: none;
}

.nav26.open2 {
  display: block;
  z-index: 30;
}

.hum_nav_wrap {
  width: 360px;
  height: 100%;
  background: #009933;
  padding: 56px 24px 24px;
  border-radius: 16px 0 0 16px;
  position: fixed;
  right: 0;
  top: 0;
}

.sp_menu_list {
  display: block;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.hamburger {
  position: fixed;
  top: 7px;
  right: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 999;
}

.hamburger span {
  position: absolute;
  left: 8px;
  width: 26px;
  height: 3px;
  background: #52525b;
  border-radius: 4px;
  transition: all 0.3s;
}

.hamburger span:nth-child(1) {
  top: 11px;
}

.hamburger span:nth-child(2) {
  top: 19px;
}

.hamburger span:nth-child(3) {
  top: 27px;
}

.hamburger.open {
  top: 14px;
  right: 22px;
  width: 28px;
  z-index: 31;
}

.hamburger.open span {
  top: 50%;
  left: 50%;
  width: 24px;
  transform-origin: center;
}

.hamburger.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(36deg);
  background: #fff;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  background: #fff;
}

.hamburger.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-36deg);
  background: #fff;
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 10, 3, 0.32);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  z-index: 25;
}

#overlay.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 400px) {
  .nav26,
  .hum_nav_wrap {
    width: 86vw;
  }
}

/* =========================================
   下層ページ
========================================= */
.bread a {
  font-size: 12px;
  color: #777;
  transition: 0.2s;
}
.bread a:hover {
  color: #FD8B00;
}
.bread span {
  font-size: 12px;
  color: #777;
}

.member_card {
    background: #fff;
    border: 1px solid #CDCDCD; 
}

.sns_box {
  margin-top: 16px;
}
.sns_box svg {
  width: 16px;
  margin-right: 16px;
}

.yt_box iframe {
  margin: 0 auto;
}
.green_ttl {
  font-size: 32px;
  background: #009933;
  padding: 8px 16px;
  display: inline-block;
  line-height: 1.5em;
  transition: 0.2s;
  color: #fff;
}

.green_ttl2 {
  font-size: 24px;
  padding: 8px 0;
  display: block;
  line-height: 1.5em;
  transition: 0.2s;
  color: #009933;
  margin-bottom: 24px;
}


/* =========================================
   ASI-MAP
========================================= */

.map_map iframe {
  width: 100% !important;
}

/* =========================================
   ASI-MAP
========================================= */
.interview_content p {
  margin-bottom: 32px;
}
.interview_content img {
  margin-bottom: 32px;
  margin-top: 32px;
}


/* =========================================
   Tab
========================================= */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;

  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #F5F5F5;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #111111;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  
}
.tab_item:hover {
  opacity: 0.75;
}

.tab_item1 {
  border-top: 1px solid #C0C0AC;
  border-right: 1px solid #C0C0AC;
  border-bottom: 1px solid #C0C0AC;
  border-left: 1px solid #C0C0AC;
  border-radius: 8px 0 0 8px;
  
}
.tab_item2 {
  border-top: 1px solid #C0C0AC;
  border-right: 1px solid #C0C0AC;
  border-bottom: 1px solid #C0C0AC;
}
.tab_item3 {
  border-top: 1px solid #C0C0AC;
  border-right: 1px solid #C0C0AC;
  border-bottom: 1px solid #C0C0AC;
  border-radius: 0 8px 8px 0;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #009933;
  color: #fff;
}

/*FORM*/
.c-form01-button {
  margin-top: 32px !important;
}

/*Login*/
.um-button {
  margin-top: 32px !important;
}

.um input[type=submit].um-button{
  background: #009933 !important;
}
.um input[type=submit].um-button:hover{
  background: #232323 !important;
}


/*人を探す*/
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
  border-radius: 8px;
  overflow: hidden;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member.with-cover .um-member-photo a img {
    width: 72px !important;
    height: 72px !important;
    position: relative;
    top: -35px;
    margin-bottom: -45px;
    float: none;
    opacity: 1;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card {
    padding-bottom: 32px !important;
}
.um-member-directory-header {
  display: flex !important;
  justify-content: center !important;
  margin: 32px 0 !important;
}

.um-member-directory-header-row,
.um-member-directory-search-row,
.um-member-directory-search-line {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.um-member-directory-search-line label {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 420px !important;
}

.um-member-directory-search-line label span {
  display: none !important;
}

.um-member-directory-search-line label::before {
  content: "" !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateY(-50%) !important;
  background-color: #9ca3af !important;
  pointer-events: none !important;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

body .um .um-member-directory-header.um-form .um-member-directory-search-line label input[type="search"].um-search-line {
  width: 100% !important;
  height: 44px !important;
  padding: 0 16px 0 44px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05) !important;
  outline: none !important;
  appearance: none !important;
}

.um-member-directory-search-line .um-search-line::placeholder {
  color: #9ca3af !important;
}

.um-member-directory-search-line .um-search-line:focus {
  border-color: #111827 !important;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12) !important;
}

.um-member-directory-search-line .um-do-search {
  display: none !important;
}

@media (max-width: 480px) {
  .um-member-directory-header {
    margin: 24px 0 !important;
  }

  .um-member-directory-search-line label {
    max-width: 100% !important;
  }

  .um-member-directory-search-line .um-search-line {
    height: 42px !important;
    font-size: 14px !important;
  }
}


/* =========================================
   マイページ
========================================= */
.um-185.um .um-profile-photo a.um-profile-photo-img {
    width: 100px !important;
    height: 100px !important;
}
.um-185.um .um-profile-photo a.um-profile-photo-img {
    top: -56px !important;
}
.um-185.um .um-profile-meta {
    padding-left: 180px !important;
}

.um-185.um26 {
    max-width: 100% !important;
    position: relative;
    z-index: 1;
    margin-bottom: 80px !important;
}
.um-header {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}
.um-profile-nav {
  max-width: 640px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px !important;
}
.um-185.um26 .um-profile-body {
    max-width: 640px !important;
}
.um-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.um-profile.um-viewing .um-field-label {
    display: block;
    margin: 16px 0 0px 0 !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
.um .um-field-label {
    color: #009933 !important;
}

.um-profile-body.tab1 {
  margin-top: 32px !important;
}

.um-faicon-gear:before, .um-faicon-cog:before {
    content: "\f141" !important;
}
.list_content p {
  font-size: 14px !important;
  font-weight: normal !important;
}
.list_content .break-words {
  font-size: 14px !important;
  font-weight: normal !important;
}

/*SNSアイコン表示*/
.sns-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sns-icon i {
  font-size: 18px;
  line-height: 1;
}

.sns-icon:hover {
  background: #009933;
  color: #fff;
  transform: translateY(-1px);
}

/*プロフィール*/
/* UM profile info fields */
.um-profile .um-profile-body.main,
.um-profile .um-profile-body.profile {
  padding: 28px !important;
  border-radius: 12px !important;
  background: #f8faf9 !important;
}

.um-profile .um-profile-body .um-row,
.um-profile .um-profile-body .um-col-1,
.um-profile .um-profile-body .um-col-121,
.um-profile .um-profile-body .um-col-122 {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.um-profile .um-profile-body .um-field {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  margin: 0 0 12px !important;
  padding: 16px 18px !important;
  border: 1px solid #d9e7dd !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04) !important;
}

.um-profile .um-profile-body .um-field:last-child {
  margin-bottom: 0 !important;
}

.um-profile .um-profile-body .um-field-label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.um-profile .um-profile-body .um-field-label label {
  margin: 0 !important;
  color: #009933 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

.um-profile .um-profile-body .um-field-label-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  color: #009933 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.um-profile .um-profile-body .um-field-area {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.um-profile .um-profile-body .um-field-value {
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  word-break: break-word !important;
}

.um-profile .um-profile-body .um-field-value a {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  word-break: break-all !important;
}

.um-profile .um-profile-body .um-field-value a:hover {
  color: #009933 !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .um-profile .um-profile-body.main,
  .um-profile .um-profile-body.profile {
    padding: 18px 14px !important;
  }

  .um-profile .um-profile-body .um-field {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    margin-bottom: 10px !important;
    padding: 14px 16px !important;
  }

  .um-profile .um-profile-body .um-field-label label {
    font-size: 12px !important;
  }

  .um-profile .um-profile-body .um-field-value,
  .um-profile .um-profile-body .um-field-value a {
    font-size: 14px !important;
  }
}



/*コメント*/
/* UM profile comments list */
.um-profile .um-profile-body.comments {
  padding: 28px !important;
  border-radius: 12px !important;
  background: #f8faf9 !important;
}

.um-profile .um-profile-body.comments .um-ajax-items {
  display: grid !important;
  gap: 14px !important;
}

.um-profile .um-profile-body.comments .um-item {
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 1px solid #d9e7dd !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04) !important;
}

.um-profile .um-profile-body.comments .um-item-link {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 0 8px !important;
}

.um-profile .um-profile-body.comments .um-item-link i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  margin-top: 1px !important;
  border-radius: 999px !important;
  background: #e8f7ee !important;
  color: #009933 !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
}

.um-profile .um-profile-body.comments .um-item-link a {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  text-decoration: none !important;
}

.um-profile .um-profile-body.comments .um-item-link a:hover {
  color: #009933 !important;
  text-decoration: underline !important;
}

.um-profile .um-profile-body.comments .um-item-meta {
  margin: 0 0 0 38px !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.um-profile .um-profile-body.comments .um-item-meta span,
.um-profile .um-profile-body.comments .um-item-meta a {
  color: #6b7280 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.um-profile .um-profile-body.comments .um-item-meta a {
  font-weight: 600 !important;
  text-decoration: none !important;
}

.um-profile .um-profile-body.comments .um-item-meta a:hover {
  color: #009933 !important;
  text-decoration: underline !important;
}

.um-profile .um-profile-body.comments .um-load-items {
  margin: 8px 0 0 !important;
  text-align: center !important;
}

.um-profile .um-profile-body.comments .um-ajax-paginate.um-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  min-height: 46px !important;
  padding: 13px 24px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #009933 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.um-profile .um-profile-body.comments .um-ajax-paginate.um-button:hover {
  background: #007a29 !important;
  color: #fff !important;
}

.um-profile .um-profile-body.comments .um-ajax-paginate.um-button:active {
  transform: translateY(1px) !important;
}

@media screen and (max-width: 767px) {
  .um-profile .um-profile-body.comments {
    padding: 18px 14px !important;
  }

  .um-profile .um-profile-body.comments .um-ajax-items {
    gap: 12px !important;
  }

  .um-profile .um-profile-body.comments .um-item {
    padding: 16px !important;
  }

  .um-profile .um-profile-body.comments .um-item-link a {
    font-size: 14px !important;
  }

  .um-profile .um-profile-body.comments .um-item-meta {
    margin-left: 38px !important;
  }

  .um-profile .um-profile-body.comments .um-ajax-paginate.um-button {
    width: 100% !important;
    min-width: 0 !important;
  }
}


@media (max-width: 640px) {
  ._um_row_1 {  }
}


/* =========================================
   Pagenation
========================================= */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0;
  font-size: 14px;
  line-height: 1;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.wp-pagenavi a:hover {
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.wp-pagenavi .current {
  border-color: #111827;
  background: #111827;
  color: #fff;
  cursor: default;
}

.wp-pagenavi .extend {
  border-color: transparent;
  background: transparent;
  color: #9ca3af;
  padding: 0 4px;
  min-width: auto;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  min-width: auto;
  padding: 0 16px;
}

.wp-pagenavi a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.18);
}

.wp-pagenavi .extend {
  display: none;
}

@media (max-width: 480px) {
  .wp-pagenavi {
    gap: 6px;
    font-size: 13px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
  }

  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    padding: 0 12px;
  }
}



/* =========================================
   コメント
========================================= */
/* comment template */
.comment26 {
  margin-top: 48px;
  padding: 32px;
  border: 1px solid #d9e7dd;
  border-radius: 12px;
  background: #fff;
}

.comment26 #comments > p {
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

.comment26 #comments-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.comment26 #comments-list li {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #f8faf9;
}

.comment26 .comment-respond {
  margin: 0;
}

.comment26 .comment-reply-title {
  margin: 0 0 20px;
  color: #009933;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.comment26 .comment-form {
  margin: 0;
}

.comment26 .comment-form p {
  margin: 0 0 20px;
}

.comment26 .comment-form-comment label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.comment26 .required {
  color: #009933;
  font-weight: 700;
}

.comment26 textarea {
  width: 100%;
  height: 120px !important;
  padding: 14px 16px;
  border: 1px solid #cfd8d3;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: none;
}

.comment26 textarea:focus {
  border-color: #009933;
  box-shadow: 0 0 0 3px rgba(0, 153, 51, 0.16);
}

.comment26 .form-submit {
  margin: 0;
}

.comment26 .submit {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-width: 180px;
  padding: 13px 24px;
  border: none;
  border-radius: 6px;
  background: #009933;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.comment26 .submit:hover {
  background: #007a29;
}

.comment26 .submit:active {
  transform: translateY(1px);
}


/* =========================================
   スライダー swiper
========================================= */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 1280px;
  margin: 0 auto !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    ::slotted(svg), svg {
        fill: #000 !important;
    }
}
.swiper-button-next, .swiper-button-prev {
    ::slotted(svg), svg path {
        fill: #000 !important;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(255, 255, 255, 0.225);
    padding: 8px 0;
}


@media screen and (max-width: 767px) {
  
  .swiper-button-next,
  .swiper-button-prev {
      display: none !important;
  }
  
  
  .comment26 {
    margin-top: 32px;
    padding: 22px 18px;
    border-radius: 10px;
  }

  .comment26 #comments > p {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .comment26 .comment-reply-title {
    font-size: 17px;
  }

  .comment26 textarea {
    min-height: 100px;
    padding: 12px 14px;
    font-size: 14px;
    resize: none;
  }

  .comment26 .submit {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}

/* comment list */
.comment26 #comments-list {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.comment26 #comments-list > li {
  margin: 0 0 18px;
  padding: 0;
}

.comment26 #comments-list > li:last-child {
  margin-bottom: 0;
}

.comment26 .comment-body {
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
}

.comment26 .comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.comment26 .comment-author img {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.comment26 .comment-author .fn,
.comment26 .comment-author .fn a,
.comment26 .comment-author .says {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.comment26 .comment-meta {
  margin: -4px 0 14px 42px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.5;
}
.comment26 .comment-meta a {
  color: #9ca3af;
  font-size: 12px;
  text-decoration: none;
}

.comment26 .comment-meta a:hover {
  color: #009933;
  text-decoration: underline;
}

.comment26 .comment-edit-link {
  margin-left: 8px;
}

.comment26 .comment-body > p {
  margin: 0 0 0 42px;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
}

.comment26 .comment-body > p + p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .comment26 #comments-list {
    margin-bottom: 28px;
  }

  .comment26 #comments-list > li {
    margin-bottom: 14px;
  }

  .comment26 .comment-body {
    padding: 16px;
  }

  .comment26 .comment-author {
    margin-bottom: 7px;
  }

  .comment26 .comment-meta {
    margin: -4px 0 12px 42px;
  }

  .comment26 .comment-body > p {
    margin-left: 42px;
    font-size: 14px;
  }
}


/* =========================================
   Pagenation2
========================================= */
.um-members-pagi {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 40px 0 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.um-members-pagi .pagi {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #374151 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease !important;
}

.um-members-pagi .pagi:hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

.um-members-pagi .pagi.current {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  cursor: default !important;
}

.um-members-pagi .pagi.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.um-members-pagi .pagi-arrow {
  min-width: 38px !important;
  padding: 0 !important;
}

.um-members-pagi .pagi i {
  font-size: 14px !important;
  line-height: 1 !important;
}

@media (max-width: 480px) {
  .um-members-pagi {
    gap: 6px !important;
    font-size: 13px !important;
  }

  .um-members-pagi .pagi {
    min-width: 34px !important;
    height: 34px !important;
    padding: 0 0px !important;
  }

  .um-members-pagi .pagi-arrow {
    min-width: 34px !important;
    padding: 0 !important;
  }
}










/* =========================================
   投稿ページ
========================================= */

/* post form */
.post_form26 {
  max-width: 920px !important;
  margin: 48px auto !important;
  padding: 32px !important;
  border: 1px solid #d9e7dd !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06) !important;
}

.post_form26 .c-form01 {
    margin: 40px auto 0 !important;
    width: auto !important;
}

.post_form26 .which-form {
  margin-bottom: 32px !important;
  padding-bottom: 28px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.post_form26 #genre-label {
  display: block !important;
  margin: 0 0 18px !important;
  color: #009933 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.post_form26 .cp_ipradio {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

.post_form26 .cp_ipradio input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.post_form26 .cp_ipradio label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 10px !important;
  background: #f9fafb !important;
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.post_form26 .cp_ipradio input:checked + label {
  border-color: #009933 !important;
  background: #009933 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 153, 51, 0.18) !important;
}

.post_form26 .postforms {
  padding: 28px !important;
  border-radius: 12px !important;
  background: #f8faf9 !important;
}

.post_form26 .acf-field {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: none !important;
}

.post_form26 .acf-label {
  margin: 0 0 8px !important;
}

.post_form26 .acf-label label {
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.post_form26 .acf-required {
  color: #009933 !important;
}

.post_form26 input[type="text"],
.post_form26 input[type="url"],
.post_form26 input[type="email"],
.post_form26 input[type="number"],
.post_form26 textarea,
.post_form26 select {
  width: 100% !important;
  min-height: 46px !important;
  padding: 12px 14px !important;
  border: 1px solid #cfd8d3 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
}

.post_form26 textarea {
  min-height: 170px !important;
  resize: vertical !important;
}

.post_form26 input:focus,
.post_form26 textarea:focus,
.post_form26 select:focus {
  border-color: #009933 !important;
  box-shadow: 0 0 0 3px rgba(0, 153, 51, 0.14) !important;
}

.post_form26 .acf-form-submit {
  margin-top: 32px !important;
  text-align: center !important;
}

.post_form26 .acf-button,
.post_form26 input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  min-height: 48px !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #009933 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.post_form26 .acf-button:hover,
.post_form26 input[type="submit"]:hover {
  background: #007a29 !important;
}

.post_form26 .acf-button:active,
.post_form26 input[type="submit"]:active {
  transform: translateY(1px) !important;
}

/*ラジオボタン*/
.post_form26 .acf-checkbox-list.acf-bl {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.post_form26 .acf-checkbox-list.acf-bl li {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.post_form26 .acf-checkbox-list.acf-bl li:last-child {
  margin-bottom: 0 !important;
}

.post_form26 .acf-checkbox-list.acf-bl label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
}

.post_form26 .acf-checkbox-list.acf-bl input[type="radio"] {
  position: static !important;
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: radio !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  accent-color: #009933 !important;
  flex-shrink: 0 !important;
  pointer-events: auto !important;
}

.post_form26 .acf-checkbox-list.acf-bl span {
  display: inline-block !important;
}
.post_form26 .acf-taxonomy-field .categorychecklist-holder {
    border: none !important;
    border-radius: 3px;
    max-height: 200px;
    overflow: auto;
}
.post_form26 .acf-checkbox-list.acf-bl li {
    margin: 0 0 10px 10px !important;
    padding: 0 !important;
}
.post_form26 .acf-actions {
  display: none !important;
}
.post_form26 .acf-checkbox-list.acf-bl,
.post_form26 .acf-radio-list.acf-hl {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.post_form26 .acf-checkbox-list.acf-bl li,
.post_form26 .acf-radio-list.acf-hl li {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.post_form26 .acf-checkbox-list.acf-bl li:last-child,
.post_form26 .acf-radio-list.acf-hl li:last-child {
  margin-bottom: 0 !important;
}

.post_form26 .acf-checkbox-list.acf-bl label,
.post_form26 .acf-radio-list.acf-hl label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
}

.post_form26 .acf-checkbox-list.acf-bl input[type="radio"],
.post_form26 .acf-radio-list.acf-hl input[type="radio"] {
  position: static !important;
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: radio !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  accent-color: #009933 !important;
  flex-shrink: 0 !important;
  pointer-events: auto !important;
}

.post_form26 .acf-checkbox-list.acf-bl span,
.post_form26 .acf-radio-list.acf-hl span {
  display: inline-block !important;
}
.post_form26 .acf-radio-list.acf-hl {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 24px !important;
}

.post_form26 .acf-radio-list.acf-hl li {
  margin: 0 !important;
}
.post_form26 .acf-checkbox-list.acf-hl {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.post_form26 .acf-checkbox-list.acf-hl li {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.post_form26 .acf-checkbox-list.acf-hl li:last-child {
  margin-bottom: 0 !important;
}

.post_form26 .acf-checkbox-list.acf-hl label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
}

.post_form26 .acf-checkbox-list.acf-hl input[type="checkbox"] {
  position: static !important;
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  accent-color: #009933 !important;
  flex-shrink: 0 !important;
  pointer-events: auto !important;
}






.acf-input select {
  width: 100% !important;
  height: 48px !important;
  padding: 0 45px 0 15px !important;

  border: 1px solid #bdbdbd !important;
  border-radius: 4px !important;

  background-color: #f3f4f6 !important;
  color: #333 !important;
  font-size: 14px !important;

  cursor: pointer !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 18px !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    0 1px 2px rgba(0,0,0,.08) !important;
}





@media screen and (max-width: 767px) {
  .post_form26 {
    margin: 32px auto !important;
    padding: 22px 16px !important;
    border-radius: 12px !important;
  }

  .post_form26 #genre-label {
    font-size: 18px !important;
  }

  .post_form26 .cp_ipradio {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .post_form26 .postforms {
    padding: 20px 16px !important;
  }

  .post_form26 .acf-button,
  .post_form26 input[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}




/* =========================================
   登録
========================================= */
/* register form - same tone as post_form26 */
.register26 {
  max-width: 920px !important;
  margin: 48px auto !important;
  padding: 32px !important;
  border: 1px solid #d9e7dd !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06) !important;
  box-sizing: border-box !important;
}

.register26 .um {
  max-width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.register26 .um-form {
  padding: 28px !important;
  border-radius: 12px !important;
  background: #f8faf9 !important;
  box-sizing: border-box !important;
}

.register26 form {
  margin: 0 !important;
  padding: 0 !important;
}

.register26 .um-row,
.register26 .um-col-1,
.register26 .um-col-121,
.register26 .um-col-122 {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.register26 .um-row {
  margin-bottom: 0 !important;
}

.register26 .um-field {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
}

.register26 .um-field-label {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.register26 .um-field-label label {
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

.register26 .um-field-area {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* section heading */
.register26 .um-row-heading {
  margin: 8px 0 24px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #009933 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

/* all inputs */
.register26 input[type="text"],
.register26 input[type="email"],
.register26 input[type="password"],
.register26 input[type="tel"],
.register26 input[type="number"],
.register26 input[type="url"],
.register26 input[type="search"],
.register26 textarea,
.register26 select,
.register26 .um-form-field {
  width: 100% !important;
  min-height: 46px !important;
  padding: 12px 14px !important;
  border: 1px solid #cfd8d3 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
}

.register26 textarea {
  min-height: 170px !important;
  resize: vertical !important;
}

.register26 input[type="text"]:focus,
.register26 input[type="email"]:focus,
.register26 input[type="password"]:focus,
.register26 input[type="tel"]:focus,
.register26 input[type="number"]:focus,
.register26 input[type="url"]:focus,
.register26 input[type="search"]:focus,
.register26 textarea:focus,
.register26 select:focus,
.register26 .um-form-field:focus {
  border-color: #009933 !important;
  box-shadow: 0 0 0 3px rgba(0, 153, 51, 0.14) !important;
}

.register26 input::placeholder,
.register26 textarea::placeholder {
  color: #9ca3af !important;
}

/* select2 */
.register26 .select2-container {
  width: 100% !important;
}

.register26 .select2-container--default .select2-selection--single {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 40px 0 14px !important;
  border: 1px solid #cfd8d3 !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  outline: none !important;
}

.register26 .select2-container--default.select2-container--focus .select2-selection--single,
.register26 .select2-container--default .select2-selection--single:focus {
  border-color: #009933 !important;
  box-shadow: 0 0 0 3px rgba(0, 153, 51, 0.14) !important;
}

.register26 .select2-selection__rendered {
  padding: 0 !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 44px !important;
}

.register26 .select2-selection__placeholder {
  color: #9ca3af !important;
}

.register26 .select2-selection__arrow {
  height: 44px !important;
  right: 10px !important;
}

/* normal radio */
.register26 .um-field-radio {
  display: inline-block !important;
  margin-right: 16px !important;
  
  
  width: auto !important;
  
  
  padding: 0 !important;
  background: transparent !important;
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.register26 .um-field-radio input[type="radio"] {
  position: relative !important;
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: radio !important;
  width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  accent-color: #009933 !important;
  flex-shrink: 0 !important;
  pointer-events: auto !important;
  top: 3px !important;
}
.register26 .um-field-checkbox-option, .um-field-radio-option {
    margin: 0px 0px 0px 24px !important;
}

.register26 .um-field-radio-state {
  display: none !important;
}

.register26 .um-field-radio-option {
  color: #374151 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* submit */
.register26 .um-col-alt {
  margin-top: 32px !important;
  padding: 0 !important;
  text-align: center !important;
}

.register26 .um-center {
  text-align: center !important;
}

.register26 .um-button,
.register26 input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  min-height: 48px !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #009933 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.register26 .um-button:hover,
.register26 input[type="submit"]:hover {
  background: #007a29 !important;
}

.register26 .um-button:active,
.register26 input[type="submit"]:active {
  transform: translateY(1px) !important;
}

/* hidden anti-spam */
.register26 .um_request_name {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .register26 {
    margin: 32px auto !important;
    padding: 22px 16px !important;
    border-radius: 12px !important;
  }

  .register26 .um-form {
    padding: 20px 16px !important;
  }

  .register26 .um-row-heading {
    margin: 4px 0 20px !important;
    font-size: 18px !important;
  }

  .register26 .um-field {
    margin-bottom: 20px !important;
  }

  .register26 .um-field-radio {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .register26 .um-button,
  .register26 input[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}

.um-password {
  padding-top: 240px !important;
  padding-bottom: 128px !important;
}







/* =========================================
   投稿画面
========================================= */

/* ACF checkbox */
.acf-input .acf-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acf-input .acf-checkbox-list li {
  display: inline-block !important;
  margin: 0 8px 10px 0;
  padding: 0;
}

.acf-input .acf-checkbox-list label {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.acf-input .acf-checkbox-list input[type="checkbox"] {
  display: inline-block;
  appearance: auto;
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
  margin: 0 6px 0 0;
  vertical-align: middle;
  opacity: 1;
  position: static;
}

.acf-input .acf-checkbox-list label:hover {
  border-color: #999;
  background: #f7f7f7;
}









/* =========================================
   Responsive
========================================= */
@media (max-width: 768px) {
  .header__title {
    font-size: 2rem;
  }
  .int_ttl1 {
    font-size: 6.2vw;
    background: #231815;
    padding: 8px;
    display: inline-block;
    line-height: 1em;
    transition: 0.2s;
  }
  .int_ttl2 {
    font-size: 4vw;
    background: #231815;
    padding: 8px;
    display: inline-block;
    line-height: 1em;
    transition: 0.2s;
  }
  .ico_01_sp {
      background: url(../img/ico_01.png) no-repeat center top;
      background-size: auto 34px;
      padding-top: 40px;
  }
  .ico_02_sp {
      background: url(../img/ico_02.png) no-repeat center top;
      background-size: auto 40px;
      padding-top: 40px;
  }
  .ico_03_sp {
      background: url(../img/ico_03.png) no-repeat center top;
      background-size: auto 34px;
      padding-top: 40px;
  }
  .ico_04_sp {
      background: url(../img/ico_04.png) no-repeat center top;
      background-size: auto 34px;
      padding-top: 40px;
  }
  
}

@media (max-width: 640px) {
  .font_midashi {
    font-size: 14px !important;
  }
  .qa_box p {
    font-size: 14px;
    padding-bottom: 24px;
  }
}

