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

.mainText01 {
	display: inline-block;
	background-color: #ffffff;
	color: #0D47A0;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
	padding: 10px 20px;
}

.mainSlide.slide01 {
	background-image: url("/attending/lcc/common/images/BP19-049720D.jpg");
}
.mainSlide.slide02 {
	background-image: url("/attending/lcc/common/images/BP22-037034D.jpg");
}
.mainSlide.slide03 {
	background-image: url("/attending/lcc/common/images/BP22-027638D.jpg");
}

.contBlock02 {
	background-color: #EEF9FA;
	padding: 50px 0px 4px 0px;
	margin-top: 50px;
}

.popularBox01 {
	margin-top: 55px;
}

.contH303 {
	text-align: center;
	letter-spacing: 0.2rem;
	font-size: 26px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 38px;
}
.contH303::after {
	content: "";
	background-image: url("/attending/lcc/common/images/cont_tit_line01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 5px;
	width: 62px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -31px;
}

.popularAncWrap01 {
	display: flex;
	flex-wrap: wrap;
}
.popularAncWrap01 li {
	width: 19.2%;
    margin: 5px 1% 0px 0px;
    border: 3px solid #0D47A0;
    border-radius: 8px;
	display: flex;
}
.popularAncWrap01 li:nth-child(5n) {
	margin-right: 0px;
}
.popularAncWrap01 li a {
	display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 25px 16px 17px;
    font-size: 15px;
    justify-content: center;
    line-height: 1.4em;
    font-weight: bold;
    color: #0D47A0;
    position: relative;
}
.popularAncWrap01 li a::after {
	content: "";
	background-image: url("/attending/lcc/kokunai/images/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -7px;
}
.popularAncWrap01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*-------------------------*/

.contBtnFlex01 {
	display: flex;
	flex-wrap: wrap;
}
.contBtnFlex01 li {
	width: 32.4%;
	margin: 20px 1.4% 0px 0px;
}
.contBtnFlex01 li:nth-child(3n) {
	margin-right: 0px;
}
.contBtnFlex01 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	background-color: #1951A5;
	border-radius: 6px;
	padding: 5px 25px 5px 17px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	position: relative;
}
.contBtnFlex01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*----------------------*/

.flex02Dl01 dd {
	background-color: #FFF795;
}

/*----------------------*/

.contBox01 {
	background-color: #EEF9FA;
	border-radius: 6px;
	padding: 25px 35px 25px 35px;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	margin: 0 auto 40px auto;
}

.topContFlex01 li {
	width: 31%;
    margin: 60px 3.5% 0px 0px;
    position: relative;
    background-image: url(/attending/lcc/common/images/cont_about_bg01.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 102px auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 160px;
	font-weight: 600;
}
.topContFlex01 li:nth-child(3n) {
	margin-right: 0px;
}

.topAboutNum01 {
	position: absolute;
	left: 13px;
	top: -45px;
	background-color: #ffffff;
	padding: 0px 10px;
}
.topAboutNum01 img {
	width: auto;
	height: 71px;
}














