@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0;
  padding: 0;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #EEEEEE;
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em;
  /*=16px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article {
  width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,
.industry_in,
.recruit_in,
.obi_111_in,
.area1_in,
.search_area_in,
.obi_in,
.obi02_in,
.obi03_in,
.system_in,
.price_in,
.pric_in,
.results_in,
.qanda_in,
.ctaa_in,
.ctaa02_in,
.section_inr,
.cat_in {
  width: 950px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  float: left;
  margin: 0em;
}

/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  float: right;
  margin: 0.8em 0em 0em;
}

/*ヘッダーの電話ボタン*/
.header_tel {
  width: 30%;
  float: right;
  margin: 0.8em 0em 0em;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,
.header_mail img,
.header_tel img {
  width: 100%;
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.top_image_in img {
  width: 100%;
}

.top_image_sp {
  display: none;
}


/*--------------------------------------------------
業種エリア
-----------------------------------------------------*/
.industry {
  padding: 5rem 0;
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
}

.industry_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.memo {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.industry_box {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

.industry_box_item {
  background-color: #fff;
  width: 46%;
  text-align: center;
  padding: 26px 26px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 40px;
}

.industry_box_item img {
  width: 100%;
  margin-bottom: 20px;
}

.industry_box_item p {
  font-size: 22px;
}


/*--------------------------------------------------
求人・採用エリア
-----------------------------------------------------*/
.recruit {
  padding: 5rem 0;
  background-color: #e5f7ff;
}

.recruit_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.memo {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.recruit_box {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

.recruit_box_item {
  width: 46%;
  text-align: center;
  padding: 0 0 26px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #fff;
}

.recruit_box_item img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px 4px 0 0;
}

.recruit_box_item p.t1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.recruit_box_item p.t2 {
  width: 82%;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
}


/*--------------------------------------------------
111帯
-----------------------------------------------------*/
.obi_111 {
  background-image: url("../images/obi.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  text-align: center;
}

.obi_111_in {
  padding: 50px 0;

}

.obi_111_inbox {
  width: 100%;
  margin: auto;
}

.obi_111_text_pc {
  width: 100%;
}

.obi_111_text_sp {
  display: none;
}

.obi_111_in img.arrow {
  width: 70%;
}


/*--------------------------------------------------
111エリア
-----------------------------------------------------*/
.area1 {
  padding: 5rem 0 4rem;
  background-color: #fff;
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
}

.area1_in {
  width: 800px;
}

.area1_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.area1_memo {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.area_waku {
  padding: 0 120px;
}

.area1_pc {
  padding: 40px 40px;
  border: 1px solid #333;
  background-color: #fff;
}

.area1_in img {
  width: 100%;
}

img.area1_sp {
  display: none;
}


/*--------------------------------------------------
  検索画面エリア
-----------------------------------------------------*/
.search_area {
  padding: 0 0 5rem;
  background-color: #fff;
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
}

.search_area_in {
  width: 800px;
}

.search_area_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.search_area_memo {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.search_area_memo01 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.search_area_memo02 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
}

.search_area_waku {
  padding: 0 120px;
  margin-bottom: 40px;
}

.search_area_pc {
  padding: 40px 40px;
  border: 1px solid #333;
  background-color: #fff;
}

.search_area_in img {
  width: 100%;
}

img.search_area_sp {
  display: none;
}


/*--------------------------------------------------
帯
-----------------------------------------------------*/
.obi {
  background-image: url("../images/obi.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  height: 350px;
  text-align: center;
}

.obi_in {
  height: 350px;
  position: relative;
}

.obi_inbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.obi_text_pc {
  width: 100%;
}

.obi_text_sp {
  display: none;
}

.obi_in img.arrow {
  width: 20%;
}


/*--------------------------------------------------
システム図解
-----------------------------------------------------*/
.system {
  padding: 5rem 0;
  background-color: #fff;
}

.system_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.system_memo {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.system01_pc {
  padding: 0 12rem;
}

.system_in img {
  width: 100%;
}

img.system01_sp {
  display: none;
}

.sp_system_txt {
  display: none;
}


/*--------------------------------------------------
帯02
-----------------------------------------------------*/
.obi02 {
  background-image: url("../images/obi_yellow.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  text-align: center;
}

.obi02_in {
  padding: 84px 160px;
}

.obi02_in img.obi02_text_pc {
  width: 100%;
  margin: auto;
}

.obi02_text_sp {
  display: none;
}

.cp_limit {
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 0.9s ease-in-out infinite alternate;
  -moz-animation: blink 0.9s ease-in-out infinite alternate;
  animation: blink 0.9s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------
料金
-----------------------------------------------------*/
.price {
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
  padding: 5rem 0;
}

.price_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.price_memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.price_in img {
  width: 100%;
}

img.price_sp {
  display: none;
}



/*--------------------------------------------------

-----------------------------------------------------*/
.pric {
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
  padding: 5rem 0;
}

.pric_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.pric_memo {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
}

.pric_box_flex {
  display: flex;
  justify-content: space-between;
}

.label_aa {
  width: 110px;
  top:130px;
  left: 207px;
  position: absolute;
}

.label_aa img,
.label_aa img {
  width: 100%;
}

.pric_box {
  width: 32.2%;
	background-color:#fff; /* ボックス背景色 */
	padding: 60px 18px 38px; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に) */
	border: 2px solid #0098d8;/* ボックスの線 (太さ・種類・色)*/
  border-radius: 6px;
  font-size: 14px;
}

.pric_box02 {
  width: 32.2%;
	background-color:#fff; /* ボックス背景色 */
	padding: 60px 18px 38px; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に) */
	border: 2px solid #0098d8;/* ボックスの線 (太さ・種類・色)*/
  border-radius: 6px;
  font-size: 14px;
}

.box_title {
  width: 80%;
  color: #fff;
	background-color:#0098d8; /* タイトル背景色 */
  border-radius: 50px;
	font-size: 30px;/* タイトル文字の大きさ */
	font-weight:800;
	padding: 10px 0px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/* 配置(ここを動かす) */
	top: -26px; /*上からの距離*/
	left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.box_title_sub {
  width: fit-content;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  background-color: #ddd;
  padding: 2px 14px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 4px;
}

.box_money {
  text-align: center;
  font-weight: bold;
  padding-left: 3px;
  margin-bottom: 22px;
}

.big_money {
  font-size: 34px;
  position: relative;
}

.big_money:after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  margin-top: 0px;
  border-top: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.big_money02 {
  font-size: 34px;
}

.enn {
  font-size: 15px;
}

.box_list {
  list-style-type: none;
  margin: 0 0 18px;
  padding-left: 56px;
}

.list_t {
  color: #0098d8;
  font-weight: bold;
}

.pric_box p,
.pric_box02 p {
  margin-bottom: 18px;
}

.cv_type {
  padding-left: 20px;
}


/*--------------------------------------------------
帯03
-----------------------------------------------------*/
.obi03 {
  background-image: url("../images/obi.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  height: 170px;
  text-align: center;
}

.obi03_in {
  height: 170px;
  position: relative;
}

.obi03_text_pc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.obi03_text_sp {
  display: none;
}


/*--------------------------------------------------
実績
-----------------------------------------------------*/
.results {
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
  padding: 5rem 0;
}

.results_in img {
  width: 100%;
}

.results01,
.results02 {
  margin-bottom: 3rem;
}

.results01,
.results02,
.results03 {
  border: #0098D8 1px solid;
}

img.results_sp {
  display: none;
}

/*--------------------------------------------------
帯04
-----------------------------------------------------*/
.obi04 {
  background-image: url("../images/obi.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  height: 170px;
  text-align: center;
}

.obi04_in {
  height: 170px;
  position: relative;
}

.obi04_text {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*--------------------------------------------------
Q&A
-----------------------------------------------------*/
.qanda {
  background-image: url("../images/light-grey-terrazzo.png");
  background-repeat: repeat;
  background-position: top center;
  padding: 5rem 0;
}

.qanda_in img {
  width: 100%;
}

.box22 {
  font-size: 1rem;
  padding: 2rem;
  background-color: #fff;
  border: 3px solid #bbb;
  margin-bottom: 3rem;
}

.qanda01 {
  margin-bottom: 0;
}

/*--------------------------------------------------
帯05
-----------------------------------------------------*/
.obi05 {
  background-image: url("../images/obi.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  height: 170px;
  text-align: center;
}

.obi05_in {
  height: 170px;
  position: relative;
}

.obi05_text {
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*--------------------------------------------------
CTA補足
-----------------------------------------------------*/
.ctaa {
  background-color: #fff;
  padding: 5rem 0;
}

.ctaa_in img {
  width: 100%;
}


/*--------------------------------------------------
新CTA
-----------------------------------------------------*/
.cat {
  background-color: #fff;
  padding: 5rem 0;
}

.cat_box {
  padding: 20px;
}

.cat_box_ttl {
  font-size: 28px;
  color: #fff;
  background-color: #0098d8;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.cat_box_flex {
  display: flex;
}

.cat_box_flex img {
  width: 100%;
}

.cat_box_right {
  display: flex;
  width: 40%;
  margin-left: auto;
  order: 2;
  padding: 30px 30px 0;
}

.right_img01 {
  width: 47% !important;
  border: #ccc solid 1px;
}

.right_img02 {
  width: 47% !important;
  margin-left: auto;
  border: #ccc solid 1px;
}

.cat_box_left {
  width: 60%;
  order: 1;
  padding: 30px 30px 0;
}

.cat_box_logo {
  width: 100%;
}

.cat_box_btn {
  width: 100%;
  padding: 40px 20px 20px;
}


/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.ctaa02 {
  background-image: url("../images/bg_kika.jpg");
  background-repeat: repeat;
  background-position: top center;
  padding: 5rem 0;
}

.ctaa02_in {
  height: 365px;
  background-color: #fff;
  display: table;
}

.btn_inr {
  display: table-cell;
  vertical-align: middle;
}

.ctaa02_in p {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem !important;
}

br.sp {
  display: none;
}


/*================================
  コンバージョンボタン（CTAエリア）
================================*/
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}

.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 3.4em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto .2em;
  padding: .6em 1.6em .6em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 95%;
}

/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 24px;
  top: 49%;
}

.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255, 255, 255, .8), 1px 1px 1px rgba(0, 0, 0, 1);
}

/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}

.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

/* アニメーションを遅延させる */
.is-reflection+.is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name: is-trembling;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: is-trembling;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes is-trembling {
  0% {
    -webkit-transform: translate(-3px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes bounce {

  0%,
  4%,
  10%,
  18%,
  100% {
    -webkit-transform: translateY(0);
  }

  5% {
    -webkit-transform: translateY(-6px);
  }

  12% {
    -webkit-transform: translateY(-4px);
  }
}

@keyframes bounce {

  20%,
  24%,
  30%,
  34%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  32% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

/* アニメーションを遅延させる */
.is-bounce+.is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}


/*================================
 MediaQuery : スマホ対応
================================*/
@media only screen and (max-width: 767px) {

  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 70%;
  }
}


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #0098d8;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------
特商法ページ
-----------------------------------------------------*/
.tokushou {
  margin: 40px auto 80px;
}

.tokushou_inr {
  max-width: 800px;
  margin: 0 auto;
}

table {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #333;
}

th {
  background-color: #f5f5f5;
  width: 30%;
  padding: 8px;
  text-align: left;
}

td {
  width: 70%;
  padding: 8px;
}


/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy {
  margin: 40px auto 80px;
}

.privacy p {
  font-size: 1rem;
}

.privacy li {
  font-size: 1rem;
}

.privacy_inr {
  max-width: 800px;
  margin: 0 auto 0;
}