@charset "UTF-8";
/*********************
  bandesu-common
**********************/
@media only screen and (max-width: 767px) {
  .global-wrapper {
    padding-bottom: 60px;
  }
}

.bandesu-wrapper {
  color: #444;
}

.bandesu-wrapper a {
  transition: opacity .3s;
}

.bandesu-wrapper a:hover {
  opacity: 0.7;
}

.bandesu-inner {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

/*********************
  bandesu-header
**********************/
.bandesu-header {
  background-color: #f7f7f7;
}

.bandesu-header__title a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bandesu-header__title a {
    padding-top: calc(260 / 750 * 100%);
    background: url(/bandesu/images/common/header_sp.jpg) no-repeat center/cover;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-header__title a {
    height: 150px;
    background: url(/bandesu/images/common/header_pc.jpg) no-repeat center/auto 150px;
  }
}

/*********************
  bandesu-nav
**********************/
.bandesu-nav {
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .bandesu-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #3ac0e3;
    width: 100%;
  }
  .bandesu-nav__lists {
    display: flex;
  }
  .bandesu-nav__item {
    width: 50%;
  }
  .bandesu-nav__item:nth-child(1) {
    border-right: 1px solid #fff;
  }
  .bandesu-nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 1.4rem;
    color: #fff;
  }
  .bandesu-nav__item a i {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    margin-right: 5px;
  }
  .bandesu-nav__item a.nav-corner i {
    background-image: url(/bandesu/images/icon/icon_tv.png);
  }
  .bandesu-nav__item a.nav-application i {
    background-image: url(/bandesu/images/icon/icon_megahon.png);
    background-position: right 7px center;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-nav {
    position: relative;
    top: -30px;
  }
  .bandesu-nav__lists {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .bandesu-nav__lists.is-active-lg {
    position: fixed;
  }
  .bandesu-nav__item:first-child {
    margin-bottom: 5px;
  }
  .bandesu-nav__item a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    display: block;
    width: 74px;
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bandesu-nav__item a.nav-corner {
    background-image: url(/bandesu/images/common/nav_corner.png);
  }
  .bandesu-nav__item a.nav-application {
    background-image: url(/bandesu/images/common/nav_application.png);
  }
}

/*********************
  bandesu-footer
**********************/
.bandesu-footer-link {
  background: url(/bandesu/images/common/bg_violet.png) repeat center;
}

.bandesu-footer-link__box {
  background-color: #F059A0;
}

.bandesu-footer-link__title {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}

.bandesu-footer-link__body {
  background-color: #fff;
}

.bandesu-footer-link__item {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

.bandesu-footer-link__item > i {
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ccc;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  margin-right: 10px;
}

.bandesu-footer-link__item > i.icon-mail {
  background-color: #E7A03F;
}

.bandesu-footer-link__item > i.icon-fax {
  background-color: #2CAE82;
}

.bandesu-footer-link__item > i.icon-form {
  background-color: #58b8d1;
}

.bandesu-footer-link__item .font-small {
  font-size: 1rem;
  display: block;
}

.bandesu-footer-link__caution {
  color: #F059A0;
  font-size: 1.2rem;
}

.bandesu-footer-notice {
  padding: 30px 0;
}

.bandesu-footer-notice-banner li {
  width: 100%;
}

.bandesu-footer-notice-banner li a {
  display: block;
}

.bandesu-footer-notice-banner li a img {
  display: block;
  width: 100%;
}

.bandesu-footer-notice-text {
  color: #444;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .bandesu-footer {
    padding-top: 130px;
    background: url(/bandesu/images/common/bg_under_sp.png) repeat-x center 30px/375px auto;
  }
  .bandesu-footer-link .bandesu-inner {
    padding: 0;
  }
  .bandesu-footer-link__box {
    padding: 20px;
  }
  .bandesu-footer-link__body {
    border-radius: 8px;
    padding: 20px 15px;
    margin-top: 20px;
  }
  .bandesu-footer-link__item:not(:first-child) {
    margin-top: 30px;
  }
  .bandesu-footer-link__caution {
    margin-top: 30px;
  }
  .bandesu-footer-notice-banner li:not(:first-child) {
    margin-top: 20px;
  }
  .bandesu-footer-notice-text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-footer {
    padding-top: 200px;
    background: url(/bandesu/images/common/bg_under_pc.png) repeat-x center -30px;
  }
  .bandesu-footer-link {
    padding-bottom: 20px;
  }
  .bandesu-footer-link__box {
    border-radius: 10px;
    padding: 30px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  }
  .bandesu-footer-link__title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .bandesu-footer-link__body {
    border-radius: 10px;
    padding: 10px 50px 30px;
  }
  .bandesu-footer-link__lists {
    display: block;
    text-align: center;
  }
  .bandesu-footer-link__item {
    display: inline-flex;
    font-size: 2.8rem;
    margin-top: 20px;
    text-align: left;
  }
  .bandesu-footer-link__item:nth-child(1) {
    margin-right: 20px;
  }
  .bandesu-footer-link__item:nth-child(3) {
    width: 100%;
    justify-content: center;
  }
  .bandesu-footer-link__item > i {
    width: 55px;
    line-height: 55px;
    font-size: 4rem;
  }
  .bandesu-footer-link__caution {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .bandesu-footer-notice {
    padding: 70px 0;
  }
  .bandesu-footer-notice-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bandesu-footer-notice-banner li {
    width: calc(50% - 15px);
    max-width: 470px;
  }
  .bandesu-footer-notice-banner li:nth-child(2n) {
    margin-left: 30px;
  }
  .bandesu-footer-notice-banner li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .bandesu-footer-notice-text {
    margin-top: 50px;
    text-align: center;
    font-size: 1.6rem;
  }
}

/*********************
  bandesu-title
**********************/
.bandesu-title {
  max-width: 960px;
  margin: 0 auto;
  font-size: 2.2rem;
  color: #444;
  line-height: 1;
  background: url(/bandesu/images/icon/icon_title.png) no-repeat left center/auto 100%;
  padding-left: 1.5em;
}

@media only screen and (min-width: 768px) {
  .bandesu-title {
    font-size: 2.8rem;
  }
}

/*********************
  bandesu-btn
**********************/
.bandesu-btn {
  display: block;
  background-color: #fff;
  color: #F059A0;
  border: 1px solid #F059A0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 25px;
  border-radius: 25px;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.bandesu-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #F059A0;
  border-right: 2px solid #F059A0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.bandesu-btn--pink {
  font-weight: normal;
  border: none;
  color: #fff;
  background-color: #F059A0;
}

.bandesu-btn--pink::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media only screen and (min-width: 768px) {
  .bandesu-btn {
    font-size: 2rem;
    padding: 18px 35px;
    border-radius: 30px;
  }
}

/*********************
  bandesu-article-lists
**********************/
.bandesu-article-lists-card {
  position: relative;
  display: block;
  padding: 10px 0;
  min-height: 110px;
}

.bandesu-article-lists-card__img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
}

.bandesu-article-lists-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 110px;
}

.bandesu-article-lists-card__date {
  color: #F059A0;
  font-size: 1.4rem;
  margin-left: 110px;
}

@media only screen and (max-width: 767px) {
  .bandesu-article-lists__item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-article-lists {
    display: flex;
    flex-wrap: wrap;
  }
  .bandesu-article-lists__item {
    width: calc(50% - 15px);
  }
  .bandesu-article-lists__item:nth-child(2n) {
    margin-left: 30px;
  }
  .bandesu-article-lists__item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .bandesu-article-lists-card {
    padding: 0;
    min-height: 120px;
    border-radius: 20px;
  }
  .bandesu-article-lists-card__img {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
  }
  .bandesu-article-lists-card__title {
    font-size: 1.8rem;
    margin-left: 140px;
  }
  .bandesu-article-lists-card__date {
    margin-left: 140px;
  }
}

/*********************
  bandesu-corner-lists
**********************/
.bandesu-corner-lists {
  display: flex;
  flex-wrap: wrap;
}

.bandesu-corner-lists-card {
  display: block;
}

.bandesu-corner-lists-card__img {
  width: 100%;
  padding-top: calc(152 / 225 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.bandesu-corner-lists-card__title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 10px;
  color: #444;
}

@media only screen and (max-width: 767px) {
  .bandesu-corner-lists__item {
    width: calc(50% - 8px);
  }
  .bandesu-corner-lists__item:nth-child(2n) {
    margin-left: 15px;
  }
  .bandesu-corner-lists__item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-corner-lists {
    display: flex;
    flex-wrap: wrap;
  }
  .bandesu-corner-lists__item {
    width: calc((100% - 60px) / 4);
  }
  .bandesu-corner-lists__item:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }
  .bandesu-corner-lists__item:nth-child(n + 5) {
    margin-top: 20px;
  }
}

/*********************
  bandesu-cast-list
**********************/
.bandesu-cast-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 90px;
}

.bandesu-cast-list__lists {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 0;
  white-space: nowrap;
}

.bandesu-cast-list__lists.is-active:nth-of-type(1) {
  -webkit-animation: anim-cast-lists 150s linear infinite;
          animation: anim-cast-lists 150s linear infinite;
}

@-webkit-keyframes anim-cast-lists {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes anim-cast-lists {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.bandesu-cast-list__lists.is-active:nth-of-type(2) {
  -webkit-animation: anim-cast-lists-02 150s linear infinite;
          animation: anim-cast-lists-02 150s linear infinite;
}

@-webkit-keyframes anim-cast-lists-02 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes anim-cast-lists-02 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.bandesu-cast-list__item {
  display: inline-block;
  padding: 0 4px;
}

.bandesu-cast-list__img {
  display: block;
  width: 90px;
  height: 90px;
  background: url(/bandesu/images/common/bg_cast.jpg) no-repeat center/cover;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.bandesu-cast-list__img__figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .bandesu-cast-list {
    height: 184px;
  }
  .bandesu-cast-list__item {
    padding: 0 15px;
  }
  .bandesu-cast-list__img {
    width: 185px;
    height: 184px;
  }
}

/*********************
  bandesu-weekly-nav

  ▼「is-active」が上側のnav
  class="bandesu-weekly-nav bandesu-weekly-nav--reverse"
**********************/
.bandesu-weekly-nav-lists {
  display: flex;
}

.bandesu-weekly-nav-lists__item {
  flex-grow: 1;
  line-height: 1;
  width: 20%;
}

.bandesu-weekly-nav-lists__item a {
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.bandesu-weekly-nav-lists__item a::before {
  content: "";
  display: none;
  border-bottom: 12px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.bandesu-weekly-nav-lists__item a::after {
  content: "";
  display: none;
  border-top: 12px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.bandesu-weekly-nav-lists__item a.is-active::after {
  display: block;
}

.bandesu-weekly-nav--reverse .bandesu-weekly-nav-lists__item a.is-active::after {
  display: none;
}

.bandesu-weekly-nav--reverse .bandesu-weekly-nav-lists__item a.is-active::before {
  display: block;
}

.bandesu-weekly-nav-lists__item .item-month {
  font-weight: bold;
}

.bandesu-weekly-nav-lists__item .item-day {
  font-weight: normal;
  opacity: 0.9;
}

.bandesu-weekly-nav-lists__item:nth-child(1) a {
  background-color: #F059A0;
}

.bandesu-weekly-nav-lists__item:nth-child(1) a::before {
  border-bottom-color: #F059A0;
}

.bandesu-weekly-nav-lists__item:nth-child(1) a::after {
  border-top-color: #F059A0;
}

.bandesu-weekly-nav-lists__item:nth-child(2) a {
  background-color: #8A76CD;
}

.bandesu-weekly-nav-lists__item:nth-child(2) a::before {
  border-bottom-color: #8A76CD;
}

.bandesu-weekly-nav-lists__item:nth-child(2) a::after {
  border-top-color: #8A76CD;
}

.bandesu-weekly-nav-lists__item:nth-child(3) a {
  background-color: #58b8d1;
}

.bandesu-weekly-nav-lists__item:nth-child(3) a::before {
  border-bottom-color: #58b8d1;
}

.bandesu-weekly-nav-lists__item:nth-child(3) a::after {
  border-top-color: #58b8d1;
}

.bandesu-weekly-nav-lists__item:nth-child(4) a {
  background-color: #2CAE82;
}

.bandesu-weekly-nav-lists__item:nth-child(4) a::before {
  border-bottom-color: #2CAE82;
}

.bandesu-weekly-nav-lists__item:nth-child(4) a::after {
  border-top-color: #2CAE82;
}

.bandesu-weekly-nav-lists__item:nth-child(5) a {
  background-color: #E7A03F;
}

.bandesu-weekly-nav-lists__item:nth-child(5) a::before {
  border-bottom-color: #E7A03F;
}

.bandesu-weekly-nav-lists__item:nth-child(5) a::after {
  border-top-color: #E7A03F;
}

@media only screen and (max-width: 767px) {
  .bandesu-weekly-nav-lists__item {
    text-align: center;
  }
  .bandesu-weekly-nav-lists__item a {
    padding: 10px 0;
  }
  .bandesu-weekly-nav-lists__item .item-month {
    font-size: 1.8rem;
  }
  .bandesu-weekly-nav-lists__item .item-day {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .bandesu-weekly-nav-lists__item .item-day span {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-weekly-nav-lists {
    max-width: calc(960px + 30px);
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .bandesu-weekly-nav-lists__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }
  .bandesu-weekly-nav-lists__item:nth-child(1) a {
    border-radius: 4px 0 0 4px;
  }
  .bandesu-weekly-nav-lists__item:nth-child(5) a {
    border-radius: 0 4px 4px 0;
  }
  .bandesu-weekly-nav-lists__item .item-month {
    font-size: 2.6rem;
  }
  .bandesu-weekly-nav-lists__item .item-day {
    font-size: 1.2rem;
    margin-left: .5em;
  }
}

/*********************
  bandesu-pagination
**********************/
.bandesu-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bandesu-pagination-prev, .bandesu-pagination-next {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #F059A0;
}

.bandesu-pagination-prev.is-hide, .bandesu-pagination-next.is-hide {
  pointer-events: none;
  opacity: 0 !important;
}

.bandesu-pagination-prev::before, .bandesu-pagination-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F059A0;
  border-left: 2px solid #F059A0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.bandesu-pagination-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 2px;
}

.bandesu-pagination-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -2px;
}

.bandesu-pagination-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bandesu-pagination-lists li {
  display: none;
  margin: 0 2px;
}

.bandesu-pagination-lists li.list-sp {
  display: block;
}

.bandesu-pagination-lists li a {
  display: block;
  border-radius: 50%;
  background-color: #e4e4e4;
  color: #444;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.6rem;
}

.bandesu-pagination-lists li a.is-active {
  background-color: #F059A0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .bandesu-pagination {
    justify-content: center;
  }
  .bandesu-pagination-prev, .bandesu-pagination-next {
    width: 40px;
    height: 40px;
  }
  .bandesu-pagination-prev {
    margin-right: 40px;
  }
  .bandesu-pagination-next {
    margin-left: 40px;
  }
  .bandesu-pagination-lists {
    justify-content: center;
  }
  .bandesu-pagination-lists li {
    display: block;
    margin: 0 7px;
  }
  .bandesu-pagination-lists li.list-sp {
    display: none;
  }
  .bandesu-pagination-lists li a {
    width: 45px;
    line-height: 45px;
  }
}

/*********************
  bandesu-search
**********************/
.bandesu-search {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 20px 0;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.bandesu-search::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/bandesu/images/icon/icon_search.svg) no-repeat center/contain;
  margin-right: 15px;
}

.bandesu-search__select {
  position: relative;
  border: 1px solid #F059A0;
  border-radius: 4px;
  overflow: hidden;
}

.bandesu-search__select::before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F059A0;
  pointer-events: none;
}

.bandesu-search__select::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -6px;
}

.bandesu-search__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fffcfd;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 50px 10px 10px;
  border: none;
}

.bandesu-search__select select::-ms-expand {
  display: none;
}

.bandesu-search__and {
  font-size: 2.1rem;
  color: #444;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .bandesu-search__title {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-search {
    padding: 30px 0;
  }
  .bandesu-search::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .bandesu-search__title {
    font-weight: bold;
    margin-right: 20px;
  }
  .bandesu-search__select select {
    padding: 10px 100px 10px 15px;
  }
  .bandesu-search__and {
    margin: 0 10px;
    font-size: 2.6rem;
  }
}

/*********************
  bandesu-headline
**********************/
.bandesu-headline {
  padding: 20px 0;
  background: url(/bandesu/images/common/bg_dot.png) repeat top center;
}

.bandesu-headline__day {
  display: inline-block;
  color: #fff;
  background-color: #F059A0;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 24px;
}

.bandesu-headline__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .bandesu-headline__day {
    font-size: 1.8rem;
    padding: 7px 21px;
    border-radius: 32px;
  }
  .bandesu-headline__text {
    font-size: 2rem;
  }
}

/*********************
  bandesu-corner-header
**********************/
.bandesu-corner-header {
  background-color: #f7f7f7;
  border-bottom: 2px solid #F059A0;
}

.bandesu-corner-header__title {
  width: 100%;
  position: relative;
}

