@charset "utf-8";

.research a {
  text-decoration: none;
  display: block;
}

#list-title {
  background-color: #f6f6f6;
  border: 2px solid #299064;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #299064;
  font-size: 15px;
}

.list-table tr th {
  background-color: #D5F1E3;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #299064;
  color: #299064;
  vertical-align: middle;
}

.list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #299064 solid;
  vertical-align: middle;
}

.list-table tr .txt {
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
}

.list-table tr .chk-widh {
  color: #299064;
  text-align: center;
  width: 9%;
}

.list-table tr .name-widh {
  color: #299064;
  text-align: center;
  width: 30%;
}

.list-table tr .txt-c {
  text-align: center;
}

.list-table tr .name {
  font-size: 16px;
  font-weight: bold;
}

.list-table tr .space {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 1%;
}

#area-camp {
  clear: both;
  margin-top: 12px;
}

#area-camp #box-ssl {
  border: 1px solid #e0e0e0;
  /*float: right;*/
  /*height: 84px;*/
  padding: 0 20px;
  /*width: 565px;*/
}

#area-camp #box-ssl ul {
  padding: 10px 0;
}

.btn-next {
  clear: both;
  margin: 0 0 20px;
  position: relative;
  line-height: 31px;
  text-align: center;
}

.btn-next #regist_btn1,
.btn-next #regist_btn2 {
  text-align: center;
  margin: 40px auto 0 auto;
}

.btn-next .other-btn {
  position: absolute;
  top: 0;
  right: 0px;
}

.btn-next .img-ssl {
  position: absolute;
  top: 51px;
  right: 0px;
}

.btn-next .img-ssl2 {
  position: absolute;
  top: -20px;
  right: 0px;
}

.osusume {
  font-size: 16px;
  font-weight: bold;
  color: #299064;
  margin-bottom: 20px;
}

.input-table {
  margin: 10px 0 24px 0;
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #299064;*/
}

.input-table tr th {
  background-color: #d5f1e3;
  font-weight: bold;
  border: 1px solid #299064;
  color: #434343;
  vertical-align: middle;
  width: 260px;
  /*width: 200px;*/
  text-align: left;
  padding: 10px;
}

.input-table tr #div_name1 {
  /*border-right-style: none;*/
  border-bottom-style: none;
  padding-right: 0px;
  padding-bottom: 5px;
  /*width: 300px;*/
}

.input-table tr #div_name2 {
  border-left-style: none;
  border-bottom-style: none;
  padding-right: 0px;
  padding-left: 0px;
}

.input-table tr #div_kana1 {
  /*border-right-style: none;*/
  border-top-style: none;
  padding-top: 0px;
  /*width: 300px;*/
}

.input-table tr #div_kana2 {
  border-top-style: none;
  padding-left: 0px;
  padding-top: 0px;
  border-left-style: none;
}

.input-table tr th img {
  vertical-align: middle;
  float: right;
}

.input-table tr td {
  border: 1px #299064 solid;
  padding: 10px;
}

.input-table tr .txt {
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
}

/*資料請求フォーム改修（150403）*/
.input-table td.checked {
  background: url(/regist/img/icon_input.png) right no-repeat;
}

.input-table tr.necessarily th {
  /*background-color: #fed9d8;*/
  background-color: #ffffe5;
}

.input-table tr.necessarily td input,
.input-table tr.necessarily td select {
  font-size: 16px;
  line-height: 1.2;
}

.input-table tr.necessarily td select,
.input-table tr.necessarily td input#address1,
.input-table tr.necessarily td input#address2,
.input-table tr.necessarily td input#address3 {
  margin-top: 3px;
}

.input-table tr.necessarily td#div_means label,
.input-table tr.necessarily td#div_ikotsu label,
.input-table tr.necessarily td#div_seek_trigger label {
  /*background-color: #fed9d8;*/
}

.request-area .n-window {
  background: #fffee4;
  border: 2px #299064 solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

.request-area .n-window span p {
  line-height: 1.5;
}

.request-area .n-window p span {
  color: #bf0721;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0;
  padding: 0 2px;
  vertical-align: bottom;
}

.inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #299064;
}

.inner-table tr th {
  background-color: #d5f1e3;
  font-weight: bold;
  border: 1px solid #299064;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

.inner-table tr td {
  border: 1px #299064 solid;
  padding: 10px;
}

.error-box {
  background-color: #fffee4;
  border: 2px solid #e60012;
  padding: 10px;
  color: #e60012;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.error-msg {
  font-weight: bold;
  color: #e60012;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}

.error-txt {
  color: #e60012;
  display: block;
  font-weight: bold;
}

.er-cell {
  background-color: #fffee4;
}

.middle {
  width: 360px;
  padding: 3px;
}

.large {
  width: 280px;
  padding: 3px;
}

.small {
  width: 160px;
  padding: 3px;
}

.mini {
  width: 80px;
  padding: 3px;
}

#state {
  padding: 3px;
}

#state2 {
  padding: 3px;
}

#zip1 {
  width: 70px;
}

#zip2 {
  width: 80px;
}

.chui {
  color: #666;
  line-height: 1.4;
  margin-top: 5px;
}

.error {
  color: #CC3366;
  font-weight: bold;
}

.comp-area {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.comp-area h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.comp-area h2.ttl-osusume {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.comp-area .box {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #60A766;
  padding: 15px;
  background-color: #FFC;
  margin-bottom: 20px;
}

.error-area {
  padding-top: 50px;
  padding-bottom: 100px;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.error-area .msg {
  color: #CC3366;
  font-size: 21px;
  text-align: center;
  line-height: 180%;
}

#toggle-txt01 {
  /*
      color: #076baf;
      cursor: pointer;
      */
}

#toggle-txt02 {
  /*color: #076baf;
      cursor: pointer;
      */
}

#toggle-txt01 img {
  vertical-align: middle;
}

#toggle-txt02 img {
  vertical-align: middle;
}

#toggle-table01 {
  /*display: none;*/
  padding-top: 5px;
}

#toggle-table02 {
  /*display: none;*/
  padding-top: 5px;
}

.popup-txt {
  color: #076baf;
}

.popup-txt label {
  cursor: pointer;
}

.popup-box {
  display: none;
  position: absolute;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #999;
  width: 290px;
  overflow: hidden;
}

.popup-box img {
  float: left;
  margin-right: 10px;
}

/*フォーム改修（160705）*/
.input-table.regist tr th {
  background-color: #d5f1e3;
  border: 1px solid #299064;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

.input-table .list-reien {
  border: none;
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}

.input-table .list-reien tr th {
  background-color: #d5f1e3;
  border: 1px solid #299064;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

.input-table .list-reien tr th.w-check {
  width: 10%;
}

.input-table .list-reien tr td {
  border: 1px #299064 solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

.input-table .list-reien tr td.no-border {
  border: none;
  padding: 5px 0;
}

.input-table .list-reien tr td.name {
  border-right: none;
  padding-right: 0;
}

.input-table .list-reien tr td.box-detail {
  border-left: none;
  padding-left: 0;
  width: 40%;
}

.input-table .list-reien tr td.box-detail .img-l {
  display: inline-block;
  margin-top: 5px;
  width: 90px;
}

.input-table .list-reien tr td.box-detail .img-l img {
  margin-bottom: 5px;
  width: 80px;
}

.input-table .list-reien tr td.box-detail .list-detail {
  display: inline-block;
  line-height: 1.3;
}

.input-table .list-reien tr td.box-detail .list-detail .price {
  color: #e60012;
  font-weight: bold;
}

.input-table .list-reien tr td.box-detail .list-detail .price span {
  font-size: 18px;
}

.input-table .list-reien tr td.box-detail .list-detail .rank img {
  padding-bottom: 5px;
  width: 70px;
}

.input-table .list-reien tr .txt-c {
  text-align: center;
}

.input-table .list-reien tr .name {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

/*「いいお墓」フォームレイアウト改修（160906）*/
#form-e-ohaka #header-form .header-area .logo {
  background: url(/common_img/icn_first_logo.png) left 0 no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-e-ohaka .title-main {
  background: url(/search_resources/img/title-bg01.gif) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  margin: 44px 0 0;
  padding: 11px 0 0 40px;
}

#form-e-ohaka .step-01 {
  background: url(/regist/img/step_01.gif) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-e-ohaka .step-02 {
  background: url(/regist/img/step_02.gif) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-e-ohaka #footer .footer-navi {
  background: url(/common_img/bg-green.jpg) center repeat;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-e-ohaka #footer .footer-navi .inner {
  position: relative;
}

#form-e-ohaka #footer .footer-navi .footer-logo {
  background: url(/common_img/header-logo.gif) no-repeat;
  background-size: contain;
  height: 40px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 200px;
}

#form-e-ohaka #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*いいお墓フォーム改修（170404）*/
#form-e-ohaka .step-00 {
  background: url(/regist/img/step_00.gif) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-e-ohaka th {
  font-size: 16px;
}

#form-e-ohaka input {
  /*border-bottom: solid 1px #999;*/
  /*border-right: solid 1px #999;*/
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-e-ohaka input.w-60 {
  width: 60%;
}

#form-e-ohaka #td_address_r input {
  margin-bottom: 5px;
}

#form-e-ohaka #div_name1 input,
#form-e-ohaka #div_name2 input,
#form-e-ohaka #div_kana1 input,
#form-e-ohaka #div_kana2 input {
  /*width: 430px;*/
}

#form-e-ohaka input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-e-ohaka .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 550px;
}

#form-e-ohaka .td-radio label input {
  vertical-align: baseline;
}

#form-e-ohaka .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 300px;
}

#form-e-ohaka .td-radio02 label input {
  vertical-align: baseline;
}

#form-e-ohaka .td-radio03 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 150px;
}

#form-e-ohaka .td-radio03 label input {
  vertical-align: baseline;
}

#form-e-ohaka td.td-radio04 {
  border-right: solid 1px #fff;
}

#form-e-ohaka .td-radio04 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 300px;
}

#form-e-ohaka .td-radio04 label span {
  line-height: 2.0;
}

#form-e-ohaka .td-radio04 label input {
  vertical-align: baseline;
}

#form-e-ohaka td.td-radio05 {
  vertical-align: top;
}

#form-e-ohaka .td-radio05 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 300px;
}

#form-e-ohaka .td-radio05 label input {
  vertical-align: baseline;
}

#form-e-ohaka .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-e-ohaka .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-e-ohaka .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-e-ohaka .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-e-ohaka .box-telnumber {
  border: solid 1px #299064;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-e-ohaka .txt-center {
  text-align: center;
}

#form-e-ohaka .td-radio02 label input {
  vertical-align: baseline;
}

#form-e-ohaka .td-radio03 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 150px;
}

#form-e-ohaka .vr_date {
  font-size: 16px;
  line-height: 1.0;
}

#form-e-ohaka .vr_date input {
  vertical-align: baseline;
}

/*「いい永代」フォームレイアウト改修（160906）*/
#form-e-eitai #header-form .header-area .logo {
  background: url(/img/e-eitai/logo.png) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-e-eitai .title-main {
  background: url(/img/e-eitai/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-e-eitai .step-01 {
  background: url(/img/e-eitai/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-e-eitai .step-02 {
  background: url(/img/e-eitai/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-e-eitai #list-title {
  background-color: #f6f6f6;
  border: 2px solid #39a84a;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-e-eitai .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #39a84a;
  font-size: 15px;
}

#form-e-eitai .list-table tr th {
  background-color: #cde9d2;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #39a84a;
  color: #39a84a;
  vertical-align: middle;
}

#form-e-eitai .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #39a84a solid;
  vertical-align: middle;
}

#form-e-eitai .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #39a84a;
  margin-bottom: 20px;
}

#form-e-eitai .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #39a84a;
}

#form-e-eitai .input-table tr th {
  background-color: #cde9d2;
  font-weight: bold;
  border: 1px solid #39a84a;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-e-eitai .input-table tr td {
  border: 1px #39a84a solid;
  padding: 10px;
}

#form-e-eitai .request-area .n-window {
  background: #fffee4;
  border: 2px #39a84a solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-e-eitai .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #39a84a;
}

