html {
  font-size: 10px;
  width: 100%;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /* overflow: hidden; */
  line-height: 1.2;
  color: #1d1d1f;
  /* letter-spacing: .05em; */
}
body {
  font-size: 1.6rem;
  /* overflow: scroll; */
  position: relative;
}
h1,h3,h4,h5,h6, .strong_text {
  color: #000;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
h2 {
  color: #D52D2D;
  font-weight: 900;
}
img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 10;
}
.lazyloaded {
  z-index: 10;
}
.flex {
  display: flex;
  align-items: center;
}
ul.flex {
  justify-content: center;
}
button i {
  margin-right: .5em;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}

#text_left {
  text-align: left;
}
#text_center {
  text-align: center;
}
#text_right {
  text-align: right;
}
/* 読込中 */
.spinner_wrap {
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100vh;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.align_left {
  text-align: left;
}
.relative {
  position: relative;
}
.weight900 {
  font-weight: 900 !important;
}
.logo_dx {
  width: fit-content;
  height: 40px;
}
p.small {
  font-size: 1.2rem;
  color: #666;
  text-align: right !important;
}

/* 色 */
.red {
  background: #B72020;
  color: #fff;
}
.text_red {
  color: #B72020;
}
.orange {
  background: #F07F1D;
  color: #fff;
}
.text_orange {
  color: #F07F1D;
}
.blue {
  background: #0699dc;
  color: #fff;
}
.text_green {
  color: #007474;
  font-weight: bold;
}
.text_blue {
  color: #2e3156;
}

.gray_back {
  width: 100%;
  background: #e8ebf0!important;
}
/* .blue_back {
  background: #2e3156;
  color: #fff;
  width: 800px;
  padding: 0px 120px 30px 80px !important;
  position: absolute;
  left: -100px;
  top: 80px;
}
.blue_back h5 {
  color: #fff;
} */
.unyo_image .gray_back {
  width: auto;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.unyo_image .gray_back h5 {
  margin: 0 10px 5px;
}


/* ボタン */
button {
  border-radius: 6px;
  cursor: pointer;
  transition: .1s;
}
button p {
  text-align: center;
}
button.arrow {
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
button.arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: .2s;
}
.dl_btn {
  width: 100%;
  font-weight: bold;
}


/* ヘッダー */
#topVisual {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100svh;
  /* z-index: -20; */
  /* min-height: 800px; */
}
h1 {
  width: 250px;
}
.inquiry {
  position: absolute;
  top: 20px;
  right: 40px;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  align-items: center;
  color: #000;
  gap: 10px;
}
.phone_number {
  font-size: 1.8rem;
  margin: 0 5px;
}
.phone_number i {
  transform: scale(-1,1);
  margin-right: .5em;
}
.inquiry button {
  width: auto;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  padding: 0 10px;
}
button.red_orange {
  background: linear-gradient(90deg, #e70113, #F07F1D);
}
button.green_blue {
  background: linear-gradient(90deg, #00cb95, #0092f4);
}

header .logo_dx {
  height: 35px;
  width: auto;
  float: right;
}
.header_button_area {
  position: relative;
}
.list_circle {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}
.list_circle li {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 10px;
  position: relative;
}
.list_circle li span {
  font-size: 3.4rem;
}
.list_circle li img {
  position: absolute;
  z-index: -10;
}

.header_belt {
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 100%;
  height: 120px;
  font-size: 3.6rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.header_belt p {
  line-height: 1;
  margin: 0;
}
.header_belt span {
  font-size: 1.6rem;
}


/* main */
main {
  text-align: center;
}
main p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.inner {
  margin: auto;
  text-align: center;
}
section {
  margin: auto;
  text-align: center;
}
.section_line {
  border-top: 1px solid;
  margin: auto;
}
h4 {
  font-size: 4rem;
  margin-bottom: 40px;
  line-height: 1.4;
}
h4 .logo_dx {
  height: 40px;
}
p.strong_text {
  font-weight: bold;
  font-size: 4rem;
}

.red_back {
  background-color: #b72020;
}
.orange_back {
  background-color: #F07F1D;
}
.blue_back {
  background-color: #6FB5BC;
}
.gap20 {
  gap: 20px;
}
.gap40 {
  gap: 40px;
}
.flex1 {
  flex: 1;
}

/* video */
#video {
  border: 1px solid;
  display: block;
  margin: 0 auto;
}
.demo_video .title {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* .customer ul {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
}
.customer li {
  margin-bottom: 30px;
  text-align: justify;
}
.customer li img {
  max-height: 40px;
  object-position: left;
}
.customer li .flex img {
  width: 30%;
  max-height: 50px;
  padding-bottom: 5px;
}
.customer h5 {
  font-size: 1.8rem;
  color: #B72020;
  margin-bottom: 8px;
  padding-left: 6px;
}
.customer li > h5 {
  width: 100%;
}
.customer h5 span {
  color: #000;
  font-size: 1.6rem;
  padding-top: 2px;
}
span.float_right {
  float: right;
}
.customer p {
  background: #e8ebf0;
  padding: 10px 18px;
  text-align: justify; 
  margin: 0;
} */

/* li.murata .flex img {
  width: 40%;
  max-height: inherit;
  margin-top: -5px;
} */


/* 特徴 */
.strength .strong_text {
  text-align: center;
}
.strength p {
  text-align: justify;
}
.strength ul {
  margin-top: 60px;
  justify-content: space-between;
}
.strength li {
  height: 100%;
  background: #e8ebf0;
  padding: 20px;
  position: relative;
}
.strength .red_number {
  border-radius: 50%;
  font-size: 3rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.strength h5 {
  font-size: 2.3rem;
  margin-top: 25px;
  margin-bottom: 15px;
}
.strength .list_div {
  background: #e8ebf0;
  padding: 20px;
  position: relative;
}
.strength .list_div p {
  /* text-align: center; */
  font-size: 3rem;
  font-weight: 900;
}
.strength .list_div .list_div__info {
  font-size: 1.6rem;
  font-weight: normal;
}
.strength button {
  margin-top: 40px;
}
.strength button p {
  text-align: center;
  margin-bottom: 0;
}
.strength .list_div p.price {
  font-size: 6rem;
  font-weight: 800;
  margin-top: -1%;
  margin-bottom: 0;
}
.strength .list_div p.price span {
  font-size: 3.5rem;
}
#text_center.list_div__info {
  font-size: 2.2rem;
  font-weight: 800;
}



/* .function .orange {
  border-radius: 6px;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  border: 2px solid #fff;
  margin-bottom: 40px;
}
.function .orange::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 25px;
  bottom: -15px;
  background: #F07F1D;
  z-index: -1;
  transform: rotate(45deg);
}
.function h5 {
  text-align: left;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  background: #e8ebf0;
  padding: 25px 25px 15px;
  justify-content: space-between;
}
.service_list li {
  width: 24%;
  height: 70px;
  background: #2e3156;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 10px;
  font-weight: bold;
}
.service_list li.blank {
  opacity: 0;
}
.service_list li img {
  width: 100px;
  height: 50%;
  margin-left: 10px;
}
.service_list li p {
  width: 85%;
  margin: 0 10px 0 0;
}
.function .strong_text {
  font-size: 2rem;
  margin-top: 10px;
} */

/* できること */
section.dx {
  width: 100%;
  max-width: 1104px;
  padding: 20px;
}
.dx__info {
  margin-top: 32px;
}
.dx__info p{
  font-size: 2.8rem;
  font-weight: 800;
}
.dx__info span {
  font-size: 4.2rem;
  padding: 0 5px;
}
.list_dx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_dx li,
.dx_flex li {
  padding-right: 1rem;
}
.list_dx li:nth-child(2){
  padding-right: 0;
}
.list_dx li img {
  min-width: 25px;
  max-height: 25px;
}
.dx_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dx_flex ul .flex {
  justify-content: left;
}
div.red_back.dx_flex:first-child,
div.orange_back.dx_flex:first-child {
  width: 472px;
}
.red_back.dx_flex:nth-last-child(-n+2),
.orange_back.dx_flex:nth-last-child(-n+2),
.blue_back {
  flex: 1;
}
.dx ul li {
  display: flex;
  text-align: left;
}
.dx ul li p {
  margin-top: 2px;
}
.dx__wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.dx .blue_back ul li:last-child {
  justify-content: end;
}
.dx__wrap p.small {
  color: #fff;
  text-align: right;
}
.dx__wrap, .dx__contents_min {
  align-items: stretch;
}
.dx__contents {
  padding: 2rem 3rem;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  width: 50%;
}
.dx__contents > p {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}



/* 運用イメージ */
.text_link {
  text-align: right;
  margin: auto;
  padding: 10px 20px;
  font-weight: bold;
}
.text_link:hover {
  text-decoration: underline;
}
#doutaikanri .more_link {
  margin-top: 20px;
}
.more_link {
  color: #B72020;
  border: 1px solid #B72020;
  border-radius: 7% / 50%;
  padding: 15px 25px;
  width: fit-content;
  margin-left: auto;
}
.more_link:hover {
  color: #fff;
  background-color: #B72020;
  font-weight: bold;
}
.more_link .fas {
  padding-right: 10px;
}
.unyo_image {
  width: 100%;
  margin: 100px 0;
}
.unyo_image p {
  text-align: justify;
}
.unyo_image h4 {
  font-size: 3rem;
  text-align: left;
}
.unyo_image h5 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  text-align: left;
  line-height: normal;
}
.unyo_image h6 {
  font-size: 2.1rem;
  margin-bottom: 30px;
  text-align: left;
}
.unyo_image .flex {
  align-items: inherit;
  justify-content: space-between;
}
.unyo_image .text_area {
  padding: 0 5px;
}

ul.unyo {
  display: flex;
  justify-content: space-evenly;
}
ul.unyo li {
  width: auto;
  padding: 5px;
}
ul.unyo li img {
  width: 100%;
  height: auto;
}
ul.unyo li p {
  font-size: 1.4rem;
  font-weight: bold;
  background: #B72020;
  color: #fff;
  margin: auto;
  margin-top: 5px;
  width: fit-content;
  border-radius: 30px;
  padding: 5px 15px 7px;
  line-height: normal;
}
.scroll_box {
  overflow-y: scroll;
  border: 1px solid #ddd;
}
.scroll_text {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  color: #fff;
  background: #aaa;
  opacity: .7;
  height: 30px;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.scroll_btn {
  width: 100px;
  margin: 150px 0;
}




.top_list {
  margin: 10px;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.top_list li {
  position: relative;
  border: 1px solid #1d1d1f;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 3%;
  transition: .2s;
}
.top_list li:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 2px solid #1d1d1f;
  border-right: 2px solid #1d1d1f;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.top_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.top_list li img {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_list li p {
  margin: 0;
}
.top_list li:hover {
  background: #b72020;
  color: #fff;
  border-color: #fff;
}
.top_list li:hover:after {
  border-color: #fff;
}
.top_list li:hover img {
  filter: invert(100%);
}

.icon_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  gap: 10px;
}
.icon_list li {
  /* margin: 3px 6px; */
  display: flex;
}
.unyo_image button.red.arrow {
  width: 80%;
  border: 2px solid #b72020;
}
.unyo_image button.red.arrow:hover {
  color: #b72020;
  background: #fff;
}
.unyo_image button.red.arrow:hover:after {
  border-color: #b72020;
}
.unyo_image button.red.arrow p {
  line-height: 1;
  margin: 20px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.unyo_image section {
  background-color: #fbfbfb;
  margin: 40px auto;
  padding: 60px 0;
}
.unyo_image section:nth-child(2n-1) {
  background-color: #f5f5f5;
}

.unyo2 img {
  background: #e8ebf0;
  border-radius: 5px;
  padding: 40px;
  margin: 20px 0;
  margin-bottom: 20px;
}

#anzenkanri ul.unyo p {
  margin-top: -20px;
}


/* #nippou .icon_list li {
  width: 105px;
  height: 105px;
} */

#tenko .green_box {
  background-color: #007474;
  color: #fff;
  font-weight: bold;
  padding: 0.9rem 1.2rem;
  width: fit-content;
  margin: 40px auto 0;
}
#tenko .title_tenko {
  font-size: 2rem;
  font-weight: bold;
  border-left: 6px solid #9d9d9d;
  padding-left: 10px;
  margin-top: 25px;
}
#tenko .it_tenko p {
  padding-left: 10px;
}

