@charset "utf-8";
/* CSS Document */

/* common */


/* =====================
  mv-area
===================== */

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}

@media (max-width: 768px) {
	.pc-only{
		display: none;
	}
	.sp-only{
		display: inline;
	}
}

.mv-area-cont .title-area-cont {
	width: 605px;
}


.red{
	color:#d71317; 
}
/* ここまでデモページ用のコード */



.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
a .img-area-wrap{
	overflow: hidden;
}
.img-area-wrap img {
    width: 100%;
}
a:hover .img-area-wrap img {
    transform: scale(1.1);
}
a .img-area-wrap img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.4s ease;
}



/* =====================
  news-area
===================== */

.table dl,.table dt,.table dd {
	margin: 0;
}
.table dl {
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	background-color: #eee;
}
.rec-area{
	padding: 150px 0;
}
.rec-area h3{
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.rec-area h3::before {
    content: "ー";
    color: 
    #d7001d;
    display: inline-block;
    margin-right: .5rem;
    font-family: 'Roboto Condensed', sans-serif;
}
.table {
    margin-bottom: 80px;
	border-top: 1px solid #c9c9c9;
}
.table dt {
	font-weight:bold;
	vertical-align:top;
	display:inline-block;
	padding: 20px 0 20px 20px;
	width: 22%;
	margin-right: 3%;
}
.table dl:first-child dt{
	border-top: none;
}
.table dl:last-child dt{
}
.table dd {
	display:inline-block;
	width: 74%;
	padding:20px 10px;
	background-color: #fff;
	right: -6px;
	position: relative;
}
.table dd a{
	text-decoration: underline;
}
.table dd a:hover{
	text-decoration:none;
}
.table dd span{
	display: block;
	padding-left: 1em;
	text-indent: -1.1em;
}

.info{
	margin-top: 20px;
}
.info span{
	display: block;
	font-weight: bold;
}
.info a{
	text-decoration: underline;
}
.info a:hover{
	text-decoration: none;
}




/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
	/* common */
	
	/* =====================
	  mv-area
	===================== */
    
	.rec-area {
		padding: 50px 0;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: inline;
	}
	.hover-area{
		display: none;
	}
	
	
	.rec-area h3 {
		font-size: 1.8rem;
	}
	
	.table dl {
		font-size: 1.4rem;
	}
	.table dt {
		font-weight:bold;
		padding:15px 10px;
		width: 100%;
		margin-right: 0%;
		border-top: none;
	}
	.table dd {
		width: 100%;
		padding:15px 10px;
		line-height: 1.8;
		right: 0;
	}
	.table dd span{
		line-height: 1.8;
	}
	
}
	
	
/* =====================
  調整
===================== */
	
@media screen and (max-width: 1120px) {
}

/*  SP // */

