#mainimgBg {
  background: url("/search_rim/images/mainimg_01_bg@2x.gif");
  background-size: 10px;
  background-repeat: repeat;
  background-color: #3E3B3B;
}
#mainimgBg #mainimg {
  background: none;
}
#mainimgBg #mainimg h1 {
  font-size: 300% !important;
  color: #fff !important;
  line-height: 1.4;
  text-align: center;
}
#mainimgBg #mainimg h1 span {
  font-size: 24px;
  display: inline-block;
}
#mainimgBg #mainimg .h1-alert {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  display: inline-block;
}

section {
  margin-bottom: 100px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 1.6em;
}

.topCopy {
  line-height: 1.6;
}
.topCopy p {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topCopy p {
    text-align: left;
  }
}
.topCopy p + p {
  margin-top: 0.6em;
}

.con01 {
  margin-bottom: 60px;
}
.con01 h2 {
  text-align: center;
}
.con01 h2 + p {
  text-align: center;
}
.con01 ul {
  margin-top: 40px;
  /*.img-03 {
  width: 75%;
  height: auto;
  }*/
}
.con01 ul li h3 {
  margin-right: 0.5em;
}
.con01 ul li + li {
  margin-top: 48px;
}
.con01-box02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.con01-box02 p {
  width: calc((100% - 40px) / 2);
}
.con01-box02 p img {
  width: 100%;
  height: auto;
}
.con01 p {
  margin-top: 40px;
}
.con01 p span {
  color: red;
}
.con01 .seal_position {
  max-width: 740px;
  margin-top: 10px;
}
.con01 .seal_position img {
  margin-left: auto;
}
.con01 .seal_position .seal_position_sp_img {
  margin: 0 auto;
}
.con01 .inqueryBox {
  background-color: #f3f3f3;
  padding: 40px;
}
.con01 .inqueryBox > div > p {
  margin-bottom: 0.6em;
}
.con01 .inqueryBox > div:nth-of-type(1) {
  margin-bottom: 32px;
}
.con01 .inqueryBox > div:nth-of-type(1) > div {
  border: 1px solid #ccc;
  background-color: #fff;
}
.con01 .inqueryBox > div:nth-of-type(1) > div > div {
  padding: 10px;
}
.con01 .inqueryBox > div:nth-of-type(1) > div > div h6 {
  font-size: 14px;
  font-weight: bold;
}
.con01 .inqueryBox > div:nth-of-type(1) label {
  text-align: center;
  display: block;
  margin: 10px 0;
}
.con01 .inqueryBox > div:nth-of-type(1) > input {
  display: block;
  margin: auto;
  width: 240px;
  height: 32px;
}
.con01 .inqueryBox > div:nth-of-type(2) p:nth-child(2) span {
  font-size: 32px;
  font-weight: bold;
}
.con01 .inqueryBox-info {
  margin-top: 20px;
  background-color: #f3f3f3;
  padding: 40px;
  border-radius: 8px;
}
.con01 .inqueryBox-info-title {
  margin-top: 0;
  font-weight: bold;
}
.con01 .inqueryBox-info-text {
  margin-top: 0.6em;
}
.con01 .inqueryBox-info-text small {
  margin-top: 0.2em;
  font-size: 14px;
}
.con01 .inqueryBox-info-text-b {
  color: blue;
  margin-top: 0;
}
.con01 .inqueryBox-info-tel {
  margin-top: 0.4em;
}
.con01 .inqueryBox-info-tel span {
  display: block;
  margin-top: 4px;
}
.con01 .inqueryBox-info-tel span a {
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.con02 {
  padding: 42px;
  background-color: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 140px;
}
.con02 h2 {
  text-align: center;
}
.con02 .note-input {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 35px;
}
.con02 .searchTxtinput {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.con02 .searchTxtinput h3 {
  color: #f00000;
  position: relative;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area {
  display: none;
  color: #222;
  font-size: 12px;
  position: absolute;
  top: -50px;
  left: 97px;
  line-height: 130%;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area.active {
  display: block;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area span {
  font-size: 18px;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area .text {
  color: #51a04d;
  font-weight: bold;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area .errText {
  font-size: 18px;
  color: #f00000;
  font-weight: bold;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area #bSearchWindowInput01view {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 10px;
  min-width: 127px;
  max-width: 100%;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #222;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area #bSearchWindowInput01view:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -56px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
.con02 .searchTxtinput h3 #bSearchWindowInput01area #bSearchWindowInput01view:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -57px;
  border: 14px solid transparent;
  border-top: 14px solid #222;
  z-index: 1;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area {
  display: none;
  color: #222;
  font-size: 12px;
  position: absolute;
  top: -50px;
  left: 97px;
  line-height: 130%;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area.active {
  display: block;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area span {
  font-size: 18px;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area .text {
  color: #51a04d;
  font-weight: bold;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area .errText {
  font-size: 18px;
  color: #f00000;
  font-weight: bold;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area #bSearchWindowInput02view {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 10px;
  min-width: 127px;
  max-width: 100%;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #222;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area #bSearchWindowInput02view:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -56px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
.con02 .searchTxtinput h3 #bSearchWindowInput02area #bSearchWindowInput02view:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -57px;
  border: 14px solid transparent;
  border-top: 14px solid #222;
  z-index: 1;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area {
  display: none;
  color: #222;
  font-size: 12px;
  position: absolute;
  top: -50px;
  left: 97px;
  line-height: 130%;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area.active {
  display: block;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area span {
  font-size: 18px;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area .text {
  color: #51a04d;
  font-weight: bold;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area .errText {
  font-size: 18px;
  color: #f00000;
  font-weight: bold;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area #bSearchWindowInput03view {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 10px;
  min-width: 127px;
  max-width: 100%;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #222;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area #bSearchWindowInput03view:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -56px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
.con02 .searchTxtinput h3 #bSearchWindowInput03area #bSearchWindowInput03view:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -57px;
  border: 14px solid transparent;
  border-top: 14px solid #222;
  z-index: 1;
}
.con02 .searchTxtinput p {
  font-size: 14px;
}
.con02 .searchTxtinput p span {
  font-weight: bold;
}
.con02 .searchTxtinput p small {
  font-size: 12px;
  margin-top: 15px;
}
.con02 .searchTxtinput div:nth-child(1), .con02 .searchTxtinput div:nth-child(3), .con02 .searchTxtinput div:nth-child(5), .con02 .searchTxtinput div:nth-child(7) {
  width: calc((100% - 50px * 3) / 4);
}
.con02 .searchTxtinput div:nth-child(1) p small, .con02 .searchTxtinput div:nth-child(3) p small, .con02 .searchTxtinput div:nth-child(5) p small, .con02 .searchTxtinput div:nth-child(7) p small {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.con02 .searchTxtinput div:nth-child(2), .con02 .searchTxtinput div:nth-child(4), .con02 .searchTxtinput div:nth-child(6) {
  width: 50px;
}
.con02 .searchTxtinput div:nth-child(2) p, .con02 .searchTxtinput div:nth-child(4) p, .con02 .searchTxtinput div:nth-child(6) p {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #888;
  margin-top: 20px;
}
.con02 .searchTxtinput input {
  width: 100%;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding: 4px;
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
  ime-mode: disabled;
  box-shadow: none;
  border: 1px solid #ccc;
  text-transform: uppercase;
  box-sizing: border-box;
}
.con02 input#bSearchWindowBTN {
  width: 240px;
  height: 42px;
  display: block;
  margin: auto;
  font-size: 16px;
  cursor: pointer;
  border-radius: 21px;
  border: 1px solid #ccc;
  background: #555;
  color: #fff;
  transition: 0.3s all ease;
}
.con02 input#bSearchWindowBTN:hover {
  background: #888;
}
.con02 input#bSearchWindowBTN[disabled=disabled] {
  background: #555 !important;
  opacity: 0.3;
  cursor: default;
}
.con02 select {
  width: 100%;
  height: 47px;
  font-size: 17.5px;
  letter-spacing: 0.1em;
  padding: 4px;
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
  ime-mode: disabled;
  box-shadow: none;
  border: 1px solid #ccc;
  text-transform: uppercase;
  box-sizing: border-box;
  outline: none;
  text-align: left;
}
.con02 .searchBoolLabel {
  text-align: center;
  margin-bottom: 40px;
}
.con02 .searchBoolLabel h3 {
  color: #f00000;
}
.con02 .searchBoolLabel-radio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.con02 .searchBoolLabel-radio-btn {
  display: flex;
  width: 224px;
  height: 48px;
  margin: 0 8px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.con02 .searchBoolLabel-radio-btn input[type=radio] {
  position: absolute;
  left: 16px;
}

.con03 #bSearchRDiv * {
  opacity: 1;
  transition: 0.6s all ease;
}
.con03 #bSearchRDiv.fadeOut *:not(.loader) {
  opacity: 0;
}
.con03 #bSearchRDiv .pBox {
  position: relative;
  margin-bottom: 20px;
}
.con03 #bSearchRDiv .pBox p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.con03 #bSearchRDiv .pBox p strong {
  margin: 0.6em 0 0;
  display: block;
  font-weight: bold;
  font-size: 42px;
  color: #f00000;
  line-height: 1.2em;
}
.con03 #bSearchRDiv .pBox p span {
  display: block;
  margin: 0.6em 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
}
.con03 #bSearchRDiv .pBox:before {
  content: "";
  background-image: url("../images/icon_bottomArrow@2x.png");
  background-size: 105px 57px;
  width: 105px;
  height: 57px;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.con03 #bSearchRDiv .pBox .pBox-p-alert {
  color: #f00000;
}
.con03 #bSearchRDiv .pBox string {
  font-size: 18px;
  display: inline-block;
  color: #f00000;
  font-weight: bold;
}
.con03 #bSearchRDiv .inqueryBox {
  background-color: #f3f3f3;
  padding: 40px;
}
.con03 #bSearchRDiv .inqueryBox > div > p {
  margin-bottom: 0.6em;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) {
  margin-bottom: 32px;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) > div {
  border: 1px solid #ccc;
  background-color: #fff;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) > div > div {
  padding: 10px;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) > div > div h6 {
  font-size: 14px;
  font-weight: bold;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) label {
  text-align: center;
  display: block;
  margin: 10px 0;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) > input {
  display: block;
  margin: auto;
  width: 240px;
  height: 42px;
  cursor: pointer;
  border-radius: 21px;
  border: 1px solid #ccc;
  background: #555;
  color: #fff;
  transition: 0.3s all ease;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) > input:hover {
  background: #888;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(1) > input[disabled=disabled] {
  background: #555 !important;
  opacity: 0.3;
  cursor: default;
}
.con03 #bSearchRDiv .inqueryBox > div:nth-of-type(2) p:nth-child(2) span {
  font-size: 32px;
  font-weight: bold;
}
.con03 #bSearchRDiv .inqueryBox-info-title {
  font-weight: bold;
}
.con03 #bSearchRDiv .inqueryBox-info-text {
  margin-top: 0.6em;
}
.con03 #bSearchRDiv .inqueryBox-info-text small {
  margin-top: 0.2em;
  font-size: 14px;
}
.con03 #bSearchRDiv .inqueryBox-info-text-b {
  color: blue;
  margin-top: 0;
}
.con03 #bSearchRDiv .inqueryBox-info-tel {
  margin-top: 0.4em;
}
.con03 #bSearchRDiv .inqueryBox-info-tel span {
  display: block;
  margin-top: 4px;
}
.con03 #bSearchRDiv .inqueryBox-info-tel span a {
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

