@media screen and (min-width:741px) {
  .s-hero {
    margin-bottom: 94px;
    text-align: center;
  }
  .s-tab {
    margin: auto;
    width: 1200px;
  }
  .js-tab-content {
    display: none;
  }
  .js-tab-content.is-current {
    display: block;
  }
  .c-multitab__wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 60px;
  }
  .c-multitab__wrap .c-multitab {
    display: table-cell;
    font-size: 22px;
    text-align: center;
    border-top: none;
    border-left: solid 2px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    padding-top: 14px;
    padding-bottom: 18px;
    font-weight: bold;
    cursor: pointer;
  }
  .c-multitab__wrap .c-multitab p {
    color: #757575;
  }
  .c-multitab__wrap .c-multitab span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
  }
  .c-multitab__wrap .c-multitab:first-child {
    border-left: none;
  }
  .c-multitab__wrap .c-multitab.is-current {
    border-top: solid 4px #000;
    border-left: solid 2px #000;
    border-bottom: none;
  }
  .c-multitab__wrap .c-multitab.is-current:first-child {
    border-left: none;
  }
  .c-multitab__wrap .c-multitab.is-current+.c-multitab {
    border-left-color: #000;
  }
  .c-multitab__wrap .c-multitab.is-current p {
    opacity: 1;
    color: #000;
  }
  .c-multitab__content-wrap {
    position: relative;
  }
  .c-multitab__content-wrap .c-multitab__content {
    display: none;
  }
  .c-multitab__content-wrap .c-multitab__content.is-current {
    display: block;
  }
  .c-multitab__content__secondry {
    display: none;
  }
  .c-multitab__content__secondry.is-active {
    display: block;
  }
  .s-hgroup {
    text-align: center;
  }
  .s-hgroup__heading {
    margin-bottom: 27px;
  }
  .s-hgroup__lead {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .s-lead {
    margin-bottom: 58px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s-lead::before,
  .s-lead::after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
  }
  .s-lead::before {
    background: url("/cms/contents/special/giftcard/img/icon_lead_01.png") no-repeat left center;
    right: 10px;
  }
  .s-lead::after {
    background: url("/cms/contents/special/giftcard/img/icon_lead_02.png") no-repeat left center;
    left: 10px;
  }
  .s-card {
    
    display: flex;
    width: 1200px;
    margin: auto;
    border: 1px solid #dedede;
  }
  .s-card__content {
    padding: 30px 30px 0;
    border-left: 1px solid #dedede;
    background: #fff;
    width: 600px;
  }
  .s-card__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .s-card__text {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 30px;
  }
  .s-card .c-button {
    width: 100%;
  }
  .s-step {
    
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .s-step__list {
    width: 285px;
    margin-right: 20px;
    position: relative;
  }
  .s-step__list::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("/cms/contents/special/giftcard/img/icon_step.png");
    position: absolute;
    right: -20px;
    top: 2px;
  }
  .s-step__list:last-child {
    margin-right: 0;
  }
  .s-step__list:last-child::after {
    display: none;
  }
  .s-step__img {
    display: block;
    margin-bottom: 18px;
  }
  .s-step__text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .s-step__note {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .s-gift {
    width: 1244px;
    margin: 0 auto;
    padding: 83px 0 78px;
    text-align: center;
    position: relative;
  }
  .s-gift-bg {
    position: absolute;
    left: -41px;
    top: -53px;
  }
  .s-gift-body {
    position: relative;
  }
  .s-gift-title {
    margin-bottom: 50px;
    line-height: 1.57;
  }
  .s-gift-title__img {
    margin-bottom: 34px;
  }
  .s-gift-title__text {
    font-size: 28px;
    font-weight: bold;
    display: block;
  }
  .s-gift-text {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
  }
  .s-point {
    padding: 100px 0 90px;
    background: rgba(220, 189, 159, 0.1);
    text-align: center;
  }
  .s-point-list {
    width: 850px;
    margin: 75px auto 93px;
    
    display: flex;
  }
  .s-point-list__item {
    width: 246px;
    margin-right: 56px;
  }
  .s-point-list__item:last-child {
    margin-right: 0;
  }
  .s-point-list__img {
    margin-bottom: 27px;
  }
  .s-point-list__text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .s-point-list__notes {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 14px;
  }
  .s-example {
    padding: 100px 0 120px;
  }
  .s-example-title {
    margin-bottom: 58px;
  }
  .s-example-card {
    width: 1200px;
    margin: 0 auto 60px;
    position: relative;
  }
  .s-example-card::after {
    content: "";
    display: block;
    clear: both;
  }
  .s-example-card__img {
    position: relative;
  }
  .s-example-card__img--right {
    text-align: right;
    margin-right: 60px;
  }
  .s-example-card__img--left {
    text-align: left;
    margin-left: 60px;
  }
  .s-example-card__box {
    border: 4px solid #333;
    width: 450px;
    height: 400px;
    padding: 34px 32px 34px 38px;
    position: relative;
    margin-top: -314px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.76);
  }
  .s-example-card__box--right {
    float: right;
  }
  .s-example-card__box--right::before {
    right: 35px;
  }
  .s-example-card__box--left::before {
    left: 35px;
  }
  .s-example-card__box::before {
    content: "";
    background: url("/cms/contents/special/giftcard/img/example_icon.png") no-repeat left top;
    display: block;
    width: 43px;
    height: 60px;
    position: absolute;
    top: -64px;
  }
  .s-example-card__hgroupImg {
    display: block;
    margin-bottom: 9px;
  }
  .s-example-card__hgroupText {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    background: url("/cms/contents/special/giftcard/img/example_bg.png") repeat-x left bottom;
    padding-bottom: 14px;
    margin-bottom: 17px;
  }
  .s-example-card__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    min-height: 111px;
    margin-bottom: 31px;
  }
  .s-example-card__textBold {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 11px;
  }
  .s-example-card .c-button {
    width: 100%;
  }
  .s-purchase {
    padding: 100px 0 90px;
    background: rgba(220, 189, 159, 0.1);
  }
  .s-purchase__title {
    margin-bottom: 80px;
  }
  .s-purchase__lead {
    margin-bottom: 40px;
  }
  .s-purchase__btn {
    margin-bottom: 80px;
    text-align: center;
  }
  .s-howto {
    padding: 40px 0 90px;
  }
  .s-howto__title {
    margin-bottom: 80px;
  }
  .s-howto__lead {
    margin-bottom: 40px;
  }
  .s-howto__btn {
    margin-bottom: 80px;
    text-align: center;
  }
  .s-check {
    padding: 100px 0 120px;
    background: rgba(220, 189, 159, 0.1);
  }
  .s-check__title {
    margin-bottom: 116px;
  }
  .s-check__block {
    
    display: flex;
    justify-content: center;
  }
  .s-check__box {
    position: relative;
    width: 590px;
    background: #fff;
    padding: 67px 40px 30px 40px;
    font-size: 14px;
    line-height: 2;
  }
  .s-check__box:first-child {
    margin-right: 20px;
  }
  .s-check__boxIcon {
    position: absolute;
    top: -47px;
    left: 50%;
    margin-left: -55px;
  }
  .s-check__boxTitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 38px;
  }
  .s-check__boxInner {
    
    display: flex;
    justify-content: space-between;
  }
  .s-check__boxInner .c-button {
    margin-top: 25px;
  }
  .s-check__center {
    text-align: center;
  }
  .s-check__boxNum {
    margin: 2px 0 15px;
  }
  .s-faq {
    padding: 100px 0 90px;
  }
  .s-faq__title {
    margin-bottom: 64px;
  }
  .s-faq__item {
    width: 1200px;
    margin: 0 auto 20px;
    text-align: left;
    position: relative;
  }
  .s-faq__item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 72px;
    height: 72px;
    background: #333333;
  }
  .s-faq__item:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(134deg);
  }
  .s-faq__item.is-open:after {
    content: '';
    top: 33px;
    transform: rotate(-45deg);
  }
  .s-faq__item.is-open .s-faq__answer {
    display: block;
  }
  .s-faq__question {
    border: 1px solid #333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    
    display: flex;
    align-items: center;
  }
  .s-faq__questionIcon {
    width: 72px;
    height: 72px;
    text-align: center;
    background: #f3f3f3 url("/cms/contents/special/giftcard/img/faq_question.png") no-repeat center;
  }
  .s-faq__questionText {
    padding-left: 30px;
  }
  .s-faq__answer {
    display: none;
    border-bottom: 2px solid #9BA07F;
  }
  .s-faq__answerInner {
    
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .s-faq__answerIcon {
    width: 72px;
    height: 72px;
    text-align: center;
    background: url("/cms/contents/special/giftcard/img/faq_answer.png") no-repeat center;
  }
  .s-faq__answerText {
    font-size: 18px;
    padding-left: 31px;
    line-height: 1.5;
  }
  .s-tos {
    width: 1200px;
    margin: auto;
    padding: 57px 0 52px;
    background: #F3F3F3;
  }
  .s-tos__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .s-tos__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .s-tos__btnImg {
    margin-right: 8px;
    height: 20px;
  }
  .s-notice {
    padding: 80px 0 0;
  }
  .s-notice__item {
    width: 1200px;
    margin: 0 auto 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .s-notice__item:before {
    background: #000;
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 11px;
    width: 25px;
    height: 3px;
  }
  .s-notice__item:after {
    background: #000;
    content: '';
    display: block;
    position: absolute;
    right: 41px;
    top: 0;
    width: 3px;
    height: 25px;
    transition: transform .25s;
  }
  .s-notice__item.is-open:after {
    transform: rotate(-90deg);
  }
  .s-notice__title {
    border-bottom: 2px solid #333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 23px;
  }
  .s-notice__info {
    display: none;
    padding-left: 30px;
    padding-top: 40px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width:740px) {
  .s-hero {
    margin-bottom: 46px;
    text-align: center;
  }
  .s-tab {
    margin: auto;
  }
  .s-tab .c-multitab__wrap .c-multitab {
    padding-bottom: 22px;
  }
  .js-tab-content {
    display: none;
  }
  .js-tab-content.is-current {
    display: block;
  }
  .c-multitab__wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 25px;
  }
  .c-multitab__wrap .c-multitab {
    display: table-cell;
    vertical-align: top;
    font-size: 10px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
    font-weight: bold;
    border: 2px solid #d9d9d9;
    border-top-width: 0;
    border-right-width: 0;
  }
  .c-multitab__wrap .c-multitab p {
    color: #757575;
  }
  .c-multitab__wrap .c-multitab:first-child {
    border-left-width: 0;
  }
  .c-multitab__wrap .c-multitab.is-current {
    opacity: 1;
    border-color: #000;
    border-width: 2px;
    border-bottom-width: 0;
  }
  .c-multitab__wrap .c-multitab.is-current p {
    color: #000;
  }
  .c-multitab__wrap .c-multitab.is-current span {
    color: #000;
  }
  .c-multitab__wrap .c-multitab.is-current:first-child {
    border-left-width: 0;
  }
  .c-multitab__wrap .c-multitab.is-current:last-child {
    border-right-width: 0;
  }
  .c-multitab__wrap .c-multitab.is-current+.c-multitab {
    border-left-width: 0;
  }
  .c-multitab__wrap .c-multitab span {
    color: #757575;
    font-size: 8px;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
  }
  .c-multitab__content {
    display: none;
  }
  .c-multitab__content.is-current {
    display: block;
  }
  .c-multitab__content__secondry {
    display: none;
  }
  .c-multitab__content__secondry.is-active {
    display: block;
  }
  .s-hgroup {
    text-align: center;
  }
  .s-hgroup__heading {
    margin-bottom: 20px;
    width: auto;
    max-height: 30px;
  }
  .s-hgroup__lead {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .s-lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    letter-spacing: 0;
  }
  .s-lead::before {
    background: url("/cms/contents/special/giftcard/img/icon_lead_01.png") no-repeat left center;
    right: 17px;
    top: 11px;
  }
  .s-lead::after {
    background: url("/cms/contents/special/giftcard/img/icon_lead_02.png") no-repeat left center;
    left: 17px;
    top: 11px;
  }
  .s-lead::before,
  .s-lead::after {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    background-size: 21px;
  }
  .s-card {
    border: 1px solid #dedede;
    margin: 0 4.61538%;
  }
  .s-card__content {
    padding: 20px 20px 20px;
    border-left: 1px solid #dedede;
    background: #fff;
  }
  .s-card__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .s-card__text {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .s-card .c-button {
    width: 100%;
  }
  .s-step {
    margin-bottom: 85px;
  }
  .s-step__list {
    margin-top: 26px;
    padding: 0 4.61538%;
    position: relative;
  }
  .s-step__list:first-child {
    margin-top: 0;
  }
  .s-step__img {
    display: block;
    margin-bottom: 8px;
  }
  .s-step__text {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
  }
  .s-step__note {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 5px;
  }
  .s-gift {
    margin: 0 auto;
    padding: 22px 0 44px;
    text-align: center;
    position: relative;
  }
  .s-gift-bg {
    width: 109px;
    position: absolute;
    top: 46px;
  }
  .s-gift-img {
    width: 77.53846%;
    margin: auto;
  }
  .s-gift-body {
    position: relative;
  }
  .s-gift-title {
    margin-bottom: 22px;
    line-height: 1.68;
  }
  .s-gift-title__img {
    width: 272px;
    position: relative;
    z-index: 10;
  }
  .s-gift-title__text {
    font-size: 19px;
    font-weight: bold;
    display: block;
    position: relative;
    margin: 78px 0 0;
  }
  .s-gift-text {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }
  .s-gift-text:last-child {
    margin-bottom: 12px;
  }
  .s-point {
    padding: 58px 0 50px;
    background: rgba(220, 189, 159, 0.1);
    text-align: center;
  }
  .s-point-list {
    margin: 44px auto 32px;
    padding: 0 4.61538%;
  }
  .s-point-list__item {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    gap: 16px;
  }
  .s-point-list__img {
    width: 135px;
  }
  .s-point-list__text {
    flex: 1;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.66;
    text-align: left;
  }
  .s-point-list__notes {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.8;
    text-align: left;
  }
  .s-point-listImg{
    margin: 0 auto;
    width: calc(342 / 390 * 100vw);
  }
  .s-pint-img {
    width: 88%;
  }
  .s-example {
    padding: 58px 0 60px;
  }
  .s-example-title {
    margin-bottom: 60px;
  }
  .s-example-card {
    margin: 0 auto 18px;
    position: relative;
  }
  .s-example-card::after {
    content: "";
    display: block;
    clear: both;
  }
  .s-example-card__img {
    position: relative;
  }
  .s-example-card__img--right {
    text-align: right;
    padding-left: 7.69231%;
  }
  .s-example-card__img--left {
    text-align: left;
    padding-right: 7.69231%;
  }
  .s-example-card__box {
    position: relative;
    width: 80%;
    border: 2px solid #333;
    padding: 21px 19px 19px;
    z-index: 2;
    top: -31px;
    background: rgba(255, 255, 255, 0.9);
  }
  .s-example-card__box--right {
    float: right;
    margin-right: 4.61538%;
  }
  .s-example-card__box--right::before {
    left: 4.61538%;
  }
  .s-example-card__box--left {
    margin-left: 4.61538%;
  }
  .s-example-card__box--left::before {
    left: 4.61538%;
  }
  .s-example-card__box::before {
    content: "";
    background: url("/cms/contents/special/giftcard/img/example_icon.png") no-repeat left top;
    background-size: 20px 30px;
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: -30px;
  }
  .s-example-card__hgroupImg {
    display: block;
    margin-bottom: 9px;
    width: 91px;
  }
  .s-example-card__hgroupText {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: url("/cms/contents/special/giftcard/img/example_bg.png") repeat-x left bottom;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .s-example-card__text {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 17px;
  }
  .s-example-card__textBold {
    font-size: 10px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 6px;
  }
  .s-example-card .c-button {
    width: 100%;
  }
  .s-purchase {
    padding: 58px 0 60px;
    background: rgba(220, 189, 159, 0.1);
  }
  .s-purchase__title {
    margin-bottom: 36px;
  }
  .s-purchase__lead {
    margin-bottom: 33px;
  }
  .s-purchase__btn {
    margin: 0 16% 60px;
    text-align: center;
  }
  .s-howto {
    padding: 32px 0 60px;
  }
  .s-howto__title {
    margin-bottom: 35px;
  }
  .s-howto__lead {
    margin-bottom: 31px;
  }
  .s-howto__btn {
    margin: 0 16%;
    text-align: center;
  }
  .s-howto-step {
    margin-bottom: 43px;
  }
  .s-howto-step .step__text {
    padding-bottom: 8px;
  }
  .s-check {
    padding: 58px 0 64px;
    background: rgba(220, 189, 159, 0.1);
  }
  .s-check__title {
    margin-bottom: 58px;
  }
  .s-check__box {
    position: relative;
    background: #fff;
    margin: 0 4.61538% 50px;
    padding: 46px 15px 30px;
    font-size: 12px;
    line-height: 2;
  }
  .s-check__box:last-child {
    margin-bottom: 0;
  }
  .s-check__boxIcon {
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: -20px;
  }
  .s-check__img {
    width: 40.67797%;
    height: 100%;
    margin-left: 4.40678%;
    min-width: 120px;
  }
  .s-check__boxTitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .s-check__boxInner {
    
    display: flex;
    justify-content: space-between;
  }
  .s-check__boxText {
    line-height: 1.6;
    letter-spacing: 0;
  }
  .s-check__boxBtn {
    margin: 20px 6.76923% 0;
  }
  .s-check__center {
    text-align: center;
  }
  .s-check__boxNum {
    margin: 4px auto 15px;
    padding: 0 5.08475%;
  }
  .s-check__time {
    font-size: 10px;
  }
  .s-faq {
    padding: 48px 0 90px;
  }
  .s-faq__title {
    margin-bottom: 32px;
  }
  .s-faq__item {
    margin: 0 4.61538% 20px;
    text-align: left;
  }
  .s-faq__item.is-open .s-faq__item:after {
    content: '';
    right: 39%;
    transform: rotate(-45deg);
  }
  .s-faq__item.is-open .s-faq__answer {
    display: block;
  }
  .s-faq__question {
    border: 1px solid #333;
    font-size: 13px;
    font-weight: bold;
    display: table;
    align-items: center;
    line-height: 1.5;
    width: 100%;
  }
  .s-faq__questionIconWrap {
    min-width: 58px;
    height: 100%;
    text-align: center;
    background: #f3f3f3;
    display: table-cell;
    vertical-align: middle;
  }
  .s-faq__questionIcon {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    background: #f3f3f3 url("/cms/contents/special/giftcard/img/faq_question.png") no-repeat center / 24px;
  }
  .s-faq__questionText {
    display: table-cell;
    vertical-align: middle;
    padding: 11px 4.61538% 8px;
    width: 100%;
  }
  .s-faq__questionBtn {
    display: table-cell;
    vertical-align: middle;
    background: #333333;
    position: relative;
    min-width: 58px;
  }
  .s-faq__question {
    padding-right: 60px;
    position: relative;
  }
  .s-faq__question:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 58px;
    height: 100%;
    background: #333333;
  }
  .s-faq__question:after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(135deg);
  }
  .s-faq__answer {
    display: none;
    border-bottom: 2px solid #9BA07F;
  }
  .s-faq__answerInner {
    
    display: flex;
    align-items: center;
    padding: 19px 0 13px;
  }
  .s-faq__answerIcon {
    width: 24px;
    height: 32px;
    text-align: center;
    background: url("/cms/contents/special/giftcard/img/faq_answer.png") no-repeat center;
    background-size: 24px 32px;
    min-width: 58px;
  }
  .s-faq__answerText {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 4.61538%;
  }
  .s-tos {
    margin: 0 4.61538%;
    padding: 57px 38px 52px;
    background: #F3F3F3;
    text-align: center;
  }
  .s-tos__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .s-tos__text {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .s-tos__btnImg {
    position: relative;
    top: -10px;
    width: 14px;
    margin-right: 8px;
  }
  .s-notice {
    padding: 25px 0 0;
  }
  .s-notice__item {
    margin: 0 4.61538% 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .s-notice__item:before {
    background: #000;
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    top: 14px;
    width: 17px;
    height: 3px;
  }
  .s-notice__item:after {
    background: #000;
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 7px;
    width: 3px;
    height: 17px;
    transition: transform .25s;
  }
  .s-notice__item.is-open:after {
    transform: rotate(-90deg);
  }
  .s-notice__title {
    border-bottom: 2px solid #333;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 4.61538% 8px;
    position: relative;
  }
  .s-notice__info {
    display: none;
    padding: 14px 4.61538% 0;
    font-size: 13px;
    line-height: 1.5;
  }
}

.u-color-positive {
  color: #d54f62;
}
.u-fw-bold {
  font-weight: bold;
}