@charset "utf-8";
/*  */
#top_main .slick-dotted.slick-slider {
    margin-bottom:0;
}
#top_main .slider {
	position: relative;
}
#top_main .dots_list {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
#top_main .top_slider_dot {
	/* 	display: flex;
	justify-content: center;
	align-items: center; */
	text-align: center;
	font-size: 14px;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 0 10px;
	cursor: pointer;
	/* font-family: sans-serif; */
	color: #fff;
	background: #003b6c;
	background: #003b6c9e;
	border: 1px solid #fff;
	border: 1px solid #ffffffab;
	}
#top_main a:hover {
	opacity: 0.8;
}
#top_main {
	margin-bottom: 100px;
}
/*  */
.mv {

}
/*  */
.features_box {
	color: #fff;
	background: #003b6c;
	margin-bottom: 86px;
    padding: 25px 0;
}
.features_list {
    display: flex;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 auto;
	
}
.features_list li{
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features_list li:first-of-type .f_en{
	margin: 0 0 -10px;
}
.features_list li:not(:first-child) .li_inner {
	position: relative;
}
.features_list li:not(:first-child) .li_inner::before {
	content:"";
	display: inline-block;
	background: #fff;
	width: 2px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	
}
.li_inner {
	padding: 0 29px;
}
.f_center {
	text-align: center;
}
.lh_1{
	line-height: 1.1;
}
.f_flex {
	display: flex;
	align-items: center;
}
.f_inline {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}
.f_en {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	padding: 0 5px;
}
.f_12 {
	font-size: 12px;
}
.f_15 {
	font-size: 15px;
}
.f_16 {
	font-size: 16px;
}
.f_20 {
	font-size: 20px;
}
.f_21 {
	font-size: 21px;
}
.f_24 {
	font-size: 24px;
}
.f_26 {
	font-size: 26px;
}
.f_35 {
	font-size: 35px;
}
.f_54 {
	font-size: 40px;
}
.f_60 {
	/* font-size: 50px; */
}
/*  */
.top_heading {
    font-size: 34px;
    letter-spacing: 0.18em;
    text-align: center;
    margin-bottom: 20px;
}
.entry_box {
    background: #def2f9;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0 40px;
}
.entry_heading {
	color: #2d6fac;
    font-size: 34px;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
}
.entry_txt {
    font-size: 16px;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin-bottom: 23px;
}
.entry_link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #2d6fac;
	max-width: 350px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.entry_link::after {	
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	background-image: url(../img/top/entry_arrow.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px

}

.banner_box{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 52px 0 40px;
}

.banner_box2{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 0px 0 40px;
}

.top_cap{
	max-width: 1220px;
	padding: 0 10px;
	font-size: 11px;
	margin: 0 auto;
	color: #4c4c4c;
}

.fifth{
	max-width: 18px;
	margin: 0 8px;
}

.seventh{
	max-width: 18px;
	/* display: inline-block; */
	font-size: initial;
	margin: 0 8px;
}

.second{
	max-width: 20px;
	margin: 0 8px;
	font-size: initial;
}

.f26_flex{
	display: flex;
	align-items: baseline;
}

.f26_flex_end{
	display: flex;
	align-items: center;
}

.info_cap{
	text-align: center;
	margin: 38px auto 63px;
}

.info_cap span{
	display: inline-block;
}

.info_cap_p01{
	font-weight: 500;
	/*color: #2d6fac;*/
	color: #fd1717;
	margin-bottom: 10px;
}

.top_span{
	font-size: 15px;
	display: block;
	letter-spacing: 1px;
	margin: 10px 0 0px;
}

.br768{
	display: none;
}

@media screen and (max-width: 1240px) {
	/*  */
	.features_list {
	    display: flex;
	    justify-content: center;
	    max-width: 1100px;

	}
	.features_list li{
	}
	.li_inner {
		padding: 0 15px;
	}
	.f_12 {
		font-size: 10px;
	}
	.f_15 {
		font-size: 15px;
	}
	.f_16 {
		font-size: 14px;
	}
	.f_21 {
		font-size: 18px;
	}
	.f_26 {
		font-size: 22px;
	}
	.f_35 {
		font-size: 30px;
	}
	.f_54 {
		font-size: 40px;
	}
	.f_60 {
		/* font-size: 48px; */
	}

	.f26_flex_end {
    display: flex;
    align-items: baseline;
    line-height: 1;
}
.f_inline {
	margin-top: 13px;
}
}
@media screen and (max-width: 1040px) {
	/*  */
	.features_list {
/* 		display: block; */
        flex-wrap :wrap;
        max-width: 700px;

	}
	.features_list li{
		width: 50%;
		margin: 10px 0;
	}
    .features_list li:not(:first-child) .li_inner::before {
	    display: none;	
    }

}
@media screen and (max-width: 768px) {
	/*  */
	.features_box {
		padding: 0;
	}
	.features_list {
		display: block;
		border: none;
	}
	.features_list li{
		width: 100%;
		margin: 0;
		padding: 15px 0;
	}
	.features_list li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
	.li_inner {
		padding: 0;
	}
	.f_12 {
		font-size: 10px;
	}
	.f_16 {
		font-size: 14px;
	}
	.f_21 {
		font-size: 16px;
	}
	.f_26 {
		font-size: 18px;
	}
	.f_35 {
		font-size: 26px;
	}
	.f_54 {
		font-size: 30px;
	}
	.f_60 {
		/* font-size: 40px; */
	}
	/*  */
	.top_heading {
	    font-size: 26px;
	}
	.entry_heading {
	    font-size: 26px;
	}
	.entry_txt {
	    font-size: 15px;
	}
	.entry_link {
		width: 90%;
		font-size: 20px;
		max-width: initial;
		height: 70px;
	}

	.f_inline {
    margin-top: 8px;
}
.seventh {
	font-size: initial;
}

.info_cap{
	font-size: 15px;
}

.br768{
	display: block;
}
.top_span {
    font-size: 12px;
}


}
@media screen and (max-width: 500px) {
	.features_list li:first-of-type .f_en {
		margin: 0 0 -15px;
	}
	#top_main{
		margin-bottom: 80px;
	}
	#top_main .dots_list {
		bottom: 10px;
	}
	#top_main .top_slider_dot {
		font-size: 10px;
		margin: 0 5px;
	}
	.features_box {
		margin-bottom: 40px;
	}	

	.info_cap{
		font-size: 14px;
	}

	/*  */
	.top_heading {
	    font-size: 22px;
		white-space: nowrap;
	    margin-bottom: 30px;
	}
	.entry_heading {
	    font-size: 22px;
	}
	
}
@media screen and (max-width: 400px) {
	.f_12 {
		font-size: 10px;
	}
	.f_16 {
		font-size: 17px;
	}
	.f_21 {
		font-size: 21px;
	}
	.f_26 {
		font-size: 22px;
	}
	.f_35 {
		font-size: 23px;
	}
	.f_54 {
		font-size: 29px;
	}
	.f_60 {
		/* font-size: 50px; */
	}
	/*  */
	.top_heading {
	    font-size: 18px;
	    margin-bottom: 22px;
	}
	.entry_heading {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.entry_txt {
	    font-size: 10px;
	    margin-bottom: 17px;
	}
	.entry_link {
		font-size: 14px;
		height: 45px;
	}

	.seventh {
		font-size: initial;
	}

	.f_inline {
    margin-top: 13px;
}
	
}


@media all and (-ms-high-contrast: none) {
	main{
		display: block;
	}

	.fifth {
		margin: 0 8px 5px;
}

.seventh{
	margin: 0 8px 10px;
	line-height: 1;
}
.f_26{
	font-size: 25px;
}
}