#resultHtml {
  display: none;
}

#sns_icons {
  display: none;
}

@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .con02 .searchTxtinput {
    justify-content: space-between;
  }
  .con02 .searchTxtinput div:nth-child(1) {
    width: 33.3333333333%;
  }
  .con02 .searchTxtinput div:nth-child(3) {
    width: 33.3333333333%;
  }
  .con02 .searchTxtinput div:nth-child(5) {
    width: 33.3333333333%;
    margin-top: 25px;
  }
  .con02 .searchTxtinput div:nth-child(6) p {
    margin-top: 45px;
  }
  .con02 .searchTxtinput div:nth-child(7) {
    width: 33.3333333333%;
    margin-right: 75px;
    margin-top: 25px;
  }
  .con02 h2 {
    margin-bottom: 20px;
  }
  .con02 p.note-input {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #mainimgBg #mainimg h1 {
    padding: 32px 0;
    font-size: 180% !important;
    text-align: center;
  }
  #mainimgBg #mainimg h1 span {
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
  }
  #mainimgBg #mainimg .h1-alert {
    font-size: 12px;
    display: block;
    text-align: center;
    padding-bottom: 16px;
  }
  section {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .con01 {
    margin-bottom: 32px;
  }
  .con01-box02 {
    flex-direction: column;
  }
  .con01-box02 p {
    width: 100%;
  }
  .con01-box02 p + p {
    margin-top: 28px;
  }
  .con01 .img-04 {
    margin: 0 auto;
  }
  .con02 {
    padding: 24px;
  }
  .con02 .searchTxtinput {
    flex-direction: column;
  }
  .con02 .searchTxtinput > div {
    width: 100% !important;
  }
  .con02 .searchTxtinput > div:nth-child(2) {
    text-align: center;
  }
  .con02 .searchTxtinput p > small {
    margin-top: 0;
  }
  .con02 .searchTxtinput div:nth-child(1), .con02 .searchTxtinput div:nth-child(3), .con02 .searchTxtinput div:nth-child(5), .con02 .searchTxtinput div:nth-child(7) {
    width: calc((100% - 72px * 3) / 4);
  }
  .con02 .searchTxtinput div:nth-child(1) p small, .con02 .searchTxtinput div:nth-child(3) p small, .con02 .searchTxtinput div:nth-child(5) p small, .con02 .searchTxtinput div:nth-child(7) p small {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .con02 .searchTxtinput div:nth-child(2), .con02 .searchTxtinput div:nth-child(4), .con02 .searchTxtinput div:nth-child(6) {
    width: 72px;
  }
  .con02 .searchTxtinput div:nth-child(2) p, .con02 .searchTxtinput div:nth-child(4) p, .con02 .searchTxtinput div:nth-child(6) p {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    color: #888;
    margin-top: 15px;
  }
  .con02 .searchTxtinput select {
    font-size: 20px;
  }
  .con02 input#bSearchWindowBTN {
    width: 100%;
    background: #555;
  }
  .con02 input#bSearchWindowBTN:hover {
    background: #555;
  }
  .con02 .searchBoolLabel h3 {
    text-align: left;
  }
  .con02 .searchBoolLabel-radio {
    margin: 8px -4px 0;
  }
  .con02 .searchBoolLabel-radio-btn {
    width: calc((100% - 16px) / 2);
    margin: 0 4px;
  }
  .con03 #bSearchRDiv .inqueryBox {
    padding: 20px;
  }
  .con03 #bSearchRDiv .inqueryBox > div:nth-of-type(2) a {
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
  }
  .con03 #bSearchRDiv .inqueryBox > div:nth-of-type(2) p:nth-child(1) span {
    display: inline-block;
  }
  .con03 #bSearchRDiv .pBox p {
    font-size: 16px;
    text-align: left;
  }
  .con03 #bSearchRDiv .pBox:before {
    background-size: 80px auto;
    width: 80px;
    height: 43px;
  }
  .con03 #bSearchRDiv .inqueryBox-info-text small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
  }
}
.loader, .loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.loader {
  overflow: hidden;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1em solid rgba(150, 150, 150, 0.2);
  border-right: 1em solid rgba(150, 150, 150, 0.2);
  border-bottom: 1em solid rgba(150, 150, 150, 0.2);
  border-left: 1em solid #f5f5f5;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=local.css.map */