@media only screen and (max-width: 767px) {
  .page_migration#next main {
    padding-top: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .page_migration .hero-area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page_migration .hero-area img {
    aspect-ratio: 375 / 275;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.page_intro .intro_content {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_inner {
    margin: 0 15px;
  }
}
.page_intro .intro_row {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .page_intro .intro_row {
    gap: calc(calc(140 / 1260) * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_row {
    flex-direction: column;
  }
}
.page_intro .intro_row .intro_01 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page_intro .intro_row .intro_01 {
    aspect-ratio: 530 / 400;
    width: calc(calc(530 / 1260) * 100vw);
    min-width: 530px;
  }
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_row .intro_01 {
    width: 100%;
    aspect-ratio: 345 / 260;
  }
}
.page_intro .intro_row .intro_txt {
  position: relative;
  max-width: 325px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_row .intro_txt {
    margin-top: 40px;
  }
}
.page_intro .intro_row .intro_txt .txt01 {
  font-size: 21px;
}
.page_intro .intro_row .intro_txt .txt02 {
  font-size: 14px;
}
.page_intro .intro_img_row {
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page_intro .intro_img_row .intro_02 {
    width: calc(calc(370 / 1260) * 100vw);
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_img_row .intro_02 {
    width: calc(calc(132 / 375) * 100vw);
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_intro .intro_img_row .intro_03 {
    width: calc(calc(300 / 1260) * 100vw);
    margin-top: 130px;
    margin-left: calc(calc(40 / 1260) * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_img_row .intro_03 {
    width: calc(calc(114 / 375) * 100vw);
    margin-top: 40px;
    margin-left: calc(calc(15 / 375) * 100vw);
  }
}
.page_intro .intro_img_row .intro_04 {
  width: calc(calc(180 / 1260) * 100vw);
  margin-left: calc(calc(40 / 1260) * 100vw);
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_img_row .intro_04 {
    width: calc(calc(69 / 375) * 100vw);
    margin-left: calc(calc(15 / 375) * 100vw);
  }
}

h2.content-head {
  margin-bottom: 25px;
  font-size: 24px;
  position: relative;
  padding-top: 42px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2.content-head {
    font-size: 18px;
    padding-top: 30px;
  }
}
h2.content-head::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 37px;
  background-color: #707070;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  h2.content-head::before {
    height: 20px;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  h2.content-head {
    margin-bottom: 40px;
  }
}

.heading-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .heading-wrap {
    margin-top: 60px;
  }
}

.heading-wrap .title-second {
  text-align: center;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .heading-wrap .title-second {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-wrap .title-second {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.title-hero {
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .title-hero {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.toc-container {
  display: inline-flex;
  justify-content: center;
  gap: 40px;
  padding: 25px 40px;
  border-top: 1px solid #E6E9EC;
  border-bottom: 1px solid #E6E9EC;
  margin: 40px auto 50px;
}
@media only screen and (max-width: 767px) {
  .toc-container {
    padding: 20px 15px;
    gap: 15px;
  }
}
.toc-container .toc-head {
  writing-mode: vertical-lr;
  font-size: 24px;
  letter-spacing: 0.2em;
}
.toc-container .toc-contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toc-container .toc-contents a {
  color: #223D55;
  font-size: 13px;
  text-decoration: underline;
}

.page_intro h2 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .page_intro h2 {
    font-size: 16px;
    margin-top: 40px;
    letter-spacing: 0.1em;
  }
}

.section-head {
  display: flex;
  padding: 27px 29px 27px 40px;
  background-color: #223D55;
  color: #F6F7F8;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-head {
    width: 100vw;
    padding: 15px 30px;
    flex-direction: column;
    transform: translateX(-15px);
  }
}
.section-head h3 {
  font-size: 24px;
  letter-spacing: 0.2em;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .section-head h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.section-head .head-txt {
  letter-spacing: 0.2em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .section-head .head-txt {
    padding-left: 26px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .head-txt {
    padding-top: 20px;
    font-size: 14px;
  }
}
.section-head .head-txt::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 70px;
  background-color: #F6F7F8;
}
@media only screen and (max-width: 767px) {
  .section-head .head-txt::before {
    height: 1px;
    width: 70px;
    top: 0;
    left: 50%;
    transform: translateX(-35px);
  }
}

#point-sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F6F7F8;
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  #point-sec {
    margin-top: 60px;
    padding-top: 50px;
  }
}
#point-sec h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #point-sec h2 {
    font-size: 20px;
  }
}
#point-sec .point-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #point-sec .point-list {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
}
#point-sec .point-list .list-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E9EC;
}
@media print, screen and (min-width: 768px) {
  #point-sec .point-list .list-row {
    width: 860px;
    margin: 10px auto 0;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #point-sec .point-list .list-row {
    flex-direction: column;
    margin-top: 5px;
  }
}
#point-sec .point-list .list-row .list-num {
  letter-spacing: 0.1em;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: url("/migration/img/point-li.png") no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  #point-sec .point-list .list-row .list-num {
    margin-left: 15px;
  }
}
#point-sec .point-list .list-row .list-title {
  letter-spacing: 0.1em;
  font-size: 16px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #point-sec .point-list .list-row .list-title {
    width: 125px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #point-sec .point-list .list-row .list-title {
    margin-top: 10px;
  }
}
#point-sec .point-list .list-row .list-cont {
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  #point-sec .point-list .list-row .list-cont {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #point-sec .point-list .list-row .list-cont {
    margin-top: 10px;
  }
}

