@charset "UTF-8";
.contents {
  overflow: hidden;
}

.main-img {
  padding-top: 280px;
  padding-bottom: 280px;
  background: url(/100th/images/commendation/bg.jpg) no-repeat center center/cover;
}
.main-img .copy-text {
  width: 37%;
  margin-left: auto;
  margin-right: auto;
  max-width: 364px;
}

.sec-box {
  padding-top: 30px;
  border-top: 1px solid #231815;
}
.sec-box.first {
  border-top: 0;
}

.head-boxab {
  position: relative;
}

.textsliderbox {
  width: 100%;
  z-index: 2;
  position: relative;
}
.textsliderbox p {
  font-size: 9vw;
  line-height: 1;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  font-weight: 700;
  padding-bottom: 0;
}
.textsliderbox img {
  max-height: 156px;
  width: auto;
  display: block;
  vertical-align: bottom;
}
.textsliderbox.ex .d-demo__item {
  width: 200vw;
}
.textsliderbox.ex p {
  padding-left: 12%;
  padding-right: 12%;
}
.textsliderbox.ex2 .d-demo__item {
  width: 233.3333333333vw;
}
.textsliderbox.ex2 p {
  padding-left: 16%;
  padding-right: 16%;
}

.h-copy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}

/*.textsliderbox .slick-slide{
	width: 180%!important;
}*/
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 155s infinite linear 0s both;
          animation: infinity-scroll-left 155s infinite linear 0s both;
}

.d-demo__item {
  width: 110vw;
}

.d-demo__item > img {
  width: 100%;
}

.head-boxab {
  margin-bottom: 14px;
}

.sub-copy {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.71;
  font-size: 35px;
  font-weight: 400;
}

.note-tex {
  font-size: 12px;
}

.ttl-obi {
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 25px;
  background: #595757;
}

.mini-ttl {
  text-align: center;
  margin-bottom: 36px;
  line-height: 1;
  font-size: 22px;
}

table th {
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
table th:first-child {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
table td {
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
table.ptn1 {
  border: 2px solid #00749F;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
table.ptn1 th, table.ptn1 td {
  border-right: 2px solid #00749F;
  border-bottom: 2px solid #00749F;
}
table.ptn1 th span, table.ptn1 td span {
  color: #00749F;
  display: block;
  line-height: 1;
}
table.ptn2 {
  border: 2px solid #3A7B66;
  width: 72%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
table.ptn2 th, table.ptn2 td {
  border-right: 2px solid #3A7B66;
  border-bottom: 2px solid #3A7B66;
}
table.ptn2 th span, table.ptn2 td span {
  color: #498068;
  display: block;
  line-height: 1;
}
table tr:last-child td {
  border-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .main-img {
    padding-top: 19.3vw;
    padding-bottom: 19.5vw;
    background: url(/100th/images/commendation/bg.jpg) no-repeat center center/cover;
  }
  .main-img .copy-text {
    width: 37%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .sec-box {
    padding-top: 3.65vw;
  }
  .head-boxab {
    position: relative;
  }
  .textsliderbox {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .textsliderbox p {
    font-size: 9vw;
    line-height: 1;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
  .textsliderbox img {
    max-height: 16vw;
    width: auto;
    display: block;
    vertical-align: bottom;
  }
  .textsliderbox.ex .d-demo__item {
    width: 233.3333333333vw;
  }
  .textsliderbox.ex p {
    padding-left: 12%;
    padding-right: 12%;
  }
  .textsliderbox.ex2 .d-demo__item {
    width: 333.3333333333vw;
  }
  .textsliderbox.ex2 p {
    padding-left: 16%;
    padding-right: 16%;
  }
  .h-copy-text {
    z-index: 3;
    font-size: 3.33vw;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .d-demo__item {
    width: 200vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  .head-boxab {
    margin-bottom: 3vw;
  }
  .sub-copy {
    margin-bottom: 7.2vw;
    text-align: center;
    line-height: 1.71;
    font-size: 3.65vw;
  }
  .text-box {
    padding-bottom: 8.3vw;
    text-align: center;
    line-height: 2.12;
  }
  .ttl-obi {
    margin-bottom: 4vw;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 3.3vw;
  }
  .mini-ttl {
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1;
    font-size: 3.3vw;
  }
  table th {
    padding: 1vw 1vw;
    text-align: center;
    vertical-align: middle;
    font-size: 2.3vw;
  }
  table th:first-child {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
  table td {
    padding: 1vw 1vw;
    text-align: center;
    vertical-align: middle;
    font-size: 2.3vw;
  }
  table.ptn1 {
    border: 2px solid #00749F;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.65vw;
  }
  table.ptn1 th, table.ptn1 td {
    border-right: 2px solid #00749F;
    border-bottom: 2px solid #00749F;
  }
  table.ptn1 th span, table.ptn1 td span {
    color: #00749F;
    display: block;
    line-height: 1;
  }
  table.ptn2 {
    border: 2px solid #3A7B66;
    width: 72%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vw;
  }
  table.ptn2 th, table.ptn2 td {
    border-right: 2px solid #3A7B66;
    border-bottom: 2px solid #3A7B66;
  }
  table.ptn2 th span, table.ptn2 td span {
    color: #498068;
    display: block;
    line-height: 1;
  }
  table tr:last-child td {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .news-ttlimg {
    width: 12%;
    margin-bottom: 4.5vw;
    padding-top: 4vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-inline {
    display: none;
  }
}
/*# sourceMappingURL=commendation.css.map */