@charset "UTF-8";
/*---------------------------------------------
mixin
---------------------------------------------*/
@-webkit-keyframes push-size-s {
  40% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes push-size-s {
  40% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-m {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-m {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-l {
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-l {
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-slider {
  40% {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes push-size-slider {
  40% {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes push-size-slider-c {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-slider-c {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-slider-c2 {
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-slider-c2 {
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ctg-app a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ctg-app a:hover {
  opacity: .8;
}

.ctg-app .wrap-ctg-app {
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .ctg-app .wrap-ctg-app {
    border-radius: 12px;
  }
}

.ctg-app .wrap-ctg-app-inner {
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .ctg-app .wrap-ctg-app-inner {
    border-radius: 8px;
  }
}

.ctg-app .kv {
  background: #fff;
  background: url(/Content/ctg_app/rwd/common/img/kv_bg.png) no-repeat top center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  min-height: 800px;
  position: relative;
}

.ctg-app .kv .kv-title {
  left: 5%;
  margin-right: 5%;
  position: absolute;
  top: 20px;
  z-index: 1000;
}

.ctg-app .kv .kv-point {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border: 8px solid #004e9f;
  border-radius: 12px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 470px;
  width: 92%;
  z-index: 1200;
}

.ctg-app .kv .kv-point__left {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px;
  width: 60%;
}

.ctg-app .kv .kv-point__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 40%;
}

.ctg-app .kv .download {
  background: #ffd200;
  border-radius: 0 12px 12px 0;
  padding: 15px;
}

.ctg-app .kv .download__text {
  margin-bottom: 10px;
  text-align: center;
}

.ctg-app .kv .download-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0;
}

.ctg-app .kv .download-layout__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

.ctg-app .kv .download-layout__item:nth-child(1) {
  border-right: 2px solid #000;
  width: 48%;
}

.ctg-app .kv .download-layout__item:nth-child(2) {
  width: calc(48% - 2px);
}

.ctg-app .kv .download-detail {
  text-align: center;
}

.ctg-app .kv .download-detail__btn {
  display: block;
  margin-bottom: 10px;
}

.ctg-app .kv .download-detail__qr {
  display: block;
}

@media screen and (max-width: 767px) {
  .ctg-app .kv {
    background: #fff;
    background: url(/Content/ctg_app/rwd/common/img/kv_bg_sp.png) no-repeat top center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    min-height: 640px;
    position: relative;
  }
  .ctg-app .kv .kv-title {
    left: auto;
    margin-right: 0;
    position: relative;
    top: 20px;
    z-index: 1000;
  }
  .ctg-app .kv .kv-point {
    background: #fff;
    border: 4px solid #004e9f;
    border-radius: 12px;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 82vmin;
    width: 92%;
    z-index: 1200;
  }
  .ctg-app .kv .kv-point__left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .ctg-app .kv .kv-point__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .ctg-app .kv .download {
    background: #ffd200;
    border-radius: 0 0 12px 12px;
    padding-top: 15px;
  }
  .ctg-app .kv .download__text {
    margin-bottom: 10px;
    text-align: center;
  }
  .ctg-app .kv .download-layout {
    padding: 8px;
  }
  .ctg-app .kv .download-layout__item {
    text-align: center;
  }
  .ctg-app .kv .download-layout__item:nth-child(1) {
    border-right: none;
    width: 44%;
  }
  .ctg-app .kv .download-layout__item:nth-child(2) {
    width: 54%;
  }
  .ctg-app .kv .download-detail {
    text-align: center;
  }
  .ctg-app .kv .download-detail__btn {
    display: block;
    margin-bottom: 0;
  }
  .ctg-app .kv .download-detail__qr {
    display: none;
  }
}

.ctg-app .contents-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8.6%;
}

@media screen and (max-width: 767px) {
  .ctg-app .contents-inner {
    padding: 0 4%;
  }
}

.ctg-app .entry {
  -webkit-box-sizing: border-box;
  background: #004e9f;
  box-sizing: border-box;
  color: #fff;
  padding: 30px 20px 30px;
  text-align: center;
}

.ctg-app .entry__text1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ctg-app .entry__text2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.ctg-app .entry__btn {
  -webkit-box-sizing: border-box;
  background: #ffd200;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 605px;
  padding: 8px 25px 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ctg-app .entry__text1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .ctg-app .entry__btn {
    border-radius: 50px;
  }
}

.ctg-app .s1 {
  background: url(/Content/ctg_app/rwd/common/img/s1_bg.png) repeat-y center top #fff;
  background-size: contain;
  padding: 90px 0 0;
}

.ctg-app .s1__title {
  margin-bottom: 60px;
}

.ctg-app .s1 .s1-group1 {
  -webkit-box-sizing: border-box;
  background: #daf1fc;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 60px;
  min-height: 410px;
  padding: 50px;
  position: relative;
  width: 96%;
}

.ctg-app .s1 .s1-group1__chara {
  left: -58px;
  max-width: 134px;
  position: absolute;
  top: -58px;
  width: 15%;
}

.ctg-app .s1 .s1-group1__title {
  color: #004e9f;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.ctg-app .s1 .s1-group1__read {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.ctg-app .s1 .s1-group1__caution {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto 15px;
  text-align: center;
  text-align: center;
  width: 80%;
}

.ctg-app .s1 .s1-group1__caution a {
  color: #029fe8;
  text-decoration: underline;
}

.ctg-app .s1 .s1-group1__btn {
  -webkit-box-sizing: border-box;
  background: #029fe8;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 30px auto 0;
  max-width: 605px;
  padding: 8px 25px 10px;
  text-align: center;
  width: 90%;
}

.ctg-app .s1 .s1-group1-layout__item {
  position: relative;
}

.ctg-app .s1 .s1-group1-layout__item:nth-child(1) {
  width: 76%;
}

.ctg-app .s1 .s1-group1-layout__item:nth-child(2) {
  position: absolute;
  right: -4%;
  top: -40px;
  width: 28%;
}

.ctg-app .s1 .s1-group2 {
  -webkit-box-sizing: border-box;
  background: #daf1fc;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 60px;
  margin-left: 4%;
  min-height: 410px;
  padding: 50px;
  position: relative;
  width: 96%;
}

.ctg-app .s1 .s1-group2__chara {
  max-width: 134px;
  position: absolute;
  right: -58px;
  top: -58px;
  width: 16%;
}

.ctg-app .s1 .s1-group2__title {
  color: #004e9f;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.ctg-app .s1 .s1-group2__read {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.ctg-app .s1 .s1-group2__caution {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.ctg-app .s1 .s1-group2-layout__item {
  position: relative;
}

.ctg-app .s1 .s1-group2-layout__item:nth-child(1) {
  margin-left: 24%;
  width: 76%;
}

.ctg-app .s1 .s1-group2-layout__item:nth-child(2) {
  left: -4%;
  position: absolute;
  top: -40px;
  width: 28%;
}

.ctg-app .s1 .challenge__title {
  border-bottom: 2px solid #004e9f;
  border-top: 2px solid #004e9f;
  color: #004e9f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 5px;
  text-align: center;
}

.ctg-app .s1 .challenge .q {
  -webkit-box-sizing: border-box;
  border-left: 3px solid #004e9f;
  box-sizing: border-box;
  color: #004e9f;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
}

.ctg-app .s1 .challenge-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctg-app .s1 .challenge-layout__left {
  width: 40%;
}

.ctg-app .s1 .challenge-layout__right {
  width: 56%;
}

@media screen and (max-width: 767px) {
  .ctg-app .s1 {
    padding: 50px 0 0;
  }
  .ctg-app .s1__title {
    margin-bottom: 30px;
  }
  .ctg-app .s1 .s1-group1 {
    margin-bottom: 20px;
    padding: 15px 4%;
    width: 100%;
  }
  .ctg-app .s1 .s1-group1__chara {
    display: block;
    left: unset;
    margin: 0;
    max-width: none;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
  }
  .ctg-app .s1 .s1-group1__chara img {
    text-align: center;
    width: 80px;
  }
  .ctg-app .s1 .s1-group1__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .ctg-app .s1 .s1-group1__read {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  .ctg-app .s1 .s1-group1__btn {
    border-radius: 50px;
    font-size: 16px;
    font-size: 1rem;
    margin: 20px auto;
    padding: 8px 10px 10px;
    width: 100%;
  }
  .ctg-app .s1 .s1-group1__device-sp {
    margin: 15px auto;
    text-align: center;
    width: 50%;
  }
  .ctg-app .s1 .s1-group1-layout__item {
    position: relative;
  }
  .ctg-app .s1 .s1-group1-layout__item:nth-child(1) {
    width: 100%;
  }
  .ctg-app .s1 .s1-group1-layout__item:nth-child(2) {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30%;
  }
  .ctg-app .s1 .s1-group2 {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 15px 4%;
    width: 100%;
  }
  .ctg-app .s1 .s1-group2__chara {
    display: block;
    margin: 0;
    max-width: none;
    position: relative;
    right: unset;
    text-align: center;
    top: auto;
    width: 100%;
  }
  .ctg-app .s1 .s1-group2__chara img {
    text-align: center;
    width: 80px;
  }
  .ctg-app .s1 .s1-group2__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .ctg-app .s1 .s1-group2__read {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  .ctg-app .s1 .s1-group2__caution {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
    width: 100%;
  }
  .ctg-app .s1 .s1-group2__device-sp {
    margin: 15px auto;
    text-align: center;
    width: 50%;
  }
  .ctg-app .s1 .s1-group2-layout__item {
    position: relative;
  }
  .ctg-app .s1 .s1-group2-layout__item:nth-child(1) {
    margin-left: 0;
    width: 100%;
  }
  .ctg-app .s1 .s1-group2-layout__item:nth-child(2) {
    left: 10px;
    position: absolute;
    top: 15px;
    width: 30%;
  }
  .ctg-app .s1 .challenge__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .ctg-app .s1 .challenge-layout {
    display: block;
  }
  .ctg-app .s1 .challenge-layout__left {
    margin-bottom: 15px;
    width: 100%;
  }
  .ctg-app .s1 .challenge-layout__right {
    width: 100%;
  }
}

.ctg-app .s2 {
  background: url(/Content/ctg_app/rwd/common/img/s2_bg.png) repeat-y center top #47c0f7;
  background-size: contain;
  padding: 90px 0 30px;
}

.ctg-app .s2__title {
  margin-bottom: 60px;
}

.ctg-app .s2 .s2-step {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ctg-app .s2 .s2-step__item {
  margin: 0 1%;
  width: 31.3%;
}

.ctg-app .s2 .step-item {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 6px solid #004e9f;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 80px 15px 15px;
  position: relative;
}

.ctg-app .s2 .step-item__icon {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
}

.ctg-app .s2 .step-item__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
}

.ctg-app .s2 .step-item__text .large {
  color: #47bff7;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.ctg-app .s2 .step-item__device {
  display: block;
  text-align: center;
}

.ctg-app .s2 .step-item__btn {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.ctg-app .s2 .step-item__chara {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.ctg-app .s2 .step-item:nth-child(4) .step-item__text {
  margin-top: 2em;
  min-height: 3.4em;
}

.ctg-app .s2 .entry {
  border-radius: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ctg-app .s2 {
    padding: 50px 0;
  }
  .ctg-app .s2__title {
    margin-bottom: 30px;
  }
  .ctg-app .s2 .s2-step__item {
    margin: 0 0 50px 4%;
    width: 48%;
  }
  .ctg-app .s2 .s2-step__item:nth-child(odd) {
    margin-left: 0;
  }
  .ctg-app .s2 .step-item {
    border: 6px solid #004e9f;
    margin-bottom: 50px;
    padding: 70px 10px 10px;
  }
  .ctg-app .s2 .step-item__icon {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    width: 80px;
  }
  .ctg-app .s2 .step-item__text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    min-height: 8em;
    text-align: left;
  }
  .ctg-app .s2 .step-item__text .large {
    color: #47bff7;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .ctg-app .s2 .step-item__chara {
    margin: 50px auto 0;
    width: 66%;
  }
  .ctg-app .s2 .entry {
    border-radius: 16px;
    width: 100%;
  }
}

.ctg-app .s3 {
  background: #fff;
  padding: 90px 0;
}

.ctg-app .s3__title {
  margin-bottom: 60px;
}

.ctg-app .s3 .faq__q {
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #c7c7c7;
  box-sizing: border-box;
  color: #004e9f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 4em;
  padding-bottom: 8px;
  padding-left: 80px;
  padding-right: 50px;
  padding-top: 16px;
  position: relative;
}

.ctg-app .s3 .faq__q:after {
  color: #004e9f;
  content: "＋";
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 50px;
}

.ctg-app .s3 .faq__q.open:after {
  color: #004e9f;
  content: "ー";
  display: block;
  font-size: 32px;
  font-size: 2rem;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 50px;
}

.ctg-app .s3 .faq__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  min-height: 4em;
  padding-left: 80px;
  padding-top: 16px;
  position: relative;
}

.ctg-app .s3 .faq__q-icon {
  background: url(/Content/ctg_app/rwd/common/img/s3_q.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  color: #004e9f;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 64px;
  left: 0;
  line-height: 64px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 64px;
}

.ctg-app .s3 .faq__a-icon {
  background: #ffd200;
  background-size: contain;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 64px;
  left: 0;
  line-height: 64px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 64px;
}

.ctg-app .s3 .faq-btn {
  -webkit-box-sizing: border-box;
  background: #029fe8;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 40px auto 0;
  max-width: 605px;
  padding: 8px 25px 10px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ctg-app .s3 {
    padding: 50px 0;
  }
  .ctg-app .s3__title {
    margin-bottom: 30px;
  }
  .ctg-app .s3 .faq__q {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 3px;
  }
  .ctg-app .s3 .faq__q:after {
    color: #004e9f;
    content: "＋";
    display: block;
    font-size: 36px;
    font-size: 2.25rem;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
  }
  .ctg-app .s3 .faq__q.open:after {
    color: #004e9f;
    content: "ー";
    display: block;
    font-size: 32px;
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
  }
  .ctg-app .s3 .faq__a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    min-height: 4em;
    padding-left: 60px;
    padding-top: 5px;
    position: relative;
  }
  .ctg-app .s3 .faq__q-icon {
    font-size: 18px;
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .ctg-app .s3 .faq__a-icon {
    font-size: 18px;
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .ctg-app .s3 .faq-btn {
    border-radius: 50px;
  }
}

.ctg-app .s4 {
  background: #eee;
  padding: 90px 0;
}

.ctg-app .s4__title {
  margin-bottom: 60px;
}

.ctg-app .s4 .requirement {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
  width: 100%;
}

.ctg-app .s4 .requirement th {
  background: #004e9f;
  border: 2px solid #000;
  color: #fff;
  padding: 30px 10px;
  width: 40%;
}

.ctg-app .s4 .requirement td {
  background: #fff;
  border: 2px solid #000;
  padding: 30px 10px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .ctg-app .s4 {
    padding: 50px 0;
  }
  .ctg-app .s4__title {
    margin-bottom: 30px;
  }
  .ctg-app .s4 .requirement {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
  .ctg-app .s4 .requirement th {
    -webkit-box-sizing: border-box;
    border-bottom: none;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 15px;
    width: 100%;
  }
  .ctg-app .s4 .requirement td {
    -webkit-box-sizing: border-box;
    background: #fff;
    box-sizing: border-box;
    display: block;
    padding: 15px;
    width: 100%;
  }
  .ctg-app .s4 .requirement td:not(:last-child) {
    border-bottom: none;
  }
  .ctg-app .s4 .requirement tr, .ctg-app .s4 .requirement tbody {
    display: block;
    width: 100%;
  }
}

.ctg-app .s5 {
  -webkit-box-sizing: border-box;
  background: #ffd200;
  box-sizing: border-box;
  padding: 20px;
}

.ctg-app .s5 .footer-dl {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctg-app .s5 .footer-dl__item:nth-child(1) {
  width: 42%;
}

.ctg-app .s5 .footer-dl__item:nth-child(2) {
  width: 58%;
}

.ctg-app .s5 .btn-qr {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctg-app .s5 .btn-qr__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.ctg-app .s5 .btn-qr__item:nth-child(1) {
  padding: 0 8px 0 0;
  width: 24%;
}

.ctg-app .s5 .btn-qr__item:nth-child(2) {
  border-right: 2px solid #000;
  padding-right: 8px;
  width: 21%;
}

.ctg-app .s5 .btn-qr__item:nth-child(3) {
  width: calc(30% - 2px);
}

.ctg-app .s5 .btn-qr__item:nth-child(4) {
  width: 18%;
}

@media screen and (max-width: 767px) {
  .ctg-app .s5 {
    padding: 20px;
  }
  .ctg-app .s5__title {
    margin-bottom: 10px;
    width: 80%;
  }
  .ctg-app .s5 .footer-dl {
    display: block;
  }
  .ctg-app .s5 .footer-dl__item:nth-child(1) {
    width: 100%;
  }
  .ctg-app .s5 .footer-dl__item:nth-child(2) {
    width: 100%;
  }
  .ctg-app .s5 .btn-qr {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ctg-app .s5 .btn-qr__item {
    text-align: center;
  }
  .ctg-app .s5 .btn-qr__item:nth-child(1) {
    width: 44%;
  }
  .ctg-app .s5 .btn-qr__item:nth-child(2) {
    display: none;
  }
  .ctg-app .s5 .btn-qr__item:nth-child(3) {
    width: 52%;
  }
  .ctg-app .s5 .btn-qr__item:nth-child(4) {
    display: none;
  }
}
