html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  color: #4D4E4C;
}

.u_inner {
  width: 152rem;
  margin: 0 auto;
  max-width: 100%;
}

.u_inner i {
  font-style: normal;
}

@media screen and (min-width: 768px) and (max-width: 1560px) {
  html {
    font-size: calc(100vw * 10 / 1560);
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

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

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

  .u_inner {
    width: auto;
    margin: 0 2rem;
  }

  .u_inner.b {
    margin: 0;
  }
}

#footer2 {
  text-align: center;
  background: #DDDFE6;
  padding: 5rem 0;
}

.f_logo img {
  width: 32rem;
  margin-bottom: 10px;
}

.f_copy {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.top_main {
  position: relative;
  overflow: hidden;
  margin-bottom: 9.5rem;
  font-size: 1rem;
}

.top_main img {
  width: 100%;
}

.top_main .box p {
  margin-top: 2.3em;
  font-size: 1.9em;
  line-height: 2.11;
}

.logo.u_visible_pc {
  position: absolute;
  top: 8.9em;
  left: 5.5em;
}

.logo.u_visible_pc img {
  width: 35.6em;
  filter: drop-shadow(1px 1px 1px #999);
}

@media screen and (min-width: 768px) {
  .top_main .box {
    position: absolute;
    bottom: 8.9em;
    left: calc(50% + 5.5em);
    width: 60.6rem;
    color: #fff;
  }

  .top_main .box h2.c_ttl {
    padding-bottom: 0;
  }

  .top_main .box h2.c_ttl:before {
    display: none;
  }

  .top_main .box img {
    width: 35.6em;
  }
}

@media screen and (max-width: 767px) {
  .top_main .box {
    margin: -2rem 2rem 0;
  }

  .top_main .box img {
    position: absolute;
    top: 38vw;
    width: 45%;
    right: 8%;
  }

  .top_main .box p {
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .top_main .slide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 192rem;
  }
}

.c_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: .38em;
  position: relative;
  margin-bottom: 4.5rem;
  padding-bottom: .7em;
  font-feature-settings: "palt";
}

.c_ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.7em;
  border-bottom: solid 1px #000;
  bottom: 0;
}

.c_ttl em {
  font-size: 1.55em;
  font-weight: inherit;
  line-height: 1;
}

.c_ttl small {
  font-size: .5em;
  letter-spacing: .14em;
  display: block;
  margin-top: .3em;
}

.top_concept {
  text-align: center;
  margin-bottom: 10rem;
}

.top_concept p {
  line-height: 1.5;
}

.top_concept p+p {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_concept p {
    text-align: left;
  }
}

.top_reason {
  text-align: center;
  margin-bottom: 10rem;
}

.top_reason ul {
  margin-top: -2rem;
}

.top_reason li {
  vertical-align: top;
  margin: 13rem 2rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_reason li {
    display: inline-block;
    width: 34rem;
  }
}

.top_reason li i {
  position: absolute;
  top: -.8em;
  left: 0;
  font-size: 8.5rem;
  color: #B4BAC9;
  line-height: 1;
  font-weight: 500;
}

.top_reason li i:before {
  content: '';
  position: absolute;
  border-left: solid .6rem #B4BAC9;
  height: .8em;
  transform: rotate(45deg);
  bottom: -.5em;
  left: .6em;
}

.top_reason li p {
  font-size: 2.4rem;
  letter-spacing: .09em;
  font-weight: bold;
  margin-top: 1em;
  line-height: 2;
}

.top_reason li p em {
  color: #AC796A;
  font-weight: inherit;
  font-size: 1.25em;
}

@media screen and (max-width: 767px) {
  .top_reason li+li {
    margin-top: 6.5rem;
  }

  .top_reason li i {
    font-size: 4.25rem;
  }

  .top_reason li img {
    width: 20rem;
  }
}

.c_btn a {
  display: inline-block;
  font-size: 1.8rem;
  background: #AC796A;
  color: #fff;
  width: 24rem;
  padding: .5em 0;
  text-align: center;
  font-weight: bold;
  /* position: relative; */
  /* z-index: 100; */
}

