@charset "UTF-8";
/* TOP */
.mainImgWrap {
  width: 100%;
  height: 80vh; /* ← 画面の80%の高さ */
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 450px) {
  .mainImgWrap {
    height: 100vh;
  }
}
.mainImgWrap .mainImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 2s ease-out;
  animation: zoomIn 4s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 最終的に10%拡大して止まる */
  }
}
.topPrice {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topPrice {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .topPrice {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    top: auto;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
  }
}
.topPrice .topKousyuryoukin {
  color: #2068ac;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .topPrice .topKousyuryoukin {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 450px) {
  .topPrice .topKousyuryoukin {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.topPrice .topKyousyuSyurui {
  color: #6c420f;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 450px) {
  .topPrice .topKyousyuSyurui {
    font-size: 1.6rem;
    text-align: center;
  }
}
.topPrice .sougaku {
  color: #6c420f;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .topPrice .sougaku {
    font-size: 1.4rem;
  }
}
.topPrice .topPriceInner {
  padding: 24px;
  position: relative;
}
.topPrice .topPriceInner p span {
  font-family: "Roboto", sans-serif;
}
.topPrice .topPriceInner .uchuuuiKakaku {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
.topPrice .topKakakuTxt {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 450px) {
  .topPrice .topKakakuTxt {
    font-size: 1.4rem;
  }
}
.topPrice .topKakakuTxt span {
  font-size: 4rem;
  letter-spacing: 0;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .topPrice .topKakakuTxt span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 450px) {
  .topPrice .topKakakuTxt span {
    font-size: 3.4rem;
  }
}
.topPrice .topTokutenTxt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .topPrice .topTokutenTxt {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 450px) {
  .topPrice .topTokutenTxt {
    margin-bottom: 12px;
    text-align: center;
  }
}
.topPrice .topTokutenTxt span {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .topPrice .topTokutenTxt span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .topPrice .topTokutenTxt span {
    font-size: 1.8rem;
  }
}

.topBnWrap {
  margin: 56px 0;
}
@media screen and (max-width: 450px) {
  .topBnWrap {
    margin: 32px 0;
  }
}
.topBnWrap .topBnArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  row-gap: 16px;
}
.topBnWrap .topBnArea::after {
  content: "";
  display: block;
  width: 48%;
}
.topBnWrap .topBnArea .topBnInner {
  width: 48%;
}

.topDriversLicense {
  background: url(../images/common/bg_img.png) #1C79D2;
}

/* copy */
.schoolCopy {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 88px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .schoolCopy {
    padding: 44px 0 88px;
  }
}
@media screen and (max-width: 768px) {
  .schoolCopy {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 450px) {
  .schoolCopy {
    padding: 32px 0 72px;
  }
}
.schoolCopy__list {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  transform: translateX(100%);
  animation: flowCopy 60s linear infinite;
}
@media screen and (max-width: 1024px) {
  .schoolCopy__list {
    font-size: 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .schoolCopy__list {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 450px) {
  .schoolCopy__list {
    font-size: 6.4rem;
  }
}
.schoolCopy__list li {
  white-space: nowrap;
  line-height: 0.77;
}

@keyframes flowCopy {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.informationWrap {
  padding: 0 0 104px;
}
.informationWrap .Pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 72px 0 0;
}
.informationWrap .Pagination-Item-Link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #1C79D2;
  font-size: 14px;
  color: #1C79D2;
  font-weight: bold;
  transition: all 0.15s linear;
}
.informationWrap .Pagination-Item-Link-Icon {
  width: 20px;
}
.informationWrap .Pagination-Item-Link.current {
  background: #1C79D2;
  color: #fff;
  pointer-events: none;
}
.informationWrap .Pagination-Item-Link:not(.current):hover {
  background: #1C79D2;
  color: #fff;
}
.informationWrap .Pagination > * + * {
  margin-left: 8px;
}
.informationWrap .infoDetailsWrap {
  padding: 80px 0;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap {
    padding: 40px 0;
  }
}
.informationWrap .infoDetailsWrap h2 {
  color: #2068ac;
  font-size: 2rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap h2 {
    font-size: 1.6rem;
  }
}
.informationWrap .infoDetailsWrap .dataTxt {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  margin: 64px 0;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .dataTxt {
    margin: 32px 0;
  }
}
.informationWrap .infoDetailsWrap .infoDetailsTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 40px 0;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoDetailsTxt {
    font-size: 1.4rem;
  }
}
.informationWrap .infoDetailsWrap .infoImg {
  margin: 64px auto;
  width: 80%;
}
.informationWrap .infoDetailsWrap .grdBtn {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 8px;
  width: 400px;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .grdBtn {
    width: 320px;
  }
}
.informationWrap .infoDetailsWrap .infoBlock {
  padding: 0 8px;
}
.informationWrap .infoDetailsWrap .infoBlock h2 {
  font-size: 2.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock h2 {
    font-size: 1.9rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock h3 {
  font-size: 2.2rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock h3 {
    font-size: 1.8rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock h4 {
  font-size: 2rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock h4 {
    font-size: 1.7rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock h5 {
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock h5 {
    font-size: 1.6rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock h6 {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock h6 {
    font-size: 1.5rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 40px 0;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock p {
    font-size: 1.4rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock img {
  margin: 80px auto 16px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .informationWrap .infoDetailsWrap .infoBlock img {
    margin: 40px auto 8px;
    width: 100%;
  }
}
.informationWrap .infoDetailsWrap .infoBlock .wp-element-caption {
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock .wp-element-caption {
    font-size: 1.3rem;
  }
}
.informationWrap .infoDetailsWrap .infoBlock .is-provider-youtube {
  margin: 80px auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .informationWrap .infoDetailsWrap .infoBlock .is-provider-youtube {
    margin: 40px auto;
    width: 100%;
  }
}
.informationWrap .infoDetailsWrap .infoBlock .wp-block-list {
  margin: 80px 0 80px 20px;
}
@media screen and (max-width: 768px) {
  .informationWrap .infoDetailsWrap .infoBlock .wp-block-list {
    margin: 40px 0 40px 20px;
  }
}
.informationWrap .infoDetailsWrap .infoBlock .wp-block-list li {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 8px 0;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock .wp-block-list li {
    font-size: 1.4rem;
  }
}

.infoLinTxt {
  color: #1c79d2;
  text-decoration: underline;
}
.infoLinTxt:hover {
  text-decoration: none;
}

.busAppTitleWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 0;
}
.busAppTitleWrap .drTitle {
  font-size: 2.4rem;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 768px) {
  .busAppTitleWrap .drTitle {
    font-size: 1.8rem;
  }
}

.busAppWrap {
  background-color: #ebebeb;
  border-radius: 50px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  margin: 32px 0 80px;
  padding: 40px 24px 56px;
}
@media screen and (max-width: 450px) {
  .busAppWrap {
    flex-wrap: wrap;
    margin: 32px 0 40px;
    padding: 8px 8px 16px;
  }
}
.busAppWrap .busAppInner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 48%;
}
@media screen and (max-width: 450px) {
  .busAppWrap .busAppInner {
    margin-bottom: 16px;
    width: 100%;
  }
}
.busAppWrap .busAppInner .osTitle {
  font-size: 2.4rem;
  color: #333;
  text-align: center;
  padding: 12px 0;
  width: 100%;
}

.informationWrap .infoDetailsWrap .infoBlock .renrakuApp {
  height: auto;
  margin: 0;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .informationWrap .infoDetailsWrap .infoBlock .renrakuApp {
    width: 48px;
  }
}
.informationWrap .infoDetailsWrap .infoBlock .appBnImg {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 450px) {
  .informationWrap .infoDetailsWrap .infoBlock .appBnImg {
    margin: 0 auto;
    width: 80%;
  }
}

#aboutWrap {
  margin-bottom: 120px;
}
#aboutWrap .aboutArea {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea {
    padding-bottom: 0;
  }
}
#aboutWrap .aboutArea .soshikiInner {
  background-color: #deefff;
  border: 1px solid #1C79D2;
  font-size: 1.8rem;
  text-align: center;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshikiInner {
    font-size: 1.4rem;
    padding: 12px 8px;
  }
}
#aboutWrap .aboutArea .soshikiInner span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshikiInner span {
    font-size: 1.2rem;
  }
}
#aboutWrap .aboutArea .soshikiInner .soshikiLine {
  background-color: #969189;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
  height: 32px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshikiInner .soshikiLine {
    height: 16px;
    top: -16px;
  }
}
#aboutWrap .aboutArea .soshiki1 {
  display: flex;
  justify-content: center;
}
#aboutWrap .aboutArea .soshiki1 .soshikiInner {
  display: inline-block;
}
#aboutWrap .aboutArea .soshiki2 {
  display: flex;
  justify-content: space-between;
}
#aboutWrap .aboutArea .soshiki2 .soshikiInner {
  width: 23%;
}
#aboutWrap .aboutArea .soshiki3 {
  display: flex;
  justify-content: space-between;
}
#aboutWrap .aboutArea .soshiki3 .soshikiInner {
  width: 32%;
}
#aboutWrap .aboutArea .soshiki1Line {
  background-color: #969189;
  height: 32px;
  width: 1px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshiki1Line {
    height: 16px;
  }
}
#aboutWrap .aboutArea .soshiki2Line {
  border-top: 1px solid #969189;
  height: 32px;
  margin: 0 11.5%;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshiki2Line {
    height: 16px;
  }
}
#aboutWrap .aboutArea .soshiki3Line {
  border-right: 1px solid #969189;
  height: 32px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshiki3Line {
    height: 16px;
  }
}
#aboutWrap .aboutArea .soshiki4Line {
  border-bottom: 1px solid #969189;
  margin: 0 16%;
}
#aboutWrap .aboutArea .soshiki5Line {
  height: 32px;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutArea .soshiki5Line {
    height: 16px;
  }
}
#aboutWrap .aboutcatchCopy {
  color: #2068ac;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8em;
  margin: 88px 0;
}
@media screen and (max-width: 768px) {
  #aboutWrap .aboutcatchCopy {
    font-size: 2.8rem;
    margin: 44px 0;
  }
}

