@charset "utf-8";

img {
     width: 100%;
}

.business-guide-visual {
     position: relative;
     margin-bottom: 50px;
     padding: 25px;
     min-height: 420px;
     border-radius: 20px;
     background-color: var(--gs-color-bubbles);
}
.business-guide-visual .img {
     position: absolute;
     top: 20px;
     right: 25px;
     max-width: 456px;
     z-index: 1;
}
.business-guide-visual figcaption {
     position: relative;
     padding: 30px 400px 30px 20px;
     font-size: 20px;
     letter-spacing: -1px;
     z-index: 3;
}
.business-guide-visual h2 {
     display: inline-flex;
     flex-direction: column;
     font-size: 48px;
     line-height: 1.4;
     font-weight: 700;
     color: var(--gs-color-brandeis-blue);
}
.business-guide-visual h2 strong {
     padding: 10px 15px;
     color: var(--gs-color-white);
     border-radius: 3px;
     background-color: var(--gs-color-brandeis-blue);
     line-height: 1.2;
}
.business-guide-visual h2 strong em {
     color: var(--gs-color-sunglow);
}
.business-guide-visual h2 > span {
     padding: 0px 10px;
}
.business-guide-visual .sub {
     margin-top: 5px;
     padding: 5px;
     line-height: 1.2;
}
.business-guide-visual .sub p {
     display: inline-flex;
     padding: 5px 10px;
}
.business-guide-visual .sub .bg {
     margin: 5px 0;
     background-color: var(--gs-color-sunglow);
}

.business-guide-list li {
     display: flex;
     gap: 0 15px;
     padding: 5px 0;
     font-size: 24px;
}

.business-guide-list li strong {
     position: relative;
     flex: 0 0 190px;
     padding-left: 25px;
     color: var(--gs-color-brandeis-blue);
}
.business-guide-list li strong::before {
     content: "";
     position: absolute;
     top: 12px;
     left: 0;
     width: 14px;
     height: 14px;
     border-radius: 50%;
     background-color: var(--gs-color-brandeis-blue);
}

.business-guide-list li > div {
     flex: 1;
     line-height: 1.3;
}
.business-guide-list li > div span {
     display: inline-block;
}
.business-guide-list li:has(img) {
     flex-direction: column;
}
.business-guide-list li:has(img) strong {
     flex: 1;
}
.business-guide-list li img {
     margin: 10px 0 10px 25px;
}

.refund-apply-procedure {
     margin-top: 80px;
}
.refund-apply-procedure > div {
     margin: 50px 0;
}
.refund-apply-procedure h2 {
     font-size: 30px;
     line-height: 1.3;
     color: var(--gs-color-brandeis-blue);
}
.refund-apply-procedure .details {
     margin-top: 15px;
     font-size: 18px;
}
.refund-apply-procedure .details:not(:has(table)) {
     padding-left: 40px;
}
.refund-apply-procedure .details > p {
     margin-bottom: 5px;
}
.refund-apply-procedure .gs-msg-txt li {
     margin: 12px 0;
}
.refund-apply-procedure .gs-msg-txt .gs-flex {
     gap: 5px;
}
.refund-apply-procedure .gs-msg-txt .gs-flex > div:first-child {
     align-self: flex-start;
}
.refund-apply-procedure .gs-msg-txt .gs-flex p ~ p {
     margin-top: 10px;
}
.refund-apply-procedure .details .gs-btn {
     display: inline-flex;
     width: auto;
     min-width: 180px;
}
.refund-apply-procedure .gs-msg-txt + .gs-btn {
     margin-top: 5px;
}
.refund-apply-type-doc {
     overflow-x: auto;
}
.refund-apply-type-doc table {
     width: 100%;
     /* min-width: 700px; */
}
.refund-apply-type-doc th,
.refund-apply-type-doc td {
     padding: 25px;
     font-size: 18px;
     word-break: keep-all;
     letter-spacing: -1px;
     border: 1px solid var(--gs-color-pale-cornflower-blue);
}
.refund-apply-type-doc th {
     background-color: var(--gs-color-ghost-white);
}
.refund-apply-type-doc td {
     text-align: left;
}
.refund-apply-type-doc td > div ~ div {
     margin-top: 25px;
}
.refund-apply-type-doc .gs-notice-list {
     margin: 0;
}
.refund-apply-type-doc .gs-notice-list li {
     margin: 8px 0;
}
.refund-apply-type-doc .gs-btn {
     min-width: 250px;
}
.refund-apply-type-doc .gs-btn + div {
     margin-top: 10px;
}
.refund-apply-procedure .gs-doc-download {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-top: 10px;
}
.refund-apply-procedure .gs-doc-download .gs-btn {
     min-width: 90px;
}
.refund-apply-procedure td > div:has(.gs-doc-download) + div {
     margin-top: 50px;
}

