@media screen and (max-width: 768px) {
  #works_new .contentsIn > * {
    display: flex;
    flex-direction: column-reverse;
  }
}
#wrapper #contents .contentsIn .contentsBox {
  margin: auto auto auto 60px;
}
@media screen and (max-width: 991px) {
  #wrapper #contents .contentsIn .contentsBox {
    margin: 0 auto 50px;
  }
}
#wrapper #contents .contentsIn .contentsBox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper #contents .contentsIn .contentsBox .works-box {
  width: 100%;
  padding: 12px 2%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrapper #contents .contentsIn .contentsBox .works-box {
    flex-wrap: wrap;
  }
}
#wrapper #contents .contentsIn .contentsBox .works-box.top {
  border-top: 1px solid #ddd;
}
#wrapper #contents .contentsIn .contentsBox .works-box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#wrapper #contents .contentsIn .contentsBox .works-box .works-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper #contents .contentsIn .contentsBox .works-box .works-img {
    width: 100%;
    margin-bottom: 12px;
  }
}
#wrapper #contents .contentsIn .contentsBox .works-box .works-text {
  width: 100%;
}
@media all and (min-width: 769px) {
  #wrapper #contents .contentsIn .contentsBox .works-box .works-text {
    padding-left: 20px;
  }
}
#wrapper #contents .contentsIn .contentsBox .works-box .works-text h5 {
  margin: 5px 0 10px;
  font-size: 1.2em;
}
#wrapper #contents .contentsIn .contentsBox .works-box .works-text p {
  color: #666;
  line-height: 1.8em;
}
#wrapper #contents .contentsIn .contentsBox .works-box a {
  color: #222;
}
#wrapper #contents .contentsIn .contentsBox .works-box a:hover {
  background-color: #f6f6f6;
  display: block;
}
#wrapper #contents .contentsIn .contentsBox .works-in .col-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .col-2 > * {
  width: 48%;
}
@media screen and (max-width: 519px) {
  #wrapper #contents .contentsIn .contentsBox .works-in .col-2 {
    flex-wrap: wrap;
  }
  #wrapper #contents .contentsIn .contentsBox .works-in .col-2 > * {
    width: 100%;
  }
  #wrapper #contents .contentsIn .contentsBox .works-in .col-2 > *:first-child {
    margin-bottom: 24px;
  }
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-img img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-img figure {
  margin: 0;
  padding: 0;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-img figure img {
  margin-bottom: 8px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-img figure figcaption {
  margin: 0;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-in-text {
  margin-bottom: 24px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .subTitle {
  border: none;
  color: #10673d;
  font-size: 108%;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px 0;
  padding: 0 0 8px 0;
  background: url(../../../assets/images/dlineGr.gif) repeat-x left bottom;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-item {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-item .works-item-left {
  width: 420px;
  margin-right: 40px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-item .works-item-photo {
  width: 240px;
}
#wrapper #contents .contentsIn .contentsBox .works-in .works-item .works-item-photo figure {
  margin: 0;
}
@media screen and (max-width: 519px) {
  #wrapper #contents .contentsIn .contentsBox .works-in .works-item {
    flex-wrap: wrap;
  }
  #wrapper #contents .contentsIn .contentsBox .works-in .works-item .works-item-left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #wrapper #contents .contentsIn .contentsBox .works-in .works-item .works-item-photo {
    margin: auto;
  }
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice {
  padding: 15px 21px;
  margin-bottom: 40px;
  border: 4px solid #b2d5c7;
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice .col-2 > * {
  width: auto;
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice .question {
  margin-bottom: 5px;
  padding-left: 70px;
  background: url(../images/line_interview_q.gif) no-repeat left 0.7em;
  color: #00693e;
  font-weight: bold;
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice figcaption, #wrapper #contents .contentsIn .contentsBox .works-in .user-voice .caption {
  font-size: 85%;
  line-height: 1.4em;
  color: #666666;
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice .user-voice-in {
  display: flex;
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice .user-voice-in.reverse {
  flex-direction: row-reverse;
}
#wrapper #contents .contentsIn .contentsBox .works-in .user-voice .user-voice-in .right {
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 519px) {
  #wrapper #contents .contentsIn .contentsBox .works-in .user-voice .question {
    margin-bottom: 5px;
    padding-left: 2em;
    background-size: 1.5em 1px;
  }
  #wrapper #contents .contentsIn .contentsBox .works-in .user-voice .user-voice-in {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #wrapper #contents .contentsIn .contentsBox .works-in .user-voice .user-voice-in .right {
    margin: 0 auto 20px;
  }
}
#wrapper #contents .contentsIn .contentsBox h3.line span {
  font-size: .7em;
  margin-bottom: .2em;
  display: block;
}
