@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 60px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: inherit;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
textarea,
select,
option,
button {
  font: inherit;
  color: inherit;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  outline: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button],
button {
  font: inherit;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
  transition: 0.5s;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  transition: 0.7s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  zoom: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  min-height: 100vh;
}

@media only screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background-color: #004aad;
  padding-top: 15px;
}

.head_wrap {
  padding: 25px 30px 5px 30px;
  display: flex;
  background-color: #ffffff;
  justify-content: space-around;
}

.head_wrap h1 {
  display: inline-flex;
  align-items: baseline;
}

.head_wrap h1 a {
  display: flex;
  align-items: flex-end;
}

.head_wrap h1 p {
  font-size: 24px;
}

.tel_wrap .tel_up {
  font-size: 12px;
}

.tel_wrap a {
  font-size: 24px;
}

.tel_wrap a:hover {
  opacity: 0.7;
}

.pc_navi {
  background-color: #ffffff;
  margin-top: 2px;
}

.pc_navi .gnav-navi-1 {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.pc_navi .gnav-navi-1 li,
.footer_in li {
  text-align: center;
  font-weight: bold;
  margin-right: 30px;
}

.pc_navi .gnav-navi-1 li a:hover,
.footer_in li a:hover {
  opacity: 0.7;
}

.pc_navi .gnav-navi-1 li:last-of-type,
.footer_in li:last-of-type {
  margin-right: 0px;
}

.pc_navi .gnav-navi-1 li span {
  display: block;
  color: #004aad;
  font-size: 12px;
}

.mv_sp {
  display: none;
}

@media only screen and (max-width:767px) {
  .head_wrap {
    padding: 5px;
  }

  .head_wrap h1 p {
    display: none;
  }

  .mv_sp {
    display: block;
  }

  .mv_pc {
    display: none;
  }
}


.mv_wrap {
  width: 100%;
  position: relative;
}

.mv_wrap img {
  width: 100%;
}

footer {
  color: #ffffff;
  background-color: #004aad;
  display: flex;
  padding: 20px 0;
}

footer ul {
  display: flex;
}

.footer_in {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.foot_copy {
  font-size: 10px;
}

@media only screen and (max-width:767px) {
  .footer_in {
    flex-direction: column;
    align-items: center;
  }

  .foot_copy {
    margin-top: 10px;
  }
}

.foot_info_wrap {
  background-color: #116fed;
  padding-top: 30px;
  padding-bottom: 60px;
}

.foot_info_in {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
}

.foot_info_title {
  font-size: 24px;
  color: #116fed;
}

.info_button ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 40px 0;
}

.info_button ul li {
  width: 45%;
  background-color: #004aad;
  border-radius: 15px;
  padding: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_button ul li a {
  display: block;
  font-size: 24px;
}

.info_button ul li a i {
  margin-right: 5px;
}

.info_button ul .foot_tel_in span {
  display: block;
  font-size: 14px;
  text-align: left;
}

.info_button ul .foot_tel_in .lit2 {
  text-align: center;
  font-size: 16px;
}

.info_button ul .foot_tel_in a {
  font-size: 36px;
}

@media only screen and (max-width:767px) {
  .info_button ul {
    flex-direction: column;
    margin: 20px 0;
  }

  .info_button ul li {
    width: 100%;
    height: 100px;
  }

  .info_button ul li a {
    font-size: 18px;
  }

  .info_button ul .foot_tel_in a {
    font-size: 24px;
  }

  .info_button ul .foot_tel_in {
    margin-bottom: 20px;
  }

  .foot_info_title {
    font-size: 18px;
    color: #116fed;
  }
}

.sp_br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.se_title {
  font-size: 18px;
}

.heading {
  white-space: nowrap;
  align-items: center;
  display: flex;
  justify-content: left;
}

.heading::after {
  background-color: #004aad;
  content: "";
  height: 16px;
  width: 100%;
}

.heading::after {
  margin-left: 15px;
}

.sec01,
.sec03 {
  padding: 80px 0;
}

.sec01_inner {
  padding: 25px;
  display: flex;
  margin-top: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  justify-content: space-around;
  align-items: center;
}

.sec02 .sec02_inner {
  padding: 30px 0 80px 0;
}

.sec02_inner ul {
  display: flex;
  justify-content: space-between;
}

.sec02_inner ul li {
  width: 30%;
}

.sec02_inner ul li img {
  width: 100%;
}

.sec02_inner ul li a {
  margin-top: 30px;
  background-color: #004aad;
  padding: 20px 0;
  display: block;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  font-size: 18px;
}

.sec02_inner ul li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    min-width: auto;
    max-width: 100%;
    padding: 60px 10px;
  }
}


