@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;
}



.breadcrumb {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.breadcrumb li {
  display: inline;
  color:#555;
}

.breadcrumb li:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/pankuzu.png) center no-repeat;
  background-size: contain;
  margin: 0 1em;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #999999;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}




.concepts {
  padding: 2.6rem 2.0rem 3.0rem;
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-align: left;
}



.contents {
  width: 100%;
}

.contents > .inner {
  padding: 0 20px 30px;
  background: white;
}

.contents .article {
  border-bottom: 1px solid #c8c8c8;
  padding: 31px 0 20px;
}

.contents .article:last-child {
  border-bottom: none;
}

.contents .article .inner {
  display: block;
}

.contents .article > .inner:hover .thumbnail {
  opacity: 0.7;
}

.contents .article .thumbnail {
  position: relative;
  width: 100%;
  min-height: 45px;
}

.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 {
  margin-top: 1.1rem;
  width: 100%;
}

.contents .text .vol {
  margin-left: .8rem;
  font-size: 1.8rem;
  line-height: 1.9rem;
  vertical-align: middle;
}

.contents .text .category {
  display: inline-block;
  padding: 0 .9rem;
  height: 1.9rem;
  font-size: 1rem;
  line-height: 1.9rem;
  color: white;
  vertical-align: middle;
}

.contents .text .title {
  margin: .7rem 0 1.35rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #3a779a;
  word-break: break-all;
}

.contents .article .inner:hover .text .title {
  color: #e50011;
}

.contents .text .excerpt {
  font-size: 1.4rem;
  line-height: 2.0rem;
  word-break: break-all;
  margin-bottom: 1.0rem;
}

.contents .text .date {
  display: block;
  text-align: right;
  font-size: 1rem;
  color: #999999;
}



.contents .content-footer {
  margin: 0 20px;
}

.contents .btn-tail {
  box-sizing: border-box;
  display: block;
  margin: 3.0rem 0 2.0rem;
  height: 3.5rem;
  border: 0.1rem solid #e50011;
  font-size: 1.2rem;
  line-height: 3.3rem;
  text-align: center;
  color: #e50011;
}

.contents .btn-tail:before {
  content: '';
  position: relative;
  top: .1rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/more_read.png) center center no-repeat;
  background-size: contain;
  margin-right: 1.3rem;
}

.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);
}


/*-----------------------------*/
#fiat-panda.Index section.MovieArea {
	text-align:center;
	background-color:#f8f8f8;
	padding:20px 30px 30px 30px;
	margin:20px 20px 30px 20px;
	border: 1px solid #e3e3e3;}
#fiat-panda.Index section.MovieArea h2{
	font-size:2.0rem;
	font-weight:bold;
	color:#000078;
	line-height:1;
	margin-bottom:10px;}
#fiat-panda.Index section.MovieArea .Movie-Area{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;}
#fiat-panda.Index section.MovieArea .Movie-Area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