#form-e-eitai .inner-table tr th {
  background-color: #cde9d2;
  font-weight: bold;
  border: 1px solid #39a84a;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-e-eitai .inner-table tr td {
  border: 1px #39a84a solid;
  padding: 10px;
}

#form-e-eitai .input-table.regist tr th {
  background-color: #cde9d2;
  border: 1px solid #39a84a;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-e-eitai .input-table .list-reien tr th {
  background-color: #cde9d2;
  border: 1px solid #39a84a;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-e-eitai .input-table .list-reien tr td {
  border: 1px #39a84a solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-e-eitai #footer .footer-navi {
  background: #39a84a;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-e-eitai #footer .footer-navi .inner {
  position: relative;
}

#form-e-eitai #footer .footer-navi .footer-logo {
  background: url(/img/e-eitai/logo.png) no-repeat;
  background-size: contain;
  height: 32px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 200px;
}

#form-e-eitai #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*いい永代フォーム改修（170418）*/
#form-e-eitai .step-00 {
  background: url(/img/e-eitai/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-e-eitai th {
  font-size: 16px;
}

#form-e-eitai input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-e-eitai input.w-60 {
  width: 60%;
}

#form-e-eitai #td_address_r input {
  margin-bottom: 5px;
}

#form-e-eitai #div_name1 input,
#form-e-eitai #div_name2 input,
#form-e-eitai #div_kana1 input,
#form-e-eitai #div_kana2 input {
  /*width: 430px;*/
}

#form-e-eitai input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-e-eitai .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-e-eitai .td-radio label input {
  vertical-align: baseline;
}

#form-e-eitai .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-e-eitai .td-radio02 label input {
  vertical-align: baseline;
}

#form-e-eitai .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-e-eitai .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-e-eitai .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-e-eitai .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-e-eitai .box-telnumber {
  border: solid 1px #39a84a;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-e-eitai .txt-center {
  text-align: center;
}

/*「寺院墓地」フォームレイアウト改修（160906）*/
#form-jiin-bochi #header-form .header-area .logo {
  background: url(/img/jiin-bochi/logo.png) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-jiin-bochi .title-main {
  background: url(/img/jiin-bochi/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-jiin-bochi .step-01 {
  background: url(/img/jiin-bochi/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-jiin-bochi .step-02 {
  background: url(/img/jiin-bochi/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-jiin-bochi #list-title {
  background-color: #f6f6f6;
  border: 2px solid #927040;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-jiin-bochi .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #927040;
  font-size: 15px;
}

#form-jiin-bochi .list-table tr th {
  background-color: #e4dbcf;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #927040;
  color: #927040;
  vertical-align: middle;
}

#form-jiin-bochi .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #927040 solid;
  vertical-align: middle;
}

#form-jiin-bochi .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #927040;
  margin-bottom: 20px;
}

#form-jiin-bochi .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #927040;
}

#form-jiin-bochi .input-table tr th {
  background-color: #e4dbcf;
  font-weight: bold;
  border: 1px solid #927040;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-jiin-bochi .input-table tr td {
  border: 1px #927040 solid;
  padding: 10px;
}

#form-jiin-bochi .request-area .n-window {
  background: #fffee4;
  border: 2px #927040 solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-jiin-bochi .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #927040;
}

#form-jiin-bochi .inner-table tr th {
  background-color: #e4dbcf;
  font-weight: bold;
  border: 1px solid #927040;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-jiin-bochi .inner-table tr td {
  border: 1px #927040 solid;
  padding: 10px;
}

#form-jiin-bochi .input-table.regist tr th {
  background-color: #e4dbcf;
  border: 1px solid #927040;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-jiin-bochi .input-table .list-reien tr th {
  background-color: #e4dbcf;
  border: 1px solid #927040;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-jiin-bochi .input-table .list-reien tr td {
  border: 1px #927040 solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-jiin-bochi #footer .footer-navi {
  background: #927040;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-jiin-bochi #footer .footer-navi .inner {
  position: relative;
}

#form-jiin-bochi #footer .footer-navi .footer-logo {
  background: url(/img/jiin-bochi/logo.png) no-repeat;
  background-size: contain;
  height: 32px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 200px;
}

#form-jiin-bochi #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*寺院墓地フォーム改修（170418）*/
#form-jiin-bochi .step-00 {
  background: url(/img/jiin-bochi/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-jiin-bochi th {
  font-size: 16px;
}

#form-jiin-bochi input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-jiin-bochi input.w-60 {
  width: 60%;
}

#form-jiin-bochi #td_address_r input {
  margin-bottom: 5px;
}

#form-jiin-bochi #div_name1 input,
#form-jiin-bochi #div_name2 input,
#form-jiin-bochi #div_kana1 input,
#form-jiin-bochi #div_kana2 input {
  /*width: 430px;*/
}

#form-jiin-bochi input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-jiin-bochi .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-jiin-bochi .td-radio label input {
  vertical-align: baseline;
}

#form-jiin-bochi .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-jiin-bochi .td-radio02 label input {
  vertical-align: baseline;
}

#form-jiin-bochi .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-jiin-bochi .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-jiin-bochi .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-jiin-bochi .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-jiin-bochi .box-telnumber {
  border: solid 1px #927040;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-jiin-bochi .txt-center {
  text-align: center;
}

/*「樹木葬なび」フォームレイアウト改修（160906）*/
#form-e-jyumoku #header-form .header-area .logo {
  background: url(/img/e-jyumoku/logo.png) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-e-jyumoku .title-main {
  background: url(/img/e-jyumoku/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-e-jyumoku .step-01 {
  background: url(/img/e-jyumoku/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-e-jyumoku .step-02 {
  background: url(/img/e-jyumoku/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-e-jyumoku #list-title {
  background-color: #f6f6f6;
  border: 2px solid #8fb742;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-e-jyumoku .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8fb742;
  font-size: 15px;
}

#form-e-jyumoku .list-table tr th {
  background-color: #e3edd0;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #8fb742;
  color: #8fb742;
  vertical-align: middle;
}

#form-e-jyumoku .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #8fb742 solid;
  vertical-align: middle;
}

#form-e-jyumoku .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #8fb742;
  margin-bottom: 20px;
}

#form-e-jyumoku .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8fb742;
}

#form-e-jyumoku .input-table tr th {
  background-color: #e3edd0;
  font-weight: bold;
  border: 1px solid #8fb742;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-e-jyumoku .input-table tr td {
  border: 1px #8fb742 solid;
  padding: 10px;
}

#form-e-jyumoku .request-area .n-window {
  background: #fffee4;
  border: 2px #8fb742 solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-e-jyumoku .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8fb742;
}

#form-e-jyumoku .inner-table tr th {
  background-color: #e3edd0;
  font-weight: bold;
  border: 1px solid #8fb742;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-e-jyumoku .inner-table tr td {
  border: 1px #8fb742 solid;
  padding: 10px;
}

#form-e-jyumoku .input-table.regist tr th {
  background-color: #e3edd0;
  border: 1px solid #8fb742;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-e-jyumoku .input-table .list-reien tr th {
  background-color: #e3edd0;
  border: 1px solid #8fb742;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-e-jyumoku .input-table .list-reien tr td {
  border: 1px #8fb742 solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-e-jyumoku #footer .footer-navi {
  background: #8fb742;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-e-jyumoku #footer .footer-navi .inner {
  position: relative;
}

#form-e-jyumoku #footer .footer-navi .footer-logo {
  background: url(/img/e-jyumoku/logo.png) no-repeat;
  background-size: contain;
  height: 32px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 200px;
}

#form-e-jyumoku #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*樹木葬なびフォーム改修（170418）*/
#form-e-jyumoku .step-00 {
  background: url(/img/e-jyumoku/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-e-jyumoku th {
  font-size: 16px;
}

#form-e-jyumoku input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-e-jyumoku input.w-60 {
  width: 60%;
}

#form-e-jyumoku #td_address_r input {
  margin-bottom: 5px;
}

#form-e-jyumoku #div_name1 input,
#form-e-jyumoku #div_name2 input,
#form-e-jyumoku #div_kana1 input,
#form-e-jyumoku #div_kana2 input {
  /*width: 430px;*/
}

#form-e-jyumoku input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-e-jyumoku .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-e-jyumoku .td-radio label input {
  vertical-align: baseline;
}

#form-e-jyumoku .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-e-jyumoku .td-radio02 label input {
  vertical-align: baseline;
}

#form-e-jyumoku .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-e-jyumoku .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-e-jyumoku .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-e-jyumoku .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-e-jyumoku .box-telnumber {
  border: solid 1px #8fb742;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-e-jyumoku .txt-center {
  text-align: center;
}

/*「納骨堂なび」フォームレイアウト改修（160906）*/
#form-e-nokotu #header-form .header-area .logo {
  background: url(/img/e-nokotu/logo.png) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-e-nokotu .title-main {
  background: url(/img/e-nokotu/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-e-nokotu .step-01 {
  background: url(/img/e-nokotu/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-e-nokotu .step-02 {
  background: url(/img/e-nokotu/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-e-nokotu #list-title {
  background-color: #f6f6f6;
  border: 2px solid #4e3618;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-e-nokotu .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4e3618;
  font-size: 15px;
}

#form-e-nokotu .list-table tr th {
  background-color: #d3cdc5;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #4e3618;
  color: #4e3618;
  vertical-align: middle;
}

#form-e-nokotu .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #4e3618 solid;
  vertical-align: middle;
}

#form-e-nokotu .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #4e3618;
  margin-bottom: 20px;
}

#form-e-nokotu .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4e3618;
}

#form-e-nokotu .input-table tr th {
  background-color: #d3cdc5;
  font-weight: bold;
  border: 1px solid #4e3618;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-e-nokotu .input-table tr td {
  border: 1px #4e3618 solid;
  padding: 10px;
}

#form-e-nokotu .request-area .n-window {
  background: #fffee4;
  border: 2px #4e3618 solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-e-nokotu .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4e3618;
}

#form-e-nokotu .inner-table tr th {
  background-color: #d3cdc5;
  font-weight: bold;
  border: 1px solid #4e3618;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-e-nokotu .inner-table tr td {
  border: 1px #4e3618 solid;
  padding: 10px;
}

#form-e-nokotu .input-table.regist tr th {
  background-color: #d3cdc5;
  border: 1px solid #4e3618;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-e-nokotu .input-table .list-reien tr th {
  background-color: #d3cdc5;
  border: 1px solid #4e3618;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-e-nokotu .input-table .list-reien tr td {
  border: 1px #4e3618 solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-e-nokotu #footer .footer-navi {
  background: #4e3618;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-e-nokotu #footer .footer-navi .inner {
  position: relative;
}

#form-e-nokotu #footer .footer-navi .footer-logo {
  background: url(/img/e-nokotu/logo.png) no-repeat;
  background-size: contain;
  height: 32px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 200px;
}

#form-e-nokotu #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*納骨堂なびフォーム改修（170418）*/
#form-e-nokotu .step-00 {
  background: url(/img/e-nokotu/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-e-nokotu th {
  font-size: 16px;
}

#form-e-nokotu input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-e-nokotu input.w-60 {
  width: 60%;
}

#form-e-nokotu #td_address_r input {
  margin-bottom: 5px;
}

#form-e-nokotu #div_name1 input,
#form-e-nokotu #div_name2 input,
#form-e-nokotu #div_kana1 input,
#form-e-nokotu #div_kana2 input {
  /*width: 430px;*/
}

#form-e-nokotu input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-e-nokotu .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-e-nokotu .td-radio label input {
  vertical-align: baseline;
}

#form-e-nokotu .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-e-nokotu .td-radio02 label input {
  vertical-align: baseline;
}

#form-e-nokotu .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-e-nokotu .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-e-nokotu .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-e-nokotu .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-e-nokotu .box-telnumber {
  border: solid 1px #4e3618;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-e-nokotu .txt-center {
  text-align: center;
}

