/* CSS Document */

ul.slick-slider {
	padding-left:0;
	margin-bottom:0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background-color: transparent;
}
.uk-navbar {
	width: 100%;
}
.uk-navbar-nav {
	gap: 0;
}
.uk-navbar-nav>li.uk-active>a {
	width: 100%;
	gap: 0;
    font-size: 100%;
    color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	background: url("../img/line.png") right;
	border-bottom: solid 4px #8cc220;
}
.uk-navbar-nav>li>a {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-left: 2px solid rgba(255,255,255,0.7);
	box-sizing: border-box;
	min-height: 50px;
	text-shadow: 2px 2px 8px #fff ,
		-2px 2px 8px #fff ,
		2px -2px 8px #fff ,
		-2px -2px 8px #fff;
}
.uk-navbar-nav>li:last-of-type>a {
	border-right: 2px solid rgba(255,255,255,0.7);
}
.uk-navbar-nav>li:hover>a {
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	background: url("../img/line.png") right;
	border-bottom: solid 4px #1f82c1;
}
.uk-navbar-nav>li {
	width: 20%;
	text-align: center;
	line-height: 1.2em;
}
a.top_bn:hover {
	text-decoration: none;
}
.uk-button-default {
    border: none;
}
.uk-button.uk-button-default.uk-margin-small-right {
	width: 100%;
	padding:0;
}
.uk-modal-footer {
	border-top:none;
	margin-top: 100px;
}
.uk-modal-footer .uk-button.uk-button-default{
    background-color: var(--col_i_blue);
    color: #fff;
    font-size: 110%;
    letter-spacing: 0.1em;
    border-radius: 8px;
}
.uk-accordion-title {
position: relative;
    font-size: 120%;
    padding-left: 24px;
    border-bottom: 3px solid var(--col_i_sumi_100);
    padding-bottom: 4px;
}
.uk-accordion-title::after {
	position: absolute;
    top: 0.4em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--col_i_green);
    content: "";
}
.uk-accordion-content>:last-child {
	margin-bottom: 50px;
}
.uk-accordion-title[aria-expanded="true"] {
	border:none;
}
.uk-subnav {
	justify-content: center;
	border-bottom: 4px solid var(--col_i_blue);	
	position: relative;
}
.uk-subnav-pill>.uk-active>a {
    background-image: url(./../img/line.png);
    color: #fff;
    background-size: cover;
}
.uk-subnav-pill>.uk-active>a.pt { background-image: url(./../img/line_pt.png);}
.uk-subnav-pill>.uk-active>a.ot { background-image: url(./../img/line_ot.png);}
.uk-subnav-pill>.uk-active>a.st { background-image: url(./../img/line_st.png);}
.uk-subnav-pill>.uk-active>a::before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: -4px;
    width: calc(100% - 20px);
    height: 4px;
	background: var(--col_i_blue_sub);
}
.uk-subnav-pill>.uk-active>a.pt::before { background: var(--col_i_pt_sub);}
.uk-subnav-pill>.uk-active>a.ot::before { background: var(--col_i_ot_sub);}
.uk-subnav-pill>.uk-active>a.st::before { background: var(--col_i_st_sub);}
.uk-subnav > div {
}
.uk-subnav > div >  a {
	padding: 16px 48px!important;
    letter-spacing: 0.2em;
    font-size: 110%!important;
}
.uk-accordion-content {
	position:relative;
}
.uk-card-title {
	margin: 0!important;
	color: var(--col_i_blue)!important;
	font-size: 120%!important;
}
.uk-card-header {
	border-bottom: 1px solid var(--col_i_blue)!important;
}
.uk-card {
	margin: 0 auto;
	align-items: center;
}
.uk-card-media-top {
	text-align: center;
	padding-top: 20px;
}
#pamphlet .uk-card-body {
	padding: 40px 20px;
}
#pamphlet .uk-card-title {
	margin-bottom: 20px;
	text-align: left;
}
.uk-tab::before {
	border-bottom: 3px solid #e5e5e5;
}
.uk-tab>*>a {
	border-bottom: 3px solid transparent;
}

@media screen and (max-width: 980px) {
	.uk-accordion-title {
		text-align: left;
		font-size: 100%;
	}
	.uk-subnav > div  {
		width: 29%;
	}
	.uk-subnav > div >  a {
		padding: 16px 24px!important;
		width: 100%;
		box-sizing: border-box;
	}
	.uk-subnav-pill>.uk-active>a {
		background-position: center;
	}
	.uk-subnav-pill>.uk-active>a::before {
		left: 0px;
		bottom: -4px;
		width: 100%;
	}
	.uk-grid {
		flex-wrap: nowrap!important;
	}

}
@media screen and (max-width: 520px) {
	.uk-modal-footer {
		margin-top: 10px;
	}
	.uk-margin-small-right {
		margin-right: 0px!important;
	}
	.uk-accordion-title span{
		text-align: right;
		font-size: 90%;
		color: var(--col_i_green);
		display: block;
		padding-right: 30px;
	}
	.uk-navbar {
		margin-top: 40px;
	}
	.uk-navbar-center {
		width: 100%;
	}
	.uk-subnav {
	    margin-left: 0!important;
	}
	.uk-subnav > div {
		padding-left: 0px;
	}
	.uk-subnav > div::last-of-type {
		padding-right: 0px;
	}
	.uk-subnav > div > a {
		font-size: 85%!important;
		padding: 16px 4px!important;
	}
	.uk-grid {
		flex-wrap: wrap!important;
		justify-content: center!important;
	}
	.font-size-sp {
	font-size: 150%!important;
}

}
