@charset "UTF-8";
/**
* trainingtainingBody CSS
*
*/


/*
* HTML
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}

.b {
  font-weight: 700 !important;
}

.c {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.l {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.r {
  align-items: flex-end !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

.lineLeft {
  border-left: #DDDDDD 2px solid !important;
}


/*
* レイアウト
*/
.inner {
  width: calc(100% - 160px);
  max-width: 1220px;
  margin: 0 auto;
}

.bwpContentsWrap {
  padding-bottom: 3rem;
  margin: 9.7rem 8rem 3rem;
  font-size: 18px;
  line-height: 1.8;
}


/*
* ページヘッダー
*/
#pageHeader {
  margin: 40px auto;
  padding: 0 40px 40px 40px;
  border-bottom: #C9C9C9 1px solid;
}

#pageHeader h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}


/*
* artTitle
*/
.artTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 40px 0;
  padding: 0;
}

.artTitle small {
  position: absolute;
  top: 0;
  left: calc(50% + 80px);
  transform: rotate(20deg);
  margin: 0;
  padding: 0;
  color: #0D7301;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.artTitle strong {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
}


/*
* メッセージ
*/
.BWPinfo {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  color: #f49037;
  font-size: 16px;
  font-weight: 600;
  border: #f49037 1px solid;
  border-radius: 5px;
}

.BWPerror {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  color: #FF0000;
  font-size: 16px;
  font-weight: 600;
  border: #FF0000 1px solid;
  border-radius: 5px;
}


/*
* パンくず
*/
#pankuzu {
  margin: 20px 10px 0 10px;
  padding: 10px;
  border-bottom: #40210F 1px solid;
}

#pankuzu ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

#pankuzu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#pankuzu li:after {
  content: " > "
}

#pankuzu li:last-child:after {
  content: "";
}

#pankuzu li i {
  margin-right: 0.2rem;
  color: #777777;
}


/*
* articleタイトル
*/


/*
* ページャー
*/
nav.navigation {
  width: 100%;
  margin: 0;
  padding: 0;
}

nav.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
}

nav.navigation .nav-links .prev {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}

nav.navigation .nav-links .next {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  text-align: right;
}

nav.navigation .nav-links .page-numbers {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  line-height: 100%;
}

nav.navigation .nav-links span.page-numbers {
  color: #F54883;
  font-weight: 600;
}


/*
* 投稿リスト
*/
.postList {
  margin: 0 0 40px 0;
  padding: 0;
}

.postList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  margin: 0px;
  padding: 0;
}

.postList li {
  width: calc(50% - 20px);
  margin: 0;
  padding: 0;
}

.postList li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
}

.postList li a:hover {
  opacity: 0.9;
}

.postList li a:hover .thumb img {
  transform: scale(1.1);
}

.postList .thumb {
  width: 100%;
  height: 240px;
  max-height: calc(50vw - 40px);
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
}

.postList .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.postList p.date {
  margin: 0 0 5px 0;
  padding: 0;
  color: #D7AE50;
  font-size: 18px;
  font-weight: 800;
}

.postList h3.postTitle {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}


/*
* 基本table - リスト
*/
.listStyle {
  width: 100%;
  /* min-width: 900px; */
  table-layout: fixed;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.listStyle a+a {
  margin-left: 1rem;
}

.listStyle thead th {
  margin: 0;
  padding: 12px 0;
  text-align: center;
  font-weight: 300;
  background-color: #EEEEEE;
  border: #999999 1px solid;
}

.listStyle thead th.ord {
  position: relative;
  color: #1574cb;
  cursor: pointer;
}

.listStyle thead th.ord.asc,
.listStyle thead th.ord.desc {
  font-weight: 600;
}

.listStyle thead th.ord.asc::after,
.listStyle thead th.ord.desc::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translate(0, -50%);
  font-size: 50%;
}

.listStyle thead th.ord.asc::after {
  content: "▼";
}

.listStyle thead th.ord.desc::after {
  content: "▲";
}

.listStyle .defaultItem {
  display: none;
}

.listStyle tbody tr.select {
  cursor: pointer;
}

.listStyle tbody tr.select:hover {
  opacity: 0.6;
}

.listStyle tbody tr:nth-child(2n+1) {
  background-color: #F4F8FF;
}