.aboutKoukaiImg img {
  height: auto;
  width: 100%;
}

#licenseWrap {
  padding-bottom: 120px;
}
#licenseWrap .licenseListBg {
  background: url(../images/license/dot_license.svg) #1c79d2;
  background-size: 24px auto;
  padding: 0 0 88px;
}
#licenseWrap .licenseListBg .licenseList .secondTitle {
  color: #fff;
}
#licenseWrap .licenseListBg .licenseList .titleCircle {
  background-color: #fff;
}
#licenseWrap .licenseListBg .licenseList .licenseListArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#licenseWrap .licenseListBg .licenseList .licenseListArea::after {
  content: "";
  display: block;
  width: 48%;
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner {
  background-color: #fff;
  border-radius: 64px;
  padding: 32px;
  margin-bottom: 32px;
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner {
    border-radius: 40px;
    width: 100%;
  }
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseListTitle {
  color: #2068ac;
  font-size: 2.4rem;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseListTitle {
    font-size: 1.8rem;
  }
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner img {
  border-radius: 40px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner img {
    border-radius: 24px;
  }
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseSyurui {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseSyurui {
    margin: 8px 0;
  }
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseSyurui p {
  align-self: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseSyurui p {
    font-size: 1.4rem;
  }
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseSyurui p span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .licenseSyurui p span {
    font-size: 1.2rem;
  }
}
#licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .detailBtn {
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .licenseListBg .licenseList .licenseListArea .licenseListInner .detailBtn {
    padding: 20px 8px;
  }
}
#licenseWrap .licenseArea {
  margin-bottom: 64px;
}
#licenseWrap .mochimonoWrap .mochimonoArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#licenseWrap .mochimonoWrap .mochimonoArea::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
@media screen and (max-width: 768px) {
  #licenseWrap .mochimonoWrap .mochimonoArea::before {
    width: 24%;
  }
}
@media screen and (max-width: 450px) {
  #licenseWrap .mochimonoWrap .mochimonoArea::before {
    width: 32%;
  }
}
#licenseWrap .mochimonoWrap .mochimonoArea::after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (max-width: 768px) {
  #licenseWrap .mochimonoWrap .mochimonoArea::after {
    width: 24%;
  }
}
@media screen and (max-width: 450px) {
  #licenseWrap .mochimonoWrap .mochimonoArea::after {
    width: 32%;
  }
}
#licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap {
  text-align: center;
  margin-bottom: 16px;
  width: 24%;
}
@media screen and (max-width: 768px) {
  #licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap {
    width: 24%;
  }
}
@media screen and (max-width: 450px) {
  #licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap {
    width: 32%;
  }
}
#licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap p {
  color: #2068ac;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  #licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap p {
    font-size: 1.4rem;
  }
}
#licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap p span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap p span {
    font-size: 1.2rem;
  }
}
#licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap .mochimonoInner {
  background: #D7E6F4;
  background: linear-gradient(90deg, rgb(215, 230, 244) 0%, rgb(209, 233, 255) 100%);
  border-radius: 16px;
  padding: 5px;
}
#licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap .mochimonoInner .mochimonoSpace {
  border: 1px solid #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
#licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap .mochimonoInner .mochimonoSpace img {
  padding: 24px 0;
}
@media screen and (max-width: 1024px) {
  #licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap .mochimonoInner .mochimonoSpace img {
    height: auto;
    width: 60%;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  #licenseWrap .mochimonoWrap .mochimonoArea .mochimonoTxtWrap .mochimonoInner .mochimonoSpace img {
    padding: 16px 0;
  }
}
#licenseWrap .kyousyuJikanTable {
  border: 1px solid #999;
  border-collapse: collapse;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #licenseWrap .kyousyuJikanTable {
    font-size: 1.4rem;
  }
}
#licenseWrap .kyousyuJikanTable th {
  background-color: #deefff;
  border: 1px solid #999;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .kyousyuJikanTable th {
    padding: 8px 4px;
  }
}
#licenseWrap .kyousyuJikanTable td {
  background-color: #fff;
  border: 1px solid #999;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .kyousyuJikanTable td {
    padding: 8px 4px;
  }
}
#licenseWrap .flowWrap {
  padding: 88px 0 0;
}
#licenseWrap .flowWrap .flowInner {
  background-color: #fff;
  border-radius: 50px;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .flowWrap .flowInner {
    border-radius: 30px;
    padding: 16px;
  }
}
#licenseWrap .flowWrap .flowInner h3 {
  background-color: #deefff;
  border-radius: 50px;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px 8px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .flowWrap .flowInner h3 {
    font-size: 1.6rem;
    padding: 12px 4px;
  }
}
#licenseWrap .flowWrap .flowInner p {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  #licenseWrap .flowWrap .flowInner p {
    font-size: 1.4rem;
    padding: 16px 8px;
  }
}
#licenseWrap .flowWrap .flowAroow {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #licenseWrap .flowWrap .flowAroow {
    padding: 16px 0;
  }
}
#licenseWrap .flowWrap .flowAroow img {
  height: auto;
  width: 32px;
}
#licenseWrap .smallTitle {
  margin-top: 120px;
}

#priceWrap {
  padding-bottom: 120px;
}
#priceWrap .priceDetailsWrap .smallTitle {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #priceWrap .priceDetailsWrap .smallTitle {
    margin-top: 80px;
  }
}
#priceWrap .priceDetailsWrap .contentsCenter .kihonWhWrap {
  justify-content: center;
}
#priceWrap .kihonPlanWrap {
  display: flex;
  align-items: center;
  margin: 64px 0 48px;
}
@media screen and (max-width: 768px) {
  #priceWrap .kihonPlanWrap {
    margin: 56px 0 40px;
  }
}
#priceWrap .kihonPlanWrap .planTitleParent {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #005BAC;
  padding: 16px 40px;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #priceWrap .kihonPlanWrap .planTitleParent {
    font-size: 1.6rem;
    padding: 12px 24px;
  }
}
#priceWrap .kihonPlanWrap .planTitleParent::before {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  border: 4px solid #1C79D2;
  left: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  #priceWrap .kihonPlanWrap .planTitleParent::before {
    border: 3px solid #1C79D2;
    border-right: none;
    width: 12px;
  }
}
#priceWrap .kihonPlanWrap .planTitleParent::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  border: 4px solid #1C79D2;
  right: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #priceWrap .kihonPlanWrap .planTitleParent::after {
    border: 3px solid #1C79D2;
    border-left: none;
    width: 12px;
  }
}
#priceWrap .kihonPlanWrap p {
  color: #005BAC;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  #priceWrap .kihonPlanWrap p {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

.txtSpace {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .txtSpace {
    margin-bottom: 24px;
  }
}

.kihonWhWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kihonWhWrap .kihonWhArea {
  background-color: #fff;
  border-radius: 50px;
  padding: 24px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .kihonWhArea {
    border-radius: 30px;
    padding: 16px;
  }
}
.kihonWhWrap .kihonWhArea .kihonWhTitle {
  background-color: #5eb1ff;
  border-radius: 50px;
  font-size: 1.8rem;
  padding: 12px 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .kihonWhArea .kihonWhTitle {
    font-size: 1.6rem;
    padding: 8px;
  }
}
.kihonWhWrap .kihonWhArea p {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 16px 12px 12px;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .kihonWhArea p {
    font-size: 1.4rem;
    padding: 16px 12px 8px;
  }
}
.kihonWhWrap .kihonWhArea p.attentionTxt {
  font-size: 1.4rem;
  padding: 2px 12px;
}
.kihonWhWrap .kihonWhArea .furikomisakiWrap {
  border-top: 1px solid #333;
  margin: 24px 0 0;
  padding: 24px 0 0;
}
.kihonWhWrap .kihonWhArea .furikomisakiWrap .furikomisakiTitle {
  border: 1px solid #333333;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 16px;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .kihonWhArea .furikomisakiWrap .furikomisakiTitle {
    font-size: 1.4rem;
  }
}
.kihonWhWrap .kihonWhArea .furikomisakiWrap p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .kihonWhArea .furikomisakiWrap p {
    font-size: 1.4rem;
  }
}
.kihonWhWrap .half {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .half {
    width: 100%;
  }
}
.kihonWhWrap .long {
  width: 100%;
}
.kihonWhWrap .medium {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .kihonWhWrap .medium {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .kihonWhWrap .medium {
    width: 100%;
  }
}

.priceTable {
  border-collapse: collapse;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .priceTable {
    font-size: 1.4rem;
  }
}
.priceTable th {
  background-color: #deefff;
  border: 1px solid #999;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .priceTable th {
    white-space: nowrap;
  }
}
.priceTable td {
  background-color: #fff;
  border: 1px solid #999;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .priceTable td {
    white-space: nowrap;
  }
}
.priceTable .kakaku {
  text-align: right;
}
.priceTable .tateTxt {
  text-align: center;
}

.groupTable td {
  text-align: center;
}

.priceDetailsList {
  border-bottom: 1px solid #969189;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  padding: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .priceDetailsList {
    margin: 0 12px 16px;
    padding: 0;
  }
}
.priceDetailsList dt {
  border-top: 1px solid #969189;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  padding: 16px 0;
  width: 30%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .priceDetailsList dt {
    font-size: 1.4rem;
  }
}
.priceDetailsList dd {
  border-top: 1px solid #969189;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 16px 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .priceDetailsList dd {
    font-size: 1.4rem;
  }
}

.priceDetailsList dt:first-child {
  border-top: none;
}

.priceDetailsList dt:first-child + dd {
  border-top: none;
}

.nyukouPrice {
  background-color: #fff;
  border-radius: 50px;
  background-color: #fff;
  padding: 32px;
  margin: 0 auto 32px;
  text-align: center;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .nyukouPrice {
    border-radius: 30px;
    padding: 16px;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .nyukouPrice {
    width: 100%;
  }
}
.nyukouPrice .priceDetails {
  background-color: #5eb1ff;
  border-radius: 50px;
  color: #222;
  font-size: 1.8rem;
  text-align: center;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .nyukouPrice .priceDetails {
    font-size: 1.6rem;
  }
}
.nyukouPrice .priceKigen {
  background-color: #DEEFFF;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 24px 20px 0;
  padding: 12px 8px;
}
@media screen and (max-width: 768px) {
  .nyukouPrice .priceKigen {
    font-size: 1.4rem;
  }
}

#syuruiWrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #syuruiWrap {
    padding-bottom: 80px;
  }
}
#syuruiWrap .nyukouPrice {
  text-align: left;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #syuruiWrap .nyukouPrice {
    padding-bottom: 16px;
  }
}
#syuruiWrap .priceDetailsList dt {
  width: 16%;
}
@media screen and (max-width: 768px) {
  #syuruiWrap .priceDetailsList dt {
    padding: 16px 0 4px;
    width: 100%;
  }
}
#syuruiWrap .priceDetailsList dd {
  width: 84%;
}
@media screen and (max-width: 768px) {
  #syuruiWrap .priceDetailsList dd {
    border-top: none;
    padding: 0 0 16px;
    width: 100%;
  }
}
#syuruiWrap .smallTitle {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #syuruiWrap .smallTitle {
    margin-top: 80px;
  }
}
#syuruiWrap .kyousyuImgWrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #syuruiWrap .kyousyuImgWrap {
    margin-top: 24px;
  }
}
#syuruiWrap .kyousyuImgWrap img {
  height: auto;
  width: 100%;
}
#syuruiWrap .kyousyuImgLong img {
  height: auto;
  width: 100%;
}
#syuruiWrap .aboutKoukaiImg {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  #syuruiWrap .aboutKoukaiImg {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #syuruiWrap .aboutKoukaiImg {
    margin-top: 48px;
  }
}
#syuruiWrap .syuruiTxt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 12px 0 48px;
}
@media screen and (max-width: 768px) {
  #syuruiWrap .syuruiTxt {
    font-size: 1.4rem;
    margin: 12px 0 32px;
  }
}

#koureisyaWrap {
  padding-bottom: 120px;
}
#koureisyaWrap .smallTitle {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #koureisyaWrap .smallTitle {
    margin-top: 80px;
  }
}
#koureisyaWrap .kihonWhArea .kihonWhTitle {
  margin-bottom: 24px;
}
#koureisyaWrap .kihonWhArea .attentionTxt {
  line-height: 1.6em;
  margin: 8px 0;
}
#koureisyaWrap .koureisyaTel {
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto 80px;
  padding: 24px;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #koureisyaWrap .koureisyaTel {
    margin: 0 auto 64px;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  #koureisyaWrap .koureisyaTel {
    margin: 0 auto 40px;
    width: 100%;
  }
}
#koureisyaWrap .koureisyaTel .koureisyaTelTitle {
  color: #352814;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #koureisyaWrap .koureisyaTel .koureisyaTelTitle {
    font-size: 1.6rem;
  }
}
#koureisyaWrap .koureisyaTel .koureisyaTelNo {
  border-top: 3px solid #1C79D2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
}
#koureisyaWrap .koureisyaTel .koureisyaTelNo p {
  color: #352814;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #koureisyaWrap .koureisyaTel .koureisyaTelNo p {
    font-size: 3rem;
  }
}
#koureisyaWrap .grdBtn {
  margin-right: 24px;
  margin-left: 24px;
}

