@charset "UTF-8";

/* ===================================================================== */
/* news * /
/* ===================================================================== */
#news {
}
.news_inner {
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 0 2rem 0;
  padding: 2rem 2rem;
  border-radius: .5rem;
}
.news_img {
  float: left;
  width: 20%;
  margin: 0 2% 1rem 0;
  border-radius: .5rem;
}
.news_subtitle {
  float: left;
  width: 78%;
  text-align: left;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.news_title {
  float: left;
  width: 78%;
  text-align: left;
  letter-spacing: 0;
  font-size: 2.0rem;
  line-height: 3.2rem;
}


/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #news {
  }
  .news_img {
    clear: both;
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .news_subtitle {
    clear: both;
    width: 100%;
  }
  .news_title {
    clear: both;
    width: 100%;
    line-height: 2.8rem;
  }
}

/* ===================================================================== */
/* news_detail * /
/* ===================================================================== */
.news_detail_inner {
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 0 2rem 0;
  padding: 2rem 4rem;
  border-radius: .5rem;
}
.news_detail_title {
  text-align: left;
  letter-spacing: 0;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
.news_detail_img {
  width: 80%;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}
img.news_detail_img_1,
img.news_detail_img_2,
img.news_detail_img_3 {
  border: 1px #cccccc solid;
  border-radius: .5rem;
}
img.news_detail_img_1 {
  width: 60%;
  margin: 0 auto 0 auto;
}
img.news_detail_img_2 {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
img.news_detail_img_2:last-child {
  margin: 0 0 0 0;
}
img.news_detail_img_3 {
  float: left;
  width: 32%;
  margin: 0 1% 0 0;
}
img.news_detail_img_3:last-child {
  margin: 0 0 0 0;
}
.news_detail_inner p {
  width: 100%;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
p.news_detail_box {
  border: 1px #cccccc solid;
  padding: 2rem;
  margin: 2rem 0;
}
p.news_detail_box span {
  display: block;
  margin: 0 0 .5rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px #cccccc dotted;
  padding-bottom: .3rem;
}
.news_detail_inner ul {
  list-style: none;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.news_detail_inner ul.list_style_dot,
.news_detail_inner ul.list_style_dot li {
  list-style: inherit !important;
  margin-left: 1.1rem;
}
.news_detail_inner ul.border_line::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 100px;
  display: inline-block;
  width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: dashed 0px #333;
  border-bottom-width: 0.5px;
}
.news_detail_inner ul.border_line::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 100px;
  display: inline-block;
  width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: dashed 0px #333;
  border-bottom-width: 0.5px;
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #news_detail {
  }
  .news_detail_img {
    border-radius: 0;
    border: 0;
  }
  img.news_detail_img_1 {
    border-radius: .5rem;
  }
  img.news_detail_img_2 {
    clear: both;
    width: 100%;
    margin: 0 0 1rem 0;
    border-radius: .5rem;
  }
  img.news_detail_img_3 {
    clear: both;
    width: 100%;
    border-radius: .5rem;
  }
}