@media only screen and (max-width: 767px) {
  .heading {
    white-space: normal;
    border-bottom: solid 5px #004aad;
  }

  .heading::after {
    display: none;
  }

  .sec01_inner {
    flex-direction: column;
  }

  .sec01_inner p {
    margin-top: 15px;
  }

  .sec01 {
    padding: 0;
  }

  .sec02_inner ul {
    flex-direction: column;
  }

  .sec02_inner ul li {
    width: 100%;
    margin-bottom: 60px;
  }

  .sec02_inner ul li:last-of-type {
    margin-bottom: 0;
  }
}

.table_inner {
  padding-top: 30px;
}

.table_inner table {
  width: 100%;
}

.table_inner table,
td,
th {
  border: 1px solid #004aad;
  border-collapse: collapse;
}

.table_inner th {
  width: 30%;
  background-color: #116fed;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
}

.table_inner td {
  padding: 10px 0 10px 20px;
  width: 70%;
}

.map_wrap iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 767px) {
  .map_wrap iframe {
    width: 100%;
    height: 400px;
  }

  .sec02 .sec02_inner {
    padding-bottom: 0px;
  }
}

.bu_col_wrap {
  margin-top: 30px;
}

.bu_col h2 {
  color: #116fed;
}

.bu_col h2 .bu_title {
  font-size: 24px;
}

.bu_col_in {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.bu_col_in p,
.bu_col_in img {
  width: 40%;
}

.bu_col_wrap .bu_col .title_rev {
  text-align: right;
}


@media only screen and (max-width: 767px) {
  .bu_col_in {
    flex-direction: column-reverse;
  }

  .bu_col_in p,
  .bu_col_in img {
    width: 100%;
  }

  .rev_wrap .bu_col_in {
    flex-direction: column;
  }

  .bu_col_in p {
    margin-top: 15px;
  }
}


.contact .contact-wrap .contact-form__table,
.contact .contact-wrap .contact-form__table td,
.contact .contact-wrap .contact-form__table th {
  border: none;
}

.wrapper,
.contact__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  /*   width: 100%; */
  max-width: calc(1260px*.9);
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {

  .wrapper,
  .contact__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: calc(100vw * 30 / 750);
    padding-right: calc(100vw * 30 / 750);
  }
}

.contact {
  position: relative;
  z-index: 3;
  padding-bottom: calc(200px*.9);
}

@media only screen and (max-width: 991px) {
  .contact {
    padding-bottom: calc(100px*.9);
  }
}

.contact-finish {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .contact-finish {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}

.contact-finish__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-finish__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(40px*.9);
  padding-bottom: calc(60px*.9);
  /*   margin-top: 60px; */
}

@media only screen and (max-width: 991px) {
  .contact__inner {
    padding-top: calc(100vw * 50 / 750);
    row-gap: calc(100vw * 120 / 750);
  }
}

.contact__left {
  position: sticky;
  top: 100px;
  width: calc(300px*.9);
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .contact__left {
    position: static;
    width: 100%;
  }
}

.contact__right {
  max-width: calc(100% - 356px);
  width: 66.26984126984127%;
}

@media only screen and (max-width: 991px) {
  .contact__right {
    max-width: 100%;
    width: 100%;
  }
}

