@charset "utf-8";
@import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese’);
body {
  margin: auto;
  /* width: 750px; */
  font-family:Arial ‘Hiragino Kaku Gothic Pro’, ‘Noto Sans JP’, sans-serif;
  font-size: 4.2656vw;
  color: #333;
}

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
 #main_col {
  padding: 30px 20px;
}

#page_header {
  margin: 0px 0 25px 0;
}

h2.headline {
  color: #008CD7;
  padding-top: 50px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.privacy_policy section {
  margin-bottom: 20px;
}

.privacy_policy .txt_box {
  margin-bottom: 20px;
}

.txt_box{
  margin-bottom: 20px;
}

.article h3 {
  font-size: 2rem;
  line-height: 1.5;
}

.privacy_policy h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #008dd7;
  border-bottom: 3px solid #ebeff6;
  padding: 0 0 8px 0;
  margin: 0 0 20px 0;
}

.privacy_policy p {
  font-size: .95rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  color: #222;
}

.privacy_policy p:not(:last-child) {
  margin-bottom: 8px;
}

ol {
  font-size: .95rem;
  line-height: 1.6;
  font-weight: bold;
  color: #222;
  list-style-type: decimal;
  margin-left: 18px;
}

.privacy_policy ol li {
  line-height: 1.6;
  margin-bottom: 10px;
}

ol li::marker {
  font-weight: normal;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

section a{
  text-decoration: underline;
  color: #4f96f6;
}

.txt_right {
  text-align: right;
}

/* -------------------------------
　▼スマホ横向きのデザイン 
　-------------------------------*/
@media screen and (orientation: landscape) and (min-width: 767px) {
}
/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 750px) {
  /*------------------------------
 ▼PCデザイン
 -------------------------------*/
main{
  padding: 100px;
  width: 950px;
  margin: auto;
}

  #page_header {
    margin: 0 0 45px 0;
  }

  h2.headline {
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: center;
  }

  .privacy_policy section {
    margin-bottom: 45px;
  }

  .privacy_policy .txt_box {
    margin-bottom: 45px;
  }

  .txt_box p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0;
    color: #222;
  }

  .privacy_policy h3 {
    padding: 0 0 10px 0;
  }

  .privacy_policy p {
    line-height: 1.8;
    margin: 0;
  }

  ol {
    color: #222;
    font-size: 1rem;
    line-height: 1.8;
  }

  .privacy_policy ol {
    margin-left: 32px;
    margin-bottom: 10px;
  }

}
