@charset "utf-8";

.content-area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.gjs-dashed .content-area .content {
    display: block !important;
}

.tab-area {
  width: 100%;
  margin: 50px auto 0;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 10px;
}

.tab-area .tab {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #8A9D56;
    color: #fff;
    border-radius: 39px;
    padding: 5px 5px 5px 5px;
    transition: all 0.5s ease;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    cursor: pointer;
}

.tab-area .tab.active {
  border: none;
  background: #EAF4CF;
  color: #3B2C20;
}

.tabEn {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.tab-area .tab:hover {
    background-color: #EAF4CF;
    color: #3B2C20;
}

.content-area .content {
  display: none;
}
.content-area .content.show {
  display: block;
}

.content-area .content {
  margin-top: 50px;
  background: #EAF4CF;
  padding: 20px;
  border-radius: 20px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.tab-area .tab {
  width: 100%;
}

.tab-area {
  grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tab-area .tab {
    width: 100%;
}

.tab-area {
  grid-template-columns: repeat(3, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.content-area .content {
  padding: 40px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tab-area {
  grid-template-columns: repeat(6, 1fr);
}

.tab-area .tab {
  font-size: 14px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */