.site-wrap {
  clear: both;
}
@media screen and (max-width: 999px) {
  .site-wrap {
    margin: 62px 0 0 0;
  }
}

header.pc-head {
  display: block;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  header.pc-head {
    display: none;
  }
}
header.pc-head .inner {
  display: flex;
  align-items: center;
  padding-right: 115px;
}
header.pc-head .inner .logo-block {
  width: 266px;
  padding: 5px 20px;
  box-sizing: border-box;
}
header.pc-head .inner .logo-block h1 {
  display: block;
}
header.pc-head .inner .logo-block h1 img {
  width: 100%;
}
header.pc-head .inner .navigation-block {
  width: calc(100% - 266px);
}
header.pc-head .inner .navigation-block nav.nav-global ul {
  display: flex;
  justify-content: flex-end;
}
header.pc-head .inner .navigation-block nav.nav-global ul li {
  display: block;
}
header.pc-head .inner .navigation-block nav.nav-global ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .inner .navigation-block nav.nav-global ul li a:hover {
  background: #009fe4;
}
header.pc-head .inner .navigation-block nav.nav-global ul li a:hover span.jp, header.pc-head .inner .navigation-block nav.nav-global ul li a:hover span.en {
  color: #fefefe;
}
header.pc-head .inner .navigation-block nav.nav-global ul li a span {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .inner .navigation-block nav.nav-global ul li a span.en {
  font-size: 16px;
  color: #111111;
}
header.pc-head .inner .navigation-block nav.nav-global ul li a span.jp {
  font-size: 12px;
  color: #009fe4;
}
header.pc-head .contact-icon {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}
header.pc-head .contact-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  width: 115px;
  height: 115px;
  background: #009fe4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .contact-icon a:hover {
  opacity: 0.7;
}
header.pc-head .contact-icon a span.icon {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
header.pc-head .contact-icon a span.text {
  display: block;
  font-size: 14px;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
}
.site-head-sp .header-innner-sp .site-logo-sp {
  width: calc(100% - 60px);
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  max-width: 90%;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 50px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #009fe4;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #cccccc;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #cccccc;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #333333;
  padding: 20px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  right: 20px;
  top: 50%;
  background: url(../images/nav_sp_icon.png) no-repeat left center;
  margin-top: -7px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.contents-wrap section.c-block {
  padding: 70px 20px;
}
.contents-wrap section.c-block.bg-blue {
  background: #7ed2f7;
}
.contents-wrap section.c-block.bg-gray {
  background: #edecec;
}
.contents-wrap section.c-block.no-pdgw {
  padding: 70px 0 0 0;
}
.contents-wrap section.c-block .title-block {
  margin-bottom: 70px;
  line-height: 1.5;
}
.contents-wrap section.c-block .title-block h2 {
  display: block;
  text-align: center;
  font-weight: 400;
}
.contents-wrap section.c-block .title-block h2 span {
  display: block;
}
.contents-wrap section.c-block .title-block h2 span.icon {
  margin-bottom: 5px;
}
.contents-wrap section.c-block .title-block h2 span.icon > img {
  width: 54px;
}
@media screen and (max-width: 999px) {
  .contents-wrap section.c-block .title-block h2 span.icon > img {
    width: 45px;
  }
}
.contents-wrap section.c-block .title-block h2 span.en {
  font-size: 25px;
  color: #111111;
}
.contents-wrap section.c-block .title-block h2 span.jp {
  font-size: 14px;
  color: #009fe4;
}
.contents-wrap section.c-block .title-block h2 span.jp.f-w {
  color: #fefefe;
}
.contents-wrap section.c-block .section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

footer.site-footer {
  display: block;
}
footer.site-footer .footer-contact {
  padding: 70px 20px;
}
footer.site-footer .footer-contact .inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer.site-footer .footer-contact .inner .f-contact-info {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 70px;
}
footer.site-footer .footer-contact .inner .f-contact-info p.icon {
  margin-bottom: 25px;
}
footer.site-footer .footer-contact .inner .f-contact-info p.icon img {
  max-width: 100%;
}
footer.site-footer .footer-contact .inner .f-contact-info h5 {
  font-family: "Noto Serif JP", sans-serif;
  color: #009fe4;
  font-size: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-contact .inner .f-contact-info h5 {
    font-size: 18px;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list {
  display: flex;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact .inner .f-contact-list {
    display: block;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list .row {
  width: 50%;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact .inner .f-contact-list .row {
    width: 100%;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list .row:first-of-type {
  padding-right: 30px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact .inner .f-contact-list .row:first-of-type {
    padding: 0 0 30px 0;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list .row:last-of-type {
  padding-right: 30px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact .inner .f-contact-list .row:last-of-type {
    padding: 0;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list .row p.t-text {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-contact .inner .f-contact-list .row p.t-text {
    font-size: 16px;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list .row .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #908273;
  text-decoration: none;
  color: #fefefe;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .footer-contact .inner .f-contact-list .row .btn a:hover {
  background: #009fe4;
}
footer.site-footer .footer-contact .inner .f-contact-list .row .btn a span.icon {
  font-size: 30px;
  margin-right: 7px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-contact .inner .f-contact-list .row .btn a span.icon {
    font-size: 20px;
  }
}
footer.site-footer .footer-contact .inner .f-contact-list .row .btn a span.text {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-contact .inner .f-contact-list .row .btn a span.text {
    font-size: 16px;
  }
}
footer.site-footer .footer-info {
  padding: 50px 20px;
  background: #009fe4;
  color: #fefefe;
}
footer.site-footer .footer-info .inner {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .inner {
    display: block;
  }
}
footer.site-footer .footer-info .inner .footer-meta {
  width: 50%;
  padding-right: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .inner .footer-meta {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
footer.site-footer .footer-info .inner .footer-meta h3 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fefefe;
}
footer.site-footer .footer-info .inner .footer-meta h3 img {
  max-width: 100%;
}
footer.site-footer .footer-info .inner .footer-meta .text {
  line-height: 1.5;
}
footer.site-footer .footer-info .inner .footer-meta .text p.t-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
footer.site-footer .footer-info .inner .footer-meta .text p.text {
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-info .inner .footer-meta .text p.text {
    font-size: 12px;
  }
}
footer.site-footer .footer-info .inner .footer-nav {
  width: 50%;
  padding: 58px 0 0 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .inner .footer-nav {
    width: 100%;
    padding: 0;
  }
}
footer.site-footer .footer-info .inner .footer-nav h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .inner .footer-nav h3 {
    display: none;
  }
}
footer.site-footer .footer-info .inner .footer-nav .nav-footer {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .inner .footer-nav .nav-footer {
    display: none;
  }
}
footer.site-footer .footer-info .inner .footer-nav .nav-footer ul {
  margin-right: 30px;
}
footer.site-footer .footer-info .inner .footer-nav .nav-footer ul li a {
  text-decoration: none;
  color: #fefefe;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .footer-info .inner .footer-nav .nav-footer ul li a:hover {
  opacity: 0.7;
}
footer.site-footer .footer-info .inner .footer-nav .copyright {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-info .inner .footer-nav .copyright {
    font-size: 10px;
    text-align: center;
  }
}

.top-main-visual {
  position: relative;
}
.top-main-visual > img {
  width: 100%;
}
.top-main-visual .cat-icon {
  position: absolute;
  width: 165px;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 999px) {
  .top-main-visual .cat-icon {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  .top-main-visual .cat-icon {
    width: 50px;
  }
}
.top-main-visual .cat-icon img {
  width: 100%;
}

.greeting-block .read-block {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .greeting-block .read-block {
    font-size: 14px;
  }
}

.blog-block .blog-list dl {
  display: block;
  padding: 30px 0;
  line-height: 1.5;
  border-bottom: 1px dotted #aaaaaa;
}
.blog-block .blog-list dl dt {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .blog-block .blog-list dl dt {
    font-size: 12px;
  }
}
.blog-block .blog-list dl dd {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .blog-block .blog-list dl dd {
    font-size: 14px;
  }
}
.blog-block .blog-list dl dd a {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-block .blog-list dl dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.about-block .about-info {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .about-block .about-info {
    display: block;
  }
}
.about-block .about-info .row {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .about-block .about-info .row {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.about-block .about-info .row .photo {
  margin-bottom: 15px;
}
.about-block .about-info .row .photo img {
  width: 100%;
}
.about-block .about-info .row .text-block {
  padding: 0 15px;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .about-block .about-info .row .text-block {
    padding: 0;
  }
}
.about-block .about-info .row .text-block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #fefefe;
}
@media screen and (max-width: 999px) {
  .about-block .about-info .row .text-block h4 {
    font-size: 16px;
  }
}
.about-block .about-info .row .text-block p {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .about-block .about-info .row .text-block p {
    font-size: 14px;
  }
}

.work-block .work-info .row h4 {
  display: block;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  color: #fefefe;
  background: #7ebd72;
  background: -moz-linear-gradient(left, #7ebd72 0%, #2bc3ea 100%);
  background: -webkit-linear-gradient(left, #7ebd72 0%, #2bc3ea 100%);
  background: linear-gradient(to right, #7ebd72 0%, #2bc3ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebd72', endColorstr='#2bc3ea',GradientType=1 );
}
.work-block .work-info .row .photolist {
  font-size: 0px;
  line-height: 1;
}
.work-block .work-info .row .photolist ul {
  display: flex;
  flex-wrap: wrap;
}
.work-block .work-info .row .photolist ul li {
  width: 25%;
}
@media screen and (max-width: 700px) {
  .work-block .work-info .row .photolist ul li {
    width: 50%;
  }
}
.work-block .work-info .row .photolist ul li img {
  width: 100%;
}

.company-block .theme-info {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .company-block .theme-info {
    font-size: 14px;
  }
}
.company-block .theme-info h4 {
  color: #009fe4;
  margin-bottom: 15px;
}
.company-block .theme-info .lists dl {
  display: flex;
  padding: 6px 0;
}
@media screen and (max-width: 700px) {
  .company-block .theme-info .lists dl {
    display: block;
  }
}
.company-block .theme-info .lists dl dt {
  display: flex;
  align-items: center;
  width: 175px;
  border-left: 3px solid #b5b5b5;
  padding: 15px 5px 15px 15px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .company-block .theme-info .lists dl dt {
    width: 100%;
    display: block;
    padding: 5px 0 5px 15px;
    margin-bottom: 12px;
  }
}
.company-block .theme-info .lists dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 175px);
  border-left: 1px solid #b5b5b5;
  padding: 15px 5px 15px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .company-block .theme-info .lists dl dd {
    width: 100%;
    display: block;
    padding: 5px 0 5px 15px;
  }
}

.access-block .access-info {
  display: flex;
}
@media screen and (max-width: 700px) {
  .access-block .access-info {
    display: block;
  }
}
.access-block .access-info .row {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .access-block .access-info .row {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.access-block .access-info .row h4 {
  font-size: 18px;
  color: #009fe4;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .access-block .access-info .row h4 {
    font-size: 16px;
  }
}
.access-block .access-info .row .text {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .access-block .access-info .row .text {
    font-size: 14px;
    text-align: center;
  }
}

.gmap {
  display: flex;
}
@media screen and (max-width: 700px) {
  .gmap {
    display: block;
  }
}
.gmap .row {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .gmap .row {
    width: 100%;
  }
}

.contact-block .read-block {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contact-block .read-block {
    font-size: 14px;
  }
}
.contact-block .contact-form {
  line-height: 1.5;
  background: #ffffff;
  padding: 50px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 700px) {
  .contact-block .contact-form {
    padding: 30px 15px;
  }
}
.contact-block .contact-form .form-input__block {
  margin-bottom: 20px;
}
.contact-block .contact-form .form-input__block .form-term {
  display: block;
  margin-bottom: 35px;
}
.contact-block .contact-form .form-input__block .form-term legend {
  display: none;
}
.contact-block .contact-form .form-input__block .form-term p.term-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #555555;
}
@media screen and (max-width: 999px) {
  .contact-block .contact-form .form-input__block .form-term p.term-title {
    font-size: 14px;
  }
}
.contact-block .contact-form .form-input__block .form-term p.term-title span.must-input {
  color: #ff0000;
}
@media screen and (max-width: 999px) {
  .contact-block .contact-form .form-input__block .form-term p.term-title span.must-input {
    font-size: 12px;
  }
}
.contact-block .contact-form .form-input__block .form-term .term-input input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contact-block .contact-form .form-input__block .form-term .term-input input[type="text"] {
    padding: 10px;
  }
}
.contact-block .contact-form .form-input__block .form-term .term-input select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contact-block .contact-form .form-input__block .form-term .term-input select {
    padding: 10px;
  }
}
.contact-block .contact-form .form-input__block .form-term .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contact-block .contact-form .form-input__block .form-term .term-input textarea {
    padding: 10px;
  }
}
.contact-block .contact-form .submit-btnset {
  text-align: center;
}
.contact-block .contact-form .submit-btnset p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contact-block .contact-form .submit-btnset .sbtn {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 700px) {
  .contact-block .contact-form .submit-btnset .sbtn {
    display: block;
    margin-bottom: 20px;
  }
}
.contact-block .contact-form .submit-btnset .sbtn input {
  appearance: none;
  -webkit-appearance: none;
  background: #009fe4;
  color: #ffffff;
  font-size: 18px;
  border: 0;
  padding: 10px 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .contact-block .contact-form .submit-btnset .sbtn input {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
.contact-block .contact-form .submit-btnset .sbtn input:hover {
  opacity: 0.7;
}

.privacy-block .privacy-info {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .privacy-block .privacy-info {
    font-size: 14px;
  }
}
.privacy-block .privacy-info ul.notes li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 7px;
}
.privacy-block .privacy-info .pre-read {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #cccccc;
}
.privacy-block .privacy-info .pre-read p {
  margin-bottom: 1.5em;
}
.privacy-block .privacy-info dl {
  display: block;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #cccccc;
}
.privacy-block .privacy-info dl dt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .privacy-block .privacy-info dl dt {
    font-size: 16px;
  }
}
.privacy-block .privacy-info dl dd {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.privacy-block .privacy-info dl dd p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 999px) {
  .privacy-block .privacy-info dl dd {
    font-size: 14px;
  }
}
.privacy-block .privacy-info .signiture {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
