@charset "UTF-8";
.grecaptcha-badge {
  z-index: 2;
}

.topRayface {
  background-image: url(../img/top/img_woman.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding: 10em 0;
}
@media screen and (max-width: 1200px) {
  .topRayface {
    padding: 5em 0 10em 0;
    background-size: 70%;
  }
}
.topRayface .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .topRayface .inner {
    padding: 0 20px;
  }
}
.topRayface .inner .jostEx {
  font-size: max(500%, 30px);
  color: #3cb4e5;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1200px) {
  .topRayface .inner .jostEx {
    font-size: min(16vw, 60px);
    margin-bottom: 0.7em;
  }
}
.topRayface .inner .h2 {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 150%;
}
.topRayface .inner .text {
  margin-bottom: 2em;
}
.topRayface .inner img {
  max-width: 200px;
}
@media screen and (max-width: 1200px) {
  .topRayface .inner img {
    max-width: 150px;
  }
}

.topProducts {
  background-color: #303642;
  padding: 10em 0;
}
.topProducts > .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .topProducts > .inner {
    padding: 0 20px;
  }
}
.topProducts > .inner .item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 6em;
}
@media screen and (max-width: 1200px) {
  .topProducts > .inner .item {
    flex-direction: column;
  }
}
.topProducts > .inner .item:last-of-type {
  margin-bottom: 0;
}
.topProducts > .inner .item:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .topProducts > .inner .item:nth-of-type(2n+1) {
    flex-direction: column;
  }
}
.topProducts > .inner .item .image img:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 1200px) {
  .topProducts > .inner .item .image {
    margin-bottom: 3em;
  }
}
.topProducts > .inner .item .detail img {
  max-height: 40px;
}
.topProducts > .inner .item .text {
  padding-top: 1.7em;
  color: #ffffff;
  line-height: 2.3;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .topProducts > .inner .item .text {
    white-space: wrap;
  }
}

