.PageTitle {
  margin-bottom: 16px;
}

@media all and (max-width:640px) {
  .PageTitle {
    margin-bottom: 0;
  }
  .Section .Title h2, .PageTitle .Title h1 {
    float: none;
  }
  .PageTitle .Sub {
    font-size: 14px;
    line-height: 1.4;
  }
}
/*----------------- Headline -----------------*/

.Headline {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

@media all and (max-width:640px) {
  .Headline {
    flex-direction: column;
    justify-content: center;
  }
}

.Headline img {
  border: 0.5px solid #ddd;
  margin-right: 16px;
  height: auto;
  width: 200px;
}

@media all and (max-width:640px) {
  .Headline img {
    display: block;
    margin: 0 auto 16px;
  }
}

.HeaderHeadline {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.HeaderHeadline span {
  color: #999;
  display: block;
  font-size: 12px;
}

@media all and (max-width:640px) {
  .HeaderHeadline {
    text-align: center;
  }
}

.HeadlineText p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: justify;
}

.LinkMore {
  background: url(../images/arrow_s.svg) no-repeat center left;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.LinkMoreBlank::after {
  background: url(../images/icn_launch.svg) no-repeat center center;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
}

/*----------------- About -----------------*/

.ContainerAbout {
  border-bottom: 1px solid #B90000;
  border-top: 1px solid #B90000;
  font-size: 14px;
  margin-bottom: 32px;
  padding: 16px 0;
}

.ContainerAbout h3 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: 'Times New Roman';
  margin-bottom: 16px;
}

.FcRed {
  color: #B90000;
}
.FsM {
  font-size: 16px;
}

.ContainerAbout p {
  line-height: 1.5;
  margin-bottom: 1em;
}

.ContainerAbout ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ContainerAbout li {
  margin-right: 16px;
}

@media all and (max-width:640px) {
  .ContainerAbout ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .ContainerAbout li {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/*----------------- CTR -----------------*/

.ContainerCtr {
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 24px;
  text-align: center;
}

@media all and (max-width:640px) {
  .ContainerCtr {
    padding: 16px;
  }
}

.ContainerCtr p {
  font-size: 12px;
  margin-bottom: 16px;
}

.ContainerCtrWhite {
  border: 0.5px solid #ccc;
}

.ContainerCtrGray {
  background-color: #F5F5EE;
}

.ContainerCtr ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ContainerCtr li {
  padding: 0 4px;
  width: 40%;
}

@media all and (max-width:640px) {
  .ContainerCtr ul {
    flex-direction: column;
  }
  .ContainerCtr li {
    margin-bottom: 16px;
    padding: 0;
    width: 100%;
  }
  .ContainerCtr li:last-of-type {
    margin-bottom: 0;
  }
}

.ContainerCtr div {
  margin: 0 auto;
  width: 300px;
}

@media all and (max-width:640px) {
  .ContainerCtr div {
    width: 100%;
  }
}

.ContainerCtrWhite .Btn {
  width: 100%;
}

.ContainerCtrGray .Btn {
  background: #fff;
  width: 248px;
}

/*----------------- Contents -----------------*/

.ContainerContents {
  font-size: 14px;
  margin-bottom: 32px;
}

.HeaderContents {
  border-left: 2px solid #B90000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 4px 8px;
}

.ContainerContents p {
  margin-bottom: 1em;
}

@media all and (max-width:640px) {
  .ContainerContents p {
    line-height: 1.5;
  }
}

.ContainerContents p img {
  margin-right: 4px;
  height: auto;
  width: 32px;
}

@media all and (max-width:640px) {
  .ContainerContents p img {
    vertical-align: baseline;
  }
}

.TextSecondary {
  color: #999;
  font-size: 12px;
}

.ContainerContents aside {
  background-color: #fafafa;
  border-radius: 2px;
  margin-bottom: 24px;
  padding: 16px 16px 8px;
}

.LinkExternal {
  background: url(../images/icn_launch.svg) no-repeat center right;
  padding-right: 16px;
}

/*----------------- News -----------------*/

.ListNews {
  margin-bottom: 1em;
}

.ListNews li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

@media all and (max-width:640px) {
  .ListNews li {
    line-height: 1.4;
  }
}

.ListNews a {
  background: url(../images/arrow_s.svg) no-repeat top 16px left;
  display: block;
  padding: 8px 8px 8px 16px;
}

.Caption {
  color: #999 !important;
  font-size: 0.8rem;
}

/*----------------- Audio -----------------*/

.ListAudio li {
  margin-top: -1px;
}

.ListAudio a {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
  padding: 12px 8px;
  transition: 0.5s;
}
.ListAudio a::after {
  background: url(../images/arrow_down.svg) no-repeat center center;
  content: '';
  display: block;
  margin-left: 16px;
  height: 24px;
  width: 24px;
}
.ListAudio a.active::after {
  transform: rotate(180deg);
}

.ListAudio a:hover {
  background-color: #FFEAEA;
  text-decoration: none;
}

.ListAudioContentsContainer {
  display: none;
}

.ListAudioContents {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 16px;
}

@media all and (max-width:640px) {
  .ListAudioContents {
    flex-direction: column;
  }
}

.ListAudioContents li {
  box-sizing: border-box;
  margin-bottom: 32px;
  margin-right: 4%;
  padding: 16px 16px 56px;
  position: relative;
  width: 48%;
}
.ListAudioContents li:nth-child(2n) {
  margin-right: 0;
}

@media all and (max-width:640px) {
  .ListAudioContents li {
    margin-bottom: 32px;
    margin-right: 0;
    width: 100%;
  }
}

.AudioContents {
  display: flex;
  justify-content: space-between;
}

.AudioContentsText {
  font-size: 14px;
  padding-right: 16px;
}

.ListAudioContents img {
  height: 64px;
  width: 64px;
}

.HeaderAudio {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.HeaderAudio span {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.ListAudioContents audio {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media all and (max-width:640px) {
  .ListAudioContents audio {
    width: 100%;
  }
}

/*----------------- introduction -----------------*/

.ContainerContentsIntro {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.ContainerContentsIntro h2 {
  background-color: #F5F5EE;
  font-size: 16px;
  padding: 12px 16px;
}

.Inner {
  padding: 16px;
}

.Inner :last-child {
  margin-bottom: 0;
}

.ContainerContentsIntro p img {
  height: auto;
  width: 100%;
}

/*----------------- Button -----------------*/

.Btn {
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 24px;
  text-align: center;
  transition: 0.3s;
}

.BtnPrimary {
  background-color: #B90000;
  border: 1px solid #B90000;
  color: #fff;
}
.BtnSecondary {
  border: 1px solid #B90000;
  color: #B90000 !important;
}

.Btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.BtnPrimary:hover {
  color: #fff;
}

/*----------------- レスポンシブ -----------------*/

@media all and (max-width:640px) {
  #MainInner {
    box-sizing: border-box;
    padding: 16px 16px 0;
    width: 100%;
  }
  .BannerBlock img {
    height: auto;
    width: 100%;
  }
}


/*----------------- Banner -----------------*/

.ContainerBanner {
  background: #FFF5F6 url(../images/banner.png) no-repeat left;
  background-size: contain;
  border: 0.5px solid #ccc;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 24px 16px 24px 160px;
}

@media all and (max-width:640px) {
  .ContainerBanner {
    padding: 16px;
  }
}

.ContainerBanner p {
  font-size: 12px;
  margin-bottom: 16px;
}

.ContainerBanner h3 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: 'Times New Roman';
  margin-bottom: 16px;
}

.ContainerBanner .BtnSecondary {
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.ContainerBanner ul {
  display: flex;
  gap: 4px;
}