.point-inner {
  max-width: 860px;
  margin: 0 auto;
}

#merit-sec {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #merit-sec {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#merit-sec h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #merit-sec h2 {
    font-size: 20px;
  }
}
#merit-sec .merit-inner {
  max-width: 860px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #merit-sec .merit-inner {
    margin: 0 50px;
  }
}
#merit-sec .merit-row {
  display: flex;
  gap: 17px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #merit-sec .merit-row {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
#merit-sec .merit-row .merit-unit {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #merit-sec .merit-row .merit-unit {
    width: 275px;
  }
}
#merit-sec .merit-row .merit-unit .merit-title {
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #merit-sec .merit-row .merit-unit .merit-title {
    font-size: 18px;
    margin-top: 20px;
  }
}
#merit-sec .merit-row .merit-unit .merit-txt {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

#place-sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F6F7F8;
}
#place-sec h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #place-sec h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#place-sec .place-inner {
  max-width: 700px;
  margin: 0 auto;
}
#place-sec .place-img {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #place-sec .place-img {
    max-width: 670px;
  }
}
#place-sec .place-container {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #place-sec .place-container {
    margin: 0 50px;
  }
}
#place-sec .place-container .place-unit {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #place-sec .place-container .place-unit {
    width: 320px;
  }
}
#place-sec .place-container .place-unit .unit-name {
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
#place-sec .place-container .place-unit .unit-txt {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
#place-sec .tottori-connect {
  margin: 60px auto 0;
  display: block;
  width: 356px;
  height: 96px;
  border: 8px solid #E6E9EC;
  background-color: #FFF;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #place-sec .tottori-connect {
    width: auto;
    margin: 60px 15px;
  }
}
#place-sec .tottori-connect span {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  #place-sec .tottori-connect span {
    font-size: 14px;
  }
}
#place-sec .tottori-connect a {
  position: relative;
  font-size: 18px;
  text-decoration: underline;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  #place-sec .tottori-connect a {
    font-size: 16px;
  }
}
#place-sec .tottori-connect a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url("/migration/img/sitelink-icon.svg") no-repeat center/contain;
  top: calc(50% - 4px);
  right: -15px;
}
#place-sec .tottori-connect .connect_img {
  position: absolute;
  left: 4px;
  top: -18px;
  width: 60px;
}

