@charset "UTF-8";
/*テーマ配下の字間調整*/
html {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}
#l_content {
    padding: 0 20px 80px;
}
.b_topic-path .subheading,
.sidebar_local-nav .subheading{
display: none;
}
.subheading._news{
font-weight: bold;
font-size: 1.3rem;
margin-top: 0.5rem;
}
._label li {
    list-style: none;
	display: inline-block;
	color: #FFF;
	background: #004d99;
	margin: 0 5px 5px 0;
    padding: 0.25em 15px 0.3em;
}
.m-text-lead__text,
.m-heading-type1,
.m-layout__content {
position: relative;
}
.m-panel .m-panel_label {
    color: #a4b1c1;
    font-size: .9rem;
	margin-top: 3px;
	display: block;
}
/*ページタイトル*/
h2.m-heading-type1__heading,
h4.m-heading-type5__heading,
h2.unq-top-info__heading{
font-weight: bold;
}
.unq-pageTitle-layer3__mv{
position: relative;
}
.unq-pageTitle-layer3__mv .m-text-lead{
width: 100%;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.unq-pageTitle-layer3__mv .m-text-lead__text{
color: #fff;
}
@media screen and (max-width:52em) {
.unq-pageTitle-layer3__mv .m-text-lead__text{
    font-size: 1.3rem;
}}
