@charset "UTF-8";

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.main-visual {
  position: relative;
}
/*
.main-visual img {
  width: 100%;
  height: auto;
}*/
.main-visual:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 9px;
  background: url(../images/home/main_img_footer.png) center repeat-x;
}

.main-visual{
	text-align:center;
	background: url(../images/home/main_bg.jpg) center repeat-x;}
.main-visual img {
	/*width:1280px;*/
	max-width:1280px;/*161126*/
	width:100%;/*161126*/}


.concepts {
	padding: 30px 20px 40px;
	text-align: center;}

.concepts p {
	padding-top:30px;
	font-size: 1.3rem;
	line-height: 1.8rem;
	background: url("../images/home/concept-txt.gif") 0 0 no-repeat;
	width:906px;
	height:231px;
	margin:0 auto;	
	/*padding: 0 12%;*/
}
.concepts p .txt-blue{
	color:#0b0646;}
.concepts p .txt-red{
	color:#e90101;}
.concepts p .L-txt{
	font-size: 2.0rem;
	font-weight:bold;}



.contents {
  box-sizing: border-box;
  float: left;
  /*width: 75%;*/
  width: 100%;/*161126*/
  margin-right: -330px;/*161126*/
  /*padding-right: 50px;*/
}

.contents > .inner {
  padding: 20px 25px 20px 30px;
  background: white;
  margin-right: 330px;/*161126*/
}

.contents .article {
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 0;
}

.contents .article:last-child {
  border-bottom: none;
}

.contents .article .inner {
  position: relative;
  display: block;
}

.contents .article .thumbnail {
  position: relative;
  float: left;
  /*width: 300px;*/
  width: 36%;/*161126*/
  min-height: 68px;
}

.contents .article > .inner:hover .thumbnail {
  opacity: 0.7;
}

.contents .article .thumbnail .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: auto;
}

.contents .article .image {
  width: 100%;
  height: auto;
}

.contents .text {
  float: right;
  /*width: 505px;*/
  width: 61%;/*161126*/
}

.contents .text .vol {
  margin-left: .4rem;
  font-size: 2rem;
  line-height: 1.6rem;
  vertical-align: middle;
}

.contents .text .category {
  display: inline-block;
  padding: 0 8px;
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: white;
  vertical-align: middle;
}

.contents .text .title {
  margin: 5px 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #3a779a;
  word-break: break-all;
}

.contents .article .inner:hover .text .title {
  color: #e50011;
}

.contents .text .excerpt {
  font-size: 1.4rem;
  line-height: 1.5em;
  word-break: break-all;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;/*161126*/
}

.contents .text .date {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  color: #999999;
}



.contents .content-footer {
}

.contents .btn-tail {
  display: block;
  margin: 54px auto 46px;
  width: 388px;
  height: 48px;
  border: 2px solid #e50011;
  font-size: 1.6rem;
  line-height: 48px;
  text-align: center;
  color: #e50011;
}

.contents .btn-tail:before {
  content: '';
  position: relative;
  top: .6rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/more_read.png) center 0 no-repeat;
  background-size: contain;
  margin-right: 2.4rem;
}

.contents .btn-tail:hover {
  border-color: #e4868d;
  background: #e50011;
  color: white;
}

.contents .btn-tail:hover:before {
  background-image: url(../images/arrow/more_read_hover.png);
}
