@charset "utf-8";

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */

#message {}

/* ****************************************************************************************************
   * 企業人事担当者・施設担当者の声 1
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

#voice-1 div.contents div.image {
  width: 140px;
  float: left;
}

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

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

#voice-1 div.contents div.image {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  text-align: center;
}

}

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

#voice-1 div.contents div.content {
  width: 570px;
  float: right;
}

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

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

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

}

/* * 会社名
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#voice-1 div.contents div.content .company {
  padding-left: 10px;
  font-size: 17px;
  border-left: 4px solid #9e77ba;
}

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

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

#voice-1 div.contents div.content .company {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
  display: table;
}

}

/* ****************************************************************************************************
   * 企業人事担当者・施設担当者の声 2
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

#voice-2 div.contents div.image {
  width: 140px;
  float: left;
}

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

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

#voice-2 div.contents div.image {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  text-align: center;
}

}

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

#voice-2 div.contents div.content {
  width: 570px;
  float: right;
}

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

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

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

}

/* * 会社名
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#voice-2 div.contents div.content .company {
  padding-left: 10px;
  font-size: 17px;
  border-left: 4px solid #9e77ba;
}

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

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

#voice-2 div.contents div.content .company {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
  display: table;
}

}
