#breadcrumb {
  padding: 20px 2.5%;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 12px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  margin: 0 6px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 10px;
  }
}
#breadcrumb ul li a {
  font-weight: 500;
}
#breadcrumb ul li a:hover {
  color: #007dc4;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 220px;
  padding: 0 12px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 140px;
  }
}
@media only screen and (max-width: 380px) {
  #main_visual {
    height: 120px;
  }
}
#main_visual h1 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
  }
}
#main_visual h1 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 380px) {
  #main_visual h1 {
    font-size: 16px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 0 80px;
  }
}
#section01 .container .lead_box {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .lead_box {
    margin: 0 0 40px;
  }
}
#section01 .container .lead_box p {
  font-weight: 500;
}
#section01 .container .privacy {
  padding: 0 20px;
  counter-reset: count;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy {
    padding: 0 12px;
  }
}
#section01 .container .privacy .box:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section01 .container .privacy .box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 6px 18px;
  margin: 0 0 16px;
  border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box h3 {
    font-size: 16px;
    padding: 0 0 0 16px;
    margin: 0 0 8px;
  }
}
#section01 .container .privacy .box h3::before {
  position: absolute;
  left: 0;
  counter-increment: count;
  content: counter(count) ".";
}
#section01 .container .privacy .box h4 {
  margin: 0 0 16px;
}
#section01 .container .privacy .box .txt_box {
  padding: 0 0 0 18px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box {
    padding: 0 0 0 16px;
  }
}
#section01 .container .privacy .box .txt_box:not(:last-child) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box:not(:last-child) {
    margin: 0 0 16px;
  }
}
#section01 .container .privacy .box .txt_box p.dotted:not(:last-child) {
  margin: 0 0 16px;
}
#section01 .container .privacy .box .txt_box ol {
  padding: 0 0 0 16px;
  counter-reset: cnt-ol;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box ol {
    padding: 0 0 0 14px;
  }
}
#section01 .container .privacy .box .txt_box ol li {
  margin: 4px 0 0;
}
#section01 .container .privacy .box .txt_box ol li p {
  position: relative;
  padding: 0 0 0 24px;
  counter-increment: cnt-ol;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box ol li p {
    padding: 0 0 0 22px;
  }
}
#section01 .container .privacy .box .txt_box ol li p::before {
  position: absolute;
  content: "(" counter(cnt-ol) ")";
  left: 0;
}
#section01 .container .privacy .box .txt_box ul {
  padding: 0 0 0 16px;
  counter-reset: cnt-ol;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box ul {
    padding: 0 0 0 14px;
  }
}
#section01 .container .privacy .box .txt_box ul li {
  margin: 4px 0 0;
}
#section01 .container .privacy .box .txt_box ul li p {
  position: relative;
  padding: 0 0 0 24px;
  counter-increment: cnt-ol;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box ul li p {
    padding: 0 0 0 22px;
  }
}
#section01 .container .privacy .box .txt_box ul li p::before {
  position: absolute;
  content: "" counter(cnt-ol) ".";
  left: 0;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap {
  position: relative;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap::-webkit-scrollbar {
  height: 5px;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap::-webkit-scrollbar-track {
  background: #d6d6d6;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb {
  background: #007dc4;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap {
    width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table {
    min-width: 768px;
  }
  #section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table tr th,
  #section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table tr td {
    white-space: nowrap;
  }
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap .swipe {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap .swipe {
    display: block;
  }
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap .swipe span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table {
  width: 100%;
  table-layout: fixed;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table tbody tr th,
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table tbody tr td {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  padding: 8px;
  border: 1px solid #000;
  white-space: break-spaces;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table tbody tr th {
  background: #c6ddf4;
}
#section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table tbody tr td {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .box .txt_box .scroll_table .scroll_table_wrap table {
    min-width: 1170px;
    max-width: 1170px;
  }
}
#section01 .container .privacy .tel_box {
  text-align: center;
  padding: 40px 20px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box {
    padding: 40px 12px;
    margin: 0 0 20px;
  }
}
#section01 .container .privacy .tel_box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
#section01 .container .privacy .tel_box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box h3 {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
#section01 .container .privacy .tel_box .tel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box .tel_list {
    display: block;
  }
}
#section01 .container .privacy .tel_box .tel_list li {
  text-align: center;
  padding: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box .tel_list li {
    width: 100%;
  }
}
#section01 .container .privacy .tel_box .tel_list li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  vertical-align: baseline;
  padding: 6px 12px;
  margin: 0 8px 0 0;
  background: #00507c;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box .tel_list li span {
    display: block;
    padding: 8px;
    margin: 0 0 16px;
  }
}
#section01 .container .privacy .tel_box .tel_list li a {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #00507c;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #section01 .container .privacy .tel_box .tel_list li a {
    font-size: 28px;
    pointer-events: all;
  }
}
#section01 .container .privacy .tel_box .tel_list li p {
  font-weight: 500;
}