@charset "utf-8";
/* ===================================================================
CSS information

  file name  :page.css
  style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
:root {
  --top-main-height: calc(calc(100vh - 120px) - 120px);
}

#top .m_main .main {
  height: var(--top-main-height);
}

#top .m_main .main .headline .headline_ttl .ja {
  font-size: 5.0rem;
}

#top .m_main .main .headline .headline_ttl .en {
  font-size: 3.0rem;
  margin-top: 0.75em;
}

#top .m_main .main .main_visual {
  width: 100%;
}

#top .m_main .main .main_visual .swiper {
  margin-right: 0 !important;
  width: 60vw;
}

#top .m_main .main .main_visual .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  gap: 15px;
  line-height: 0;
  text-align: left !important;
}

#top .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,0) !important;
}

#top .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px)) !important;
  background: var(--swiper-pagination-bullet-inactive-color,#ffffff) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, none) !important;
  border: 1px solid #b2b2b2 !important;
}

#top .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-bullet-inactive-color,#b2b2b2) !important;
}

#top .swiper-pagination-bullet-active {
  background: #0483d0 !important;
  border: 1px solid #0483d0 !important;
  pointer-events: none;
}

#top .m_main .main .main_visual .main_img .mv_img {
  height: var(--top-main-height);
}

#top #news_sec {
  display: flex;
}

#top #news_sec .news_heading {
  flex: 1 1;
  flex-direction: column;
}

#top #news_sec .news_contents {
  flex: 0 1 70%;
  margin-left: 7.5vw;
}

#top #news_sec .news_contents .news_list article {
  margin-top: -1px;
}

#top #news_sec .news_contents .news_list article a {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  display: flex;
  align-items: center;
  padding-bottom: 2vw;
  padding-top: 2vw;
}

#top #news_sec .news_contents .news_list article a .news_head {
  display: flex;
  align-items: center;
}

#top #news_sec .news_contents .news_list article a .news_head .news_cat {
  background-color: #0483d0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 20px;
  padding: 0.5em;
  height: 30px;
  width: 100px;
}

#top #news_sec .news_contents .news_list article a:hover .news_head .news_cat  {
  background-color: #ff9436;
}

#top #news_sec .news_contents .news_list article a .news_body {
  flex: 1 1;
  margin-left: 30px;
  width: 0;
}

#top #news_sec .news_contents .news_list article a .news_body .news_ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top #news_sec .news_contents .news_list article a:hover .news_head .news_date,
#top #news_sec .news_contents .news_list article a:hover .news_body .news_ttl  {
  opacity: 0.5;
}

#top #services_sec .contents > section {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: calc(7.5vw / 2);
}

#top #services_sec .contents > section:first-of-type {
  margin-top: 0;
}

#top #services_sec .contents > section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#top #services_sec .contents > section .txt_box {
  background-color: #f3fbff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1;
  padding: 4vw;
  position: relative;
}

#top #services_sec .contents > section:nth-of-type(2n+1) .txt_box {
  border-left: 5px solid #0483d0;
  margin-right: -10vw;
}

#top #services_sec .contents > section:nth-of-type(2n) .txt_box {
  border-right: 5px solid #0483d0;
  margin-left: -10vw;
}

#top #services_sec .contents > section .txt_box .services_ttl {
  font-size: 3.4rem;
  font-weight: 700;
}

#top #services_sec .contents > section .txt_box .services_txt {
  line-height: 1.8;
  margin-top: 2.5vw;
}

#top #services_sec .contents > section .txt_box .link_txt {
  margin-top: 2.5vw;
}

#top #services_sec .contents > section .img_box {
  flex: 0 1 70%;
}

#top #services_sec .contents > section .img_box picture img {
  object-fit: cover;
  height: 550px;
}

#top #company_sec .company_box a {
  background-image: url("../img/top/company_sec_about_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  padding: 6vw 5vw;
  position: relative;
  z-index: 0;
}

#top #company_sec .company_box a:before {
  background: linear-gradient(90deg,rgba(0,82,132,0) 0%,rgba(0,82,132,0.2) 25%,rgba(0,82,132,0.9) 50%), rgba(0,82,132,0);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease;
  z-index: -1;
}

#top #company_sec .company_box a:hover:before {
  background: linear-gradient(90deg,rgba(0,82,132,0) 0%,rgba(0,82,132,0.2) 25%,rgba(0,82,132,0.9) 50%), rgba(0,82,132,0.5);
}

#top #company_sec .company_box a .company_sec_box {
  width: 30vw;
}

#top #company_sec .company_box a .company_sec_box .company_sec_ttl {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
}

#top #company_sec .company_box a .company_sec_box .company_sec_ttl > span:nth-of-type(2) {
  color: #5dc2ff;
}

#top #company_sec .company_box a .company_sec_box .company_sec_txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 1.5vw;
}

#top #company_sec .company_box a .company_sec_box .link_txt {
  margin-top: 1.5vw;
}

/* -----------------------------------------------------------
  会社概要
----------------------------------------------------------- */
.company .company_box > section:not(:first-of-type) {
  margin-top: 7.5vw;
}