.c_btn.bousai a {
  float: left;
  margin: 0 1em 1em 0;
}

@media screen and (max-width: 660px) {
  .c_btn.bousai a {
    margin: 0 1% 1em 0;
    width: 48%;
    font-size: 1.4rem;
  }
}

.top_member {
  margin-bottom: 14rem;
  background: #FAFAFA;
  /* Dots */
}

.top_member .logo {
  margin-bottom: 4.5rem;
}

.top_member p {
  font-size: 1.8rem;
  line-height: 1.88;
  text-align: justify;
}

.top_member .c_btn {
  margin: 7rem 0 6rem;
}

.top_member .tag {
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 1.8rem;
  display: none;
}

.top_member .tag>* {
  display: inline-block;
  vertical-align: top;
}

.top_member .tag .a {
  background: #B4BAC9;
  color: #fff;
  font-size: .66em;
  padding: .5em 1.5em .8em;
}

.top_member .tag .b {
  padding: .1em .5em;
}

.top_member .modal {
  position: fixed;
  background: rgba(51, 51, 51, 0.4);
  z-index: 66;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
}

.top_member .modal .close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}

.top_member .modal .wrap {
  width: 93.6rem;
  margin: 0 auto;
  background: #fff;
  padding: 6rem;
  height: calc(100% - 4rem);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow-y: auto;
  text-align: center;
}

.top_member .modal ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_member .modal ul>* {
  margin-left: 2.3%;
  width: 48.85%;
}

.top_member .modal ul>*:nth-child(2n + 1) {
  margin-left: 0;
}

.top_member .modal li {
  margin-top: 2rem;
}

.top_member .modal .after {
  color: #AC796A;
  font-weight: bold;
  margin-top: 2.5em;
}

.top_member .modal dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #AC796A;
  margin: 2em 0 1.5em;
}

.top_member .modal dd {
  font-size: 1.6rem;
}

.top_member .item {
  width: 26.5rem;
  padding: 6.5rem 0 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_member .item {
    width: 25rem;
  }
}

.top_member .item img {
  width: 17.7rem;
  display: block;
  margin: 0 auto;
  transition: .5s;
  transform-origin: bottom center;
}

.top_member .item a {
  display: block;
  /*pointer-events: none;*/
}

.top_member .slick-current img {
  transform: scale(1.6);
}

.top_member .slick-current .tag {
  display: block;
}

.top_member .slick-current a {
  pointer-events: auto;
}

.top_member .row {
  position: relative;
}

.top_member .box {
  display: none;
}

.top_member .box.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .top_member .img {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_member .slide {
    position: absolute;
    width: 58.4rem;
    z-index: 1;
    right: 0;
    bottom: 8rem;
  }

  .top_member .img {
    width: 74.8rem;
  }

  .top_member .desc {
    position: absolute;
    left: 83.6rem;
    top: 28rem;
    width: 58.4rem;
  }

  .top_member .c_ttl {
    text-align: left;
    width: 58.4rem;
    position: absolute;
    right: 0;
    top: 11rem;
  }

  .top_member .c_ttl:before {
    left: 0;
    transform: translate(0, 0);
  }
}

.top_member .slick-prev,
.top_member .slick-next {
  position: absolute;
  z-index: 2;
  height: 1.4rem;
  width: 9.2rem;
  bottom: 0;
  border: none;
  color: transparent;
  cursor: pointer;
}

.top_member .slick-prev:active,
.top_member .slick-prev:focus,
.top_member .slick-next:active,
.top_member .slick-next:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .top_member .slick-prev,
  .top_member .slick-next {
    width: 7rem;
  }
}

.top_member .slick-prev {
  background: url(../img/index2/ico_arrow01.svg) no-repeat left top/contain;
  left: 0;
}

.top_member .slick-next {
  background: url(../img/index2/ico_arrow02.svg) no-repeat right top/contain;
  right: 0;
}

.top_member .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6rem;
}