#format h5 {
  margin-top: 0;
  padding: 0;
}
#format .gray_back {
  padding: 20px 30px 30px;
  margin-bottom: 40px;
}
#format ul.flex {
  margin: 0;
  padding: 0;
}
#format ul.flex p {
  border-radius: 0;
  background: #000;
  margin: 0 0 10px 8px;
  font-size: 1.6rem;
  color: #fff;
  padding: 5px 10px 7px;
  width: fit-content;
  font-weight: bold;
}
#format .list_csv {
  display: flex;
  justify-content: center;
}
#format .list_csv li {
  font-weight: bold;
  background: #B72020;
  color: #fff;
  padding: 10px 20px 12px;
  margin: 0 10px;
}
#format .list_csv i {
  font-size: 1.4em;
  margin-right: 5px;
  transform: translateY(0.1em);
}
#format h5.center {
  text-align: center;
  margin: 10px 0;
}


#appli div.flex {
  margin-bottom: 60px;
}
#appli .exp_area {
  width: fit-content;
  font-weight: bold;
  margin: 20PX 0 10PX;
}
#appli .icon_text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
#appli .app_icon {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: -5px 10px 5px 50px; */
  margin: -8px 10px 8px 15px;
}
#appli .app_icon.etc {
  margin-left: 0;
  margin-bottom: 0;
}
#appli .text_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#appli .app_icon p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: -4px;
  text-shadow: 0px 0px 2px #aaa;
}
#appli .idou {
  color: #df0000;
}
#appli .nohin {
  color: #5F8ECA;
}
#appli .tumikomi {
  color: #78BD49;
}
#appli .kyukei {
  color: #FD9D57;
}
#appli .taiki {
  color: #A042F4;
}
#appli .app_icon img {
  height: 3em;
  width: fit-content;
}
/* #appli .icon_list li {
  min-width: 150px;
} */

