@charset "utf-8";

.line01 {
	width: 1px;
	height: 60px;
	margin: 60px auto 40px auto;
	background-color: #70879c;
}

.line02 {
	width: 1px;
	height: 60px;
	margin: 120px auto 40px auto;
	background-color: #70879c;
}

.line03 {
	width: 60px;
	height: 1px;
	margin: 40px auto;
	background-color:#70879c;
}

h2 {
	width: 100%;
	line-height: 1;
	text-align: center;
	margin-bottom: 80px;
	font-size: 3.4rem;
	color: #70879c;
	letter-spacing: 4px;
}

.sub_titl {
	width: 100%;
	margin:0 auto 30px;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}

.sub_titl_en {
	width: 100%;
	line-height: 1;
	text-align: center;
	font-size: 2.4rem;
	color: #70879c;
	letter-spacing: 4px;
	margin-bottom: 40px;
}

.sub_titl_en02 {
	width: 100%;
	line-height: 1;
	text-align: center;
	font-size: 1.8rem;
	color: #70879c;
	letter-spacing: 4px;
}

.sub_titl_en03 {
	width: 100%;
	line-height: 1;
	text-align: left;
	font-size: 1.8rem;
	color: #70879c;
	letter-spacing: 4px;
}

.sub_txt {
	width: 100%;
	margin: 0px auto 60px auto;
	text-align: center;
}

.nex_link {
	width: 100%;
	margin-top: 120px;
	text-align: center;
}

.nex_link a {
	font-size: 1.5rem;
	color: #70879c;
	letter-spacing: 4px;
}

.img_cap01 {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 20px;
	padding: 0 10px;
	font-size: 1.2rem;
	letter-spacing: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.di{
	display: inline-block;
}
.text-upper{
	text-transform: uppercase;
}
.mb10{
	margin-bottom: 10px;
}
.o0{
	opacity: 0;
}
.pc_db{
	display: block;
}
.db{
	display: block;
}
@media screen and (max-width:767px) {
	.line01 {
		height: 40px;
		margin: 60px auto 30px auto;
	}

	.line02 {
		height: 40px;
		margin: 60px auto 30px auto;
	}

	.line03 {
		width: 60px;
		height: 1px;
		margin: 30px auto;
		background-color: #70879c;
	}

	h2 {
		margin-bottom: 60px;
		font-size: 2.2rem;
	}

	.sub_titl {
		text-align: left;
		margin: 60px auto 30px auto;
		font-size: 1.8rem;
	}

	.sub_titl_en02 {
		font-size: 1.4rem;
	}
    
    .sub_titl_en03 {
        font-size: 1.4rem;
    }

	.sub_txt {
		text-align: left;
		margin: 0px auto 30px auto;
	}

	.nex_link {
		margin-top: 60px;
	}

	.img_cap01 {
		line-height: 15px;
		font-size: 1.0rem;
	}
	.sp_db{
		display: block;
	}
	.pc_db{
	display: inline;
}
}

.mb120 {
	margin-bottom: 120px
}

.mb60 {
	margin-bottom: 60px
}

.mb30 {
	margin-bottom: 30px
}
.text-center{
	text-align: center;
}

@media screen and (max-width:767px) {
	.mb120 {
		margin-bottom: 60px
	}

	.mb60 {
		margin-bottom: 30px
	}
    
    .mb30 {
	margin-bottom: 15px
}
}