.contact-required {
  height: 40px;
  text-align: right;
  font-size: calc(1.3rem*.9);
  background: #ec3b29;
  background: -webkit-gradient(linear, left top, right top, from(#ec3b29), to(#db2476));
  background: linear-gradient(to right, #ec3b29, #db2476);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 991px) {
  .contact-form {
    font-size: calc(100vw * 24 / 750);
  }
}

.contact-form__table {
  width: 100%;
  border-bottom: solid 1px #fff;
}

.contact-form__table th {
  width: calc(220px*.9);
  vertical-align: top;
  text-align: right;
  font-size: calc(1.6rem*.9);
  line-height: calc(70px*.9);
  padding: 0 calc(20px*.9) calc(20px*.9) 0;
}

@media only screen and (max-width: 991px) {
  .contact-form__table th {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    font-size: calc(100vw * 26 / 750);
    padding: 0;
    margin-bottom: 0.3em;
  }
}

.contact-form__table td {
  padding-bottom: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .contact-form__table td {
    display: block;
    padding-bottom: calc(100vw * 36 / 750);
  }
}

.contact-form__label,
.contact-form__label--req {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25em;
  color: #000;
  font-weight: 700;
}

.contact-form__label--req::after {
  color: #ffffff;
  content: '必須';
  background-color: #ee3b20;
  display: inline-flex;
  border-radius: 5px;
  height: 25px;
  align-items: center;
  padding: 2px;
}

.contact-form__input,
.contact-form__select select {
  width: 100%;
  height: calc(70px*.9);
  font-size: calc(1.6rem*.9);
  padding: 0 1.5em;
  background: #fff;
  border: none;
  outline: none;
  color: #000;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 991px) {

  .contact-form__input,
  .contact-form__select select {
    height: calc(100vw * 100 / 750);
    font-size: calc(100vw * 24 / 750);
    padding: 0 1em;
  }
}

.contact-form__select {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-form__select::after {
  content: "";
  width: calc(21px*0.8);
  height: calc(18px*0.8);
  background: url(../img/ic_select.webp) no-repeat 50%;
  background-size: cover;
  position: absolute;
  right: calc(20px*.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-form__textarea {
  width: 100%;
  height: calc(200px*.9);
  font-size: calc(1.6rem*.9);
  padding: 1.5em;
  background: #fff;
  border: none;
  border-radius: 6px;
  resize: none;
  overflow: auto;
  outline: none;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 991px) {
  .contact-form__textarea {
    height: calc(100vw * 240 / 750);
    font-size: calc(100vw * 24 / 750);
    padding: 1em;
  }
}

.contact-form__flex,
.contact-form__flex--nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: .25em;
}

.contact-form__flex--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contact-form__date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form__privacy {
  position: relative;
  cursor: pointer;
  font-size: calc(1.3rem*.9);
  color: #333;
  margin: calc(40px*.9) auto calc(50px*.9);
  padding-left: 30px;
}

.contact-form__privacy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form__privacy input {
  display: none;
}

.contact-form__privacy input:checked+.contact-form__privacy-box::after {
  -webkit-transform: translateY(50%) scale(1);
  transform: translateY(50%) scale(1);
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy input:checked+.contact-form__privacy-box::after {
    -webkit-transform: translateY(35%) scale(1);
    transform: translateY(35%) scale(1);
  }
}

.contact-form__privacy-box {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #116fed;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.contact-form__privacy-box a {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box {
    padding-left: calc(100vw * 88 / 750);
    font-size: calc(100vw * 24 / 750);
    line-height: 1.8;
  }
}

.contact-form__privacy-box::before,
.contact-form__privacy-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.contact-form__privacy-box::before {
  width: 12px;
  height: 12px;
  border: 2px solid #116fed;
  border-radius: 2px;
  background: #fff;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box::before {
    width: calc(100vw * 60 / 750);
    height: calc(100vw * 60 / 750);
    border-radius: 5px;
  }
}

.contact-form__privacy-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #116fed;
  left: 4px;
  -webkit-transform: translateY(0%) scale(0);
  transform: translateY(0%) scale(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box::after {
    width: calc(100vw * 40 / 750);
    height: calc(100vw * 40 / 750);
    left: calc(100vw * 10 / 750 + 2px);
  }
}

.contact-form__privacy-link {
  color: #e12c5a;
  font-size: inherit;
  position: relative;
}

.contact-form__privacy-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e12c5a;
  position: absolute;
  left: 0;
  bottom: -40%;
}

.btn-color {
  background-color: #116fed;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  border-radius: 15px;
  color: #fff;
}

.btn-color:hover {
  opacity: 0.7;
}


@media only screen and (max-width: 991px) {
  .contact-form__privacy-link::after {
    bottom: -4px;
  }
}

.contact-form__btn {
  width: calc(300px*.9);
  height: calc(60px*.9);
  margin: 0 auto;
}

.contact-form__btn-flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: calc(50px*.9);
}

@media only screen and (max-width: 767px) {
  .contact-form__btn-flex {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact-form__btn-flex .btn-color {
  height: calc(60px*.9);
  font-size: calc(1.6rem*.9);
}

.contact-wrap {
  width: 100%;
  color: #000;
}

.contact-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.sec05>.contact__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: calc(50px*.9);
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .sec05>.contact__inner {
    row-gap: calc(100vw * 60 / 750);
  }
}

.service-02>.contact__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  .service-02>.contact__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .service-02>.contact__inner {
    padding-top: calc(100vw * 100 / 750);
  }
}

.req_btn {
  background-color: #ee3b20;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  border-radius: 15px;
  height: 54px;
  color: #fff;
}

.req_btn a {
  background-color: #ee3b20;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  border-radius: 15px;
  height: 54px;
  color: #fff;
}

.req_btn a:hover {
  opacity: 0.7;
}


@media only screen and (max-width: 767px) {
  .head_wrap h1 {
    display: inline-flex;
    width: 10%;
    align-items: center;
  }
}


/**add**/

.sec03 h1 {
  margin: 0 0 30px 20px;
  font-size: 2em;
}

.privacy-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 5rem;
}


