@charset "UTF-8";



.container img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#main table th {
  white-space: nowrap;
  width: 0;
}
#main table th.width35 {
  width: 35%;
}
#main table:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main table.__sp-block th {
    white-space: normal;
    width: auto;
  }
}
#main hr {
  margin: 2em 0;
  height: 1px;
  border: 0;
  background: #CBCBCB;
}
#main .l-container h2:first-child {
  margin-top: 0;
}

.googlemap {
  margin: 1em 0;
}
.googlemap iframe {
  width: 100%;
  height: 31.25rem;
}



.ttl-h3,
.ttl-h2 {
  margin-top: 40px;
  font-size: 3.25rem;
  font-weight: normal;
}
.ttl-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #151515;
  margin-bottom: 30px;
  position: relative;
}
.ttl-line:after {
  content: "";
  display: block;
  width: 230px;
  border-top: 1px solid #c30000;
  position: absolute;
  bottom: -1px;
}
.l-container p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin: 1em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-name {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
}

.history table th {
  word-break: keep-all;
}
.history-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5em;
}
.btn-cta {
  padding: 20px 35px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2;
}
.contact-caption {
  font-size: 1.5rem;
}

.ta_c {
  text-align: center !important;
}
.btn-link {
  border: 1px solid #DDDDDD;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.5rem;
  transition: .25s;
  position: relative;
}
.btn-link:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none;
  }
.btn-link[target=_blank] {
  text-decoration: none;
  position: relative;
}
.btn-link[target=_blank] span {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.btn-link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c30000;
  border-bottom: 2px solid #c30000;
  transform: translate(0, -50%) rotate(-45deg);
  transition: .25s;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.btn-link:hover:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.btn-link[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 13px;
  width: 12px;
  height: 11px;
  background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  transition: .25s;
  border: 0;
  transform: none;
}
.btn-link[target=_blank]:hover::after {
  background: url(../../../shared/v0010/img/ico_tab_w.svg) no-repeat;
  background-size: contain;
}
.l-container a {
  font-size: 1.5rem;
}
.l-container a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 13px;
  width: 12px;
  height: 11px;
  background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  transition: .25s;
  border: 0;
}

.box-col-02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .box-col-02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
  }
}
.certification.box-col-02 {
  gap: 0.5rem 4rem;
}
.certification.box-col-02 .area-txt {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.certification.box-col-02 .area-img {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2rem;
          flex: 0 0 14.2rem;
}
@media screen and (max-width: 767px) {
  .certification.box-col-02 .area-txt {
    width: 100%;
  }
  .certification.box-col-02 .area-img {
    width: 90px;
    margin-left: auto;
  }
}

.certification-description {
  padding: 2rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cbcbcb;
  margin-bottom: -1px;
}
.certification-description.mb70 {
  margin-bottom: 70px;
}
.certification-details {
  margin-top: 2em;
}
.txt-size-small, .tag, .box-alert, .box-item .item-txt.__col-02 dd {
  font-size: 1.4rem;
}
.certification-symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #CBCBCB;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.certification-symbol a[target=_blank]::after {
  content: none;
}
.certification-symbol-caption {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .certification-symbol {
    padding: 0.5rem;
  }
}
#main table img {
  display: block;
}

/**----------------------------------------
*
* 　テーブル
* 
----------------------------------------*/
.table-normal {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.table-normal th,
.table-normal td {
  border: 1px solid #CBCBCB;
  padding: 20px 30px;
}
.table-normal th {
  background: #F5F5F5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-normal th,
  .table-normal td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-normal.__sp-block {
    border-top: 1px solid #CBCBCB;
  }
  .table-normal.__sp-block th,
  .table-normal.__sp-block td {
    display: block;
    border-top: none;
    width: 100%;
  }
}

.js-scrollable {
  overflow: auto;
}

.tablecontents_li {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .ttl-h3,
  .ttl-h2 {
    margin-top: 40px;
    font-size: 2.25rem;
    font-weight: normal;
  }
}

.link-arrow:after, .link-item:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #c30000;
  border-bottom: 2px solid #c30000;
  transform: translate(0, -20%) rotate(225deg);
  margin-left: 4px;
  transition: .25s;
}

.certification + .certification {
  margin-top: 20px;
}

.l-container a.auto_filesize[href$=".pdf"]:after {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	margin-left: 13px;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}