@charset 'utf-8';

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
/*下層ページ共通 start*/
#header {
    height: 280px;
    background-position: center 40%;
}
#main h2 {
    margin:20px 0;
}
/*下層ページ共通 end*/

.list{
  overflow: hidden;
  margin-right: -30px;
}
/*リストページ start*/
.list-box {
  width: 299px;
  float: left;
  margin: 0 31px 30px 0;
}
.unit .list h3 {
    font-size: 16px;
}
.unit a.btn_top {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ff6f6f;
    border-radius: 6px;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px #C15555;
    margin: 40px 0;
}
.unit a.btn_top:hover {
  background-color: #f98181;
	box-shadow: 0 3px #C15555;
	transform: translateY(1px);
}
p.comment {
    font-size: 16px;
}
/*リストページ end*/


/*個別ページ start*/
.header-title h1 {
    font-size: 55px;
}
.header-title h1:hover{
  color: #afafef;
}
.header-title {
    top: 10%;
}

.unit h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
}

.unit .display {
}
.unit a.btn_list {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #FF6F6F;
    border-radius: 6px;
    padding: 14px 0;
    color: #FF6F6F;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px #C15555;
    margin: 40px 0;
}
.unit a.btn_list:hover {
  background-color: #fff0f0;
	box-shadow: 0 3px #C15555;
	transform: translateY(1px);
}

p.comment {
    font-size: 16px;
}

.details {
  margin-top: 24px;
  border-top: 1px solid #9999EF;
  border-bottom: 1px solid #9999EF;
  padding: 6px 0;
}
.unit table th, td {
    padding: 5px;
    line-height: 1;
    font-size: 14px;
    border: none;

}


/*画像のホバーstart*/
.img_wrap{
}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
/*画像のホバーend*/

/*個別ページ end*/

/* ===============================
	device setting
 =============================== */
 /* ===============================
 	device setting
  =============================== */
  @media screen and (min-width:769px){
  /* PC用CSS -------------- */
}

  @media screen and (max-width:768px){
  /* タブレット以下共通CSS -------------- */
  /*下層ページ共通start*/
  #header {
      height: 120px;
      margin-bottom: 20px;
  }
  .content {
      margin-bottom: 30px;
  }
  #main h2 {
      margin-top: 0;
      font-size: 24px;
  }
  #main h2 span {
      font-size: 14px;
  }
  .header-title h1 {
    font-size: 28px;
  }
  .list {
    margin-right: 0;
  }

  .list-box {
      width: 100%;
      float: none;
      margin: 0 0 40px 0;
  }
  .list-box-img {
      padding: 20px;
      background: #fff;
  }
  .unit a.btn_top {
      margin: 0px 0 20px;
  }
  /*下層ページ共通end*/
  /*個別ページstart*/
  .unit .display {
  }
  .unit a.btn_list {
    margin: 0px 0 20px;
  }
  .unit h3 {
      font-size: 18px;
  }
  p.comment {
      font-size: 14px;
      line-height: 1.8;
  }
  .unit table th, td {
    font-size: 12px;
  }
  .unit table th {
    width: 22%;
  }
  .unit table td {
    width: 78%;
  }

  /*個別ページend*/


}
