@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "hiraminpro";
  src: url("../fonts/hiraminpro-w3.otf") format("truetype");
}
body {
  color: #000;
  font-size: 14px;
  font-family: "ヒラギノ", Hiragino, "Hiragino", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, select, button, textarea {
  font-family: "Hiragino", sans-serif;
}

.wrapper {
  overflow: hidden;
}

p, th, td, dt, dd, li {
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.pc {
  display: block;
}

.sm {
  display: none;
}

.header {
  display: flex;
  height: 100vh;
  background: url(../images/mv.jpg) center bottom / cover no-repeat;
  align-items: center;
  justify-content: center;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.header .logo img {
  /*height: 280px;*/
  height: 261px;
}
.header .banner {
  position: relative;
  text-align: center;
  transform: translateY(-10%);
  z-index: 1;
}
.header .banner-txtLarge {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.header .banner-txtSmall {
  display: block;
  font-size: 22px;
  margin-top: 22px;
  font-weight: bold;
  color: #fff;
}

.sec01 {
  padding: 80px 0 87px;
  text-align: center;
}
.sec01-title {
  border-bottom: 1px dashed #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sec01-title .ttLarge {
  font-size: 32px;
  font-family: hiraminpro, sans-serif;
  letter-spacing: 1px;
}
.sec01-title .ttSmall {
  color: #ce254b;
  font-size: 28px;
  margin: 40px 0 0;
}
.sec01-title .ttSmall .icon {
  width: 135px;
  display: inline-block;
  margin-bottom: 5px;
}
.sec01-txt {
  line-height: 2;
}
.sec01-list {
  margin: 50px 0 0;
  background: #f8f8f8;
  border: 1px solid #ce254b;
  border-radius: 10px;
  padding: 30px 40px 37px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sec01-list-items {
  width: 50%;
}
.sec01-list-items .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 26px;
}
.sec01-list-items .item .icon {
  margin-right: 20px;
  width: 19px;
}
.sec01-list-items .item:last-child {
  margin-bottom: 0;
}

.sec-contact-bg {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  padding: 60px 0 32px;
}
.sec-contact-bg:before, .sec-contact-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 1px;
  width: 100%;
  background: #000;
}
.sec-contact-bg:after {
  top: auto;
  bottom: 4px;
}
.sec-contact-tt {
  position: absolute;
  left: 0;
  top: -32px;
  text-align: center;
  width: 100%;
}
.sec-contact-tt .tt {
  padding: 18px 0;
  border-radius: 10px;
  border: 5px solid #fff;
  background-image: linear-gradient(to top, #111111, #252525, #39393a, #4e4f4f, #656666);
  display: inline-block;
  font-size: 22px;
  color: #fff;
  position: relative;
  line-height: 1;
  min-width: 410px;
}
.sec-contact-tt .tt:before {
  content: "";
  left: -5px;
  top: -5px;
  border: 1px solid #000;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 10px;
  position: absolute;
}
.sec-contact-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
}
.sec-contact-content-tel, .sec-contact-content-btn {
  width: 50%;
  padding: 0 50px;
  text-align: center;
}
.sec-contact-content-tel .txt, .sec-contact-content-btn .txt {
  display: inline-block;
  margin-bottom: 10px;
}
.sec-contact-content-tel a {
  display: inline-block;
  margin-top: 5px;
}
.sec-contact-content-tel img {
  max-width: 100%;
}
.sec-contact-content-btn .btn {
  width: 340px;
  display: inline-block;
  font-size: 20px;
  background: url("../images/bg_contact.png") repeat-x;
  background-size: contain;
  color: #fff;
  padding: 20px 0;
  border-radius: 10px;
  position: relative;
  line-height: 1;
}

.sec02 {
  background: #f6f6f6;
  margin: 90px 0 0;
  padding: 0 0 40px;
}
.sec02-tt {
  background: url("../images/bg_tt.png") repeat-x;
  background-size: contain;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 23px 0;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 3px;
}
.sec02-content01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 55px 0 62px;
}
.sec02-content01 .img {
  width: calc(50% - 65px);
  margin-right: 40px;
}
.sec02-content01-txt {
  margin-top: 72px;
}
.sec02-content01-txt .tt {
  font-size: 18px;
  margin-bottom: 20px;
}
.sec02-content02-list {
  margin: 56px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec02-content02-list .item {
  width: calc(33% - 25px);
  box-shadow: 5px 5px 1px #000;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.sec02-content02-list .item-tt {
  color: #c92245;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  min-height: 90px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.sec02-content02-list .item-txt {
  padding: 15px 20px 20px;
}
.sec02-content02-list .item-txt .img {
  margin: 0 37px 9px;
}
.sec02-content02-list .item-txt .img img {
  max-width: 100%;
}
.sec02-content02-list .item-txt p {
  line-height: 2;
  letter-spacing: -0.01em;
}

.green-title {
  padding: 17px 0;
  border-radius: 10px;
  border: 5px solid #fff;
  background-image: linear-gradient(to top, #272828, #2d2e2e, #323334, #39393a, #3f3f40);
  display: inline-block;
  font-size: 24px;
  color: #fff;
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}
.green-title:before {
  content: "";
  left: -5px;
  top: -5px;
  border: 1px solid #000;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 10px;
  position: absolute;
}

.sec03 {
  padding: 87px 0 95px;
}
.sec03-tt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 56px;
  font-weight: bold;
}
.sec03-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec03-list .item {
  width: calc(33% - 20px);
  border: 1px solid #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 3px 20px;
  margin-bottom: 26px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.sec03-list .item-map {
  max-height: 45px;
  margin-right: 30px;
  width: 45px;
  object-fit: contain;
}
.sec03-list .item-txt {
  white-space: nowrap;
}
.sec03-list .item-red {
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: #aa2019;
  font-size: 12px;
  min-width: 70px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding-top: 4px;
}
.sec03-list .item-red:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 0.5px solid #fff;
}

.sec04 {
  background: #f6f6f6;
  padding: 61px 0 45px;
  margin: 110px 0 0;
}
.sec04-list {
  margin: 45px 0;
  background: #fff;
  padding: 60px 90px 10px;
}
.sec04-list .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin-bottom: 83px;
  border-bottom: 2px solid #000;
  position: relative;
}
.sec04-list .item:after {
  border-top: 25px solid #000;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -25px;
}
.sec04-list .item:last-child:after {
  content: none;
}
.sec04-list .item-number {
  width: 110px;
  min-width: 110px;
  height: 104px;
  background: #000;
  color: #fff;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 35px;
}
.sec04-list .item-number .num {
  font-size: 36px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: -20px;
}
.sec04-list .item-text {
  padding-top: 13px;
}
.sec04-list .item-text .tt {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
}
.sec04-list .item-text .txt {
  font-size: 15px;
}

.sec-form {
  padding: 73px 0 16px;
}
.sec-form-tt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: bold;
}
.sec-form-txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 1.7;
}
.sec-form-txt .md {
  display: inline-block;
}
.sec-form .form-style {
  width: 100%;
}
.sec-form .form-style .form-control {
  min-height: 40px;
  border: 1px solid #000;
  width: 100%;
  padding: 10px;
}
.sec-form .form-style .form-control.textarea {
  min-height: 165px;
}
.sec-form .form-style .form-control.w500 {
  width: 420px;
}
.sec-form .form-style .form-control:focus {
  outline: none;
}
.sec-form .form-style tr {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888;
}
.sec-form .form-style td {
  padding: 15px 0;
  font-size: 15px;
}
.sec-form .form-style th {
  padding: 24px 0;
  padding-right: 100px;
  color: #000;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: top;
  position: relative;
}
.sec-form .form-style th .hissu {
  height: 20px;
  position: absolute;
  right: 30px;
  top: 25px;
  background: #ce254b;
  font-size: 12px;
  min-width: 50px;
  text-align: center;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-form .form-style-checks {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.sec-form .form-style-checks .item {
  width: 33%;
}
.sec-form .form-style-checks .item.item-other {
  margin: 20px 0;
  width: 100%;
}
.sec-form .form-style-checks .item.item-other .form-control {
  position: relative;
  opacity: 1;
  width: 420px;
  margin-left: 15px;
}
.sec-form .form-style-checks .item.item-other .item-label .checkmark {
  top: 50%;
  margin-top: -8px;
}
.sec-form .form-style-error {
  color: red;
  margin-top: 10px;
}
.sec-form .form-style .item-label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.sec-form .form-style .item-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sec-form .form-style .item-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #000;
}
.sec-form .form-style .item-label input:checked ~ .checkmark {
  border: 1px solid #000;
}
.sec-form .form-style .item-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sec-form .form-style .item-label input:checked ~ .checkmark:after {
  display: block;
}
.sec-form .form-style .item-label .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sec-form .form-style .textprivacy-box {
  margin-top: 30px;
  border: 1px solid #bebebe;
  padding: 10px;
}
.sec-form .form-style .textprivacy-box-text {
  overflow: auto;
  max-height: 300px;
}
.sec-form .form-style .textprivacy-box-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.sec-form .form-style .textprivacy-box-text::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.sec-form .form-style .textprivacy-box-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #d6d6d6;
}
.sec-form .form-style .textprivacy-box h3 {
  margin-bottom: 20px;
}
.sec-form .form-style .textprivacy-box p, .sec-form .form-style .textprivacy-box li {
  margin-bottom: 30px;
}
.sec-form .btn-submit {
  min-width: 340px;
  font-size: 20px;
  background: url("../images/bg_contact.png") repeat-x;
  background-size: contain;
  color: #fff;
  padding: 20px 0;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  border: none;
  margin: 50px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-form .btn-submit:focus {
  outline: none;
}
.sec-form .btn-submit:hover {
  opacity: 0.7;
}
.sec-form .text-underline {
  border-bottom: 1px solid #000;
}
.sec-form-buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}

