@charset "UTF-8";
/* =======================================
 base style
======================================= */
@media only screen and (min-width: 751px) {
  .nonePc {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .noneSp {
    display: none !important;
  }
}
/* =======================================
 layout
======================================= */
.sellTop .mainVisual {
  background-color: #F9F8EF;
  background-image: url(../img/main_visual-pc.jpg);
  background-position: right top;
  background-size: auto 100%;
  height: 150px;
}
@media only screen and (max-width: 750px) {
  .sellTop .mainVisual {
    background-image: url(../img/main_visual-sp.jpg) !important;
    background-size: 100% auto;
    height: auto;
  }
}

.sellTop .mainVisual .mainVisualInner {
  padding-top: 40px;
  position: static;
  text-align: center;
}
.sellTop .mainVisual .mainVisualInner img {
  width: 58%;
}
@media only screen and (max-width: 750px) {
  .sellTop .mainVisual .mainVisualInner {
    display: inherit;
    padding: 7% 0;
  }
  .sellTop .mainVisual .mainVisualInner img {
    width: 73%;
  }
}

.contact-info-form {
  font-weight: bold;
  line-height: 2;
  margin: auto;
}
.contact-info-form a {
  background: #F60;
  border-radius: 4% / 50%;
  color: #FFF;
  display: block;
}
.contact-info-form a:hover {
  text-decoration: none;
}
.contact-info-form a span {
  position: relative;
}
.contact-info-form a span::before {
  content: "▼";
  color: #FFDE00;
  font-size: 40%;
  margin-top: -.8em;
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: -2em;
}
@media only screen and (min-width: 751px) {
  .contact-info-form a:hover {
    opacity: .8;
  }
}
@media only screen and (max-width: 750px) {
  .contact-info-form a {
    border-radius: 8% / 50%;
    font-size: 4.2vw;
    padding: .7em 0;
  }
  .contact-info-form a span::before {
    margin-top: -.8em;
    left: -1.4em;
    transform: rotate(-90deg) scale(0.6, 0.6);
  }
}

.resultsTitleContentWrap {
  background: url(../img/title-bg-pc_02.png) no-repeat center top;
}
@media only screen and (min-width: 951px) {
  .resultsTitleContentWrap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .resultsTitleContentWrap {
    background-image: url(../img/title-bg-sp.png);
    background-size: 100% auto;
    margin-bottom: 50px;
  }
}
.resultsTitleContentWrap img {
  width: 100%;
}
.resultsTitleContentWrap h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 950px) {
  .resultsTitleContentWrap h2 {
    padding: 1em 6%;
  }
}
@media only screen and (max-width: 650px) {
  .resultsTitleContentWrap h2 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 951px) {
  .resultsTitleContentWrap .resultsTitleContentInner {
    float: left;
    width: 50%;
  }
}
.resultsTitleContentWrap .resultsTitleContentDefinition {
  text-align: center;
}
@media only screen and (min-width: 951px) {
  .resultsTitleContentWrap .resultsTitleContentDefinition {
    max-width: 390px;
  }
  .resultsTitleContentWrap .resultsTitleContentDefinition dt {
    font-size: 24px;
  }
  .resultsTitleContentWrap .resultsTitleContentDefinition dd {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .resultsTitleContentWrap .resultsTitleContentDefinition dt {
    font-size: 40px;
  }
  .resultsTitleContentWrap .resultsTitleContentDefinition dt img {
    width: 72%;
  }
  .resultsTitleContentWrap .resultsTitleContentDefinition dd {
    font-size: 30px;
    margin-bottom: 3em;
    width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  .resultsTitleContentWrap .resultsTitleContentDefinition dt {
    font-size: 170%;
  }
  .resultsTitleContentWrap .resultsTitleContentDefinition .contact-info-form {
    font-size: 13px;
    width: 90%;
  }
  .resultsTitleContentWrap .resultsTitleContentDefinition .contact-info-form a span::before {
    margin-top: -1em;
  }
}
@media only screen and (min-width: 951px) {
  .resultsTitleContentWrap .resultsTitleContentMap {
    float: right;
    padding-top: 50px;
    width: 50%;
    max-width: 494px;
  }
}
@media only screen and (max-width: 950px) {
  .resultsTitleContentWrap .mapSp {
    display: none;
  }
}
@media only screen and (min-width: 951px) {
  .resultsTitleContentWrap .mapPc {
    display: none;
  }
}
.resultsTitleContentWrap.first {
  background-image: url(../img/title-bg-pc_01.png);
  padding-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  .resultsTitleContentWrap.first {
    background-color: #EEE;
    background-image: url(../img/title-bg-sp.png);
    background-size: 100% auto;
  }
}
.resultsTitleContentWrap.second .resultsAdovantageTitle {
  line-height: 1.2;
  padding-bottom: .4em;
}
.resultsTitleContentWrap.second .resultsAdovantageTitle span {
  font-size: 160%;
  font-weight: bold;
}
.resultsTitleContentWrap.second .resultsTitleContentDefinition dt img {
  display: block;
}
.resultsTitleContentWrap.second .resultsTitleContentDefinition dd {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 950px) {
  .resultsTitleContentWrap.second .resultsTitleContentDefinition dt img {
    margin: 0 12% 0 10%;
  }
  .resultsTitleContentWrap.second .resultsTitleContentDefinition dd {
    font-size: 2.8vw;
    margin: .4em auto 4em 10%;
  }
}
.resultsTitleContentWrap .resultsTitleContentInnerWrap {
  margin-bottom: 50px;
  position: relative;
}

.resultMapText {
  margin-bottom: 1em;
}
.resultMapText img {
  margin-right: .1em;
  vertical-align: middle;
  width: 2em;
}
@media only screen and (min-width: 751px) {
  .resultMapText {
    font-size: 107%;
    text-align: right;
  }
}
@media only screen and (max-width: 750px) {
  .resultMapText {
    text-align: center;
  }
  .resultMapText img {
    width: 1.4em;
  }
}

.resultMapContent {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .resultMapContent {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-justify-content: space-between;
    display: flex;
    justify-content: space-between;
  }
}

.resultMapArea {
  /*アコーディオン*/
}
@media only screen and (min-width: 751px) {
  .resultMapArea {
    font-size: 140%;
    width: 47%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .resultMapArea {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 750px) {
  .resultMapArea {
    width: 100%;
  }
}
.resultMapArea dt {
  background: #514E4E;
  color: #FFF;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .resultMapArea dt {
    line-height: 2.5;
    margin-bottom: 1px;
  }
}
.resultMapArea dt span {
  font-size: 140%;
}
.resultMapArea dd {
  padding-bottom: 2em;
}
@media only screen and (max-width: 750px) {
  .resultMapArea dd {
    margin: auto;
    padding-bottom: 0;
    width: 90%;
  }
}
.resultMapArea .text-right {
  font-size: 75%;
}
.resultMapArea .bellows {
  display: none;
}
@media only screen and (min-width: 751px) {
  .resultMapArea .bellows ~ dl dd {
    max-height: inherit !important;
  }
}
@media only screen and (max-width: 750px) {
  .resultMapArea label {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .resultMapArea label::before,
  .resultMapArea label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .resultMapArea label::before {
    background: #FFF;
    border-radius: 50%;
    height: 2em;
    margin-top: -1em;
    width: 2em;
    right: 10px;
  }
  .resultMapArea label::after {
    content: "+";
    color: #333;
    border-radius: 50%;
    font-size: 160%;
    font-weight: bold;
    line-height: 1;
    margin-top: -.6em;
    right: .7em;
  }
  .resultMapArea .bellows:checked ~ dl label::after {
    content: "－";
    margin-top: -.5em;
    right: .6em;
  }
  .resultMapArea dd {
    transition: all 0.5s;
  }
  .resultMapArea .bellows ~ dl dd {
    max-height: 0;
    overflow: hidden;
  }
  .resultMapArea .bellows:checked ~ dl dd {
    border-top-width: 1px;
    max-height: 10000px;
  }
  .resultMapArea .text-right {
    margin-bottom: 2em;
  }
}

.resultMapAreaList li {
  margin-bottom: .6em;
  padding-left: 2em;
  font-size: 62%;
}
@media only screen and (max-width: 750px) {
  .resultMapAreaList li {
    font-size: 80%;
  }
}
.resultMapAreaList li.daiwa {
  background: url(../img/icon_daiwa.png) no-repeat;
  background-size: 1.2em auto;
}
.resultMapAreaList li::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.resultMapAreaList .resultMapName {
  float: left;
  width: calc(100% - 10em);
}
@media only screen and (max-width: 750px) {
  .resultMapAreaList .resultMapName {
    width: auto;
  }
}
.resultMapAreaList .resultMapCity {
  float: right;
  width: 10em;
}
@media only screen and (max-width: 750px) {
  .resultMapAreaList {
    margin-top: 2em;
  }
}

.resultMapNote dt {
  color: #F60;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: .4em;
}
@media only screen and (min-width: 751px) {
  .resultMapNote {
    background: url(../img/area_img-photo2-pc.jpg) no-repeat center bottom;
    background-size: auto 100%;
    font-size: 140%;
    margin-top: -50px;
    padding: 150px 0 70px;
  }
}
@media only screen and (max-width: 750px) {
  .resultMapNote {
    background: url(../img/area_img-photo2-sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 3vw;
    margin-top: 30px;
    padding: 0 12% 10em;
  }
  .resultMapNote dt {
    font-size: 170%;
  }
}

.contactWrap {
  background: #EEE;
  padding: 35px 0;
  text-align: center;
}
.contactWrap .contentTitle dt {
  font-size: 170%;
  letter-spacing: .1em;
}
.contactWrap .contentTitle dd strong {
  color: #F60;
}
@media only screen and (min-width: 751px) {
  .contactWrap .contentTitle {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .contactWrap .contentTitle dt, .contactWrap .contentTitle dd {
    display: inline-block;
    vertical-align: middle;
  }
  .contactWrap .contact-info-form {
    font-size: 240%;
    width: 80%;
    min-width: 700px;
  }
}
@media only screen and (max-width: 750px) {
  .contactWrap .contentTitle dt {
    font-size: 6vw;
    margin-bottom: .6em;
  }
  .contactWrap .contentTitle dd {
    font-size: 3.4vw;
    margin-bottom: 1em;
  }
  .contactWrap .contact-info-form {
    width: 90%;
  }
  .contactWrap .contact-info-form a span::before {
    margin-top: -1em;
  }
}

@media only screen and (min-width: 751px) {
  .resultsAdovantageText {
    font-size: 20px;
    width: 42%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 950px) {
  .resultsAdovantageText {
    margin-left: 9%;
    width: 90%;
    position: static;
  }
}
@media only screen and (max-width: 375px) {
  .resultsAdovantageText {
    font-size: 90%;
  }
}

.advantageList {
  color: #F60;
  margin-bottom: 70px;
  text-align: center;
}
.advantageList li {
  background: no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 0;
  position: relative;
}
.advantageList li p {
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
}
.advantageList .advantageList01 {
  background-image: url(../img/advantage_list1.png);
}
.advantageList .advantageList02 {
  background-image: url(../img/advantage_list2.png);
}
.advantageList .advantageList03 {
  background-image: url(../img/advantage_list3.png);
}
@media only screen and (min-width: 751px) {
  .advantageList li {
    margin: 0 2.5%;
    padding-top: 204px;
    width: 204px;
  }
  .advantageList li p {
    font-size: 32px;
    line-height: 1.2;
    bottom: 26px;
  }
  .advantageList .advantageList01 p {
    bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .advantageList {
    margin-bottom: 4em;
  }
  .advantageList li {
    margin: 0 .5%;
    padding-top: 28%;
    width: 28%;
  }
  .advantageList li p {
    font-size: 4vw;
    line-height: 1.2;
    bottom: 1em;
  }
  .advantageList .advantageList01 p {
    bottom: 1.6em;
  }
}

.advantageStep {
  margin: auto;
  width: 90%;
}
.advantageStep dt {
  border-bottom: 2px solid;
  border-left: 5px solid;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: .2em;
  width: 11.7em;
}
@media only screen and (min-width: 751px) {
  .advantageStep {
    font-size: 20px;
  }
  .advantageStep dt {
    font-size: 145%;
  }
}
@media screen and (max-width: 840px) and (min-width: 751px) {
  .advantageStep {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 750px) {
  .advantageStep dt {
    font-size: 5.4vw;
  }
  .advantageStep dd {
    font-size: 4vw;
  }
}

.advantageMediation dt {
  border-color: #333;
  font-weight: normal;
}
.advantageMediation dd span {
  font-size: 133%;
}
@media only screen and (min-width: 751px) {
  .advantageMediation dd p {
    font-size: 90%;
    margin-left: 360px;
  }
}
@media only screen and (max-width: 840px) and (min-width: 751px) {
  .advantageMediation dd p {
    margin-left: 43%;
  }
}
@media only screen and (max-width: 750px) {
  .advantageMediation {
    margin-bottom: 40px;
  }
}

.advantageLivness {
  margin-bottom: 30px;
}
.advantageLivness dt {
  border-color: #F60;
  color: #F60;
}
@media only screen and (min-width: 751px) {
  .advantageLivness {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 840px) and (min-width: 751px) {
  .advantageLivness {
    margin-top: -2.1em;
  }
}

.advantageMessage {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 60px;
  width: 90%;
}
.advantageMessage dt {
  color: #42210B;
  margin-bottom: .4em;
}
.advantageMessage dd {
  border: 2px solid #F60;
  border-radius: 8px;
  color: #F60;
}
@media only screen and (min-width: 751px) {
  .advantageMessage {
    font-size: 2vw;
  }
  .advantageMessage dt {
    font-size: 135%;
  }
  .advantageMessage dd {
    line-height: 2.75;
  }
}
@media only screen and (min-width: 951px) {
  .advantageMessage {
    font-size: 19px;
  }
}
@media only screen and (max-width: 750px) {
  .advantageMessage {
    font-size: 18px;
    margin-bottom: 40px;
    width: 82%;
  }
  .advantageMessage dt {
    font-size: 128%;
  }
  .advantageMessage dd {
    line-height: 1.4;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 375px) {
  .advantageMessage {
    font-size: 14px;
  }
}

/*# sourceMappingURL=results.css.map */
