/* ▼text */
span.color_note {
  color: #23b7e2;
  font-weight: bold;
}

/*
    button
--------------------*/
.c_btn {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  background-color: #18b2de;
  text-align: center;
  position: relative;
  font-size: 2rem;
}
.c_btn:after {
  content: '';
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c_btn {
    margin-top: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn {
    margin-top: 35px;
    line-height: 50px;
  }
}

/*
    title
--------------------*/
/* ▼main_ttl */
.main_ttl {
  font-size: 1.6rem;
  text-align: center;
}
.main_ttl span {
  display: block;
  margin: 15px 0 0;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .main_ttl {
    margin: 0 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl {
    margin: 0 0 30px;
  }
  .main_ttl img {
    max-height: 60px;
  }
}
/* ▼ribbon_ttl */
.ribbon_yellow {
  width: 100%;
  color: #363636;
  background: url(../images/common/ribbon_y01.png) no-repeat left / auto 100%,
    url(../images/common/ribbon_y02.png) no-repeat right / auto 100%,
    linear-gradient(
      to right,
      transparent,
      transparent 20px,
      #fcff00 20px,
      #fcff00 calc(100% - 20px),
      transparent calc(100% - 20px)
    );
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .ribbon_yellow {
    width: 100%;
    color: #363636;
    background: url(../images/common/ribbon_y01.png) no-repeat left / auto 100%,
      url(../images/common/ribbon_y02.png) no-repeat right / auto 100%,
      linear-gradient(
        to right,
        transparent,
        transparent 20px,
        #fcff00 20px,
        #fcff00 97%,
        transparent 97%
      );
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .ribbon_yellow {
    margin: 0 0 30px;
    padding: 6px 0 9px;
    font-size: 3.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ribbon_yellow {
    margin: 0 0 25px;
    padding: 7px 0 8px;
    font-size: 1.6rem;
    text-align: center;
    background: url(../images/common/ribbon_y01.png) no-repeat left / auto 100%,
      url(../images/common/ribbon_y02.png) no-repeat right / auto 100%,
      linear-gradient(
        to right,
        transparent,
        transparent 15px,
        #fcff00 15px,
        #fcff00 calc(100% - 15px),
        transparent calc(100% - 15px)
      );
  }
}
/* ▼c_ttl */
.c_ttl {
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 3rem;
}
/* ▼c_head */
.c_head {
  color: #26b9e3;
  font-weight: bold;
  margin-bottom: 20px;
}

/*
    list
--------------------*/
/* ▼black */
.black_number_ttl:before {
  display: inline-block;
  vertical-align: -7px;
  line-height: 1;
}
.black_number:nth-child(1) .black_number_ttl:before {
  content: url(../images/common/number/black01.png);
}
.black_number:nth-child(2) .black_number_ttl:before {
  content: url(../images/common/number/black02.png);
}
.black_number:nth-child(3) .black_number_ttl:before {
  content: url(../images/common/number/black03.png);
}
.black_number:nth-child(4) .black_number_ttl:before {
  content: url(../images/common/number/black04.png);
}
.black_number:nth-child(5) .black_number_ttl:before {
  content: url(../images/common/number/black05.png);
}
.black_number:nth-child(6) .black_number_ttl:before {
  content: url(../images/common/number/black06.png);
}
.black_number:nth-child(7) .black_number_ttl:before {
  content: url(../images/common/number/black07.png);
}
.black_number:nth-child(8) .black_number_ttl:before {
  content: url(../images/common/number/black08.png);
}
.black_number:nth-child(9) .black_number_ttl:before {
  content: url(../images/common/number/black09.png);
}
.black_number:nth-child(10) .black_number_ttl:before {
  content: url(../images/common/number/black10.png);
}
.black_number:nth-child(11) .black_number_ttl:before {
  content: url(../images/common/number/black11.png);
}
.black_number:nth-child(12) .black_number_ttl:before {
  content: url(../images/common/number/black12.png);
}
.black_number:nth-child(13) .black_number_ttl:before {
  content: url(../images/common/number/black13.png);
}
.black_number:nth-child(14) .black_number_ttl:before {
  content: url(../images/common/number/black14.png);
}
.black_number:nth-child(15) .black_number_ttl:before {
  content: url(../images/common/number/black15.png);
}
.black_number:nth-child(16) .black_number_ttl:before {
  content: url(../images/common/number/black16.png);
}
@media screen and (max-width: 767px) {
  .black_number_ttl:before {
    transform: scale(0.85);
    transform-origin: bottom;
  }
}
/* ▼yellow */
.yellow_number_ttl:before {
  display: inline-block;
  vertical-align: -7px;
  line-height: 1;
}
.yellow_number:nth-child(1) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow01.png);
}
.yellow_number:nth-child(2) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow02.png);
}
.yellow_number:nth-child(3) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow03.png);
}
.yellow_number:nth-child(4) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow04.png);
}
.yellow_number:nth-child(5) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow05.png);
}
.yellow_number:nth-child(6) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow06.png);
}
.yellow_number:nth-child(7) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow07.png);
}
.yellow_number:nth-child(8) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow08.png);
}
.yellow_number:nth-child(9) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow09.png);
}
.yellow_number:nth-child(10) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow10.png);
}
.yellow_number:nth-child(11) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow11.png);
}
.yellow_number:nth-child(12) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow12.png);
}
.yellow_number:nth-child(13) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow13.png);
}
.yellow_number:nth-child(14) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow14.png);
}
.yellow_number:nth-child(15) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow15.png);
}
.yellow_number:nth-child(16) .yellow_number_ttl:before {
  content: url(../images/common/number/yellow16.png);
}
@media screen and (max-width: 767px) {
  .yellow_number_ttl:before {
    transform: scale(0.85);
    transform-origin: bottom;
  }
}

