@charset "utf-8"; @import "foundation/_setting.scss"; //========================================================================== //products.scss //========================================================================== .index { &__contactArea { padding: 60px 0 90px; background-color: #fff; @include smMax { padding: sm_vw(80) 0 sm_vw(160); } } &__inner { width: 100%; max-width: 920px; @include smMax { width: 100%; } } &__inner02 { padding: 60px 20px 130px; width: 100%; max-width: 920px; @include smMax { padding: sm_vw(100) sm_vw(40) sm_vw(200); width: 100%; } } &__ttl01 { position: relative; padding: 0 0 0 15px; margin: 80px 0 20px; font-size: 24px; font-weight: 500; @include smMax { padding: 0 0 0 sm_vw(30); margin: sm_vw(70) 0 sm_vw(30); font-size: sm_vw(36); } &::before { content: ""; position: absolute; top: 0.35em; left: 0; width: 4px; height: 24px; background-color: #073473; @include smMax { width: sm_vw(10); height: sm_vw(38); } } &::after { content: ""; position: absolute; top: 0.35em; left: 0; width: 4px; height: 12px; background-color: $colorBlue; @include smMax { width: sm_vw(10); height: sm_vw(19); } } } &__ttl02 { letter-spacing: 0.1em; @include smMax { line-height: 1.3; .en { margin-top: sm_vw(10); } } } .privacyBox { border-radius: 4px; border: 1px solid #ccc; padding: 20px; @include smMax { padding: sm_vw(20); } .scrollBox { height: 190px; overflow: auto; padding-right: 20px; @include smMax { padding-right: sm_vw(40); height: sm_vw(400); } } &__txt { position: relative; font-size: 14px; line-height: 2; color: #777; padding-left: 1.35em; @include smMax { font-size: sm_vw(24); } span { position: absolute; left: 0; display: block; } } .privacyBox__txt + .privacyBox__txt { margin-top: 20px; @include smMax { margin-top: sm_vw(30); } } &__txtBox { margin-top: 20px; @include smMax { margin-top: sm_vw(30); } } &__txt02 { font-size: 14px; font-weight: 700; line-height: 2; color: #777; @include smMax { font-size: sm_vw(24); } } &__txt03 { position: relative; font-size: 14px; line-height: 2; color: #777; @include smMax { font-size: sm_vw(24); } } &__list01 { li { font-size: 14px; line-height: 2; color: #777; @include smMax { font-size: sm_vw(24); } } } .simplebar-track { width: 8px; @include smMax { width: sm_vw(12); } } .simplebar-scrollbar::before { left: 0; right: 0; border-radius: 4px; background: $colorBlue; @include smMax { border-radius: sm_vw(6); } } .simplebar-scrollbar.simplebar-visible::before { opacity: 1; } .simplebar-track.simplebar-vertical { background: #f2f2f2; border-radius: 4px; @include smMax { border-radius: sm_vw(6); } } .simplebar-track.simplebar-vertical .simplebar-scrollbar::before { top: 0; bottom: 0; } .mCSB_scrollTools { opacity: 1 !important; width: 8px !important; @include smMax { width: sm_vw(12); } } .mCSB_dragger_bar { width: 100% !important; opacity: 1 !important; background-color: $colorBlue !important; } .mCSB_draggerRail { width: 100% !important; background-color: #f2f2f2 !important; } } &__txt01 { margin-top: 25px; font-size: 14px; line-height: 1.9; @include smMax { margin-top: sm_vw(30); font-size: sm_vw(24); } } &__table01 { margin-top: 40px; @include smMax { margin-top: sm_vw(30); th { text-align: center; &:nth-child(1) { width: sm_vw(190); } &:nth-child(2) { width: sm_vw(286); } &:nth-child(3) { width: sm_vw(194); } } td { .dot { position: relative; &::before { content: "・"; } } } } } .btnBox { margin: 0 auto 80px; width: 100%; max-width: 760px; display: flex; flex-wrap: wrap; @include smMax { margin: 0 auto sm_vw(80); width: 100%; } &__btn01 { margin-bottom: 20px; width: 100%; @include smMax { margin-bottom: sm_vw(30); .c-btn-01 { font-size: sm_vw(26); .ico { padding-left: sm_vw(30); justify-content: flex-start; } } } .icoQA { position: relative; display: inline-block; padding-left: 45px; @include smMax { padding: 0 sm_vw(25) 0 sm_vw(50); } &::before { content: ""; position: absolute; bottom: 50%; left: 0; transform: translateY(50%); width: 35px; height: 35px; background: transparent url("../images/ico_qa_w.png") 0 0 no-repeat; background-size: 100% 100%; @include smMax { width: sm_vw(40); height: sm_vw(40); } } } } &__btn02 { @include smMin { width: calc(100% / 2); padding-right: 10px; } @include smMax { width: sm_vw(325); text-align: center; .c-btn-01 { font-size: sm_vw(24); } .ico { justify-content: flex-start; &.is-down { &::before { right: sm_vw(20); } } } } .icoMail { position: relative; display: inline-block; padding-left: 26px; @include smMax { display: block; width: 100%; padding: 0 sm_vw(25) 0 sm_vw(50); } &::before { content: ""; position: absolute; bottom: calc(50% - 0.1em); left: 0; transform: translateY(50%); width: 18px; height: 13px; background: transparent url("../images/ico_mail01_gr.png") 0 0 no-repeat; background-size: 100% 100%; @include smMax { left: sm_vw(26); width: sm_vw(26); height: sm_vw(19); background: transparent url("../images/ico_mail01_b.png") 0 0 no-repeat; background-size: 100% 100%; } } } } &__btn03 { @include smMin { width: calc(100% / 2); padding-left: 10px; } @include smMax { margin-left: sm_vw(20); width: sm_vw(325); text-align: center; .c-btn-01 { font-size: sm_vw(24); } .ico { justify-content: flex-start; &.is-down { &::before { right: sm_vw(20); } } } } .icoTel { position: relative; display: inline-block; padding-left: 26px; @include smMax { display: block; width: 100%; padding: 0 sm_vw(40) 0 sm_vw(50); } &::before { content: ""; position: absolute; bottom: calc(50% - 0.1em); left: 0; transform: translateY(50%); width: 15px; height: 15px; background: transparent url("../images/ico_tel01.png") 0 0 no-repeat; background-size: 100% 100%; @include smMax { left: sm_vw(26); width: sm_vw(26); height: sm_vw(26); } } } } } .complete { &__txt01 { padding-top: 20px; font-size: 28px; font-weight: 500; color: $colorBlue; text-align: center; @include smMax { font-size: sm_vw(38); display: block; width: 100%; padding: 0; } } &__txt02 { margin-top: 20px; font-size: 16px; font-weight: 500; text-align: center; color: #222; @include smMax { font-size: sm_vw(26); } } &__box01 { margin-top: 20px; text-align: center; @include smMax { margin-top: sm_vw(20); } ul { display: inline-block; @include smMax { display: block; } li { font-size: 14px; text-align: left; color: #222; @include smMax { font-size: sm_vw(24); padding-left: 1em; text-indent: -1em; } } } } } }