#voiceWrap .voiceArea {
  padding: 80px 0 120px;
}
#voiceWrap .voiceArea .voiceInner {
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 40px;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  #voiceWrap .voiceArea .voiceInner {
    border-radius: 30px;
    margin-bottom: 32px;
    padding: 24px;
  }
}
#voiceWrap .voiceArea .voiceInner .voiceTitle {
  border-bottom: 2px dotted #1C79D2;
  color: #2068ac;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  padding: 0 8px 8px;
}
@media screen and (max-width: 768px) {
  #voiceWrap .voiceArea .voiceInner .voiceTitle {
    font-size: 1.4rem;
  }
}
#voiceWrap .voiceArea .voiceInner .voiceProf {
  color: #2068ac;
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 12px 8px 16px;
}
@media screen and (max-width: 768px) {
  #voiceWrap .voiceArea .voiceInner .voiceProf {
    font-size: 1.4rem;
  }
}
#voiceWrap .voiceArea .voiceInner .voiceTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  #voiceWrap .voiceArea .voiceInner .voiceTxt {
    font-size: 1.4rem;
  }
}

#drivingLessonWrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap {
    padding-bottom: 80px;
  }
}
#drivingLessonWrap .smallTitle {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .smallTitle {
    margin-top: 80px;
  }
}
#drivingLessonWrap .basicBtnWhite {
  width: 400px;
}
#drivingLessonWrap .onlineKiyakuWrap {
  background-color: #1c79d2;
  border-radius: 30px;
  text-align: center;
  padding: 24px 24px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .onlineKiyakuWrap {
    margin-top: 64px;
  }
}
#drivingLessonWrap .onlineKiyakuWrap p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4em;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .onlineKiyakuWrap p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
#drivingLessonWrap .busMapZeniki {
  border-radius: 20px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .busMapZeniki {
    margin: 40px 0 0;
  }
}
#drivingLessonWrap .busMapImg {
  border-radius: 20px;
}
#drivingLessonWrap .busRootWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 40px 0;
}
#drivingLessonWrap .busRootWrap::after {
  content: "";
  display: block;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .busRootWrap {
    row-gap: 32px;
  }
}
@media screen and (max-width: 450px) {
  #drivingLessonWrap .busRootWrap {
    row-gap: 24px;
  }
}
#drivingLessonWrap .busRootWrap .busRootInner {
  width: 48%;
}
@media screen and (max-width: 450px) {
  #drivingLessonWrap .busRootWrap .busRootInner {
    width: 100%;
  }
}
#drivingLessonWrap .busRootWrap .busRootInner .busRootTitle {
  background-image: url(../images/common/arrow_wh.svg);
  background-size: 24px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 24px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .busRootWrap .busRootInner .busRootTitle {
    background-size: 20px auto;
    font-size: 1.6rem;
  }
}
#drivingLessonWrap .busRootWrap .busRootInner .busTxtSyurui {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .busRootWrap .busRootInner .busTxtSyurui {
    font-size: 1.4rem;
  }
}
#drivingLessonWrap .busRootWrap .busRootInner .busTxtNaiyou {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: left;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .busRootWrap .busRootInner .busTxtNaiyou {
    font-size: 1.4rem;
  }
}
#drivingLessonWrap .busRootWrap .niwase {
  background: #d95e6d;
}
#drivingLessonWrap .busRootWrap .hayashima {
  background: #a7c340;
}
#drivingLessonWrap .busRootWrap .senoo {
  background: #62bdeb;
}
#drivingLessonWrap .busRootWrap .kurashiki {
  background: #e69c37;
}
#drivingLessonWrap .busRootT {
  writing-mode: vertical-rl;
  vertical-align: middle;
}
#drivingLessonWrap .busJikokuhyou {
  padding-bottom: 80px;
}
#drivingLessonWrap .busJikokuhyou .priceTable {
  font-size: 1.3rem;
  text-align: center;
}
#drivingLessonWrap .busExpTxt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  margin: 40px 0;
}
@media screen and (max-width: 450px) {
  #drivingLessonWrap .busExpTxt {
    font-size: 1.4rem;
    margin: 32px 0;
  }
}
#drivingLessonWrap .btnCenterWrap {
  margin-bottom: 40px;
  width: 100%;
}
#drivingLessonWrap .btnCenterWrap .grdBtn {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .btnCenterWrap {
    margin-bottom: 0;
    padding: 24px 0;
  }
  #drivingLessonWrap .btnCenterWrap .grdBtn {
    margin-bottom: 24px;
  }
}
#drivingLessonWrap .jikanwariImg {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  #drivingLessonWrap .jikanwariImg {
    margin: 32px 0 0;
  }
}

#faqWrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #faqWrap {
    padding-bottom: 80px;
  }
}
#faqWrap .smallTitle {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #faqWrap .smallTitle {
    margin-top: 80px;
  }
}
#faqWrap .pageLinkWrap {
  margin: 64px 0 0;
}
#faqWrap .accordionWrap .accordionInner {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  #faqWrap .accordionWrap .accordionInner {
    padding: 12px;
  }
}
#faqWrap .accordionWrap .accordionInner .iconFaq {
  border-radius: 10px;
  color: #fff;
  font-family: "Outfit", serif;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 24px;
  min-width: 40px;
  padding: 6px 0 0;
}
@media screen and (max-width: 768px) {
  #faqWrap .accordionWrap .accordionInner .iconFaq {
    font-size: 1.8rem;
    height: 32px;
    margin-right: 16px;
    min-width: 32px;
    padding: 4px 0 0;
    width: 32px;
  }
}
#faqWrap .accordionWrap .accordionInner .iconQ {
  background-color: #1c79d2;
}
#faqWrap .accordionWrap .accordionInner .iconA {
  background-color: #FF696B;
}
#faqWrap .accordionWrap .accordionInner .accordion-btn {
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#faqWrap .accordionWrap .accordionInner .accordion-btn::after {
  content: "＋";
  margin-left: auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 768px) {
  #faqWrap .accordionWrap .accordionInner .accordion-btn::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #faqWrap .accordionWrap .accordionInner .accordion-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  #faqWrap .accordionWrap .accordionInner .accordion-btn {
    font-size: 1.4rem;
  }
}
#faqWrap .accordionWrap .accordionInner .accordion-btn.open::after {
  content: "−";
}
#faqWrap .accordionWrap .accordionInner .faqLink {
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #005bac;
  display: inline-block;
  padding: 8px 32px;
  color: #005bac;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 16px 0;
}
#faqWrap .accordionWrap .accordionInner .faqLink:hover {
  background-color: #005bac;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #faqWrap .accordionWrap .accordionInner .faqLink {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  #faqWrap .accordionWrap .accordionInner .faqLink {
    text-align: center;
    width: 100%;
  }
}
#faqWrap .accordionWrap .accordion-content {
  padding: 0 10px;
}
#faqWrap .accordionWrap .accordion-content .accordionContentInner {
  display: flex;
  padding: 32px 0 0;
}
#faqWrap .accordionWrap .accordion-content .accordionContentInner p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #faqWrap .accordionWrap .accordion-content .accordionContentInner p {
    font-size: 1.4rem;
  }
}
#faqWrap .accordionWrap .accordion-content .accordionContentInner p a {
  color: #005bac;
  font-weight: bold;
  text-decoration: underline;
}