.arrow-box {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.img-bar {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .img-bar {
    height: auto;
    aspect-ratio: 375/145;
  }
}
.img-bar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.can_do {
  background-color: #FFFFFF;
  border: 1px solid #E6E9EC;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .can_do {
    width: 700px;
    margin: -40px auto 0;
    padding: 40px 40px 45px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .can_do {
    margin: -15px 30px 0;
    padding: 40px 35px 45px 35px;
  }
}
.can_do h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .can_do h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.can_do .can-list {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .can_do .can-list {
    align-items: flex-start;
  }
}
.can_do .can-list .list-head {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  .can_do .can-list .list-head {
    width: 20px;
    flex-shrink: 0;
    margin-top: -10px;
  }
}
.can_do .can-list .list-txt {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .can_do .can-list .list-txt {
    font-size: 14px;
  }
}

.movie-area {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .movie-area {
    margin-top: 60px;
  }
}
.movie-area h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .movie-area h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.movie-area .movie-area-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .movie-area .movie-area-inner {
    max-width: 920px;
    gap: 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .movie-area .movie-area-inner {
    margin: 0 50px;
    gap: 15px 5px;
  }
}
.movie-area .movie-unit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .movie-area .movie-unit {
    width: 453px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .movie-area .movie-unit {
    width: 100%;
    aspect-ratio: 275/156;
  }
}
.movie-area .movie-unit .movie-title {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #223D55;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .movie-area .movie-unit .movie-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.movie-area .movie-unit .movie-thumbnail {
  position: relative;
}
.movie-area .movie-unit .movie-thumbnail::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 48px;
  background: url("/migration/img/youtube-icon.svg") no-repeat center/contain;
  left: calc(50% - 34px);
  top: calc(50% - 24px);
}
.movie-area a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .step-area .wrap-inner {
    width: 840px;
  }
}
.step-area .step01 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #FCFCFA;
  filter: drop-shadow(0px 1px 0px #AAA177);
  position: relative;
  z-index: 10;
}
.step-area .step01::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-11px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid #fcfcfa;
  border-bottom: 0;
}
.step-area .step02 {
  background-color: #F7F7F1;
  z-index: 9;
}
.step-area .step02::after {
  border-top: 11px solid #F7F7F1;
}
.step-area .step03 {
  background-color: #F4F2EB;
  z-index: 8;
}
.step-area .step03::after {
  border-top: 11px solid #F4F2EB;
}
.step-area .step04 {
  background-color: #F0EEE5;
  z-index: 7;
}
.step-area .step04::after {
  border-top: 11px solid #F0EEE5;
}
.step-area .step05 {
  background-color: #EDEADE;
  z-index: 6;
}
.step-area .step05::after {
  border-top: 11px solid #EDEADE;
}
.step-area .step06 {
  background-color: #E9E5D7;
  z-index: 5;
  padding-top: 25px;
  padding-bottom: 15px;
}
.step-area .step06::after {
  border-top: 11px solid #E9E5D7;
}
.step-area .step07 {
  background-color: #E5E1D0;
  z-index: 4;
}
.step-area .step07::after {
  border-top: 11px solid #E5E1D0;
}
.step-area .step08 {
  background-color: #E2DDCA;
  z-index: 3;
}
.step-area .step08::after {
  border-top: 11px solid #E2DDCA;
}
.step-area .step_img {
  text-align: center;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.step-area .step-title {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .step-area .step-title {
    font-size: 16px;
  }
}
.step-area .step_container {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .step-area .step_container {
    flex-direction: column;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.step-area .step_container .step_unit {
  width: 270px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .step-area .step_container .step_unit {
    width: auto;
  }
}
.step-area .step_container .step_unit .unit-img {
  height: 167px;
}
@media only screen and (max-width: 767px) {
  .step-area .step_container .step_unit .unit-img {
    height: 100%;
    aspect-ratio: 270/167;
  }
}
.step-area .step_container .step_unit .unit-content {
  padding: 20px 25px;
}
.step-area .step_container .step_unit .unit-title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.step-area .step_container .step_unit .unit-txt {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.step-area .event-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: 236px;
  height: 48px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #223D55;
  border-radius: 7px;
}
.step-area .next-step {
  padding-top: 25px;
  padding-bottom: 15px;
  filter: drop-shadow(0px 1px 0px #AAA177);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step-area .next-step {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.step-area .next-step::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-11px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 0;
}
.step-area .step-home {
  width: 490px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -25px;
  z-index: 10;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .step-area .step-home {
    width: auto;
    margin-top: -5px;
    margin-bottom: 25px;
    max-width: 400px;
  }
}

.qa-area {
  background-color: #fff;
  position: relative;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .qa-area {
    width: 780px;
    margin: -40px auto 0;
    padding: 40px 70px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .qa-area {
    margin: -20px 30px 0;
    padding: 15px 20px;
  }
}
.qa-area .qa-icon {
  width: 76px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .qa-area .qa-icon {
    width: 30px;
    margin-bottom: 10px;
  }
}
.qa-area h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .qa-area h2 {
    font-size: 20px;
  }
}
.qa-area .qa-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .qa-area .qa-container {
    gap: 15px;
    width: auto;
  }
}
.qa-area .qa-container .qa-unit {
  position: relative;
  display: flex;
  flex-direction: column;
}
.qa-area .qa-container .qa-unit::before {
  content: "";
  width: 100%;
  background-color: #E6E9EC;
  height: 1px;
  bottom: -15px;
  position: absolute;
}
.qa-area .qa-container .qa-unit .unit-head {
  padding-top: 20px;
  /*font-weight: 500;*/
  font-size: 21px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .qa-area .qa-container .qa-unit .unit-head {
    padding-top: 15px;
    font-size: 14px;
    padding-right: 40px;
  }
}
.qa-area .qa-container .qa-unit .unit-head.is-open:before, .qa-area .qa-container .qa-unit .unit-head.is-open:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.qa-area .qa-container .qa-unit .unit-head:before, .qa-area .qa-container .qa-unit .unit-head:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #181229;
  transition: all 0.3s ease;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .qa-area .qa-container .qa-unit .unit-head:before, .qa-area .qa-container .qa-unit .unit-head:after {
    width: 11px;
    right: 40px;
    top: 25px;
  }
}
.qa-area .qa-container .qa-unit .unit-head:before {
  transform: translateY(-50%) rotateZ(90deg);
}
.qa-area .qa-container .qa-unit .unit-head:before, .qa-area .qa-container .qa-unit .unit-head:after {
  width: 10px;
  height: 1px;
  background-color: #223D55;
  /*            right: 10px;
              top: 35px;*/
}
@media only screen and (max-width: 767px) {
  .qa-area .qa-container .qa-unit .unit-head:before, .qa-area .qa-container .qa-unit .unit-head:after {
    width: 10px;
    right: 12px;
    top: 28px;
  }
}
.qa-area .qa-container .qa-unit .unit-head .q-head {
  font-size: 20px;
  /*font-weight: 500;*/
  margin-right: 15px;
}
.qa-area .qa-container .qa-unit dd {
  font-size: 14px;
  letter-spacing: 200;
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .qa-area .qa-container .qa-unit dd {
    margin-top: 15px;
  }
}
.qa-area .qa-container .qa-unit dd .answer-inner {
  display: flex;
}
.qa-area .qa-container .qa-unit dd .a-head {
  margin-right: 15px;
  font-size: 20px;
  /*font-weight: 500;*/
}

/*qa-area*/
#event {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #event {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
#event h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #event h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #event h2.content-head::before {
    height: 37px;
    top: -15px;
  }
}
#event .event-inner {
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #event .event-inner {
    margin: 0 30px;
  }
}

/*# sourceMappingURL=page_migration.css.map */