.company .company_box #greeting_sec .greeting_box .greeting {
  display: flex;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box {
  flex: 1 1;
  margin-top: 2vw;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box .greeting_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 600;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box .greeting_lead {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3vw;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box .greeting_lead > p:not(:first-of-type) {
  margin-top: 1.25em;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box .greeting_sign {
  display: flex;
  justify-content: flex-end;
  margin-top: 2vw;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box .greeting_sign .signature .position {
  font-size: 1.8rem;
  margin-right: 1em;
}

.company .company_box #greeting_sec .greeting_box .greeting .txt_box .greeting_sign .signature .name {
  font-family: "Yuji Syuku", serif;
  font-size: 3.0rem;
  font-weight: 500;
}

.company .company_box #greeting_sec .greeting_box .greeting .pic_box {
  flex: 0 1 40%;
  margin-left: 4vw;
}

.company .company_box #philosophy_sec .philosophy_box .philosophy_txt {
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

.company .company_box #behavioral_sec .behavioral_box .behavioral_list {
  counter-reset: number;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.company .company_box #behavioral_sec .behavioral_box .behavioral_list > li {
  display: flex;
}

.company .company_box #behavioral_sec .behavioral_box .behavioral_list > li:not(:first-of-type) {
  margin-top: 0.75em;
}

.company .company_box #behavioral_sec .behavioral_box .behavioral_list > li:before {
  content: counter(number) ".";
  counter-increment: number;
  margin-right: 0.25em;
}

.company .company_box #permit_sec .permit_box .permit_contents > section:not(:first-of-type) {
  margin-top: calc(7.5vw / 2);
}

.company .company_box #permit_sec .permit_box .permit_contents > section .permit_list .permit_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.company .company_box #permit_sec .permit_box .permit_contents > section .permit_list .permit_item > li a {
  background-color: #0483d0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.0rem;
  font-weight: 500;
  min-height: 80px;
  padding: 1em 1.5em;
}

.company .company_box #permit_sec .permit_box .permit_contents > section .permit_list .permit_item > li a:after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-size: 110%;
  font-weight: 600;
  letter-spacing: normal;
}

.company .company_box #permit_sec .permit_box .permit_contents > section .permit_list .permit_item > li a:hover {
  background-color: #ff9436;
}

.company .company_box #permit_sec .permit_box .permit_contents > section .permit_tbl {
  font-size: 1.5rem;
  margin-top: calc(7.5vw / 3);
}

.company .company_box #access_sec .access_box .access_add > dl {
  display: flex;
  align-items: center;
}

.company .company_box #access_sec .access_box .access_add > dl dt {
  font-size: 1.8rem;
  font-weight: 500;
}

.company .company_box #access_sec .access_box .access_add > dl dt:before {
  content: "【";
}

.company .company_box #access_sec .access_box .access_add > dl dt:after {
  content: "】";
}

.company .company_box #access_sec .access_box .access_add > dl dd {
  margin-left: 15px;
}

.company .company_box #access_sec .access_box .access_add > dl dd .add .address {
  margin-left: 0.5em;
}

.company .company_box #access_sec .access_box .access_add > dl dd .tel {
  margin-left: 20px;
}

.company .company_box #access_sec .access_box .access_map {
  margin-top: 2vw;
}

.company .company_box #access_sec .access_box .access_map iframe {
  aspect-ratio: 21/9;
}

