@charset "UTF-8";
body{
  overflow-x: hidden;
}
/*テーマ配下の字間調整*/
html {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}
#l_content {
    padding: 0 20px 80px;
}
._margin-btm0{
margin-bottom: 0;
}
._bigger{
font-size: 1.1em;
font-weight: bold;
}
._narrow{
max-width: 900px;
margin: 0 auto;
}

/* インデックスパネル調整 */
.m-text-date{
margin-top: 8px;
margin-bottom: 8px;
}

.m-text-date__text{
color:#666666;
}

/*ページタイトル*/
.unq-pageTitle-layer3__mv{
position: relative;
}
.unq-pageTitle-layer3__inner {
    padding: 56px 0 56px;
}
@media screen and (max-width:52em) {
.unq-pageTitle-layer3__mv .m-text-lead__text{
    font-size: 1.3rem;
}}
.m-heading-type3__attach{
font-size: 0.6em;
margin-right: 15px;
line-height: 2.3;
}
.l-content-leadArea__inner::before {
display: none;
}
.m-box-type3 .m-heading-type4{
margin-top: 0;
}
.m-box-type3._white {
    background-color: #fff;
	border: solid 1px #e0e0e0
}
.l-content-leadArea._yellow {
  background-color: #fff096;
}