.bandesu-corner-header__title__img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.bandesu-corner-header__title__logo {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  width: calc(100 / 375 * 100%);
  padding-top: calc(30 / 375 * 100%);
  background: #fff url(/bandesu/images/icon/icon_bandesu.png) no-repeat center/auto 55%;
  border-radius: 0 0 6px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .bandesu-corner-header__title__img {
    padding-top: calc(260 / 750 * 100%);
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-corner-header__title {
    max-width: 960px;
    margin: 0 auto;
  }
  .bandesu-corner-header__title__img {
    height: 320px;
    background-size: auto 320px;
  }
  .bandesu-corner-header__title__logo {
    width: 145px;
    padding-top: 40px;
  }
}

/*********************
  bandesu-wysiwyg
**********************/
.bandesu-wysiwyg {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #444;
  /*for TABLET*/
  /*for PC*/
}

.bandesu-wysiwyg h1,
.bandesu-wysiwyg h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F059A0;
  background-color: #ffebf4;
  margin-bottom: 1.5em;
  padding: .5em .8em;
}

.bandesu-wysiwyg h3,
.bandesu-wysiwyg h4,
.bandesu-wysiwyg h5,
.bandesu-wysiwyg h6 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.bandesu-wysiwyg h3::before,
.bandesu-wysiwyg h4::before,
.bandesu-wysiwyg h5::before,
.bandesu-wysiwyg h6::before {
  content: "◆";
  color: #F059A0;
  margin-right: 0.3em;
}

.bandesu-wysiwyg strong {
  font-weight: bold;
}

.bandesu-wysiwyg img {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.bandesu-wysiwyg p {
  margin-bottom: 1.5em;
}

.bandesu-wysiwyg blockquote p {
  font-style: italic;
}

.bandesu-wysiwyg table {
  border-collapse: separate;
  border-spacing: 1px;
  background: #eee;
  margin-bottom: 1.5em;
}

.bandesu-wysiwyg table th,
.bandesu-wysiwyg table td {
  padding: .3em .7em;
}

.bandesu-wysiwyg table th {
  background: #f4f4f4;
}

.bandesu-wysiwyg table td {
  background: #fff;
}

.bandesu-wysiwyg ul {
  list-style-type: disc;
  margin-left: 1.2em;
  margin-bottom: 1.5em;
}

.bandesu-wysiwyg ol {
  list-style-type: decimal;
  margin-left: 1.2em;
  margin-bottom: 1.5em;
}

.bandesu-wysiwyg hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #efefef;
  height: 1px;
  margin: 1.5em auto;
}

.bandesu-wysiwyg iframe {
  display: block;
  width: 280px;
  height: 157.5px;
  margin: 0 auto 1.5em;
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .bandesu-wysiwyg h1,
  .bandesu-wysiwyg h2 {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .bandesu-wysiwyg h3,
  .bandesu-wysiwyg h4,
  .bandesu-wysiwyg h5,
  .bandesu-wysiwyg h6 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .bandesu-wysiwyg blockquote p {
    font-style: italic;
  }
  .bandesu-wysiwyg table {
    border-collapse: separate;
    border-spacing: 1px;
    background: #eee;
  }
  .bandesu-wysiwyg ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0.1em;
  }
  .bandesu-wysiwyg ol {
    list-style-type: decimal;
    list-style-position: inside;
  }
  .bandesu-wysiwyg iframe {
    display: block;
    width: 530px;
    height: 298.125px;
  }
}

@media only screen and (min-width: 768px) {
  .bandesu-wysiwyg {
    font-size: 1.6rem;
  }
  .bandesu-wysiwyg h1,
  .bandesu-wysiwyg h2 {
    font-size: 1.8rem;
  }
  .bandesu-wysiwyg h3,
  .bandesu-wysiwyg h4,
  .bandesu-wysiwyg h5,
  .bandesu-wysiwyg h6 {
    font-size: 1.8rem;
  }
  .bandesu-wysiwyg blockquote p {
    font-style: italic;
  }
  .bandesu-wysiwyg iframe {
    display: block;
    width: 530px;
    height: 298.125px;
  }
}
