@charset "UTF-8";

/* enサイトの幅指定解消 */
@media screen and (min-width: 641px){
	#tmpl_main{
		width: auto!important;
	}
}

/* includeStyleCMS.cssとのスタイル衝突の解消 */
.lm-content-header{
	line-height: normal;
	font-family:'';
	-webkit-font-smoothing: auto;
}
a.lm-content-header__breadcrumbs-link{
	text-decoration: underline;
	color: #656565;
}
a.lm-content-header__container-lang-link{
	color: #0000ee;
}
a.lm-header-nav__link{
	text-decoration: none;
	color: #656565;
}
.lm-content-header__floating h1{
	color: #000;
}

/* 調整スタイル */

.m-banner--col2 img,
.m-banner--col3 img,
.m-banner--col4 img{
	width: 100%;
	height: auto;
}

.u-after-clear::after{content: none;}
.u-text-left{text-align: left;}
.u-text-center{text-align: center;}
.u-text-right{text-align: right;}

/* 改行の解除 */
.lm-content-header__breadcrumbs-list br{
display: none;
}

/* タイトル調整 */
@media screen and (max-width: 640px) {
    h1.m-h1 {
        margin-top: 0.625rem;
        font-size: 1.365rem;
    }
}
h1.m-h1 {
    flex: 1;
    font-size: 1.875rem;
    line-height: 1.4em;
    color: #333;
    font-weight: bold;
    font-family: "SST W20 Bold", Arial, "Helvetica Neue", sans-serif;
}
h1.m-h1 {
    margin: 0;
    padding: 0;
    background: #fff;
}