@charset 'UTF-8';
.contact_tel {
  text-align: center;
  margin-bottom: 45px;
}

.contact-text span {
  font-weight: bold;
  color: #C71616;
}


/* #malform
------------------------------*/

#mailform {
  margin-top: 25px;
}

#mailform .row01 {
  display: none;
}

#mailform th,
#mailform td {
  vertical-align: middle;
  border: 1px solid #CCC;
}

#mailform th {
  width: 28%;
  background: #f5f5f5;
  vertical-align: middle;
  font-weight: bold;
}

#mailform th .req {
  display: inline-block;
  margin-left: 10px;
  color: #C61515;
}

#mailform th img {
  vertical-align: -2px;
}

#mailform td .example {
  display: inline-block;
  margin: 15px 0 5px;
  line-height: 1.4;
}

#mailform td .example02,
#mailform td .example03 {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #808080;
}

#mailform td .example03 {
  margin-left: 1em;
}

#mailform td .menulink {
  margin-top: 10px;
  line-height: 1.4;
}

#mailform td .menulink a {
  text-decoration: underline;
  font-weight: normal;
}

#mailform td .menulink a:hover {
  text-decoration: none;
}

#mailform input[type='text'] {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 5px;
}

#mailform input.short {
  width: 222px;
  max-width: 100%;
}

#mailform input.postage {
  width: 222px;
  max-width: 100%;
  margin: 5px 0 0 5px;
}

#mailform input.middle {
  width: 400px;
  max-width: 100%;
}

#mailform input[type='radio'] {
  display: none;
}

#mailform input[type='radio']+label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
}

#mailform input[type='radio']+label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px solid #999;
  border-radius: 50%;
  margin-top: -8px;
}

#mailform input[type='radio']+label::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  margin-top: -5px;
}

#mailform input[type='radio']:checked+label::after {
  display: block;
}

#mailform .select {
  overflow: hidden;
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 38px;
}

#mailform .select::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: url('../image/mail_select.jpg') center no-repeat;
  pointer-events: none;
}

#mailform .select select {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 5px;
  margin: 0;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#mailform textarea {
  width: 100%;
  min-height: 150px;
  background: #ffffff;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
}

#mailform p.submit {
  margin-top: 50px;
  text-align: center;
}

#mailform p.submit button {
  background: none;
  border: none;
  outline: none;
}

.privacy {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.privacy .box {
  margin-bottom: 50px;
}

.privacy .box:last-child {
  margin-bottom: 0;
}

.privacy .text {
  margin-bottom: 1.8em;
}

.privacy .policy>li {
  padding-left: .5em;
  margin: 0 0 1.8em 1.5em;
  list-style: decimal outside;
}

.privacy .policy>li:last-child {
  margin-bottom: 0;
}

.privacy .policy .list li {
  position: relative;
  padding-left: 1em;
}

.privacy .policy .list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.thanks-text {
  text-align: center;
}