@charset "UTF-8";
/* module.scss */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  font-kerning: normal;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header {
  width: 100%;
  margin: 40px auto;
}

.header__logo {
  color: #004aad;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-bottom: solid 2px #004aad;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .header__logo {
    font-size: 5rem;
  }
}

.header__inner {
  border: solid 1px #ddd;
  padding: 20px 15px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .header__inner {
    padding: 30px;
  }
}

.header__inner-title {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .header__inner-title {
    font-size: 2.5rem;
  }
}

.header__inner-text {
  text-align: center;
}

.movie {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .movie {
    margin-bottom: 8rem;
  }
}
.movie video {
  width: 100%;
  margin-bottom: 2rem;
}

.movie__title {
  text-align: center;
  font-weight: 700;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  color: #004aad;
  margin-bottom: 1.5rem;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .movie__title {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
}

.movie__text {
  font-size: 1.75rem;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .movie__text {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) { /* スマホ */
  .u-pc-only {
    display: none;
  }
} /* End MQ */
@media screen and (min-width: 768px) { /* Tablet, PC */
  .u-sp-only {
    display: none;
  }
} /* End MQ */
a {
  color: #000;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
}

#screen {
  position: relative;
  min-height: 100%;
  text-align: justify;
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------
1　COLUMN用
--------------------------------------*/
.content { /* 背景100％時のコンテンツ区切り */
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.content section,
.content .section {
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .content section,
  .content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
} /* End MQ */
@media screen and (min-width: 1080px) {
  .content section,
  .content .section {
    width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }
} /* End MQ */
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  padding: 0;
  margin: 60px auto 0;
}
@media screen and (min-width: 1080px) {
  .keyvisual {
    margin: 0 auto;
  }
}
.keyvisual img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
YouTube
------------------------------------------------ */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --ページのトップへ戻る--------------------- */
#pageTop {
  text-decoration: none;
  background: #004aad;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
}
#pageTop img {
  width: 20px;
  height: 20px;
}

#pageTop:hover {
  opacity: 0.85;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 55px;
}

/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------------------------------------------------------------------
背景色
----------------------------------------------------------------------------------------------------------------------- */
.bg_blue {
  background-color: #ADE4FF !important;
}

/* -----------------------------------------------------------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------------------------------------------------------- */
.fsize10 {
  font-size: 0.625rem !important;
}

.fsize11 {
  font-size: 0.6875rem !important;
}

.fsize12 {
  font-size: 0.75rem !important;
}

.fsize13 {
  font-size: 0.8125rem !important;
}

.fsize14 {
  font-size: 0.875rem !important;
}

.fsize15 {
  font-size: 0.9375rem !important;
}

.fsize16 {
  font-size: 1rem !important;
}

.fsize17 {
  font-size: 1.0625rem !important;
}

.fsize18 {
  font-size: 1.125rem !important;
}

.fsize19 {
  font-size: 1.1875rem !important;
}

.fsize20 {
  font-size: 1.25rem !important;
}

.fsize21 {
  font-size: 1.3125rem !important;
}

.fsize22 {
  font-size: 1.375rem !important;
}

.fsize23 {
  font-size: 1.4375rem !important;
}

.fsize24 {
  font-size: 1.5rem !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_fsize10 {
    font-size: 10px !important;
  }
  .pc_fsize11 {
    font-size: 11px !important;
  }
  .pc_fsize12 {
    font-size: 12px !important;
  }
  .pc_fsize13 {
    font-size: 13px !important;
  }
  .pc_fsize14 {
    font-size: 14px !important;
  }
  .pc_fsize15 {
    font-size: 15px !important;
  }
  .pc_fsize16 {
    font-size: 16px !important;
  }
  .pc_fsize17 {
    font-size: 17px !important;
  }
  .pc_fsize18 {
    font-size: 18px !important;
  }
  .pc_fsize19 {
    font-size: 19px !important;
  }
  .pc_fsize20 {
    font-size: 20px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important;
  }
  .sp_fsize11 {
    font-size: 11px !important;
  }
  .sp_fsize12 {
    font-size: 12px !important;
  }
  .sp_fsize13 {
    font-size: 13px !important;
  }
  .sp_fsize14 {
    font-size: 14px !important;
  }
  .sp_fsize15 {
    font-size: 15px !important;
  }
  .sp_fsize16 {
    font-size: 16px !important;
  }
  .sp_fsize17 {
    font-size: 17px !important;
  }
  .sp_fsize18 {
    font-size: 18px !important;
  }
  .sp_fsize19 {
    font-size: 19px !important;
  }
  .sp_fsize20 {
    font-size: 20px !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_w10 {
    width: 10% !important;
  }
  .pc_w20 {
    width: 20% !important;
  }
  .pc_w30 {
    width: 30% !important;
  }
  .pc_w40 {
    width: 40% !important;
  }
  .pc_w50 {
    width: 50% !important;
  }
  .pc_w60 {
    width: 60% !important;
  }
  .pc_w70 {
    width: 70% !important;
  }
  .pc_w80 {
    width: 80% !important;
  }
  .pc_w90 {
    width: 90% !important;
  }
  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_w10 {
    width: 10% !important;
  }
  .sp_w20 {
    width: 20% !important;
  }
  .sp_w30 {
    width: 30% !important;
  }
  .sp_w40 {
    width: 40% !important;
  }
  .sp_w50 {
    width: 50% !important;
  }
  .sp_w60 {
    width: 60% !important;
  }
  .sp_w70 {
    width: 70% !important;
  }
  .sp_w80 {
    width: 80% !important;
  }
  .sp_w90 {
    width: 90% !important;
  }
  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

.textr {
  text-align: right !important;
}

.textl {
  text-align: left !important;
}

.textj {
  text-align: justify !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_textc {
    text-align: center !important;
  }
  .pc_textr {
    text-align: right !important;
  }
  .pc_textl {
    text-align: left !important;
  }
  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_textc {
    text-align: center !important;
  }
  .sp_textr {
    text-align: right !important;
  }
  .sp_textl {
    text-align: left !important;
  }
  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

@media screen and (min-width: 768px) {
  .tb_mr20 {
    margin-right: 20px !important;
  }
  .tb_mt0 {
    margin-top: 0px !important;
  }
  .tb_mt5 {
    margin-top: 5px !important;
  }
  .tb_mt10 {
    margin-top: 10px !important;
  }
  .tb_mt15 {
    margin-top: 15px !important;
  }
  .tb_mt20 {
    margin-top: 20px !important;
  }
  .tb_mt30 {
    margin-top: 30px !important;
  }
  .tb_mt40 {
    margin-top: 40px !important;
  }
  .tb_mt50 {
    margin-top: 50px !important;
  }
  .tb_mt60 {
    margin-top: 60px !important;
  }
  .tb_mt70 {
    margin-top: 70px !important;
  }
  .tb_mt80 {
    margin-top: 80px !important;
  }
  .tb_mt90 {
    margin-top: 90px !important;
  }
  .tb_mt100 {
    margin-top: 100px !important;
  }
  .tb_mb0 {
    margin-bottom: 0px !important;
  }
  .tb_mb5 {
    margin-bottom: 5px !important;
  }
  .tb_mb10 {
    margin-bottom: 10px !important;
  }
  .tb_mb15 {
    margin-bottom: 15px !important;
  }
  .tb_mb20 {
    margin-bottom: 20px !important;
  }
  .tb_mb30 {
    margin-bottom: 30px !important;
  }
  .tb_mb40 {
    margin-bottom: 40px !important;
  }
  .tb_mb50 {
    margin-bottom: 50px !important;
  }
  .tb_mb60 {
    margin-bottom: 60px !important;
  }
  .tb_mb70 {
    margin-bottom: 70px !important;
  }
  .tb_mb80 {
    margin-bottom: 80px !important;
  }
  .tb_mb90 {
    margin-bottom: 90px !important;
  }
  .tb_mb100 {
    margin-bottom: 100px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mt0 {
    margin-top: 0px !important;
  }
  .pc_mt5 {
    margin-top: 5px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_mt60 {
    margin-top: 60px !important;
  }
  .pc_mt70 {
    margin-top: 70px !important;
  }
  .pc_mt80 {
    margin-top: 80px !important;
  }
  .pc_mt90 {
    margin-top: 90px !important;
  }
  .pc_mt100 {
    margin-top: 100px !important;
  }
  .pc_mb0 {
    margin-bottom: 0px !important;
  }
  .pc_mb5 {
    margin-bottom: 5px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  .pc_mb60 {
    margin-bottom: 60px !important;
  }
  .pc_mb70 {
    margin-bottom: 70px !important;
  }
  .pc_mb80 {
    margin-bottom: 80px !important;
  }
  .pc_mb90 {
    margin-bottom: 90px !important;
  }
  .pc_mb100 {
    margin-bottom: 100px !important;
  }
  .pc_mb120 {
    margin-bottom: 120px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
}
.table_type01 {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #ccc;
  font-size: 0.75rem;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .table_type01 {
    font-size: 0.875rem;
  }
}
.table_type01 tr {
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .table_type01 tr {
    flex-flow: row;
  }
}
.table_type01 th {
  font-size: 0.875rem;
  font-weight: normal;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 0;
}
@media screen and (min-width: 768px) {
  .table_type01 th {
    padding: 24px;
    width: 30%;
    justify-content: space-between;
  }
}
.table_type01 th {
  box-sizing: border-box;
}
.table_type01 td, .table_type01 .esp01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table_type01 td, .table_type01 .esp01 {
    width: 70%;
  }
}
.table_type01 td, .table_type01 .esp01 {
  padding: 12px;
  box-sizing: border-box;
}
.table_type01 textarea {
  width: 100% !important;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 10px;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.table_type01 input[type=text],
.table_type01 input[type=email],
.table_type01 select {
  padding: 10px;
  width: 100% !important;
  box-sizing: border-box;
}
.table_type01 .form_text {
  width: 100%;
}

.hisu {
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px;
  font-size: 0.7rem;
  padding: 2px 10px;
  background: #DC000C;
  display: inline-block;
  margin-left: 10px;
}

.nini {
  box-sizing: border-box;
  color: #fff;
  background: #337ab7;
  border-radius: 4px;
  font-size: 0.7rem;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px;
}

.contact_button {
  text-align: center;
}
.contact_button input {
  padding: 10px 50px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
  transition: all 0.2s;
}
.contact_button input:hover {
  transition: all 0.2s;
  opacity: 0.75;
}

.wpcf7-response-output {
  text-align: center;
  color: #DC000C;
  margin: 15px auto;
}

.wpcf7-not-valid-tip {
  color: #DC000C;
}

.wpcf7-spinner {
  display: none !important;
}

.screen-reader-response,
div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.title {
  color: #004aad;
  border-bottom: solid 2px #004aad;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .title {
    margin-bottom: 6rem;
  }
}

.title__eyebrow {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 769px) {
  .title__eyebrow {
    font-size: 3rem;
  }
}

.title__heading {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  .title__heading {
    font-size: 4.5rem;
  }
}

.company__block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .company__block {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 8rem;
  }
}

.company__image {
  width: 100%;
  min-width: 320px;
  max-width: 450px;
  margin-bottom: 3rem;
  flex: 1;
}
.company__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .company__image {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

.company__list {
  width: 100%;
  max-width: 580px;
}

.company__item {
  margin-bottom: 3rem;
}

.company__term-en {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  left: -1rem;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.company__term {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.guidance__table {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.guidance__table .guidance__row {
  display: flex;
  justify-content: flex-start;
  border: solid 1px #004aad;
  border-bottom: none;
  box-sizing: border-box;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .guidance__table .guidance__row {
    font-size: 1.6rem;
  }
}
.guidance__table .guidance__row:last-of-type {
  border: solid 1px #004aad;
  margin-bottom: 40px;
}
.guidance__table .guidance__row .guidance__head {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  background: #EEF2FD;
  width: 30%;
  border-right: solid 1px #004aad;
}
@media screen and (min-width: 768px) {
  .guidance__table .guidance__row .guidance__head {
    width: 22%;
    padding: 20px;
  }
}
.guidance__table .guidance__row .guidance__cell {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .guidance__table .guidance__row .guidance__cell {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */