img, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

header {
  position: fixed;
  height: 80px;
  background: #FFF;
  width: 100%;
  z-index: 99;
  top: 0;
}

.logo_kadan {
  display: block;
  width: 320px;
  position: absolute;
  top: 3px;
  left: 5px;
}

.logo_fumakilla {
  display: block;
  width: 75px;
  position: absolute;
  top: 20px;
  right: 170px;
}

.logo_fs {
  display: block;
  width: 45px;
  position: absolute;
  top: 10px;
  right: 102px;
}

@media(max-width:750px) {
  header {
    height: 50px;
  }

  .logo_kadan {
    width: 180px;
    top: 3px;
    left: 5px;
  }

  .logo_fumakilla {
    width: 45px;
    top: 13px;
    right: 110px;
  }

  .logo_fs {
    width: 30px;
    top: 5px;
    right: 65px;
  }
}

.Drawer {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 301;
}

.Drawer:before {
  background: #0B308D;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1
}

.Drawer .Drawer__Button {
  align-items: center;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 55px;
  justify-content: center;
  margin: auto;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 8px;
  top: 0;
  transition: background .3s;
  width: 60px;
  z-index: 1
}

.Drawer .Drawer__Button:focus {
  box-shadow: none;
  outline: 0
}

.Drawer .Drawer__Button:focus:focus-visible {
  box-shadow: 0 0 0 .2rem #fff, 0 0 0 .35rem #069
}

.Drawer .Drawer__ButtonIcon {
  color: #0071bc;
  display: block;
  left: 0;
  margin: auto;
  right: 0;
  top: calc(50% - 2.5px)
}

.Drawer .Drawer__ButtonIcon,
.Drawer .Drawer__ButtonIcon:after,
.Drawer .Drawer__ButtonIcon:before {
  background-color: #FFF;
  border-radius: 0;
  height: 3px;
  position: absolute;
  transition-duration: .15s;
  transition-property: transform, color;
  transition-timing-function: ease;
  width: 38px
}

.Drawer .Drawer__ButtonIcon:after,
.Drawer .Drawer__ButtonIcon:before {
  content: "";
  display: block
}

.Drawer .Drawer__ButtonIcon:before {
  top: -14px
}

.Drawer .Drawer__ButtonIcon:after {
  bottom: -14px
}

