@charset "UTF-8";

main{
}
/*.b_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}*/

.under_mv{
  background: url("/eco/sg/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.btn_list {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 55px auto 0;
    gap: 20px;
  flex-wrap: wrap;
}
a.link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 324px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}
a.link_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
}
.news_col {
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
}
.news_row {
    display: flex;
    gap: 35px;
    padding: 20px 20px 20px 130px;
    border-bottom: 1px solid #CCCCCC;
}
.news_date {
    min-width: 85px;
}
a.news_cont {
    color: #000;
}
.info_table {
    font-size: 1.4rem;
    width: 100%;
}
.info_table th {
    background: #31705A;
    color: #fff;
    padding: 15px;
    border: none;
}
.info_table td {
    background: #E7F0ED;
    padding: 15px 20px;
    border-bottom: 1px solid #05626D;
}
.info_table td:nth-child(even) {
    background: #fff;
}
.info_caution {
    background: #fff;
    padding: 20px 64px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info_cap {
    text-indent: -2em;
    padding-left: 2em;
}
@media screen and (max-width: 767px) {

.news_row {
    padding: 10px 5%;
    flex-direction: column;
    gap: 10px;
}
  .info_table{
    min-width: 1024px;
  }
.info_caution {
    padding: 20px 5%;
}
}
@media print {

}