@charset "UTF-8";
/* CSS Document */
.anchor_setting {
  display: block;
  margin-top: -115px;
  padding-top: 115px;
}
#container #news-contents h6 {
  font-weight: bold;
  margin: 2.5rem 0 0;
  font-size: 20px;
  border-left: solid 5px #333;
  padding-left: 10px;
  font-family: NotoSansCJKjp-Bold;
}
#container #news-contents h6 small {
  display: inline-block;
  margin-bottom: 5px;
  color: #999;
  font-family: NotoSansCJKjp-Regular;
}
#container #news-contents ul,
#container #news-contents ol {
  padding-left: 30px;
}
#container #news-contents li,
#container #news-contents p {
  border-bottom: solid 1px #221815;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
#container #news-contents p .indent {
  display: block;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

#container #news-contents .two-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

#container #news-contents .two-block .inner {
  display: inline-block;
  width: 48%;
  margin: 0 2% 0 0;
  padding: 14px 20px 20px 20px;
  background-color: #ebebeb;
}
#container #news-contents .info_table,
#container #news-contents .info_table tr,
#container #news-contents .info_table td {
  border-style: solid;
  border-color: #999999;
}
#container #news-contents .info_table {
  width: 80%;
  margin: auto;
}
#container #news-contents .info_table {
  border-width: 1px;
}
#container #news-contents .info_table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.8rem;
  border-width: 0 1px 1px 0;
}
#container #news-contents .info_table tr:first-of-type td {
  background-color: #d9d9d9;
}
#container #news-contents .info_table tr:last-of-type td {
  border-width: 0 1px 0 0;
}

#container #news-contents .info_table tr:last-of-type td:last-of-type,
#container #news-contents .info_table td:last-of-type {
  border-right-width: 0;
}
#container .news-table {
  width: 100%;
  border-collapse: collapse;
}
#container .news-table th,
#container .news-table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #221815;
  padding: 5px 10px;
}
#container .news-table-three-quarters {
  width: 75%;
}
#container .news-table img {
  max-width: 80px;
  margin: 10px auto;
}
#container .news-table {
  display: table;
}
#container .news-table .news-table-country-title {
  font-size: 1.8rem;
}
#container .news-table .news-table-country-title th:nth-of-type(1),
#container .news-table .news-table-country-title th:nth-of-type(2) {
  width: 15%;
}
#container .news-table .news-table-country-title th:nth-of-type(3) {
  width: 420px;
}
#container .news-table .news-table-country-content td {
  font-size: 1.2rem;
  text-align: left;
}
#container .news-table .news-table-delivery-title th:nth-of-type(1),
#container .news-table .news-table-delivery-title th:nth-of-type(3),
#container .news-table .news-table-delivery-title th:nth-of-type(4) {
  width: 90px;
}
#container .news-table .news-table-delivery-title th:nth-of-type(2) {
  width: 330px;
}
#container .news-table .news-table-delivery-content td:nth-of-type(2),
#container .news-table .news-table-delivery-content td:nth-of-type(5) {
  text-align: left;
  font-size: 1.2rem;
}
#container .news-table-scrollable {
  overflow-x: scroll;
}
/* #container .news-table .news-table-country-content td:first-of-type {
  width: 50%;
} */
#container .dotted-list {
  display: block;
  text-align: start;
  padding-left: 2rem;
  text-indent: -2rem;
}
/*-------------------------------*/

/*@media screen and (max-width : 1000px)

-------------------------------*/
@media screen and (max-width: 1000px) {
  #container .news-table .news-table-delivery-title th:nth-of-type(1),
  #container .news-table .news-table-delivery-title th:nth-of-type(3),
  #container .news-table .news-table-delivery-title th:nth-of-type(4) {
    width: 80px;
  }
  #container .news-table .news-table-delivery-title th:nth-of-type(2) {
    width: 200px;
  }
  #container .news-table-scrollable .news-table {
    width: 800px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  #container .news-table .news-table-delivery-title th:nth-of-type(2) {
    width: 170px;
  }
  #container #news-contents h6 {
    font-size: 18px;
  }
  #container #news-contents .info_table {
    width: 100%;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
  #products-contents .model-list li:nth-child(1) {
    margin: 0 auto 20px;
  }

  #container #news-contents .two-block .inner {
    display: inline-block;
    width: 100%;
    margin: 0 0 5% 0;
    padding: 14px 20px 20px 20px;
    background-color: #ebebeb;
  }
  #container #news-contents p,
  #news div.pdg25 {
    padding: 2.5em 0;
  }
  #container .news-table th {
    padding: 2px;
  }
  #container .news-table-three-quarters {
    width: 100%;
  }
  #container .news-table .news-table-country-title {
    font-size: 1.4rem;
  }
  #container .news-table .news-table-country-title th:nth-of-type(1),
  #container .news-table .news-table-country-title th:nth-of-type(2) {
    width: 75px;
  }
  #container .news-table .news-table-country-content th {
    font-size: 1.3rem;
  }
}

/*-------------------------------*/

/*@media screen and (max-width : 400px)

-------------------------------*/
@media screen and (max-width: 400px) {
}

/*-------------------------------*/

/*@media screen and (max-width : 320px)

-------------------------------*/
@media screen and (max-width: 360px) {
}
