.sp, .sp-flex, .tab {
  display: none;
}
.free-page {
  background: #fff;
  line-height: 1.8;
}
.bt{
  align-items: center;
  background: #ff7326;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  height: 56px;
  justify-content: space-between;
  transition: 0.2s;
}
@media screen and (min-width: 48em) {
  .bt{
    font-size: 1.6rem;
    width: fit-content;
  }
}
.bt-txt {
  margin: 0 1em 0 1.5em;
  text-align: center;
  width: 100%;
}
.bt .size-l {
  font-size: 1.2em;
  margin-right: .3em;
}
.bt .bt-arrow{
  background: #d25f22 url("/assets/img/ccna/icon_arrow05.svg") center no-repeat;
  background-size: 10px;
  border-radius: 0 30px 30px 0;
  height: 56px;
  transition: 0.2s;
  width: 56px;
}
@media screen and (min-width: 48em) {
  .bt:hover{
    background: #252322;
  }
  .bt:hover .bt-arrow{
    background: #252322 url("/assets/img/ccna/icon_arrow05.svg") 55% center no-repeat;
    background-size: 10px;
  }
}
.fixBanner {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  width: 100%;
}
.heading02 {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}
.heading02:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  content: "";
  background: #e66601;
}
@media screen and (min-width: 48em) {
  .heading02:before {
    bottom: -25px;
  }
}
@media screen and (min-width: 48em) {
  .heading02 {
    font-size: 3.2rem;
  }
}

.heading03 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .heading03 {
    font-size: 2rem;
  }
}

.heading04 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .heading04 {
    font-size: 1.8rem;
  }
}

p {
  margin-bottom: 1.7em;
}

.ls {
  letter-spacing: -0.05em;
}

section {
  font-size: 1.4rem;
  padding: 30px 0 0;
}
@media screen and (min-width: 48em) {
  section {
    font-size: 1.6rem;
    padding: 80px 0 0;
  }
}
section a.underline {
  border-bottom: #e66601 1px solid;
  color: #e66601;
  display: inline-block;
}

.ttl-box {
  margin-bottom: 2.8em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ttl-box {
    margin-bottom: 5.5em;
  }
}

.bg-gray {
  background: #fafafa;
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-orange {
  background: #e66601;
  color: #fff;
}

.color-red {
  color: #de0909;
}

.color-orange {
  color: #e66601;
}

.line-orange {
  display: inline;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #f5c29a 50%);
}

.balloon {
  background: #de0909;
  border-radius: 5px;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0.3em auto 0.8em;
  padding: 0.3em 1em;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 48em) {
  .balloon {
    margin: 0.3em auto 0.5em;
    padding: 0.4em 2.5em;
  }
}

.balloon:after {
  border: 7px solid transparent;
  border-top: 14px solid #de0909;
  content: "";
  left: 10%;
  position: absolute;
  top: 100%;
}
.ap--kf__tb .balloon .size-l {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb .balloon .size-l {
    font-size: 2rem;
  }
}
.container {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 20px;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 30px;
  }
}
.container ul {
  list-style: disc;
  margin: 0 0 20px 20px;
}

.flexbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flexbox img {
  margin: 0 auto;
}
.flexbox__h-bottom {
  align-items: baseline;
}
.flexbox__h-center {
  align-items: center;
}
.flexbox__item {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .flexbox__pc-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 64em) {
  .flexbox__tab-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-reverse {
    flex-direction: column-reverse;
  }
}
.flexbox__two-col {
  width: 46%;
  margin: 0 4% 15px;
}
@media screen and (min-width: 48em) {
  .flexbox__two-col {
    width: 48%;
    margin: 0 2% 35px;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox__two-col {
    width: 46%;
    margin: 0 4% 35px;
  }
}
.flexbox__two-col:nth-child(odd) {
  margin-left: 0;
}
.flexbox__two-col:nth-child(even) {
  margin-right: 0;
}
.flexbox__three-col {
  width: 31.3333%;
  margin: 0 1.5% 20px;
}
@media screen and (min-width: 48em) {
  .flexbox__three-col {
    width: 31.9333%;
    margin: 0 1% 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox__three-col {
    width: 31.3333%;
    margin: 0 1.5% 20px;
  }
}
.flexbox__three-col:first-child, .flexbox__three-col:nth-child(3n+1) {
  margin-left: 0;
}
.flexbox__three-col:nth-child(3n) {
  margin-right: 0;
}
.flexbox__four-col {
  width: 19.6%;
  margin: 0 3.6% 20px;
}
@media screen and (min-width: 48em) {
  .flexbox__four-col {
    width: 23%;
    margin: 0 1.3% 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox__four-col {
    width: 19.6%;
    margin: 0 3.6% 20px;
  }
}
.flexbox__four-col:first-child, .flexbox__four-col:nth-child(4n+1) {
  margin-left: 0;
}
.flexbox__four-col:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 64em) {
  .flexbox__tab-one {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-one {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-two-col {
    flex: none;
    width: 48%;
    margin: 0 2% 0;
  }
  .flexbox__sp-two-col:first-child, .flexbox__sp-two-col:nth-child(3n+1) {
    margin-left: auto;
  }
  .flexbox__sp-two-col:nth-child(3n) {
    margin-right: auto;
  }
  .flexbox__sp-two-col:nth-child(odd) {
    margin-left: 0;
  }
  .flexbox__sp-two-col:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-three-col {
    flex: none;
    width: 29.3333%;
    margin: 0 3% 5px;
  }
  .flexbox__sp-three-col:first-child, .flexbox__sp-three-col:nth-child(3n+1) {
    margin-left: 0;
  }
  .flexbox__sp-three-col:nth-child(3n) {
    margin-right: 0;
  }
}

.v-center {
  display: flex;
  align-items: center;
}

.v-a-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainvisual {
  overflow: hidden;
  padding-top: 22vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 48em) {
  .mainvisual {
    padding-top: 20vw;
  }
}
@media screen and (min-width: 901px) {
  .mainvisual {
    padding: 9vw 0 2em;
  }
}
.mainvisual .container {
  padding-bottom: 0;
}
.mainvisual__bg {
  background: url("/assets/img/aws/mainvisual-sp.jpg") center no-repeat;
  background-size: cover;
  height: 300px;
  position: absolute;
  top: 58px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .mainvisual__bg {
    background: url("/assets/img/aws/mainvisual.jpg") center no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
  }
}
@media screen and (min-width: 1100px) {
  .mainvisual__bg {
    width: 50%;
  }
}
.mainvisual .heading02 {
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-top: 0.4em;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 {
    font-size: 4rem;
    line-height: 1.5;
    margin-top: 0.5em;
  }
}
.mainvisual .heading02 .size-l {
  font-size: 4rem;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 .size-l {
    font-size: 5.4rem;
  }
}
.mainvisual .heading02:before {
  display: none;
}
.mainvisual__copy {
  background: rgba(255, 255, 255, 0.7);
  display: inline;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  padding: 0.1em;
}
.mainvisual__txt {
  color: #888;
  font-size: 1rem;
  margin-bottom: 3.2em;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__txt {
    font-size: 1.2rem;
    margin-bottom: 3.2em;
  }
}
.mainvisual__reskilling {
  left: 15px;
  position: absolute;
  top: 290px;
  width: auto;
}
@media screen and (min-width: 48em) {
  .mainvisual__reskilling {
    bottom: 0;
    left: auto;
    min-width: 160px;
    right: 1em;
    top: auto;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__reskilling {
    bottom: auto;
    right: 2em;
    top: 7.2vw;
  }
}
.mainvisual__reskilling img {
  margin: 0 auto;
}
.reskilling-logo {
  background: #fff;
}
.mainvisual__attention {
  border: #000 2px solid;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0.4em;
  text-align: center;
  width: 92%;
}
@media screen and (min-width: 48em) {
  .mainvisual__attention {
    background: rgba(0, 0, 0, 0.4);
    border: #fff 2px solid;
    color: #fff;
    min-width: 160px;
    padding: 0.7em 1em;
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: auto;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__attention {
    bottom: auto;
    right: 2em;
    top: 5.5em;
  }
}
.value {
  background: url("/assets/img/aws/bg_value.png") no-repeat;
  background-size: 350px;
  margin-top: 130px;
  padding-top: 35px;
}
@media screen and (min-width: 48em) {
  .value {
    background-size: 400px;
    display: flex;
    margin: 0 0 0 -20px;
    width: 410px;
  }
  .cta .value {
    background: url("/assets/img/aws/bg_value02.png") no-repeat;
    background-size: 540px;
  }
}
@media screen and (min-width: 64.0625em) {
  .value {
    background-size: auto;
    margin: 0 0 0 -30px;
    width: 560px;
  }
  .cta .value {
    height: 155px;
    margin: 0 0 0 -20px;
    width: 645px;
  }
}
.value .value-txt {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .value .value-txt {
    font-size: 1.4rem;
  }
  .cta .value .value-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .value .value-txt {
    font-size: 1.8rem;
  }
  .cta .value .value-txt {
    font-size: 2.1rem;
  }
}
.value .value-txt .size-s {
  font-size: 1.2rem;
}
.value .value-txt .size-m {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
}
@media screen and (min-width: 48em) {
  .value .value-txt .size-m {
    font-size: 2.2rem;
  }
  .cta .value .value-txt .size-m {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .value .value-txt .size-m {
    font-size: 3.4rem;
  }
  .cta .value .value-txt .size-m {
    font-size: 4rem;
  }
}
.value .value-txt .size-l {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
}
@media screen and (min-width: 48em) {
  .value .value-txt .size-l {
    font-size: 3rem;
  }
  .cta .value .value-txt .size-l {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .value .value-txt .size-l {
    font-size: 4.6rem;
  }
  .cta .value .value-txt .size-l {
    font-size: 5.4rem;
  }
}

.cta {
  background-size: cover;
  padding: 3em 0;
}
@media screen and (min-width: 64.0625em) {
  .cta {
    padding: 4em 0;
  }
}
.cta.bg01 {
  background: #ffefcd url("/assets/img/aws/bg_cta01.jpg") 60px 0 no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg01 {
    background: #ffefcd url("/assets/img/aws/bg_cta01.jpg") right center no-repeat;
  }
}
.cta.bg02 {
  background: #ffefcd url("/assets/img/aws/bg_cta02.jpg") 350px center no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg02 {
    background: #ffefcd url("/assets/img/aws/bg_cta02.jpg") right center no-repeat;
  }
}
.cta.bg03 {
  background: #ffefcd url("/assets/img/aws/bg_cta03.jpg") 120px 0 no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg03 {
    background: #ffefcd url("/assets/img/aws/bg_cta03.jpg") right center no-repeat;
  }
}
.cta.bg04 {
  background: #ffefcd url("/assets/img/aws/bg_cta04.jpg") 250px center no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg04 {
    background: #ffefcd url("/assets/img/aws/bg_cta04.jpg") right center no-repeat;
  }
}
.cta .heading03 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.loop-wrap {
  display: flex;
  overflow: hidden;
}
.loop-wrap__inner {
  display: flex;
  width: auto;
  height: 100%;
}
.loop-wrap__inner:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop-wrap__inner:last-child {
  animation: loop2 50s linear infinite;
}
.loop-wrap__inner .media-logo {
  width: 50vw;
}
@media screen and (min-width: 48em) {
  .loop-wrap__inner .media-logo {
    width: 16.6666666667vw;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.cont-logo .heading03 {
  letter-spacing: 0.08em;
  margin: 0 1em 1.9em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont-logo .heading03 {
    font-size: 2.4rem;
  }
}

.circle {
  background: #fff;
  border: #f2f2f2 1px solid;
  border-radius: 50%;
  height: 138px;
  margin: 0 auto 1em;
  text-align: center;
  width: 138px;
}
@media screen and (min-width: 48em) {
  .circle {
    height: 220px;
    margin: 0 auto 4.2em;
    width: 220px;
  }
}
@media screen and (min-width: 80em) {
  .circle {
    height: 360px;
    width: 360px;
  }
}

.cont01 .container {
  background: url("/assets/img/aws/bg_cont01-04.svg") right -1em bottom 0.8em no-repeat, url("/assets/img/aws/bg_cont01-05.png") left -3.5em top -3.5em no-repeat, #fff7e7;
  background-size: 140px, 220px, auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 1.5em;
  max-width: 1260px;
  padding: 1.5em;
  width: auto;
}
@media screen and (min-width: 48em) {
  .cont01 .container {
    background-size: 200px, 300px, auto;
    margin: 0 1.5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont01 .container {
    background-size: auto;
    padding: 4.8em 6em 2em;
  }
}
@media screen and (min-width: 1380px) {
  .cont01 .container {
    margin: 0 auto;
  }
}
.cont01 .ttl-box {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .cont01 .ttl-box {
    margin-bottom: 0.6em;
  }
}
.cont01 .en {
  color: #e66601;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.cont01 .campaign-ttl {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 48em) {
  .cont01 .campaign-ttl {
    font-size: 3.2rem;
  }
}
.cont01 .campaign-ttl .en {
  background: url("/assets/img/aws/bg_cont01-02.svg") left center no-repeat, url("/assets/img/aws/bg_cont01-03.svg") right center no-repeat;
  display: inline-block;
  font-size: 1.3rem;
  padding: 6px 20px;
}
@media screen and (min-width: 48em) {
  .cont01 .campaign-ttl .en {
    font-size: 1.6rem;
    padding: 6px 20px 0;
  }
}
.cont01 .campaign-ttl .bg-orange {
  padding: 3px;
}
.cont01 .campaign-ttl:before {
  display: none;
}
.cont01__img {
  width: 160px;
  margin-bottom: 2.2em;
}
@media screen and (min-width: 48em) {
  .cont01__img {
    padding-right: 4em;
    width: 50%;
  }
}
.cont01 .heading03 {
  background: url("/assets/img/aws/bg_cont01-06.svg") left 1.5em no-repeat, url("/assets/img/aws/bg_cont01-07.svg") right 1.5em no-repeat;
  background-size: 20px;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0 1em;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 {
    background: url("/assets/img/aws/bg_cont01-06.svg") left 2.5em no-repeat, url("/assets/img/aws/bg_cont01-07.svg") right 2.5em no-repeat;
    background-size: 60px;
    font-size: 2.4rem;
    padding: 0 3em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont01 .heading03 {
    background: url("/assets/img/aws/bg_cont01-06.svg") left 1.6em no-repeat, url("/assets/img/aws/bg_cont01-07.svg") right 1.6em no-repeat;
    background-size: auto;
    padding: 0 4.4em 0.5em;
  }
}
.cont01 .heading03 .size-30 {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-30 {
    font-size: 3rem;
  }
}
.cont01 .heading03 .size-34 {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-34 {
    font-size: 3.4rem;
  }
}
.cont01 .heading03 .size-36 {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-36 {
    font-size: 3.6rem;
  }
}
.cont01 .heading03 .size-40 {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-40 {
    font-size: 4rem;
  }
}
.cont01 .heading03 .size-60 {
  font-size: 2.5rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-60 {
    font-size: 6rem;
  }
}
.cont01 .heading03 .size-80 {
  font-size: 3rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-80 {
    font-size: 8rem;
  }
}
.cont01 .heading03 .border {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, #f5c29a 75%);
  color: #e66601;
}
.cont01 .heading03 img {
  display: inline-block;
}
.cont01 .size-s {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .cont01 .size-s {
    font-size: 1.4rem;
  }
}
.cont01 .size-l {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .cont01 .size-l {
    font-size: 2rem;
  }
}
.cont01 .accordion {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 15px 20px;
}
@media screen and (min-width: 1380px) {
  .cont01 .accordion {
    padding: 0 0 20px;
  }
}
.cont01 .accordion summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  padding: 2.8em 0;
  position: relative;
}
.cont01 .accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 1.1em;
  height: 12px;
  margin-left: 1em;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  content: "";
  transition: transform 0.3s;
}
@media screen and (min-width: 48em) {
  .cont01 .accordion summary::after {
    width: 12px;
  }
}
.cont01 .accordion .accordion-cont {
  background: #f9f9f9;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0 0 2em;
  padding: 2.5em 1.5em 1.5em;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 48em) {
  .cont01 .accordion .accordion-cont {
    padding: 5.4em 5em 3.8em;
  }
}
.cont01 .accordion[open] summary::after {
  transform: rotate(225deg);
}
.cont01 .accordion[open] .accordion-cont {
  transform: none;
  opacity: 1;
}
.cont01 .accordion-img {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
}
@media screen and (min-width: 64.0625em) {
  .cont01 .accordion-img {
    height: 256px;
  }
}
.cont01 .accordion-img-ill {
  max-height: 80px;
  max-width: 80px;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .cont01 .accordion-img-ill {
    max-height: 100%;
    max-width: 100%;
  }
}
.cont01 .accordion-txt {
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .cont01 .accordion-txt {
    font-size: 1.4rem;
  }
}
.cont01 .accordion .heading02 {
  padding-bottom: 1.8em;
}
@media screen and (min-width: 48em) {
  .cont01 .accordion .heading02 {
    font-size: 2.4rem;
  }
}
.cont01 .accordion .heading02:before {
  display: none;
}
.cont01 .accordion .heading03 {
  background: none;
  padding: 1.2em 0;
}
@media screen and (min-width: 48em) {
  .cont01 .accordion .heading03 {
    font-size: 2rem;
  }
}
.cont01 .accordion .heading04 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .cont01 .accordion .heading04 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 48em) {
  .cont02 {
    padding-bottom: 4.2em;
  }
}
.cont02__img-ill {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .cont02__img-ill {
    width: auto;
  }
}
.cont02__caption {
  line-height: 1.6;
  margin: 0 auto;
  max-width: 280px;
  padding-top: 1.3em;
}
@media screen and (min-width: 48em) {
  .cont02__caption {
    font-size: 1.8rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .cont03 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont03__txt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 1.2em;
  padding: 0.6em 0;
}
@media screen and (min-width: 48em) {
  .cont03__txt {
    font-size: 1.4rem;
    padding: 1.5em 0 1em;
  }
}
@media screen and (min-width: 80em) {
  .cont03__txt {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 2.6em 0 0.8em;
  }
}
.cont03__txt .no {
  color: #e66601;
  display: block;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 48em) {
  .cont03__txt .no {
    font-size: 2.2rem;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 80em) {
  .cont03__txt .no {
    font-size: 3.4rem;
  }
}
.cont03__img {
  margin: 0 auto;
}
.cont03__img-ill {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 48em) {
  .cont03__img-ill {
    height: 60px;
  }
}
@media screen and (min-width: 80em) {
  .cont03__img-ill {
    height: auto;
  }
}
@media screen and (min-width: 48em) {
  .cont03.type02 {
    padding-bottom: 5em;
  }
}
.cont03.type02 .flexbox {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont03.type02 .flexbox {
    margin-bottom: 6.5em;
  }
}
.cont03.type02 .flexbox.tb-type02 {
  margin-bottom: 2em;
}
.cont03.type02 .cont03__img-ill02 {
  margin: 0 auto 1.5em;
  max-width: 300px;
}
@media screen and (min-width: 48em) {
  .cont03.type02 .cont03__img-ill02 {
    margin: 0 2em 0 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont03.type02 .cont03__img-ill02 {
    margin-right: 3em;
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .cont03.type02 .cont03__img-ill02 {
    margin-right: 5em;
    max-width: 722px;
  }
}
.cont03.type02 .cont03__txt02 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont03.type02 .cont03__txt02 {
    line-height: 2.5;
    margin: 2.3em 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont03 .ap--kf__tb__tbx__one {
    padding: 2.4em 5px;
  }
  .cont03 .ap--kf__tb__row__one__p {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2;
  }
}
@media screen and (min-width: 48em) {
  .cont04 .txt-box {
    flex: 1;
    margin-right: 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont04 .txt-box {
    margin-right: 5em;
  }
}
@media screen and (min-width: 48em) {
  .cont04 .flexbox__pc-reverse .txt-box {
    flex: 1;
    margin-left: 2em;
    margin-right: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont04 .flexbox__pc-reverse .txt-box {
    margin-left: 5em;
  }
}
.cont04__img {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont04__img {
    margin-bottom: 5.5em;
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .cont04 .ttl-box {
    margin-bottom: 7.5em;
  }
}
.cont04 .heading03 {
  margin-bottom: 0.6em;
}
.cont04 .heading03 .no {
  border-bottom: #e66601 2px solid;
  color: #e66601;
  display: block;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 48em) {
  .cont04 .heading03 .no {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 80em) {
  .cont04 .heading03 .no {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 48em) {
  .cont05 {
    padding: 90px 0 65px;
  }
}
.cont05 .copy {
  background: linear-gradient(120deg, #78cad3 30%, #238191);
  display: inline-block;
  margin-bottom: 2em;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .cont05 .copy {
    align-items: center;
    display: flex;
    margin-bottom: 5em;
    padding: 0 30px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05 .copy {
    height: 500px;
    margin-bottom: 5em;
    padding: 0 90px;
  }
}
.cont05 .copy__txt {
  color: #fff;
  font-size: 1.4rem;
  margin: 1em 0;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  .cont05 .copy__txt {
    font-size: 1.8rem;
  }
}
.cont05 .copy__txt .size-m {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .cont05 .copy__txt .size-m {
    font-size: 3rem;
  }
}
.cont05 .copy__txt .size-l {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .cont05 .copy__txt .size-l {
    font-size: 3rem;
    line-height: 1.7;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05 .copy__txt .size-l {
    font-size: 4rem;
  }
}
.cont05__txt {
  font-size: 1.4rem;
}
.cont05__img {
  margin: 0 auto;
  width: 120px;
}
@media screen and (min-width: 48em) {
  .cont05__img {
    bottom: 0;
    right: 20px;
    position: absolute;
    width: 200px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05__img {
    bottom: 0;
    right: 90px;
    position: absolute;
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .cont05 .ttl-box {
    margin-bottom: 7em;
  }
}
.cont05 .ttl-box.type02 {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont05 .ttl-box.type02 {
    margin-bottom: 4.5em;
  }
}
.cont05 .ap--kf__tb {
  margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
  .cont06 {
    padding-bottom: 1.2em;
  }
}
.cont06 .ttl-box {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .cont06 .ttl-box {
    margin-bottom: 3.8em;
  }
}
.cont06 .heading02 {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 48em) {
  .cont06 .heading03 {
    margin-bottom: 0.8em;
  }
}
.cont06__txt {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 64.0625em) {
  .cont06__txt {
    margin: 0 1em 2.8em;
  }
}
.cont06__img {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
}
@media screen and (min-width: 64.0625em) {
  .cont06__img {
    height: 240px;
  }
}
.cont06__img-ill {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .cont06__img-ill {
    height: auto;
  }
}

@media screen and (min-width: 48em) {
  .cont07 {
    padding-top: 8em;
  }
}
@media screen and (min-width: 48em) {
  .cont07 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont07 .flexbox__inner {
  margin: 0 auto;
  max-width: 540px;
}
.cont07__ttl {
  align-items: center;
  border-bottom: #e66601 2px solid;
  margin-bottom: 1.5em;
  padding: 1.3em 0 .8em;
}
.cont07__ttl img {
  margin: 0 1em;
}
.cont07__ttl-txt {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .cont07__ttl-txt {
    font-size: 1.8rem;
  }
}
.cont07__name {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 .8em 0 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont07__name {
    font-size: 2rem;
  }
}
.cont07__txt {
  letter-spacing: .02em;
}
.cont07 .bt {
  margin-bottom: 3em;
  width: auto;
}
@media screen and (min-width: 48em) {
  .cont07 .bt {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 22.5em) {
  .cont07 .bt .bt-txt {
    min-width: 78px;
    text-align: center;
  }
}
@media screen and (min-width: 23.125em) {
  .cont07 .bt .bt-txt {
    min-width: 90px;
  }
}
@media screen and (min-width: 400px) {
  .cont07 .bt .bt-txt {
    min-width: 110px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont07 .bt .bt-txt {
    min-width: 100px;
  }
}
@media screen and (min-width: 80em) {
  .cont07 .bt .bt-txt {
    min-width: 150px;
  }
}

@media screen and (min-width: 48em) {
  .cont08 .step {
    margin-bottom: 7em;
  }
}
.cont08 .step dt {
  align-items: center;
  background: #f9f9f9;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
  display: flex;
  font-weight: bold;
  padding: 1em 1.5em;
}
@media screen and (min-width: 48em) {
  .cont08 .step dt {
    font-size: 1.8rem;
  }
}
.cont08 .step dt .size-l {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  padding-right: 0.3em;
}
@media screen and (min-width: 48em) {
  .cont08 .step dt .size-l {
    font-size: 4rem;
  }
}
.cont08 .step dd {
  border: solid #ccc;
  border-width: 0 1px 1px 1px;
  margin-bottom: 3em;
  padding: 1em 1.5em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .cont08 .step dd {
    margin-bottom: 4.3em;
    padding: 1.5em 2em;
  }
}
.cont08 .step dd:after {
  bottom: -2.6em;
  content: url("/assets/img/aws/icon_arrow.svg");
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont08 .step dd:after {
    bottom: -3.6em;
    content: url("/assets/img/aws/icon_arrow03.svg");
  }
}
.cont08 .step dd:last-child:after {
  display: none;
}

@media screen and (min-width: 48em) {
  .cont09 {
    padding-bottom: 4.2em;
  }
}
@media screen and (min-width: 48em) {
  .cont09 .ttl-box {
    margin-bottom: 7.2em;
  }
}

@media screen and (min-width: 48em) {
  .cont10 {
    padding-top: 7.2em;
    padding-bottom: 5.2em;
  }
}
@media screen and (min-width: 48em) {
  .cont10 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont10 .faq-box {
  background: #fff7e7;
  line-height: 1.6;
  margin-bottom: 5px;
  padding: 1.5em;
}
@media screen and (min-width: 48em) {
  .cont10 .faq-box {
    margin-bottom: 10px;
    padding: 1.5em 2em;
  }
}
.cont10 .faq-box .faq-q {
  color: #e66601;
  padding: 0 0 1.2em 1.8em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .cont10 .faq-box .faq-q {
    font-size: 1.6rem;
  }
}
.cont10 .faq-box .faq-q:before {
  content: "Q.";
  left: 0;
  position: absolute;
}
.cont10 .faq-box .faq-a {
  margin: 0;
  padding: 0 0 0 1.8em;
  position: relative;
}
.cont10 .faq-box .faq-a:before {
  content: "A.";
  left: 0;
  position: absolute;
}

@media screen and (min-width: 48em) {
  .cont11 {
    padding-bottom: 3.8em;
  }
}
@media screen and (min-width: 48em) {
  .cont11 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont11__txt {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em) {
  .cont12 {
    margin-bottom: 5.6em;
  }
}
@media screen and (min-width: 48em) {
  .cont12 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont12 .form-box {
  border: #e66601 2px solid;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .cont12 .form-box {
    padding: 50px;
  }
}
.cont12 .form-box iframe {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .cont13 {
    padding-bottom: 3.6em;
  }
}
@media screen and (min-width: 48em) {
  .cont13 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont13 .flexbox {
  color: #fff;
  text-align: center;
}
.cont13 .flexbox .flexbox__three-col {
  padding: 1.8em 1em;
}
.cont13 .heading03 {
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 64.0625em) {
  .cont13 .heading03 {
    font-size: 2.4rem;
  }
}
.cont13__txt {
  margin-bottom: 1.8em;
}
.cont13 .bg01 {
  background: #ccc url("/assets/img/aws/img_cont13-01.jpg") center no-repeat;
  background-size: cover;
}
.cont13 .bg02 {
  background: #ccc url("/assets/img/aws/img_cont13-02.jpg") center no-repeat;
  background-size: cover;
}
.cont13 .bg03 {
  background: #ccc url("/assets/img/aws/img_cont13-03.jpg") center no-repeat;
  background-size: cover;
}
.cont13 .bt-white {
  background: url("https://uzuz-college.jp/wp/wp-content/themes/uzuz-college/assets/img/common/icon_arrow.svg") right 20px center no-repeat;
  background-size: 10px;
  border: #fff 3px solid;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  max-width: 246px;
  padding: 0.8em 2em 0.8em 1em;
  transition: 0.2s;
}
.cont13 .bt-white:hover {
  background: #238191 url("https://uzuz-college.jp/wp/wp-content/themes/uzuz-college/assets/img/common/icon_arrow.svg") right 17px center no-repeat;
  background-size: 10px;
  border: #238191 3px solid;
}

.cont14 .heading02 {
  margin-bottom: 1.4em;
}

@media screen and (min-width: 48em) {
  .cont15 .txt-box {
    flex: 1;
    margin-right: 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont15 .txt-box {
    margin-right: 5em;
  }
}
@media screen and (min-width: 48em) {
  .cont15__img {
    width: 50%;
  }
}

/* table */
.ap--kf__tb {
  background-color: #fff;
  margin: 0 0 30px;
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb {
    background-color: transparent;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 0;
  }
}
.ap--kf__tb p {
  margin: 0;
}
.ap--kf__tb .size-m {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb .size-m {
    font-size: 1.8rem;
  }
}
.ap--kf__tb .size-l {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb .size-l {
    font-size: 2.4rem;
  }
}
.ap--kf__tb__tbx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx {
    width: 75.1%;
    margin: 0 0 0 auto;
  }
  .no-ttl .ap--kf__tb__tbx {
    width: 100%;
  }
}

.ap--kf__tb__tbx__one {
  border-left: #fafafa 1px solid;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0.8em 5px;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__one {
    border-bottom: #fafafa 2px solid;
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
    padding: 1.7em 5px;
  }
}
.ap--kf__tb__tbx__one._sv {
  background-color: #ffefcd;
  font-weight: bold;
}
.ap--kf__tb__tbx__one._sv._uzuz {
  background-color: #e66601;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__one._sv._uzuz {
    border-bottom: #e66601 2px solid;
    border-left: #e66601 2px solid;
    border-right: #e66601 2px solid;
  }
}

.ap--kf__tb__tbx__sn {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__sn {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.ap--kf__tb__tbx__pl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__pl {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .ap--kf__tb__tbx__pl .size-s {
    font-size: 1.4rem;
  }
}
.ap--kf__tb__tbx__pl img {
  height: 10px;
}
@media screen and (min-width: 23.125em) {
  .ap--kf__tb__tbx__pl img {
    height: 12px;
  }
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__tbx__pl img {
    height: auto;
  }
}

.ap--kf__tb__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

.ap--kf__tb__row__one {
  align-content: center;
  align-items: start;
  color: #888;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 1.6;
  padding: 0.8em 5px;
  vertical-align: top;
  width: 33%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one {
    background: #fff;
    border-bottom: #fafafa 2px solid;
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
    flex: 1;
    padding: 1.6em 5px;
    width: auto;
  }
}
.ap--kf__tb__row__one.align-l {
  justify-content: start;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one.align-l {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }
}
.ap--kf__tb__row__one._t {
  background: #fbe1cd;
  width: 100%;
  padding: 0.3em;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._t {
    align-items: center;
    background: #f1f1f1;
    line-height: 1.3;
  }
}
.ap--kf__tb__row__one._t .size-m {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__row__one._t .size-m {
    font-size: 1.4rem;
  }
}
.ap--kf__tb__row__one._c {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._c {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.ap--kf__tb__row__one._uzuz {
  color: #e66601;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._uzuz {
    border-left: #e66601 2px solid;
    border-right: #e66601 2px solid;
  }
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._uzuz.last {
    border-bottom: #e66601 2px solid;
  }
}
.ap--kf__tb__row__one._uzuz s {
  color: #888;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__row__one._uzuz s {
    font-size: 1.2rem;
  }
}
.ap--kf__tb__row__one._ai-c {
  align-items: center;
}

.ap--kf__tb__row__one__ttl {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__row__one__ttl {
    font-size: 1.6rem;
  }
  .modalContents .ap--kf__tb__row__one__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one__ttl {
    width: 100%;
  }
}

.ap--kf__tb__row__one__p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one__p {
    font-size: 1.4rem;
  }
}
.ap--kf__tb__row__one__p.price {
  line-height: 1;
}
.ap--kf__tb__row__one__p .box-orange {
  background: #eb613b;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin: 1.3em 0 .4em;
  padding: .3em .8em;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one__p .box-orange {
    font-size: 1.2rem;
  }
}
.align-l .ap--kf__tb__row__one__p {
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__tbx {
    width: 67.1%;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one {
  color: #000;
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one {
    width: auto;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one._t {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one._t {
    flex: none;
    width: 33%;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one._c {
  border-right: none;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one._c {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one.connect {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one.connect {
    width: auto;
  }
}

.ap--kf__tb.two-col .ap--kf__tb__row__one {
  color: #000;
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.two-col .ap--kf__tb__row__one {
    width: auto;
  }
}

.ap--kf__tb.three-col .ap--kf__tb__row__one {
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one {
    width: auto;
  }
}

@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__tbx {
    width: 100%;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one {
  color: #000;
  width: 25%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one {
    width: auto;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one._t {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one._t {
    flex: none;
    width: 25%;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one._c {
  border-right: none;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one._c {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one.connect {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one.connect {
    width: auto;
  }
}

.tb-type02 {
  margin-bottom: 1em;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .tb-type02 .ap--kf__tb__tbx__one {
    padding: 0 5px;
    min-height: 60px;
  }
}
@media screen and (min-width: 64.0625em) {
  .tb-type02 .ap--kf__tb__tbx__one {
    padding: 1.7em 5px;
  }
}
.tb-type02 .ap--kf__tb__row__one {
  background: #fff;
  color: #000;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tb-type02 .ap--kf__tb__row__one {
    border-left: #eee 1px solid;
  }
}
@media screen and (min-width: 64.0625em) {
  .tb-type02 .ap--kf__tb__row__one {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.tb-type02 .ap--kf__tb__row__one__p {
  margin: 0;
}
.tb-type02 .flexbox__item:first-child .ap--kf__tb__row__one {
  border: none;
}
@media screen and (min-width: 64.0625em) {
  .tb-type02 .flexbox__item:first-child .ap--kf__tb__row__one {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}

/* thanks */
.thanks {
  background: #d4f3f8;
}
.thanks .heading02 {
  border: none;
}
.thanks__txt {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .thanks__txt {
    font-size: 1.6rem;
  }
}
.thanks .thanks-cont {
  padding: 100px 0 60px;
}
@media screen and (min-width: 48em) {
  .thanks .thanks-cont {
    padding: 200px 0;
  }
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

@media only screen and (max-width: 64em) and (min-width: 48em) {
  .tab {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .tab-one-col {
    flex: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .pc {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp {
    display: block;
  }

  .txt-sp-r {
    text-align: right !important;
  }

  .txt-sp-c {
    text-align: center !important;
  }

  .txt-sp-l {
    text-align: left !important;
  }

  .sp-one-col {
    flex: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