/* copy */
.courseCopy {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 88px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .courseCopy {
    padding: 88px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .courseCopy {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .courseCopy {
    padding: 32px 0 0;
  }
}
.courseCopy__list {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  transform: translateX(100%);
  animation: flowCopy 60s linear infinite;
}
@media screen and (max-width: 1024px) {
  .courseCopy__list {
    font-size: 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .courseCopy__list {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 450px) {
  .courseCopy__list {
    font-size: 6.4rem;
  }
}
.courseCopy__list li {
  white-space: nowrap;
  line-height: 0.77;
}

@keyframes flowCopy {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tabs {
  position: relative;
}
.tabs .tab-buttons {
  position: absolute;
  top: -142px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 78px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #352814;
}
@media screen and (max-width: 1024px) {
  .tabs .tab-buttons {
    font-size: 2rem;
    top: -116px;
  }
}
@media screen and (max-width: 768px) {
  .tabs .tab-buttons {
    font-size: 1.6rem;
    height: 56px;
    top: -80px;
  }
}
@media screen and (max-width: 450px) {
  .tabs .tab-buttons {
    font-size: 1.3rem;
    height: 48px;
    top: -72px;
  }
}
.tabs .tab-button {
  background: url(../images/common/bg_img.png) #CED9E3;
  background-size: 1000px auto;
  border: none;
  border-radius: 30px 30px 0 0;
  cursor: pointer;
  font-weight: bold;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  box-shadow: inset 7px 7px 14px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}
@media screen and (max-width: 450px) {
  .tabs .tab-button {
    border-radius: 16px 16px 0 0;
    column-gap: 4px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 450px) {
  .tabs .tab-button img {
    height: auto;
    width: 30px;
  }
}

.tab-button.active {
  background: url(../images/common/bg_img.png) #FCFAF6;
  background-size: 1000px auto;
  color: #352814;
  box-shadow: inset 0 0 0 #c7c7c7;
}

.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin: 64px 20px 48px;
}
@media screen and (max-width: 1024px) {
  .tab-content {
    margin: 40px 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content {
    margin: 24px 0 32px;
  }
}
.tab-content .tabArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .tab-content .tabArea {
    row-gap: 24px;
    flex-wrap: wrap;
  }
}
.tab-content .tabArea .card {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .tab-content .tabArea .card {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content .tabArea .card {
    border-radius: 20px;
  }
}
@media screen and (max-width: 450px) {
  .tab-content .tabArea .card {
    border-radius: 10px;
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .tab-content .tabArea .card picture {
    display: flex;
    justify-content: center;
  }
}
.tab-content .tabArea .card .cardTitle {
  background: url(../images/common/arrow_bl.svg) no-repeat right 16px center #d3eaff;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 20px 16px 20px 24px;
  transition: background-position 0.3s ease;
  width: 100%;
}
.tab-content .tabArea .card .cardTitle:hover {
  background-position: right 8px center;
}
@media screen and (max-width: 1024px) {
  .tab-content .tabArea .card .cardTitle {
    background-size: 24px auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 1.8rem;
    padding: 12px 32px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content .tabArea .card .cardTitle {
    background-size: 18px auto;
    font-size: 1.6rem;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 450px) {
  .tab-content .tabArea .card .cardTitle {
    background: url(../images/common/arrow_bl.svg) no-repeat right 8px center #d3eaff;
    background-size: 18px auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 1.4rem;
    padding: 8px 12px;
  }
}
.tab-content .tabArea .tabLong {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .tab-content .tabArea .tabLong {
    width: 100%;
  }
}
.tab-content .tabBtnWrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .tab-content .tabBtnWrap {
    margin: 32px 0;
  }
}
@media screen and (max-width: 450px) {
  .tab-content .tabBtnWrap {
    margin: 24px 0;
  }
}
.tab-content .tabBtnWrap .cta {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 24px 12px;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .tab-content .tabBtnWrap .cta {
    font-size: 1.8rem;
    padding: 18px 12px;
  }
}
@media screen and (max-width: 450px) {
  .tab-content .tabBtnWrap .cta {
    font-size: 1.4rem;
    padding: 12px;
  }
}
.tab-content .btnCenterWrap {
  padding: 0;
  gap: 0;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .tab-content .btnCenterWrap {
    width: 100%;
  }
}
.tab-content .btnCenterWrap .grdBtn {
  width: 100%;
  margin-bottom: 0;
}

.tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tabzaikouseiWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.tabzaikouseiWrap .zaikouBtn {
  text-align: center;
  width: 48%;
}
.tabzaikouseiWrap .zaikouGrdBtn {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 24px 12px;
  text-align: center;
  width: 100%;
}
.tabzaikouseiWrap .grdBtn {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .tabzaikouseiWrap .grdBtn {
    width: 100%;
  }
}

.licenseTypeWrap {
  padding: 0;
}
.licenseTypeWrap .licenseTypeInner {
  height: 336px;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .licenseTypeWrap .licenseTypeInner {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .licenseTypeWrap .licenseTypeInner {
    height: 220px;
  }
}
@media screen and (max-width: 450px) {
  .licenseTypeWrap .licenseTypeInner {
    height: 184px;
  }
}
.licenseTypeWrap .licenseTypeInner .blackFilter {
  background-color: rgba(0, 0, 0, 0.4);
  height: 336px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter {
    height: 220px;
  }
}
@media screen and (max-width: 450px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter {
    height: 184px;
  }
}
.licenseTypeWrap .licenseTypeInner .blackFilter:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap {
  display: flex;
  align-items: center;
  height: 336px;
  margin-left: 360px;
}
@media screen and (max-width: 1024px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap {
    height: 280px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap {
    height: 220px;
  }
}
@media screen and (max-width: 450px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap {
    height: 184px;
    margin-left: 24px;
  }
}
.licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p {
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p {
    font-size: 1.8rem;
  }
}
.licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .licenseTypeWrap .licenseTypeInner .blackFilter .typeTxtWrap p span {
    font-size: 1.4rem;
  }
}
.licenseTypeWrap .typeCar {
  background: url(../images/top/type_car@2x.jpg) no-repeat right center;
  background-size: cover;
}
.licenseTypeWrap .typeBike {
  background: url(../images/top/type_bike@2x.jpg) no-repeat right center;
  background-size: cover;
}
.licenseTypeWrap .typeKoureisya {
  background: url(../images/top/type_koureisya@2x.jpg) no-repeat right center;
  background-size: cover;
}

.topInfoWrap {
  padding-top: 184px;
}
@media screen and (max-width: 1024px) {
  .topInfoWrap {
    padding-top: 96px;
  }
}
@media screen and (max-width: 450px) {
  .topInfoWrap {
    padding-top: 40px;
  }
}
.topInfoWrap .newsTitleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topInfoWrap .newsTitleWrap .topInfoListBtn {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 8px;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .topInfoWrap .newsTitleWrap .topInfoListBtn {
    font-size: 1.4rem;
    padding: 16px 8px;
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .topInfoWrap .newsTitleWrap .topInfoListBtn {
    padding: 12px 8px;
    width: 160px;
  }
}
.topInfoWrap h2 {
  color: #1c79d2;
  font-family: "Outfit", sans-serif;
  font-size: 14.6rem;
}
@media screen and (max-width: 1024px) {
  .topInfoWrap h2 {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topInfoWrap h2 {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 450px) {
  .topInfoWrap h2 {
    font-size: 4.6rem;
  }
}

.infoListWrap {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .infoListWrap {
    padding: 24px 0 0;
  }
}
.infoListWrap .infoInner {
  display: flex;
  flex-wrap: wrap;
}
.infoListWrap .infoInner .infoData {
  border-bottom: 1px solid #BFD5EB;
  color: #1c79d2;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  padding: 32px 8px;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoInner .infoData {
    border: none;
    font-size: 1.6rem;
    padding: 16px 8px 0;
    width: 100%;
  }
}
.infoListWrap .infoInner .infoTitle {
  border-bottom: 1px solid #BFD5EB;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.8em;
  width: 84%;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoInner .infoTitle {
    font-size: 1.4rem;
    width: 100%;
  }
}
.infoListWrap .infoInner .infoTitle a {
  background: url(../images/common/arrow_bl.svg) no-repeat right 8px center;
  color: #222;
  display: block;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  padding: 32px 64px 32px 8px;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoInner .infoTitle a {
    background: none;
    font-size: 1.4rem;
    padding: 8px 8px 16px;
  }
}
.infoListWrap .infoInner .infoTitle a:hover {
  background: url(../images/common/arrow_bl.svg) no-repeat right 2px center;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoInner .infoTitle a:hover {
    background: none;
  }
}

.accessWrap {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .accessWrap {
    padding-top: 48px;
  }
}
@media screen and (max-width: 450px) {
  .accessWrap {
    padding-top: 24px;
  }
}
.accessWrap h2 {
  color: #1c79d2;
  font-family: "Outfit", sans-serif;
  font-size: 14.6rem;
}
@media screen and (max-width: 1024px) {
  .accessWrap h2 {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 768px) {
  .accessWrap h2 {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 450px) {
  .accessWrap h2 {
    font-size: 4.6rem;
  }
}
.accessWrap .accessMap {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accessWrap .accessMap {
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .accessWrap .accessMap {
    height: 320px;
  }
}
.accessWrap .topAddTxt {
  font-size: 2rem;
  font-weight: bold;
  margin: 48px 0;
}
@media screen and (max-width: 450px) {
  .accessWrap .topAddTxt {
    font-size: 1.8rem;
    margin: 32px 0;
  }
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
.photo-grid .topPhoto img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.photo-grid .left-top img {
  transform: translateY(200px);
}
@media screen and (max-width: 768px) {
  .photo-grid .left-top img {
    transform: translateY(80px);
  }
}
.photo-grid .right-top {
  grid-column: 2;
  grid-row: 1;
}
.photo-grid .right-bottom {
  grid-column: 2;
  grid-row: 2;
}

.animate {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.animate.in-view {
  opacity: 1;
  transform: scale(1);
}

#formWrap {
  font-size: 16px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #formWrap {
    margin: 40px auto 0;
  }
}
#formWrap dl {
  color: #444;
  margin: 0;
}
#formWrap dl dt {
  box-sizing: border-box;
  color: #2068AC;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
  padding: 32px 0 0;
}
#formWrap dl dt .req {
  color: #e47c6d;
  font-size: 1.2rem;
  padding-right: 20px;
  margin: 0 0 0 20px;
}
#formWrap dl dd {
  box-sizing: border-box;
  padding: 12px 0;
  margin: 0;
  min-height: 62px;
}
#formWrap dl dd .form_l {
  background-color: #fafafa;
  border: 2px solid #dcdcdc;
  width: 100%;
}
#formWrap dl dd .form_m {
  background-color: #fafafa;
  border: 2px solid #dcdcdc;
  width: 50%;
}
#formWrap dl dd .form_s {
  background-color: #fafafa;
  border: 2px solid #dcdcdc;
  width: 20%;
}
#formWrap dl dd .select_c {
  background-color: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
}
#formWrap dl dd .check_s {
  margin: 8px;
}
#formWrap .formInnerExp {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin: 16px 8px;
}
#formWrap .formInnerExp a {
  color: #333;
  text-decoration: underline;
}
#formWrap .formInnerExp a:hover {
  text-decoration: none;
}
#formWrap .formSubBox {
  margin: 20px 0;
}
#formWrap .formSubTitle {
  color: #204c76;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2em;
}
#formWrap input {
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
}
#formWrap select {
  padding: 10px;
}
#formWrap textarea {
  background-color: #fafafa;
  border: 2px solid #dcdcdc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
