@charset "UTF-8";

/* フォント設定 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------common------ */
.link-text { color: #000; }
.u-red { color: #bc1571; }
a { outline: none; }
a:hover { opacity: 0.8; }
.note-text::before {color: #000;}
.u-blank::after { background-image: url("/common/img/black/ico_blank.svg"); }

.ly-container-single {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.7;
}
.tooltip {
  position: relative;
}
.tooltip img {
  cursor: pointer;
}
.tooltip .description {
  background: #bc1571;
  color: #fff;
  display: none;
  line-height: 1.8;
  position: absolute;
  text-align: left;
  z-index: 10;
}
.tooltip:hover .description {
  display: inline-block;
}
.js-accordion .js-panel {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}
.js-accordion .js-trigger {
  cursor: pointer;
}
.js-accordion.-open .js-panel {
  opacity: 1;
  height: auto;
  transition: opacity 500ms;
  visibility: inherit;
}

/* ------ ly-contents__mv(common) ------ */
.ly-contents__nav ul {
  align-items: center;
  display: flex;
  min-height: 60px;
}
/* ------ ly-contents__mv(common) ------ */

/* ------ ly-contents01(common) ------ */
.ly-contents01 {
  background: url('/sp/emaxis_slim/img/bg_gray.png') repeat center center;
  background-size: 100%;
}
.ly-contents01 .ly-contents01__inner01 ul li div a:hover {
  opacity: 1;
}
.ly-contents01 .ly-contents01__inner01 ul li span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award02 .tooltip .description p span{
  display: block;
  text-decoration: underline;
}
.ly-contents01 .text-message .link-text:first-of-type {
  text-decoration: none;
}
.ly-contents01 .text-message_box p.note-text + .note-text {
  margin: 0;
}
/* ------ ly-contents01(common) ------ */

/* ------ ly-contents02(common) ------ */
.ly-contents02 h2 {
  color: #bc1571;
  position: relative;
}
.ly-contents02 h2::after {
  background: #bc1571;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
 }
.ly-contents02 .ly-contents02__inner01 .ly-contents__media {
  display: flex;
  justify-content: center;
}
.ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list {
  display: flex;
}
.ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list li img {
  width: 100%;
}
/* ------ ly-contents02(common) ------ */

/* ------ ly-contents03(common) ------ */
.ly-contents03 {
  background: url('/sp/emaxis_slim/img/bg_gray.png') repeat center center;
  background-size: 100%;
}
.ly-contents03 .ly-contents03__inner01 figure figcaption {
  text-align: left;
}
.ly-contents03 .ly-contents03__inner02 h3 {
  background: #bc1571;
  border-radius: 50px;
  color: #fff;
  position: relative;
}
.ly-contents03 .ly-contents03__inner02 h3:before,
.ly-contents03 .ly-contents03__inner02 h3:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
}
.ly-contents03 .ly-contents03__inner02 h3:before {
  transform: rotate(90deg);
}
.ly-contents03 .ly-contents03__inner02.-open h3:before {
  opacity: 0;
}
.-open .bg-ballon {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 36px -9px rgb(0 0 0 /60%);
  margin-top: 30px;
  position: relative;
}
.bg-ballon:after {
  border: solid transparent;
  border-color: rgba(247,221,51,0);
  border-bottom-color: #fff;
  border-width: 20px 16px;
  content: "";
  filter: drop-shadow(0 -12px 30px rgba(0,0,0,0.6));
  height: 0;
  margin-left: -16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
}
.bg-ballon .bg-ballon__title {
  color: #17375e;
  font-weight: bold;
}
.bg-ballon ul {
  display: flex;
  justify-content: space-around;
}
.bg-ballon ul li {
  font-size: 13px;
  text-align: center;
}
.bg-ballon ul li+li {
  margin-left: 20px;
}
.ly-contents03 .ly-contents03__inner02 .bg-ballon .inner-ballon {
  background: #fff;
  border: 2px solid #bc1571;
  margin: 30px 0 0;
  padding: 20px;
  position: relative;
}
.ly-contents03 .ly-contents03__inner02 .bg-ballon .inner-ballon:before,
.ly-contents03 .ly-contents03__inner02 .bg-ballon .inner-ballon:after {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 84%;
  width: 0;
}
.ly-contents03 .ly-contents03__inner02 .bg-ballon .inner-ballon:before {
  border-color: rgba(30, 144, 255, 0);
  border-width: 19px 21px;
  margin-left: -21px;
  border-bottom-color: #bc1571;
}
.ly-contents03 .ly-contents03__inner02 .bg-ballon .inner-ballon:after {
  border-color: rgba(247, 221, 51, 0);
  border-width: 16px 18px;
  margin-left: -18px;
  border-bottom-color: #fff;
}

.ly-contents03 .ly-contents03__inner03 .text-lead span {
  display: block;
}
.ly-contents03 .ly-contents03__inner03 ul li {
  margin-bottom: 30px;
}
.ly-contents03 .ly-contents03__inner04 h3 {
  background: #bc1571;
  border-radius: 70px;
  color: #fff;
  position: relative;
}
.ly-contents03 .ly-contents03__inner04 h3:before,
.ly-contents03 .ly-contents03__inner04 h3:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
}
.ly-contents03 .ly-contents03__inner04 h3:before {
  transform: rotate(90deg);
}
.ly-contents03 .ly-contents03__inner04.-open h3:before {
  opacity: 0;
}
.ly-contents03 .ly-contents03__inner04 .bg-ballon .inner-ballon {
  background: #fff;
  border: 2px solid #bc1571;
  margin: 30px 0;
  padding: 20px;
  position: relative;
}
.ly-contents03 .ly-contents03__inner04 .bg-ballon .inner-ballon:before,
.ly-contents03 .ly-contents03__inner04 .bg-ballon .inner-ballon:after {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
}
.ly-contents03 .ly-contents03__inner04 .bg-ballon .inner-ballon:before {
  border-color: rgba(30, 144, 255, 0);
  border-width: 19px 21px;
  margin-left: -21px;
  border-top-color: #bc1571;
}
.ly-contents03 .ly-contents03__inner04 .bg-ballon .inner-ballon:after {
  border-color: rgba(247, 221, 51, 0);
  border-width: 16px 18px;
  margin-left: -18px;
  border-top-color: #fff;
}
.ly-contents03 .ly-contents03__inner04 .bg-ballon > div:last-child {
  display: flex;
  justify-content: space-between;
}
/* ------ ly-contents03(common) ------ */

/* ------ ly-contents04(common) ------ */
.ly-contents04 h2 {
  color: #bc1571;
  position: relative;
}
.ly-contents04 h2::after {
  background: #bc1571;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
 }
.ly-contents04 .box-image p.note-text + .note-text {
  margin: 0;
}
/* ------ ly-contents04(common) ------ */

/* ------ ly-contents05(common) ------ */
.ly-contents05 {
  background: url('/sp/emaxis_slim/img/bg_gray.png') repeat center center;
  background-size: 100%;
}
.ly-contents05 h2 {
  color: #bc1571;
  position: relative;
}
.ly-contents05 h2::after {
  background: #bc1571;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
 }
.ly-contents05 .ly-contents05__inner01,
.ly-contents05 .ly-contents05__inner03 {
  box-shadow: 0 0 30px -10px rgb(0 0 0 / 60%);
}
.ly-contents05 .ly-contents05__inner01 h4,
.ly-contents05 .ly-contents05__inner03 h4 {
  background: #1967a9;
  text-align: center;
}
.ly-contents05 .ly-contents05__inner01 h4 + div,
.ly-contents05 .ly-contents05__inner03 h4 + div {
  background: #fff;
  font-size: 16px;
  padding: 35px 60px;
}
.ly-contents05 .ly-contents05__inner01 h5 {
  background: #1967a9;
  color: #fff;
  text-align: center;
}
.ly-contents05 .ly-contents05__inner01 .fund-block + h5 {
  margin: 30px 0 0;
}
.ly-contents05 .ly-contents05__inner01 .fund-block {
  border: 2px solid #1967a9;
  margin: 30px 0 0;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--tit ul {
  display: flex;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--tit .fund-block--name {
  color: #bc1571;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont {
  display: none;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_copy {
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 15px;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box {
  background: #f0f0f0;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .box__heading {
  margin: 0;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .box__heading span {
  font-size: 80%;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .box__heading + p span {
  font-size: 170%;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > p:first-of-type {
  background: #1967a9;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > div:first-of-type {
  display: flex;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column:last-child .box-2column > a {
  background: url('/sp/emaxis_slim/img/bg_arrow.png') no-repeat right 20px center, #bc1571;
  border: none;
  color: #fff;
  max-width: 100%;
  padding: 30px 0;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column:last-child .box-2column > a::before {
  border: none;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award {
  margin: 30px 0 0;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li {
  align-items: center;
  background: url("/sp/emaxis_slim/img/icon_award.png") no-repeat left center;
  display: flex;
  padding: 0 0 0 35px;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--flag {
  background: #1967a9;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--flag img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.ly-contents05 .ly-contents05__inner01 .fund-block--flag.is-active img {
  transform: rotate(180deg);
  top: 40%;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--flag span:last-of-type {
  display: none;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--flag.is-active span:first-of-type {
  display: none;
}
.ly-contents05 .ly-contents05__inner01 .fund-block--flag.is-active span:last-of-type {
  display: inline-block;
}
.ly-contents05 .ly-contents05__inner03 ul li a {
  align-items: center;
  border: 3px solid #ebebeb;
  color: #bc1571;
  display: flex;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.ly-contents05 .ly-contents05__inner03 ul li a {
  margin-bottom: 10px;
}
.ly-contents05 .ly-contents05__inner03 ul li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #bc1571;
  border-right: 3px solid #bc1571;
  transform: rotate(45deg) translateY(-50%);
}
/* ------ ly-contents05(common) ------ */

/* ------ ly-contents06(common) ------ */
.ly-contents06 h2 {
  color: #bc1571;
  position: relative;
}
.ly-contents06 h2::after {
  background: #bc1571;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
 }
.ly-contents06 .ly-contents06__inner a {
  border: 5px solid #bc1571;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgb(4 0 0 / 10%);
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
}
.ly-contents06 .ly-contents06__inner a:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: #bc1571 url("/sp/emaxis_slim/img/bg_arrow.png") no-repeat center center;
  background-size: 13px 23px;
  border-radius: 7px 0 4px 0;
  border: 2px solid #bc1571;
  bottom: 0;
  right: 0;
}
.ly-contents06 .ly-contents06__inner a .owner-tit {
  position: absolute;
  width: 90%;
}
/* ------ ly-contents06(common) ------ */

/* ------ ly-contents07(common) ------ */
.ly-contents07 {
  background: url('/sp/emaxis_slim/img/bg_gray.png') repeat center center;
  background-size: 100%;
}
.ly-contents07 .u-red {
  color: #e60000;
}
.ly-contents07 .ly-contents07__inner .text {
  margin-top: 0;
}
.ly-contents07 .ly-contents07__inner table {
  border: 1px solid #000;
}
.ly-contents07 .ly-contents07__inner table tr {
  border-bottom: 1px solid #000;
}
.ly-contents07 .ly-contents07__inner table th {
  border-right: 1px solid #000;
}
.ly-contents07 .ly-contents07__inner table td {
  border-right: 1px solid #000;
}
/* ------ ly-contents07(common) ------ */





@media screen and (max-width: 767.9px) {
  .ly-main--wide { font-size: 1.4rem; }
  .note-text { margin: 15px 0 0; }
  
  .tooltip img {
    min-width: 25px;
  }
  .tooltip .description {
    box-sizing: border-box;
    font-size: 12px;
    padding: 1em;
    width: calc(100vw - 40px);
  }
  
  /* ------ ly-contents__mv(sp) ------ */
  .ly-contents__mv {
    margin: -4rem 0 0;
  }
  .ly-contents__mv--band p {
    font-size: 13px;
    padding: 1rem;
  }
  /* ------ ly-contents__mv(sp) ------ */
  
  /* ------ ly-contents__nav(sp) ------ */
  .ly-contents__nav ul li {
    margin: 0 5px;
  }
  /* ------ ly-contents__nav(sp) ------ */
  
  /* ------ ly-contents01(sp) ------ */
  .ly-contents01 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents01 .ly-contents01__inner01 ul {
    padding: 40px 0 0;
  }
  .ly-contents01 .ly-contents01__inner01 ul li {
    font-size: 12px;
    text-align: center;
    width: calc(50% - 15px);
    margin-inline: auto;
  }
  .ly-contents01 .ly-contents01__inner01 ul li .match-height {
    margin-top: 5px;
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award01 .match-height a img {
    width: 15vw;
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award02 .match-height a img {
    width: 30vw;
  }
  .ly-contents01 .ly-contents01__inner01 ul li .tooltip {
    height: 25px;
  }
  .ly-contents01 .ly-contents01__inner01 ul li .tooltip img {
    position: absolute;
    left: 3px;
  }
  .ly-contents01 .ly-contents01__inner01 ul li .tooltip .description {
    bottom: calc(25px + 1vh);
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award01 .tooltip .description {
    left: -53vw;
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award02 .tooltip .description {
    right: -25px;;
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award02 .tooltip .description p:nth-of-type(2){
    margin-top: 1rem;
  }
  .ly-contents01 .text-message_box {
    margin: 2rem auto 0;
  }
  .ly-contents01 .text-message_box p.text-message {
    font-size: 1.4rem;
  }
  .ly-contents01 .text-message_box p.note-text {
    font-size: 1.2rem;
  }
  /* ------ ly-contents01(sp) ------ */
  
  /* ------ ly-contents02(sp) ------ */
  .ly-contents02 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents02 h2 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  .ly-contents02 h2::after {
    height: 3px;
    width: 33px;
  }
  .ly-contents02 .ly-contents02__inner01 .ly-contents__media {
    flex-wrap: wrap;
  }
  .ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list {
    width: 100%;
  }
  .ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list li {
    margin-right: 4.5%;
  }
  .ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list:last-child {
    margin-top: 15px;
  }
  .ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list li:last-child {
    margin-right: 0;
  }
  /* ------ ly-contents02(sp) ------ */
  
  /* ------ ly-contents03(sp) ------ */
  .ly-contents03 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents03 h2 {
    font-size: 17px;
    margin: 15px auto;
  }
  .ly-contents03 .ly-contents03__inner01 .text {
    text-align: left;
  }
  .ly-contents03 h3 {
    margin: 0 0 10px;
  }
  
  .ly-contents03 .ly-contents03__inner02 {
    margin: 40px 0;
  }
  .ly-contents03 .ly-contents03__inner02 h3 {
    font-size: 14px;
    padding: 10px 0;
  }
  .ly-contents03 .ly-contents03__inner02 h3:before,
  .ly-contents03 .ly-contents03__inner02 h3:after {
    height: 2px;
    right: 10px;
    width: 20px;
  }
  .-open .bg-ballon {
    padding: 41px 25px 25px;
  }
  .bg-ballon .bg-ballon__title {
    font-size: 1.5rem;
  }
  .bg-ballon ul li {
    width: calc( 100% - 40px / 3 );
  }
  .bg-ballon .inner-ballon {
    font-size: 14px;
  }
  .bg-ballon .inner-ballon .inner-ballon--title {
    font-size: 16px;
  }
  
  .ly-contents03 .ly-contents03__inner03 .text-lead {
    font-size: 17px;
    margin: 15px auto;
  }
  .ly-contents03 .ly-contents03__inner03 .text-lead span {
    font-size: 23px;
  }
  .ly-contents03 .ly-contents03__inner03 ul li .tooltip img {
    position: absolute;
    top: 5vw;
    right: 2vw;
    width: 6vw;
  }
  .ly-contents03 .ly-contents03__inner03 ul li .tooltip .description {
    bottom: -4vw;
    right: 0;
  }
  
  .ly-contents03 .ly-contents03__inner04 {
    margin: 40px 0;
  }
  .ly-contents03 .ly-contents03__inner04 h3 {
    font-size: 14px;
    padding: 10px 27px 10px 0;
  }
  .ly-contents03 .ly-contents03__inner04 h3:before,
  .ly-contents03 .ly-contents03__inner04 h3:after {
    height: 2px;
    right: 10px;
    width: 20px;
  }
  .ly-contents03 .ly-contents03__inner04 .bg-ballon > div:last-child {
    margin: 15px 0 0;
  }
  .ly-contents03 .ly-contents03__inner04 .bg-ballon > div:last-child .tooltip .description {
    right: -25px;
    bottom: 18vh;
  } 
  .ly-contents03 .ly-contents03__ac-block .text-message {
    font-size: 14px;
  }
  .ly-contents03 .ly-contents03__ac-block > div {
    margin: 40px 0 0;
  }
  .ly-contents03 .ly-contents03__ac-block > div .text-message {
    margin: 0 0 15px;
  }
  /* ------ ly-contents03(sp) ------ */
  
  /* ------ ly-contents04(sp) ------ */
  .ly-contents04 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents04  h2 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  .ly-contents04 h2::after {
    height: 3px;
    width: 33px;
  }
  .ly-contents04 .box-image p {
    font-size: 1.2rem;
  }
  /* ------ ly-contents04(sp) ------ */
  
  /* ------ ly-contents05(sp) ------ */
  .ly-contents05 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents05  h2 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  .ly-contents05 h2::after {
    height: 3px;
    width: 33px;
  }
  .ly-contents05 h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .ly-contents05 .products-nav li + li {
    margin-top: 15px;
  }
  .ly-contents05 .ly-contents05__inner01,
  .ly-contents05 .ly-contents05__inner03 {
    margin: 30px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 h4,
  .ly-contents05 .ly-contents05__inner03 h4 {
    padding: 15px 0;
    height: 22px;
  }
  .ly-contents05 .ly-contents05__inner01 h4 img,
  .ly-contents05 .ly-contents05__inner03 h4 img {
    height: 100%;
  }
  .ly-contents05 .ly-contents05__inner01 h4 + div,
  .ly-contents05 .ly-contents05__inner03 h4 + div {
    font-size: 16px;
    padding: 20px;
  }
  .ly-contents05 .ly-contents05__inner01 h5 {
    border-radius: 20px;
    padding: 8px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul {
    margin: 15px 15px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul + ul {
    margin-top: 10px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul li + li {
    margin: 0 0 0 5px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul li img {
    max-height: 25px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit .fund-block--name {
    margin: 5px 15px 20px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont {
    padding: 0 15px 50px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_copy {
    font-size: 14px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column {
    margin: 30px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .tooltip img {
    position: absolute;
    top: -1.5rem;
    right: -1rem;
    width: 6vw;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .tooltip .description {
    position: absolute;
    right: -57px;
    bottom: 2rem;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .box__heading {
    font-size: 14px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .box__heading + p {
    font-size: 17px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column + p {
    margin: 10px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference {
    margin: 30px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > p:first-of-type {
    border-radius: 20px;
    padding: 8px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > div:first-of-type {
    align-items: baseline;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference .tooltip .description {
    position: absolute;
    right: -37px;
    bottom: 45px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference .box-image .caption {
    font-size: 1.4rem;
    text-align: left;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column:last-child .box-2column > p {
    font-size: 14px;
    text-align: left;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column:last-child .box-2column > a {
    font-size: 14px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li + li {
    margin: 15px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 10px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li .tooltip .description {
    position: absolute;
    right: -37px;
    bottom: 45px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--flag {
    background-position: right 20px top 18px;
    background-size: 15px;
    font-size: 14px;
    padding: 10px 0;
  }
  .ly-contents05 .ly-contents05__inner03 ul li + li {
    margin-top: 20px;
  }
  .ly-contents05 .ly-contents05__inner03 ul li a {
    font-size: 3.7vw;
    padding: 5% 12% 5% 4%;    
  }
  /* ------ ly-contents05(sp) ------ */
  
  /* ------ ly-contents06(sp) ------ */
  .ly-contents06 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents06  h2 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  .ly-contents06 h2::after {
    height: 3px;
    width: 33px;
  }
  .ly-contents06 h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .ly-contents06 .ly-contents06__inner a {
    margin-top: 30px;
    padding: 30% 15px 30px;
  }
  .ly-contents06 .ly-contents06__inner a .owner-tit {
    top: -15px;
    left: -15px;
  }  
  /* ------ ly-contents06(sp) ------ */

  /* ------ ly-contents07(sp) ------ */
  .ly-contents07 {
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .ly-contents07 .ly-contents07__inner h2 {
    font-size: 1.6rem;
  }
  .ly-contents07 .ly-contents07__inner table {
    font-size: 1.2rem;
  }
  .ly-contents07 .ly-contents07__inner table th {
    padding: 0 5% 0 0;
    width: 9.4%;
  }
  .ly-contents07 .ly-contents07__inner table td {
    vertical-align: middle;
    padding: 2%;
  }
  .ly-contents07 .ly-contents07__inner table td:first-child {
    width: 30%;
  }
  /* ------ ly-contents07(sp) ------ */
  
  
  
  
  
}

@media screen and (min-width: 768px) {
/* 画面サイズが768pxからはここを読み込む */
  .ly-main--wide { margin: 0!important;font-size: 19px; }
  .note-text { font-size: 16px; margin: 30px 0 0; }
  
  .tooltip img {
    width: 40px;
  }
  .tooltip .description {
    font-size: 14px;
    padding: 20px;
    width: 430px;
  }

  /* modal */
  .modal {
    border: 2px solid #bc1571;
    border-radius: 10px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 15px;
    margin-top: 80px;
    padding: 40px 30px;
  }
  .modal__close {
    background: url('/sp/emaxis_slim/img/img_modal-close.png') no-repeat center center;
    background-size: contain;
    top: -70px;
    right: -70px;
    height: 50px;
    width: 50px;
  }
  .modal-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .modal h2 {
    font-size: 22px;
    text-align: center;
  }
  
  /* ------ ly-contents__mv(pc) ------ */
  .ly-contents__mv--band {
    background: #bc1571;
  }
  .ly-contents__mv--band p {
    padding: 2px 1% 8px 50px;
  }
  .ly-contents__mv--band p a {
    color: #fff;
    font-size: 0.95vw;
    margin-right: 10px;
  }
  .ly-contents__mv--cont {
    background: url('/sp/emaxis_slim/img/bg_mv.png') no-repeat center center;
    background-size: cover;
  }
  .ly-contents__mv--cont > div {
    box-sizing: border-box;
    display: flex;
    margin: auto;
    max-width: 1400px;
    min-width: 1024px;
    padding: 0 0 0 50px;
  }
  .ly-contents__mv--cont-txt {
    width: 58.5%;
  }
  .ly-contents__mv--cont-txt > p {
    margin-right: 26px;
  }
  .ly-contents__mv--cont-txt .ly-contents__mv--cont-txt01 {
    padding: 0 42px 56px 0;
  }
  .ly-contents__mv--cont-txt .ly-contents__mv--cont-txt01 img {
    max-width: 540px;
    width: 100%;
  }
  .ly-contents__mv--cont-txt02 {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: right;
    margin-left: calc(50% - 50vw);
    min-height: 200px;
    padding-right: 42px;
  }
  .ly-contents__mv--cont-txt02 span {
    width: 540px;
    
  }
  .ly-contents__mv--cont-txt02 img {
    width: 100%;
  }
  .ly-contents__mv--cont-txt03 {
    align-items: center;
    background: #bc1571;
    box-sizing: border-box;
    display: flex;
    justify-content: right;
    margin-left: calc(50% - 50vw);
    min-height: 130px;
    padding-right: 42px;
  }
  .ly-contents__mv--cont-txt03 img {
    max-width: 540px;
    width: 100%;
  }
  .ly-contents__mv--cont-txt .ly-contents__mv--cont-txt04 {
    padding: 55px 42px 25px 0;
  }
  .ly-contents__mv--cont-txt .ly-contents__mv--cont-txt04 img {
    max-width: 540px;
    width: 100%;
  }
  .ly-contents__mv--img {
    background: url('/sp/emaxis_slim/img/img_mv_pc.png') no-repeat left bottom;
    background-size: contain;
    box-sizing: border-box;
    margin: 70px 40px 0 16px;
    width: 41.5%;
  }
  /* ------ ly-contents__mv(pc) ------ */
  
  /* ------ ly-contents__nav(pc) ------ */
  .ly-contents__nav ul {
    box-sizing: border-box;
    justify-content: space-between;
    max-width: 1400px;
    min-width: 1024px;
    margin: auto;
    padding: 0 50px;
  }
  /* ------ ly-contents01(pc) ------ */
  .ly-contents01 {
    margin: 0 auto;
    padding: 80px 0;
  }
  .ly-contents01 .ly-contents01__inner01 {
    margin: auto;
    max-width: 1060px;
  }
  .ly-contents01 .ly-contents01__inner01 ul {
    padding: 80px 40px 0;
  }
  .ly-contents01 .ly-contents01__inner01 ul li {
    text-align: center;
  }
  .ly-contents01 .ly-contents01__inner01 ul li span {
    margin: 10px 0 0;
  }
  .ly-contents01 .ly-contents01__inner01 ul li span > a {
    padding: 0 10px 0 50px;
  }
  .ly-contents01 .ly-contents01__inner01 ul li .tooltip .description {
    bottom: 60px;
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award01 .tooltip .description {
    left: 50%;
    transform: translate(-50%);
  }
  .ly-contents01 .ly-contents01__inner01 ul .ly-contents01__award02 .tooltip .description {
    right: 0;
  }
  .ly-contents01 .text-message_box {
    margin: 4rem auto 0;
  }
  /* ------ ly-contents01(pc) ------ */
  
  /* ------ ly-contents02(pc) ------ */
  .ly-contents02 {
    padding: 80px 0;
  }
  .ly-contents02 h2 {
    font-size: 44px;
    margin: 0 0 60px;
    padding: 0 0 30px;
  }
  .ly-contents02 h2::after {
    height: 4px;
    width: 66px;
  }
  .ly-contents02 .ly-contents02__inner01 .ly-contents__media .ly-contents__media-list li {
    margin-right: 30px;
  }
  /* ------ ly-contents02(pc) ------ */
  
  /* ------ ly-contents03(pc) ------ */
  .ly-contents03 {
    margin: 0 auto;
    padding: 80px 0;
  }
  .ly-contents03 h2 {
    font-size: 34px;
    margin: 50px auto;
  }
  .ly-contents03 .ly-contents03__inner01 .text {
    text-align: center;
  }
  .ly-contents03 .ly-contents03__inner01 h3 {
    font-size: 26px;
    margin: 80px 0 26px;
  }
  .ly-contents03 .ly-contents03__inner01 h3 span {
    font-size: 22px;
  }
  .ly-contents03 .ly-contents03__inner01 figure figcaption {
    font-size: 16px;
    margin: 35px auto 0;
    max-width: 880px;
  }
  
  .ly-contents03 .ly-contents03__inner02 {
    margin: 80px auto;
    max-width: inherit;
    min-width: inherit;
    padding: 0;
    width: 980px;
  }
  .ly-contents03 .ly-contents03__inner02 h3 {
    font-size: 28px;
    padding: 30px 0;
  }
  .ly-contents03 .ly-contents03__inner02 h3:before,
  .ly-contents03 .ly-contents03__inner02 h3:after {
    height: 4px;
    right: 20px;
    width: 30px;
  }
  .-open .bg-ballon {
    padding: 50px 60px;
  }
  .bg-ballon .bg-ballon__title {
    font-size: 32px;
  }
  .bg-ballon .bg-ballon__title + p {
    font-size: 20px;
    text-align: center;
  }
  .bg-ballon ul {
    margin: 20px 0 0;
  }
  .bg-ballon ul li p {
    font-size: 20px;
  }
  .bg-ballon ul li p:first-of-type {
    font-size: 25px;
  }
  .bg-ballon .inner-ballon {
    font-size: 20px;
  }
  .bg-ballon .inner-ballon .inner-ballon--title {
    font-size: 26px;
  }
  
  .ly-contents03 .ly-contents03__inner03 .text-lead {
    font-size: 34px;
    margin: 50px auto;
  }
  .ly-contents03 .ly-contents03__inner03 .text-lead span {
    font-size: 46px;
  }
  .ly-contents03 .ly-contents03__inner03 ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1000px;
  }
  .ly-contents03 .ly-contents03__inner03 ul li .tooltip img {
    position: absolute;
    top: 38px;
    right: 20px;
  }
  .ly-contents03 .ly-contents03__inner03 ul li .tooltip .description {
    right: 0;
    bottom: -26px;
  }
  .ly-contents03 .ly-contents03__inner04 {
    margin: 80px auto;
    max-width: inherit;
    min-width: inherit;
    padding: 0;
    width: 980px;
  }
  .ly-contents03 .ly-contents03__inner04 h3 {
    font-size: 28px;
    line-height: 1.3;
    padding: 30px 0;
  }
  .ly-contents03 .ly-contents03__inner04 h3:before,
  .ly-contents03 .ly-contents03__inner04 h3:after {
    height: 4px;
    right: 20px;
    width: 30px;
  }
  .ly-contents03 .ly-contents03__inner04 .bg-ballon > div:last-child {
    margin: 30px 0 0;
  }
  .ly-contents03 .ly-contents03__inner04 .bg-ballon > div:last-child .tooltip .description {
    right: 0;
    bottom: 74px;
  } 
  .ly-contents03 .ly-contents03__ac-block > div {
    margin: 80px 0 0;
  }
  .ly-contents03 .ly-contents03__ac-block > div .text-message {
    margin: 0 0 15px;
  }
  /* ------ ly-contents03(pc) ------ */
  
  /* ------ ly-contents04(pc) ------ */
  .ly-contents04 {
    padding: 80px 0;
  }
  .ly-contents04 h2 {
    font-size: 44px;
    margin: 0 0 60px;
    padding: 0 0 30px;
  }
  .ly-contents04 h2::after {
    height: 4px;
    width: 66px;
  }
  .ly-contents04 .box-image p {
    font-size: 16px;
  }
  /* ------ ly-contents04(pc) ------ */
  
  /* ------ ly-contents05(pc) ------ */
  .ly-contents05 {
    margin: 0 auto;
    padding: 80px 0;
  }
  .ly-contents05 h2 {
    font-size: 44px;
    margin: 0 0 60px;
    padding: 0 0 30px;
  }
  .ly-contents05 h2::after {
    height: 4px;
    width: 66px;
  }
  .ly-contents05 h3 {
    font-size: 34px;
    margin: 0 0 50px;
  }
  .ly-contents05 .products-nav {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 720px;
  }
  .ly-contents05 .ly-contents05__inner01,
  .ly-contents05 .ly-contents05__inner03 {
    margin: 60px auto 0;
    width: 980px;
  }
  .ly-contents05 .ly-contents05__inner01 h4,
  .ly-contents05 .ly-contents05__inner03 h4 {
    padding: 25px;
  }
  .ly-contents05 .ly-contents05__inner01 h5 {
    border-radius: 40px;
    font-size: 28px;
    padding: 5px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit {
    display: flex;
    justify-content: space-between;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit > img {
    width: 33%;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit > div {
    width: 64%;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul {
    margin: 15px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul + ul {
    margin-top: 10px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul li {
    margin: 0 10px 0 0;
    height: 30px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit ul li img {
    height: 100%;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--tit .fund-block--name {
    font-size: 24px;
    margin: 7px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont {
    padding: 30px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_copy {
    font-size: 24px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column {
    margin: 60px 0 0;;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .tooltip img {
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .tooltip .description {
    bottom: 30px;
    right: -30px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column .box .box__heading + p {
    font-size: 26px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column + p {
    margin: 20px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference {
    margin: 80px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > p:first-of-type {
    border-radius: 40px;
    font-size: 28px;
    padding: 5px 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > div:first-of-type {
    align-items: center;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > div:first-of-type > p {
    margin: 0 10px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference > div:first-of-type .tooltip .description {
    right: -40px;
    bottom: 40px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block--cont_reference .box-image .caption {
    font-size: 15px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .box-column:last-child .box-2column > a {
    font-size: 20px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award {
    margin: 30px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li {
    height: 40px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li + li {
    margin: 25px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li p {
    font-size: 20px;
    line-height: 1.1;
    margin: 0 20px 0 0;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--cont .fund-block__award li .tooltip .description {
    right: -40px;
    bottom: 40px;
  }
  .ly-contents05 .ly-contents05__inner01 .fund-block--flag {
    background-position: right 30px top 23px;
    font-size: 20px;
  }
  .ly-contents05 .ly-contents05__inner03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ly-contents05 .ly-contents05__inner03 ul li {
    width: 48%;
  }
  .ly-contents05 .ly-contents05__inner03 ul li a {
    font-size: 24px;
    justify-content: space-between;
    padding: 20px 50px 20px 20px;
  }
  /* ------ ly-contents05(pc) ------ */
  
  /* ------ ly-contents06(pc) ------ */
  .ly-contents06 {
    margin: 0 auto;
    padding: 80px 0;
  }
  .ly-contents06 h2 {
    font-size: 44px;
    margin: 0 0 60px;
    padding: 0 0 30px;
  }
  .ly-contents06 h2::after {
    height: 4px;
    width: 66px;
  }
  .ly-contents06 h3 {
    font-size: 34px;
    margin: 0 0 50px;
  }
  .ly-contents06 h3 + p {
    text-align: center;
  }
  .ly-contents06 .ly-contents06__inner {
    margin: auto;
    width: 990px;
  }
  .ly-contents06 .ly-contents06__inner a {
    margin-top: 50px;
    padding: 150px 30px 30px;
  }
  .ly-contents06 .ly-contents06__inner a .owner-tit {
    top: -25px;
    left: -25px;
  }
  .modal .owner {
    font-size: 20px;
    padding-top: 100px;
    position: relative;
  }
  .modal .owner h2 {
    position: absolute;
    top: -70px;
    left: -70px;
  }
  .modal .owner h3 {
    border-bottom: 2px solid #bc1571;
    color: #bc1571;
    font-size: 32px;
    margin: 40px 0 0;
    padding: 0 0 10px;
  }
  .modal .owner table {
    margin: 0 0 60px;
    width: 100%;
  }
  .modal .owner table th {
    background: #787878;
    color: #fff;
    vertical-align: middle;
    width: 25%;
  }
  .modal .owner table th:first-child {
    width: 50%;
  }
  .modal .owner table td {
    padding: 10px 20px;
  }
  .modal .owner table td a {
    color: #000;
  }
  .modal .owner > p:last-child {
    font-size: 14px;
  }
  /* ------ ly-contents06(pc) ------ */
  
  /* ------ ly-contents07(pc) ------ */
  .ly-contents07 {
    font-size: 16px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .ly-contents07 .ly-contents07__inner {
    margin: 0 auto;
    width: 990px;
  }
  .ly-contents07 .ly-contents07__inner h2,
  .ly-contents07 .ly-contents07__inner h3 {
    font-size: 20px;
  }
  .ly-contents07 .ly-contents07__inner table,
  .ly-contents07 .ly-contents07__inner table .note-text {
    font-size: 14px;
  }
  .ly-contents07 .ly-contents07__inner table th {
    width: 120px;
  }
  .ly-contents07 .ly-contents07__inner table td {
    padding: 8px;
  }
  .ly-contents07 .ly-contents07__inner table td:first-of-type {
    width: 200px;
  }
  .ly-contents07 .ly-contents07__inner table td p + p {
    margin: 10px 0 0;
  }
  .ly-contents07 .ly-contents07__inner table td p + p {
    margin: 10px 0 0;
  }
  /* ------ ly-contents07(pc) ------ */
  
  
  
  
  
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .ly-contents__mv--band p,
  .ly-contents__nav ul{
    padding: 0 30px 6px;
  }
  .ly-contents__mv--cont > div {
    padding: 0 0 0 30px;
  }
  .ly-contents03 .ly-contents03__inner03 ul {
    max-width: 1000px;
    width: 100%;
  }
  .ly-contents03 .ly-contents03__inner03 ul li {
    width: calc((100% - 20px) / 2);
  }
  .ly-contents03 .ly-contents03__inner03 ul li:last-child {
    width: 100%;
  }
  .ly-contents03 .ly-contents03__inner03 ul li > img {
    width: 100%;
  }
}