/*!
screen scss for special-column
*/
body {
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  line-height: 1.5;
}

.header__h1 {
  background: url("../images/logo-base.png");
}

.stage {
  background-color: #ffffff;
  border-left: 1px solid #ebebf3;
  border-right: 1px solid #ebebf3;
}

.top {
  background: url("../images/top_bg.gif") top center;
  color: #333333;
}

.top__photo,
.prof__photo {
  width: 100%;
}

.prof {
  margin-bottom: 55px;
}

.stage__totop {
  text-align: right;
  color: #222670;
  margin: 0 50px 35px 0;
}

.top__h2,
.top__h3 {
  line-height: 1;
}

.top__text {
  line-height: 1.7;
  margin: 15px 60px 0;
  padding-bottom: 50px;
}

.prof {
  background: url("../images/prof_bg.gif") top center;
  padding: 80px 10px 40px;
  letter-spacing: -.40em;
}

.prof__title {
  text-align: center;
}

.prof__container {
  width: 221px;
  background-color: #ffffff;
  border: 2px solid #f0ddbd;
  display: inline-block;
  letter-spacing: normal;
  margin: 10px;
  vertical-align: top;
}

.prof__text {
  font-size: 85%;
  padding: 10px;
}

.main-iv {
  padding: 0 50px;
}

.main-iv__h3 {
  font-size: 120%;
  color: #1f266e;
  border-left: 2px solid #1f266e;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  margin-bottom: 30px;
}

.main-iv__3col_base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main-iv__img--rightSqu,
.main-iv__img--rightRect {
  float: right;
  margin: 0 0 20px 20px;
}

.main-iv__img--center {
  text-align: center;
  margin: 50px 0;
}

.main-iv__img--3col {
  float: left;
}

.main-iv__photo,
.sub-iv__photo {
  width: 100%;
}

.main-iv__photo--uprect {
  width: 100%;
  margin-bottom: 15px;
}

.main-iv__text,
.sub-iv__text {
  color: #333333;
  line-height: 1.8;
  margin: 0 20px 50px;
}

.main-iv__text--wrap {
  background-color: #f5f5f5;
  color: #656565;
  padding: 15px 25px;
  margin-bottom: 50px;
}

.main-iv__text--small {
  font-size: 85%;
}

.main-iv__name--matsuyama {
  color: #49aaee;
}

.main-iv__name--simooki {
  color: #5bb16a;
}

.main-iv__name--kaneko,
.sub-iv__name--kaneko {
  color: #fe8c58;
}

.main-iv__name--iwawaki {
  color: #ea8ab0;
}

.sub-iv__box {
  padding: 0 35px;
}

.sub-iv__text--brown {
  color: #833920;
  margin-bottom: 50px;
}

.sub-iv__text--wrap {
  background-color: #fceee5;
  color: #843821;
  padding: 15px 25px;
  margin-bottom: 50px;
}

.sub-iv__img--right {
  float: right;
  margin: -50px 0 30px 50px;
}

footer {
  color: #fff;
  background-color: #222572;
  font-size: 85%;
  text-align: center;
  padding: 15px;
}

@media only screen and (min-width: 641px), print {
  body {
    background: url("../images/base.png");
  }

  .stage {
    width: 1000px;
    margin: 0 auto;
  }

  .header__h1 {
    padding-left: 25px;
  }

  .pc-none {
    display: none;
  }

  .main-iv__img--rightSqu {
    width: 220px;
  }

  .main-iv__img--rightRect {
    width: 280px;
  }

  .main-iv__3col_base {
    margin: 0 -15px 50px;
  }

  .main-iv__img--3col {
    width: 280px;
    margin: 0 15px;
  }

  .main-iv__img--3colPlus {
    display: none;
  }

  .sub-iv {
    background: url("../images/sub-iv_bg.gif") bottom center;
    margin: 0 auto 50px;
    padding-bottom: 2px;
    width: 902px;
  }

  .sub-iv__img--right {
    width: 280px;
  }

  .sub-iv__text--wrapShort {
    background-color: #fceee5;
    color: #843821;
    padding: 15px 25px;
    margin-bottom: 50px;
    width: 460px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 640px) {
  body {
    font-size: 85%;
  }

  .header__h1 {
    text-align: center;
  }

  .stage {
    width: 100%;
  }

  .prof__container {
    width: 44%;
    margin: 2%;
  }

  .main-iv {
    padding: 0 15px;
  }

  .main-iv__h3 {
    margin: 0 0 30px -10px;
  }

  .main-iv__text, .sub-iv__text {
    margin: 0 15px 35px;
  }

  .main-iv__img--rightSqu,
  .main-iv__img--rightRect {
    margin: 0 15px 20px 20px;
  }

  .sub-iv {
    width: 95%;
    margin: 0 auto;
  }

  .sub-iv__h3 {
    width: 100%;
  }
  .sub-iv__h3 img {
    width: 100%;
  }

  .main-iv__img--rightSqu {
    width: 34%;
  }

  .main-iv__img--rightRect {
    width: 34%;
  }

  .main-iv__3col_base {
    margin: 0 -2.5% 5%;
  }

  .main-iv__img--3col {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .main-iv__img--3colPlus {
    display: none;
  }

  .sub-iv {
    background: url("../images/sub-iv_spbg.gif") bottom center;
    background-size: 100%;
    margin: 0 auto 30px;
    width: 90%;
  }

  .sub-iv:after {
    content: " ";
    background: url("../images/sub-iv_spbgend.gif") bottom no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
  }

  .sub-iv__img--right {
    width: 34%;
  }

  .sub-iv__text--wrapShort {
    background-color: #fceee5;
    color: #843821;
    padding: 15px 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 360px) {
  body {
    font-size: 85%;
  }

  .header__h1 {
    text-align: center;
  }

  .header__img {
    width: 50%;
  }

  .stage {
    width: 100%;
  }

  .top__h2 {
    width: 100%;
  }

  .top__text {
    margin: 15px 30px 0;
    padding-bottom: 20px;
  }

  .prof {
    background-size: 200%;
    padding: 35px 10px 20px;
  }

  .prof__container {
    width: 40%;
    margin: 3.5%;
  }

  .prof__text {
    font-size: 75%;
    padding: 5px;
  }

  .main-iv {
    padding: 0 5px;
  }

  .main-iv__h3 {
    margin: 0 0 30px 0;
  }

  .main-iv__text, .sub-iv__text {
    margin: 0 10px 30px;
  }

  .main-iv__img--rightSqu {
    width: 45%;
  }

  .main-iv__img--rightRect {
    width: 45%;
  }

  .main-iv__3col_base {
    margin: 0 2.5% 10%;
  }

  .main-iv__img--3col {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .main-iv__img--3colPlus {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .main-iv__img--center {
    margin: 20px 0;
  }

  .sub-iv {
    background: url("../images/sub-iv_spbg.gif") bottom center;
    background-size: 100%;
    margin: 0 auto;
    width: 90%;
  }

  .sub-iv:after {
    content: " ";
    background: url("../images/sub-iv_spbgend.gif") bottom no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 30px;
  }

  .sub-iv__box {
    padding: 0 20px;
  }

  .sub-iv__h3 {
    width: 100%;
  }
  .sub-iv__h3 img {
    width: 100%;
  }

  .sub-iv__img--right {
    width: 45%;
    margin: 5px 0 5px 5px;
  }

  .sub-iv__text--wrapShort {
    background-color: #fceee5;
    color: #843821;
    padding: 15px 25px;
    margin-bottom: 50px;
  }

  .stage__totop {
    margin: 0 15px 35px 0;
  }
}