/*「愛知の霊園」フォームレイアウト改修（160906）*/
#form-reien-aichi #header-form .header-area .logo {
  background: url(/img/reien-aichi/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-aichi .title-main {
  background: url(/img/reien-aichi/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-aichi .step-01 {
  background: url(/img/reien-aichi/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-aichi .step-02 {
  background: url(/img/reien-aichi/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-aichi #list-title {
  background-color: #f6f6f6;
  border: 2px solid #924e4e;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-aichi .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #924e4e;
  font-size: 15px;
}

#form-reien-aichi .list-table tr th {
  background-color: #e4d3d3;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #924e4e;
  color: #924e4e;
  vertical-align: middle;
}

#form-reien-aichi .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #924e4e solid;
  vertical-align: middle;
}

#form-reien-aichi .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #924e4e;
  margin-bottom: 20px;
}

#form-reien-aichi .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #924e4e;
}

#form-reien-aichi .input-table tr th {
  background-color: #e4d3d3;
  font-weight: bold;
  border: 1px solid #924e4e;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-aichi .input-table tr td {
  border: 1px #924e4e solid;
  padding: 10px;
}

#form-reien-aichi .request-area .n-window {
  background: #fffee4;
  border: 2px #924e4e solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-aichi .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #924e4e;
}

#form-reien-aichi .inner-table tr th {
  background-color: #e4d3d3;
  font-weight: bold;
  border: 1px solid #924e4e;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-aichi .inner-table tr td {
  border: 1px #924e4e solid;
  padding: 10px;
}

#form-reien-aichi .input-table.regist tr th {
  background-color: #e4d3d3;
  border: 1px solid #924e4e;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-aichi .input-table .list-reien tr th {
  background-color: #e4d3d3;
  border: 1px solid #924e4e;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-aichi .input-table .list-reien tr td {
  border: 1px #924e4e solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-aichi #footer .footer-navi {
  background: #924e4e;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-aichi #footer .footer-navi .inner {
  position: relative;
}

#form-reien-aichi #footer .footer-navi .footer-logo {
  background: url(/img/reien-aichi/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-aichi #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*愛知の霊園フォーム改修（170418）*/
#form-reien-aichi .step-00 {
  background: url(/img/reien-aichi/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-aichi th {
  font-size: 16px;
}

#form-reien-aichi input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-aichi input.w-60 {
  width: 60%;
}

#form-reien-aichi #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-aichi #div_name1 input,
#form-reien-aichi #div_name2 input,
#form-reien-aichi #div_kana1 input,
#form-reien-aichi #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-aichi input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-aichi .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-aichi .td-radio label input {
  vertical-align: baseline;
}

#form-reien-aichi .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-aichi .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-aichi .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-aichi .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-aichi .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-aichi .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-aichi .box-telnumber {
  border: solid 1px #924e4e;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-aichi .txt-center {
  text-align: center;
}

/*「千葉の霊園」フォームレイアウト改修（160906）*/
#form-reien-chiba #header-form .header-area .logo {
  background: url(/img/reien-chiba/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-chiba .title-main {
  background: url(/img/reien-chiba/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-chiba .step-01 {
  background: url(/img/reien-chiba/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-chiba .step-02 {
  background: url(/img/reien-chiba/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-chiba #list-title {
  background-color: #f6f6f6;
  border: 2px solid #9f769f;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-chiba .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9f769f;
  font-size: 15px;
}

#form-reien-chiba .list-table tr th {
  background-color: #e7dde7;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #9f769f;
  color: #9f769f;
  vertical-align: middle;
}

#form-reien-chiba .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #9f769f solid;
  vertical-align: middle;
}

#form-reien-chiba .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #9f769f;
  margin-bottom: 20px;
}

#form-reien-chiba .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9f769f;
}

#form-reien-chiba .input-table tr th {
  background-color: #e7dde7;
  font-weight: bold;
  border: 1px solid #9f769f;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-chiba .input-table tr td {
  border: 1px #9f769f solid;
  padding: 10px;
}

#form-reien-chiba .request-area .n-window {
  background: #fffee4;
  border: 2px #9f769f solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-chiba .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9f769f;
}

#form-reien-chiba .inner-table tr th {
  background-color: #e7dde7;
  font-weight: bold;
  border: 1px solid #9f769f;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-chiba .inner-table tr td {
  border: 1px #9f769f solid;
  padding: 10px;
}

#form-reien-chiba .input-table.regist tr th {
  background-color: #e7dde7;
  border: 1px solid #9f769f;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-chiba .input-table .list-reien tr th {
  background-color: #e7dde7;
  border: 1px solid #9f769f;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-chiba .input-table .list-reien tr td {
  border: 1px #9f769f solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-chiba #footer .footer-navi {
  background: #9f769f;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-chiba #footer .footer-navi .inner {
  position: relative;
}

#form-reien-chiba #footer .footer-navi .footer-logo {
  background: url(/img/reien-chiba/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-chiba #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*千葉の霊園フォーム改修（170418）*/
#form-reien-chiba .step-00 {
  background: url(/img/reien-chiba/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-chiba th {
  font-size: 16px;
}

#form-reien-chiba input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-chiba input.w-60 {
  width: 60%;
}

#form-reien-chiba #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-chiba #div_name1 input,
#form-reien-chiba #div_name2 input,
#form-reien-chiba #div_kana1 input,
#form-reien-chiba #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-chiba input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-chiba .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-chiba .td-radio label input {
  vertical-align: baseline;
}

#form-reien-chiba .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-chiba .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-chiba .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-chiba .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-chiba .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-chiba .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-chiba .box-telnumber {
  border: solid 1px #9f769f;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-chiba .txt-center {
  text-align: center;
}

/*「兵庫の霊園」フォームレイアウト改修（160906）*/
#form-reien-hyogo #header-form .header-area .logo {
  background: url(/img/reien-hyogo/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-hyogo .title-main {
  background: url(/img/reien-hyogo/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-hyogo .step-01 {
  background: url(/img/reien-hyogo/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-hyogo .step-02 {
  background: url(/img/reien-hyogo/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-hyogo #list-title {
  background-color: #f6f6f6;
  border: 2px solid #8e8e22;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-hyogo .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8e8e22;
  font-size: 15px;
}

#form-reien-hyogo .list-table tr th {
  background-color: #e3e3c8;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #8e8e22;
  color: #8e8e22;
  vertical-align: middle;
}

#form-reien-hyogo .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #8e8e22 solid;
  vertical-align: middle;
}

#form-reien-hyogo .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #8e8e22;
  margin-bottom: 20px;
}

#form-reien-hyogo .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8e8e22;
}

#form-reien-hyogo .input-table tr th {
  background-color: #e3e3c8;
  font-weight: bold;
  border: 1px solid #8e8e22;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-hyogo .input-table tr td {
  border: 1px #8e8e22 solid;
  padding: 10px;
}

#form-reien-hyogo .request-area .n-window {
  background: #fffee4;
  border: 2px #8e8e22 solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-hyogo .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8e8e22;
}

#form-reien-hyogo .inner-table tr th {
  background-color: #e3e3c8;
  font-weight: bold;
  border: 1px solid #8e8e22;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-hyogo .inner-table tr td {
  border: 1px #8e8e22 solid;
  padding: 10px;
}

#form-reien-hyogo .input-table.regist tr th {
  background-color: #e3e3c8;
  border: 1px solid #8e8e22;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-hyogo .input-table .list-reien tr th {
  background-color: #e3e3c8;
  border: 1px solid #8e8e22;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-hyogo .input-table .list-reien tr td {
  border: 1px #8e8e22 solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-hyogo #footer .footer-navi {
  background: #8e8e22;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-hyogo #footer .footer-navi .inner {
  position: relative;
}

#form-reien-hyogo #footer .footer-navi .footer-logo {
  background: url(/img/reien-hyogo/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-hyogo #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*兵庫の霊園フォーム改修（170418）*/
#form-reien-hyogo .step-00 {
  background: url(/img/reien-hyogo/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-hyogo th {
  font-size: 16px;
}

#form-reien-hyogo input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-hyogo input.w-60 {
  width: 60%;
}

#form-reien-hyogo #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-hyogo #div_name1 input,
#form-reien-hyogo #div_name2 input,
#form-reien-hyogo #div_kana1 input,
#form-reien-hyogo #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-hyogo input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-hyogo .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-hyogo .td-radio label input {
  vertical-align: baseline;
}

#form-reien-hyogo .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-hyogo .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-hyogo .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-hyogo .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-hyogo .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-hyogo .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-hyogo .box-telnumber {
  border: solid 1px #8e8e22;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-hyogo .txt-center {
  text-align: center;
}

/*「神奈川の霊園」フォームレイアウト改修（160906）*/
#form-reien-kanagawa #header-form .header-area .logo {
  background: url(/img/reien-kanagawa/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-kanagawa .title-main {
  background: url(/img/reien-kanagawa/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-kanagawa .step-01 {
  background: url(/img/reien-kanagawa/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-kanagawa .step-02 {
  background: url(/img/reien-kanagawa/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-kanagawa #list-title {
  background-color: #f6f6f6;
  border: 2px solid #6e82aa;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-kanagawa .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #6e82aa;
  font-size: 15px;
}

#form-reien-kanagawa .list-table tr th {
  background-color: #dbe0ea;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #6e82aa;
  color: #6e82aa;
  vertical-align: middle;
}

#form-reien-kanagawa .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #6e82aa solid;
  vertical-align: middle;
}

#form-reien-kanagawa .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #6e82aa;
  margin-bottom: 20px;
}

#form-reien-kanagawa .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #6e82aa;
}

#form-reien-kanagawa .input-table tr th {
  background-color: #dbe0ea;
  font-weight: bold;
  border: 1px solid #6e82aa;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-kanagawa .input-table tr td {
  border: 1px #6e82aa solid;
  padding: 10px;
}

#form-reien-kanagawa .request-area .n-window {
  background: #fffee4;
  border: 2px #6e82aa solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-kanagawa .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #6e82aa;
}

#form-reien-kanagawa .inner-table tr th {
  background-color: #dbe0ea;
  font-weight: bold;
  border: 1px solid #6e82aa;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-kanagawa .inner-table tr td {
  border: 1px #6e82aa solid;
  padding: 10px;
}

#form-reien-kanagawa .input-table.regist tr th {
  background-color: #dbe0ea;
  border: 1px solid #6e82aa;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-kanagawa .input-table .list-reien tr th {
  background-color: #dbe0ea;
  border: 1px solid #6e82aa;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-kanagawa .input-table .list-reien tr td {
  border: 1px #6e82aa solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-kanagawa #footer .footer-navi {
  background: #6e82aa;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-kanagawa #footer .footer-navi .inner {
  position: relative;
}

#form-reien-kanagawa #footer .footer-navi .footer-logo {
  background: url(/img/reien-kanagawa/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-kanagawa #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*神奈川の霊園フォーム改修（170418）*/
#form-reien-kanagawa .step-00 {
  background: url(/img/reien-kanagawa/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-kanagawa th {
  font-size: 16px;
}

#form-reien-kanagawa input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-kanagawa input.w-60 {
  width: 60%;
}

#form-reien-kanagawa #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-kanagawa #div_name1 input,
#form-reien-kanagawa #div_name2 input,
#form-reien-kanagawa #div_kana1 input,
#form-reien-kanagawa #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-kanagawa input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-kanagawa .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-kanagawa .td-radio label input {
  vertical-align: baseline;
}

#form-reien-kanagawa .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-kanagawa .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-kanagawa .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-kanagawa .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-kanagawa .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-kanagawa .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-kanagawa .box-telnumber {
  border: solid 1px #6e82aa;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-kanagawa .txt-center {
  text-align: center;
}

