@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_news {
  max-width: 1100px;
  margin: 80px auto 100px;
  overflow: hidden;
}
#news_box .news_img {
  object-fit: cover;
}
#news_box .news_img img{
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .con_news {
    width: 95%;
  }
  /* お知らせ一覧 */
  #news_box {
    width: 100%;
    float: left;
  }
  #news_box .news_about {
    padding: 0 0 70px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #news_box .news_img {
    width: 40%;
    float: left;
    margin-right: 3%;
    object-fit: cover;
  }
  #news_box .news_img img{
    width: 100%;
  }
  #news_box .news_box {
    width: 55%;
    float: left;
  }
  #news_box .news_box ul {
    margin-bottom: 15px;
  }
  #news_box .news_about .news_box .i_pict {
    text-align: center;
    float: left;
    background-color: #b87070;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
  }
  #news_box .news_about .news_box .e_pict {
    text-align: center;
    float: left;
    background-color: #82b870;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
  }
  #news_box .news_about .news_box .day {
    font-size: 110%;
    padding-top: 5px;
  }
  #news_box .news_box h3 {
    font-size: 150%;
    margin-bottom: 10px;
  }
  #news_box .news_box .news_text {
    font-size: 110%;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }

  /* 過去のお知らせ */
  #right_box {
    float: right;
    width: 20%;
    margin: 0 0 0 3%;
  }
  #right_box .news_other {
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  #right_box .news_other thead {
    padding: 20px 0 20px 15px;
    border-bottom: 3px solid #a0a0a0;
  }
  #right_box .news_other thead tr,
  #right_box .news_other tr:last-child {
    border-bottom: none;
  }
  #right_box .news_other tr td {
    padding: 20px 0 20px 15px;
  }
  #right_box .news_other tr {
    border-bottom: 1px dotted #e3e3e3;
    display: block;
    font-size: 120%;
    line-height: 1.5;
  }
  #right_box .news_other tr td {
    padding: 20px 0 20px 15px;
  }
}
#contents .con_title:after {
  background: -svg-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -owg-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(47, 26, 0, 0.36), transparent);
}

@media only screen and (min-width: 1101px) {
  #contents .con_title h2 {
    text-shadow: 10px 0 100px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.2), -10px 0 100px rgba(0, 0, 0, 0.2), 0 -10px 100px rgba(0, 0, 0, 0.2);
  }
  /* お知らせ一覧 */
  #news_box {
    width: 100%;
    float: left;
  }
  #news_box .news_about {
    padding: 0 0 70px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #news_box .news_img {
    width: 40%;
    float: left;
    margin-right: 3%;
  }
  #news_box .news_box {
    width: 50%;
    float: left;
  }
  #news_box .news_box ul {
    margin-bottom: 20px;
  }
  #news_box .news_about .news_box .e_pict {
    text-align: center;
    float: left;
    background-color: #82b870;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
  }
  #news_box .news_about .news_box .i_pict {
    text-align: center;
    float: left;
    background-color: #b87070;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
  }
  #news_box .news_about .news_box .day {
    font-size: 120%;
    padding-top: 5px;
  }
  #news_box .news_box h3 {
    font-size: 160%;
    margin-bottom: 10px;
  }
  #news_box .news_box .news_text {
    font-size: 110%;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }

  /* 過去のお知らせ */
  #right_box {
    float: right;
    width: 20%;
    margin: 0 0 0 5%;
  }
  #right_box .news_other {
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  #right_box .news_other thead {
    padding: 20px 0 20px 15px;
    border-bottom: 3px solid #a0a0a0;
  }
  #right_box .news_other thead tr,
  #right_box .news_other tr:last-child {
    border-bottom: none;
  }
  #right_box .news_other tr td {
    padding: 20px 0 20px 15px;
  }
  #right_box .news_other tr {
    border-bottom: 1px dotted #e3e3e3;
    display: block;
    font-size: 120%;
    line-height: 1.5;
  }
  #right_box .news_other tr td {
    padding: 20px 0 20px 15px;
  }
}

@media print {
  #contents .con_title h2 {
    text-shadow: 10px 0 100px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.2), -10px 0 100px rgba(0, 0, 0, 0.2), 0 -10px 100px rgba(0, 0, 0, 0.2);
  }
}

.ie8 #contents .con_title h2 {
  text-shadow: 10px 0 100px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.2), -10px 0 100px rgba(0, 0, 0, 0.2), 0 -10px 100px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title h2 {
    text-shadow: 10px 0 50px rgba(0, 0, 0, 0.2), 0 10px 50px rgba(0, 0, 0, 0.2), -10px 0 50px rgba(0, 0, 0, 0.2), 0 -10px 50px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title h2 {
    text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  }
  /* お知らせ一覧 */
  #news_box {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #news_box .news_about {
    padding: 0 0 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #news_box .news_img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #news_box .news_box {
    width: 100%;
    float: none;
  }
  #news_box .news_box ul {
    margin-bottom: 15px;
  }
  #news_box .news_about .news_box .i_pict {
    text-align: center;
    float: left;
    padding: 5px 10px;
    margin: 15px 10px 0 0;
  }
  #news_box .news_about .news_box .e_pict {
    text-align: center;
    float: left;
    padding: 5px 10px;
    margin: 15px 10px 0 0;
  }
  #news_box .news_about .news_box .day {
    font-size: 110%;
    padding-top: 22px;
    float: none;
  }
  #news_box .news_box h3 {
    font-size: 140%;
    margin-bottom: 10px;
  }
  #news_box .news_box .news_text {
    font-size: 102%;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }

  /* 過去のお知らせ */
  #right_box {
    display: none;
  }
}

#footer {
  margin-top: 0 !important;
}
