@charset "UTF-8";
body {
  color: #222 !important;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .05em !important;
}

a {
  color: #222;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1201px) {
  .on_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1202px) {
  .on_sp {
    display: none !important;
  }
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: .75em 1em;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  transition: all 0.2s linear;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #02b2af;
  outline: none;
}

input[type="file"] {
  width: 100%;
}

@media screen and (max-width: 1201px) {
  select {
    width: 100%;
  }
}

table {
  width: 100%;
}

.flex,
.media,
.card,
.flex_half {
  display: flex;
}

.media_tx {
  flex: 1;
}

.card {
  flex-direction: column;
}

.flex_half > * {
  flex: 1;
}

.flex_half > *:nth-child(2) {
  margin-left: 30px;
}

.blank_tab a {
  background-image: url(../img/blank_link.svg) !important;
  background-repeat: no-repeat !important;
}

#menu-main_menu .blank_tab a {
  background-image: url(../img/blank_link.svg) !important;
  background-position: center right 20px !important;
  background-size: 14px auto !important;
}

#side_col .blank_tab a {
  background-image: url(../img/blank_link_bk.svg) !important;
  background-position: center right 20px;
  background-size: 14px auto;
}

#mobile_menu .blank_tab a {
  background-position: center right 20px;
  background-size: 14px auto;
}

#footer_menu .blank_tab a {
  background-image: url(../img/blank_link_bk.svg) !important;
  background-position: center left 110px;
  background-size: 12px auto;
}

.base_table {
  margin-bottom: 90px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 1201px) {
  .base_table {
    margin-bottom: 40px;
  }
}

.base_table > dl {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1201px) {
  .base_table > dl {
    flex-direction: column;
  }
}

.base_table > dl::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fafafa;
  width: 13em;
  height: 100%;
  content: "";
}

@media screen and (max-width: 1201px) {
  .base_table > dl::before {
    display: none;
  }
}

.base_table > dl > dt {
  position: relative;
  width: 13em;
  padding: 1.5em;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1201px) {
  .base_table > dl > dt {
    width: 100%;
    padding: 1em;
    background: #fafafa;
  }
}

.base_table > dl > dd {
  flex: 1;
  margin: 0;
  padding: 1.5em;
  box-sizing: border-box;
  text-align: left;
  word-break: break-all;
}

@media screen and (max-width: 1201px) {
  .base_table > dl > dd {
    width: 100%;
    padding: 1em;
  }
}

.base_table > dl > dd a {
  text-decoration: underline;
}

.base_table > dl > dd a:hover {
  text-decoration: none;
}

.base_table > dl > dd dt {
  color: #02b2af;
  font-weight: 700;
}

.base_table iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

@media screen and (max-width: 1201px) {
  .base_table iframe {
    height: 210px;
  }
}

.base_table ul {
  margin-bottom: 0;
}

.history_table {
  position: relative;
  padding-top: 20px;
  font-size: 100%;
}

.history_table::before {
  position: absolute;
  top: 0;
  left: 235px;
  background: #eee;
  width: 2px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 1201px) {
  .history_table::before {
    left: 15px;
  }
}

.history_table dl {
  display: flex;
}