/*「大阪の霊園」フォームレイアウト改修（160906）*/
#form-reien-osaka #header-form .header-area .logo {
  background: url(/img/reien-osaka/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-osaka .title-main {
  background: url(/img/reien-osaka/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-osaka .step-01 {
  background: url(/img/reien-osaka/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-osaka .step-02 {
  background: url(/img/reien-osaka/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-osaka #list-title {
  background-color: #f6f6f6;
  border: 2px solid #4781bb;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-osaka .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4781bb;
  font-size: 15px;
}

#form-reien-osaka .list-table tr th {
  background-color: #d1dfee;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #4781bb;
  color: #4781bb;
  vertical-align: middle;
}

#form-reien-osaka .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #4781bb solid;
  vertical-align: middle;
}

#form-reien-osaka .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #4781bb;
  margin-bottom: 20px;
}

#form-reien-osaka .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4781bb;
}

#form-reien-osaka .input-table tr th {
  background-color: #d1dfee;
  font-weight: bold;
  border: 1px solid #4781bb;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-osaka .input-table tr td {
  border: 1px #4781bb solid;
  padding: 10px;
}

#form-reien-osaka .request-area .n-window {
  background: #fffee4;
  border: 2px #4781bb solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-osaka .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4781bb;
}

#form-reien-osaka .inner-table tr th {
  background-color: #d1dfee;
  font-weight: bold;
  border: 1px solid #4781bb;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-osaka .inner-table tr td {
  border: 1px #4781bb solid;
  padding: 10px;
}

#form-reien-osaka .input-table.regist tr th {
  background-color: #d1dfee;
  border: 1px solid #4781bb;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-osaka .input-table .list-reien tr th {
  background-color: #d1dfee;
  border: 1px solid #4781bb;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-osaka .input-table .list-reien tr td {
  border: 1px #4781bb solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-osaka #footer .footer-navi {
  background: #4781bb;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-osaka #footer .footer-navi .inner {
  position: relative;
}

#form-reien-osaka #footer .footer-navi .footer-logo {
  background: url(/img/reien-osaka/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-osaka #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*大阪の霊園フォーム改修（170418）*/
#form-reien-osaka .step-00 {
  background: url(/img/reien-osaka/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-osaka th {
  font-size: 16px;
}

#form-reien-osaka input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-osaka input.w-60 {
  width: 60%;
}

#form-reien-osaka #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-osaka #div_name1 input,
#form-reien-osaka #div_name2 input,
#form-reien-osaka #div_kana1 input,
#form-reien-osaka #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-osaka input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-osaka .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-osaka .td-radio label input {
  vertical-align: baseline;
}

#form-reien-osaka .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-osaka .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-osaka .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-osaka .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-osaka .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-osaka .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-osaka .box-telnumber {
  border: solid 1px #4781bb;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-osaka .txt-center {
  text-align: center;
}

/*「埼玉の霊園」フォームレイアウト改修（160906）*/
#form-reien-saitama #header-form .header-area .logo {
  background: url(/img/reien-saitama/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-saitama .title-main {
  background: url(/img/reien-saitama/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-saitama .step-01 {
  background: url(/img/reien-saitama/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-saitama .step-02 {
  background: url(/img/reien-saitama/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-saitama #list-title {
  background-color: #f6f6f6;
  border: 2px solid #77a276;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-saitama .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #77a276;
  font-size: 15px;
}

#form-reien-saitama .list-table tr th {
  background-color: #dde8dd;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #77a276;
  color: #77a276;
  vertical-align: middle;
}

#form-reien-saitama .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #77a276 solid;
  vertical-align: middle;
}

#form-reien-saitama .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #77a276;
  margin-bottom: 20px;
}

#form-reien-saitama .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #77a276;
}

#form-reien-saitama .input-table tr th {
  background-color: #dde8dd;
  font-weight: bold;
  border: 1px solid #77a276;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-saitama .input-table tr td {
  border: 1px #77a276 solid;
  padding: 10px;
}

#form-reien-saitama .request-area .n-window {
  background: #fffee4;
  border: 2px #77a276 solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-saitama .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #77a276;
}

#form-reien-saitama .inner-table tr th {
  background-color: #dde8dd;
  font-weight: bold;
  border: 1px solid #77a276;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-saitama .inner-table tr td {
  border: 1px #77a276 solid;
  padding: 10px;
}

#form-reien-saitama .input-table.regist tr th {
  background-color: #dde8dd;
  border: 1px solid #77a276;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-saitama .input-table .list-reien tr th {
  background-color: #dde8dd;
  border: 1px solid #77a276;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-saitama .input-table .list-reien tr td {
  border: 1px #77a276 solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-saitama #footer .footer-navi {
  background: #77a276;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-saitama #footer .footer-navi .inner {
  position: relative;
}

#form-reien-saitama #footer .footer-navi .footer-logo {
  background: url(/img/reien-saitama/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-saitama #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*埼玉の霊園フォーム改修（170418）*/
#form-reien-saitama .step-00 {
  background: url(/img/reien-saitama/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-saitama th {
  font-size: 16px;
}

#form-reien-saitama input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-saitama input.w-60 {
  width: 60%;
}

#form-reien-saitama #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-saitama #div_name1 input,
#form-reien-saitama #div_name2 input,
#form-reien-saitama #div_kana1 input,
#form-reien-saitama #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-saitama input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-saitama .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-saitama .td-radio label input {
  vertical-align: baseline;
}

#form-reien-saitama .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-saitama .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-saitama .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-saitama .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-saitama .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-saitama .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-saitama .box-telnumber {
  border: solid 1px #77a276;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-saitama .txt-center {
  text-align: center;
}

/*「東京の霊園」フォームレイアウト改修（160906）*/
#form-reien-tokyo #header-form .header-area .logo {
  background: url(/img/reien-tokyo/logo.jpg) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-reien-tokyo .title-main {
  background: url(/img/reien-tokyo/bg_title.png) left no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 11px 0 0 40px;
}

#form-reien-tokyo .step-01 {
  background: url(/img/reien-tokyo/step_01.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 888px;
}

#form-reien-tokyo .step-02 {
  background: url(/img/reien-tokyo/step_02.png) left no-repeat;
  height: 49px;
  width: 888px;
}

#form-reien-tokyo #list-title {
  background-color: #f6f6f6;
  border: 2px solid #82786e;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 2px;
}

#form-reien-tokyo .list-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #82786e;
  font-size: 15px;
}

#form-reien-tokyo .list-table tr th {
  background-color: #e0dddb;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #82786e;
  color: #82786e;
  vertical-align: middle;
}

#form-reien-tokyo .list-table tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px #82786e solid;
  vertical-align: middle;
}

#form-reien-tokyo .osusume {
  font-size: 16px;
  font-weight: bold;
  color: #82786e;
  margin-bottom: 20px;
}

#form-reien-tokyo .input-table {
  margin: 20px 0 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #82786e;
}

#form-reien-tokyo .input-table tr th {
  background-color: #e0dddb;
  font-weight: bold;
  border: 1px solid #82786e;
  color: #434343;
  vertical-align: middle;
  width: 230px;
  text-align: left;
  padding: 10px;
}

#form-reien-tokyo .input-table tr td {
  border: 1px #82786e solid;
  padding: 10px;
}

#form-reien-tokyo .request-area .n-window {
  background: #fffee4;
  border: 2px #82786e solid;
  border-radius: 4px;
  bottom: 200px;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 120px;
  left: 10px;
  z-index: 999;
}

#form-reien-tokyo .inner-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #82786e;
}

#form-reien-tokyo .inner-table tr th {
  background-color: #e0dddb;
  font-weight: bold;
  border: 1px solid #82786e;
  color: #434343;
  vertical-align: middle;
  width: 100px;
  text-align: left;
  padding: 10px;
}

#form-reien-tokyo .inner-table tr td {
  border: 1px #82786e solid;
  padding: 10px;
}

#form-reien-tokyo .input-table.regist tr th {
  background-color: #e0dddb;
  border: 1px solid #82786e;
  color: #434343;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

#form-reien-tokyo .input-table .list-reien tr th {
  background-color: #e0dddb;
  border: 1px solid #82786e;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

#form-reien-tokyo .input-table .list-reien tr td {
  border: 1px #82786e solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

#form-reien-tokyo #footer .footer-navi {
  background: #82786e;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

#form-reien-tokyo #footer .footer-navi .inner {
  position: relative;
}

#form-reien-tokyo #footer .footer-navi .footer-logo {
  background: url(/img/reien-tokyo/logo.jpg) no-repeat;
  background-size: contain;
  height: 24px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 34px;
  width: 200px;
}

#form-reien-tokyo #footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

/*東京の霊園フォーム改修（170418）*/
#form-reien-tokyo .step-00 {
  background: url(/img/reien-tokyo/step_00.png) left no-repeat;
  height: 49px;
  margin-bottom: 15px;
  width: 980px;
}

#form-reien-tokyo th {
  font-size: 16px;
}

#form-reien-tokyo input {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 5px;
}

#form-reien-tokyo input.w-60 {
  width: 60%;
}

#form-reien-tokyo #td_address_r input {
  margin-bottom: 5px;
}

#form-reien-tokyo #div_name1 input,
#form-reien-tokyo #div_name2 input,
#form-reien-tokyo #div_kana1 input,
#form-reien-tokyo #div_kana2 input {
  /*width: 430px;*/
}

#form-reien-tokyo input[ type=radio] {
  -moz-transform-origin: right;
  -moz-transform: scale(1.8, 1.8);
  -webkit-transform-origin: right;
  -webkit-transform: scale(1.8, 1.8);
  margin-top: 7px;
  transform: scale(1.3);
  zoom: 1.3;
}

#form-reien-tokyo .td-radio label {
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
}

#form-reien-tokyo .td-radio label input {
  vertical-align: baseline;
}

#form-reien-tokyo .td-radio02 label {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 1.0;
  width: 30%;
}

#form-reien-tokyo .td-radio02 label input {
  vertical-align: baseline;
}

#form-reien-tokyo .txt-remarks {
  margin-top: 15px;
  width: 95%;
}

#form-reien-tokyo .area-btn {
  margin: 0 auto 20px;
  text-align: center;
}

#form-reien-tokyo .btn-next {
  margin: 0 auto;
  text-align: center;
}

#form-reien-tokyo .txt-policy {
  font-size: .8em;
  line-height: 1.3;
}

#form-reien-tokyo .box-telnumber {
  border: solid 1px #82786e;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

#form-reien-tokyo .txt-center {
  text-align: center;
}

/*資料請求改修（170124）*/
.list-reien02 {
  border: none;
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}

.list-reien02 tr th {
  background-color: #cde9d2;
  border: 1px solid #39a84a;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}

.list-reien02 tr td {
  border: 1px #39a84a solid;
  padding: 5px 10px 5px;
  vertical-align: middle;
}

.list-reien02 tr th.w-check {
  width: 10%;
}

.list-reien02 tr td.no-border {
  border: none;
  padding: 5px 0;
}

.list-reien02 tr td.name {
  border-right: none;
  padding-right: 0;
}

.list-reien02 tr td.box-detail {
  border-left: none;
  padding-left: 0;
  width: 40%;
}

.list-reien02 tr td.box-detail .img-l {
  display: inline-block;
  margin-top: 5px;
  width: 90px;
}

.list-reien02 tr td.box-detail .img-l img {
  margin-bottom: 5px;
  width: 80px;
}

.list-reien02 tr td.box-detail .list-detail {
  display: inline-block;
  line-height: 1.3;
}

.list-reien02 tr td.box-detail .list-detail .price {
  color: #e60012;
  font-weight: bold;
}

.list-reien02 tr td.box-detail .list-detail .price span {
  font-size: 18px;
}

.list-reien02 tr td.box-detail .list-detail .rank img {
  padding-bottom: 5px;
  width: 70px;
}

.list-reien02 tr .txt-c {
  text-align: center;
}

.list-reien02 tr .name {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

/*資料請求フォーム改修（170425）*/
#contents {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 22px;
}

#content .request-area,
#contents .request-area {
  position: relative;
}

.request-area figure.img-flow {
  position: absolute;
  right: 6px;
  top: 7px;
}

/*資料請求フォーム改修（170606）*/
.section-matome .txt-lead {
  font-size: 16px;
  line-height: 2.0;
  padding: 0 20px 10px;
}

.section-matome .txt-lead img {
  width: 16px;
  vertical-align: baseline;
}

.section-matome .txt-lead .txt-g {
  color: #118650;
  font-weight: bold;
}

