@charset "UTF-8";

.qx-blue-bg {
  background: #023894;
  padding: 18px 20px 30px;
}


.qx-blue-bg .category {
  margin-top: 0;
}

.qx-blue-bg .category .category__cell{
  border: none;
}

@media (max-width: 768px) {
.qx-blue-bg .category .category__cell,
.qx-blue-bg .category .category__cell:nth-child(3){
padding: 12px 10px 12px 0;
}
.qx-blue-bg .category .category__cell:nth-child(2n){
  padding: 12px 0 12px 10px;
}
}

.qx-blue-bg .category__has_button .category__cell .a-button {
font-size: 14px;
line-height: 120%;
}

@media (max-width: 1024px) {
.qx-blue-bg .category__has_button .category__cell .a-button {
font-size: 12px;
}
}

@media (max-width: 430px) {
.qx-blue-bg .category__has_button .category__cell .a-button {
font-size: 10px;
}
}

@media (max-width: 320px) {
.qx-blue-bg .category__has_button .category__cell .a-button {
font-size: 8px;
}
}

.qx-blue-bg-list {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
.qx-blue-bg-list {
margin-left: 0;
margin-right: 0;
}
}

.qx-lightblue-bg {
  background: #f3f7ff;
  padding: 30px 140px;
}

@media (max-width: 768px) {
  .qx-lightblue-bg {
  padding: 30px 16px;
}
}

.qx-skyblue-bg {
  background: #e6efff;
}

.qx-skyblue-bg-inner {
  display:flex;
  gap: 20px;
  padding: 20px 30px 30px;
}

@media (max-width: 768px) {
  .qx-skyblue-bg-inner {
  display:block;
  padding: 20px 16px 30px;
}
}

.qx-skyblue-bg-box {
  background: #ffffff;
  flex: 1;
  padding:30px;
}

@media (max-width: 768px) {
  .qx-skyblue-bg-box {
  padding:30px 16px;
}
  .qx-skyblue-bg-box:first-child {
    margin-bottom: 30px;
}
}

.qx-skyblue-title {
  font-weight: 600;
  font-size: 25px;
  text-align: center;

}

.qx-skyblue-title.qx-skyblue-only{
  padding: 25px 0;
}

@media (max-width: 1024px) {
  .qx-skyblue-title {
  font-size: 18px;
}

.qx-skyblue-title.qx-skyblue-only{
  padding: 36px 0;

}

}

@media (max-width: 768px) {
  .qx-skyblue-title {
  font-size: 14px;
}

.qx-skyblue-title.qx-skyblue-only{
  padding: 0 0;
}

 .qx-skyblue-bg-box .a-button{
  font-size: 14px;

 }
}




.qx-installment-bg {
    padding: 0 28px 28px;
    background: #f7f7f7;
    border-radius: 12px;
}

@media (max-width: 768px) {
  .qx-installment-bg {
    padding: 0 15px 28px;
}
}

.qx-installment-title {
    align-items: center;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -.0225em;
    font-weight: 600;
    border-bottom:1px solid #ebebeb;
    padding: 18px 0 18px;
}

.qx-installment-title-sub {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
.m-table_title {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.qx-table {
  border-collapse: collapse;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
}

.m-table_td ul.qx-list-Indent {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.m-table_td ul.qx-list-Indent li{
    padding-left: 1em;
    text-indent: -1em;
}

.qx-notstore-table {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
