
/* --------------------------------------------------- */
.page-ttl {
	height: 450px;
	background: url("../images/insights/mv.jpg") no-repeat center;
	background-size: cover;
}
.page-ttl.short {
	height: 190px;
}
.page-ttl .ttl {
	color: #fff;
}
@media only screen and ( max-width : 968px ) {
	.page-ttl {
		height: 350px;
	}
}
@media screen and (max-width: 580px) {
	.page-ttl {
		height: 160px;
	}
	.page-ttl.short {
		height: 100px;
	}
}
/* --------------------------------------------------- */
.insights-nav {
	max-width: 500px;
	width: 90%;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
.insights-nav li {
	border-bottom: #ccc 1px dashed;
	position: relative;
}
.insights-nav li a {
	display: block;
	text-align: center;
	padding: 10px 20px;
}
.insights-nav li a::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #111;
	position: absolute;
	left: 0;
	bottom: 10px;
	opacity:0;
	transition: .3s;
}
.insights-nav li a.active,
.insights-nav li a:hover {
	color: #111;
	font-weight: 700;
}
.insights-nav li a.active::before,
.insights-nav li a:hover::before {
	bottom: -1px;
	opacity:1;
}
@media screen and (max-width: 580px) {
	.insights-nav {
		margin: 0 auto 50px;
	}
}
/* --------------------------------------------------- */
#area1 {
	max-width: 1300px;
	width: 90%;
	margin: 60px auto 30px;
	display: flex;
	flex-wrap: wrap;
}
#area1 .box {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 60px;
	position: relative;
	border: #777 1px solid;
	padding: 30px 30px 90px;
}
#area1 .box:nth-child(even) {
	margin-right: 0;
}
#area1 .box .tab {
	display: block;
	border: #777 1px solid;
	border-bottom: none;
	max-width: 200px;
	width: 90%;
	background-color: #fff;
	font-weight: 600;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -30px;
	left: -1px;
	text-align: center;
}
#area1 .box p {
}
#area1 .box .btn {
	display: block;
	width: 100%;
	background-color: #F4F4F4;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#area1 .box .btn:hover {
	background-color: #777;
	color: #fff;
}
@media screen and ( max-width : 968px ) {
}
@media screen and (max-width: 768px) {
	#area1 {
        display: block;
    }
    #area1 .box {
        width: 100%;
        margin-right: 0;
        padding: 30px 30px 90px;
    }
}
@media screen and (max-width: 580px) {
	#area1 .box {
        margin-bottom: 50px;
        padding: 30px 20px 60px;
    }
	#area1 .box .btn {
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}
}
@media screen and ( max-width : 968px ) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
}
/* --------------------------------------------------- */
#area2 {
	max-width: 1300px;
	width: 95%;
	margin: 80px auto 60px;
	position: relative;
	border: #777 1px solid;
	padding: 5% 5% 3%;
}
#area2 .tab {
	display: block;
	border: #777 1px solid;
	border-bottom: none;
	max-width: 200px;
	width: 90%;
	background-color: #fff;
	font-weight: 600;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -30px;
	left: -1px;
	text-align: center;
}
#area2 .ttl {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 6%;
}
#area2 .inner {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
#area2 .inner p {
	margin-bottom: 30px;
}
@media screen and ( max-width : 968px ) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
	#area2 .ttl {
        font-size: 1.2em;
        margin-bottom: 6%;
    }
}
/* --------------------------------------------------- */
