body, html {
font-family: 'Noto Sans JP', sans-serif;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1{
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
h2 {
    font-family: 'Noto Serif JP', serif;
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333300;
	text-transform: uppercase;
    line-height: 1.2em;
}
h3 {
    font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 500;
	color: #4c3b2b;
    line-height: 1.2em;
}
h4 {
    font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
    font-family: 'Noto Serif JP', serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
    color: #333300;
}
@media screen and (max-width: 768px) {
p {
	font-size: 14px;
}
}
.small{	color: #333300!important;}
.box {
    border:#4c3b2b 1px solid;
    background-color: #f9f4ed;
}
@media screen and (max-width: 768px) {
.box {
    border:none;
}
}
.box2 {
    border:#4c3b2b 1px solid;
    background-color: rgb(249,244,237,0.5);
    padding: 0 1em;
    margin-bottom: 2em;
}
.box3 {
    border:#ece4d2 5px solid;
    background-color: rgb(249,244,237,0.5);
    padding: 0 1em;
    margin-bottom: 2em;
}
a {
	color: #f39801;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #660000;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(245,245,236,0.9);
	border-color: rgba(51, 51, 51, 0.1);
}
#menu a.navbar-brand {
    font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #4c3b2b;
	font-weight: 500;
	letter-spacing: 1px;
}
#menu a.navbar-brand img{
position: relative;
    top:-10px;
height: 40px;
}

#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Noto Serif JP', serif;
	text-transform: uppercase;
	color: #4c3b2b;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #b81c26;
}
.on {
	background-color: #f9f5ec !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #b81c26 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #efefef;
	border-color: #fefefe;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #c6c6c6;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 100px 0;
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #b81c27;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #a2101a;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg01.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.1);
}
.intro h1 {
	font-weight: 700;
    max-width: 500px;
    margin: 10px auto;
    padding: 0.5em 0;
	background: rgba(247,239,222,0.3);
    backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
.intro h1 {
    max-width: 300px;
	background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
}
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}
/* problem Section */
#problem {
	padding: 60px 0;
    background-image: url(../img/problem-bg.jpg)
}
#problem h2 {
	font-size: 24px;
	color: #333300;
}
#problem h3 {
	font-size: 20px;
}
#problem .problem-text {
	margin-left: 10px;
}
#problem .problem-foot{
margin-bottom: -80px;
}
#problem .problem-foot h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
    color: #ffffff;
    background-color: #172a88;
    line-height: 2.3em;
    margin-bottom: -10px;
}
#problem .problem-foot img {
width: 30%;
}
@media screen and (max-width: 768px) {
#problem .problem-foot img {
width: 60%;
}
}
@media screen and (max-width: 768px) {
#problem .problem-foot h2 {
	font-size: 18px;
}
}

@media screen and (max-width: 768px) {
#problem .pc img {
display: none;
}
}
@media screen and (min-width: 769px) {
#problem .sp img {
display: none;
}
}

#problem .problem-img {
	display: inline-block;
	position: relative;
}
#problem .problem-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#problem p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* introduction Section */
#introduction {
	padding: 60px 0;
    background-image: url(../img/introduction-bg.jpg);
    background-repeat: no-repeat;
}
#introduction h2 {
    margin-top: 1em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
}
#introduction h3 {
	font-size: 20px;
}
#introduction .introduction-text {
	margin-left: 10px;
}

#introduction p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#introduction ul {
  padding: 1em 1em 0.5em 2.3em;
  position: relative;
}
#introduction ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none;
}
#introduction ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: #d0121b;
}



/* worth Section */
#worth {
	padding: 0 0 60px 0;
    background-image: url(../img/worth-bg.jpg)
}


#worth .section-title {
	background: #444 url(../img/worth_title_bg.jpg) top center no-repeat;
	background-size: cover;
}

@media screen and (min-width:568px) {
#worth .section-title {
    min-height: 700px;
}
}


