body.kojin {
  background-repeat: no-repeat;
}

body.kojin::before {
  display: none;
}

body.kojin::after {
  display: none;
}

body.kojin .under_title {
  background-image: url(../img/kojin_bg.png);
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 100px;
}

body.kojin .under_title h1 {
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom: none;
  text-shadow: 0px 3px 6px #c2c2c2;
  line-height: 300px;
  text-align: left;
}

body.kojin .under_title h1::before {
  display: none;
}

body.kojin .under_title h1::after {
  display: none;
}

body.kojin h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 100px;
  font-size: 3.8rem;
  background-color: #4D6C87;
}

body.kojin h4 {
  margin-top: 30px;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeb89));
  background-image: -webkit-linear-gradient(top, transparent 50%, #ffeb89 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #ffeb89 50%);
}

body.kojin h4 span {
  margin-right: 5px;
}

body.kojin main {
  max-width: 1200px;
}

body.kojin .kojin_step .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 150px;
}

body.kojin .kojin_step .row figure {
  margin-right: 30px;
  margin-left: 30px;
  width: 300px;
}

body.kojin .kojin_step .row figure p {
  border-radius: 200px;
}

body.kojin .kojin_step .row figure:nth-child(1) span {
  color: #669ecf;
}

body.kojin .kojin_step .row figure:nth-child(1) p {
  background-color: #d5f9ff;
}

body.kojin .kojin_step .row figure:nth-child(2) {
  position: relative;
}

body.kojin .kojin_step .row figure:nth-child(2) span {
  color: #b3cf66;
}

body.kojin .kojin_step .row figure:nth-child(2) p {
  background-color: #fffcdf;
}

body.kojin .kojin_step .row figure:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: solid 13px transparent;
  border-left: solid 18px #d6d6d6;
  position: absolute;
  top: 40%;
  left: -38px;
}

body.kojin .kojin_step .row figure:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: solid 13px transparent;
  border-left: solid 18px #d6d6d6;
  position: absolute;
  top: 40%;
  right: -54px;
}

body.kojin .kojin_step .row figure:nth-child(3) span {
  color: #e08114;
}

body.kojin .kojin_step .row figure:nth-child(3) p {
  background-color: #ffe3ca;
}

body.kojin .kojin_step .row figure span {
  font-weight: 500;
  font-size: 2.4rem;
}

body.kojin aside.pr {
  margin-bottom: 50px;
}

body.kojin aside.pr .row img {
  width: 32%;
}

@media screen and (max-width: 375px) {
  body.kojin aside.pr .row {
    display: block;
  }
  body.kojin aside.pr .row img {
    margin-bottom: 20px;
    width: 70%;
  }
}

body.kojin section#search {
  padding-bottom: 100px;
}

body.kojin section#search .search_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

body.kojin section#search .search_box .search {
  width: 38%;
  text-align: left;
}

body.kojin section#search .search_box .search form li {
  margin-left: 0;
}

body.kojin section#search .search_box .search form li:nth-of-type(1) {
  width: 80%;
}

body.kojin section#search .search_box .search form li input[type="text"] {
  border: 0.5px solid #cccccc;
  -webkit-box-shadow: inset 0 3px 6px #dadada;
          box-shadow: inset 0 3px 6px #dadada;
  border-radius: 5px;
  width: 94%;
}

body.kojin section#search .search_box .search form li input[type="text"].add_first {
  width: 25%;
}

body.kojin section#search .search_box .search form li input[type="text"].add_second {
  width: 50%;
}

body.kojin section#search .search_box .search form li button {
  border-radius: 5px;
  color: #fff;
  background-color: #747474;
  border: none;
  font-weight: 500;
  word-break: keep-all;
}

body.kojin section#search .search_box .search .area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 475px;
}

body.kojin section#search .search_box .search .area li {
  border: 3px solid #9cc8ec;
  background-color: #fff;
  padding: 20px 30px 20px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #4D6C87;
  font-weight: 500;
}

