@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

/*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  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.2em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1em;
  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,
.cat_in,
.section_inr {
  width: 100%;
  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: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}
.top_image_in img {
  width: 100%;
}

.top_image_pc {
  display: none;
}

.top_image_sp {
  display: block;
}


/*--------------------------------------------------
業種エリア
-----------------------------------------------------*/
.industry {
  padding: 2rem .5rem;
}

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

.memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 20px;
}

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

.industry_box_item {
  width: 80%;
  text-align: center;
  padding: 16px 16px;
  border: 1px solid #aaa;
  margin: 0 auto 40px;
}

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

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


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

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

.memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 10px;
}

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

.recruit_box_item {
  width: 80%;
  text-align: center;
  padding: 0 0 16px;
  border: 1px solid #aaa;
  margin: 0 auto 40px;
}

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

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

.recruit_box_item p.t2 {
  width: 88%;
  font-size: 13px;
  text-align: left;
}


/*--------------------------------------------------
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: 54px 30px;

}

.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: 100%;
}


/*--------------------------------------------------
111エリア
-----------------------------------------------------*/
.area1 {
  padding: 2rem .5rem;
}

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

.area1_memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 10px;
}
.area1_in img {
  width: 100%;
}

.area1_in {
  text-align: center;
}

.area_waku {
  padding: 0;
}

img.area1_pc {
  display: none;
}

.area1_sp {
  padding: 30px 20px;
  border: 1px solid #333;
  background-color: #fff;
}

img.area1_sp {
  display: block;
  width: 90%;
  margin: 0 auto 1.2em;
}



/*--------------------------------------------------
検索画面エリア
-----------------------------------------------------*/
.search_area {
  padding: 1rem .5rem 2rem;
}

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

.search_area_memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
}

.search_area_memo01 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 10px;
}

.search_area_memo02 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 10px;
}

.search_area_in img {
  width: 100%;
}

.search_area_in {
  text-align: center;
}

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

img.search_area_pc {
  display: none;
}

.search_area_sp {
  padding: 30px 20px;
  border: 1px solid #333;
  background-color: #fff;
}

img.search_area_sp {
  display: block;
  width: 90%;
  margin: 0 auto 1.2em;
}


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

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

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

.obi_text_pc {
  display: none;
}

.obi_text_sp {
  display: block;
  width: 80%;
  margin: 0 auto 3em;
}

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


/*--------------------------------------------------
システム図解
-----------------------------------------------------*/
.system {
  padding: 2rem .5rem;
}

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

.system_memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 10px;
}
.system_in img {
  width: 100%;
}

.system_in {
  text-align: center;
}

img.system01_pc {
  display: none;
}

img.system01_sp {
  display: block;
  width: 90%;
  margin: 0 auto 1.2em;
}

.sp_system_txt {
  display: block;
  color: #333;
  font-size: 2.6em;
  font-weight: bold;
  margin: .3em 0 1em !important;
}


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

.obi02_in {
  padding: 40px 30px 44px;
}

.obi02_text_pc {
  display: none;
}

.obi02_in img.obi02_text_sp {
  display: block;
  width: 100%;
  margin: auto;
}

.sp_n {
  display: none;
}

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



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

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

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

.price_in {
  text-align: center;
}

.price_in img {
  width: 100%;
}

img.price_pc {
  display: none;
}

img.price_sp {
  display: block;
  width: 80%;
  padding-left: 5px;
  margin: 0 auto 3em;
}








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

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

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

.pric_memo {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 60px;
  padding: 0 10px;
}

.pric_box_flex {
  display: block;
  justify-content: start;
}

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

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

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

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

.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: 62px;
}

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

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

.cv_type {
  padding-left: 20px;
}

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

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

.obi03_text_pc {
  display: none;
}

.obi03_text_sp {
  display: block;
  width: 77%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*--------------------------------------------------
実績
-----------------------------------------------------*/
.results {
  background-image: url("../images/gplaypattern.png");
  background-repeat: repeat;
  background-position: top center;
  padding: 3.8rem .5rem;
}
.results_in img {
  width: 100%;
}

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

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

img.results_pc {
  display: none;
}

img.results_sp {
  display: block;
  width: 100%;
  margin: 0 auto;
}

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

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

.obi04_text {
  width: 40%;
  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: 3.8rem .7rem;
}
.qanda_in img {
  width: 100%;
}

.box22 {
  font-size: 1rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: none;
  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: 100px;
  text-align: center;
}

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

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




/*--------------------------------------------------
CTA補足
-----------------------------------------------------*/
.ctaa {
  background-image: url("../images/img_07_bg.png");
  background-repeat: repeat;
  background-position: top center;
  padding: 2rem .5rem;
}
.ctaa_in img {
  width: 100%;
}


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

.cat_box {
  padding: 0;
}

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

.cat_box_flex {
  display: block;
}

.cat_box_flex img {
  width: 100%;
}

.cat_box_right {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-bottom: 16px;
  order: 2;
  padding: 10px 10px 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: 100%;
  order: 1;
  padding: 20px 20px 0;
}

.cat_box_logo {
  width: 80%;
  margin: 0 auto 10px;
}

.cat_box_btn {
  width: 100%;
  padding: 0 10px 30px;
}













/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.ctaa02 {
  background-image: url("../images/bg_kika.jpg");
  background-repeat: repeat;
  background-position: top center;
  padding: 2rem 1rem;
}
.ctaa02_in {
  height: 200px;
  background-color: #fff;
  display: table;
}

.btn_inr {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem .6rem 1rem;
}

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

br.pc {
  display: none;
}

br.sp {
  display: block;
}



/*================================
 コンバージョンボタン（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: 4em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto .2em;
  padding: 1em 1.6em 1em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 50%;
}

/* ボタン内のアイコン */
.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.2rem;
    margin: 10px auto;
    width: 90%;
    
  }
}


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #105FA3;
  padding: 2em 0em;
  text-align: center;
  font-size: .6rem;
  color: #fff;
}
.footer a {
  color: #fff;
}



/*--------------------------------------------------
特商法ページ
-----------------------------------------------------*/
.tokushou {
  margin-top: 0px;
}

.tokushou h2 {
  font-size: 1.2rem;
  margin-top: 60px;
  margin-bottom: 20px;
}

.tokushou_inr {
  max-width: 100%;
  margin: 0 20px;
}

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

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

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

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

.privacy h2 {
  font-size: 1.2rem;
  margin-top: 60px;
  margin-bottom: 20px;
}

.privacy h3 {
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy p,
.privacy li {
  font-size: .8rem;
}

.privacy ol {
  padding-left: 22px;
}

.privacy_inr {
  max-width: 100%;
  margin: 0 20px 0 20px;
}
	
	

}