.section-matome .txt-lead strong {
  color: #f39800;
  font-size: 18px;
}

.section-matome .box-matome {
  display: flex;
  flex-wrap: nowrap;
  font-size: 15px;
  justify-content: space-between;
  position: relative;
  background: #faf8ed;
  border: 2px solid #118650;
  border-radius: 5px;
  height: 39px;
  margin: 0 10px 15px;
  padding: 5px 10px;
}

.section-matome .box-matome:after,
.box-matome:before {
  top: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.section-matome .box-matome:after {
  border-color: rgba(250, 248, 237, 0);
  border-top-color: #faf8ed;
  border-width: 7px;
  margin-left: -7px;
}

.section-matome .box-matome:before {
  border-color: rgba(17, 134, 80, 0);
  border-top-color: #118650;
  border-width: 10px;
  margin-left: -10px;
}

.section-matome .box-matome label {
  margin-top: 3px;
}

.section-matome .box-matome label input {
  height: 30px;
  width: 30px;
}

.section-matome .box-matome ul {
  display: inline-block;
  padding: 5px 0 5px 10px;
  padding: 0;
}

.section-matome .box-matome ul li {
  display: inline-block;
  margin-left: 5px;
}

.section-matome .list-osusume {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-matome .list-osusume li {
  border: 1px solid #ccc;
  /*border-radius: 5px;*/
  display: flex;
  flex-flow: nowrap;
  height: 150px;
  justify-content: flex-start;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  width: 338px;
}

.section-matome .list-osusume li .box-check {
  background: #bdc8ca;
  /*border-radius: 4px 0 0 4px/4px 0 0 4px;*/
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 50px;
}

.section-matome .list-osusume li .box-check label {
  display: inline-block;
}

.section-matome .list-osusume li .box-check label input {
  height: 30px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.section-matome .list-osusume li .box-detail {
  background: none;
  border: none;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: left;
}

.section-matome .list-osusume li .box-detail h5.ttl-reien {
  background: none;
  border: none;
  display: block;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  width: 100%;
}

.section-matome .list-osusume li .box-detail h5.ttl-reien a {
  background: none;
  border: none;
  color: #118650;
  font-size: 15px;
  font-weight: 700;
  left: 10px;
  position: absolute;
  top: 10px;
}

.section-matome .list-osusume li .box-detail h5.ttl-reien a:after {
  background: none;
  border: none;
}

.section-matome .list-osusume li .box-detail .box-inner {
  display: flex;
  margin-top: 30px;
  width: 100%;
}

.section-matome .list-osusume li .box-detail .box-inner .thumb {
  margin-right: 10px;
  width: 130px;
}

.section-matome .list-osusume li .box-detail .box-inner .thumb img {
  max-height: 97.5px;
  max-width: 130px;
}

.section-matome .list-osusume li .box-detail .box-inner .txt-price {
  color: #e60012;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.section-matome .list-osusume li .box-detail .box-inner .txt-price img {
  vertical-align: baseline;
  width: 80px;
}

/*見学予約フォーム上部改修（170704）*/
.area-toujitsu {
  background: url(/common_img/img_condolence.png) right no-repeat;
  background-size: 90px;
  margin: 10px auto 20px;
  width: 780px;
}

.area-toujitsu .lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 113px;
}

.area-toujitsu .freedial {
  background: url(/common_img/free-dial.png) 30px 0 no-repeat;
  background-size: 79px;
  padding-left: 110px;
}

.area-toujitsu .freedial .txt-tel {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.0;
  padding-right: 5px;
}

.area-toujitsu .freedial .txt-uketsuke {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
}

.area-toujitsu .freedial .txt-uketsuke span {
  color: #f00;
}

/*資料請求フォームレコメンド改修（170718）*/
.lead-rec {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #299064;
  margin: 0 0 10px 20px;
  width: 480px;
}

#form-e-ohaka .list-left {
  float: left;
  width: 510px;
}

#form-e-ohaka .list-tbl {
  /*border: none;*/
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 20px 20px;
  width: 480px;
}

#form-e-ohaka .list-tbl tr:hover {
  background: #d5f1e3;
}

#form-e-ohaka .list-tbl tr th {
  border: none;
  color: #299064;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
}

#form-e-ohaka .list-tbl tr td {
  /*border: none;*/
  border: 1px solid #aeaeae;
  vertical-align: middle;
}

#form-e-ohaka .list-tbl tr .txt {
  background-color: #f6f6f6;
  font-size: 13px;
  color: #333;
  text-align: left;
}

#form-e-ohaka .list-tbl tr .chk-widh {
  background-color: #d5f1e3;
  width: 4%;
}

#form-e-ohaka .list-tbl tr .name-widh {
  font-size: 13px;
  width: 48%;
}

#form-e-ohaka .list-tbl tr .txt-c {
  text-align: center;
}

#form-e-ohaka .list-tbl tr .name {
  font-size: 13px;
  padding: 4px 2px 0;
}

#hidden_item_4 {
  display: flex;
  flex-wrap: wrap;
}

#hidden_item_4 .title-main {
  display: block;
  width: 980px;
}

#hidden_item_4 .box-rec {
  border-left: solid 1px #aeaeae;
  /*display: flex;*/
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 0 40px 10px;
  width: 440px;
}

#hidden_item_4 .box-rec.no-border {
  border-left: none;
}

#hidden_item_4 .box-rec h3 {
  background: #d5f1e3;
  color: #299064;
  height: 1.5em;
  margin-bottom: 10px;
  padding: 5px 5px 3px;
  width: 440px;
}

#hidden_item_4 .box-rec .box-img {
  display: inline-block;
  margin-right: 10px;
  width: 140px;
}

#hidden_item_4 .box-rec .box-img figure img {
  margin-bottom: 5px;
  max-height: 105px;
  max-width: 140px;
}

#hidden_item_4 .box-rec .box-img .list-icon {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 140px;
}

#hidden_item_4 .box-rec .box-img .list-icon li img {
  width: 60px;
}

#hidden_item_4 .box-rec table {
  background: #fff;
  border-collapse: collapse;
  border-top: dotted 1px #aeaeae;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  width: 290px;
  float: right;
}

#hidden_item_4 .box-rec table th {
  font-size: 13px;
  font-weight: normal;
  border-bottom: dotted 1px #aeaeae;
  padding: 5px 5px 3px;
  text-align: left;
  width: 6em;
}

#hidden_item_4 .box-rec table th.border-l {
  border-left: dotted 1px #aeaeae;
  padding: 5px;
}

#hidden_item_4 .box-rec table td {
  border-bottom: dotted 1px #aeaeae;
  padding: 5px 5px 3px;
}

#hidden_item_4 .box-rec table td.noline {
  border: none;
  padding: 5px 0 3px;
}

#hidden_item_4 .box-rec table .txt-price {
  color: #e60012;
  font-size: 15px;
  font-weight: bold;
}

#hidden_item_4 .box-rec table .kukaku li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 5px;
  padding-left: 14px;
}

#hidden_item_4 .box-rec table .kukaku .type-01 {
  background: url(/icon_img/ico-cemetery-01.png) left 2px no-repeat;
  background-size: 13px;
}

#hidden_item_4 .box-rec table .kukaku .type-02 {
  background: url(/icon_img/ico-cemetery-02.png) left 2px no-repeat;
  background-size: 13px;
}

#hidden_item_4 .box-rec table .kukaku .type-03 {
  background: url(/icon_img/ico-cemetery-03.png) left 2px no-repeat;
  background-size: 13px;
}

#hidden_item_4 .box-rec table .kukaku .type-04 {
  background: url(/icon_img/ico-cemetery-04.png) left 2px no-repeat;
  background-size: 13px;
}

#hidden_item_4 .box-rec table .list-feature li {
  background: #fff;
  border: solid 2px #118650;
  border-radius: 4px;
  color: #118650;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 2px 2px;
  padding: 2px 2px 0;
}

/*簡単資料請求フォーム改修（170808）*/
#form-e-ohaka #header-contact .header-area {
  height: 50px;
  width: 980px;
  width: 888px;
  margin: 5px auto 0;
  position: relative;
}

#form-e-ohaka #header-contact .header-area .logo {
  background: url(/common_img/header-logo.gif) left no-repeat;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  width: 500px;
}

#form-e-ohaka #header-contact .header-area .lead-contact {
  font-size: 18px;
  font-weight: bold;
  left: 225px;
  position: absolute;
  top: 5px;
}

#header-contact .header-area .tel-foot {
  position: absolute;
  right: 0;
  top: 0;
}

#contents .request-area .box-f {
  background: #ffffb2;
  border: 4px solid #ea5300;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 100px;
  padding: 5px 10px 3px;
  position: relative;
}

#contents .request-area .box-f:after,
#contents .request-area .box-f:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 80%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

#contents .request-area .box-f:after {
  border-color: rgba(213, 213, 85, 0);
  border-top-color: #ffffb2;
  border-width: 10px;
  margin-left: -10px;
}

#contents .request-area .box-f:before {
  border-color: rgba(245, 164, 103, 0);
  border-top-color: #ea5300;
  border-width: 16px;
  margin-left: -16px;
}

#contents .request-area .lead-flow {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#contents .request-area .txt-flow {
  font-size: 16px;
  text-align: center;
}

#contents .request-area textarea {
  border-radius: 4px;
  width: 95%;
}

#contents .request-area .area-comp {
  padding: 40px 80px 0;
}

#contents .request-area .area-comp h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#contents .request-area .area-comp p {
  margin-bottom: 20px;
}

/*見学フォーム改修（170919）*/
.request-area .list-table tr.bg-on:hover {
  background: #d5f1e3;
}

/*見学予約フォーム上部改修（171024）*/
.area-camp-tel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 10px auto 20px;
  width: 980px;
}

.area-camp-tel .area-camp {
  background: #fef9ae;
  border: solid 5px #076baf;
  border-radius: 12px;
  padding: 5px 5px 0;
  width: 480px;
}

.area-camp-tel .area-camp .lead {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
}

.area-camp-tel .area-camp .box-camp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.area-camp-tel .area-camp .box-camp .txt-camp {
  color: #299064;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 10px;
  text-align: center;
}

.area-camp-tel .area-camp .box-camp .txt-camp strong {
  background: #fff;
  border: solid 2px #076baf;
  border-radius: 6px;
  color: #14ae67;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 1px;
}

/*完了ページ改修（171212）*/
#contents .request-area .area-completion {
  padding: 0 0 0;
}

.area-camp-tel .area-camp .box-camp .txt-camp span {
  color: #f00;
  font-size: 14px;
}

.area-camp-tel .area-camp .box-camp img.img-bnr {
  height: 76px;
  width: 276px;
}

.area-camp-tel .area-tel {
  background: #fff;
  padding: 15px 0 5px 20px;
  width: 460px;
}

.area-camp-tel .area-tel .lead {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 5px;
  text-align: center;
}

.area-camp-tel .area-tel .freedial {
  background: url(/common_img/free-dial.png) 0 4px no-repeat;
  background-size: 68px;
  padding-left: 68px;
}

.area-camp-tel .area-tel .freedial .txt-tel {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.0;
  padding-right: 5px;
}

.area-camp-tel .area-tel .txt-uketsuke {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.area-camp-tel .area-tel .txt-uketsuke span {
  color: #f00;
}

/*完了ページ改修（171212）*/
#contents .request-area .area-completion {
  padding: 0 0 0;
}

#contents .request-area .area-completion .txt-comp {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#contents .request-area .area-completion .box-txt {
  margin: 0 40px 20px;
}

#contents .request-area .area-completion .box {
  background: #ffc;
  border: solid 1px #60a766;
  margin: 0 40px 20px;
  padding: 20px;
}

#contents .request-area .area-completion .section-matome .box-arealist {
  background: #fff;
  border: 1px solid #cacaca;
  clear: both;
  margin-bottom: 20px;
  padding: 2px;
}

