@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- main_ttl
- context
---------------------- */
/*=======================================
　main_ttl
=======================================*/
.main_ttl {
  background: center/cover url(../img/sitepolicy/main.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  .main_ttl {
    background: center/cover url(../img/sitepolicy/main_sp.jpg) no-repeat;
  }
}

.contact_bnr {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*=======================================
　context
=======================================*/
.context .inner {
  max-width: 1010px;
}
.context .inner .context_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .context .inner .context_wrap {
    row-gap: 50px;
  }
}
.context .inner .context_wrap .context_box .context_sttl {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: var(--main_navy);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main_navy);
  margin-bottom: 38px;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media screen and (max-width: 768px) {
  .context .inner .context_wrap .context_box .context_sttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 25px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
}
.context .inner .context_wrap .context_box p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .context .inner .context_wrap .context_box p {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.846;
  }
}/*# sourceMappingURL=context.css.map */