.manual-tab-content .tab-content {
     margin-top: 50px;
}
.manual-tab-content .tab-content .top {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 10px 20px;
     flex-wrap: wrap;
}
.manual-tab-content .tab-content .top h2 {
     display: flex;
     flex-direction: column;
     gap: 5px;
     font-size: 24px;
     line-height: 1.2;
}
.manual-tab-content .tab-content .top h2 span {
     font-size: 20px;
}
.manual-tab-content .tab-content ul {
     margin: 0 auto;
     max-width: 800px;
}
.manual-tab-content .tab-content li {
     margin-top: 5%;
}
.manual-tab-content .tab-content li p {
     margin-bottom: 12px;
     font-size: 20px;
     font-weight: 700;
     color: var(--gs-color-brandeis-blue);
     letter-spacing: -1px;
}

@media all and (max-width: 1100px) {
     .business-guide-visual .sub {
          line-height: 1.7;
     }
     .business-guide-visual .sub p {
          display: inline;
          padding: 0;
     }
     .business-guide-visual .sub .bg {
          padding: 0 5px;
     }
}
@media all and (max-width: 1000px) {
     .business-guide-visual {
          padding: 50px 30px;
     }
     .business-guide-visual .img {
          position: static;
          margin: 40px auto 0;
     }
     .business-guide-visual figcaption {
          padding: 0;
          text-align: center;
     }
}
@media all and (max-width: 860px) {
     .refund-apply-procedure .details:not(:has(table)) {
          padding-left: 0;
     }
     .refund-apply-type-doc .gs-btn {
          min-width: 0;
     }
}
@media all and (max-width: 770px) {
     .business-guide-list li {
          flex-direction: column;
     }
     .business-guide-list li ~ li {
          margin-top: 5px;
     }
     .business-guide-list li strong {
          flex: 1;
     }
     .business-guide-list li > div {
          padding-left: 25px;
     }
     .business-guide-list li img {
          margin-left: 0;
     }
     .refund-apply-type-doc table,
     .refund-apply-type-doc tbody,
     .refund-apply-type-doc tr,
     .refund-apply-type-doc th,
     .refund-apply-type-doc td {
          display: block;
     }
     .refund-apply-type-doc colgroup,
     .refund-apply-type-doc thead {
          display: none;
     }
     .refund-apply-type-doc tr {
          border: 1px solid var(--gs-color-pale-cornflower-blue);
     }
     .refund-apply-type-doc tr ~ tr {
          margin-top: 20px;
     }
     .refund-apply-type-doc th,
     .refund-apply-type-doc td {
          text-align: left;
     }
     .refund-apply-type-doc th {
          padding: 10px 15px;
          font-weight: 500;
          font-size: 20px;
          border-top: none;
          border-left: none;
          border-right: none;
     }
     .refund-apply-type-doc td {
          padding: 15px 20px;
          border: none;
     }
     .refund-apply-type-doc td ~ td {
          padding-top: 10px;
          padding-bottom: 20px;
     }
     .refund-apply-procedure td > div:has(.gs-doc-download) + div {
          margin-top: 30px;
     }
}
@media all and (max-width: 720px) {
     .refund-apply-procedure {
          margin-top: 50px;
     }
     .refund-apply-procedure > div {
          margin: 40px 0;
     }
     .refund-apply-procedure .gs-msg-txt .gs-flex {
          flex-direction: column;
          align-items: flex-start;
     }
     .refund-apply-procedure .gs-msg-txt .gs-flex > div + div {
          margin-left: 10px;
     }
     .manual-tab-content .tab-content li {
          margin-top: 30px;
     }
     .manual-tab-content .tab-content li p {
          margin-bottom: 10px;
          font-size: 18px;
     }
}
@media all and (max-width: 500px) {
     .business-guide-visual {
          padding: 30px 25px;
     }
     .business-guide-visual figcaption {
          font-size: 18px;
     }
     .business-guide-visual h2 {
          font-size: 40px;
     }
     .business-guide-list li > div {
          font-size: 20px;
     }
}