.listStyle tbody:nth-child(2n+1) tr {
  background-color: #FFFFFF;
}

.listStyle tbody tr.active {
  color: #FFFFFF;
  background-color: #1574cb;
}

.listStyle tbody tr.selected {
  color: #FFFFFF;
  background-color: #cb6c15;
}

.listStyle tbody tr.active.selected {
  color: #FFFFFF;
  background-color: #5a15cb;
}

.listStyle .sortableArea tr {
  cursor: grab;
}

.listStyle tbody th {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: #CCCCCC 1px solid;
}

.listStyle tbody td {
  margin: 0;
  padding: 5px 5px;
  vertical-align: middle;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: #CCCCCC 1px solid;
}

.listStyle a {
  color: #000088;
  /* text-decoration: underline; */
}

/*
* フォームレイアウト
*/
/* メッセージ */
#formMessage {
  margin: 0 0 40px 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  border: #CCCCCC 1px solid;
  background-color: #FFFFFF;
}

#formMessage p {
  margin: 0;
  padding: 0;
}

#formMessage p.err {
  margin: 0;
  padding: 0;
  color: #CC0000;
}

.baseForm hr {
  width: calc(100% - 40px);
  margin: 40px auto;
  border: none;
  border-top: #CCCCCC 1px solid;
}

/* 1カラム */
.baseForm ul.normal {
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 32px;
}

.baseForm ul.normal li {
  flex: 1;
  /* display: flex; */
  align-items: first baseline;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 見出し */
.baseForm h5 {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  /* justify-content: center; */
  width: 20em;
  margin: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  border: 0;
}

.baseForm li.req h5::after {
  content: "必須";
  /* position: absolute; */
  /* top: 5px; */
  /* right: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* padding: 3px 5px;
  color: #CA0C0C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border: #CA0C0C 1px solid;
  border-radius: 5px; */

  font-size: 16px;
  color: #EA5B13;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #EA5B13;
  padding: 3px 14px;
  margin-left: 10px;
  text-align: center;
}

.baseForm li.any h5::after {
  content: "任意";
  /* position: absolute; */
  /* top: 15px; */
  /* right: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* padding: 3px 5px;
  color: #1932CB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border: #1932CB 1px solid;
  border-radius: 5px; */

  font-size: 16px;
  color: #707070;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #707070;
  padding: 3px 14px;
  margin-left: 10px;
  text-align: center;
}

/* wrap */
.baseForm .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  gap: 5px 10px;
  font-size: 16px;
  line-height: 1.6;
}

.baseForm .wrap.column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.baseForm .wrap span {
  font-size: 14px;
}

/* input */
.baseForm input[type='text'],
.baseForm input[type='number'],
.baseForm input[type='tel'],
.baseForm input[type='email'],
.baseForm input[type='password'],
.baseForm textarea {
  display: inline-block;
  width: 100%;
  margin: 2px;
  padding: 5px 10px;
  font-size: 12px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 16px;
  border: #4F473C 1px solid;
  font-size: 16px;
  border-radius: 5px;
}

/* select */
.baseForm select {
  display: inline-block;
  margin: 5px;
  padding: 16px;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #4F473C 1px solid;
  border-radius: 5px;
  max-width: 100%;
}

.baseForm .selectArrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.baseForm .selectArrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5F5F5F;
  pointer-events: none;
}

.baseForm .selectArrow select {
  padding-right: 30px;
}

.baseForm .selectArrow optgroup[label] {
  font-weight: bold;
  color: #333;
  background: #f7f7f7;
  padding: 4px;
}

/* checkItem */
.baseForm .checkItem label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: #094DB0;
  border: #094DB0 1px solid;
  border-radius: 9999px;
  cursor: pointer;
}

.baseForm .checkItem input {
  display: none;
}

.baseForm .checkItem input[type='checkbox']:not(:checked)+label {
  color: #A5A5A5;
  background-color: #FFFFFF;
  border: #A5A5A5 1px solid;
}

/* checkSingle */
.baseForm .checkSingle {
  display: inline-block;
  padding: 5px 0;
}

.baseForm .checkSingle input {
  position: absolute;
  left: -9999px;
}

.baseForm .checkSingle label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 50px 0 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}