#unkoukeikaku .gray_back {
  margin-bottom: 10px;
}

.list_icon {
  flex-wrap: wrap;
  margin: 50px 0 50px;
  justify-content: left !important;
}
.list_icon li {
  width: 20%;
  display: flex;
  margin-bottom: 10px;
  margin-right: 10px;
}





.question ul {
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
.question li {
  text-align: justify;
  margin-bottom: 30px;
}
.question h5 {
  font-size: 2rem;
  margin-bottom: 10px;
  background: #e8ebf0;
  padding: 8px 10px;
  text-align: justify;
  margin: 0;
}
.question p {
  padding: 10px;
}


.ryoukin {
  background: #000;
  color: #fff;
  font-size: 3.6rem;
  padding: 40px 0;
}
.ryoukin img {
  width: 50%;
  margin-top: 10px;
}
.ryoukin .gray_back {
  margin-bottom: 40px;
  padding: 40px;
}
.ryoukin .gray_back h4 {
  margin: 20px 0 0 0;
}
.ryoukin p.small {
  font-size: 1.6rem;
  text-align: center !important;
  color: #fff;
  margin: 0;
}
.ryoukin .flex {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}


.step .green_area {
  background: #e8eff0;
  padding: 40px 100px;
  margin-bottom: 40px;
}
.step .green_area h4 {
  color: #2C575B;
}
.step .green_area .flex {
  justify-content: space-between;
}
.step .green_area .img_div {
  width: 48%;
  text-align: right;
}
.unuse_list {
  margin-right: 17px;
  margin-top: 5px;
  color: #2c575b;
  font-weight: bold;
  transition: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 3px;
}
.unuse_list:hover {
  opacity: .3;
}


.about {
  margin-bottom: 100px;
}
.about img {
  width: 50%;
  margin-top: 20px;
}
.about img.logo {
  width: 300px;
}
.about .text_area {
  text-align: justify;
  width: 70%;
  margin: 50px auto;
}
.about p {
  margin-bottom: 20px;
}


.company {
  display: block;
}
.company table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.company tr {
  border-top: 1px solid #ccc;
  height: 55px;
}
.company tr:last-child {
  border-bottom: 1px solid #ccc;
}
.company th {
  padding: 0 100px;
}


.max_vw {
  width: 100%;
  margin: 100px 0;
}

p#notes {
  font-size: 2.4rem;
  margin-left: 220px;
}