/* -----------------------------------------------------------
  事業内容
----------------------------------------------------------- */
.services .services_box {
  margin-top: 7.5vw;
}

.services .services_box > section:not(:first-of-type) {
  margin-top: 7.5vw;
}

.services .services_box > section > .contents .services_ttl {
  font-size: 3.0rem;
  font-weight: 600;
}

.services .services_box #industrial_waste .industrial_waste_box .car_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}

.services .services_box #industrial_waste .industrial_waste_box .car_box .car_list {
  text-align: center;
}

.services .services_box #industrial_waste .industrial_waste_box .car_box .car_list .pic img {
  border: 1px solid #151515;
}

.services .services_box #industrial_waste .industrial_waste_box .car_box .car_list .caption {
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  top: -0.9em;
}

.services .services_box #industrial_waste .industrial_waste_box .car_box .car_list .caption .car {
  color: #0483d0;
}

.services .services_box #industrial_waste .industrial_waste_box .car_box .car_list .caption .unit {
  margin-left: 1em;
}

.services .services_box #civil_demolition .civil_demolition_box > section:not(:first-of-type) {
  margin-top: calc(7.5vw / 2);
}

.services .services_box #civil_demolition .civil_demolition_box > section .pic_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
}

.services .services_box #individual_customers .individual_customers_box .pic_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
}

.services .services_box #individual_customers .individual_customers_box .pic_box picture:nth-of-type(1) {
  grid-column: span 3;
}

/* -----------------------------------------------------------
  新着情報
----------------------------------------------------------- */
.news .news_box .news_list {
  border-bottom: 1px dashed #b9b9b9;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}

.news .news_box .news_list .new_txt {
  flex: 1 1;
  margin-left: 5vw;
}

.news .news_box .news_list .new_txt .news_head .news_heading {
  display: flex;
  align-items: center;
}

.news .news_box .news_list .new_txt .news_head .news_heading .news_cat {
  background-color: #0483d0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 20px;
  padding: 0.5em;
  height: 30px;
  width: 100px;
}

.news .news_box .news_list .new_txt .news_head .news_heading .news_date {
  color: #8a8a8a;
}

.news .news_box .news_list .new_txt .news_head .news_title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1vw;
}

.news .news_box .news_list .new_txt .news_body {
  margin-top: 1.5vw;
}

.news .news_box .news_list .new_txt .news_body > p {
  line-height: 1.8;
}

.news .news_box .news_list .new_txt .news_body > p:not(:first-of-type) {
  margin-top: 1vw;
}

.news .news_box .news_list .news_img {
  flex: 0 1 35%;
}

.news .news_box .news_list .news_img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.news .news_box .news_list .border {
  border: 1px solid #b9b9b9;
}

.news .pager {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 20px;
}

.news .pager  li {
	background-color: #ffffff;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
}

.news .pager li.prev:before,
.news .pager li.next:before {
	font-family: FontAwesome;
	font-weight: normal;
}

.news .pager li.prev:before {
	content: "\f104";
}

.news .pager li.next:before {
	content: "\f105";
}

.news .pager li.current {
	background-color: #0483D0;
	border: 1px solid #0483D0;
	color: #ffffff;
}

.news .pager li:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}

.news .pager li.current:hover {
	background-color: #0483D0;
	cursor: default;
}

.news .pager li.invalid {
	color: #dcdcdc;
  pointer-events: none;
}

.news .pager li.ellipsis {
  pointer-events: none;
}

.news .pager li.ellipsis:hover {
	cursor: default;
}

/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */
.recruit .tbl_dl .hours > .hours01 {
  display: flex;
}

.recruit .tbl_dl .hours > .hours01 .note {
  margin-left: 1em;
}

.recruit .enter_box .apply {
  display: flex;
}

.recruit .enter_box .apply .apply_btn .btn {
  font-size: 2.6rem;
}

.recruit .enter_box .apply .apply_tel {
  border: 1px solid #0483d0;
  display: flex;
  align-items: center;
  flex: 1 1;
  margin-left: 2.5vw;
  padding: 1em 1.75em;
}

.recruit .enter_box .apply .apply_tel .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.recruit .enter_box .apply .apply_tel .tel_num a {
  display: flex;
  align-items: center;
}

