﻿.messagePageHeader {
  overflow: hidden;
}
.messagePageHeader picture,
.messagePageHeader picture source,
.messagePageHeader picture img {
  object-position: center bottom;
}
.messagePageHeader .rphTitle {
  transform: translateY(20%);
}
@media screen and (min-width: 769px) {
  .messagePageHeader .rphTitle {
    transform: translateY(30%);
  }
}
@media screen and (min-width: 1025px) {
  .messagePageHeader .rphTitle {
    transform: translateY(40%);
  }
}

.messageMainContent {
  padding-bottom: 0;
}
.messageMainContent .messageAboutTitle {
  width: 80%;
  padding: 36px 16px;
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .messageMainContent .messageAboutTitle {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .messageMainContent .messageAboutTitle {
    margin-top: 80px;
    width: 60%;
    max-width: 800px;
  }
}
@media screen and (max-width: 349px) {
  .messageMainContent .messageAboutTitle {
    width: 100%;
  }
}
.messageMainContent .messageAboutTitle picture,
.messageMainContent .messageAboutTitle picture source,
.messageMainContent .messageAboutTitle picture img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .messageMainContent .messageAboutTitle picture,
  .messageMainContent .messageAboutTitle picture source,
  .messageMainContent .messageAboutTitle picture img {
    max-width: 100%;
  }
}
.messageMainContent .pmcText {
  padding: 0 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .messageMainContent .pmcText {
    margin-top: 16px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .messageMainContent .pmcText {
    margin-top: 32px;
  }
}
.messageMainContent .pmcText p {
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
}
@media screen and (min-width: 1025px) {
  .messageMainContent .pmcText p {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
    text-align: center;
    line-height: 2.25;
  }
}

.messagePanel {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .messagePanel {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .messagePanel {
    margin-top: 64px;
  }
}
.messagePanel .mpContent {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .messagePanel .mpContent {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpContent {
    margin-top: 48px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpContent-r {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpContent .mpImg {
    width: 48%;
    max-width: 550px;
  }
}
.messagePanel .mpContent .mpImg img {
  width: 100%;
}
.messagePanel .mpContent .mpText {
  margin-top: 8px;
  padding: 8px 0;
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpContent .mpText {
    width: 50%;
  }
}
.messagePanel .mpContent .mpText p {
  margin-top: 24px;
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpContent .mpText p {
    margin-top: 32px;
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
.messagePanel .mpContent .mpText .mpTextMain {
  margin-top: 0;
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
  font-weight: 700;
  color: #0066B4;
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpContent .mpText .mpTextMain {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
  }
}
@media screen and (min-width: 769px) {
  .messagePanel .mpDetail {
    padding: 0;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpDetail {
    margin-top: 40px;
  }
}
.messagePanel .mpDetail .tfbQuesBox {
  color: #0066B4;
  font-weight: 500;
}
.messagePanel .mpDetail .tfbAnsBox {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpDetail .tfbAnsBox {
    row-gap: 64px;
  }
}
.messagePanel .mpDetail .mpdSection {
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .messagePanel .mpDetail .mpdSection {
    width: 48%;
  }
}
.messagePanel .mpDetail .mpdSection:not(:first-child) {
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  .messagePanel .mpDetail .mpdSection:not(:first-child) {
    margin-top: 8px;
  }
}
.messagePanel .mpDetail .mpdSection .mpdSectionImg {
  width: 100%;
  padding-top: 59.5%;
  position: relative;
}
.messagePanel .mpDetail .mpdSection .mpdSectionImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.messagePanel .mpDetail .mpdSection .mpdSectionImg {
  width: 100%;
  padding-top: 59.5%;
  position: relative;
}
.messagePanel .mpDetail .mpdSection .mpdSectionImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.messagePanel .mpDetail .mpdSection .mpdSectionTitle {
  margin-top: 8px;
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpDetail .mpdSection .mpdSectionTitle {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
  }
}
.messagePanel .mpDetail .mpdSection .mpdSectionText {
  margin-top: 8px;
  padding: 8px 0;
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
}
@media screen and (min-width: 1025px) {
  .messagePanel .mpDetail .mpdSection .mpdSectionText {
    margin-top: 16px;
    padding: 16px 0;
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
.messagePanel .mpDetail .mpdSection .mpdSectionLink {
  margin-top: 8px;
}
.messagePanel .mpDetail .mpdSection .mpdSectionLink img:last-child {
  height: 1em;
  margin-top: 0.5em;
  padding: 0 0.5em;
  width: auto;
}

.messageEntrySection {
  position: relative;
  padding: 160px 0 168px;
}
@media screen and (min-width: 1025px) {
  .messageEntrySection {
    padding: 200px 0 216px;
  }
}
@media screen and (min-width: 1025px) {
  .messageEntrySection {
    padding: 260px 0 280px;
  }
}
.messageEntrySection .mesBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index: -1;
}
.messageEntrySection .mesBg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 0 85%, #FFF 100%);
}
.messageEntrySection .mesBg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.messageEntrySection .mesTitle {
  width: 80%;
  padding: 0px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .messageEntrySection .mesTitle {
    width: 58%;
    max-width: 760px;
  }
}
@media screen and (max-width: 349px) {
  .messageEntrySection .mesTitle {
    width: 100%;
  }
}
.messageEntrySection .mesTitle picture,
.messageEntrySection .mesTitle picture source,
.messageEntrySection .mesTitle picture img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .messageEntrySection .mesTitle picture,
  .messageEntrySection .mesTitle picture source,
  .messageEntrySection .mesTitle picture img {
    max-width: 100%;
  }
}
.messageEntrySection .mesLink {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .messageEntrySection .mesLink {
    margin-top: 72px;
  }
}
@media screen and (min-width: 1025px) {
  .messageEntrySection .mesLink {
    margin-top: 64px;
  }
}/*# sourceMappingURL=osakagas_message_top.css.map */