.max_vw.soudan {
  background: #3298A2;
  /* color: #fff; */
  font-weight: bold;
  padding: 40px 0;
}
.max_vw.soudan .inner div {
  width: fit-content;
  margin: auto;
}
.max_vw.soudan .inner h4 {
  margin-bottom: 30px;
  color: yellow;
}
.max_vw.soudan .inner p {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
}
.max_vw.soudan button {
  width: 400px;
  margin: 0 20px;
  padding: 10px;
}
.max_vw.soudan .inner button p {
  margin: 0;
}
.max_vw.soudan button p:last-child {
  font-size: 2.4rem;
}

.download {
  width: 100%;
  background: #F0E9E1;
  margin-top: -100px;
  margin-bottom: 0;
  margin-left: 0;
}
.download .input,
#notice_freemail {
  display: none;
  color: #e60012;
  font-size: 15px;
  margin: 5px 5px 0 5px;
  line-height: 0.9;
}
#notice_5 {
  text-align: center;
  margin-top: 20px;
}
.download h4 {
  line-height: 1.6;
}
.download p {
  text-align: left;
}
.download table {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
  border-collapse: collapse;
  margin: 20px 0;
}
.download tr {
  border-bottom: 1px solid #ccc;
}
.download th {
  font-weight: normal;
  border-right: 1px solid #ccc;
  padding: 0 15px;
  width: 25%;
}
.download td,
.download th {
  padding: 15px;
}
.download input,
.download textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
  resize: none;
}
.download ul {
  white-space: nowrap;
  justify-content: initial;
  margin-left: 2px;
  flex-wrap: wrap;
  width: 90%;
  gap: 5px;
}
.download li {
  display: flex;
  margin-right: 20px;
}
.download li input {
  margin-right: 5px;
  width: 1em;
}
.download #text_count {
  text-align: right;
  margin-bottom: 0;
}
.download .submit_btn {
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  width: 200px;
  height: 50px;
  font-size: 18px;
}
.download #inputlength {
  margin-bottom: 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn {
  font-size: 20px;
  color: #333;
}
.close-btn::before {
  content: "";
  position: absolute;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}