.top_member .slick-dots li {
  display: inline-block;
  margin: 0 .2rem;
}

.top_member .slick-dots li.slick-active button:after {
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  background: #B4BAC9;
}

.top_member .slick-dots button {
  border: none;
  cursor: pointer;
  color: transparent;
  position: relative;
  background: none;
  width: 2rem;
  height: 2rem;
}

.top_member .slick-dots button:active,
.top_member .slick-dots button:focus {
  outline: 0;
}

.top_member .slick-dots button:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #707070;
}

.fixed_side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  z-index: 30;
}

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

.fixed_side li {
  display: block;
  margin: 2rem 0;
}

.fixed_side a {
  color: #AC796A;
  font-weight: bold;
  background: #fff;
  width: 3em;
  display: block;
  padding: 1.5em 1em;
  border-radius: .5rem 0 0 .5rem;
}

.top_notice {
  background: url(../img/index2/notice_bg.svg) repeat-x center bottom/192rem;
  padding-bottom: 18rem;
}

.top_notice .icon {
  position: absolute;
  left: calc(50% - 55rem);
  top: -7.5rem;
}

.top_notice ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.top_notice ul>* {
  margin-left: 3%;
  width: 31.33333%;
}

.top_notice ul>*:nth-child(3n + 1) {
  margin-left: 0;
}

.top_notice li {
  margin-bottom: 3%;
}

.top_notice li a {
  display: block;
  /* padding-top: 100%; */
  height: 100%;
  /* background: no-repeat 50% / cover; */
}

.top_notice li a img {
  height: 100%;
  object-fit: cover;
}

.top_notice ul li .like {
  display: none;
}

@media screen and (min-width: 768px) {
  .top_notice ul {
    width: 58rem;
    margin-left: auto;
  }

  .top_notice .u_inner {
    width: 95rem;
    margin: 0 auto;
    position: relative;
  }

  .top_notice .c_ttl {
    position: absolute;
    left: 0;
    top: 4rem;
  }
}

.top_merit {
  background: #FAFAFA;
  padding: 10rem 0 9.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_merit li {
    margin-top: 11rem;
  }

  .top_merit dl {
    margin-left: 5rem;
    margin-bottom: 3rem;
  }
}

.top_merit dt {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: .5em;
  text-align: justify;
}

.top_merit dd {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .top_merit dt {
    font-size: 3.4rem;
  }
}

.top_merit dt i {
  position: absolute;
  top: -1.5em;
  left: -1em;
  font-size: 5rem;
  color: #AC796A;
  line-height: 1;
  font-weight: 500;
}

.top_merit dt i:before {
  content: '';
  position: absolute;
  border-left: solid .4rem #4D4E4C;
  height: .8em;
  transform: rotate(45deg);
  bottom: -.5em;
  left: .6em;
}

.top_merit dd p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 3.5rem;
}

.top_merit li {
  position: relative;
}

.top_merit .icon {
  position: absolute;
  font-size: 1rem;
}

.top_merit .icon.a {
  width: 57.5em;
  left: calc(50% - 99rem);
  bottom: 15rem;
}

.top_merit .icon.b {
  width: 42.2em;
  right: calc(50% - 90rem);
  bottom: 8.5rem;
}

.top_merit .icon.c {
  width: 43.6em;
  left: calc(50% - 96rem);
  bottom: 8rem;
}

.top_merit .icon.d {
  width: 47.9em;
  left: calc(50% - 89rem);
  bottom: 3rem;
}

.top_merit dl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_merit dl {
    padding-left: 10rem;
    padding-right: 6rem;
  }

  .top_merit li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .top_merit li>* {
    width: 50%;
  }

  .top_merit li:nth-child(even) {
    flex-flow: row-reverse;
  }
}

.form {
  overflow: hidden;
}

.form .tab {
  text-align: center;
  display: -webkit-box;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.form .tab li {
  margin: 0 .5rem;
}

@media screen and (min-width: 768px) {
  .form .tab li {
    margin: 0 2rem;
  }
}

.form .tab a {
  background: rgba(221, 223, 230, 0.26);
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .2em;
  width: 11.9em;
  display: block;
  padding: .5em 0;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .form .tab a {
    font-size: 1.8rem;
    width: 7em;
  }
}

.form .tab a.active {
  background: #DDDFE6;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .form .tab a.active {
    font-size: 2rem;
  }
}

.form .bg {
  background: #DDDFE6;
  padding: 9.5rem 0;
}

@media screen and (max-width: 767px) {
  .form .bg {
    padding: 6rem 0;
  }
}

.form .maker {
  display: none;
}

.form form.consu .maker,
.form form.reserve .maker {
  display: block;
}

.form .date {
  display: none;
}

.form form.consu .cat {
  display: none;
}

.form form.reserve .cat {
  display: none;
}

.form form.reserve .date {
  display: block;
}

.form.confirm .tab a {
  pointer-events: none;
}

.form.confirm dt {
  padding-left: 0;
  padding-top: 0;
}

.form.confirm dt em {
  display: none;
}

.form.confirm .note,
.form.confirm .policy {
  display: none;
}

.form.confirm dd.date dt {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .form.confirm dd.date dt {
    margin-top: -3.5rem;
  }
}

.form.confirm dd.check label {
  display: block;
  width: auto;
  margin-bottom: 0;
}

.form.confirm dd.check label img {
  display: none;
}

.form.confirm dd.check label input {
  display: none;
}

.form.confirm dd.check label i {
  display: none;
}

.form.confirm dd.check label input:checked {
  display: inline;
}

.form.confirm dd.check label input:checked+i {
  display: inline;
}

.form.confirm dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form.confirm dd input[type="text"],
.form.confirm dd input[type="email"],
.form.confirm dd input[type="tel"],
.form.confirm dd textarea,
.form.confirm dd select {
  background: none;
  padding: 0;
}

.form.confirm dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #DDDFE6 inset;
}

.form.confirm dd select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #DDDFE6 inset;
}

@media screen and (min-width: 768px) {
  .form form {
    padding: 0 10rem;
  }
}

.form dt {
  position: relative;
  padding-top: .5em;
  padding-left: 6em;
}

@media screen and (min-width: 768px) {
  .form dt {
    padding-left: 7em;
    position: absolute;
  }

  .form dt.cat {
    position: relative;
    margin-bottom: 2rem;
  }
}

.form dt em {
  background: #AC796A;
  color: #fff;
  font-size: 1.8rem;
  padding: .2em 1.5em;
  font-weight: bold;
  letter-spacing: .2em;
  position: absolute;
  left: 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .form dt {
    margin: 0 0 1em;
  }
}

.form dd {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .form dd {
    margin-left: 37rem;
  }

  .form dd.cat {
    margin-left: 0;
  }
}