.baseForm .checkSingle label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  transition: .1s;
}

.baseForm .checkSingle input:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 7px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
  height: 15px;
  border-right: 3px solid rgba(240, 131, 0, 0.8);
  border-bottom: 3px solid rgba(240, 131, 0, 0.8);
  transform: rotate(45deg);
  transition: .1s;
}

/* radio */
.baseForm .radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.baseForm .radio input[type='radio'] {
  position: absolute;
  left: -9999px;
}

.baseForm .radio label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.5em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}

.baseForm .radio label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: #E6E6E6 1px solid;
  border-radius: 5px;
  transition: background-color .1s;
}

.baseForm .radio input[type='radio']:checked+label::before {
  background-color: #094DB0;
}

/* file */
.baseForm .file {
  display: flex;
  align-items: center;
}

.baseForm .file input[type="file"] {
  display: none;
}

.baseForm .file label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 20px;
  text-align: center;
  color: #094DB0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: #FFFFFF;
  border: #094DB0 1px solid;
  border-radius: 9999px;
  cursor: pointer;
}

.baseForm .file span.filename {
  color: #000000;
  font-size: 12px;
}

/* 確認用checkbox */
.baseForm .approve {}

.baseForm .approve .document {
  max-height: 100px;
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #F6F6F6;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  overflow-y: scroll;
}

.baseForm .approve label {
  display: flex;
  align-items: center;
  line-height: 1;
}

.baseForm .approve input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
}

.baseForm .approve input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: solid 2px #CCCCCC;
  border-radius: 3px;
}

.baseForm .approve input[type='checkbox']:checked::before {
  background-color: #2678C0;
}

.baseForm input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}

.baseForm .approve input[type='checkbox']:checked::after {
  opacity: 1;
}

/* パスワード */
.baseForm .wrap.pass label {
  display: flex;
  align-items: center;
}

.baseForm .wrap.pass label span {
  width: 8em;
}

/* 規約エリア */
.baseForm .lawBody {
  margin: 0 0 10px 0;
  padding: 5px;
  width: 100%;
  max-height: 200px;
  font-size: 12px;
  font-weight: 300;
  background-color: #FFFFFF;
  border: #E6E6E6 1px solid;
  border-radius: 0;
  overflow-y: scroll;
}

.baseForm .lawBody h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.baseForm .lawBody h4 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  border: 0;
}

.baseForm .lawBody p {
  margin: 0 0 10px 0;
  padding: 0;
}

.baseForm .lawBody ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}

.baseForm .lawBody li {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}

/* 同意チェックボックス */
.baseForm .agreeCK {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.baseForm .agreeCK input {
  position: absolute;
  display: none;
}

.baseForm .agreeCK label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}

.baseForm .agreeCK label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 3px;
  transition: .1s;
}
.baseForm .agreeCK input:checked+label::before {
  background-color: #2678C0;
}
.baseForm .agreeCK input:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 8px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 10px;
  height: 18px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  transform: rotate(45deg);
  transition: .1s;
}

.baseForm .agreeCK label a {
  color: #004BB1;
  text-decoration: underline;
  transition: color 0.3s ease, opacity 0.3s ease;
  
}
.baseForm .agreeCK label a:hover {
  opacity: 0.8;
}
/* クレジットカード */
.stripe-input {
  width: 200px;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
}


/*
* Datepicker
*/
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto;
  margin: 0 0.5rem;
}