#worth .section-title h2 {
	font-size: 24px;
	color: #333300;
}
#worth hr {
	background: #660000;
}
#worth img {

}

#worth h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
}
#worth h3 {
	font-size: 20px;
	font-weight: 500;
	color: #4c3b2b;
}

#worth h4 {
	font-size: 20px;
	color: #dedede;
}

#worth .worth-text {
	margin-left: 10px;
}

#worth .worth-img {
	display: inline-block;
	position: relative;
}
#worth .worth-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#worth p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#worth .movie{
margin-top: 30px;
}
@media screen and (max-width: 768px) {
#worth .movie h2{
margin-bottom: 0px;
} 
#worth video{
    margin-top: 10px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
#worth video{
    margin-top: -10px;
}
}
@media screen and (max-width: 430px) {
#worth video{
    margin-top: -20px;
}
}
@media screen and (max-width: 400px) {
#worth video{
    margin-top: -30px;
}
}
/* flow Section */
#flow {
	padding: 0 0 60px 0;
    background-image: url(../img/flow-bg.jpg);
}
#flow .overlay{

}

#flow .section-title {
	background: #444 url(../img/menu-bg.jpg) center center no-repeat;
	background-size: cover;
}

#flow .section-title h2 {
	font-size: 24px;
	color: #333300;
}
#flow hr {
	background: #660000;
}
#flow img {

}

#flow h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
}

#flow h3 {
	font-size: 20px;
	font-weight: 500;
	color: #4c3b2b;
}

#flow h4 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
	color: #4c3b2b;
    margin: 1.5em 0 0.5em 0.7em;
    letter-spacing: 0.2em;
}
#flow span{
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #4c3b2b;
    letter-spacing: 0;
    border: #4c3b2b 1px solid;
    background-color: #f5f0e6;
    margin-left: 0.5em;
    padding: 3px 5px 3px 5px;
    position: relative;
    top:-2px;
}

@media screen and (max-width: 768px) {
#flow span{
	font-size: 12px;
}
}

#flow .flow-text {
	margin-left: 10px;
	margin-right: 10px;
}

#flow .flow-img {
	display: inline-block;
	position: relative;
}
#flow .flow-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#flow p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* features Section */
#features {
	padding: 0 0 60px 0;
    background-image: url(../img/features-bg.jpg);
}

#features .section-title {
	background:#faf6ed url(../img/features_title_bg.png) top center no-repeat;
	background-size: cover;
}
@media screen and (min-width:568px) {
#features .section-title {
    min-height: 700px;
}
}

#features .section-title h2 {
	font-size: 24px;
	color: #fff;
}
#features hr {
	background: #660000;
}
#features img {

}
#features h3 {
	font-size: 20px;
	color: #4c3b2b;
}
#features h4 {
	font-size: 20px;
	color: #dedede;
}


#features h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
}
#features h3 {
	font-size: 20px;
}
#features .features-text {
	margin-left: 10px;
}

#features .features-img {
	display: inline-block;
	position: relative;
}
#features .features-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}


/* merchandise Section */
#merchandise {
	padding: 0 0 60px 0;
    background-image: url(../img/merchandise-bg.jpg);
}
#merchandise .overlay{

}

#merchandise .section-title {
	background: #444 url(../img/menu-bg.jpg) center center no-repeat;
	background-size: cover;
    max-height: 400px;
}

#merchandise .section-title h2 {
	font-size: 24px;
	color: #333300;
}
#merchandise img{
position: relative;
    width: 100%;
    max-width: 350px;
}
#merchandise hr {
	background: #660000;
}
#merchandise h2 {
	padding: 10px 0;
}
#merchandise h3 {
	padding: 10px 0;
}
#merchandise h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
}

#merchandise .merchandise-text {
	margin-left: 10px;
    margin-right: 10px;
}