.footer {
  background: url("../images/f_bg.jpg") no-repeat center bottom;
  background-size: cover;
  text-align: center;
  padding-top: 40px;
}
.footer-tel img {
  display: inline-block;
  height: 38px;
}
.footer-logo {
  margin: 30px 0 115px;
}
.footer-logo img {
  display: inline-block;
  height: 75px;
}
.footer-address {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.footer-address a {
  color: #fff;
}
.footer-copyright {
  background: rgba(199, 30, 62, 0.8);
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  margin-top: 97px;
}

@media screen and (max-width: 848px) {
  .header .banner-txtLarge {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sm {
    display: block;
  }

  .container {
    max-width: 100%;
    width: 100%;
  }

  .header {
    background: url("../images/mv_sp.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative;
  }
  .header .logo img {
    height: 149px;
  }
  .header .banner-txtLarge {
    font-size: 27px;
    letter-spacing: 0;
  }
  .header .banner-txtSmall {
    font-size: 15px;
    margin-top: 50px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .header .banner-buttons {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 222;
  }
  .header .banner-buttons .btn {
    width: 50%;
    position: relative;
  }
  .header .banner-buttons .btn:before {
    content: "";
    left: -2px;
    top: -2px;
    background: #000;
    width: 101%;
    height: 100%;
    border-radius: 10px 0 0 0;
    position: absolute;
  }
  .header .banner-buttons .btn.bg-green {
    margin-left: 2px;
  }
  .header .banner-buttons .btn.bg-green a {
    border-radius: 10px 0 0 0;
    background-image: linear-gradient(to top, #1a201e, #2d312f, #404442, #555755, #6a6b6a);
  }
  .header .banner-buttons .btn.bg-pink {
    margin-right: 2px;
  }
  .header .banner-buttons .btn.bg-pink a {
    border-radius: 0 10px 0 0;
    background-image: linear-gradient(to top, #c1173e, #d01c46, #e0224e, #ef2756, #ff2c5f);
    border-left: none;
  }
  .header .banner-buttons .btn.bg-pink:before {
    content: "";
    left: auto;
    right: -2px;
    background: #d92c52;
    border-radius: 0 10px 0 0;
  }
  .header .banner-buttons .btn a {
    padding: 25px 0;
    display: inline-block;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 2;
    border-bottom: none;
  }

  .sec01 {
    padding: 35px 15px;
    text-align: center;
  }
  .sec01-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec01-title .ttLarge {
    font-size: 18px;
  }
  .sec01-title .ttSmall {
    font-size: 24px;
    margin: 20px 0 0;
  }
  .sec01-title .ttSmall .icon {
    width: 120px;
  }
  .sec01-txt {
    line-height: 2;
    font-size: 12px;
  }
  .sec01-list {
    margin: 40px 0;
    padding: 20px 20px 10px;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec01-list-items {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec01-list-items .item {
    font-size: 13px;
    margin-bottom: 15px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .sec-contact {
    margin: 15px;
  }
  .sec-contact-bg {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
    padding: 50px 0 30px;
  }
  .sec-contact-tt {
    top: -30px;
  }
  .sec-contact-tt .tt {
    padding: 15px 0;
    font-size: 17px;
    min-width: 85%;
    letter-spacing: 0;
  }
  .sec-contact-content {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-contact-content-tel, .sec-contact-content-btn {
    width: 100%;
    padding: 0;
  }
  .sec-contact-content-tel a {
    display: inline-block;
    margin-top: 5px;
  }
  .sec-contact-content-tel img {
    max-width: 100%;
  }
  .sec-contact-content-btn {
    margin-top: 30px;
  }
  .sec-contact-content-btn .btn {
    width: 100%;
  }

  .sec02 {
    background: #f2f7fa;
    margin: 50px 0 0;
    padding: 0 0 10px;
  }
  .sec02-tt {
    font-size: 20px;
    padding: 20px 0;
  }
  .sec02-content01 {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 15px;
  }
  .sec02-content01 .img {
    width: 100%;
    margin-right: 0;
    height: 100%;
  }
  .sec02-content01-txt {
    margin-top: 20px;
    font-size: 12px;
  }
  .sec02-content01-txt .tt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sec02-content02 {
    margin: 15px;
  }
  .sec02-content02-list {
    margin: 30px 0;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec02-content02-list .item {
    width: 100%;
    box-shadow: none;
    margin-bottom: 30px;
  }
  .sec02-content02-list .item-tt {
    font-size: 16px;
    min-height: 80px;
  }
  .sec02-content02-list .item-txt .img {
    margin: 0 50px 9px;
    text-align: center;
  }
  .sec02-content02-list .item-txt .img img {
    display: inline-block;
  }
  .sec02-content02-list .item-txt p {
    font-size: 12px;
    letter-spacing: -0.04em;
  }

  .green-title {
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
    position: relative;
  }

  .sec03 {
    padding: 65px 15px;
  }
  .sec03-tt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec03-list .item {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .sec03-list .item-map {
    max-height: 45px;
    margin-right: 30px;
    width: 45px;
    object-fit: contain;
  }
  .sec03-list .item-txt {
    white-space: nowrap;
  }
  .sec03-list .item-red {
    height: 25px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    margin-top: -11px;
  }

  .sec04 {
    background: #f2f7fa;
    padding: 50px 15px;
    margin: 60px 0 0;
  }
  .sec04-list {
    margin: 30px 0 0;
    padding: 30px 0;
  }
  .sec04-list .item {
    margin-bottom: 50px;
  }
  .sec04-list .item:last-child {
    margin-bottom: 0;
  }
  .sec04-list .item:after {
    border-top: 20px solid #000;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    margin-left: -25px;
    bottom: -20px;
  }
  .sec04-list .item.item02 .item-text {
    margin-top: 10px;
  }
  .sec04-list .item.item02 .item-text .txt {
    letter-spacing: -0.07em;
  }
  .sec04-list .item-number {
    width: 75px;
    min-width: 75px;
    height: 75px;
    font-size: 11px;
    margin-right: 15px;
  }
  .sec04-list .item-number .num {
    font-size: 25px;
    margin-top: -10px;
  }
  .sec04-list .item-text {
    padding-top: 0;
  }
  .sec04-list .item-text .tt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec04-list .item-text .txt {
    font-size: 12px;
    letter-spacing: -0.05em;
    line-height: 1.8;
  }

  .sec-form {
    padding: 50px 15px;
  }
  .sec-form-tt {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
  .sec-form-txt {
    font-size: 12px;
  }
  .sec-form-txt .md {
    display: none;
  }
  .sec-form-buttons {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-form-buttons .btn-submit {
    width: 100%;
    margin: 20px 0;
  }
  .sec-form .form-style , .sec-form .form-style tbody{
    width: 100%;
    display: block;
  }
  .sec-form .form-style .form-control {
    min-height: 35px;
  }
  .sec-form .form-style .form-control.textarea {
    min-height: 100px;
  }
  .sec-form .form-style .form-control.w500 {
    width: 100%;
  }
  .sec-form .form-style .form-control:focus {
    outline: none;
  }
  .sec-form .form-style tr {
    border-bottom: none;
    border-top: none;
    display: block;
  }
  .sec-form .form-style td {
    padding: 20px 0 10px;
    font-size: 12px;
    display: block;
    width: 100%;
  }
  .sec-form .form-style th {
    padding: 10px 0;
    font-size: 12px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #888888;
  }
  .sec-form .form-style th .hissu {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 20px;
  }
  .sec-form .form-style-checks {
    display: block;
  }
  .sec-form .form-style-checks .item {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .sec-form .form-style-checks .item.item-other {
    margin: 10px 0;
  }
  .sec-form .form-style-checks .item.item-other .form-control {
    position: relative;
    opacity: 1;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 10px;
  }
  .sec-form .form-style-checks .item.item-other .item-label .checkmark {
    top: 0;
    margin-top: 0;
  }
  .sec-form .form-style-checks .item.width_full {
    width: 100%;
  }
  .sec-form .form-style-checks .item:last-child {
    margin-bottom: 0;
  }
  .sec-form .form-style .item-label .checkmark {
    top: -1px;
  }
  .sec-form .btn-submit {
    min-width: 100%;
    font-size: 20px;
  }

  .footer-address {
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 12px;
  }
}