@charset "UTF-8";
@import url("/wp/wp-content/themes/ouhs_main/assets/css/news.css");
/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡öÒ»ÓE
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#news_list_wrap .main_wrap {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .page_relay_column_index #main_cont {
    padding-top: 0;
  }
}

.page_relay_column_index .bread {
  z-index: 5;
  position: relative;
}

.page_relay_column_index .bread li {
  color: #fff;
}

.page_relay_column_index #main_img {
  background: #1e2848 url(../img/relay_column/mainimg.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  position: relative;
  text-align: center;
  z-index: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -150px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page_relay_column_index #main_img {
    height: 200px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.page_relay_column_index #main_img .hd03 {
  position: static;
}

.page_relay_column_index #main_img .hd03 h1:after {
  content: none;
}

.page_relay_column_index #main_img .hd03 .sub {
  margin-top: 15px;
  color: #fff;
  position: static;
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡öÔ”¼š
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
@media only screen and (max-width: 767px) {
  #news_detail_wrap .hd05 {
    font-size: 1.5rem;
  }
}

#news_detail_wrap .hd05 .en {
  font-style: normal;
}

#news_detail_wrap .ttl_area {
  margin-bottom: 50px;
}

.ohter_sec {
  max-width: 870px;
  margin: 50px auto 80px;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .ohter_sec {
    margin: 20px auto 40px;
  }
}

/*-------------------------
Ó›ÊÂÄÚÕ{Õû
-------------------------*/
article .entry p, article .entry ul, article .entry ol, article .entry table, article .entry #image-area {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table, article .entry #image-area {
    margin-bottom: 30px;
  }
}

article .entry img {
  width: auto;
  max-width: 100%;
}

article .entry .wp-caption {
  width: auto !important;
}

article .entry .wp-caption img {
  margin-bottom: 15px;
}

article .entry .alignright {
  margin-right: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  article .entry .alignright {
    margin-left: 0;
  }
}

article .entry h3 {
  font-weight: 700;
  color: #22326e;
  font-size: 2.0rem;
  border-bottom: 1px solid #666;
  padding-bottom: 11px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  article .entry h3 {
    font-size: 1.8rem;
  }
}

/*-------------------------
keyword
-------------------------*/
.keyword_area {
  margin-bottom: 55px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .keyword_area {
    margin-bottom: 35px;
    display: block;
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.keyword_area dt {
  width: 115px;
  text-align: center;
  border-right: 1px solid #333;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
  .keyword_area dt {
    width: 100%;
    border-right: none;
    position: relative;
    margin-bottom: 20px;
  }
  .keyword_area dt:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
  }
}

.keyword_area dd {
  width: calc(100% - 115px);
}

@media only screen and (max-width: 767px) {
  .keyword_area dd {
    width: 100%;
  }
}

.keyword_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .keyword_area .list {
    padding: 0;
    margin-right: -20px;
  }
}

.keyword_area .list li {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .keyword_area .list li {
    margin-right: 20px;
  }
}

/*-------------------------
free_box_aera
-------------------------*/
.free_box_aera .box {
  background: #fff;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box {
    padding: 20px;
    display: block;
  }
}

.free_box_aera .box .img {
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box .img {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.free_box_aera .box .img img {
  max-width: 100%;
  height: auto;
}

.free_box_aera .box .img.landscape {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box .img.landscape {
    width: 100%;
  }
}

.free_box_aera .box .txt_area .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77778;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box .txt_area .ttl {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
}

.free_box_aera .box .txt_area .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box .txt_area .txt {
    font-size: 1.4rem;
  }
}

.free_box_aera .box .img + .txt_area {
  padding-left: 45px;
  width: calc(100% - 200px);
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box .img + .txt_area {
    padding-left: 0;
    width: 100% !important;
  }
}

.free_box_aera .box .img.landscape + .txt_area {
  width: 50%;
}

.free_box_aera .box + .box {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .free_box_aera .box + .box {
    margin-top: 30px;
  }
}