#merchandise .merchandise-img {
	display: inline-block;
	position: relative;
}
#merchandise .merchandise-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#merchandise p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#merchandise #price .box3 h2{
padding-top:30px; 
}
#merchandise .shiyou tr th:nth-of-type(1){
width: 100px;
}


/*Price table*/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:#ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:0px;
    text-align:center;
    padding: 0;
    width: 32%;
    margin-left: 1%;
    border: #efefef 1px solid;
    box-shadow: 1px 1px 5px;
}
.price-column h3 {
    text-transform:uppercase;
    text-align: center;
    padding:40px 0px;
    font-size: 20px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-table img.icon{
    width:30px!important;
    position: relative;
    left: -4px;
    top:-3px;
}
@media screen and (max-width: 768px) {
.price-column h3 {
    font-size: 10px;
}
.price-table img.icon{
    width:15px!important;
    position: relative;
    left: -4px;
    top:-3px;
}
}


.price-column .start {
    background-color:#faf5f0;
    color:#bc7d55;
}
.price-column .standard {
    background-color:#f4f5f6;
    color:#757f83;
}
.price-column .premium {
    background-color:#fefbee;
    color:#9e7f3f;
}
.price-column .list{
    list-style:none;
    margin:10px 10px;
}
.price-column .list li{
    font-weight:500;
    color:#4c3b2b;
    font-size:20px;
    border-bottom:1px solid #4c3b2b;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
@media screen and (max-width: 768px) {
.price-column .list{
    list-style:none;
    margin:10px 5px;
}
.price-table img.icon{
    width:16px!important;
}
.price-column .list li{
font-size:11px;
}
.price-column .list li strong {
    font-size:16px;
}
}


table.interview{
margin-top: 30px;
}

table.interview th{
    background-color: #7e5c45;
    color: #fff;
}
table.interview td{
    background-color: #fefcf8;
    color: #422c1c;
}

table.interview tr th:nth-of-type(1),table.interview tr th:nth-of-type(2),table.interview tr th:nth-of-type(3){
  font-size: 8px;
  width: 70px;
  letter-spacing:-1px;
    text-align: center;
}
table.interview tr td:nth-of-type(1),table.interview tr td:nth-of-type(2),table.interview tr td:nth-of-type(3){
    text-align: center;
}
table.interview tr th:nth-of-type(1){
    background-color: #bc7d55;
    color: #fff;
}
table.interview tr td:nth-of-type(1){
    background-color: #faf5f0;
    color: #bc7d55;
}
table.interview tr th:nth-of-type(2){
    background-color: #757f83;
    color: #fff;
}
table.interview tr td:nth-of-type(2){
    background-color: #f4f5f6;
    color: #757f83;
}
table.interview tr th:nth-of-type(3){
    background-color: #a3843c;
    color: #fff;
}
table.interview tr td:nth-of-type(3){
    background-color: #fefbee;
    color: #9e7f3f;
}


table.interview tr th:nth-of-type(4){
  width: 60px;
}

@media screen and (max-width: 768px) {
table.interview{
font-size: 10px;
}
table.interview tr th:nth-of-type(1),table.interview tr th:nth-of-type(2),table.interview tr th:nth-of-type(3){
  font-size: 8px;
  width: 30px;
  letter-spacing:-1px;
}
table.interview tr th:nth-of-type(4){
  width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
table.interview tr th:nth-of-type(5){
  width: 110px;
    padding-left: 5px;
    padding-right: 5px;
}
table.interview tr th:nth-of-type(6){
    padding-left: 5px;
    padding-right: 5px;
}
}

/* voice Section */
#voice {
	padding: 60px 0;
    background-image: url(../img/introduction-bg.jpg)
}
#voice h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
    margin-top: 30px;
}
#voice h3 {
	font-size: 20px;
}
#voice .voice-text {
	margin-left: 10px;
	margin-right: 10px;
}