.Drawer .Drawer__ButtonIcon {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.Drawer .Drawer__ButtonIcon:before {
  transition: top .1s ease-in .2s, opacity .1s ease-in
}

.Drawer .Drawer__ButtonIcon:after {
  transition: bottom .1s ease-in .2s, transform .2s cubic-bezier(.55, .055, .675, .19)
}

.Drawer__Button[aria-expanded=true] .Drawer__ButtonIcon {
  color: #0071bc;
  transform: rotate(225deg) translateZ(0);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.Drawer__Button[aria-expanded=true] .Drawer__ButtonIcon:before {
  opacity: 0;
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s
}

.Drawer__Button[aria-expanded=true] .Drawer__ButtonIcon:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.Drawer .Drawer__Button:before {
  background: url(../img/common/bg_01.svg) 0 0/100% 100%;
  content: "";
  display: block;
  height: 12px;
  left: -10px;
  margin: auto;
  position: absolute;
  right: -10px;
  top: 55px;
  width: 56px
}

.Drawer .Drawer__Panel {
  bottom: 0;
  display: none;
  justify-content: flex-end;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  right: 0;
  top: 0
}

.-ready.Drawer .Drawer__Panel {
  display: flex
}

.-panelOpen.Drawer .Drawer__Panel {
  pointer-events: all
}

.Drawer .Drawer__PanelInner {
  background: #0B308D;
  bottom: 0;
  box-sizing: border-box;
  max-width: 500px;
  overflow: auto;
  padding: 100px 0 60px 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .4s;
  width: 100%
}

.-panelOpen.Drawer .Drawer__PanelInner {
  transform: translateX(0)
}

.Drawer .Drawer__Nav {
  color: #bdccd4;
  /*font-family: "Academy Engraved LET Plain:1.0";*/
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  list-style: none;
  margin: 20px 0 40px 0;
  display: inline-block;
  padding: 0
}

.Drawer h5 {
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.05em;
  width: 90%;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}

.Drawer .Drawer__Nav li {
  align-items: center;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.Drawer .Drawer__Nav li.special_page {
  font-size: 20px;
}

.Drawer__Nav span {
  font-size: 0.7em;
}

.Drawer .Drawer__Nav a {
  align-items: center;
  color: #FFF;
  display: inherit;
  text-decoration: none
}

.Drawer .Drawer__NavItemLabelSub {
  align-self: flex-end;
  font-family: xYuMincho, "Noto Serif JP", HiraMinProN-W3, Hiragino Mincho Pro, HG正楷書体-PRO, ＤＦ中楷書体, ＭＳ 明朝, MS Mincho, serif;
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: -.3em
}

.Hero {
  padding-top: 80px;
}

.Hero .slick-prev,
.Hero .slick-next {
  display: none !important;
}

.Hero img {
  display: block;
  height: auto;
  width: 100%
}

@media(max-width:750px) {
  .Drawer:before {
    height: 50px;
    right: 0px;
    top: 0;
    width: 50px;
  }

  .Drawer .Drawer__Button {
    right: -5px;
    top: -12px;
    transform: scale(.6)
  }

  .Drawer .Drawer__Button:before {
    height: 16.8px;
    top: 55px;
    right: 0;
    width: 78.4px
  }

  .Drawer .Drawer__PanelInner {
    background: #0B308D;
    max-width: 420px;
    padding: 68px 0 30px 0px;
    width: 100%;
  }

  .Drawer h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .Drawer .Drawer__Nav {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .Drawer .Drawer__Nav li {
    margin-bottom: 20px;
  }

  .Drawer .Drawer__Nav li.special_page {
    font-size: 14px;
  }

  .Drawer .Drawer__Nav li:nth-child(n+2) {
    margin-top: 20px
  }

  .Drawer .Drawer__Nav a:before,
  .Drawer .Drawer__Nav li:before {
    height: 19.84px;
    top: calc(50% - 9.92px);
    width: 43.4px
  }

  .Drawer .Drawer__NavItemLabelSub {
    font-size: 10px
  }

  .Hero {
    padding-top: 50px;
  }
}

.news {
  background: #fff;
}

.news h2 {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-weight: normal;
  color: #0B308D;
}

@media screen and (max-width: 750px) {
  .news h2 {
    padding: 20px 0;
  }
}

.news_wrap {
  max-width: 880px;
  width: 90vw;
  margin: 0 auto 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
}

@media screen and (max-width: 750px) {
  .news_wrap {
    margin: 0 auto 30px;
  }
}

.news_wrap__inner {
  width: min(590px, 70vw);
  margin: 0 auto;
  max-height: 250px;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  .news_wrap__inner {
    width: 90%;
    height: 180px;
    padding: 4%;
    overflow-y: auto;
  }
}

.news_wrap a {
  text-decoration: underline;
  color: #000;
}

.news_wrap a:hover {
  text-decoration: none;
}

.news dl {
  font-size: 14px;
  margin: 0;
  margin-bottom: 7px;
  display: flex;
  justify-content: flex-start;
}

.news dl:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .news dl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.news dl dt {
  width: 11%;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  .news dl dt {
    width: 14%;
  }
}


.top__cp__area {
  margin-bottom: 50px
}

.top__cp__area .top__cp__ttl {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-weight: normal;
  color: #0B308D;
}

@media screen and (max-width: 750px) {
  .top__cp__area .top__cp__ttl {
    padding-bottom: 10px;
  }
}

.top__cp__area .cp__bnr__wrap {
  max-width: 840px;
  width: 90vw;
  padding: 0;
  margin: 0 auto 35px;
}

@media screen and (max-width: 750px) {
  .top__cp__area .cp__bnr__wrap {
    width: 90%;
  }
}

.top__cp__area .cp__bnr__item {
  list-style: none;
  position: relative;
}

@media screen and (max-width: 750px) {
  .top__cp__area .cp__bnr__item {
    width: 100%;
  }
}

.top__cp__area .cp__bnr__item img {
  border-radius: 15px;
}

@media screen and (max-width: 750px) {
  .top__cp__area .cp__bnr__item img {
    border-radius: 10px;
  }
}

.top__cp__area .cp__bnr__item+.cp__bnr__item {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .top__cp__area .cp__bnr__item+.cp__bnr__item {
    margin-top: 20px;
  }
}

.top__cp__area .cp__bnr__item .caption {
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .top__cp__area .cp__bnr__item .caption {
    font-size: 11px;
  }
}


.top__cp__area .cp__bnr__item .icon-end {
  color: #29ABE2;
  border: #29ABE2 1px solid;
  background: #fff;
  font-size: 25px;
  text-align: center;
  width: 77px;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  left: 10px;

}

@media screen and (max-width: 750px) {
  .top__cp__area .btn__top__cp {
    width: 74.66%;
    margin: 0 auto;
  }
}


.cp_sns_wrap {
  background-image: url(../../cp/_assets/img/apollon_cp/bg_cp_sns.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  padding: 65px 0 45px;
}

@media screen and (max-width: 750px) {
  .cp_sns_wrap {
    background-image: url(../../cp/_assets/img/apollon_cp_2024/bg_cp_sns_sp.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding: 30px 0;
  }
}

.cp_sns_ttl {
  margin: 0 auto;
}

.top_cp_sns_wrap .cp_sns_ttl {
  width: min(993px, 90vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .top_cp_sns_wrap .cp_sns_ttl {
    /* width: 78.66%; */
    margin-bottom: 10px;
  }
}

.top_cp_sns_wrap .cp_sns_subttl {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .top_cp_sns_wrap .cp_sns_subttl {
    font-size: 15px;
  }
}

.cp_sns_wrap .cp_sns_subttl .btm_txt {
  font-size: 0.825rem;
  display: block;
}

.cp_sns_wrap .cp_sns_source {
  max-width: 1080px;
  margin: 0 auto;
}

.cp_sns_wrap .cp_sns_source .caption {
  font-size: 12px;
  margin: 0;
  padding: 0 2.7%;
}

@media screen and (max-width: 750px) {
  .cp_sns_wrap .cp_sns_source .caption {
    font-size: 11px;
    padding: 0;
    width: 85%;
    margin: 0 auto;
  }
}

.cp_sns_wrap .cp_sns_btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 705px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .cp_sns_wrap .cp_sns_btn_wrap {
    display: block;
    width: 100%;
  }
}

.cp_sns_wrap .cp_sns_btn a {
  padding: 10px 20px 10px 20px;
  max-width: 340px;
  flex-shrink: 0;
  width: 74.6vw;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .cp_sns_wrap .cp_sns_btn a {
    font-size: 16px;
    border-radius: 6px;
  }
}

.cp_sns_wrap .cp_sns_btn a:hover {
  opacity: .8;
}

.cp_sns_wrap .cp_sns_btn a::before {
  content: "";
  background-image: url(../img/common/icon_target_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .cp_sns_wrap .cp_sns_btn a::before {
    width: 19px;
    height: 20px;
  }
}

.cp_sns_wrap .cp_sns_btn.btn_twitter a {
  background-color: #000;
  text-align: center;
}

.cp_sns_wrap .cp_sns_btn.btn_gs a {
  background-color: #87c13f;
}

@media screen and (max-width: 750px) {
  .cp_sns_wrap .cp_sns_btn.btn_gs a {
    margin-top: 10px;
  }
}

.top_youtube_wrap {
  background-color: #F0F0F0;
  border-top: 4px solid #F6C226;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .top_youtube_wrap {
    background-color: #FFF;
  }
}

.top_youtube_wrap .top_youtube_inner_bg {
  padding: 20px 0 30px;
  background-color: #FFF9D0;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.top_youtube_wrap .youtube_wrap_ttl {
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .top_youtube_wrap .youtube_wrap_ttl {
    width: 74.66vw;
  }
}

.top_youtube_wrap .youtube-flex {
  max-width: 1000px;
  width: 96vw;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .top_youtube_wrap .youtube-flex {
    width: 90%;
    display: block;
  }
}

.top_youtube_wrap .youtube_wrap {
  max-width: 485px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  box-sizing: border-box;
  width: 48.5%;
}

@media screen and (max-width: 750px) {
  .top_youtube_wrap .youtube_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .top_youtube_wrap .youtube_wrap+.youtube_wrap {
    margin-top: 10px;
  }
}

.top_youtube_wrap .youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

.top_youtube_wrap .btn_youtube_ohter a {
  max-width: 432px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .top_youtube_wrap .btn_youtube_ohter a {
    width: 51.2vw;
  }
}

.top_bnr_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .top_bnr_wrap {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }
}

.top_bnr_wrap li {
  list-style: none;
  width: calc((100% - 20px) / 3)
}

@media screen and (max-width: 750px) {
  .top_bnr_wrap li {
    width: 70%;
    margin: 0 auto 10px;
  }

  .top_bnr_wrap li:last-child {
    margin-bottom: 0;
  }
}

.top_bnr_wrap li img {
  width: 100%;
}


.content {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .content {
    margin-left: 20px;
  }
}

.cont_flex {
  max-width: 1080px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .cont_flex {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.insta_wrap {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .insta_wrap {
    width: 96%;
  }
}

.cont_left {
  width: calc(720 / 1080 * 100%);
}

@media screen and (max-width: 750px) {
  .cont_left {
    width: 95%;
  }
}

.cont_right {
  width: calc(300 / 1080 * 100%);
}

@media screen and (max-width: 750px) {
  .cont_right {
    width: 95%;
  }
}

.cont_right iframe {
  width: 100%;
}

.cont_flex h2 {
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  color: #0B308D;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .cont_flex h2 {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 750px) {
  .in_flex {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.inner {
  width: 31%;
}

.inner img {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .inner img {
    width: 100%;
    text-align: center;
  }
}

.inner p {
  font-size: 14px;
  text-align: justify;
  margin-top: 0px;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 750px) {
  .inner p {
    margin-bottom: 30px;
  }
}

.BackToTop {
  margin: 40px 0 0;
  position: relative;
  z-index: 0;
}

.BackToTop .BackToTop__Button {
  background: url(../img/common/icon_pagetop.svg) 0 0/100% 100%;
  border: 0;
  bottom: 10px;
  cursor: pointer;
  height: 70px;
  position: absolute;
  right: 20px;
  transition: opacity .3s;
  width: 84px;
  z-index: 300
}

@media screen and (max-width: 750px) {
  .BackToTop .BackToTop__Button {
    height: 50px;
    right: 0;
  }
}

.-hidden.BackToTop .BackToTop__Button {
  opacity: 0;
  pointer-events: none
}

.-sticky.BackToTop .BackToTop__Button {
  position: fixed
}

.PageFooter {
  background: #0B308D;
  color: #FFF;
  padding: 32px 20px
}

.PageFooter .PageFooter__Copyright,
.PageFooter .PageFooter__LegalText {
  font-size: 12px;
  margin: 4px 0;
  text-align: center
}


.mainlogo img {
  width: 100%;
}


.cont_bn {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .cont_bn {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.cont_bn_flex {
  width: 48%;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .cont_bn_flex {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cont_bn_flex img {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .cont_bn_flex img {
    width: 100%;
  }
}

.sns_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #f0f0f0;
  padding: 10px 0;
}

.sns_box .sns_boxs {
  display: flex;
  justify-content: center;
}

.sns_box .sns_boxs a {
  display: block;
  width: 3%;
  flex-shrink: 0;
  margin: 0 1%;
}

@media screen and (max-width: 750px) {
  .sns_box .sns_boxs a {
    width: 10%;
    margin: 0 3%;
  }
}

.btm_bnr_wrap {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .btm_bnr_wrap {
    margin-top: 0;
  }

  .btm_bnr_wrap img {
    width: 90%;
    margin: 0 auto;
  }
}


.clear {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

/*-- PC版表示CSS  --*/
.pc_area {
  display: block;
}

.sp_area {
  display: none;
}


/*-- SP版表示CSS  --*/
@media screen and (max-width: 768px) {
  .pc_area {
    display: none;
  }

  .sp_area {
    display: block;
  }
}

/* ================== アーカイブ ==================*/

.cont_right .rtxt {
  font-size: 18px;
  color: #0b308d;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .cont_right .rtxt {
    font-size: 16px;
  }
}

.cont_right .rtxt a {
  color: #0b308d;
}

.cont_right .rtxt:hover {
  opacity: 0.7;
}



/* ================== 下層一覧TOP ==================*/
.list_m {
  width: 100%;
  float: left;
  color: #000;
}

.list_m a {
  color: #000;
}

.list_m:hover {
  opacity: 0.7;
}

.list_m a, a:hover, a:visited {
  color: #000;
}

.list_m .lph {
  width: 25%;
  float: left;
}

@media screen and (max-width: 750px) {
  .list_m .lph {
    width: 28%;
  }
}

.list_m .lph img {
  width: 100%;
}

.list_m .right_wrap {
  width: calc(100% - 28%);
  float: right;
}

@media screen and (max-width: 750px) {
  .list_m .right_wrap {
    width: calc(100% - 32%);
  }
}

.list_m .day {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .list_m .day {
    font-size: 13px;
  }
}

.list_m .ltxt {
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .list_m .ltxt {
    font-size: 15px;
  }
}



/* ================== 下層 ==================*/
.list {
  width: 100%;
  margin-top: 22px;
}

.list h2 {
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .list h2 {
    font-size: 12px;
  }
}

.list .lph img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.list .lph.img_left {
  text-align: left;
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .list .lph.img_left {
    text-align: center;
  }
}

.list h3 {
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .list h3 {
    margin: 10px 0px 25px 0px;
    font-size: 18px;
  }
}

.list .ltxt {
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .list .ltxt {
    font-size: 14px;
  }
}

.list .ltxt span {
  color: #ff7800;
}

.list .ltxt span.comment {
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .list .ltxt span.comment {
    font-size: 12px;
  }
}

.list .ltxt .lk {
  color: #0b308d;
}

.list .ltxt .lk a {
  color: #0b308d;
  text-decoration: underline;
}

.list .ltxt .lk:hover {
  opacity: 0.7;
}



.list .ltxt .lk a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 6px;
  background: url("../img/common/icon_target.svg") center center no-repeat;
  background-size: 13px 12px;
}

.list h4 {
  width: 97.3%;
  padding: 10px 0px 10px 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  text-align: left;
  background-color: #0b308d;
}

@media screen and (max-width: 750px) {
  .list h4 {
    width: 94.5%;
    font-size: 18px;
  }
}

.list h5 {
  padding: 5px 0px 10px 20px;
  margin-bottom: 25px;
  border-left: 6px solid #0b308d;
  border-bottom: 1px solid #000;
  font-size: 22px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .list h5 {
    font-size: 16px;
  }
}

/*==== 追加 ====*/
.list .ltxt02 {
  border: 1px solid #808080;
  margin: 20px 0px 20px 0px;
  padding: 15px;
  font-size: 18px;
  color: #808080;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .list .ltxt02 {
    font-size: 12px;
  }
}

.list h6 {
  width: 97.3%;
  padding: 10px 0px 10px 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  text-align: left;
  background-color: #ff7800;
}

@media screen and (max-width: 750px) {
  .list h6 {
    width: 94.5%;
    font-size: 16px;
  }
}

.list .btn_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 80px 0px;
}

@media screen and (max-width: 750px) {
  .list .btn_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .list .btn_box .btn_box_flex {
    display: block;
  }

  .list .btn_box a:last-child {
    text-align: right;
  }
}

.list .btn_box .btn_box_flex img {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .list .btn_box .btn_box_flex img {
    width: 70%;
  }
}

.list .ttls {
  padding: 5px 0px 10px 20px;
  margin: 35px 0px 25px 0px;
  border-left: 6px solid #0b308d;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .list .ttls {
    font-size: 16px;
  }
}

/*==== //追加 ====*/

.list .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.list .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ls {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .ls {
    width: 100%;
  }
}

.list .ltxt table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin-bottom: 1.5em;
  padding: 0;
}

.list .ltxt table th,
.list .ltxt table td {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0.5em;
}

.list .ltxt table th {
  background-color: #DFFFFF;
  font-weight: bold;
  text-align: left;
}

span.small {
  font-size: 12px;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}