/*--------------------------
Cover
---------------------------*/
section.cover {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/topics/cover.jpg");
  background-size: cover;
  background-position: center;
}

/*--------------------------
Topics
---------------------------*/
body.topics {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/topics/background.png");
  background-repeat: repeat;
}
body.topics section.topics {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px) {
  body.topics section.topics {
    padding: 50px 0 80px;
  }
}
body.topics section.topics .typeselect {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.topics section.topics .typeselect li {
  width: 100%;
}
body.topics section.topics .typeselect li + li {
  margin-left: 12px;
}
body.topics section.topics .typeselect li a {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
body.topics section.topics .typeselect li a span {
  font-size: 1.6rem;
  line-height: 1em;
}
body.topics section.topics .typeselect li a.active, body.topics section.topics .typeselect li a:hover {
  background-color: #00954d;
  border-color: #00954d;
}
body.topics section.topics .typeselect li a.active span, body.topics section.topics .typeselect li a:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.topics section.topics .typeselect {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.topics section.topics .typeselect li {
    width: 48%;
  }
  body.topics section.topics .typeselect li + li {
    margin-left: 0;
  }
  body.topics section.topics .typeselect li:nth-of-type(n+3) {
    margin-top: 3.5vw;
  }
  body.topics section.topics .typeselect li a {
    height: initial;
    padding: 3vw 0;
  }
  body.topics section.topics .typeselect li a span {
    font-size: 1.3rem;
    line-height: 1em;
  }
}
body.topics section.topics .yearselect {
  width: 1100px;
  margin: 20px auto 0;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 12px;
}
body.topics section.topics .yearselect li {
  padding: 8px 30px;
  margin-top: 12px;
}
body.topics section.topics .yearselect li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1em;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body.topics section.topics .yearselect li a.active, body.topics section.topics .yearselect li a:hover {
  color: #00954d;
}
body.topics section.topics .yearselect li + li {
  border-left: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  body.topics section.topics .yearselect {
    width: 90%;
    padding: 2vw 0;
  }
  body.topics section.topics .yearselect li {
    width: 33%;
    padding: 2vw 0;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    margin-top: 0;
  }
  body.topics section.topics .yearselect li a {
    font-size: 1.4rem;
  }
  body.topics section.topics .yearselect li:nth-of-type(3n+1) {
    border-left: none;
  }
  body.topics section.topics .yearselect li:nth-of-type(n+4) {
    margin-top: 2vw;
  }
}
body.topics section.topics .articlelist {
  width: 1100px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  body.topics section.topics .articlelist {
    width: 90%;
  }
}
body.topics section.topics .articlelist li {
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #e4e4e4;
}
body.topics section.topics .articlelist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.topics section.topics .articlelist li a .image {
  width: 270px;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.topics section.topics .articlelist li a .context {
  width: 750px;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 50px;
}
body.topics section.topics .articlelist li a .context .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
}
body.topics section.topics .articlelist li a .context .title {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: bold;
  margin-top: 20px;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body.topics section.topics .articlelist li a .context .cat {
  width: 120px;
  padding: 6px 0;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1em;
  text-align: center;
  color: #cccccc;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
body.topics section.topics .articlelist li a .context .cat.news {
  color: #e47407;
  border-color: #e47407;
}
body.topics section.topics .articlelist li a .context .cat.recruit {
  color: #19c0ca;
  border-color: #19c0ca;
}
body.topics section.topics .articlelist li a .context .cat.company-owned-forest {
  color: #29bc71;
  border-color: #29bc71;
}
body.topics section.topics .articlelist li a .context .cat.gallery {
  color: #7eb80f;
  border-color: #7eb80f;
}
body.topics section.topics .articlelist li a:hover .context .title {
  color: #00954d;
  text-decoration: underline;
}
body.topics section.topics .articlelist li a.pdf .title::after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-pdf.png");
  width: 15px;
  height: 20px;
  background-size: contain;
  margin-left: 5px;
  vertical-align: -4px;
}
body.topics section.topics .articlelist li a.extlink .title::after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-extlink.png");
  width: 17px;
  height: 15px;
  background-size: contain;
  margin-left: 5px;
  vertical-align: -2px;
}
@media only screen and (max-width: 768px) {
  body.topics section.topics .articlelist li {
    padding: 0 0 20px 0;
  }
  body.topics section.topics .articlelist li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.topics section.topics .articlelist li a .image {
    width: 40%;
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.topics section.topics .articlelist li a .context {
    width: 55%;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
  body.topics section.topics .articlelist li a .context .date {
    font-size: 1.1rem;
    line-height: 1.8em;
  }
  body.topics section.topics .articlelist li a .context .title {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  body.topics section.topics .articlelist li a .context .cat {
    width: 10em;
    padding: 1vw 0;
    margin-top: 2vw;
    font-size: 1.1rem;
  }
}
body.topics section.topics .articlelist li + li {
  padding: 20px 0;
}
body.topics section.topics .pagenation {
  margin-top: 50px;
}
body.topics section.topics .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.topics section.topics .more a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 9px;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/index/topix-arrow_pc.png");
  margin-left: 10px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
body.topics section.articles {
  width: 1100px;
  margin: 70px auto 0;
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  body.topics section.articles {
    width: 90%;
    margin-top: 30px;
    padding: 20px;
  }
}
body.topics section.articles .contenthead {
  padding-bottom: 30px;
  border-bottom: 1px dotted #e0e0e0;
}
body.topics section.articles .contenthead .date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
  color: #a0a0a0;
}
body.topics section.articles .contenthead h1.title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4em;
  margin-top: 20px;
}
body.topics section.articles .contenthead h1.title span {
  font-size: 2.4rem;
  margin-right: 1em;
}
body.topics section.articles .contenthead .category {
  width: 12em;
  padding: 6px 0;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1em;
  text-align: center;
  color: #cccccc;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
body.topics section.articles .contenthead .category.news {
  color: #e47407;
  border-color: #e47407;
}
body.topics section.articles .contenthead .category.recruit {
  color: #19c0ca;
  border-color: #19c0ca;
}
body.topics section.articles .contenthead .category.company-owned-forest {
  color: #29bc71;
  border-color: #29bc71;
}
body.topics section.articles .contenthead .category.gallery {
  color: #7eb80f;
  border-color: #7eb80f;
}
@media only screen and (max-width: 768px) {
  body.topics section.articles .contenthead {
    padding-bottom: 20px;
  }
  body.topics section.articles .contenthead .date {
    font-size: 1.3rem;
  }
  body.topics section.articles .contenthead h1.title {
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-top: 10px;
  }
  body.topics section.articles .contenthead h1.title span {
    display: block;
    font-size: 1.4rem;
  }
  body.topics section.articles .contenthead .category {
    font-size: 1.1rem;
    padding: 4px 0;
    margin-top: 10px;
  }
}
body.topics section.articles .context {
  margin-top: 50px;
}
body.topics section.articles .context .galleryh2 {
  background-color: #ecf6f1;
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 30px;
}
body.topics section.articles .context .galleryh3 {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 12px;
  margin-top: 3em;
}
body.topics section.articles .context p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 2em 0;
}
body.topics section.articles .context .doublephoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.topics section.articles .context .doublephoto img {
  max-width: 490px;
  height: auto;
}
body.topics section.articles .context .doublephoto img + img {
  margin-left: 20px;
}
body.topics section.articles .context .doublephoto + .doublephoto {
  margin-top: 20px;
}
body.topics section.articles .context table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto 0;
}
body.topics section.articles .context table th, body.topics section.articles .context table td {
  border: 1px solid #4c4c4c;
  padding: 10px;
  line-height: 1.4;
}
body.topics section.articles .context ul {
  margin-top: 1em;
  margin-left: 20px;
  line-height: 1.7;
}
body.topics section.articles .context ul li {
  list-style-type: disc;
}
body.topics section.articles .context ol {
  margin-top: 1em;
  margin-left: 20px;
  line-height: 1.7;
}
body.topics section.articles .context ol li {
  list-style-type: decimal;
}
body.topics section.articles .context img.aligncenter {
  display: block;
  margin: 0 auto;
}
body.topics section.articles .context a {
  color: #00954d;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  body.topics section.articles .context {
    margin-top: 30px;
  }
  body.topics section.articles .context .galleryh2 {
    font-size: 1.8rem;
    line-height: 1.6em;
    padding: 15px;
  }
  body.topics section.articles .context .galleryh3 {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding-bottom: 8px;
  }
  body.topics section.articles .context p {
    font-size: 1.4rem;
    margin: 1.5em 0;
  }
  body.topics section.articles .context img {
    width: 100%;
    height: auto;
  }
  body.topics section.articles .context .doublephoto {
    display: block;
  }
  body.topics section.articles .context .doublephoto img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  body.topics section.articles .context .doublephoto img + img {
    margin-left: 0;
    margin-top: 15px;
  }
  body.topics section.articles .context .doublephoto + .doublephoto {
    margin-top: 15px;
  }
}
body.topics section.articles .letterbox {
  background-color: #f1efed;
  padding: 30px;
  margin-top: 50px;
}
body.topics section.articles .letterbox .lettertitle {
  color: #68390a;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
  padding-top: 8px;
}
body.topics section.articles .letterbox .lettertitle span.sub {
  font-size: 1.8rem;
}
body.topics section.articles .letterbox .lettertitle::before {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/topics/ico-camera.png");
  width: 36px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
body.topics section.articles .letterbox .item img {
  margin-bottom: 15px;
}
body.topics section.articles .letterbox .item p {
  font-size: 1.5rem;
  line-height: 1.6em;
}
body.topics section.articles .letterbox .item p.text {
  text-align: left;
}
body.topics section.articles .letterbox .item p.desc {
  text-align: right;
}
body.topics section.articles .letterbox .single {
  width: 730px;
  margin: 30px auto 0;
}
body.topics section.articles .letterbox .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.topics section.articles .letterbox .double .item {
  width: 460px;
}
body.topics section.articles .letterbox > div + div {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.topics section.articles .letterbox {
    padding: 15px 12px;
  }
  body.topics section.articles .letterbox .lettertitle {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-top: 3px;
  }
  body.topics section.articles .letterbox .lettertitle span.sub {
    font-size: 1.3rem;
  }
  body.topics section.articles .letterbox .lettertitle::before {
    background-size: contain;
    width: 24px;
    height: 18px;
  }
  body.topics section.articles .letterbox .item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  body.topics section.articles .letterbox .item p {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
  body.topics section.articles .letterbox .single {
    width: 100%;
    margin: 15px 0 0;
  }
  body.topics section.articles .letterbox .double {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.topics section.articles .letterbox .double .item {
    width: 100%;
  }
  body.topics section.articles .letterbox .double .item:nth-of-type(2) {
    margin: 15px auto 0;
  }
  body.topics section.articles .letterbox > div + div {
    margin-top: 15px;
  }
}
body.topics section.articles .linkbox {
  background-color: #f3f3f3;
  margin-top: 50px;
  padding: 30px;
}
body.topics section.articles .linkbox dl dt {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
body.topics section.articles .linkbox dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #00954d;
  border-radius: 7px;
  top: 3px;
  left: 0;
}
body.topics section.articles .linkbox dl dt:nth-of-type(n+2) {
  margin-top: 20px;
}
body.topics section.articles .linkbox dl dd {
  padding-left: 20px;
  margin-top: 5px;
}
body.topics section.articles .linkbox dl dd p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
body.topics section.articles .linkbox dl dd p a {
  color: #00954d;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  body.topics section.articles .linkbox {
    padding: 15px 12px;
  }
  body.topics section.articles .linkbox dl dt {
    font-size: 1.4rem;
    padding-left: 18px;
  }
  body.topics section.articles .linkbox dl dt::before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  body.topics section.articles .linkbox dl dt:nth-of-type(n+2) {
    margin-top: 15px;
  }
  body.topics section.articles .linkbox dl dd {
    padding-left: 18px;
    margin-top: 5px;
  }
  body.topics section.articles .linkbox dl dd p {
    font-size: 1.4rem;
  }
}
body.topics div.return {
  text-align: center;
  padding: 50px 0 80px;
}
body.topics div.return a {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  padding-left: 18px;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body.topics div.return a::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/pager-arrow-left_pc.png");
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
}
body.topics div.return a:hover {
  color: #00954d;
}
@media only screen and (max-width: 768px) {
  body.topics div.return {
    padding: 50px 0 50px;
  }
}