/* ----------------------------------------------------------
base
---------------------------------------------------------- */
body {
  /*font-family: "Noto Sans JP", sans-serif;*/
  letter-spacing: 0.01em;
}

h1 {
  text-align: center;
  line-height: 2em;
  font-weight: normal;
  /*font-family: "Noto Sans JP", sans-serif;*/
}

h2,
h3,
h4,
h5 {
  /*font-family: "Noto Sans JP", sans-serif;*/
  margin-bottom: 0;
  color: #404040;
}

p,
li {
  color: #404040;
}

th,
td {
  vertical-align: middle;
}

figcaption {
  color: #404040;
}

figcaption {
  font-size: 1.4rem;
}

@media screen and (min-width: 561px) {
  figcaption {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}

.inlineBlock {
  display: inline-block;
}

.wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.bg {
  background-color: #eee;
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.section {
  padding-top: 80px;
  background-color: transparent;
}

@media screen and (min-width: 561px) {
  .section {
    padding-top: 120px;
    padding-bottom: inherit;
  }
}

.section:not(.-frontMatter) {
  /*font-family: "Shippori Mincho", sans-serif;*/
}

.section:nth-of-type(1) {
  padding-top: 80px;
}

.section:nth-last-of-type(1) {
  padding-bottom: 80px;
}

.section.-eraseSidePaddingUnder768 {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .section.-eraseSidePaddingUnder768 {
    padding-left: 0;
    padding-right: 0;
  }
}

.section.-mainVisual {
  padding: 0;
  /*background-color: #e9eef4;*/
  background: linear-gradient(180deg, #fff 0%, #fff 80%, #eee 80%, #eee 100%);
}

.section.-mainVisual .section_inner {
  max-width: none;
}

@media screen and (min-width: 561px) {
  .section.-subh {
    padding-top: 80px;
  }
}

/* ----------------------------------------------------------
-conterntArea
---------------------------------------------------------- */
.section.-conterntAreaMain {
  padding: 40px 6.22%;
}

@media screen and (min-width: 561px) {
  .section.-conterntAreaMain {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section.-conterntAreaMain .txtBlock p {
  color: #404040;
}

.section.-conterntAreaMain strong {
  color: #404040;
}

.section.-conterntAreaMain .imgBlock {
  max-width: 900px;
  margin-inline: auto;
}

@media screen and (min-width: 1115px) {
  .-conterntArea900 {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .-conterntArea900.-eraseSidePaddingUnder768 {
    padding-left: 6.22%;
    padding-right: 6.22%;
  }
}

@media screen and (min-width: 1115px) {
  .-conterntArea900.-eraseSidePaddingUnder768 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------------------------------------------
snsShare
---------------------------------------------------------- */
.-eraseSidePaddingUnder768 .snsShare {
  margin-left: 6.22%;
  margin-right: 6.22%;
}

@media screen and (min-width: 1024px) {
  .-eraseSidePaddingUnder768 .snsShare {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------
ttlBlock, ttl
---------------------------------------------------------- */
.ttlBlock {
  margin-top: 0;
}

.-eraseSidePaddingUnder768 .ttlBlock {
  margin-left: 6.22%;
  margin-right: 6.22%;
}

@media screen and (min-width: 1024px) {
  .-eraseSidePaddingUnder768 .ttlBlock {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 561px) {
  .ttl {
    max-width: 700px;
    margin: 0 auto;
    font-size: 2.5rem;
  }
}

.-conterntAreaMain .ttl {
  font-weight: bold;
  color: #404040;
}

.subTtl {
  text-align: center;
}

@media screen and (min-width: 561px) {
  .subTtl {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------
heading
---------------------------------------------------------- */
.heading {}

@media screen and (min-width: 561px) {
  .heading {
    font-size: 2rem;
  }
}

.subHeading {
  font-size: 1.6rem;
}

@media screen and (min-width: 561px) {
  .subHeading.-alignCenter {
    text-align: center;
  }
}

.subHeading.-weightregular {
  font-weight: normal;
}

@media screen and (min-width: 561px) {
  .subHeading {
    font-size: 2rem;
  }

  .subHeading+* {
    margin-top: 40px;
  }

  .subHeading.-weightregular+* {
    margin-top: 20px;
  }
}

.subHeading_caption {
  font-size: 1.4rem;
}

@media screen and (min-width: 561px) {
  .subHeading_caption {
    font-size: 1.6rem;
  }
}

.-left {
  text-align: left;
}

.contactHeading {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 561px) {
  .contactHeading {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------
txtBlock, txt
---------------------------------------------------------- */
@media screen and (min-width: 561px) {
  .txtBlock {
    font-size: 1.6rem;
  }
}

.txtBlock.-center {
  margin-left: auto;
  margin-right: auto;
}

.txtBlock.-col2,
.txtBlock.-col3 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 561px) {

  .txtBlock.-col2,
  .txtBlock.-col3 {
    flex-direction: row;
  }
}

@media screen and (min-width: 561px) {
  .txtBlock.-col2>* {
    width: 50%;
    align-self: stretch;
  }

  .txtBlock.-col3>* {
    width: 33.3%;
    align-self: stretch;
  }

  .-eraseSidePaddingUnder768 .txt {
    margin-left: 6.22%;
    margin-right: 6.22%;
  }
}

@media screen and (min-width: 1024px) {
  .-eraseSidePaddingUnder768 .txt {
    margin-left: 0;
    margin-right: 0;
  }
}

.txt.-medium {
  /* font-family: "Shippori Mincho Medium", "Noto Sans JP", sans-serif; */
  font-weight: 500;
}

.txtBlock.-box {
  background: #fff 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 561px) {
  .txtBlock.-box {
    padding: 30px;
  }
}

.txtBlock p.release {
  font-size: 2rem;
}

.txtBlock p.release+* {
  margin-top: 10px;
}

.caption.caption {
  font-size: 1.3rem;
}

.-padding_bottom80 {
  padding-bottom: 80px !important;
}

/* ----------------------------------------------------------
imgBlock
---------------------------------------------------------- */
.-eraseSidePaddingUnder768 .imgBlock {
  margin-left: 6.22%;
  margin-right: 6.22%;
}

@media screen and (min-width: 1024px) {
  .-eraseSidePaddingUnder768 .imgBlock {
    margin-left: 0;
    margin-right: 0;
  }
}

.-eraseSidePaddingUnder768 .imgBlock.-ttlImage {
  margin-left: 0;
  margin-right: 0;
}

.table_data .imgBlock {
  margin-top: 0;
}

.table_data .imgBlock p {
  text-align: left;
  font-size: 1.4rem;
}

.table_data.-left {
  text-align: left;
}

.imgBlock.-col2.-row,
.imgBlock.-col3.-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.imgBlock.-col3.-row img {
  width: 100%;
  max-width: 286px;
}

@media screen and (min-width: 561px) {

  .table_data .imgBlock.-col2,
  .table_data .imgBlock.-col3 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}

@media screen and (min-width: 769px) {

  .table_data .imgBlock.-col2,
  .table_data .imgBlock.-col3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    gap: 8px;
  }
}

.imgBlock.-x {
  max-width: 550px;
  margin-inline: auto;
}

.imgBlock_sholderCaption {
  text-align: left;
}

.contactHeading+p {
  margin-top: 10px;
}

.btn.-white.-oval {
  font-size: 1.4rem;
  padding: 0 2em;
  line-height: 2.14;
  width: 100%;
  max-width: 360px;
  text-align: center;
  transition-duration: 0.2s;
  border: solid 2px #999;
}

@media screen and (min-width: 561px) {
  .btn.-white.-oval {
    font-size: 1.6rem;
  }
}

.btn.-white.-oval:hover {
  border-color: #cfcfcf;
  color: #cfcfcf;
}

@media screen and (min-width: 561px) {
  .smartImg.-mainVisual {
    height: 580px;
    object-fit: cover;
  }
}

.smartImg.-small {
  max-width: 80%;
}

@media screen and (min-width: 561px) {
  .smartImg.-small {
    max-width: 100%;
  }
}

.txtLink {
  color: #4096ec;
}

.txtLink.-underbar {
  color: #4c4c4c;
  text-decoration: none;
}

.txtLink.-underbar:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------
table
---------------------------------------------------------- */
.txtBlock+.table {
  margin-top: 20px;
}

@media screen and (min-width: 561px) {
  .table_main {
    font-size: 1.4rem;
  }
}

.table_main table {
  background: #fff;
}

.table_body {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.table_headerRow {
  background-color: transparent;
  text-align: center;
}

.table_data {
  text-align: center;
}

.table_data:only-child {
  border-right: solid 1px #ccc;
}


@media screen and (min-width: 769px) {
  .table_data.-product {
    width: 50%;
  }
}

@media screen and (min-width: 561px) {
  .table_data.-head {
    font-size: 1.5rem;
  }
}

.table_data.-patchBorder_right {
  border-right: solid 1px #ccc !important;
}

@media screen and (min-width: 561px) {
  .txtBlock.-col2>* {
    width: 50%;
    align-self: stretch;
  }

  .txtBlock.-col3>* {
    width: 33.3%;
    align-self: stretch;
  }
}

.txtBlock.-col2 .box+.box,
.txtBlock.-col3 .box+.box {
  margin-top: 0;
  border-top: none;
}

@media screen and (min-width: 561px) {

  .txtBlock.-col2 .box+.box,
  .txtBlock.-col3 .box+.box {
    border-top: 1px solid #ccc;
    border-left: none;
  }
}

@media screen and (min-width: 561px) {
  .listItem.-responsive {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .table_data .imgBlock.-col2 figure {
    width: 160px;
  }

  .table_data .imgBlock.-col2 p {
    width: calc(100% - 160px);
  }
}

.list.-indent {
  padding-left: 1em;
}

@media screen and (min-width: 561px) {
  .table .list {
    font-size: 1.4rem;
  }

  .table_main .table_style {
    width: 100% !important;
    max-width: 900px;
    margin: 0 auto;
    background: #fff !important;
  }

}

@media screen and (max-width: 560px) {
  .table_main .table_style {
    width: 100% !important;
    background: #fff !important;
  }
}

.-bg_white {
  background: #fff;
}

.-alignRight {
  text-align: right;
}

.-alignLeft {
  text-align: left;
}

/* ----------------------------------------------------------
list
---------------------------------------------------------- */

ol {
  list-style: none;
  counter-reset: number;
}

ol>li {
  position: relative;
  padding-left: 28px;
  font-size: 1.4rem;
}

@media screen and (min-width: 561px) {
  ol>li {
    font-size: 1.6rem;
  }
}

ol>li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: -10px;
}

.list.-lineblank>.listItem+*,
.list.-lineblank>.itemList+* {
  padding-top: 10px;
}

/* ----------------------------------------------------------
flexTable
---------------------------------------------------------- */
.flexTable.-noFlex .flexTable_bodyRow {
  display: table-row;
}

.flexTable.-noFlex .flexTable_data {
  display: table-cell;
  width: initial;
  vertical-align: initial;
}

/*----------------------------------------------------------
column3
-----------------------------------------------------------*/
.column3 {
  width: 100%;
  padding: 1em;
}

.clearfix::after {
  content: "";
  clear: both;
}

.column3 .col {
  float: left;
  width: 33.3%;
}

@media screen and (min-width: 562px) and (max-width: 1002px) {
  .column3 .col {
    width: 48%;
    margin-bottom: 2em;
  }

  .column3 .col img {
    width: 100%;
  }
}

@media screen and (max-width: 561px) {
  .column3 .col {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }

  .column3 .col img {
    width: 100%;
  }
}

.flexList_header {
  width: 120px;
}

.list.-jpAsterisk.-counter {
  counter-reset: num 0
}

.list.-jpAsterisk.-counter2 {
  counter-reset: num 1
}

.list.-jpAsterisk.-counter>.listItem,
.list.-jpAsterisk.-counter2>.listItem {
  padding-left: 1.5em;
  text-indent: -1.5em
}

.list.-jpAsterisk.-counter>.listItem::before,
.list.-jpAsterisk.-counter2>.listItem::before {
  counter-increment: num 1;
  content: "※" counter(num) " "
}

.mt20 {
  margin-top: 20px;
}

.mb12 {
  margin-bottom: 12px;
}

.-br {
  display: inline-block;
}

.imgBlock.-row figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgBlock.-row figure figcaption {
  max-width: 600px;
}