.topCompany {
  background-color: #303642;
  padding: 10em 0 0 0;
}
.topCompany > .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner {
    padding: 0 20px;
    max-width: 1000px;
  }
}
.topCompany > .inner hr {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 3em;
}
.topCompany > .inner .greeting {
  /*
  background-image: url(../img/top/ceo.png);

  padding-left: 150px;
  */
  padding-bottom: 3em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .greeting {
    /*
    padding-left: 0;
    background-size: 25%;
    */
  }
}
@media screen and (max-width: 1070px) {
  .topCompany > .inner .greeting {
    /*
    background-size: 200px;
    padding-bottom: 200px;
    */
  }
}
.topCompany > .inner .greeting > .inner {
  color: #ffffff;
  width: 100%;
  max-width: 930px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .greeting > .inner {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1070px) {
  .topCompany > .inner .greeting > .inner {
    padding-left: 0;
  }
}
.topCompany > .inner .greeting > .inner .title {
  font-size: 140%;
  margin-bottom: 0.7em;
  color: #3cb4e5;
}
.topCompany > .inner .greeting > .inner .text {
  color: #ffffff;
  font-size: 13px;
}
.topCompany > .inner .greeting > .inner .auther {
  color: #ffffff;
  padding-top: 2em;
  font-size: 80%;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .greeting > .inner .auther {
    text-align: right;
  }
}
.topCompany > .inner h3 {
  color: #3cb4e5;
  margin-bottom: 0.3em;
  font-size: 160%;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner h3 {
    margin-bottom: 1.7em;
  }
}
.topCompany > .inner h4 {
  font-weight: 400;
}
.topCompany > .inner .aboutus {
  margin-bottom: 3em;
  padding-left: 150px;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .aboutus {
    padding-left: 0;
  }
}
.topCompany > .inner .aboutus dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.topCompany > .inner .aboutus dt,
.topCompany > .inner .aboutus dd {
  color: #ffffff;
  font-size: 13px;
}
.topCompany > .inner .aboutus dt {
  width: 20%;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .aboutus dt {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.topCompany > .inner .aboutus dd {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .aboutus dd {
    width: 100%;
    margin-bottom: 1.7em;
  }
}
.topCompany > .inner .aboutus dd.map p {
  color: #ffffff;
  margin-bottom: 1.3em;
}
.topCompany > .inner .aboutus dd.map p:last-of-type {
  margin-bottom: 0;
}
.topCompany > .inner .aboutus dd a {
  position: relative;
  display: inline-block;
}
.topCompany > .inner .aboutus dd a:after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  display: inline-block;
  right: -30px;
  top: 50%;
  width: 23px;
  height: 25px;
  background-image: url(../img/top/iconArrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.topCompany > .inner .sns {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;
}
.topCompany > .inner .sns a {
  display: block;
  margin-right: 7em;
}
.topCompany > .inner .sns a:last-of-type {
  margin-right: 0;
}
.topCompany > .inner .sns img {
  width: 100%;
  max-height: 30px;
}
.topCompany > .inner .history {
  margin-bottom: 3em;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .history {
    padding-bottom: 2em;
  }
}
.topCompany > .inner .history * {
  color: #ffffff;
}
.topCompany > .inner .history .top {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
}
.topCompany > .inner .history .topIndent {
  line-height: 2;
}
.topCompany > .inner .history .bottom ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  gap: 2em;
  padding: 2em;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .history .bottom ul {
    grid-template-columns: 1fr;
    padding: 2em 0;
  }
}
.topCompany > .inner .history .bottom ul li {
  width: 100%;
  margin-top: 1em;
  background: #363d4b;
  padding: 0.7em;
  border-radius: 7px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .topCompany > .inner .history .bottom ul li {
    margin-top: 0em;
  }
}
.topCompany > .inner .history .bottom ul li::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 29px solid rgba(255, 255, 255, 0.0509803922);
  border-top: 0px solid transparent;
  border-bottom: 14px solid transparent;
}
.topCompany > .inner .history .bottom ul li > div:first-of-type {
  border-bottom: 3px solid #fff;
  font-size: 230%;
  margin-bottom: 0.7em;
  display: inline-block;
}
.topCompany > .inner .history .bottom ul li span {
  color: #3cb4e5;
}
.topCompany > .inner .history .bottom ul li p {
  display: inline-block;
  line-height: 1.3;
  padding: 0.3em;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.topCompany > .inner .history .bottom ul li p:last-of-type {
  margin-bottom: 0;
}
.topCompany > .inner .history .bottom .notice {
  text-align: right;
}
.topCompany > .inner .recruit {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.topCompany > .inner .recruit h4,
.topCompany > .inner .recruit .title {
  color: #3cb4e5;
}
.topCompany > .inner .recruit .title {
  font-size: 140%;
  margin-bottom: 1em;
}
.topCompany > .inner .recruit h4 {
  font-size: 120%;
  padding-top: 2em;
}
.topCompany > .inner .recruit .text {
  color: #ffffff;
}

.topContact {
  padding: 10em 0 0 0;
}
.topContact .contactNotice {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  .topContact .contactNotice {
    padding: 0 20px;
    text-align: left;
  }
}
.topContact > .inner {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .topContact > .inner {
    padding: 0 20px;
  }
}
.topContact > .inner .h2 {
  color: #333;
}
.topContact > .inner dt p {
  color: #3cb4e5;
}
.topContact > .inner dd {
  margin-bottom: 2em;
}
.topContact > .inner ::-moz-placeholder {
  color: #bbbbbb;
}
.topContact > .inner ::placeholder {
  color: #bbbbbb;
}
.topContact > .inner select,
.topContact > .inner input[type=tel],
.topContact > .inner input[type=email],
.topContact > .inner input[type=text] {
  width: 100%;
  border-bottom: 1px solid #3cb4e5;
  padding: 0.7em;
  font-size: 16px;
}
.topContact > .inner textarea {
  width: 100%;
  height: 17em;
  font-size: 16px;
  border: 1px solid #3cb4e5;
}
.topContact > .inner .wpcf7-not-valid-tip {
  color: #dd0000;
}
.topContact > .inner .screen-reader-response p {
  color: #dd0000;
  margin-bottom: 0.3em;
  font-size: 130%;
}
.topContact > .inner .screen-reader-response li {
  background-color: #fbe3e3;
  border-radius: 7px;
  padding: 0.3em 0.7em;
  margin-bottom: 0.3em;
}
.topContact > .inner .screen-reader-response li:last-of-type {
  margin-bottom: 2em;
}

.contactBody .topContact {
  padding: 0;
}

.topEvents {
  padding: 10em 0;
  background-color: #eee;
}
.topEvents .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topEvents .inner .h3 {
  font-size: 95%;
  text-align: center;
  font-weight: normal;
  margin-bottom: 2.7em;
  margin-top: 3.7em;
}
.topEvents .inner .h3:first-of-type {
  margin-top: 0;
}
.topEvents .inner .gakkai {
  display: flex;
  justify-content: center;
}
.topEvents .inner .gakkai table {
  max-width: 800px;
}
.topEvents .inner .gakkai table th {
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .topEvents .inner {
    padding: 0 20px;
    max-width: 500px;
  }
}
.topEvents .inner > .items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .topEvents .inner > .items {
    flex-wrap: wrap;
  }
}
.topEvents .inner > .items > .item {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 1200px) {
  .topEvents .inner > .items > .item {
    width: 100%;
    margin-right: 0;
  }
}
.topEvents .inner > .items > .item:last-of-type {
  margin-right: 0;
}
.topEvents .inner > .items > .item a {
  display: inline-block;
  position: relative;
  height: 100%;
}
.topEvents .inner > .items > .item a:hover:before {
  content: "PDF or Website";
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3cb4e5;
  background-color: rgba(255, 255, 255, 0.85);
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  font-size: 200%;
}
.topEvents .inner > .items > .item .cat {
  font-size: 12px;
}
.topEvents .inner > .items > .item .title {
  font-weight: 400;
  letter-spacing: normal;
  font-size: 180%;
  color: #3cb4e5;
  line-height: 1.3;
  border-bottom: 1px solid #3cb4e5;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}
.topEvents .inner > .items > .item .subTitle {
  color: #3cb4e5;
  font-size: 110%;
}
.topEvents .inner > .items > .item .date {
  margin-bottom: 0.7em;
}
.topEvents .inner > .items > .item .date .info {
  font-size: 90%;
}
.topEvents .inner > .items > .item .location .info {
  font-size: 90%;
}
.topEvents .inner > .items > .item .location .info::first-line {
  font-weight: 500;
}
.topEvents .inner > .items > .item .instructor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
}
.topEvents .inner > .items > .item .instructor .item {
  padding-top: 0.7em;
  display: flex;
  width: calc(50% - 10px);
  margin-right: 20px;
  flex-direction: row;
}
.topEvents .inner > .items > .item .instructor .item:nth-of-type(2n) {
  margin-right: 0;
}
.topEvents .inner > .items > .item .instructor .item .left {
  width: 60%;
}
.topEvents .inner > .items > .item .instructor .item .left .title {
  background-color: #3cb4e5;
  border-radius: 30px;
  font-size: 10px;
  display: inline-block;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.3em 0.7em;
}
.topEvents .inner > .items > .item .instructor .item .left .name span {
  font-size: 10px;
  padding-left: 0.3em;
}
.topEvents .inner > .items > .item .instructor .item .right {
  width: 40%;
}
.topEvents .inner > .items > .item .instructor .item .right img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .topEvents .inner > .items > .item {
    flex-direction: column;
  }
}

.btn a {
  font-size: 80%;
  display: inline-block;
  position: relative;
  background: #ef9f00;
  color: #ffffff;
  padding: 0.3em 1.7em;
  line-height: 1;
}
.btn a:hover {
  background: #ef7000;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3em;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
}
form input.datepicker {
  width: 15em;
}

.sort {
  padding: 3em 0;
}
.sort ul {
  display: flex;
}
.sort ul li {
  display: flex;
  align-items: center;
  margin-right: 0.7em;
}
.sort ul li input {
  margin-right: 0.3em;
}

main .intro {
  border-radius: 14px;
  padding: 2.3em 1em;
  border-bottom: 3px solid #e2e7eb;
  border-top: 3px solid #e2e7eb;
  margin-bottom: 5em;
  font-size: 120%;
}
main table > * {
  font-size: 14px;
}
main table th,
main table td {
  padding: 1.7em;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
main table th {
  vertical-align: top;
  font-weight: bold;
}
main table th h2 {
  font-size: 100%;
  margin: 0;
}
main table img.icon {
  width: 30px;
}
main table.variations tbody {
  display: flex;
  align-items: flex-end;
}
main table.variations tbody .reset_variations {
  padding: 0 0.3em;
}
main table.variations tbody select,
main table.variations tbody button {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  main table.variations tbody {
    align-items: flex-start;
    flex-direction: column;
  }
  main table.variations tbody tr {
    width: 100%;
  }
  main table.variations tbody tr:first-of-type td {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
main hr {
  height: 0.7em;
  width: 100%;
  background: transparent;
  border: none;
}
main .slider {
  display: flex;
  flex-wrap: wrap;
}
main .slider img {
  width: 100%;
}
main .slider .swiper-slide {
  border-radius: 20px;
}
main .slider > div {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  margin-left: inherit;
  margin-right: inherit;
}
main .slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.submit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.submit input[type=submit] {
  font-size: 130%;
  padding-left: 2em;
  padding-right: 2em;
}
.submit input[type=submit]:hover {
  background-color: #0069c5;
  color: #ffffff;
}

.settingTitle {
  display: flex;
  margin-bottom: 0.7em;
}
.settingTitle:before {
  content: "";
  background-image: url(../img/icon/check.svg);
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin-right: 0.3em;
}
.settingTitle img {
  width: 100%;
  max-width: 20px;
  margin-right: 0.3em;
}

.listColumn {
  margin-bottom: 1.7em;
}
.listColumn:last-of-type {
  margin-bottom: 0;
}

.listBlue dl {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  justify-content: center;
}
.listBlue dl dt,
.listBlue dl dd {
  width: 50%;
  padding: 15px;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1200px) {
  .listBlue dl dt,
  .listBlue dl dd {
    width: 100%;
    margin-bottom: 0;
  }
}
.listBlue dl dt {
  background: #3cb4e5;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listBlue dl dt h2 {
  margin: 0;
  font-size: 100%;
}
.listBlue dl dt h3 {
  margin: 0;
  font-size: 100%;
}
.listBlue dl dt.notice {
  background: #0069c5;
}
.listBlue dl dd {
  background: #ffffff;
}
.listBlue dl dd .arrowLink {
  margin-top: 0.3em;
}
@media screen and (max-width: 1200px) {
  .listBlue dl dd {
    border: 1px solid #e2e7eb;
    border-top: none;
    margin-bottom: 0.7em;
  }
}

.company table {
  position: relative;
}
.company table:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/kddibuild.jpg);
  background-position: top right;
  background-size: 32%;
  background-repeat: no-repeat;
  z-index: 7;
}
.company table th {
  min-width: 9em;
}
.company table ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .company table ul {
    flex-direction: column;
  }
}
.company table ul li {
  width: 50%;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 100%;
}
@media screen and (max-width: 1200px) {
  .company table ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
.company table ul li:last-of-type {
  margin-bottom: 0;
}
.company table h3 {
  display: block;
}
.company table dt {
  flex-direction: column;
}

/* nav 制御 */
@keyframes slideOut {
  0% {
    margin-left: 0;
    opacity: 1;
  }
  100% {
    margin-left: -100%;
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    margin-left: -100%;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
/* main 制御 */
@keyframes slideOut2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes slideIn2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0;
  }
}
#navBtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  #navBtn {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 4em;
    height: 4em;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    border-radius: 0 0 0 10px;
    color: #ffffff;
    font-size: 12px;
  }
  #navBtn::before {
    content: "Close";
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #navBtn::before {
    content: "Menu";
  }
}
@media screen and (max-width: 1200px) {
  #navBtn:hover {
    background: #3cb4e5;
  }
  #navBtn.navBtnActive {
    background: #3cb4e5;
  }
  #navBtn.navBtnActive::before {
    content: "Menu";
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #navBtn.navBtnActive::before {
    content: "Close";
  }
}

.siteNavBtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .siteNavBtn {
    display: block;
    position: absolute;
    z-index: 65536;
    top: -50px;
    right: -50px;
    border: none;
  }
  .siteNavBtn::before {
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 7px;
    color: #333;
    background: rgba(0, 0, 0, 0.07);
    content: "Menu";
  }
  .siteNavBtn:checked::before {
    content: "Close";
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
  }
  .siteNavBtn:checked + .siteNavWrap {
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .siteNavWrap {
    position: fixed;
    z-index: 65535;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    transition: left 0.5s, right 0.5s;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.plainSubmit {
  padding-top: 20px;
}
.plainSubmit input[type=submit] {
  width: 6em;
  color: #fff;
  background: #318b29;
}
.plainSubmit input[type=submit]:hover {
  background: #14630d;
}

.archive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archiveInner {
  flex: 1;
}
.archiveCont a {
  width: 100%;
  display: inline-block;
  padding: 1em;
  font-size: 120%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.commPostCat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7em;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding-bottom: 3em;
}
.commPostCat a {
  display: block;
  padding: 0.7em 1.7em;
  margin-top: 1em;
  background: #f5f5f5;
  margin-right: 1em;
  background: #fff;
  border: 1px solid #3cb4e5;
  border-radius: 50px;
}
.commPostCat a:hover {
  background: #3cb4e5;
  color: #fff;
}
.commPostCat a.current {
  background: #3cb4e5;
  color: #fff;
}

.commTable dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.commTable dt {
  width: 11em;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 1px;
}
.commTable dd {
  width: calc(100% - 11em);
}
.commTable dd ul.listStyleDisk > li {
  position: relative;
  padding-left: 0.8em;
}
.commTable dd ul.listStyleDisk > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.commTable dd ul.listStyleNotice li {
  position: relative;
  padding-left: 1.1em;
}
.commTable dd ul.listStyleNotice li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.commTable dt,
.commTable dd {
  padding: 1em;
}
@media screen and (max-width: 500px) {
  .commTable dt,
  .commTable dd {
    width: 100%;
  }
}

.age-gate {
  background-color: transparent !important;
}

.age-gate__heading-title {
  font-size: 16px;
  font-weight: normal;
}

.age-gate__challenge {
  font-size: 26px;
  padding: 0 0 0.7em 0;
}
@media screen and (max-width: 1200px) {
  .age-gate__challenge {
    font-size: 20px;
  }
}

.age-gate__buttons {
  position: relative;
  justify-content: space-evenly;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 160% !important;
}
.age-gate__buttons button:last-of-type {
  color: #000 !important;
}
.age-gate__buttons:before {
  content: "or";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200 !important;
  font-style: normal;
  line-height: 1;
  font-size: 200% !important;
}
@media screen and (max-width: 1200px) {
  .age-gate__buttons:before {
    font-size: 150% !important;
  }
}

.age-gate__remember-wrapper {
  padding-top: 1.7em;
}

.age-gate__submit {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200 !important;
  font-style: normal;
  line-height: 1;
  color: #3cb4e5 !important;
  background-color: transparent !important;
  font-size: 300% !important;
  padding: 0.2em 0.3em !important;
}
@media screen and (max-width: 1200px) {
  .age-gate__submit {
    /*font-size: 200% !important;*/
  }
}
.age-gate__submit:hover {
  color: #0069c5 !important;
}

.age-gate__background-color {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.age-restriction > footer,
.age-restriction > main,
.age-restriction > header {
  filter: blur(10px);
}

.wpcf7-response-output {
  text-align: center;
  margin: 1em 0;
}

.productDetail {
  margin: 0.3em 0 1.7em 0;
}
.productDetail th {
  background: #f7f7f7;
}
.productDetail th,
.productDetail td {
  padding: 0.7em;
  font-weight: normal;
  vertical-align: middle;
}
.productDetail th img,
.productDetail td img {
  border-radius: 3px;
}/*# sourceMappingURL=user.css.map */