@charset "UTF-8";
@font-face {
  font-weight: 100;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-weight: 200;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-weight: 300;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-weight: 400;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-weight: bold;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
}

@font-face {
  font-weight: 100;
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
}

@font-face {
  font-weight: 200;
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
}

html {
  font-size: 100%;
}

body {
  position: relative;
  margin: 0;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

img {
  vertical-align: text-bottom;
}

.ct-Terms_Area {
  background-color: #ffffff;
}

.ct-Terms_Area p {
  margin: 10px;
}

.ct-Terms_Area .table {
  background: white;
}

.ct-TermsHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  padding: 20px;
  border-bottom: solid 1px #333;
  justify-content: center;
  align-items: flex-start;
  background-color: #f9f9f9;
}

.ct-TermsHeader p {

}

.ct-TermsHeader_Title {

}

.ct-TermsHeader_Caution {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 20px;
  padding: 3px 20px;
  border-radius: 4px;
  background: #c9302c;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.ct-TermsBody_Title {
  padding: 10px 20px;
  background: #333;
  color: white;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  body {
    font-size: 0.8rem;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }
  .ct-TermsHeader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding: 10px;
    border-bottom: solid 1px #333;
    justify-content: center;
    align-items: flex-start;
    background-color: #f9f9f9;
  }
  .ct-TermsHeader_Title {
    font-size: 1rem;
  }
}