.recruit .enter_box .apply .apply_tel .tel_num a:before {
  color: #0483d0;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.25em;
}

.recruit .enter_box .apply .apply_tel .tel_num a:hover {
  color: #ff9436;
}

.recruit .enter_box .apply .apply_tel .tel_time {
  margin-left: 1.5vw;
}

.recruit .recruitment_box .no_recruit {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box > dl {
  border: 1px solid #0483d0;
  display: flex;
}

.contact .tel_box > dl dt {
  background-color: #0483d0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1em 1.5em;
  text-align: center;
}

.contact .tel_box > dl dd {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 1em 1.75em;
}

.contact .tel_box > dl dd .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.contact .tel_box > dl dd .tel_num a {
  display: flex;
  align-items: center;
}

.contact .tel_box > dl dd .tel_num a:before {
  color: #0483d0;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.25em;
}

.contact .tel_box > dl dd .tel_num a:hover {
  color: #0483d0;
}

.contact .tel_box > dl dd .tel_time {
  margin-left: 1.5vw;
}

.contact .form_box .form_wrap {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  padding-bottom: 3vw;
  padding-top: 3vw;
}

.contact .form_box .form_wrap > dl:not(:first-of-type) {
  margin-top: 2vw;
}

.contact .form_box .form_wrap > dl dt {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.contact .form_box .form_wrap > dl dt .required {
  background-color: #dc0000;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  height: 20px;
  margin-right: 1em;
  padding: 0.25em 0.5em;
}

.contact .form_box .form_wrap > dl dt span.optional {
  display: none;
}

.contact .form_box .form_wrap > dl dd {
  margin-top: 0.5vw;
}

.horizontal {
  display: flex;
}

.horizontal > *:not(:first-of-type) {
  margin-left: 1vw;
}

.horizontal_flx1 {
  flex: 1 1;
}

.horizontal.equal > li {
  flex: 1 1;
}

.add li.postal {
  width: 9em;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: none;
  /* color: #b2b2b2; */
  cursor: pointer;
  height: 50px;
  width: 100%;
  padding-left: 1em;
  padding-right: 3em;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #151515;
}

.select {
  position: relative;
  z-index: 0;
}

.select:after {
  background-image: url(../img/common/arr_bm_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  height: 15px;
  width: 15px;
  transition: all .1s;
  transform: scale(1, 1) translateY(-50%);
  z-index: 1;
}

.select.is-active:after {
  transform: scale(1, -1) translateY(50%);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  width: 100%;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="button"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"] {
  height: 50px;
  padding: 0 1em;
}

input[type="email"] {
  width: 100%;
}

input[type="tel"] {
  width: 100%;
}

input[type="checkbox"] {
  border-radius: 0;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.15em;
}

textarea {
  padding: 0.75em 1em;
  width: 100%;
}

::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
  opacity: 1;
}

:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #afafaf;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border-color: #656565 !important;
}

.contact .form_box .send_wrap .agree {
  margin-bottom: 3vw;
  margin-top: 2vw;
}

.agree_check[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

span.error_blank,
span.error_format,
span.error_match {
  color: #be1a21;
  display: block;
  line-height: 2.5;
}

span.error_check {
  display: none;
  color: #be1a21;
}

div.loading-layer {
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box {
  text-align: center;
}

.contact.complete .complete_box .complete_ttl {
  font-size: 3.0rem;
  font-weight: 700;
}

.contact.complete .complete_box .complete_content {
  font-size: 1.8rem;
  margin-top: 3vw;
}

.contact.complete .complete_box .complete_content p:not(:first-of-type) {
  margin-top: 0.75em;
}

.contact.complete .complete_box .complete_btn {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
  個人情報保護方針
----------------------------------------------------------- */
.privacypolicy .privacy_box {
  counter-reset: number;
}

.privacypolicy .privacy_box > dl:not(:first-of-type) {
  margin-top: 3vw;
}

.privacypolicy .privacy_box > dl > dt {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.privacypolicy .privacy_box > dl > dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin-right: 0.25em;
}

.privacypolicy .privacy_box > dl > dd {
  margin-top: 10px;
}

.privacypolicy .privacy_box > dl > dd .list {
  margin-top: 10px;
}

.privacypolicy .privacy_box > dl > dd .privacy_txt {
  margin-top: 10px;
}