@charset "utf-8";
/* CSS Document */
.contact_wrap {
  background-image: url(../img/bg_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 388px;
}

@media screen and (max-width:768px) {
.contact_wrap {
  background-size: 100% auto;
}
}
.privacy_inner {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width:767px) {
.privacy_inner {
  padding-top: 0px;
}
}
.breadcrumb {
  font-size: 12px;
  padding-left: 2%;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  border-bottom: 1px dashed #326C16;
}
h2 {
  color: #5a5a5a;
  border-bottom: 1px solid #bcd030;
  padding-top: 40px;
  line-height: 40px;
}
section.contents {
  padding-bottom: 80px;
}
a.number_color {
  color: #000;
}
a.number_color:hover {
  opacity: 0.5;
}
/*** form ***/
#access > div > div {
  margin: 24px auto;
  font-weight: bold;
  text-align: center;
}
#access iframe {
  display: block;
  margin: 0 auto;
}
.contactwaku {
  text-align: left;
  width: 680px;
  margin: 40px auto 10px;
}
.contactwaku p {
  border: 1px dashed #a5a5a5;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6em;
}
.contactwaku p a {
  color: #000;
}
.contactwaku p a:hover {
  opacity: 0.7;
}
.contactwaku p span {
  display: block;
  font-size: 25px;
  line-height: 26px;
  margin: 15px auto;
}
.thanks {
  text-align: center;
  width: 680px;
  margin: 18px auto 10px;
}
.thanks p {
  border: 1px dashed #a5a5a5;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6em;
}
.thanks p span {
  display: block;
  font-size: 25px;
  line-height: 26px;
  margin: 15px auto;
}
.tel_fax {
  font-size: 30px;
  font-weight: bold;
  color: #0d574a;
  text-align: center;
  margin-top: 29px;
  display: block;
}
.tel_fax span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
span.fax_annotation {
  display: inline-block;
}
.contact-tel {
  max-width: 960px;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin: 30px auto 10px;
  text-align: center;
  background: #EFEFEF;
  padding: 5px 0;
}
/*** mfp hack ***/
/*** mfp hack ***/
/*** mfp hack ***/

.must {
  padding: 5px 10px;
}
form#mailformpro dl dt {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 20px;
}
/*
form#mailformpro dl dd {
	border-bottom: 1px solid #ccc;
}
*/
div.mfp_buttons button {
  font-size: 18px;
  width: 288px;
  height: 66px;
  background: #bcd030;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-radius: 6px;
}
div.mfp_buttons button:hover {
  opacity: 1;
  position: relative;
  top: 2px;
  right: -2px;
  border-right: none;
  border-bottom: none;
}
form#mailformpro label {
  display: inline-block;
}

@media screen and (max-width:767px) {
.contactwaku {
  margin: 20px auto;
  width: 95%;
}
.contact-tel {
  width: 100%;
  font-size: 16px;
  margin: 20px auto 10px;
}
.tel_fax {
  font-size: 24px;
  margin-top: 10px;
  margin-left: 0;
  text-align: center;
}
form#mailformpro label input[type="radio"] {
  display: inline-block !important;
  width: 15px;
}
form#mailformpro label {
  width: 120px;
}
}
/*==========================================
サンクスページ
===========================================*/
.thanks {
  width: 960px;
  text-align: center;
  margin: 40px auto 80px;
}
.thanks p {
  border: 1px dashed #564539;
  padding: 50px 15px;
  font-size: 16px;
  line-height: 1.6em;
}
.thanks p span {
  display: block;
  font-size: 25px;
  line-height: 1.3;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
.thanks {
  width: 95%;
}
}
p.top_back {
  text-align: center;
}
a.top_back_a {
  color: #fff;
  display: block;
}
p.top_back {
  /* color: #fff; */
  background-color: #bcd030;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media all and (-ms-high-contrast:none) {
p.top_back {
  padding-top: 6px;
}
}
.button {
  border: 2px solid #bcd030;
  color: #fff;
  line-height: 50px;
}
p.top_back:hover {
  background-color: #fff;
  border-color: #bcd030;
  color: #59b1eb;
}
a.top_back_a:hover {
  color: #000;
}
