@charset "UTF-8";

#innerPageTitle {
  min-height: 170px;
  background-size: cover;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
}


/*--- セクションタイトルのスタイル ---*/
.section-title {
	display: flex !important;
	flex-flow: column !important;
	margin-top: 20px;
	margin-bottom: 30px;
/*    text-transform: capitalize;*/
    color: #151515;
    margin-left: auto;
    margin-right: auto;
}


.section-title h1 {
	font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 12px;
    line-height: 29px;
}

.section-title p {
    font-size: 15px;
    color: #acacac;
    font-weight: 500;
}

.section-title .icon {
    width: 45px;
    height: 19px;
    min-height: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;  /*  0px;  20230427 50周年記念対応*/
    margin-bottom: 0px;
    display: inline-block;
}

.text-center {
    text-align: center!important;
}

.section-title.text-left {
    margin-left: initial;
}