@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content {
  margin: 120px 15.62% 0;
}
@media (max-width: 599px) {
  .content {
    margin: 120px 40px 0;
  }
}
.content ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .content ul li {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .content ul li {
    margin-bottom: 60px;
  }
}
.content ul li img {
  width: 54.16%;
}
@media (max-width: 1024px) {
  .content ul li img {
    width: 100%;
    order: 1;
  }
}
.content ul li .text {
  margin-top: 60px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .content ul li .text {
    margin-top: 20px;
    margin-left: 0;
    order: 2;
  }
}
.content ul li .text h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #3f3f3f;
}
@media (max-width: 1024px) {
  .content ul li .text h2 {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .content ul li .text h2 {
    font-size: 1.8rem;
  }
}
.content ul li .text p {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .content ul li .text p {
    margin-top: 10px;
  }
}
@media (max-width: 599px) {
  .content ul li .text p {
    font-size: 1.2rem;
  }
}
.content ul li .text a {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #6eb92c;
  border-bottom: 1px solid #6eb92c;
  padding-bottom: 2px;
}
.content ul li:nth-child(2n) .text {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .content ul li:nth-child(2n) .text {
    margin-right: 0;
  }
}
.content ul li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style_business.css.map */