.form dd input[type="text"],
.form dd input[type="email"],
.form dd input[type="tel"],
.form dd textarea,
.form dd select {
  width: 100%;
  background: #fff;
  padding: 1em 1.2em;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

@media screen and (max-width: 767px) {

  .form dd input[type="text"],
  .form dd input[type="email"],
  .form dd input[type="tel"],
  .form dd textarea,
  .form dd select {
    padding: .8em 1.5em;
  }
}

.form dd textarea {
  height: 12em;
}

.form dd select {
  width: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form dd label {
  display: block;
  margin-bottom: 1rem;
}

.form dd label input {
  margin-right: .4em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: .05em;
}

.form dd.form_error input[type="text"],
.form dd.form_error input[type="tel"],
.form dd.form_error input[type="email"],
.form dd.form_error textarea,
.form dd.form_error select {
  border: solid 1px #b94a48;
}

.form dd.date {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .form dd.date {
    white-space: nowrap;
  }

  .form dd.date dl {
    position: relative;
  }

  .form dd.date dl>* {
    display: inline-block;
    vertical-align: top;
  }

  .form dd.date dt {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .form dd.date dt {
    width: 6.5em;
    position: static;
    padding-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .form dd.date dd {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .form dd.date dd input {
    width: 15em;
  }

  .form dd.date dd+dt {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .form dd.date {
    padding-top: 4rem;
  }

  .form dd.date dl {
    margin-bottom: 1rem;
  }

  .form dd.date dl>* {
    display: inline-block;
  }

  .form dd.date dt {
    position: absolute;
    margin-top: -5rem;
    padding-left: 0;
  }

  .form dd.date dd {
    width: 44%;
  }

  .form dd.date dd+dt {
    margin-left: 2%;
  }

  .form dd.date dd+dt+dd {
    width: 44%;
    margin-left: 2%;
  }
}

@media screen and (min-width: 768px) {
  .form dd .list2 label {
    display: inline-block;
    vertical-align: top;
    width: 14em;
  }

  .form dd .list2 label:nth-child(3n + 2) {
    /*width: 19em;*/
  }
}

@media screen and (max-width: 767px) {
  .form dd.cat .list {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form dd.cat .list>* {
    margin-left: 3%;
    width: 48.5%;
  }

  .form dd.cat .list>*:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.form dd.cat img {
  /*margin-bottom: 2.5rem;*/
  display: block;
  margin: 0 auto 2.5rem;
}

.form dd.cat label {
  font-size: 1.8rem;
  position: relative;
  line-height: 1.33;
  margin-bottom: 3rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .form dd.cat label {
    display: inline-block;
    vertical-align: top;
    width: 30rem;
    margin-right: 2.5rem;
    margin-bottom: 7rem;
  }
}

.form dd.cat label input {
  display: inline-block;
}

.form dd.cat label i {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.5em);
}

.form .r_wrap {
  text-align: center;
  margin-bottom: 4rem;
}

.form .g-recaptcha {
  text-align: center;
}

.form .g-recaptcha>div {
  margin: 0 auto;
}

.form .policy {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.78;
  padding: 2rem;
  height: 29rem;
  overflow-y: auto;
  margin-bottom: 5.5rem;
  text-align: justify;
}

.form .note {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5rem 0 1rem;
}

.form #date1_check,
.form #date2_check,
.form #date3_check,
.form #season_check,
.form #recaptcha_check,
.form #catalog_check,
.form #request_check,
.form #maker_check {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 0;
  visibility: hidden;
  background: none;
}

.form .formError {
  padding-top: .3em;
  color: #b94a48;
  font-size: 1.5rem;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form .btn {
  text-align: center;
}

.form .btn.b {
  display: none;
}

.form .btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 2rem;
}

.form .btn input {
  background: #AC796A;
  color: #fff;
  width: 27.2rem;
  padding: 1em 0;
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
}

.form .btn #back {
  background: #bbb;
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 767px) {
  .top_member .modal .wrap {
    width: 100%;
  }
}
.jirei01_to_detail {
  position: relative;
  z-index: 40;
}
.jirei01_popup_logo img{
  max-width: 80%;
  height: auto;
}

.top_member .thumbnail {
	position: absolute;
	width: 58.4rem;
	z-index: 1;
	left: 83.6rem;
	bottom: 5rem;
}
.top_member .thumbnail .thumnotice {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.top_member .thumbnail .thumlist {
	display: flex;
}
.top_member .thumbnail .item {
	display: inline-block;
	width: 23%;
	padding: 0;
	margin: 0 1%;
}
.top_member .thumbnail .item img {
	padding: 0;
}
.top_member .thumbnail .item .tag {
	display: block;
	position: static;
	white-space: normal;
	margin-top: 1rem;
}
.top_member .thumbnail .item  .tag .b {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.top_member {
		padding: 10rem 2rem;
	}
	.top_member .thumbnail {
		position: static;
		width: 100%;
	}
	.top_member .c_btn {
		margin: 3rem 0;
	}
	.top_member .img {
		text-align: center;
		display: none;		
	}
	.top_member .img img {
		width: 50%;
		
	}
}

@media screen and (max-width: 767px) {
	.form dt.nini {
		padding-left: 0;
	}
}
