@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 21.87% 0;
}
@media (max-width: 1024px) {
  .content {
    margin: 120px 15.62% 0;
  }
}
@media (max-width: 599px) {
  .content {
    margin: 120px 40px 0;
  }
}
.content .block {
  margin-bottom: 30px;
}
.content .block .item {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 4px;
}
.content .block .item span {
  color: #ff0000;
}
.content .block .text {
  text-indent: 1em;
  box-sizing: border-box;
  width: 100%;
  padding: none;
  line-height: 40px;
  border: 1px solid #121212;
}
.content .block .textarea {
  text-indent: 1em;
  width: 100%;
  height: 240px;
  border: 1px solid #121212;
}
.content .block .policy_check {
  margin: 0;
}
.content .block label input {
  vertical-align: -0.1em;
}
.content .block label span {
  font-size: 1.2rem;
  margin-left: 4px;
}
.content .block .policy {
  display: inline-block;
  color: #203fb4;
  border-bottom: 1px solid #203fb4;
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-size: 1.2rem;
}
.content .button_item {
  text-align: center;
}
.content .button_item button {
  cursor: pointer;
  width: 60%;
  line-height: 3.6em;
  border: none;
  background-color: #5e5e5e;
  color: #ffffff;
}

.maintext {
  margin-bottom: 30px;
}
.maintext p {
  font-size: 1.4rem;
  line-height: 1.5em;
}

.block {
  margin-bottom: 30px;
}
.block h2 {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
}
.block p {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.block p span {
  display: block;
  font-size: 1.1rem;
}/*# sourceMappingURL=style_contact.css.map */