.margin-lf {
  margin: 0 40px 0 20px;
  min-height: 200px;
}

ol.margin-bt li {
  list-style: outside decimal;
  margin: 15px 0;
  font-size: 1.7rem;
  line-height: 1.8;
}

ol.margin-bt,
ul.margin-bt {
  padding: 0 0 0 35px;
}

p.margin-bt {
  margin: 15px 0;
  font-size: 1.7rem;
  line-height: 1.8;
}

.memo {
  background: #F7F7F7;
  padding: 10px;
}

.memo p {
  font-size: 0.9em;
  line-height: 160%;
}

.privacy-container h3 {
  margin: 50px 0 20px;
  padding: 0 0 5px 0;
  font-size: 1.4em;
  color: #f05037;
  border-bottom: 1px solid #f05037;
}

.privacy-container h2 {
  margin: 60px 0 20px;
  padding: 0 0 0 15px;
  font-size: 1.6em;
  color: #999999;
  border-left: 5px solid #999999;
}

table.tableEle,
th,
td {
  border: 1px solid transparent;
  border-collapse: collapse;
}

.tableEle th {
  font-size: 0.9em;
  line-height: 160%;
  padding: 12px 30px 12px 0;
  background: url(../img/line_bsc.gif) repeat-x 0 100%;
}

.tableEle td {
  font-size: 0.9em;
  line-height: 160%;
  padding: 12px 0;
  background: url(../img/line_bsc.gif) repeat-x 0 100%;
}

ul.margin-bt li {
  font-size: 1.7rem;
  line-height: 1.8;
  list-style: outside disc;
  text-align: justify;
  text-justify: distribute;
}

.br-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.445);
  padding-bottom: 5rem;
}

/**-------end---------------**/

.sec04 {
  padding: 80px 0px;
  max-width: 1200px;
  margin: auto;
}

.wrap {
  position: relative;
  margin: 20px 50px 0;
  padding: 60px;
  background: #f8f8f0;
  border-radius: 20px;
}
@media only screen and (max-width: 767px){
  .wrap
  {
    margin: 20px 20px 0;
    padding: 20px;
  }
}

.wrap01 h1 {
  margin: 0 0 50px 0;
  font-size: 36px;
}

.wrap01 p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.wrap01 h2 {
  margin: 50px 0 40px 0;
  padding: 15px 0 15px 20px;
  font-size: 28px;
  border-left: 5px solid #116fed;
}

.wrap01 ol {
  margin: 20px 0 0 50px;
}

.wrap01 ol li {
  position: relative;
  list-style: outside decimal;
  padding: 0 0 0 5px;
}



.wrap01 ol li::marker {
  font-size: 130%;
  font-weight: 700;
  color: #116fed;
}

.wrap01 li+li{
  margin-top: 15px;
}


