@charset 'UTF-8';
.info .box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 50px 44px;
  text-align: center;
  background: #fafcf7 url("../image/bg07.png") right bottom no-repeat;
  box-shadow: 3px 3px 3px rgba(49, 58, 28, 0.2);
}
.info .box .title {
  font-size: 2.4rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  background: url("../image/bg08.png") top center no-repeat;
  padding-top: 34px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;

  font-feature-settings: "palt";
}
.info .box .tel {
  font-size: 4rem;
  line-height: 0.8;
}
.info .box .tel span {
  padding-left: 35px;
  background: url("../image/icon_tel.svg") left top 6px no-repeat;
}
.info .box .time {
  margin-top: 15px;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}
.info .box .time span {
  display: inline-block;
  margin-left: 15px;
  letter-spacing: 0.09em;
}
.info .box .att {
  font-size: 1.2rem;
}
.section.mail-form {
  margin-bottom: 70px;
}

/* #malform
------------------------------*/
#mailform {
  margin-top: 35px;
}
#mailform .row01,
#mailform .row02 {
  display: none;
}
#mailform th,
#mailform td {
  vertical-align: top;
  padding: 14px 20px 19px;
}
#mailform table tr:nth-child(1) th,
#mailform table tr:nth-child(1) td {
  padding: 14px 20px 13px;
  vertical-align: middle !important;
}
#mailform table tr:last-child th,
#mailform table tr:last-child td {
  padding: 14px 20px 10px;
}
#mailform th {
  width: 280px;
  background: #efeae8;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
#mailform th .req {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
  color: #c1272d;
}
#mailform th .att {
  color: #c1272d;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}
#mailform td .example {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  line-height: 1.857;
}
#mailform td .example01 {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1.875;
}
#mailform td .example02 {
  display: inline-block;
  margin-left: 5px;
}
#mailform td .example03 {
  font-weight: bold;
}
#mailform input[type="text"] {
  width: 100%;
  height: 38px;
  background: #eeeeee;
  padding: 5px;
  font-family: inherit;
}
#mailform input.short {
  width: 204px;
  max-width: 100%;
  height: 38px;
  margin-left: 10px;
}
#mailform input.postage {
  width: 200px;
  max-width: 100%;
}
#mailform input.middle {
  width: 235px;
  max-width: 100%;
  margin-left: 8px;
}
#mailform input.long {
  margin-bottom: 15px;
}
.radio-list__item {
  display: inline-block;
  margin-right: 35px;
}
#mailform input[type="radio"] {
  display: none;
}
#mailform input[type="radio"] ~ label {
  position: relative;
  padding-left: 25px;

  cursor: pointer;
  font-size: 1.6rem;
}
#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;
  margin-top: 10px;
}

#mailform .select select {
  width: 100%;
  max-width: 235px;
  height: 38px;
  background: #f0f0f0 url("../image/icon_select.jpg") right center no-repeat;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 5px;
  margin: 0 0px 0 3px;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
}
#mailform textarea {
  width: 100%;
  min-height: 120px;
  background: #f0f0f0;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
  font-family: inherit;
}
#mailform p.submit {
  margin-top: 40px;
  text-align: center;
}
#mailform p.submit button {
  width: 300px;
  text-align: center;
  background: #a2ce5b;
  border-radius: 30px;
  border: none;
  outline: none;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;  font-feature-settings: "palt";
}
#mailform p.submit button:hover {
  opacity: 0.8;
}
/*-------------------------*/
.section.privacy {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 120px;
}
.section.privacy .subtitle {
  margin-bottom: 15px;
}

/*.privacy .box {*/
/*margin-bottom: 50px;*/
/*}*/
.privacy .box:last-child {
  margin-bottom: 0;
}
.privacy .text {
  margin-bottom: 15px;
}
.privacy .policy > li {
  letter-spacing: -0.3px;
  padding-left: 5px;
  margin: 0 0 15px 17px;
  list-style: decimal outside;
}
.privacy .policy > li:last-child {
  margin-bottom: 0;
}
.privacy .policy .list li {
  position: relative;
  padding-left: 15px;
}
.privacy .policy .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
