@charset "UTF-8";
/******************* about *******************/
.main {
  max-width: 100%;
  background-color: #f2f2ef;
  background-image: url(../img/common/under_main.jpg);
  background-position: 50% 0;
  height: 284px;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  padding: 110px 0 0; }
  .main h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    color: #82858a;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-family: "Open Sans Condensed"; }
  .main .alias {
    font-size: 12px;
    font-size: 1.2rem;
    color: #82858a; }
  .whiteBox h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 2rem;}
/* --- 新着リスト --- */
.press .linkButton.right {
  display: block;
  background-color: #98a8b1;
  border-radius: 2px;
  color: #FFFFFF;
  max-width: 260px;
  margin: 0 auto;
  padding: 8px;
  padding: .8em;
  font-family: "Yu Gothic Pr6N B";
  font-size: 12px;
  font-size: 1.2rem; }
.press .linkButton.right {
  float: right;
  min-width: 260px;
  margin-bottom: 50px;
  margin-bottom: 5rem; }
.press_list {
  clear: both;
  width: 100%;
  /* 新着リストの幅 */
  margin: 0 0 80px;
  margin: 0 0 8rem;
  border-top: 1px #e9eae9 solid;
  /* 新着リストの上境界線 */
  /* --- 日付エリア --- */
  /* --- 本文エリア --- */ }
  .press_list .photo {
    display: none; }
  .press_list .date {
    width: 140px;
    /* 日付エリアの幅 */
    float: left;
    padding: 25px 0 19px 3px;
    /* 日付エリアのパディング（上右下左） */
    line-height: 120%;
    font-size: 10px;
    font-size: 1rem;
    font-family: "Yu Gothic Pr6N B"; }
  .press_list .text {
    margin: 0;
    padding: 20px 3px 19px 140px;
    /* 本文エリアのパディング（上右下左） */
    border-bottom: 1px #e9eae9 solid;
    /* 本文エリア下境界線 */
    line-height: 160%;
    font-size: 14px;
    font-size: 1.4rem; }
    .press_list .text a {
      text-decoration: none; }
      .press_list .text a:hover {
        text-decoration: underline; }

/* sp */
@media screen and (max-width: 640px) {
  .main {
    height: 44.375vw;
    margin-bottom: 7.8125vw;
    padding: 17.1875vw 0 0;
    background-size: cover; }
    .main h1 {
      font-size: 50px;
      font-size: 5rem; }
    .main .alias {
      font-size: 25px;
      font-size: 2.5rem; }

  .press .linkButton.right {
    float: none;
    min-width: 260px;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    margin-bottom: 7.8125vw;
    width: 100%;
    max-width: initial;
    font-size: 2rem;
    padding: .8em; }
    .press .linkButton.right option {
      padding: .8em;
      font-size: 2rem; }
  .press_list {
    margin: 0 0 12.5vw;
    /* --- 日付エリア --- */
    /* --- 本文エリア --- */ }
    .press_list .photo {
      display: block;
      margin-bottom: 2rem;
      margin-bottom: 3.125vw;
      text-align: center; }
    .press_list .date {
      width: auto;
      /* 日付エリアの幅 */
      float: none;
      padding: 0;
      /* 日付エリアのパディング（上右下左） */
      font-size: 1.8rem;
      /* font-weight: normal; */
      padding: 3.125vw 0 0 3px; }
    .press_list .text {
      padding: 0;
      /* 本文エリアのパディング（上右下左） */
      font-size: 2rem;
      padding: 1.5625vw 3px 3.125vw 3px; }
    .whiteBox h2 {
      font-size: 5.5vw;
      margin-bottom: 4rem;
      margin-bottom: 6.25vw; }
}