.comp-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: .6s;
  display: none;
}
.comp-modal-inner {
  z-index: 999;
  position: sticky;
  background: #fff;
  width: 400px;
  height: auto;
  border-radius: 5px;
  padding: 40px;
}
#list-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #2c575b;
}
.overlay {
  cursor: default;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.8);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50vw, -50vh);
}
#list-disp h4 {
  font-size: 2rem;
  color: #2c575b;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

ul.unuse {
  text-align: left;
  list-style: inside;
  padding-left: 5px;
}
ul.unuse li {
  margin-bottom: 10px;
}
ul.unuse li::marker {
  color: #2c575b;
}


footer {
  background: #eee;
  padding: 3rem 0 1.5rem;
  margin-top: 20px;
}
footer .inner {
  text-align: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer img {
  width: 200px;
}
.address_item {
  /* float: right; */
  text-align: left;
  margin-top: -10px;
}
footer a {
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin: 0 8px;
}
footer a:hover {
  opacity: .6;
}
footer .gaiyou {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
footer .media {
  background: #000;
  border-radius: 5px;
  border: 2px solid #000;
  transition: .5s;
  margin: 8px 20px;
}
footer .media a {
  background-image: url(https://app-logi.co.jp/images/icon_media.svg);
  background-size: contain;
  height: 20px;
  width: 150px;
  margin: 5px 8px;
}
footer .media:hover {
  background: #fff;
}
footer .media:hover a {
  background-image: url(https://app-logi.co.jp/images/icon_media_h.svg);
  opacity: 1;
}
/* .company {
  font-weight: bold;
} */