<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------------
個人情報保護ポリシー
------------------------------------ */

#content_Wrap{ margin-top: 100px;}

/*===== メインビジュアル =====*/
.main_Wrap{
  position: relative;
  width: 100%;
  background: url(../img/main.jpg) center center no-repeat;
  background-size: contain;
  padding-top: 31.666666666666664%;
}
.main_Wrap .main_ttl{
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #000;
}
.main_Wrap .main_ttl h2{
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*===== パンくずリスト =====*/
.breadcrumbs{
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.breadcrumbs ul li{
  position: relative;
  font-size: 12px;
  color: #707070;
}
.breadcrumbs ul li::after{
  position: absolute;
  content: "/";
  font-size: 12px;
  top: 0;
  right: -0.8em;
}
.breadcrumbs ul li:not(:first-child){ padding-left: 1em;}
.breadcrumbs ul li a{
  text-decoration: underline;
  color: #707070;
}
.breadcrumbs ul li a:hover{ text-decoration: none;}

/*===== 個人情報保護ポリシー =====*/
.privacy_Wrap{
  width: 90%;
  max-width: 1000px;
  margin: 90px auto ;
}
.privacy_Wrap h3{
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
.privacy_Wrap h3::after{
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #22B073;
  bottom: -50%;
  left: 0;
}
.privacy_Wrap .txt_Box{
  width: 100%;
  margin: 50px auto 0;
  line-height: 1.8;
}
h4{
  font-size: 18px;
  font-weight: bold;
}
ol &gt; li{
  text-indent: -1em;
  padding-left: 1em;
}
.mt30 { margin-top: 30px;}
.ml30 { margin-left: 30px;}
.mt10 { margin-top: 10px;}
.bold { font-weight: bold;}
.li_disc01 li {
  list-style: disc;
  margin: 0 0 5px 18px;
  padding-left: 0;
  text-indent: 0;
}
.li_indent02 &gt; li {
  text-indent: -2em;
  margin-left: 2em;
}
.t_right { text-align: right;}
.blue { color: #00479C ;}
.underline { text-decoration: underline ;}
p.indent{
  /* text-indent: -1em; */
  padding-left: 1em;
}
.num_List &gt; li &gt; ul{
  /* text-indent: -1em; */
  padding-left: 1em;
}

/*============================
Tab
============================*/
@media only screen and (max-width: 1024px) {



}


/*============================
sp
============================*/
@media only screen and (max-width: 768px) {

  /*===== メインビジュアル =====*/
  .main_Wrap {
    background-size: cover;
    padding-top: 60%;
  }
  .main_Wrap .main_ttl{ bottom: 5%;}
  .main_Wrap .main_ttl h2{ font-size: 24px;}

  /*===== コンプライアンス =====*/
  .privacy_Wrap{
    width: 90%;
    margin: 40px auto 90px;
  }
  .privacy_Wrap h3{ font-size: 24px;}
  .privacy_Wrap h3::after { width: 50px;}
  .privacy_Wrap .txt_Box{ font-size: 14px;}
  h4{ font-size: 16px;}
}</pre></body></html>