#contents .request-area .area-completion .section-matome .box-matome a:hover {
  opacity: .7;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .check-area {
  background: #eaeaea;
  display: block;
  float: left;
  height: 220px;
  padding: 20px 1px 10px;
  text-align: center;
  width: 71px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .check-area img {
  height: auto;
  width: 71px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .check-area input {
  display: none;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area {
  background: #fff;
  float: left;
  padding: 10px 20px;
  position: relative;
  width: 860px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area h3 {
  color: #076baf;
  font-size: 20px;
  line-height: 1.5;
  margin: 35px 0 10px;
  text-decoration: underline;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-ico {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 10px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-ico li {
  border-radius: 4px;
  line-height: 15px;
  padding-top: 2px;
  width: 80px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-ico li.ico-t {
  background: #00ace6;
  border: solid 2px #00ace6;
  color: #fff;
  margin-right: 5px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-ico li.ico-p {
  background: #a08d76;
  border: solid 2px #a08d76;
  color: #fff;
  margin-right: 5px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-ico li.ico-g {
  background: #6a9c3a;
  border: solid 2px #6a9c3a;
  color: #fff;
  margin-right: 5px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-ico li img {
  line-height: 1.0;
  padding: 0 5px 0 0;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area a {
  text-decoration: none;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .ico-new {
  background: #f10051;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  margin-left: 5px;
  padding: 4px 8px 2px;
  text-decoration: none;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-icon {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 10px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-icon li {
  border-radius: 4px;
  line-height: 1.5;
  padding: 3px 0 0;
  width: 80px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-icon li.icon-t {
  background: #e60012;
  border: solid 2px #e60012;
  color: #fff;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-icon li.icon-p {
  background: #a08d76;
  border: solid 2px #a08d76;
  color: #fff;
  margin-left: 5px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-icon li.icon-p img {
  vertical-align: top;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-icon li.icon-g {
  background: #fff;
  border: solid 2px #118650;
  color: #118650;
  margin-left: 5px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .lead {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area a {
  text-decoration: none;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-hyouka {
  color: #118650;
  font-size: 14px;
  margin-bottom: 10px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 500px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-hyouka p {
  display: inline-block;
  line-height: 1.0;
  margin-left: 0;
  width: 240px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-hyouka p img {
  height: 16px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-hyouka p .txt {
  color: #404040;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-hyouka p .num {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .img-r {
  float: left;
  margin-right: 20px;
  max-height: 150px;
  max-width: 200px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl {
  display: inline-block;
  line-height: 1.8;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .txt-eitai {
  font-size: 15px;
  font-weight: bold;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .txt-price {
  color: #e60012;
  font-size: 15px;
  font-weight: bold;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .list-kukaku li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 5px;
  padding-left: 14px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .list-kukaku .type-01 {
  background: url(/icon_img/ico-cemetery-01.png) left no-repeat;
  background-size: 13px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .list-kukaku .type-02 {
  background: url(/icon_img/ico-cemetery-02.png) left no-repeat;
  background-size: 13px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .list-kukaku .type-03 {
  background: url(/icon_img/ico-cemetery-03.png) left no-repeat;
  background-size: 13px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .area-dtl .list-kukaku .type-04 {
  background: url(/icon_img/ico-cemetery-04.png) left no-repeat;
  background-size: 13px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .list-feature li {
  background: #fff;
  border: solid 2px #118650;
  border-radius: 4px;
  color: #118650;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 2px 2px;
  padding: 2px 2px 0;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-btn02 {
  bottom: 10px;
  position: absolute;
  right: 20px;
}

#contents .request-area .area-completion .section-matome .box-arealist .inner .detail-area .box-btn02 a:hover {
  opacity: 0.7;
}

#fix-arealist-footer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
}

#fix-arealist-footer .inner {
  background: #fff;
  border: solid 2px #b2b2b2;
  border-radius: 4px;
  margin: 8px auto;
  height: 50px;
  position: relative;
  width: 860px;
}

#fix-arealist-footer .inner .lead {
  background: url(/search/img/img_checkbox_on.png) left 11px no-repeat;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
}

#fix-arealist-footer .inner .shiryou {
  position: absolute;
  right: 300px;
  top: 5px;
}

#fix-arealist-footer .inner .kengaku {
  position: absolute;
  right: 40px;
  top: 5px;
}

#fix-arealist-footer .inner .kengaku-new {
  position: absolute;
  right: 40px;
  top: -14px;
}

#fix-arealist-footer .inner a img:hover {
  opacity: 0.7;
}

/*カタログフォーム（180116）*/
.request-area .list-table .th-state {
  width: 268px;
}

.request-area .list-table .th-reien {
  width: 708px;
}

.request-area .btn-seikyuu {
  margin: 20px auto 0;
  text-align: center;
}

.request-area .btn-seikyuu a:hover img {
  opacity: .7;
}

/*見学フォーム改修（180718）*/
.list-table .txt-red {
  color: #f00;
  font-size: .8rem;
}

.input-table tr td select,
.list-table tr td select,
.tbl-reien-1st tr td select,
.tbl-select-1st tr td select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("/reserve/img/down_arrow.png") 95%/10% no-repeat #fdfdfd;
  background-size: 14px auto;
  color: #404040;
  font-size: 14px;
  height: 2.0;
  line-height: 2.0;
  overflow: hidden;
  padding-left: 10px;
  width: 100px;
}

/*資料請求フォーム改修(180731)*/
.area-complete {
  margin: 0 auto;
  padding: 40px 0;
  width: 980px;
}

.area-complete h2 {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.area-complete .txt-complete {
  margin: 0 80px 20px;
}

.area-complete .box {
  background-color: #ffc;
  border: solid 1px #60a766;
  font-size: 16px;
  margin: 0 80px 40px;
  line-height: 1.5;
  padding: 20px 100px;
}

.area-complete h3 {
  text-indent: -1em;
}

.area-complete h2.ttl-osusume {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.area-complete .section-tsuika {
  margin-bottom: 40px;
}

.area-complete .section-tsuika .txt-lead {
  font-size: 16px;
  line-height: 2.0;
  padding: 0 80px 10px;
}

.area-complete .section-tsuika .txt-lead img {
  vertical-align: baseline;
  width: 16px;
}

.area-complete .section-tsuika .txt-lead .txt-g {
  color: #118650;
  font-weight: bold;
}

.area-complete .section-tsuika .txt-lead strong {
  color: #f39800;
  font-size: 18px;
}

.area-complete .section-tsuika .box-matome {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  justify-content: space-between;
  background: #faf8ed;
  border: 3px solid #118650;
  border-radius: 5px;
  height: auto;
  margin: 0 10px 10px;
  padding: 5px 40px;
}

.area-complete .section-tsuika .box-matome:after,
.box-matome:before {
  top: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.area-complete .section-tsuika .box-matome:after {
  border-color: rgba(250, 248, 237, 0);
  border-top-color: #faf8ed;
  border-width: 7px;
  margin-left: -7px;
}

.area-complete .section-tsuika .box-matome:before {
  border-color: rgba(17, 134, 80, 0);
  border-top-color: #118650;
  border-width: 10px;
  margin-left: -10px;
}

.area-complete .section-tsuika .box-matome label {
  line-height: 64px;
}

.area-complete .section-tsuika .box-matome label input[type=checkbox] {
  transform: scale(1.6);
  zoom: 1.6;
}

.section-tsuika .box-matome a.btn-tsuika {
  background: #ed702d;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ac501f;
  color: #fff;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  height: 48px;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  width: 50%;
}

.section-tsuika .box-matome a:hover.btn-tsuika {
  opacity: .7;
}

.section-tsuika .box-matome a.btn-tsuika .box-tel {
  align-items: center;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.section-tsuika .box-matome a.btn-tsuika .box-tel span {
  font-size: 16px;
}

.section-tsuika .list-osusume {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-tsuika .list-osusume li {
  border: 1px solid #ccc;
  display: flex;
  flex-flow: nowrap;
  height: 150px;
  justify-content: flex-start;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  width: 480px;
}

.section-tsuika .list-osusume li .box-check {
  background: #bdc8ca;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 50px;
}

.section-tsuika .list-osusume li .box-check label {
  display: inline-block;
}

.section-tsuika .list-osusume li .box-check label input[type=checkbox] {
  transform: scale(1.2);
  zoom: 1.2;
  height: 20px;
  left: 5px;
  position: absolute;
  top: 50px;
  width: 20px;
}

.section-tsuika .list-osusume li .box-detail {
  background: none;
  border: none;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: left;
}

.section-tsuika .list-osusume li .box-detail h5.ttl-reien {
  background: none;
  border: none;
  display: block;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}

.section-tsuika .list-osusume li .box-detail h5.ttl-reien a {
  background: none;
  border: none;
  color: #118650;
  font-size: 18px;
  font-weight: 700;
}

.section-tsuika .list-osusume li .box-detail h5.ttl-reien a:after {
  background: none;
  border: none;
}

.section-tsuika .list-osusume li .box-detail h5.ttl-reien span {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 1.0em;
  line-height: 1.0;
  margin-left: 4px;
  padding: 3px 8px 2px;
  text-align: center;
}

.tag-new {
  background: #d94372;
}

.tag-pickup {
  background: #ed6103;
}

.section-tsuika .list-osusume li .box-detail .box-inner {
  display: flex;
  width: 100%;
}

.section-tsuika .list-osusume li .box-detail .box-inner .thumb {
  height: 99px;
  margin-right: 10px;
  width: 132px;
}

.section-tsuika .list-osusume li .box-detail .box-inner .thumb img {
  margin: 0 auto;
  max-height: 99px;
  max-width: 132px;
  text-align: center;
}

.section-tsuika .list-osusume li .box-detail .box-inner .txt-price {
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.section-tsuika .list-osusume li .box-detail .box-inner .txt-price img {
  vertical-align: baseline;
  width: 80px;
}

.section-tsuika .list-osusume li .box-detail .box-inner .list-tag {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
}

.section-tsuika .list-osusume li .box-detail .box-inner .list-tag li {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 1.0em;
  line-height: 1.0;
  margin-right: 4px;
  padding: 3px 2px 2px;
  text-align: center;
  width: 80px;
}

.section-tsuika .list-osusume li .box-detail .box-inner .list-tag li:last-child {
  margin-right: 0;
}

.tag-station {
  background: #4fb0d2;
}

.tag-pet {
  background: #f49702;
}

.tag-gardening {
  background: #6fa92e;
}

#fix-comp-footer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

#fix-comp-footer .fix-comp-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  z-index: 20;
}

#fix-comp-footer p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}

#fix-comp-footer ul {
  width: 100%;
  max-width: 672px;
  display: flex;
  align-items: center;
}

#fix-comp-footer ul li {
  font-size: 20px;
  width: 560px;
}

#fix-comp-footer ul li span {
  font-size: 16px;
  margin-left: 20px;
}

#fix-comp-footer ul li a {
  display: block;
  background: #f55d00;
  color: #fff !important;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 8px;
  text-decoration: none;
  position: relative;
}

/*お問い合わせフォーム改修(180803)*/
.input-table tr td select.select-contact {
  border: solid 1px #404040;
  color: #404040;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 10px 4px;
  width: 200px;
}

.input-table #td_comment_r textarea {
  font-size: 16px;
}

.input-table #td_contact_way_r label,
.input-table #td_contact_item_r label {
  font-size: 16px;
  margin-right: 20px;
}

.input-table #td_contact_way_r label input[type=radio],
.input-table #td_contact_item_r label input[type=radio] {
  margin-top: 0;
}

#form-e-ohaka .ttl-confirm {
  border-bottom: solid 2px #118650;
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-align: center;
}

/*フォーム改修（180828）*/
#form-e-ohaka .tbl-reien-1st {
  border-collapse: collapse;
  border: 1px solid #299064;
  margin-bottom: 10px;
  padding: 5px;
  text-align: left;
  width: 100%;
}

#form-e-ohaka .tbl-reien-1st td {
  padding: 10px;
  border-left: solid 1px #299064;
}

#form-e-ohaka .tbl-reien-1st .txt-red {
  color: #f00;
  font-size: .8rem;
}

#form-e-ohaka .tbl-reien-1st .ttl-reien {
  background: #d5f1e3 url(/common_img/icon_arrow.png) 10px/10px no-repeat;
  border-bottom: solid 1px #299064;
  color: #299064;
  font-weight: bold;
  padding: 10px 20px;
  width: 640px;
}

#form-e-ohaka .tbl-reien-1st .area-intro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

#form-e-ohaka .tbl-reien-1st .area-intro img {
  max-width: 160px;
}

#form-e-ohaka .tbl-reien-1st .area-intro table {
  border-collapse: collapse;
  border: none;
  width: 460px;
}

#form-e-ohaka .tbl-reien-1st .area-intro table th {
  background: none;
  border-bottom: dotted 1px #404040;
  border-left: none;
  border-right: none;
  border-top: dotted 1px #404040;
  padding: 5px;
  width: 30%;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td {
  background: none;
  border-bottom: dotted 1px #404040;
  border-left: none;
  border-right: none;
  border-top: dotted 1px #404040;
  padding: 5px;
  width: 70%;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td .txt-price {
  color: #f00;
  font-weight: bold;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td .kukaku li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 5px;
  padding-left: 14px;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td .kukaku .type-01 {
  background: url(/icon_img/ico-cemetery-01.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td .kukaku .type-02 {
  background: url(/icon_img/ico-cemetery-02.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td .kukaku .type-03 {
  background: url(/icon_img/ico-cemetery-03.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-reien-1st .area-intro table td .kukaku .type-04 {
  background: url(/icon_img/ico-cemetery-04.png) left 2px/13px no-repeat;
}

/*墓じまいフォーム(180921)*/
#div_hakajimai h2 {
  font-size: 16px;
  margin: 20px 0 10px;
}

#div_hakajimai input {
  margin-top: 3px;
}

#div_zip select#state,
#div_hakajimai select#hakajimai_state {
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px;
  width: 50%;
}

#div_hakajimai .icon-hissu {
  margin: 0 0 10px 10px;
}

/* 「いいお墓」フォーム一本化(181106) */
#form-e-ohaka #header-form .header-area {
  height: 50px;
  margin: 0 auto 10px;
  position: relative;
  width: 980px;
}

#form-e-ohaka #header-form .logo-form {
  background: url(/common_img/icn_first_logo.png) 20px no-repeat;
  background-size: 184px;
  float: none;
  height: 46px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 4px;
  width: 100%;
}

#form-e-ohaka #header-form h1 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

#form-e-ohaka .bar-flow {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  font-weight: bold;
  justify-content: space-around;
  line-height: 2.0;
  margin: 0 auto 32px;
  text-align: center;
  width: 80%;
}

#form-e-ohaka .bar-flow li.icon-01 {
  background: url(/common_img/bg_flow_01.png) center no-repeat;
  background-size: 380px;
  color: #fff;
  padding-top: 2px;
  width: 50%;
}

#form-e-ohaka .bar-flow li.icon-02 {
  background: url(/common_img/bg_flow_02.png) center no-repeat;
  background-size: 380px;
  padding-top: 2px;
  width: 50%;
}

#form-e-ohaka .bar-flow li.icon-03 {
  background: url(/common_img/bg_flow_03.png) center no-repeat;
  background-size: 380px;
  padding-top: 2px;
  width: 50%;
}

#form-e-ohaka .bar-flow li.icon-04 {
  background: url(/common_img/bg_flow_04.png) center no-repeat;
  background-size: 380px;
  color: #fff;
  padding-top: 2px;
  width: 50%;
}

#form-e-ohaka .input-table tr td .txt-address {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}

#form-e-ohaka .tbl-select-1st {
  border-collapse: collapse;
  border: 1px solid #299064;
  margin-bottom: 10px;
  padding: 5px;
  text-align: left;
  width: 100%;
}

#form-e-ohaka .tbl-select-1st td {
  padding: 10px;
  border: solid 1px #299064;
  text-align: center;
  vertical-align: middle;
}

#form-e-ohaka .tbl-select-1st .th-reien {
  background: #d5f1e3;
  border: solid 1px #299064;
  color: #299064;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

#form-e-ohaka .tbl-select-1st .th-reien.w-9 {
  width: 9%;
}

#form-e-ohaka .tbl-select-1st .th-reien.w-32 {
  width: 32%;
}

#form-e-ohaka .tbl-select-1st .th-reien.w-50 {
  width: 50%;
}

#form-e-ohaka .tbl-select-1st .td-kengaku {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}

#form-e-ohaka .tbl-select-1st .txt-red {
  color: #f00;
  font-size: .8rem;
  line-height: 1.2;
}

#form-e-ohaka .tbl-select-1st .td-kengaku input {
  font-size: 16px;
  line-height: 1.2;
  width: 9em;
}

#form-e-ohaka .tbl-select-1st .area-intro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

#form-e-ohaka .tbl-select-1st .area-intro figure {
  display: inline-block;
  width: 160px;
}

#form-e-ohaka .tbl-select-1st .area-intro figure>img {
  margin-bottom: 5px;
  max-width: 160px;
}

#form-e-ohaka .tbl-select-1st .area-intro .cf {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 160px;
}

#form-e-ohaka .tbl-select-1st .area-intro .cf li {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 2px;
  margin: 0 4px 4px 0;
}

