@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.1.2
*/

/* リセット・基本セッティング（デフォルト打ち消し） */
body {
  min-height: 100vh;
  position: relative;
}

a {
  color: #06c457;
}

a:hover {
  color: #06c457;
  opacity: 0.6;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #06c457;
  text-decoration: none;
}

:root {
  --wp-admin-theme-color: #f54200;
  --wp-admin-theme-color-darker-10: #f54200;
  --wp-admin-theme-color-darker-20: #f54200;
}

:root {
  --color-key-default: #f54200;
  --color-key-dark-default: #f54200;
}

/* ヘッダー */
.navbar.siteHeader {
  background-color: #fcd989;
  box-shadow: none;
}

.siteHeader .container {
  padding-bottom: 0;
  padding-top: 0;
}

.breadSection {
  border: none;
}

.page-header {
  background-color: transparent;
  border: none;
}

/* ロゴ */
.navbar-brand.siteHeader_logo {
  margin-top: 3px;
}

@media (min-width: 992px) {
  .navbar-brand.siteHeader_logo {
    margin-top: 0;
    width: 256px;
  }
}

/* ハンバーガーボタン */
.vk-mobile-nav-menu-btn {
  border: transparent;
  background-color: transparent;
  left: auto;
  right: 16px;
}

.veu_adminEdit.alert.alert-info {
  display: none;
}

/* アラート */
.wpmem_msg {
  margin: 40px auto;
  max-width: 342px;
  padding: 16px;
  width: 82%;
}

.wpmem_msg > p {
  margin-bottom: 0;
}

/* コンテンツエリア */
.siteContent {
  padding: 40px 0 80px;
}

@media (min-width: 768px) {
  .siteContent {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .siteContent {
    padding: 80px 0;
  }
}

/* ナビ */
.menu-item.menu-item-type-custom.menu-item-object-custom:last-child {
  color: #fff;
}

.menu-item.menu-item-type-custom.menu-item-object-custom:last-child > a {
  background-color: #ff8031;
  border-radius: 100px;
  color: #fff;
  margin-top: 4px;
  text-align: center;
}

.menu-item.menu-item-type-custom.menu-item-object-custom:last-child:hover {
  border-bottom: 1px solid transparent;
}

.menu-item.menu-item-type-custom.menu-item-object-custom:last-child
  > a
  > strong {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.menu-item.menu-item-type-custom.menu-item-object-custom:last-child
  > a
  > strong:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-left: 16px;
  transform: rotate(45deg);
  width: 8px;
}

h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
  color: inherit;
}

/* セッティング（独自クラス） */
.l-wrapper {
  margin: 0 auto;
  width: 100%;
}

.w-sm {
  max-width: 416px;
}

.w-md {
  max-width: 632px;
}

#wpmem_login,
#wpmem_reg {
  margin-left: auto;
  margin-right: auto;
  max-width: 416px;
}

#wpmem_login fieldset,
#wpmem_reg fieldset {
  display: contents;
  margin: 0;
}

.c-msg--alert {
  display: block;
  margin-bottom: 60px;
}

/* タイトル */
.page-header_pageTitle {
  display: none;
}

#wpmem_login legend,
#wpmem_reg legend {
  border: none;
}

fieldset:not(.bbp-form) > legend > div,
.entry-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  background-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  color: #f54200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: normal !important;
  margin-bottom: 40px !important;
}

/* フォーラム用 */
#bbpress-forums #new-post > fieldset.bbp-form > legend {
  border-bottom: 1px solid #707070;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 8px;
  width: 100%;
}

label[for="bbp_topic_title"],
label[for="bbp_stick_topic"],
label[for="bbp_topic_status"] {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}

/* タイトルwrapper */
.mainSection header {
  border: none;
}

header.entry-header {
  display: flex;
  justify-content: center;
}

h1.entry-title {
  border-bottom: 2px dashed #f54200;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  min-width: 200px;
  padding-bottom: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  fieldset:not(.bbp-form) > legend {
    margin-bottom: 60px !important;
  }
}

fieldset > legend .small {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}

fieldset > legend .ja {
  border-bottom: 2px dashed #f54200;
  display: inline-block;
  font-size: 20px;
  margin-top: 0;
  min-width: 200px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  text-align: center;
}

