@charset "UTF-8";
.qx-title-line {
  color: #006abb;
}

.qx-title-line::before,
.qx-title-line::after {
  background-color:#006abb;
}

.qx-content-links{
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.qx-content-links a{
  width: calc((100% - 20px) / 3); 
}

@media screen and (max-width: 768px) {
.qx-content-links{
  display: flex;
  gap: 5px;
}
.qx-content-links a{
  width: calc((100% - 10px) / 3); 
}  
}

.qx-content-blue{
  border: 1px solid #008cc7;
  border-top: none;
  padding: 40px 40px 0;
}

.qx-content-pink{
  border: 1px solid #f75296;
  border-top: none;
  padding: 40px 40px 0;
}

.qx-content-orange{
  border: 1px solid #f08000;
  border-top: none;
  padding: 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .qx-content-blue,
  .qx-content-pink,
  .qx-content-orange{
    padding: 40px 20px 0;
  }
}

.qx-content-frame {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

 .qx-content-frame > li {
  width: calc((100% - 60px) / 3);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding-bottom: 40px;
}

.qx-border-bottom {
  border-bottom: 1px solid #afafaf;
}

@media screen and (max-width: 768px) {
.qx-border-bottom {
  border-bottom:none;
}
  .qx-content-frame > li {
  width:100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #afafaf;
}

  .qx-content-frame > li:last-child {
    border-bottom: none;
  }
}

.qx-content-title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
.qx-content-title {
  margin-bottom: 20px;
}
}

.qx-content-title img{
  width: 100%;
}

.qx-contents-txt {
  font-weight: 600;
  min-height: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
.qx-contents-txt {
  min-height:0;
}
}



.qx-contens-btn {
  margin-top: 15px;
  width: 100%;
}

.qx-btn--blank {
  width: 240px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.qx-th {
  width: 75px;
  vertical-align: top;
}

/* ACC-1 アコーディオン start */
.m-notes-alwaysopen .m-notes_header, .notes-accordion .m-notes_header {
  border-bottom-width: 1px;
}

.m-notes_header {
  padding: 16px 0 18px;
  pointer-events: auto;
  cursor: pointer;
  border-bottom-width: 0;
}

.m-notes_title {
  display: flex;
  align-items: center;
  pointer-events: auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.0225em;
  font-weight: 600;
}

.m-notes_title > .a-icon {
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
}

.m-notes-alert .m-notes_title {
  color: #eb0015;
}

.m-notes_toggleicon {
  margin-top: -3px;
}

.m-notes_toggleicon {
  display: block;
}

.m-notes_content {
  padding: 28px 36px;
}

.m-notes_content {
  display: none;
  padding: 28px 0;
}

.m-notes-alwaysopen .m-notes_content, .notes-accordion .m-notes_content {
  display: block;
}

.a-icon-minus {
  background-image: url(/-/media/aeoncard/assets/images/icon/minus.svg);
}

.a-icon-plus {
  background-image: url(/-/media/aeoncard/assets/images/icon/plus.svg);
}

.a-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.qx-accodion__icon {
  background-image: none;
  border-radius: 50%;
  position: relative;
  width: 20px;
  height: 20px;
}

.qx-gray-title .qx-accodion__icon::before,.qx-gray-title .qx-accodion__icon::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qx-accodion__icon::before, .qx-accodion__icon::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qx-accodion__icon.a-icon-plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.qx-accodion__icon.a-icon-plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qx-notes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.qx-accodion__toggleicon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.qx-notes__header {
  width: 100%;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: none;
  outline: none;
  transition: all .4s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  line-height: 1.1875;
  letter-spacing: -.0225em;
  font-weight: 600;
  padding:10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qx-notes__header.qx-blue-title {
  background: #008cc6;
}

.qx-notes__header.qx-pink-title {
  background: #f75296;
}

.qx-notes__header.qx-orange-title {
  background: #f08000;
}

.qx-notes__header.qx-gray-title {
  color: #1a1a1a;
  background: #f7f7f7;
  margin-top: 20px;
}

.qx-note__content {
  padding: 0;
  background: #fff;
  width: 100%;
}

.qx-note__content .qx-gray-bg {
  background: #f7f7f7;
  border-radius: 0 0 5px 5px;
  padding:0 10px 10px;

}

.qx-note__content p {
  margin-bottom: 3px !important;
}

.qx-note__content.qx-blue-bg {
  background: #f4fbfe;
  padding:0 10px 10px;
}
.qx-blue-txt {
  color: #008cc6;
  font-weight: 600;
  text-align: center;
}

.qx-blue-bg-contents {
  background: #ffffff;
  border: 1px solid #008cc6;
  padding: 10px 10px 0;
}

.qx-note__content.qx-pink-bg {
  background: #fff6fa;
  padding:0 10px 10px;
}
.qx-pink-txt {
  color: #f75296;
  font-weight: 600;
  text-align: center;
}

.qx-pink-bg-contents {
  background: #ffffff;
  border: 1px solid #f75296;
  padding: 10px 10px 0;
}


.qx-note__content.qx-orange-bg {
  background: #fffbf7;
  padding:0 10px 10px;
}
.qx-orange-txt {
  color: #f08000;
  font-weight: 600;
  text-align: center;
}

.qx-orange-bg-contents {
  background: #ffffff;
  border: 1px solid #f08000;
  padding: 10px 10px 0;
}



.qx-notes > .m-notes_content {
  display: none;
}

.qx-notes.notes-accordion > .m-notes_content {
  display: block;
}
/* ACC-1 アコーディオン end */


/* タイマーで導線削除 */
.qx-campaign {
  background: none;
  padding: 0 0 0;
}

.qx-js__campaign {
  display: none;
}

.qx-campaign a {
  color: #1a1a1a;
}

.qx-campaign__content {
  padding: 0;
  background:none;
  border-radius: 7px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #1a1a1a;
}

.qx-campaign__content .qx-campaign__title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.qx-campaign__content .qx-campaign__txt {
  font-size: 14px;
  text-align: center;
}

.qx-campaign__content .qx-campaign__txt span {
  margin-right: 15px;
}

.qx-campaign__items {
  display:block;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 20px 20px;
  margin-left: auto;
  margin-right: auto;
}

.qx-campaign__items a {
  width: 480px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .qx-campaign {
    margin-left: -16px;
    margin-right: -16px;
  }

  .qx-campaign__content .qx-campaign__txt span {
    margin-right: 8px;
  }
  .qx-campaign__items {
    width: 100%;
  }

  .qx-campaign__items a {
    width: 100%;
  }
}

.qx-campaign-txt {
  color: #006abb;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .qx-campaign-txt {
  font-size: 14px;
}
}

.qx-links-txt-color-blue {
  color: #2f75b5;
}