@charset "utf-8";

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

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

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

h2 {
	width: 100%;
	line-height: 1;
	text-align: center;
    padding-top: 100px;
	margin-bottom: 40px;
	font-size: 3.4rem;
	color: #000000;
	letter-spacing: 4px;
}

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

.sub_titl_f {
	width: 100%;
	margin: 30px auto 10px auto;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
}

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

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

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

.sub_txt {
	width: 100%;
	margin: 0px auto 120px auto;
	text-align: center;
    font-size: 20px;
}

.sub_txtw {
	width: 100%;
	margin: 0px auto 120px auto;
	text-align: center;
    color: #fff;
    background-color: #4B4B4B;
}

.sub_txtw span{
    font-size: 2.5rem;
    color: #fff;
    background-color: #FF0004;
    padding: 5px;
}

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

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

.nex_link a {
	font-size: 1.5rem;
	color: #112250;
	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);
}

@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: #112250;
	}

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

	.sub_titl {
		text-align: center;
		margin: 30px auto 30px auto;
		font-size: 1.6rem;
	}
    
    .sub_titl_f {
	font-size: 2.0rem;
    }

	.sub_titl_en {
		font-size: 1.6rem;
	}

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

	.sub_txt {
		text-align: left;
		margin: 0px auto 60px auto;
        font-size: 1.5rem;
	}

	.nex_link {
		margin-top: 60px;
	}

	.img_cap01 {
		line-height: 15px;
		font-size: 1.0rem;
	}
}

.mb120 {
	margin-bottom: 120px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

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

	.mb60 {
		margin-bottom: 30px
	}
}

.w80 {
    width: 80%;
    height: auto;
}

@media screen and (max-width:767px) {
    .w80 {
        width: 100%;
        height: auto;
    }
}

.wc80 {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
}

@media screen and (max-width:767px) {
    .wc80 {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }
}

.wm60 {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .wm60 {
        width: 80%;
        height: auto;
        padding-bottom: 10px;
    }
}

.pl10{
    padding-left: 10px;
}

.pr10{
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .pl10s{
        padding-left: 10px;
    }
    
    .pr10s{
        padding-right: 10px;
    }
}