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

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.content_senbatu {
  background: #ffd908;
  padding: 80px 0 200px;
  /****************************************************************************************************
  ****************************************************************************************************/
}
@media print, screen and (max-width: 768px) {
  .content_senbatu {
    padding: 1.5rem 0 8rem;
  }
}
.content_senbatu .wrap {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .content_senbatu .wrap {
    padding: 0 10px !important;
  }
}
.content_senbatu .s_block {
  background: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 80px;
}
@media print, screen and (max-width: 768px) {
  .content_senbatu .s_block {
    padding: 1.5rem 5%;
    margin: 0 auto 30px;
  }
}
.content_senbatu .btn_nomal._gaikoku_senbatu_qa {
  max-width: 600px;
  margin: 0 auto 20px;
}
@media print, screen and (max-width: 768px) {
  .content_senbatu .btn_nomal._gaikoku_senbatu_qa {
    margin: 0 auto 10px;
  }
}
.content_senbatu .btn_nomal._gaikoku_senbatu_qa a {
  font-size: 150%;
  padding: 10px 0;
}
@media print, screen and (max-width: 1026px) {
  .content_senbatu .btn_nomal._gaikoku_senbatu_qa a {
    font-size: 120%;
  }
}
.content_senbatu .ocBana {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content_senbatu .ocBana img {
  width: 100%;
}
.content_senbatu .ocBana:hover {
  opacity: 0.9;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.senbatu_pageuTitle {
  text-align: center;
  margin: 0 auto 40px;
  font-size: clamp(26px, 2.9411764706vw, 40px);
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .senbatu_pageuTitle {
    margin: 0 auto 20px;
  }
}

.title_center {
  text-align: center;
  margin: 0 auto 30px;
}
@media print, screen and (max-width: 768px) {
  .title_center {
    margin: 0 auto 16px;
  }
}

.s_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: clamp(18px, 2.5vw, 30px);
}
@media print, screen and (max-width: 768px) {
  .s_title {
    padding: 0 25px;
  }
}

.s_title:before, .s_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #666;
}
@media print, screen and (max-width: 768px) {
  .s_title:before, .s_title:after {
    width: 20px;
  }
}

.s_title:before {
  left: 0;
}

.s_title:after {
  right: 0;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
table.senbatu_nyusi {
  width: 100%;
}
table.senbatu_nyusi th {
  background-color: #888;
  color: #FFF;
  font-weight: bold;
}
table.senbatu_nyusi th, table.senbatu_nyusi td {
  padding: 5px;
}
table.senbatu_nyusi .category {
  background-color: #e6e6e6;
  text-align: center;
}

@media screen and (max-width: 1026px) {
  .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .js-scrollable table {
    min-width: 900px; /* 必要に応じて調整 */
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.sikaku_ol {
  list-style: none;
  counter-reset: number;
}
.sikaku_ol li {
  position: relative;
  padding-left: 40px;
  margin: 0 0 10px;
}
.sikaku_ol li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}

/****************************************************************************************************
****************************************************************************************************/
/*# sourceMappingURL=senbatu.css.map */