@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 編入した先輩の声
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main-contents .voice div.contents:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#main-contents .voice div.contents div.photo {
  width: 300px;
  float: left;
}

#main-contents .voice div.contents div.photo div.profile {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 4px solid #9e77ba;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#main-contents .voice div.contents div.photo {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: table;
  float: none;
}

#main-contents .voice div.contents div.photo img {
  width: 100%;
  height: auto;
}

}

/* * 氏名
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#main-contents .voice div.contents div.photo div.profile .name {
  margin-bottom: 0;
  font-size: 17px;
}

#main-contents .voice div.contents div.photo div.profile .name + * {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#main-contents .voice div.contents div.content {
  width: 400px;
  float: right;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#main-contents .voice div.contents div.content {
  width: 100%;
  float: none;
}

}

/* * キャッチコピー
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#main-contents .voice div.contents div.content .catchcopy {
  color: #9e77ba;
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#main-contents .voice div.contents div.content .catchcopy {
  font-size: 18px;
}

}

/* ****************************************************************************************************
   * 編入した先輩の声 1
**************************************************************************************************** */

#voice-1 {}

/* ****************************************************************************************************
   * 編入した先輩の声 2
**************************************************************************************************** */

#voice-2 {}

/* ****************************************************************************************************
   * 編入した先輩の声 3
**************************************************************************************************** */

#voice-3 {}
