.main-modal__wrap {
  position: absolute;
  background: #fff;
  border: 1px solid rgb(187, 172, 172);
}
.main-modal__wrap input {
  border: 1px;
  background: #fff;
  vertical-align: middle;
/*   -moz-appearance: checkbox; */
/*   -webkit-appearance: checkbox; */
/*   appearance: checkbox; */
}
.main-modal__footer {
  background: #000;
  text-align: right;
  padding: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main .tit,
  .main .tit_w {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main-modal__wrap {
    display: none;
  }
  .main-modal__wrap-mobile {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid rgb(187, 172, 172);
  }
  .main-modal__wrap-mobile input {
    border: 1px;
    background: #fff;
    vertical-align: middle;
/*     -moz-appearance: checkbox; */
/*     -webkit-appearance: checkbox; */
/*     appearance: checkbox; */
  }
  .main-modal__footer {
    background: #000;
    text-align: right;
    padding: 10px;
    color: #fff;
  }
  .main-modal__wrap-mobile .main-modal__content img {
    width: 100%;
  }
}

.none_pc {
	display: none !important;
}

@media screen and (max-width:767px) {
	.none_pc {
		display: block !important;
	}
	.none_mo {
		display: none !important;
	}
	.txtIndent {
		margin: 5px 0 5px 8px
	}
	.imgContent .img .none_pc {
		display: inline-block !important
	}
}