@charset 'utf-8';

body,
.box .title h5,
#contact .mwform-file-delete {
  background: #74736c;
}
#main {
  margin-bottom: 87px;
}
#contact td ::placeholder {
  color: #74736c;
}
#side .btn2 {
  border-left: 2px solid #74736c;
}

.faq dt,
#contact.confirm #fbtn2 input[type="submit"],
#side .btn2 a,
.box.poster a {
  background: #fff;
  color: #74736c !important;
}
.faq dt:hover,
.faq dd a,
.faq dd {
  color: #403f35 !important;
}
.faq dt:before {
  border-color: #403f35 transparent transparent transparent;
}
.faq dt:hover:before {
  border-color: #403f35 transparent transparent transparent;
}
.faq dd {
  background: #ededec;
}

.box-copy-link button {
  border: 1px solid #403f35;
  color: #403f35 !important;
}

.mw_wp_form .error {
  color: #B70000 !important;
}

/*=================================
　PC
===================================*/
@media screen and (min-width: 941px) {
}


/*=================================
　スマホ
===================================*/
@media screen and (max-width: 940px) {
}