#voice .voice-img {
	display: inline-block;
	position: relative;
}
#voice .voice-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#voice p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* faq Section */
#faq {
	padding: 0 0 60px 0;
    background-image: url(../img/faq-bg.jpg)
}


#faq .section-title {
	background: #444 url(../img/menu-faq-bg.jpg) top center no-repeat;
	background-size: cover;
}

#faq .section-title .overlay {
	background: rgba(0, 0, 0, 0.3);
}

#faq .section-title h2 {
	font-size: 24px;
	color: #f9f5ec;
}
#faq hr {
	background: #660000;
}
#faq img {

}
#faq h3 {
	font-size: 20px;
	color: #333300;
}
#faq h4 {
	font-size: 20px;
	color: #dedede;
}

#faq h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
}
#faq h3 {
	font-size: 20px;
}
#faq .faq-text {
	margin-left: 10px;
}

#faq p {
	line-height: 24px;
	margin: 15px 0 30px;
}

.faq {
    max-width: 800px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #f9f5ec;
}

.faq summary {
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #422c1c;
    font-weight: 700;
    cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display:none;
}
.faq summary::before,
.faq p::before {
    position: absolute;
    left: 1.5em;
    font-weight: 600;
}
.faq summary::before {
    color: #37302e;
    content: "Q";
}
.faq summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #666666;
    border-right: 3px solid #666666;
    content: ' ';
    transition: transform .5s;
}
.faq[open] summary::after {
    transform: rotate(225deg);
}

.faq p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.faq[open] p {
    transform: none;
    opacity: 1;
}
.faq p::before {
    color: #b81c26;
    line-height: 1.2;
    content: "A";
}

/* recommendation Section */
#recommendation {
	background: #444 url(../img/recommendation-bg.jpg) center top repeat fixed;
	padding: 120px 0 80px 0;
}

#recommendation .messagebox {
	border: solid 2px #996600;
	outline: solid 3px #996600;
	outline-offset: 5px;
    background-image: url(../img/messagebox-bg.jpg);
    padding: 60px 50px;
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
#recommendation .messagebox {
    padding: 60px 20px;
}
}
#recommendation .section-title h2 {
    font-size: 36px;
	color: #4c3b2b;
	font-weight: 700;
    letter-spacing: 4px;
}
#recommendation .section-title h3 {
    font-size: 24px;
	color: #4c3b2b;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
#recommendation .section-title h3 {
    font-size: 16px;
}
}
#recommendation h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
    margin-top: 30px;
}
#recommendation h3 {
	font-size: 20px;
}
#recommendation h4 {
	font-size: 18px;
    line-height: 1.5em
}
#recommendation .recommendation-text {
	margin-left: 10px;
	margin-right: 10px;
}

#recommendation .recommendation-img {
	display: inline-block;
	position: relative;
}
#recommendation .recommendation-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#recommendation p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #f6f6f6 url(../img/contact-bg.jpg) center center;  
}
#contact .section-title h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 18px;
	color: #333300;
}
#contact .section-title h3 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 24px;
	color: #333300;
}
@media screen and (max-width: 768px) {
#contact .section-title h2 {
	font-size: 14px;
}
#contact .section-title h3 {
	font-size: 16px;
}
}
a.btn_contact {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 280px;
	margin: auto;
	padding: 1em 3em 1em 3em;
    font-size: 20px;
	font-weight: bold;
	background: #b81d28;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_contact:hover {
    opacity: 0.5;
	color: #fff;
}

/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 0 0;
}
#footer h3 {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
    border-top:#37302e 1px solid;
    background-color: #262626;
}

#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #f8edd3;
}


/* privacy-policy Section */
#privacy-policy {
	padding: 120px 0;
}
#privacy-policy h2 {
	font-size: 24px;
}
#privacy-policy h3 {
	font-size: 20px;
}
#privacy-policy p {
	line-height: 24px;
	margin: 15px 0 30px;
    font-size: 14px;
}

#privacy-policy ul li,ol{
list-style: inside;
}