fieldset > legend .en {
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  fieldset > legend .small {
    font-size: 18px;
  }
  fieldset > legend .ja {
    font-size: 32px;
  }
  fieldset > legend .en {
    font-size: 16px;
  }
  h1.entry-title {
    font-size: 32px;
  }
}

.p-secondary-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  background-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  color: #f54200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-secondary-ttl {
    margin-bottom: 40px;
  }
}

.p-secondary-ttl .ja {
  border-bottom: 2px dashed #f54200;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0;
  min-width: 200px;
  padding-bottom: 8px;
  text-align: center;
}

.p-secondary-ttl .en {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-secondary-ttl .ja {
    font-size: 32px;
    margin: 0;
  }
  .p-secondary-ttl .en {
    font-size: 16px;
  }
}

/* フォーム */
#wpmem_login .div_text,
#wpmem_login .button_div,
#wpmem_login .link-text,
#wpmem_reg .div_text,
#wpmem_reg .button_div,
#wpmem_reg .link-text {
  width: 100%;
  margin-bottom: 20px;
}

#wpmem_login label,
#wpmem_reg label {
  font-weight: normal;
  line-height: 2;
}

/* ユーザー名・パスワードがわからない人はこちら */
.link-text-forgot a {
  display: block;
  margin-top: 20px;
}

.btn-primary {
  background-color: #ff8031;
  border: 1px solid #ff8031;
  border-radius: 0%;
  font-size: 14px !important;
  padding: 8px 16px 6px;
  position: relative;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #ff8031;
  border: 1px solid #ff8031;
  opacity: 0.6;
}

/* フッター */
footer {
  background-color: #ffce00;
  border-top: 0 solid transparent;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.sectionBox {
  font-size: 1.4rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* top */
.p-top__wrapper > div:nth-child(2) > #wpmem_msg {
  display: none;
}

#wpmem_msg {
  background-color: transparent;
  border: none;
}

#wpmem_msg h2 {
  background-color: transparent;
  border: none;
  font-size: 20px;
}

#wpmem_msg > p > a {
  background-color: #ff8031;
  border: 1px solid #ff8031;
  border-radius: 0%;
  color: #fff;
  font-size: 14px !important;
  padding: 8px 16px 6px;
  position: relative;
}

#wpmem_msg > p > a:hover,
#wpmem_msg > p > a:visited,
#wpmem_msg > p > a:link {
  text-decoration: none;
}

.p-top__lead {
  margin-bottom: 6rem;
  text-align: center;
}

.p-top__link {
  display: block;
  margin: 0 auto;
  max-width: 632px;
  width: 100%;
}

.p-top__dl {
  width: 100%;
}

.p-top__dl dt {
  align-items: center;
  background-color: #fcd989;
  border-left-color: transparent;
  color: #f54200;
  display: flex;
  font-size: 1.8rem;
  font-weight: normal;
  justify-content: center;
  margin-bottom: 0;
  min-width: 200px;
  padding: 10px 0;
  width: 100%;
}

.p-top__dl dd {
  align-items: center;
  background-color: #fffff4;
  border-left-color: transparent;
  color: #333;
  display: flex;
  margin-bottom: 0;
  padding: 16px;
  width: 100%;
}

.p-top__btn-wrapper {
  display: flex;
  justify-content: center;
}

.p-top__btn {
  align-items: center;
  background-color: #ff8031;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 14px;
  margin-top: 6px;
  padding: 8px 16px;
  text-align: center;
  justify-content: space-between;
}

.p-top__btn:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-left: 16px;
  transform: rotate(45deg);
  width: 8px;
}

.p-top__btn:hover,
.p-top__btn:focus {
  color: #fff;
  opacity: 0.6;
}

@media screen and (min-width: 544px) {
  .p-top__dl {
    display: flex;
  }
  .p-top__dl dt {
    padding: 30px 0;
    width: 20%;
  }
  .p-top__btn {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .p-top__btn {
    display: none;
  }
}

/* policy */
.p-policy__list {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}

.p-policy__item {
  margin-bottom: 40px;
}

.p-policy__dl > dt,
.p-policy__dl > dd {
  border-left-width: 0;
  border-left-style: solid;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
}

.p-policy__dl > dt {
  display: inline-block;
  margin-bottom: 1rem;
}

.p-policy__dl > dt + dt {
  min-width: 80px;
}

.p-policy__child-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.p-policy__child-item {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 64px;
  text-indent: -64px;
}

.p-policy__grand-child-list {
  list-style: none;
  padding-left: 0;
}

.p-policy__grand-child-item {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 30px;
  text-indent: -30px;
}

.p-policy__tbl {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  width: auto;
}

.p-policy__tbl th,
.p-policy__tbl td {
  border-collapse: collapse;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  font-size: 12px;
  padding: 6px;
  text-indent: 0;
  text-align: center;
}

.p-policy__tbl-note {
  padding-left: 0;
  text-indent: 0;
}

.p-policy__great-grandson-list {
  margin-left: 40px;
}

.p-policy__great-grandson-item {
  margin-left: -30px;
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .p-policy__tbl th,
  .p-policy__tbl td {
    font-size: 16px;
    padding: 6px 24px;
  }
  .p-policy__dl {
    display: flex;
  }
  .p-policy__dl > dt {
    margin-bottom: 0;
  }
  .p-policy__dl > dt:first-child {
    min-width: 180px;
  }
  .p-policy__child-list {
    margin-left: -64px;
  }
}

/* フォーラム */
/* パンくずリスト */
.breadcrumb {
  display: none;
}

/* メタ情報 */
.entry-meta {
  display: none;
}

/* 更新情報 */
.bbp-template-notice.info {
  display: none;
}

/* "ご利用中のアカウントからは HTML コンテンツを制限無しで投稿できます。"メッセージ */
.bbp-template-notice {
  display: none;
}

/* ページャー */
.pager {
  background-color: #ff8031;
  margin: 0 auto;
  width: 100px;
}

.pager a,
.pager li {
  display: none;
}

.c-btn--back {
  color: #fff;
  padding: 8px 16px;
  white-space: nowrap;
}

/* フォーム */
#bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
}

/* bbpress attachmemtのタイトル消す */
#bbpress-forums #new-post > fieldset.bbp-form fieldset.bbp-form > legend {
  display: none;
}

#bbpress-forums fieldset.bbp-form label[for="bbp_topic_tags"] {
  display: none;
}

#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 20px;
}

#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form select {
  margin-bottom: 20px;
}

/* 英語の文言変更できないので疑似要素で対応 */
.d4p-attachment-addfile {
  color: transparent;
  position: relative;
}

.d4p-attachment-addfile:after {
  color: #06c457;
  content: "ファイルを追加する";
  left: 0;
  position: absolute;
  white-space: nowrap;
}

.d4p-attachment-addfile:hover,
.d4p-attachment-addfile:visited,
.d4p-attachment-addfile:link {
  color: transparent;
}

.d4p-attachment-addfile:hover:after {
  color: #06c457;
  opacity: 0.6;
}

.bbp-attachments-form:before {
  border-bottom: 1px solid #707070;
  content: "アップロードファイル （ファイルの最大サイズは512MBです）";
  display: block;
  font-size: 14px;
  padding-bottom: 6px;
  padding-top: 30px;
}

.c-btn--back {
  cursor: pointer;
}

.bbp-reply-author,
.bbp-author-link {
  pointer-events: none;
}

.button.submit {
  align-items: center;
  background-color: #ff8031;
  border: 1px solid #ff8031;
  border-radius: 0%;
  color: #fff;
  display: flex;
  font-size: 14px !important;
  outline: none;
  padding: 8px 16px 6px;
  position: relative;
}

.bbp-submit-wrapper .button.submit {
  background-color: #ff8031;
}

.button.submit:after {
  content: ">";
  color: #fff;
  display: block;
  margin-left: 30px;
}

.button.submit:hover {
  opacity: 0.6;
}

.bbp-reply-form {
  display: none;
}

.bbp-topic-form {
  padding-top: 60px;
}

.bbpress-wrapper {
  margin: 0 auto;
  max-width: 632px;
  width: 100%;
}

#bbpress-forums li.bbp-body ul.forum:nth-child(odd),
#bbpress-forums li.bbp-body ul.topic:nth-child(odd) {
  background-color: #fffff4;
}

#bbpress-forums li.bbp-body ul.forum:nth-child(even),
#bbpress-forums li.bbp-body ul.topic:nth-child(even) {
  background-color: #fdfde2;
}

#bbpress-forums div.bbp-reply-content h6 {
  display: none;
}

/* 以下の HTML タグと属性を使用できます。 */
.form-allowed-tags {
  display: none;
}