/*
* ボタン
*/
.buttonWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.buttonWrap .primary {
  width: 100%;
  max-width: calc(50% - 10px);
  margin: 0;
  padding: 23px 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #EA5B13;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.buttonWrap .secondary {
  width: 100%;
  max-width: calc(50% - 10px);
  margin: 0;
  padding: 23px 30px;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.buttonWrap .mini {
  min-width: 10em;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 12px;
}

.buttonWrap a {
  transition: 0.3s all ease;
}

.buttonWrap a:hover {
  opacity: 0.7;
}

.asset__content {
  font-size: 16px;
}



/*
* ページネーション
*/
.pager {
  margin: 40px 0;
  padding: 0;
}

.pager .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* BACK */
.pager .prev {
  position: relative;
  width: 5em;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 24px;
  cursor: pointer;
}

/* NEXT */
.pager .next {
  position: relative;
  width: 5em;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 24px;
  cursor: pointer;
}

/* ページ */
.pager .pageNumbers {
  flex: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pager .pageNumbers .num {
  margin: 0;
  padding: 0 15px;
  font-size: 24px;
  border-right: #CCCCCC 2px solid;
}

.pager .pageNumbers .num:last-child {
  border: 0;
}

/* ボタン無効化 */
.pager span.arrow {
  color: #CCCCCC;
  cursor: default;
}

.pager span.current {
  color: #CCCCCC;
  cursor: default;
}


/*
* リンクボタン
*/
a.linkButton {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  background-color: #53576A;
}

a.linkButton:hover {
  opacity: 1;
  background-color: #202646;
}

a.linkButton:active {
  background-color: #9BA1BC;
}

a.linkButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  border-top: #FFFFFF 2px solid;
  z-index: 50000;
}

a.linkButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  border-top: #FFFFFF 2px solid;
  z-index: 50000;
}

a.linkButton small {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  z-index: 50001;
}

a.linkButton p {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 50001;
}


/*
* 商品詳細
*/
#bwpProductDetail {}

#bwpProductDetail h1 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

#bwpProductDetail .price {
  margin-bottom: 10px;
}

#bwpProductDetail .price del {
  text-decoration: line-through;
}

#bwpProductDetail .amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  line-height: 1;
  font-family: sans-serif;
  vertical-align: baseline;
}

#bwpProductDetail .woocommerce-product-details__short-description {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

#bwpProductDetail .stock {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
}

/* カート追加 */
#bwpProductDetail form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 10px;
}

#bwpProductDetail form.cart input {
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  border: #CCCCCC 1px solid;
}

#bwpProductDetail form.cart button {
  font-size: 20px;
  font-weight: 700;
  background-color: #EA5B13;
}

/* メタ */
#bwpProductDetail .product_meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* 説明 */
#tab-description h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

#tab-description p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/* レビュー */
#tab-reviews #reviews {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 16px;
}

#tab-reviews #comments {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 16px;
}

#tab-reviews .comment-form-rating {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 16px;
}

#bwpProductDetail textarea {
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  border: #CCCCCC 1px solid;
}

/* 関連商品 */
#bwpProductDetail .related h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

/* 買い物カゴnotice */
#bwpProductDetail .woocommerce-message {
  font-size: 16px;
}







/*
* スマホ用
*/


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


  /*
  * レイアウト
  */
  .inner {
    width: calc(100% - 20px);
  }

  .bwpContentsWrap {
    padding-bottom: 2rem;
    margin: 4rem 2rem 2rem;
    font-size: 18px;
    line-height: 1.8;
  }


  /*
  * 投稿リスト
  */
  .postList {
    margin: 0 0 40px 0;
    padding: 0;
  }

  .postList li {
    width: 100%;
  }

  .postList .thumb {
    width: 100%;
    height: calc(66vw - 20px);
    max-height: none;
  }

  .postList p.date {
    font-size: 14px;
  }

  .postList h3.postTitle {
    font-size: 18px;
  }




  /*
  * フォームレイアウト
  */
  .baseForm ul.normal li {
    flex-direction: column;
  }

  .baseForm h5 {
    width: 100%;
    padding: 10px;
    border: 0;
    /* border-bottom: #999999 2px solid; */
  }

  .baseForm .wrap {
    flex-wrap: wrap;
    padding: 10px;
  }


  /*
  * ボタン
  */
  .buttonWrap {
    flex-direction: column;
  }

  .buttonWrap .primary {
    order: 1;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 16px;
  }

  .buttonWrap .secondary {
    order: 2;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 16px;
  }


  /*
  * リンクボタン
  */
  a.linkButton {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    background-color: #53576A;
  }

  a.linkButton:hover {
    opacity: 1;
    background-color: #202646;
  }

  a.linkButton:active {
    background-color: #9BA1BC;
  }

  a.linkButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10%;
    border-top: #FFFFFF 2px solid;
    z-index: 50000;
  }

  a.linkButton::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10%;
    border-top: #FFFFFF 2px solid;
    z-index: 50000;
  }

  a.linkButton small {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    z-index: 50001;
  }

  a.linkButton p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 50001;
  }









}