@media screen and (max-width: 1201px) {
  .history_table dl {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

.history_table dt {
  position: relative;
  width: 200px;
  margin-right: 50px;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 1201px) {
  .history_table dt {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
}

.history_table dt::before {
  position: absolute;
  top: 13px;
  left: 231px;
  border-radius: 10px;
  background: #02b2af;
  width: 10px;
  height: 10px;
  content: "";
}

@media screen and (max-width: 1201px) {
  .history_table dt::before {
    top: 9px;
    left: -29px;
  }
}

.history_table dt span {
  font-size: .7em;
}

.history_table dd {
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1201px) {
  .history_table dd {
    margin-left: 15px;
    line-height: 1.75;
  }
}

.interview_detail dl {
  margin-bottom: 40px;
}

@media screen and (max-width: 1201px) {
  .interview_detail dl {
    margin-bottom: 20px;
  }
}

.interview_detail dt,
.interview_detail dd {
  padding-left: 40px;
}

@media screen and (max-width: 1201px) {
  .interview_detail dt,
  .interview_detail dd {
    padding-left: 30px;
  }
}

.interview_detail dt {
  position: relative;
  color: #02b2af;
  font-size: 1.1em;
}

.interview_detail dt::before {
  position: absolute;
  top: 17px;
  left: 0;
  background: #02b2af;
  width: 30px;
  height: 3px;
  content: "";
}

@media screen and (max-width: 1201px) {
  .interview_detail dt::before {
    top: 18px;
    width: 20px;
  }
}

.interview_detail dd {
  margin-left: 0;
}

.interview_detail .img {
  margin-bottom: 30px;
}

.name dl {
  font-size: 1em;
  text-align: right;
}

.name dt {
  font-weight: 500;
}

.name dd {
  font-size: 1.4em;
}

.name span {
  margin-right: 1em;
  font-size: .7em;
}

.engage_wrap {
  width: 100%;
}

.engage_wrap #engage-contributions-widget-wrapper {
  margin: 40px auto;
}

@media screen and (max-width: 1201px) {
  .engage_wrap #engage-contributions-widget-wrapper {
    width: 90% !important;
    max-width: 450px;
    margin: 0 auto 40px;
  }
}

.bg_gray {
  box-sizing: border-box;
  background: #f7f7f7;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto !important;
}

.short_inner {
  max-width: 840px;
  margin: 0 auto;
}

.archive_desc {
  color: #013b84;
  font-weight: 600;
  font-size: 28px;
  line-height: 2;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1201px) {
  .archive_desc {
    font-size: 20px;
  }
}

.design_button.type2 a,
.design_button.type3 a {
  background: #02b2af;
  font-size: 16px;
}

@media screen and (max-width: 1201px) {
  .design_button.type2 a,
  .design_button.type3 a {
    font-size: 14px;
  }
}

.styled_h3 {
  border-left: 3px solid #0168b7;
  color: #222;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#post_title2 .title span {
  font-size: 30px;
}

@media screen and (max-width: 1201px) {
  #post_title2 .title span {
    font-size: 22px;
  }
}

#main_contents {
  align-items: flex-start;
}

#side_col {
  position: sticky;
  top: 80px;
}

@media screen and (max-width: 1201px) {
  #side_col {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 330px;
    margin: 60px auto 0;
  }
  #side_col .widget_content {
    width: 100%;
    margin: 0;
  }
}

.img_mb20 {
  margin-bottom: 20px;
}

.design_headline2 {
  margin: 60px 0 20px !important;
  padding: 0 !important;
}

.design_headline2 .title {
  font-size: 28px !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1201px) {
  .design_headline2 .title {
    font-size: 22px !important;
  }
}

.content_catch {
  margin-bottom: 1em !important;
  color: #0168b7;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 2.2 !important;
}

body.page #main_contents:after {
  display: none;
}

body.page #main_col {
  margin: 0 auto;
}

.megamenu_c .company_list_area a:after {
  width: 75%;
  background: linear-gradient(to right, rgba(10, 31, 57, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1500px) {
  #global_menu > ul {
    padding-right: 60px;
    text-align: right;
  }
}

.home #header_logo a,
.home #global_menu_button {
  opacity: 1 !important;
}

.home #global_menu_button span {
  background: #fff;
}

.home #header_slider .slick-dots {
  display: none !important;
}

.home #header_slider .item1 .overlay {
  background-color: rgba(1, 59, 132, 0.3);
}

@media screen and (max-width: 1201px) {
  .home #header_slider .caption {
    padding: 0;
  }
}

@media screen and (max-width: 1201px) {
  .home #header_slider .catch.animation_type2 span.animate {
    font-size: 16px;
    line-height: 2;
  }
}

.home .tab_content_top_inner .catch {
  line-height: 1.75;
}