#formWrap .submitWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
#formWrap .submitWrap .submitInner {
  text-align: center;
  margin: 0 32px;
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap .submitInner {
    margin: 0 0 20px;
    width: 100%;
  }
}
#formWrap .submitWrap .submitInner .submitBtn button, #formWrap .submitWrap .submitInner a.button, #formWrap .submitWrap .submitInner input[type=button], #formWrap .submitWrap .submitInner input[type=reset], #formWrap .submitWrap .submitInner input[type=submit] {
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px 56px;
  position: relative;
  transition: all 0.4s;
  width: 328px;
}
@media screen and (max-width: 1024px) {
  #formWrap .submitWrap .submitInner .submitBtn button, #formWrap .submitWrap .submitInner a.button, #formWrap .submitWrap .submitInner input[type=button], #formWrap .submitWrap .submitInner input[type=reset], #formWrap .submitWrap .submitInner input[type=submit] {
    width: 280px;
  }
}
#formWrap .submitWrap .submitInner .submitBtn {
  background-color: #e47c6d;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 60px;
  width: 400px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  #formWrap .submitWrap .submitInner .submitBtn {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap .submitInner .submitBtn {
    margin: 0;
    height: 50px;
    width: 300px;
  }
}
#formWrap .submitWrap .submitInner .submitBtn:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
#formWrap .submitWrap .returnBtn {
  background-color: #b4b4b4;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 0 20px;
  width: 400px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  #formWrap .submitWrap .returnBtn {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap .returnBtn {
    margin: 0;
    height: 50px;
    width: 300px;
  }
}
#formWrap .submitWrap .returnBtn:hover {
  background: #d0d0d6;
}
#formWrap input[type=submit] {
  border: none;
}
@media screen and (max-width: 768px) {
  #formWrap input[type=submit] {
    padding: 0 20px;
  }
}
#formWrap .formThanks {
  text-align: center;
}
#formWrap .contactTopTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}
#formWrap .contactBottomTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 50px 0 0;
}
#formWrap .contactBottomTxt span {
  color: #0068b7;
  font-weight: bold;
}
#formWrap .thanksTxt {
  text-align: center;
}
#formWrap .contactCheckTitle {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #formWrap .contactCheckTitle {
    padding: 50px 0 0;
  }
}
#formWrap .contactThanks {
  text-align: center;
}
@media screen and (max-width: 450px) {
  #formWrap .contactThanks {
    text-align: left;
  }
}
#formWrap .contactThanks p {
  font-size: 1.6rem;
  line-height: 2.2em;
}
#formWrap .contactThanks p.thanksTitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 100px 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap .contactThanks p.thanksTitle {
    padding: 70px 0 20px;
  }
}
#formWrap .schoolSelect {
  margin: 12px 0;
}

.contactThanks {
  padding: 80px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactThanks {
    padding: 48px 0 0;
  }
}
.contactThanks .thanksTitle {
  color: #2068AC;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contactThanks .thanksTitle {
    font-size: 1.8rem;
  }
}

.titleNoneSpace {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .titleNoneSpace {
    margin: 40px 0 0;
  }
}

.calendarTxt {
  margin: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .calendarTxt {
    margin: 40px 0 20px;
  }
}

#privacyWrap {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  #privacyWrap {
    padding: 0 0 60px;
  }
}
#privacyWrap .smallTitle {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  #privacyWrap .smallTitle {
    padding: 60px 0 0;
  }
}
#privacyWrap .dai1kaisou li {
  color: #204c76;
  list-style: decimal;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  padding: 8px 0 32px;
}
@media screen and (max-width: 768px) {
  #privacyWrap .dai1kaisou li {
    font-size: 1.4rem;
    padding: 8px 0 16px;
  }
}
#privacyWrap .dai1kaisou li p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #privacyWrap .dai1kaisou li p {
    font-size: 1.4rem;
  }
}
#privacyWrap .dai1kaisou li p strong {
  color: #204c76;
}
#privacyWrap .dai1kaisou .dai2kaisou {
  padding: 12px 0;
}
#privacyWrap .dai1kaisou .dai2kaisou li {
  list-style: upper-roman;
  padding: 8px 0;
}
#privacyWrap .pTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #privacyWrap .pTxt {
    font-size: 1.4rem;
  }
}
#privacyWrap .pTxt a {
  color: #2068AC;
  text-decoration: underline;
}
#privacyWrap .pTxt a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */