@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_hiragino(300); ※ W3
	@include f_hiragino(600); ※ W6
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	$weight:フォントの太さ

	@include f_en(300); ※ Light
	@include f_en(400); ※ Regular
	@include f_en(700); ※ Bold
*/
/*
	$weight:フォントの太さ

	@include f_min(400); ※ L
	@include f_min(500); ※ M
	@include f_min(600); ※ B
*/
/*
@mixin f_min($weight:400) {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight:$weight;
}
	*/
/* sec_policy */
@media print, screen and (min-width: 769px) {
  .sec_policy {
    padding-top: 5.625rem;
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_policy {
    padding-top: 5.625rem;
    padding-bottom: 8.75rem;
  }
}
.sec_policy .content_block {
  margin-top: 4.375rem;
}
.sec_policy .content_block .content_box {
  margin-top: 2.5rem;
}
.sec_policy .content_block .content_box .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--theme-color);
  margin-bottom: 1.25rem;
}
.sec_policy .content_block .content_box .text {
  font-size: 1rem;
  font-weight: 400;
}
.sec_policy .content_block .content_box address {
  font-size: 1rem;
  font-weight: normal;
  border: 2px solid var(--theme-color);
  margin-top: 1.25rem;
  padding: 0.9375rem;
}
.sec_policy .content_block .content_box address span {
  display: block;
}
.sec_policy .content_block .content_box address .name {
  font-size: 1.125rem;
  font-weight: bold;
}