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

.ie-ttl {
	text-align: center;
}
.ie-ttl p {
	font-size: 16px;
	margin-top: 24px;
	font-weight: bold;
}
.ie-ttl p.en {
	font-size: 16px;
	margin-top: 0;
	margin-bottom:20px;
	font-weight: normal;
}
.ie-ttl h3 {
	font-size: 28px;
	margin-bottom: 8px;
    letter-spacing: 0.08em;
}
@media (min-width: 576px) {
.ie-ttl h3 {
 font-size: 36px;
}
}
@media (min-width: 992px) {
.ie-ttl h3 {
 font-size: 48px;
}
}
/*.ie-ttl h3:after {
 content: '';
 width: 50px;
 height: 4px;
 display:;
 background-color: #000;
 position: absolute;
 bottom: -8px;
 left: calc(50% - 25px);
}*/

.ie-ttl a {
	color:#0d56a5;
}
.ie-ttl a:hover {
	text-decoration:underline;
}

h2.underbar:after {
 content: '';
 width: 50px;
 height: 2px;
 display:;
 background-color: #000;
 position: absolute;
 bottom: -16px;
 left: calc(50% - 25px);
}
.circle-box *, .circle-box-md * {
    line-height: 62px;
}

.accordion li.active .accordion-content {
	max-height:100%!important;
	}
.nav.nav-pills .nav-item .nav-link.active, .nav.nav-pills .nav-item .show .nav-link {
    background: #384d76;
    color: #fff;
}