@charset "UTF-8";

@media (max-width: 767px) {
	.lower .head-area .wrap h2 {
		display: block;
	}
	.lower .head-area .wrap {
		background-image: url(../img/common/head-h2-bg.png);
	  background-size: 120% auto;
	  background-repeat: no-repeat;
	  background-position: right 45%;
  }
}
@media (max-width: 480px) {
	.lower .head-area .wrap h2 {
		font-size: 40px;
		height: 60px;
	}
}
.__news.__blog.archive .sec .list li .post-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.__news.__blog.archive .sec .list li .post-title::after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
	display: inline-block;
  border-color: transparent transparent transparent #e31d23;
}
strong.news_date {
    display: inline-block;
    width: 9em;
    text-align: left;
    margin: 0;
    font-size: 1.2em;
    margin-top: 0.1em;
    color: #e50012;
    letter-spacing: 0.01em;
    padding: 0;
    font-weight: 500;
    line-height: 1
}

span.news_cate {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding: 0.3em 0.7em 0.35em;
    line-height: 1;
    font-size: 0.8em;
    vertical-align: text-top;
    width: auto;
    height: 1.9em;
    text-align: center;
    margin-right: 0.8em;
    border-radius: 1.5em;
    border: 1px solid #1a0b08;
    background-color: rgba(255,255,255,0.4);
    transition: border-color .15s ease
}

.__news.__blog.single .sec .list li .post-title {
  font-size: 30px;
}
.com-btn{
  height: 60px;
  width: 260px;
}
.com-btn-wrap{
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