/*
block
--------------------*/
@media screen and (min-width: 768px) {
  [class*='_block'] {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  [class*='_block']:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  [class*='_block']:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  [class*='_block']:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/*
    table
--------------------*/
.c_table {
  width: 100%;
}
.c_table tr {
  border-top: 1px solid #23beeb;
}
.c_table tr:last-child {
  border-bottom: 1px solid #23beeb;
}
@media screen and (min-width: 768px) {
  .c_table tr {
    display: flex;
    align-items: center;
    padding: 12px 0 12px 40px;
  }
  .c_table th {
    width: 130px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c_table br {
    display: block;
  }
  .c_table tr {
    display: block;
    padding: 10px 15px;
  }
  .c_table th,
  .c_table td {
    display: block;
    width: 100%;
  }
  .c_table th {
    font-weight: bold;
  }
}
/* ▼price_table */
.price_table {
  width: 100%;
}
.price_table tbody th,
.price_table tbody td {
  width: 270px;
  height: 50px;
  padding: 10px;
  border: 1px solid #cfcfcf;
  text-align: center;
  vertical-align: middle;
}
.price_table_head {
  background-color: #f1f1f1;
  font-weight: bold;
}
/* dtl_table */
.dtl_table thead th:last-child {
  color: #fff;
  background-color: #23b7e2;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: bold;
}
.dtl_table tbody th:nth-child(n + 3) {
  background-color: #cfeff8;
}
.dtl_table tbody td:nth-child(n + 3) {
  background-color: #f6fdff;
}
@media screen and (max-width: 767px) {
  .price_table {
    width: 780px;
  }
}
/* simple_table */
@media screen and (max-width: 767px) {
  .price_table br {
    display: block;
  }
  .price_table tbody th,
  .price_table tbody td {
    word-break: keep-all;
  }
  .simple_table {
    width: 100%;
  }
}

/*
    background
--------------------*/
.linear_blue {
  background-image: repeating-linear-gradient(
    135deg,
    #fff,
    #fff 14px,
    #edf9fc 15px,
    #edf9fc 29px
  );
}
.linear_black {
  color: #fff;
  background-image: repeating-linear-gradient(
    135deg,
    #363636,
    #363636 14px,
    #303030 15px,
    #303030 29px
  );
}

/*
    breadcrumbs-type01
---------------------*/
.breadcrumbs .bread_wrap {
  justify-content: flex-start;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:not(:last-child)::before {
  content: ' ';
  display: block;
  border-top: 2px solid #4a261e;
  border-right: 2px solid #4a261e;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
}
.breadcrumbs li:last-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs li,
.breadcrumbs a {
  font-size: 1.2rem;
}
.breadcrumbs a {
  color: #4a261e;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 4px 0;
  }
  body:not(#top) .breadcrumbs .bread_wrap {
    flex-direction: row;
    padding: 4px 0;
  }
  .breadcrumbs li {
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumbs li:not(:last-child) {
    padding: 0 20px 0 0;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 7px;
    height: 7px;
    right: 8px;
  }
  .breadcrumbs a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumbs li:not(:last-child) a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 7px 0;
  }
  .bread_wrap {
    max-width: unset;
    flex-direction: row;
  }
  .breadcrumbs li:not(:last-child) {
    padding: 0 30px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 8px;
    height: 8px;
    right: 13px;
  }
  .breadcrumbs li:last-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/*
    breadcrumbs-type02
---------------------*/
/*.breadcrumbs .bread_wrap {
    justify-content: flex-start;
}
.breadcrumbs li:not(:last-child) {
    background: #00a0e9;
    color: #fff;
    position: relative;
}
.breadcrumbs li:first-child {
    border-radius: 10px 0 0 10px;
}
.breadcrumbs li:not(:last-child) {
    margin: 0 3px 0 0;
}
.breadcrumbs li:not(:first-child) a {
    padding: 5px 10px 5px 25px;
}
.breadcrumbs li:last-child {
    display: block;
    padding: 5px 15px 5px 25px;
    border-radius: 0 10px 10px 0;
}
.breadcrumbs li:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;

}
.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #00a0e9;
    position: absolute;
    top: 0; left: 100%;
    z-index: 10;
}
.breadcrumbs li:not(:last-child)::after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0; left: calc(100% + 3px);
    z-index: 9;
}
.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}
.breadcrumbs a {
    padding: 5px 20px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 4px 0;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        padding: 4px 0;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
      padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 7px 0;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        width: calc(100% - 20px);
        padding: 4px 0;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
      padding-right: 10px;
  }
}*/
/*
news/blog
--------------------*/
.news_post .c_head {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 10px 20px;
  background-color: #eee;
  line-height: 1.5;
}
.news_post .c_ofi {
  padding-top: 100%;
}
.post_cnt {
  line-height: 1.5;
}
.news_post a {
  transition: all 0.3s;
}
.news_post a:hover {
  opacity: 0.8;
}
.news_post a:hover .c_ofi img {
  opacity: 1;
  transform: scale(1.1);
}
.news_time {
  text-align: right;
  margin: 0 0 20px;
}
.detail_content .c_head {
  margin-bottom: 0;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .detail_content .c_head {
    font-size: 24px;
  }
}
.news_body {
  border-top: 1px solid #26b9e3;
  border-bottom: 1px solid #26b9e3;
  line-height: 1.5;
}
.news_body h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 5rem 0 1rem;
}
.news_body h3 {
  font-size: 24px;
  font-weight: bold;
  margin-block: 16px;
}
.news_body p {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: 'palt';
  margin-block: 24px 24px;
}
.news_body img {
  display: block;
  max-width: 90%;
  height: auto;
  margin-block: 16px;
}
.news_body blockquote {
  background: #efefef;
  padding: 2rem;
  max-width: 80%;
  margin-inline: auto;
  margin-block: 24px;
}
.news_body a {
  display: inline;
  color: #006ccc;
  text-decoration: underline;
}
.news_body ul {
  font-size: 18px;
  list-style: disc;
  padding-left: 1em;
}
.news_body ul li {
  margin-block: 16px;
}
.news_body .wp-element-caption {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news_post:not(:last-child) {
    margin: 0 0 50px;
  }
  .post_cnt {
    width: 860px;
  }
  .post_cnt .post_txt {
    padding: 20px;
  }
  .post_img {
    width: 200px;
  }
  .news_body {
    min-height: 200px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .news_post {
    flex-flow: column-reverse;
  }
  .news_post:not(:last-child) {
    margin: 0 0 30px;
  }
  .news_post .c_ofi {
    padding-top: 60%;
  }
  .news_post .c_head {
    font-size: 1.6rem;
    padding: 10px;
  }
  .post_cnt {
    width: 100%;
  }
  .post_img {
    width: 100%;
  }
  .news_body {
    padding: 20px 0;
  }
}
/*
contact
--------------------*/
/* ▼▼▼contact base▼▼▼ */
.contact-form-table select,
.contact-form-table textarea,
.contact-form-table input[type='tel'],
.contact-form-table input[type='fax'],
.contact-form-table input[type='num'],
.contact-form-table input[type='text'],
.contact-form-table input[type='email'] {
  padding: 4px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  max-width: 100%;
}
.contact-form-table textarea {
  resize: none;
}
/* ▼form */
.contact-form-table th {
  position: relative;
}
.contact-form-table tr {
  transition: all 0.3s;
}
.contact-form-table td a {
  display: inline-block;
}
/* ▼mark */
[class*='mark'] {
  width: 50px;
  background-color: #ea3623;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: auto;
  right: 15px;
}
/* ▼button */
.contact-form-table input[type='button']:hover,
.contact-form-table input[type='submit']:hover {
  opacity: 0.8;
  cursor: pointer;
}
.contact-form-table input[type='button'][disabled],
.contact-form-table input[type='submit'][disabled] {
  opacity: 0.7;
  pointer-events: none;
  background-color: #ddd;
}
/* ▼checkbox&radio */
.contact-form-table input[type='radio'],
.contact-form-table input[type='checkbox'] {
  display: inline-block;
  margin-right: 6px;
}
.contact-form-table input[type='radio'] + label,
.contact-form-table input[type='checkbox'] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
.contact-form-table input[type='radio'],
.contact-form-table input[type='checkbox'] {
  /* display: none; */
  margin: 0;
}
.contact-form-table input[type='radio'] + label,
.contact-form-table input[type='checkbox'] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
.contact-form-table input[type='radio'] + label::before,
.contact-form-table input[type='checkbox'] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}
.contact-form-table input[type='radio'] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
.contact-form-table input[type='checkbox'] + label::before {
  border: 2px solid #ccc;
}
.contact-form-table input[type='radio']:checked + label::after,
.contact-form-table input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.contact-form-table input[type='radio']:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
.contact-form-table input[type='checkbox']:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact_submits {
  line-height: 1.5;
  text-align: center;
}
/* ▼error */
.error-text {
  font-size: 1.4rem;
  color: #d93732;
  margin: 0 0 5px;
}
/* ▼table */
.contact-form-table input[name='items[address]'] {
  margin-top: 8px;
}
.contact-form-table {
  width: 100%;
  margin-bottom: 50px;
}
/*recaptcha*/
.contact-recaptcha {
  overflow: hidden;
  margin-bottom: 30px;
}
.g-recaptcha > div {
  margin: auto;
}
/*
  pagenation
--------------------*/
/*▼pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.pagenation li {
  color: #fff;
  background-color: #00a0e9;
  font-size: 1.6rem;
  border: 1px #00a0e9 solid;
}
.pagenation a {
  padding: 0 10px;
}
.pagenation li:not(.current):hover {
  opacity: 0.8;
}
.pagenation span {
  padding: 0 10px;
}
.pagenation li:not(:last-child) {
  margin: 0 10px 0 0;
}
.pagenation .current {
  color: #00a0e9;
  background-color: #fef7ef;
}
/*▼page_btn*/
.page_btn {
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
.page_btn li {
  max-width: 30vw;
}
.page_btn a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  max-width: 30vw;
}
.page_btn li:not(.center) a:after {
  content: ' ';
  width: 10px;
  height: 10px;
  margin: auto;
  border-left: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.3s all;
}
.prev {
  margin: 0 auto 0 0;
}
.prev a {
  padding: 0 0 0 20px;
}
.prev a:after {
  left: 8px;
  transform: rotate(45deg);
}
.prev a:hover:after {
  left: 3px;
}
.next {
  margin: 0 0 0 auto;
}
.next a {
  padding: 0 20px 0 0;
}
.next a:after {
  right: 8px;
  transform: rotate(225deg);
}
.next a:hover:after {
  right: 3px;
}
.center {
  width: 142px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}
.center a {
  color: #fff;
  background-color: #00a0e9;
  border-radius: 20px;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .page_btn {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_btn {
    margin: 30px auto;
  }
}
/*
site_map
--------------------*/
.page-site .site li {
  width: 100%;
  border-bottom: 1px solid #000;
  transition: 0.2s all;
}
.page-site .site li a {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-site .site {
    padding: 100px 0;
  }
  .site_wrap {
    flex-flow: column wrap;
    height: 550px;
    justify-content: flex-start;
  }
  .page-site .site li {
    width: 48%;
  }
  .page-site .site li a {
    font-size: 1.8rem;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-site .site {
    padding: 50px 0;
  }
  .page-site .site li a {
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 2vh 10px;
  }
}
/*
privacy
--------------------*/
.page-privacy .privacy_cnt {
  padding: 0;
}
.page-privacy .privacy_cnt p:not(:last-of-type) {
  margin: 0 0 15px;
}
.page-privacy .privacy .objective_list {
  margin: 15px 0 0;
  list-style-type: square;
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  .page-privacy .privacy .c_head {
    margin: 0 0 30px;
  }
  .page-privacy .privacy_cnt:not(:last-child) {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-privacy .privacy .c_head {
    margin: 0 0 15px;
  }
  .page-privacy .privacy_cnt:not(:last-child) {
    margin: 0 0 30px;
  }
}

.mt00 {
  margin-top: 0 !important;
}
.pt00 {
  padding-top: 0 !important;
}