body.kojin section#search .search_box .search .area li:hover {
  background-color: #e9fffe;
}

body.kojin section#search .search_box .result {
  text-align: left;
  width: 60%;
}

body.kojin section#search .search_box .result .result_wrap {
  height: 600px;
  overflow: scroll;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 4px 2px #d6d6d6;
          box-shadow: 0 0 4px 2px #d6d6d6;
}

body.kojin section#search .search_box .result .result_wrap dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #87734d;
}

body.kojin section#search .search_box .result .result_wrap dl dt {
  font-size: 24px;
  color: #669ecf;
  font-weight: 500;
}

body.kojin section#search .search_box .result .result_wrap dl dd address {
  font-style: normal;
  margin-bottom: 10px;
}

body.kojin section#search .search_box .result .result_wrap dl dd p {
  display: inline-block;
  margin-right: 20px;
  background-color: #e99d56;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}

body.kojin section#search .search_box .result .result_wrap dl dd p span {
  font-size: 1.4rem;
  vertical-align: baseline;
}

body.kojin section#search .search_box .result .result_wrap dl dd a {
  display: inline;
}

body.kojin section#search .search_box .result .result_wrap p.prefecture {
  color: #4D6C87;
}

body.kojin section#search .search_box .result .result_wrap ul.result_prefecture li {
  border: 3px solid #9cc8ec;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  margin-left: 0;
  border-radius: 10px;
  color: #4D6C87;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

body.kojin section#search .search_box .result .result_wrap ul.result_prefecture li:hover {
  background-color: #e9fffe;
}

@media screen and (max-width: 800px) {
  body.kojin body.kojin {
    background-image: none;
  }
  body.kojin .under_title {
    height: 100px;
    margin-bottom: 30px;
  }
  body.kojin .under_title h1 {
    line-height: 100px;
    text-align: center;
    font-size: 2.4rem;
  }
  body.kojin h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body.kojin .kojin_step .row {
    display: block;
    margin-bottom: 100px;
  }
  body.kojin .kojin_step .row figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  body.kojin .kojin_step .row figure p {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  body.kojin .kojin_step .row figure:nth-child(2)::before {
    content: "";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -29px;
    right: 0;
    left: 0;
  }
  body.kojin .kojin_step .row figure:nth-child(2)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: inherit;
    bottom: -45px;
    right: 0;
    left: 0;
  }
  body.kojin .kojin_step .row figure span {
    font-weight: 500;
    font-size: 2.4rem;
    display: block;
  }
  body.kojin .kojin_step .row figure figcaption {
    font-size: 1.2rem;
  }
  body.kojin section#search {
    background-color: #f7eeee;
  }
  body.kojin section#search .search_box {
    display: block;
  }
  body.kojin section#search .search_box .search {
    width: 96%;
  }
  body.kojin section#search .search_box .search h4 {
    margin-top: 10px;
  }
  body.kojin section#search .search_box .search li input[type="text"] {
    width: 98%;
  }
  body.kojin section#search .search_box .search li.search_btn {
    width: 28%;
  }
  body.kojin section#search .search_box .search .area li {
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  body.kojin section#search .search_box .result {
    width: 98%;
  }
  body.kojin section#search .search_box .result .result_wrap {
    padding: 10px 15px;
    height: 400px;
  }
  body.kojin section#search .search_box .result .result_wrap dl {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  body.kojin section#search .search_box .result .result_wrap dl dt {
    font-size: 1.6rem;
  }
  body.kojin section#search .search_box .result .result_wrap dl dd {
    font-size: 1.3rem;
  }
  body.kojin section#search .search_box .result .result_wrap dl dd address {
    margin-bottom: 20px;
  }
  body.kojin section#search .search_box .result .result_wrap dl dd p {
    display: inline-block;
    margin-bottom: 20px;
  }
  body.kojin section#search .search_box .result .result_wrap dl dd a {
    display: inline;
  }
}
/*# sourceMappingURL=kainushi.css.map */