﻿@charset "utf-8";
/*===================================
kitei
===================================*/
body {
  margin: 0px;
  padding: 0px;
}
.static {
  width: 100%;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
.static h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0;
}
.static .container {
  background-color: #fff;
  margin: 40px 120px;
  padding: 75px 80px;
  width: 800px;
}
.static_btn {
  text-align: center;
}
p.static_btn_pdf {
  max-width: 800px;
  margin: 0 auto 40px;
}
.static_btn_pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333333;
  border: 2px solid #333333;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 0;
}
.static_btn_pdf a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../img/usr/static_pdf.png) no-repeat center/contain;
  margin-right: 25px;
}
.static_btn_pdf a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url(../img/usr/static_download.png) no-repeat center/contain;
  margin-left: 25px;
}
.sta_h2_title {
  font-size: 21px;
  font-weight: bold;
  color: #008000;
  border-bottom:1px solid;
  padding-bottom: 25px;
  margin-top: 55px;
}
.sta_container_inner p {
  margin: 25px 0 0 0;
  font-size: 15px;
  line-height: 26px;
}
h3.sta_h3_title {
  border-left: 7px solid #008000;
  padding-left: 10px;
  margin: 30px 0 44px 0;
}
.sta_title_b {
  font-size: 15px;
  font-weight: bold;
}
.sta_container_inner ul {
  margin: 22px 0 40px 0;
}
.sta_container_inner li {
  font-size: 15px;
  line-height: 26px;
}
/*===================================
privacy
===================================*/
.sta_container_inner ol li {
  margin-top: 20px;
}
.inner_p {
  margin-top: 0 !important;
}
#privacy_policy ol li {
	list-style-type: none;
	counter-increment: cnt;
  margin-left: 0;
}
#privacy_policy ol li::before {
	content: "(" counter(cnt) ") ";
}
/*===================================
qa
===================================*/
.cp_qa dt {
  margin-bottom: 20px;
  color: #333333;
  text-indent: -35px;
}
.cp_qa dt::before,
.cp_qa dd::before {
  margin-right: 20px;
}
.cp_qa dt::before {
  content: "Q";
  font-size: 21px;
  color: #008000;
}
.cp_qa dd {
  margin: 0 0 50px;
  color: #333333;
  border-bottom: 1px solid #008000;
  padding-bottom: 20px;
  text-indent: -35px;
}
.cp_qa dd::before {
  content: "A";
  font-size: 21px;
  color: #008000;
}