.home .cb_tab_content.num1 .tab_content_bottom .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1201px) {
  .home .cb_tab_content.num1 .tab_content_bottom .title {
    font-size: 20px;
  }
}

.home .cb_tab_content.num1 .tab_content_bottom .catch {
  color: #013b84;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 1201px) {
  .home .cb_tab_content.num1 .tab_content_bottom .catch {
    font-size: 15px;
  }
}

.home .cb_headline .headline {
  font-weight: 500;
  font-size: 45px !important;
}

@media screen and (max-width: 1201px) {
  .home .cb_headline .headline {
    font-size: 35px !important;
  }
}

#company_list .title .main_title {
  font-weight: 500;
}

#company_list .title .sub_title {
  font-size: 20px;
}

#company_archive_bottom .top_catch {
  padding: 0 5%;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 1201px) {
  #page_overview .blc03 .flex {
    flex-direction: column;
  }
}

#page_overview .blc03 .flex > div {
  flex: 1;
}

#page_overview .blc03 .list {
  margin-left: 30px;
}

@media screen and (max-width: 1201px) {
  #page_overview .blc03 .list {
    margin: 20px 0 0;
  }
}

#page_overview .blc03 .list dl {
  border: 1px solid #02b2af;
}

#page_overview .blc03 .list dt {
  padding: 10px 0;
  border-bottom: 1px solid #02b2af;
  background: rgba(2, 178, 175, 0.05);
  color: #02b2af;
  text-align: center;
}

#page_overview .blc03 .list dd {
  margin-bottom: 0;
  padding: 15px;
}

#page_overview .blc03 .list ul {
  margin-bottom: 0;
}

#page_greeting h3 {
  color: #0168b7;
}

#page_greeting .media {
  align-items: center;
}

@media screen and (max-width: 1201px) {
  #page_greeting .media {
    flex-direction: column;
  }
}

#page_greeting .media_img {
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width: 1201px) {
  #page_greeting .media_img {
    max-width: 240px;
    margin-bottom: 20px;
  }
}

#page_greeting .media_tx {
  position: relative;
  margin-left: -60px;
  padding: 20px 0 20px 30px;
  background: #fff;
}

@media screen and (max-width: 1201px) {
  #page_greeting .media_tx {
    margin-left: 0;
    padding: 0;
  }
}

#page_greeting .media_tx dl,
#page_greeting .media_tx dd {
  margin-bottom: 0;
}

#service_archive .archive_desc {
  margin-bottom: 30px;
}

#service_archive .archive_service_catch {
  margin-bottom: 60px;
  padding: 0 5%;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}

#service_archive #service_list .sub_title {
  font-size: 20px;
}

#page_strengths .column {
  margin-top: 50px;
}

#page_strengths .column .flex {
  align-items: center;
  position: relative;
  border: 1px solid #02b2af;
}

@media screen and (max-width: 1201px) {
  #page_strengths .column .flex {
    flex-direction: column;
  }
}

#page_strengths .column .flex::before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 178, 175, 0.05);
  width: 160px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 1201px) {
  #page_strengths .column .flex::before {
    display: none;
  }
}

@media screen and (max-width: 1201px) {
  #page_strengths .column .tx {
    width: 100%;
  }
}

#page_strengths .column h3 {
  width: 160px;
  padding-top: 60px;
  background: url(../img/column.svg) center top no-repeat;
  background-size: 45px auto;
  color: #02b2af;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1201px) {
  #page_strengths .column h3 {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background: rgba(2, 178, 175, 0.05);
  }
}

#page_strengths .column .cont {
  padding: 20px 30px;
  border-left: 1px solid #02b2af;
}

@media screen and (max-width: 1201px) {
  #page_strengths .column .cont {
    padding: 15px 20px;
    border-top: 1px solid #02b2af;
    border-left: none;
  }
}

#page_strengths .column .content_catch {
  margin-bottom: 5px !important;
  color: #013b84;
  font-size: 1.3em !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 1201px) {
  #page_strengths .column .content_catch {
    line-height: 1.75 !important;
  }
}

