/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head_under */
.contents_head_under {
  background-image: url(/images/info/bg_header_detail.jpg);
}

/*.contents_head {
	.contents_head_title {
		display: inline;
		margin-right: 30px;
		@include media1279() {
			font-size: 2.4rem !important;
		} // @media1279
		span {
			@include media1279() {
				font-size: 1.2rem !important;
			} // @media1279
		}
		em {
			@include media1279() {
				font-size: 2.4rem !important;
			} // @media1279
		}
	}
	.contents_head_txt {
		display: inline-block;
		@include media1280() {
			transform: translateY(-50%);
		} // @media1280
		@include media1279() {
			font-size: 1.4rem !important;
		} // @media1279
	}
	.thum_img {
		@include media1279() {
			width: 250px !important;
		} // @media1366
		@include media767() {
			margin: 20px auto 30px !important;
		} // @media767
	}
}*/
/* news_box */
.news_box .cms_header {
  display: flex;
  flex-wrap: wrap;
}

.news_box .news_list_time {
  display: inline-block;
  width: 100%;
  margin: 0 10px 0 0;
  font-family: "Roboto";
  font-weight: 700;
}

.news_box .news_list_category {
  width: 150px;
  margin-bottom: 14px;
  padding: 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.news_box .category01 {
  background: #00ACBF;
}

.news_box .category02 {
  background: #00A0E8;
}

.news_box .category03 {
  background: #006EC2;
}

.news_box .news_list_title {
  font-size: 1.8rem;
}

.news_box .entry_body {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.news_box .entry_body img {
  max-width: 100% !important;
  height: auto !important;
}

.news_box .entry_body iframe {
  max-width: 100%;
}

@media screen and (max-width: 1279px) {
  .contents_head_under {
    min-height: 170px !important;
  }
  .breadcrumb .container {
    padding: 0 30px !important;
  }
}

@media screen and (min-width: 1280px) {
  .contents_head_under {
    min-height: 193px !important;
  }
  .news_box .news_list_time {
    margin-right: 25px;
  }
  .news_box .news_list_time {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .news_box .news_list_category {
    width: 180px;
    font-size: 1.4rem;
  }
  .news_box .news_list_title {
    font-size: 2.8rem;
  }
  .news_box .entry_body {
    margin-bottom: 100px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .news_box .news_list_time {
    width: auto;
    margin: 0 20px 0 0;
  }
}

/*# sourceMappingURL=map/info_detail.css.map */
