@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

css

------------------------------------------------- */

.left-box {
  background: url(../images/main.jpg) center;
}

@media screen and (max-width:1000px) {
    .left-box {
      background-size: 250%;
    }
}

/* TOPICS DCUからのニュース
------------------------------------------------- */
#area_topics {
  max-width: 2000px;
}
.box_topics article ul li {
  width: calc(50% - 20px);
  padding: 40px 20px 0 0;
  float: left;
}
.box_topics article ul li:nth-child(even) {
  width: calc(50% - 20px);
  padding: 40px 0 0 20px;
  float: right;
}
.box_topics article ul li .image {
  width: auto;
  height: 200px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}
.box_topics article ul li .image img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}
.box_topics article ul li .category {
  padding: 5px 0;
  color: #FFFFFF;
  text-align: center;
}
.box_topics article ul li .dcu {
  background: grey;
}
.box_topics article ul li .social {
  background: #33B048;
}
.box_topics article ul li .care {
  background: #7A4FA6;
}
.box_topics article ul li .psychology {
  background: #FF7420;
}
.box_topics article ul li .future {
  background: #ED2A53;
}
.box_topics article ul li .mind {
  background: #177499;
}
.box_topics article ul li .data {
  margin: 5px 0;
  color: #555555;
  font-size: 13px;
  text-align: right;
}
.box_topics article ul li .title a {
  color: #333333;
  display: block;
}

@media screen and (max-width:1400px) {
    .box_topics article ul li .image {
      height: 150px;
    }
    .box_topics article ul li .image img {
      max-height: 150px;
    }
}
@media screen and (max-width:1100px) {
    .box_topics article ul li .image {
      height: 135px;
    }
    .box_topics article ul li .image img {
      max-height: 135px;
    }
}
@media screen and (max-width:1000px) {
    .box_topics article ul li {
      width: calc(50% - 0px);
      margin-bottom: 10px;
      padding: 20px 20px 0 0;
    }
    .box_topics article ul li:nth-child(even) {
      width: calc(50% - 0px);
      padding: 20px 0 0 20px;
    }
    .box_topics article ul li .image {
      height: 200px;
    }
    .box_topics article ul li .image img {
      max-height: 200px;
    }
    .box_topics article ul li .category {
      padding: 5px;
    }
}
@media screen and (max-width:600px) {
    .box_topics article ul li {
      margin-bottom: 10px;
      padding: 20px 10px 0 0;
    }
    .box_topics article ul li:nth-child(even) {
      padding: 20px 0 0 10px;
    }
    .box_topics article ul li .image {
      height: 150px;
    }
    .box_topics article ul li .image img {
      max-height: 150px;
    }
    .box_topics article ul li .title a {
      font-size: 13px;
    }
}
@media screen and (max-width:400px) {
    .box_topics article ul li .image {
      height: 100px;
    }
    .box_topics article ul li .image img {
      max-height: 100px;
    }
}

/* TOPICS 詳細記事
------------------------------------------------- */
.box_detail {
  margin: 40px 0 0;
}
.box_detail article .data {
  margin: 0 0 5px;
  color: #555555;
  font-size: 13px;
}
.box_detail article .title {
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #333333;
  font-size: 20px;
  border-bottom: 3px double #CCCCCC;
}
.box_detail article .image {
  margin: 30px 0 0;
  height: auto;
  font-size: 13px;
  text-align: center;
}
.box_detail article .image img {
  margin: 0 0 5px;
  max-width: auto;
  height: 300px;
}
.box_detail article .text {
  margin: 30px 0 0;
}
.box_detail article ul li {
  width: calc(50% - 20px);
  margin: 0 0 20px;
  padding: 30px 20px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.0em;
  float: left;
}
.box_detail article ul li:nth-child(even) {
  width: calc(50% - 20px);
  padding: 30px 0 0 20px;
  float: right;
}
.box_detail article ul li .image {
  width: auto;
  height: 250px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}
.box_detail article ul li .image img {
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
}

@media screen and (max-width:1000px) {
    .box_detail {
      margin: 20px 0 0;
    }
    .box_detail article .title {
      margin: 0 0 20px;
      padding: 0 0 20px;
    }
    .box_detail article .text {
      margin: 20px 0 0;
    }
    .box_detail article ul li {
      width: calc(50% - 0px);
      padding: 20px 10px 0 0;
    }
    .box_detail article ul li:nth-child(even) {
      width: calc(50% - 0px);
      padding: 20px 0 0 10px;
    }
    .box_detail article ul li .image {
      height: 200px;
    }
    .box_detail article ul li .image img {
      max-height: 200px;
    }
    .box_detail article ul li .category {
      padding: 5px;
    }
}
@media screen and (max-width:600px) {
    .box_detail article .title {
      font-size: 15px;
    }
    .box_detail article .image {
      max-width: 600px;
      height: auto;
      margin: 0 auto;
      text-align: center;
    }
    .box_detail article .image img {
      width: 100%;
      height: auto;
    }
    .box_detail article ul li .image {
      height: 150px;
    }
    .box_detail article ul li .image img {
      max-height: 150px;
    }
    .box_detail article ul li .title a {
      font-size: 13px;
    }
}