#form-e-ohaka .tbl-select-1st .area-intro .cf li:last-child {
  margin-right: 0;
}

.tag-station {
  background: #4fb0d2;
}

.tag-pet {
  background: #f49702;
}

.tag-gardening {
  background: #6fa92e;
}

#form-e-ohaka .tbl-select-1st .area-intro table {
  border-collapse: collapse;
  border: none;
  display: inline-table;
  font-size: 12px;
  width: 300px;
}

#form-e-ohaka .tbl-select-1st .area-intro table th {
  background: none;
  border-bottom: dotted 1px #404040;
  border-left: none;
  border-right: none;
  border-top: dotted 1px #404040;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  text-align: left;
  width: 30%;
}

#form-e-ohaka .tbl-select-1st .area-intro table td {
  background: none;
  border-bottom: dotted 1px #404040;
  border-left: none;
  border-right: none;
  border-top: dotted 1px #404040;
  padding: 2px;
  text-align: left;
  width: 70%;
}

#form-e-ohaka .tbl-select-1st .area-intro table td .kukaku li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 5px;
  padding-left: 14px;
}

#form-e-ohaka .tbl-select-1st .area-intro table td .kukaku .type-01 {
  background: url(/icon_img/ico-cemetery-01.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-select-1st .area-intro table td .kukaku .type-02 {
  background: url(/icon_img/ico-cemetery-02.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-select-1st .area-intro table td .kukaku .type-03 {
  background: url(/icon_img/ico-cemetery-03.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-select-1st .area-intro table td .kukaku .type-04 {
  background: url(/icon_img/ico-cemetery-04.png) left 2px/13px no-repeat;
}

#form-e-ohaka .tbl-select-1st .select-kengaku {
  position: relative;
}

#form-e-ohaka .balloon-kengaku {
  left: 6%;
  position: absolute;
  top: 64%;
}

#form-e-ohaka .balloon2-left {
  position: relative;
  display: inline-block;
  margin: 0 0 0;
  padding: 2px;
  color: #2d60ad;
  background: #fff;
  border: solid 2px #2d60ad;
  box-sizing: border-box;
}

#form-e-ohaka .balloon2-left:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 14%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

#form-e-ohaka .balloon2-left:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 14%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #2d60ad;
  z-index: 1;
}

#form-e-ohaka .balloon2-left p {
  margin: 0;
  padding: 0;
}

#form-e-ohaka .btn-conv {
  background: #f55d00 url(/icon_img/icon_arr.png) 40px no-repeat;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 1px 1px #913801;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  margin: 5px auto 40px;
  padding: 10px 0 8px;
  text-align: center;
  width: 480px;
}

#form-e-ohaka .btn-conv:hover {
  box-shadow: 0 1px 1px 0 #913801;
  margin: 6px auto 39px;
}

/* 資料請求フォーム改修/見学予約訴求 (190207) */
#form-e-ohaka #header-form .header-area {
  margin-top: 15px;
  height: auto;
}

#header-form .header-top {
  display: flex;
  justify-content: space-between;
}

#form-e-ohaka #header-form .header-form-logo {
  width: 140px;
}

#form-e-ohaka #header-form .header-form-logo img {
  width: 100%;
}

#header-form .header-telephone dl {
  margin: 0;
  width: 370px;
}

#header-form .header-telephone dl dt {
  margin: 0 16px 0 0;
  font-size: 12px;
  text-align: center;
  float: left;
  color: #05aa22;
  background-color: #edf6e3;
  padding: 3px 0;
  width: 120px;
  border-radius: 3px;
  position: relative;
  line-height: 1.5;
}

#header-form .header-telephone dl dd {
  white-space: nowrap;
}

#header-form .header-telephone dl dd p:first-of-type {
  margin: -.1em 0 0;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
  text-align: right;
}

#header-form .header-telephone dl dd p:nth-of-type(2) {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

#header-form .header-body {
  border: 10px solid #edf6e3;
  position: relative;
  margin: 30px auto;
  color: #232b39;
}

#form-e-ohaka #header-form h1 {
  font-size: 36px;
  width: 420px;
  background-color: #fff;
  margin: -15px auto 20px;
  padding: 0;
}

#header-form .header-description {
  margin: 42px 40px 30px;
  position: relative;
  font-weight: bold;
}

#header-form .header-description:after {
  content: "";
  background: url(/common_img/img_operator.png) no-repeat;
  width: 170px;
  height: 142px;
  top: -41px;
  right: -12px;
  background-size: 100%;
  position: absolute;
}

#header-form .header-description p {
  font-size: 16px;
  text-align: center;
  margin-right: 100px;
}

#header-form .header-description p span:first-of-type {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline-block;
  margin-right: 5px;
}

#header-form .header-description p span:last-of-type {
  font-size: 22px;
}

#header-form .header-description p span em {
  font-size: 30px;
  color: #d94372;
  margin: 0 3px 0 3px;
}

#header-form .header-description p strong {
  font-size: 22px;
  margin-right: 3px;
}

#header-form .header-body dl {
  display: flex;
  justify-content: center;
  margin: 0 270px 24px 0;
}

#header-form .header-body dl dt {
  font-size: 14px;
  position: relative;
  padding-right: 24px;
}

#header-form .header-body dl dt:after {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
  width: 12px;
  height: 12px;
  margin: -5px 0 0 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-form .header-body dl dd {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
}

/* 墓じまいフォーム改修(190412) */
#form-e-ohaka .txt-meigi {
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}

#form-e-ohaka input.w-20 {
  width: 20%;
}

#form-e-ohaka #div_hakajimai .ttl-select {
  display: inline-block;
  width: 24%;
}

#form-e-ohaka #div_hakajimai #hakajimai_type,
#form-e-ohaka #div_hakajimai #hakajimai_date,
#form-e-ohaka #div_hakajimai #hakajimai_estimate,
#form-e-ohaka #hakajimai_place {
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px;
  width: 50%;
}

/* Amazonフォームアシストボタン */
#LoginWithAmazon {
  position: absolute;
  height: 50px;
  width: 200px;
  display: inline-block;
  top: 35px;
  right: 185px;
}

/* 資料請求フォーム上部訴求部分変更(190407) */
#header-form .header-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 42px 40px 12px;
  font-weight: bold;
}

/* #header-form .header-container:after {
  content: "";
  background: url(https://www.e-ohaka.com/common_img/img_operator.png) no-repeat;
  width: 170px;
  height: 142px;
  top: -41px;
  right: -12px;
  background-size: 100%;
  position: absolute;
} */

#header-form .header-container hr {
  background: #000;
  height: auto;
  width: 1px;
}

#header-form .header-container div:first-of-type {
  /* margin-right: 30px;
  padding-right: 26px;
  border-right: 1px solid #333; */
}

#header-form .header-container div p {
  text-align: left;
  font-size: 16px;
}

#header-form .header-container div:last-of-type p {
  font-size: 22px;
}

#header-form .header-container div p>span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  background: -moz-linear-gradient(transparent 60%, #ffff66 60%);
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  display: inline-block;
  margin: 0 5px 20px 0;
  font-size: 16px;
}

#header-form .header-container div p>span>span {
  font-size: 22px;
  margin-right: 3px;
}

#header-form .header-container div p>em {
  color: #d94372;
  font-size: 28px;
  margin: 0 3px;
}

#header-form .header-container .img_op {
  height: 142px;
  margin: -40px;
  overflow: hidden;
  width: 170px;
}

#header-form .header-container .img_op img {
  width: 170px;
}

#header-form .header-body dl {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  justify-content: center;
  padding: 12px 0 8px 0;
  background-color: #efefef;
}

=======
}

/*ギフト訴求表示*/
.input-table .balloon-gift {
  height: auto;
  width: 580px;
}

/* ブロック化対応（regist/reserve） */
#form-e-ohaka .blk_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* @media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #form-e-ohaka .blk_reserve {
    max-width: 80%;
  }
} */

#form-e-ohaka .blk_reserve .desired {
  display: inline-block;
  margin-top: 5px;
}

#form-e-ohaka .blk_reserve .input_desired input {
  margin-right: 5px;
}

#form-e-ohaka .name_cemetery {
  font-weight: bold;
}

#form-e-ohaka .label_possible {
  color: #053f86;
  font-size: 12px;
}

/* 資料請求・見学予約ご希望の霊園（210528） */
.wrap_selection {
  background: #f6faea;
  margin-bottom: 32px;
  padding: 0 50px 26px;
}

.wrap_selection h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 0 20px;
}

.wrap_selection .blk_selection {
  background: #fff;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 430px;
  grid-template-columns: 1fr 430px;
  font-size: 18px;
  margin-bottom: 24px;
  padding: 24px 60px 0;
}

.wrap_selection .blk_selection_ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  line-height: 1;
}

.wrap_selection .blk_selection_ttl .name_selection {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.wrap_selection .blk_selection_ttl .list_means {
  color: #d94372;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  font-size: 14px;
  margin-bottom: 12px;
}

.wrap_selection .blk_selection_ttl .list_means li:nth-child(2)::before {
  content: "／";
}

.wrap_selection .blk_selection_ttl .open_detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #008518;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 12px;
}

.wrap_selection .blk_selection_ttl .open_detail::before {
  content: '\e88e';
  font-family: 'Material Icons Outlined';
  font-size: 24px;
}

.wrap_selection .blk_selection_ttl .open_detail a {
  color: #008518;
}

.wrap_selection .blk_online_ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  line-height: 1;
  min-width: 330px;
}

.wrap_selection .blk_materials_ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  line-height: 1;
  min-width: 430px;
}

.wrap_selection .blk_online_ttl h3,
.wrap_selection .blk_materials_ttl h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.wrap_selection .blk_online_ttl .txt_att,
.wrap_selection .blk_materials_ttl .txt_att {
  font-size: 14px;
}

.wrap_selection .blk_selection_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.wrap_selection .blk_selection_check input[type="checkbox"] {
  display: none;
}

.wrap_selection .blk_selection_check label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #459e4d;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 24px;
  position: relative;
  width: 190px;
}

.wrap_selection .blk_selection_check input[type="checkbox"]+label::before {
  border: 2px solid #767676;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  left: 24px;
  position: absolute;
  top: 7px;
  width: 24px;
}

.wrap_selection .blk_selection_check input[type="checkbox"]:checked+label {
  background: #f2fff5;
  border: 2px solid #459e4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_selection .blk_selection_check input[type="checkbox"]:checked+label::before {
  background: #49a953;
  border: 2px solid #49a953;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 23px;
  top: 6px;
}

.wrap_selection .blk_selection_check input[type="checkbox"]:checked+label::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 29px;
  width: 8px;
}

.wrap_selection .blk_online_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-bottom: 48px;
}

.wrap_selection .blk_online_check input[type="checkbox"] {
  display: none;
}

.wrap_selection .blk_online_check label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 36px;
  position: relative;
}

.wrap_selection .blk_online_check input[type="checkbox"]+label::before {
  border: 2px solid #767676;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 24px;
}

.wrap_selection .blk_online_check input[type="checkbox"]:checked+label::before {
  background: #49a953;
  border: 2px solid #49a953;
}

.wrap_selection .blk_online_check input[type="checkbox"]:checked+label::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
}

.wrap_selection .blk_materials_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-bottom: 10px;
}

.wrap_selection .blk_materials_check input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.wrap_selection .blk_materials_check label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
}

.wrap_selection .blk_materials_check input[type="radio"]+label::before {
  border: 2px solid #767676;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.wrap_selection .blk_materials_check input[type="radio"]:checked+label::before {
  border: 2px solid #49a953;
}

.wrap_selection .blk_materials_check input[type="radio"]:checked+label::after {
  background: #49a953;
  border-radius: 50%;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
}

.wrap_selection .blk_online_check .txt_att {
  font-size: 14px;
}

.wrap_selection .blk_materials_check .txt_att {
  font-size: 14px;
}

#form-e-ohaka .wrap_selection .blk_reserve {
  display: none;
}

#form-e-ohaka .wrap_selection .blk_reserve dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  width: 430px;
}

#form-e-ohaka .wrap_selection .blk_reserve dl dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#form-e-ohaka .wrap_selection .blk_reserve dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 68%;
}

#form-e-ohaka .wrap_selection .blk_reserve .desired>.txt-red {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cf4852;
  border-radius: 2px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px;
  width: 34px;
}

#form-e-ohaka .wrap_selection .blk_reserve .desired>span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #888;
  border-radius: 2px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px;
  width: 34px;
}

#form-e-ohaka .wrap_selection .blk_reserve input {
  border: 1px solid #404040;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  font-size: 18px;
  height: 30px;
  line-height: 1;
  padding-left: 10px;
  width: 175px;
}

#form-e-ohaka .wrap_selection .blk_reserve input::-webkit-input-placeholder {
  color: #404040;
  font-weight: normal;
}

#form-e-ohaka .wrap_selection .blk_reserve input::-moz-placeholder {
  color: #404040;
  font-weight: normal;
}

#form-e-ohaka .wrap_selection .blk_reserve input:-ms-input-placeholder {
  color: #404040;
  font-weight: normal;
}

#form-e-ohaka .wrap_selection .blk_reserve input::-ms-input-placeholder {
  color: #404040;
  font-weight: normal;
}

#form-e-ohaka .wrap_selection .blk_reserve input::placeholder {
  color: #404040;
  font-weight: normal;
}

#form-e-ohaka .wrap_selection .blk_reserve select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  height: 30px;
  padding-left: 10px;
  width: 100px;
}

#form-e-ohaka .wrap_selection .blk_reserve .select_time {
  position: relative;
  z-index: 1;
}

#form-e-ohaka .wrap_selection .blk_reserve .select_time::before {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: -1;
}

.wrap_selection .modal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.wrap_selection .modal_bg {
  background: rgba(0, 0, 0, .6);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.wrap_selection .modal_container {
  background: #fff;
  border-radius: 5px;
  color: #232b39;
  max-width: 800px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
}

.wrap_selection .modal_header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.wrap_selection .modal_header h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0 30px;
}

.wrap_selection .modal_header .modal_close {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
}

.wrap_selection .modal_header .modal_close::before {
  color: #ccc;
  content: "";
  font-family: Material Icons;
  font-size: 24px;
  position: absolute;
  right: -1px;
  text-decoration: inherit;
  top: -1px;
}

.wrap_selection .modal_body {
  display: -ms-grid;
  display: grid;
  font-size: 16px;
  grid-auto-rows: auto;
  -ms-grid-columns: 340px 1fr;
  grid-template-columns: 340px 1fr;
  padding: 20px 60px;
}

.wrap_selection .modal_body figure {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  margin-right: 60px;
  width: 280px;
}

.wrap_selection .modal_body .item_address {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.wrap_selection .modal_body .item_type {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.wrap_selection .modal_body .list_icon {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.wrap_selection .modal_body .item_facility {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.wrap_selection .modal_body .item_price {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.wrap_selection .modal_body dl {
  line-height: 1.3;
  margin-bottom: 12px;
}

.wrap_selection .modal_body dl dt {
  display: inline;
  font-size: 16px;
}

.wrap_selection .modal_body dl dd {
  display: inline;
  font-size: 18px;
}

.wrap_selection .modal_body .list_icon li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px 0 0;
  padding: 0 8px;
}

.wrap_selection .modal_body .list_icon {
  margin: 0 0 12px -8px;
}

.wrap_selection .modal_body .list_icon .item_type {
  background: #f3fff5;
  border: 1px solid #05aa22;
}

.wrap_selection .modal_body .list_icon .item_religious {
  background: #fbf3fc;
  border: 1px solid #924699;
}

.wrap_selection .modal_body .item_facility dd>span::before {
  content: " / ";
}

.wrap_selection .modal_body .item_facility dd>span:first-child::before {
  content: none;
}

.wrap_selection .modal_body .item_price {
  background: #f9f7f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 26px;
  margin: 0 0 0 -16px;
  padding: 10px 0 10px 16px;
}

.wrap_selection .modal_body .item_price dt {
  margin-right: 20px;
}

.wrap_selection .modal_body .item_price dd>span::before {
  content: " / ";
}

.wrap_selection .modal_body .item_price dd>span:first-child::before {
  content: none;
}

.wrap_selection .modal_body .item_price em {
  color: #ed702d;
}

.wrap_selection .modal_footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #999;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap_selection .modal_footer .modal_button {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  line-height: 48px;
  margin: auto;
  max-width: 200px;
  text-align: center;
  width: 40%;
}

.wrap_selection .modal_footer .modal_button a {
  color: #232b39;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.blk_amazon {
  margin-bottom: 20px;
}

.icon_required {
  background: #cf4852;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-left: 12px;
  padding: 0 5px;
}

.mb_24 {
  margin-bottom: 24px;
}

/*MOON_L1-3805*/
span#a8sales img {
    height: 1px;
    display: block;
}

.complete{
  padding: 0 15px;
}

#header__FormComplete .header__FormComplete--inr{
  width: 100%;
  margin: 0;
}

#header__FormComplete .header__FormComplete--inr .logo__FormComplete{
  width:120px;
  display: block;
  margin:0 0 0 10px;
}

#header__FormComplete .header__FormComplete--inr .logo__FormComplete img{
  width: 100%;
  display: block;
}

#header__FormComplete .header__FormComplete--inr h1{
  font-size: 24px;
  background: #fff;
  margin: 15px auto;
  padding: 0;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 767px){
  
  #header__FormComplete .header__FormComplete--inr{
    max-width: 980px;
    margin: 0 auto;
  }
  
  #header__FormComplete .header__FormComplete--inr .logo__FormComplete{
    width:184px;
    margin:0;
  }
  
  #header__FormComplete .header__FormComplete--inr h1{
    font-size: 36px;
    margin: 15px auto 40px auto;
  }
  
}

/* submit欄 */
.blk_submit {
	margin: 0 10px 40px;
	padding-top: 24px;
}

.blk_submit .btn_submit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #05aa22;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px #036113;
	box-shadow: 0 2px 2px #036113;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin: 0 auto 20px;
	max-width: 480px;
	padding: 0;
	position: relative;
	width: 100%;
}

.blk_submit .btn_submit a {
	color: #fff;
	text-decoration: none;
}

.blk_submit .btn_submit::after {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 10%;
	top: calc(50% - 5px);
	transform: rotate(45deg);
	width: 10px;
}

.blk_submit .btn_submit input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	background: none;
	border: none;
	-webkit-box-sizing: content-box;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-shadow: 1px 0px 4px rgb(0 0 0 / 25%);
}

.blk_submit .btn_submit input[type="submit"]::-webkit-search-decoration {
	display: none;
}

.blk_submit .btn_submit input[type="submit"]:focus {
	outline-offset: -2px;
}

.blk_submit .txt_agree {
	font-size: .875rem;
	line-height: 1.8;
	margin-bottom: 14px;
	text-align: center;
}

.blk_submit .txt_agree a {
	color: #05aa22;
	font-weight: bold;
}

.blk_submit .txt_attention {
	font-size: .75rem;
	line-height: 1.8;
	text-align: center;
}
