/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
#soshi.feature #main {
  /*============================
  .sec
  ============================*/
}
#soshi.feature #main section.sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #soshi.feature #main section.sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#soshi.feature #main section.sec div.w900 div.st {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #soshi.feature #main section.sec div.w900 div.st {
    display: block;
  }
}
#soshi.feature #main section.sec div.w900 div.st figure {
  flex: 0 0 48%;
}
#soshi.feature #main section.sec div.w900 div.st figure img {
  width: 100%;
  height: auto;
}
#soshi.feature #main section.sec div.w900 div.st dl {
  flex: 0 0 48%;
  text-align: left;
}
#soshi.feature #main section.sec div.w900 div.st dl dt {
  font-size: 1.6em;
  padding-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #soshi.feature #main section.sec div.w900 div.st dl dt {
    font-size: 1.3em;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #soshi.feature #main section.sec div.w900 div.st dl dd {
    letter-spacing: 0;
  }
}
#soshi.feature #main section.sec div.w900 div.st.st2 {
  flex-direction: row-reverse;
}