#project_archive .archive_desc {
  margin-bottom: 30px;
}

#project_archive .archive_recruit_catch {
  margin-bottom: 60px;
  padding: 0 5%;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}

.interview .catch_copy {
  margin-bottom: 1.3em;
  color: #013b84;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 1201px) {
  .interview .catch_copy {
    font-size: 18px;
  }
}

.interview .img_blc {
  position: relative;
}

.interview .prof {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1201px) {
  .interview .prof {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 90%;
    max-width: 300px;
    margin: -60px auto 0;
  }
}

.interview .prof ul {
  list-style: none;
  margin: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1201px) {
  .interview .prof ul {
    padding: 20px;
    background: #fff;
    text-align: center;
  }
}

.interview .prof li {
  font-size: .9em;
}

.interview .prof .i_name {
  color: #013b84;
  font-weight: 600;
  font-size: 1.2em;
}

.interview .prof .i_name span {
  margin-left: .5em;
  font-size: 1.5em;
}

.interview .img {
  margin-bottom: 30px;
}

.interview .interview_detail dt,
.interview .interview_detail dd {
  padding-left: 42px;
}

@media screen and (max-width: 1201px) {
  .interview .interview_detail dt,
  .interview .interview_detail dd {
    padding-left: 30px;
  }
}

.interview .interview_detail dt {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.75;
}

.interview .interview_detail dt::before {
  position: absolute;
  top: 13px;
  left: 0;
  background: #02b2af;
  width: 30px;
  height: 3px;
  content: "";
}

@media screen and (max-width: 1201px) {
  .interview .interview_detail dt::before {
    top: 10px;
    width: 20px;
  }
}

@media screen and (max-width: 1201px) {
  .interview .future {
    flex-direction: column;
    align-items: center;
  }
}

.interview .future .media_img {
  width: 270px;
  margin-right: 30px;
}

@media screen and (max-width: 1201px) {
  .interview .future .media_img {
    width: 240px;
    margin: 0 0 20px 0;
  }
}

.interview .schedule {
  padding: 50px 0 20px;
  border-bottom: 1px solid #02b2af;
}

@media screen and (max-width: 1201px) {
  .interview .schedule {
    padding: 0 0 30px;
  }
}

.interview .design_headline2 {
  margin: 0 !important;
}

.interview .design_headline2 .title {
  border-color: #02b2af;
}

.interview .history_table {
  margin-top: 30px !important;
  padding-top: 0;
}

@media screen and (max-width: 1201px) {
  .interview .history_table {
    margin-top: 15px !important;
  }
}

.interview .history_table dl {
  margin-bottom: 10px;
}

.interview .history_table dd {
  margin-bottom: 0;
}

.interview .blc02,
.interview .blc03 {
  padding-top: 60px;
}

@media screen and (max-width: 1201px) {
  .interview .blc02,
  .interview .blc03 {
    padding-top: 30px;
  }
}

.single-project .engage_wrap {
  margin-top: 90px;
}

@media screen and (max-width: 1201px) {
  .single-project .engage_wrap {
    margin-top: 50px;
  }
}

#page_faq dl {
  margin-top: 40px;
}

@media screen and (max-width: 1201px) {
  #page_faq dl {
    margin-top: 30px;
  }
}

#page_faq dt {
  position: relative;
  padding-left: 35px;
  color: #0168b7;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.75;
}

@media screen and (max-width: 1201px) {
  #page_faq dt {
    padding-left: 28px;
    font-weight: 600;
    font-size: 1em;
  }
}

#page_faq dt::before {
  position: absolute;
  top: -12px;
  left: 0;
  margin-right: 10px;
  color: #0168b7;
  font-weight: 500;
  font-size: 30px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  content: "Q";
}

@media screen and (max-width: 1201px) {
  #page_faq dt::before {
    top: -11px;
    font-size: 25px;
  }
}

#page_faq dd {
  margin: 5px 0 0 35px;
  line-height: 1.75;
}

