/* Scss Document */
.ir_obi_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 2px solid #eeeeee;
  background-repeat: repeat;
  background-position: 50% 0;
  background-image: url(/img/ir/obi_bg01.png);
}

@media (min-width: 769px), print {
  .ir_obi_wrap {
    height: 130px;
  }
}

/*
* Works Wrap
*/
.works_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

@media (min-width: 769px), print {
  .works_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
* Gallery one coloumn to 5 columns (gallery01)
*/
.gallery01_works_wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.gallery01_works_link {
  display: block;
}

.gallery01_works_link:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.gallery01_works_img {
  display: block;
  border: 1px solid #9b9795;
  max-width: 184px;
}

.gallery01_works_text {
  display: block;
  margin-top: 10px;
}

@media (max-width: 768px), print {
  .gallery01_works_wrap {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .gallery01_works_item {
    width: 45%;
    margin: 20px 0 0 0;
  }
  .gallery01_works_text {
    text-align: left;
  }
  .gallery01_works_item:nth-child(2n+1) {
    margin-right: 15px;
    margin-left: 10px;
  }
}

@media (min-width: 769px) and (max-width: 960px), print {
  .gallery01_works_item {
    width: 22%;
    margin: 0 0 0 3.5%;
  }
  .gallery01_works_item:nth-child(n+1) {
    margin-top: 0;
  }
  .gallery01_works_item:nth-child(n+5) {
    margin-top: 30px;
  }
  .gallery01_works_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .gallery01_works_text {
    text-align: center;
  }
}

@media (min-width: 961px), print {
  .gallery01_works_item {
    width: 17%;
    margin: 0 0 0 3.5%;
  }
  .gallery01_works_item:nth-child(n+1) {
    margin-top: 0;
  }
  .gallery01_works_item:nth-child(n+6) {
    margin-top: 30px;
  }
  .gallery01_works_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .gallery01_works_text {
    text-align: center;
  }
}

/*Solid text button 01*/
.solid_text_button01 {
  width: 100%;
  display: block;
  background-color: white;
  color: #000000;
  border: 1px solid #9b9795;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  background-image: url(/img/topics/index02_icon02.jpg);
  background-repeat: no-repeat;
  background-position: right 10px center, 0 0;
  background-size: 12px 17px, contain;
  text-align: center;
}

.solid_text_button01 a {
  display: block;
  width: 100%;
}

.solid_text_button01:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.news_list_item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #d1d1d1;
  border-style: solid;
  border-bottom-width: 2px;
}

.news_list_body01 {
  margin-bottom: 5px;
}

.news_list_body01 > * {
  vertical-align: middle;
}

.news_tag01, .news_tag02 {
  display: inline-block;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 20px;
  line-height: 1.3;
}

.news_tag01 {
  width: 70px;
  margin-left: 3em;
  background-color: #655e5c;
  font-size: 10px;
  color: #fff;
}

.news_tag01.var01 {
  background-color: #cd6671;
}

.news_tag01.var02 {
  background-color: #6896c7;
}

.news_tag01.var03 {
  background-color: #857399;
}

.news_tag01.var04 {
  background-color: #91673a;
}

.news_tag01.var05 {
  background-color: #4e967e;
}

.news_tag02 {
  display: inline-block;
  margin-left: 1.0em;
  padding: 2px 8px;
  color: #ffffff;
  font-size: 11px;
  background-color: #cc0000;
}

.news_ico_pdf {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  background: url(/img/common/pdf.svg) no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}

.news_line {
  display: inline-block;
}

.news_link {
  display: inline-block;
}

.news_link:hover {
  text-decoration: underline;
}

.news_more {
  margin-top: 10px;
  text-align: right;
}

.news_more > a {
  display: inline-block;
  padding-top: 10px;
  padding-right: 50px;
  background: url(/img/common/ico_arrow_big_right01.png) no-repeat 100% 100%;
  background-size: 40px auto;
  line-height: 1;
}

.news_more > a:hover {
  text-decoration: underline;
}

@media (min-width: 769px), print {
  .news_wrap {
    max-width: 820px;
    margin: 0 auto;
  }
  .news_body01 {
    float: left;
    width: 140px;
  }
  .news_body02 {
    overflow: hidden;
  }
  .news_list_item {
    padding: 15px;
  }
  .news_list_item:first-child {
    border-top-width: 2px;
  }
  .news_list_body01 {
    margin-bottom: 0;
    display: inline;
  }
  .news_list_body02a {
    display: inline;
  }
  .news_list_body02 {
    margin-left: 60px;
    display: inline;
  }
  .news_tag01, .news_tag02 {
    height: 20px;
  }
  .news_tag01 {
    width: 120px;
    font-size: 14px;
  }
  .news_tag02 {
    font-size: 12px;
  }
  .news_ico_pdf {
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
  .news_col_size {
    width: 30%;
  }
}

/* Get Adobe pdf reader here */
@media (max-width: 768px), print {
  .pdf_txt_area {
    background-color: #f3f3f3;
    padding: 20px 0 20px 40px;
    margin: 0;
    display: block;
    width: 100%;
  }
  .pdf_txt_area_btn {
    width: 40%;
    padding: 0 0 15px 0;
    text-align: left;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  .pdf_txt_area_btn:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .pdf_txt_area_text {
    width: 100%;
    color: #231816;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}

@media (min-width: 769px), print {
  .pdf_txt_area {
    background-color: #f3f3f3;
    padding: 40px 0 40px 40px;
    margin: 0;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
  .pdf_txt_area_btn {
    text-align: center;
    transition-duration: 0.4s;
    cursor: pointer;
    padding: 10px 0 0 0;
    width: 33%;
  }
  .pdf_txt_area_text {
    color: #231816;
    text-align: left;
    font-size: 18px;
    width: 45%;
  }
}

/* Link (Table) */
.table_main01 a {
  color: initial;
  color: #655e5c;
  text-decoration: underline;
}

.table_main01 a:hover {
  color: #ab0012;
  text-decoration: underline;
}

/* Environment reports backnumber with solid black line and pdf icon */
.csr_reports2_wrap {
  font-size: 0;
  color: #000000;
}

.csr_reports2_wrap a {
  display: block;
  width: 100%;
}

.csr_reports2_wrap a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.csr_reports2_item {
  background-color: #ffffff;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #9b9795;
  border-left: 1px solid #9b9795;
  border-right: 1px solid #9b9795;
  background-image: url(/img/common/ico_arrow_right01.png), url(/img/common/pdf.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 95% 50%, 90% 50%;
  background-size: 7px 11px, 15px auto;
  text-align: left;
}

.csr_reports2_item:last-child {
  border-bottom: 1px solid #9b9795;
}

@media (min-width: 769px), print {
  .csr_reports2_item {
    background-color: #ffffff;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    margin: 10px;
    padding: 10px 10px 10px 20px;
    border: solid 1px #9b9795;
    background-image: url(/img/common/ico_arrow_right01.png), url(/img/common/pdf.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 92% 50%, 88% 50%;
    background-size: 7px 11px, 20px 20px;
    text-align: left;
  }
}

/*
* Link (Table)
*/
.ir_txt a {
  color: initial;
  color: #655e5c;
  text-decoration: underline;
}

.ir_txt a:hover {
  color: #ab0012;
  text-decoration: underline;
}

.ir_txt a {
  color: initial;
  color: #655e5c;
  text-decoration: underline;
}

.ir_txt a:hover {
  color: #ab0012;
  text-decoration: underline;
}

.ir_date {
  display: block;
  margin-left: 0;
  padding: 10px 10px 0 10px;
  font-size: 14px;
  text-align: left;
}

.ir_date2 {
  display: block;
  margin-left: 0;
  padding: 0 10px 10px 10px;
  font-size: 14px;
  text-align: left;
}

.ir_date3 {
  display: block;
  margin-left: 0;
  padding: 0 10px 0 10px;
  font-size: 14px;
  text-align: left;
}

.ir_date4 {
  display: block;
  margin-left: 0;
  padding: 0 10px 10px 10px;
  font-size: 14px;
  text-align: left;
}

.ir_date5 {
  display: block;
  margin-left: 0;
  padding: 0 10px 10px 10px;
  font-size: 14px;
  text-align: left;
}

.ir_date6 {
  display: block;
  margin-left: 0;
  padding: 10px 10px 0px 10px;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 769px), print {
  .ir_date, .ir_date2, .ir_date3, .ir_date4, .ir_date5 {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px 0 20px;
    text-align: left;
  }
  .ir_date6 {
    display: inline-block;
    font-size: 18px;
    padding: 10px 10px 0 20px;
    text-align: left;
  }
}
