@charset "utf-8";
.topWrapper {
  /* background-image: url(/img/news_topics/topBanner.jpg); */
}
/* .topWrapper:before {
	content: '';
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(246,143,78,0.52);
} */
.topHeading span {
	/* color: #ffffff !important; */
}
.topHeading .heading_large{
    /* letter-spacing: 4.7px; */
}
.mainImg{
    margin-bottom: 77px;
}
.mainSectionText .mainSectionTitle{
    font-family: ‘Noto Sans JP’, sans-serif;
    /* position: relative; */
    font-size: 21px;
    font-weight: bold;
    /* left: 25px; */
    /* top: 1px; */
    line-height: 1.5;
    /* margin-bottom: 31px; */
    letter-spacing: 0;
    font-feature-settings: "palt";
    /* margin: 35px 40px 40px; */
    margin-bottom: 40px;
}
.mainSectionText span {
    display: block;
}
.mainSectionText .today {
    /* float: right; */
    font-size: 16px;
    /* font-weight: normal; */
}
.mainSectionText {
    padding: 35px 40px 30px;
    line-height: 1.8;
}
.mainSectionText p{
    /* padding: 0px 12px; */
    /* margin-bottom: 33px; */
    /* line-height: 1.8; */
    letter-spacing:1.9px;
    font-feature-settings: "palt";
    margin: 0;
}

.mainSectionText p:last-child{
    /* margin-bottom: 53px; */
}

.lineLink:before {
    content: "▶";
    position: absolute;
    top: 21px;
    left: 40px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
}


.lineLink {
    position: relative;
}

.lineLink a {
    text-decoration: none;
}

.lineLink p {
    width: 570px;
    height: 60px;
    background: #0fc8c9;
    text-align: center;
    line-height: 62px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 3.6px;

}

.lineLink p span {
    display: inline-block;
    position: relative;
    left: 16px;
}

/*#photogallery ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

#photogallery ul li{
    margin-bottom: 14px;
}*/

.aligncenter {
    display: block;
    margin: 0 auto;
}

.mainSectionText img {
	max-width: 100%;
	height: auto;
}

/* エディター機能を反映 */
.mainSectionText em {
    font-style: italic;
}
.mainSectionText strong {
    font-weight: 800;
}
.mainSectionText h1 {
    font-size: 24px;
    font-weight: 600;
}
.mainSectionText h2 {
    font-size: 22px;
    font-weight: 600;
}
.mainSectionText h3 {
    font-size: 20px;
    font-weight: 600;
}
.mainSectionText h4 {
    font-size: 18px;
    font-weight: 600;
}
.mainSectionText h5 {
    font-size: 16px;
    font-weight: 600;
}
.mainSectionText h6 {
    font-size: 16px;
    font-weight: 600;
}
.mainSectionText ul {
   list-style: initial;
}
.mainSectionText ol {
   list-style: decimal;
}
.mainSectionText ul,
.mainSectionText ol {
    margin-left: 20px;
}
.mainSectionText blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
.mainSectionText blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
.mainSectionText blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.mainSectionText blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