@media screen and (max-width: 1201px) {
  #page_faq dd {
    margin-left: 28px;
  }
}

#page_faq dd a {
  margin: 0 2px;
  text-decoration: underline;
}

#page_faq dd a:hover {
  text-decoration: none;
}

#page_faq .btn {
  text-align: center;
}

#page_faq .btn a:hover {
  text-decoration: none;
}

#post_title .category,
.news_list .category {
  background: #02b2af;
}

#post_title .category:hover,
.news_list .category:hover {
  background: #013b84;
}

.contact_primary {
  width: 100%;
}

.contact_primary .req {
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  background: #02b2af;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}

.contact_primary .bg_gray {
  padding: 40px;
}

@media screen and (max-width: 1201px) {
  .contact_primary .bg_gray {
    margin-bottom: 60px;
    padding: 20px;
  }
}

.contact_primary .form_btns {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .contact_primary .form_btns {
    flex-direction: row;
  }
}

.contact_primary .form_btns .form_btn input {
  display: inline-block;
  margin: 10px;
  padding: 20px 50px;
  border: none;
  border-radius: 100px;
  background: #02b2af;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1201px) {
  .contact_primary .form_btns .form_btn input {
    margin: 5px;
    padding: 10px 30px;
  }
}

.contact_primary .form_btns .form_btn input:hover {
  background: #013b84;
}

.contact_primary .form_btns .btn_back input {
  background: #999;
}

.contact_primary .form_btns .btn_back input:hover {
  background: #555;
}

.contact_primary .mw_wp_form .error {
  color: #e8382f;
}

@media screen and (max-width: 1201px) {
  .contact_primary .complete_msg {
    margin-bottom: 60px;
  }
}

.contact_primary .complete_msg a {
  margin: 0 10px;
}

.contact_primary .mail_form_msg {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.contact_primary #contact_error .mail_form_msg {
  color: #e8382f;
}

.mail_form_intro {
  text-align: center;
}

.mail_form_intro .for_phone {
  margin-bottom: 40px;
  text-align: center;
}

.mail_form_intro .for_phone dl {
  margin-bottom: 0;
}

.mail_form_intro .for_phone dt {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .mail_form_intro .for_phone dt {
    font-size: 18px;
  }
}

.mail_form_intro .for_phone dd {
  margin: 0;
}

@media screen and (max-width: 1201px) {
  .mail_form_intro .for_phone dd {
    margin-top: -20px;
  }
}

.mail_form_intro .for_phone a {
  display: inline-block;
  color: #0168b7;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
  transition: all 0.2s linear;
}

@media screen and (max-width: 600px) {
  .mail_form_intro .for_phone a {
    font-size: 2.4em;
  }
}

.mail_form_intro .for_phone a:hover {
  opacity: .7;
  text-decoration: none;
}

.mail_form_intro .for_phone svg {
  position: relative;
  top: 9px;
  width: 30px;
}

.mail_form_intro ul {
  margin: 0 0 40px 0;
}

.mail_form_intro li {
  list-style: none;
  font-weight: 700;
  font-size: 14px;
}

.mail_form_intro .req {
  margin-right: 10px;
}

.mail_form_intro .desc {
  font-size: 14px;
}

.form_cont dd {
  margin: 5px 0 0 20px;
}

.form_cont .req {
  margin-left: 5px;
}

.form_cont .zip input[type="text"] {
  width: 9em;
}

.form_cont .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.privacy {
  height: 300px;
  margin-top: 30px;
  padding: 30px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  font-size: .8em;
}

@media screen and (max-width: 1201px) {
  .privacy {
    height: 240px;
    padding: 20px;
  }
}

.privacy h3,
.privacy h4 {
  margin-bottom: 10px;
  font-weight: 500;
  font-weight: 700;
}

@media screen and (max-width: 1201px) {
  .privacy h3,
  .privacy h4 {
    font-size: 1.4em;
  }
}
/*# sourceMappingURL=style.css.map */