@charset "utf-8";
/* CSS Document */

main {
	margin-top: 100px;
}


/* title-area */
.title-area {
	height: 300px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 120px;
}
.title-area h2 {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
}
.title-area h2 span {
	display: block;
	font-weight: bold;
}
.title-area h2 span.en {
	font-size: 2rem;
	color: #00a0e9;
	font-weight: 500;
}


/* h3-ttl */
.h3-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 40px;
}

/* lead-area */
.lead-area {
	margin-bottom: 120px;
}
.lead-area dt {
	font-size: 2.4rem;
	font-weight: bold;
	color: #00a0e9;
	margin-bottom: 30px;
}





/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 767px) {

	main {
		margin-top: 50px;
	}

	
/* title-area */
	.title-area {
		height: 140px;
		margin-bottom: 0px;
	}
	.title-area h2 {
		font-size: 2rem;
	}
	.title-area h2 span.en {
		font-size: 1.4rem;
	}

	
/* h3-ttl */
	.h3-ttl {
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

/* lead-area */
	.lead-area {
		margin-bottom: 40px;
	}
	.lead-area dt {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

}


/* ====================================================================================
         ipad
  ==================================================================================== */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {	

	main {
		margin-top: 50px;
	}


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	main {
		padding-bottom: 100px;
	}	
	
/* =====================
  title-area 
===================== */
	.title-area {
		margin-bottom: 40px;
	}


}

