.spBr {
  display: none;
}

.btn01 {
  width: 364px;
  text-align: center;
  height: 74px;
  border: 5px solid #B92D29;
  border-radius: 37px;
  background: url("../images/icon_search-r.svg") no-repeat left top #FFF;
  background-position: 22px 22px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 34px;
  transition: all 0.3s ease 0s;
}
.btn01 span {
  color: #B92D29;
}
.btn01.active {
  background: url("../images/icon_search-w.svg") no-repeat left top #B92D29;
  background-position: 22px 22px;
  color: #FFF;
}
.btn01.active span {
  color: #FFF;
}
.btn01.disabled {
  border: 5px solid #707070;
  background: url("../images/icon_search-g.svg") no-repeat left top #FFF;
  background-position: 22px 22px;
  color: #707070;
}
.btn01.disabled span {
  color: #707070;
}
@media (min-width: 520px) {
  .btn01:hover {
    opacity: 0.8;
  }
}

.btnReset {
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #1D9BF0;
  font-size: 2rem;
  font-weight: 600;
}

.error_unselected {
  font-size: 1.3rem;
  font-weight: 600;
  color: #B92D29;
  text-align: center;
  margin-bottom: 25px;
}

.area_select {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}

.page-top #mainVisual {
  width: 100%;
  height: 500px;
  background: url("../images/bg_mv-pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.page-top #mainVisual .inner {
  position: relative;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("../images/icon_cloud.svg"), url("../images/icon_cloud.svg"), url("../images/icon_cloud.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 140px left 20%, top 80px right 23%, top 120px right 10%;
}
.page-top #mainVisual .inner .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
  background-image: url("../images/icon_woman.svg"), url("../images/icon_man.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
}
.page-top #mainVisual .inner .center .logo01 {
  margin: 0 auto 10px;
}
.page-top #mainVisual .inner .center h1 {
  margin: 0 150px 20px;
}
.page-top #mainVisual .inner .center .text {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
}
.page-top #mainVisual .inner .center .start {
  position: relative;
  width: 430px;
  height: 106px;
  margin: 0 auto 40px;
  border-radius: 10px;
  background-image: url("../images/ico_arrow.svg"), radial-gradient(rgba(250, 250, 250, 0.9) 0%, rgba(255, 249, 178, 0.9) 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 32px 20px, 100% 100%;
  background-position: right 20px top 50%, right bottom;
  border: 3px solid #B92D29;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.page-top #mainVisual .inner .center .start .icon {
  position: absolute;
  width: 111px;
  height: 108px;
  top: -25px;
  left: -25px;
  background: url("../images/bg_search.svg") no-repeat left top;
  font-size: 1.7rem;
  font-weight: 600;
  color: #FFF;
  padding-right: 13px;
  padding-top: 14px;
}
.page-top #mainVisual .inner .center .start .icon span {
  font-size: 3.3rem;
}
.page-top #mainVisual .inner .center .start .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.page-top #mainVisual .inner .center .start .text > span {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #B92D29;
}
.page-top #mainVisual .inner .center .start .text > span:first-of-type {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 5px;
}
.page-top #mainVisual .inner .center .start .text > span:first-of-type span {
  display: inline-block;
  margin: 0 5px;
  font-size: 3rem;
}
.page-top #mainVisual .inner .center .start .text > span:last-of-type {
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.page-top #mainVisual .inner .center .start > div {
  position: relative;
}
.page-top #mainVisual .inner .center .start > div::after {
  content: url(../images/icon_arrow.svg);
  margin: auto;
  position: absolute;
  top: 40%;
  right: 30px;
}
@media (min-width: 520px) {
  .page-top #mainVisual .inner .center .start:hover {
    opacity: 1;
  }
}
.page-top #mainVisual .inner .logo02 {
  position: absolute;
  left: 20px;
  top: 20px;
}
.page-top #mainVisual .inner .contact {
  position: absolute;
  right: 20px;
  top: 20px;
}
.page-top #mainVisual .inner .contact a {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
}
.page-top #mainVisual .inner .contact a:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 13px;
  top: 4px;
  left: 0;
  background: url("../images/icon_mail-w.svg") no-repeat left top;
}
.page-top .catch {
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.page-top .listFlex {
  display: flex;
  justify-content: center;
}
.page-top #progressParent {
  width: 6.4814814815%;
  margin-left: 20px;
}
.page-top .checkList {
  margin-top: 6px;
}
.page-top .checkList .item {
  display: flex;
  padding: 45px 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.page-top .checkList .item .q {
  display: flex;
  align-items: center;
  width: 50%;
}
.page-top .checkList .item .q > div {
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.page-top .checkList .item .q > div:first-of-type {
  width: 1em;
  margin-right: 1em;
  font-size: 3rem;
  color: #B92D29;
}
.page-top .checkList .item .q > div:last-of-type {
  display: block;
  width: 100%;
  flex: 1;
  max-width: 364px;
  line-height: 1.3;
}
.page-top .checkList .item .q > div:last-of-type > span {
  display: block;
}
.page-top .checkList .item .q > div:last-of-type > span.att {
  display: none;
  font-size: 1.3rem;
  color: #D70A2F;
}
.page-top .checkList .item .a {
  width: 50%;
  background: pink;
}
.page-top .checkList .item.error {
  background: #FDF47B;
}
.page-top .checkList .item.error .q > div:last-of-type > span.att {
  display: block;
}
.page-top .checkList .item:not(:last-of-type) {
  margin-bottom: 15px;
}
.page-top .pattern01 {
  padding: 100px 0 66px;
}
.page-top .pattern01 .selectBox {
  width: 100%;
  margin: 0 auto;
}
.page-top .pattern01 .selectBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-top .pattern01 .selectBox ul li {
  width: 364px;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.page-top .pattern02 {
  padding: 0 0 100px;
}
.page-top .pattern02 .selectBox {
  width: 80%;
  margin: 0 auto;
}
.page-top .pattern02 .selectBox ul li {
  display: flex;
  margin-bottom: 20px;
}
.page-top .pattern02 .selectBox ul li:first-of-type {
  border-bottom: 2px dashed #707070;
}
.page-top .pattern02 .selectBox .btn01 {
  display: block;
  margin: 0 auto;
}
.page-top .about .ttl_about {
  text-align: center;
  margin-bottom: 30px;
}
.page-top .about .ttl_about span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 10px;
}
.page-top .about .ttl_about span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.page-top .about .text {
  width: 90%;
  margin: 0 auto;
}

#page input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
#page fieldset {
  border: none;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
#page .version01 .radio-inline__input, #page .version02 .radio-inline__input, #page .version03 .radio-inline__input, #page .version04 .radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#page fieldset.version04 {
  justify-content: right;
}
@media (max-width: 520px) {
  #page fieldset.version04 {
    justify-content: flex-start;
  }
}
#page .answer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  padding: 8px 0;
  margin-left: 10px;
}
#page .version01 {
  width: 100%;
}
#page .version01 .radio-inline__label {
  display: inline-block;
  width: 50%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.2s;
  line-height: 27px;
  color: #444;
}
#page .version01 .radio-inline__label.label_left {
  border-radius: 30px 0 0 30px;
}
#page .version01 .radio-inline__label.label_right {
  border-radius: 0 30px 30px 0;
}
#page .version01 .radio-inline__input:checked + .radio-inline__label {
  color: #fff;
  background: #b92d29;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
}
#page .version02 {
  width: 100%;
}
#page .version02 .radio-inline__label {
  display: inline-block;
  width: 33.333%;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.2s;
  line-height: 27px;
  color: #444;
}
#page .version02 .radio-inline__label.label_left {
  border-radius: 30px 0 0 30px;
}
#page .version02 .radio-inline__label.label_right {
  border-radius: 0 30px 30px 0;
}
#page .version02 .radio-inline__input:checked + .radio-inline__label {
  color: #fff;
  background: #b92d29;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
}
#page .version03 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#page .version03 .radio-inline__label {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
  padding: 0 1px;
  width: 90px;
}
#page .version03 .radio-inline__label:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 2px solid #d3d3d3;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 1;
  border-radius: 50%;
}
#page .version03 .radio-inline__label:after {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #B92D29;
  background-color: #B92D29;
  content: "";
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
#page .version03 .radio-inline__input:checked + .radio-inline__label:after {
  opacity: 1;
}
#page .version03:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  width: 440px;
  height: 7px;
  border-radius: 3.5px;
  background: #d3d3d3;
  top: 33px;
}
#page .version04 {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 8px;
  width: 100%;
  flex-wrap: wrap;
}
#page .version04 .radio-inline__label {
  position: relative;
  font-weight: bold;
  width: 180px;
  font-size: 2rem;
  line-height: 27px;
  color: #000;
  padding-left: 40px;
  text-align: left;
  margin-bottom: 26px;
}
#page .version04 .radio-inline__label:before {
  position: absolute;
  width: 29px;
  height: 29px;
  background: #fff;
  border: 1px solid #d3d3d3;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  z-index: 1;
  border-radius: 50%;
}
#page .version04 .radio-inline__label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  content: "";
  z-index: 2;
  transition: all 0.3s;
}
#page .version04 .radio-inline__input:checked + .radio-inline__label:after {
  background: #B92D29;
}
#page .version05 {
  width: 100%;
  position: relative;
}
#page .version05 select {
  resize: none;
  width: 300px;
  height: 40px;
  font-size: 1.6rem;
  padding: 4px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d3d3d3;
}
#page .version05 input[type=text] {
  font-size: 100%;
}
#page .version05 .txt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: left;
  color: #444;
  padding-left: 7px;
}
#page .version05 .super {
  vertical-align: super;
  font-size: 1.3rem;
}
#page .checkWrap {
  margin: 0 auto;
  width: 368px;
  padding-bottom: 14px;
}

.page-result #siteHead {
  width: 100%;
  height: 60px;
  background: #FFF;
}
.page-result #siteHead .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-result #siteHead .logo02 {
  position: absolute;
  left: 20px;
  top: 15px;
}
.page-result #siteHead .contact {
  position: absolute;
  right: 20px;
  top: 15px;
}
.page-result #siteHead .contact a {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.page-result #siteHead .contact a:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 13px;
  top: 4px;
  left: 0;
  background: url("../images/icon_mail-b.svg") no-repeat left top;
}
.page-result #mainVisual {
  width: 100%;
  height: 134px;
  background: url("../images/bg_mv-pc.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom 25%;
}
.page-result #mainVisual .inner {
  position: relative;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.page-result #mainVisual .inner .center {
  display: block;
  flex-wrap: wrap;
  align-items: end;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 35px 0 0;
  text-align: center;
  background-image: url("../images/icon_woman.svg"), url("../images/icon_man.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 70px 133px, 80px 133px;
}
.page-result #mainVisual .inner .center .logo01 {
  position: absolute;
  width: 124px;
  left: 48%;
  top: 20px;
}
.page-result #mainVisual .inner .center h1 {
  margin: 0 0 20px;
}
.page-result #best10 {
  margin-bottom: 60px;
}
.page-result #best10 .hdg_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.page-result #best10 .hdg_ttl .inner {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.page-result #best10 .hdg_ttl .inner .tgt {
  font-size: 2rem;
  font-weight: 600;
}
.page-result #best10 .hdg_ttl .inner .tgt span {
  font-size: 2.2rem;
  color: #B92D29;
}
.page-result #best10 .hdg_ttl .inner .best {
  font-size: 4.8rem;
  font-weight: 600;
  color: #B92D29;
}
.page-result #best10 .hdg_ttl .inner .best span {
  font-size: 6rem;
}
.page-result #best10 .hdg_ttl .inner:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 99px;
  top: -10px;
  left: -50px;
  background: url("../images/icon_reaf-b.svg") no-repeat left top;
}
.page-result #best10 .hdg_ttl .inner:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 99px;
  top: -10px;
  right: -50px;
  background: url("../images/icon_reaf-a.svg") no-repeat left top;
}
.page-result #best10 .ph_catch {
  width: 300px;
  margin: 0 auto 10px;
}
.page-result #best10 .letsShare {
  font-size: 1.8rem;
  font-weight: 600;
  color: #B92D29;
  text-align: center;
}
.page-result #best10 .sns {
  margin: 15px 0 60px;
}
.page-result #best10 .sns ul {
  display: flex;
  justify-content: center;
}
.page-result #best10 .sns ul li:not(:last-of-type) {
  margin-right: 10px;
}
.page-result #best10 .matchDegree .item {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
}
.page-result #best10 .matchDegree .item .title {
  position: absolute;
  width: 280px;
  height: 32px;
  top: -15px;
  left: 50%;
  margin-left: -140px;
  padding: 0 20px 0 80px;
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #d3d3d3;
}
.page-result #best10 .matchDegree .item .title.hi-match {
  background: #FDF47B;
}
.page-result #best10 .matchDegree .item .title .num {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -15px;
  left: -2px;
  background: #B92D29;
  border-radius: 50%;
}
.page-result #best10 .matchDegree .item .title .num span {
  display: block;
  width: 100%;
  padding: 10px 6px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 600;
  text-align: right;
  color: #FFF;
  position: relative;
}
.page-result #best10 .matchDegree .item .title .num span:after {
  content: url("../images/ico_no.svg");
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 14px;
  left: 8px;
}
.page-result #best10 .matchDegree .item .title .t {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 32px;
}
.page-result #best10 .matchDegree .item .title .t .par {
  color: #B92D29;
}
.page-result #best10 .matchDegree .item .title .t .par span {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 2.8rem;
  line-height: 2.1rem;
}
.page-result #best10 .matchDegree .item .text {
  padding: 30px 30px 20px;
  font-weight: 600;
}
.page-result #best10 .matchDegree .item .text .tgt {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}
.page-result #best10 .matchDegree .item .text .list {
  position: relative;
  display: flex;
  margin: 0 20.2127659574%;
}
.page-result #best10 .matchDegree .item .text .list dt {
  width: 6em;
}
.page-result #best10 .matchDegree .item .text .list dd {
  flex: 1;
}
.page-result #best10 .matchDegree .item .text .list.area {
  margin-bottom: 10px;
}
.page-result #best10 .matchDegree .item .text .list.area:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 21px;
  top: 5px;
  left: -25px;
  background: url("../images/icon_flag.svg") no-repeat left top;
  background-size: contain;
}
.page-result #best10 .matchDegree .item .text .list.price {
  margin-bottom: 10px;
}
.page-result #best10 .matchDegree .item .text .list.price:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 37px;
  top: -6px;
  left: -35px;
  background: url("../images/icon_pig.svg") no-repeat left top;
  background-size: contain;
}
.page-result #best10 .matchDegree .item .text .list:not(:last-of-type) {
  margin-bottom: 15px;
}
.page-result #best10 .matchDegree .item .btn {
  margin: 0 30px 40px;
}
.page-result #best10 .matchDegree .item .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 9px;
  border-radius: 25px;
  background: #b92d29;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.page-result #best10 .matchDegree .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.page-result #best10 .matchDegree .item:nth-of-type(10) .title .num span {
  padding: 10px 4px 10px 0;
  font-size: 3.6rem;
  letter-spacing: -4px;
}
.page-result #best10 .matchDegree .item:nth-of-type(10) .title .num span:after {
  left: 4px;
}
.page-result .gotop {
  display: block;
  width: 364px;
  height: 74px;
  margin: 0 auto;
  border: 5px solid #B92D29;
  border-radius: 37px;
  font-size: 2.4rem;
  font-weight: bold;
  background: #B92D29;
  color: #FFF;
  text-align: center;
}

/***************************************************************************************************************
#footer
***************************************************************************************************************/
#footer {
  background: #F5F7F8;
  padding: 40px 0 35px;
}
#footer .brand img {
  width: 120px;
}
#footer .link__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .brand {
  margin-bottom: 20px;
}
#footer .brand li {
  margin: 15px;
}
#footer .sns {
  margin-bottom: 14px;
}
#footer .sns li {
  margin: 6px;
}
#footer .contact {
  margin-bottom: 32px;
}
#footer .contact li {
  margin: 5px;
}
#footer .contact a.mail {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 60px;
  width: 246px;
  color: #438dc4;
  font-weight: 700;
}
#footer .contact a.mail:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  background: url(../images/icon_envelope-black.svg) no-repeat center top/100% auto;
  margin-right: 0.5em;
  width: 18px;
  height: 18px;
}
#footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #444;
}

/***************************************************************************************************************
#upper
***************************************************************************************************************/
#upper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 98;
}
#upper a {
  display: block;
  background-image: url("../images/upper.svg");
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 75% auto;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-color: rgba(245, 247, 248, 0.5);
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .pcBr {
    display: none;
  }

  .spBr {
    display: block;
  }

  .page-top #mainVisual .inner {
    background-image: url("../images/icon_cloud.svg"), url("../images/icon_cloud.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top 140px left 16%, top 80px right 16%;
  }
  .page-top #mainVisual .inner .center {
    padding: 58px 0 0;
    background-size: 110px 180px;
  }
  .page-top #mainVisual .inner .center h1 img {
    max-width: 360px;
  }
  .page-top #mainVisual .inner .center .start {
    width: 280px;
    height: 80px;
  }
  .page-top #mainVisual .inner .center .start .text {
    padding: 12px;
  }
  .page-top #mainVisual .inner .center .start .text span:first-of-type {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 1.2rem;
  }
  .page-top #mainVisual .inner .center .start .text span:first-of-type span {
    font-size: 2.4rem;
  }
  .page-top #mainVisual .inner .center .start .text span:last-of-type {
    font-size: 1.9rem;
    line-height: 22px;
  }
  .page-top #mainVisual .inner .center .start > div {
    height: 100%;
  }
  .page-top #mainVisual .inner .center .start > div:after {
    content: url(../images/icon_arrow_sp.svg);
    right: 17px;
  }
  .page-top #mainVisual .inner .center .start .icon {
    background-size: contain;
    width: 80px;
    height: 80px;
    top: -10px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding-right: 10px;
  }
  .page-top #mainVisual .inner .center .start .icon span {
    font-size: 2.2rem;
  }
  .page-top #mainVisual .inner .center .text {
    margin: 0 auto 12px;
  }
  .page-top #mainVisual .inner .logo02 {
    top: 13px;
  }
  .page-top #mainVisual .inner .logo02 img {
    width: 94px;
  }
  .page-top #mainVisual .inner .contact {
    top: 13px;
  }
  .page-top .checkList .item {
    padding: 25px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 380px;
  }
  .page-top .checkList .item .q {
    width: 100%;
    align-items: flex-start;
  }
  .page-top .checkList .item .q > div:first-of-type {
    font-size: 2.7rem;
    line-height: 38px;
  }
  .page-top .checkList .item .q > div:last-of-type {
    max-width: none;
  }
  .page-top .pattern01 .selectBox ul {
    justify-content: center;
  }
  .page-top .pattern02 .selectBox {
    width: 100%;
  }

  #page .version01 .radio-inline__label, #page .version02 .radio-inline__label {
    font-size: 1.5rem;
  }
  #page .version02 .radio-inline__label {
    padding: 10px 5px;
  }
  #page .version03 {
    padding-bottom: 10px;
  }
  #page .version03 .radio-inline__label {
    font-size: 1rem;
    padding: 0;
  }
  #page .version03::after {
    width: 100%;
  }
  #page .version05::before {
    left: 16%;
  }
  #page .version05 select {
    width: 280px;
  }
  #page .answer {
    margin-left: 0;
  }

  .page-result #siteHead {
    height: 0;
  }
  .page-result #siteHead .contact a {
    color: #fff;
  }
  .page-result #siteHead .contact a:before {
    background: url(../images/icon_mail-w.svg) no-repeat left top;
  }
  .page-result #mainVisual {
    width: 100%;
    height: 300px;
    background: url(../images/bg_mv-pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .page-result #mainVisual .inner {
    background-image: url(../images/icon_cloud.svg), url(../images/icon_cloud.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 140px left 16%, top 80px right 16%;
  }
  .page-result #mainVisual .inner .center .logo01 {
    left: 0;
    top: 38px;
    right: 0;
    margin: auto;
  }
  .page-result #mainVisual .inner .center h1 {
    margin: 50px 0 20px;
  }
  .page-result #mainVisual .inner .center h1 img {
    width: 340px;
  }
  .page-result #best10 .hdg_ttl {
    margin-bottom: 10px;
  }
  .page-result #best10 .hdg_ttl .inner .tgt {
    font-size: 1.7rem;
  }
  .page-result #best10 .hdg_ttl .inner .best {
    font-size: 3.8rem;
  }
  .page-result #best10 .hdg_ttl .inner .best span {
    font-size: 4.8rem;
  }
  .page-result #best10 .hdg_ttl .inner:before {
    width: 23px;
    height: 80px;
    background-size: 23px 80px;
  }
  .page-result #best10 .hdg_ttl .inner:after {
    width: 23px;
    height: 80px;
    background-size: 23px 80px;
  }
  .page-result #best10 .ph_catch {
    width: 240px;
    margin: 0 auto 10px;
  }
  .page-result #best10 .letsShare {
    font-size: 1.6rem;
  }
  .page-result #best10 .sns {
    margin: 9px 0 60px;
  }
  .page-result #best10 .matchDegree .item .text .tgt {
    font-size: 3rem;
    line-height: 40px;
  }
  .page-result #best10 .matchDegree .item .text .list {
    margin: 0 14%;
  }

  /***************************************************************************************************************
  #footer
  ***************************************************************************************************************/
  #footer .link__list {
    flex-wrap: wrap;
  }
  #footer .brand li {
    margin: 10px;
  }
  #footer .contact a.mail {
    width: 160px;
    font-size: 1.3rem;
    line-height: 40px;
  }
  #footer .copyright {
    padding-bottom: 40px;
  }

  /***************************************************************************************************************
  #upper
  ***************************************************************************************************************/
  #upper {
    right: 10px;
    bottom: 10px;
  }
  #upper a {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 520px) {
  .btn01 {
    max-width: 360px;
    width: 100%;
  }

  #sns {
    display: none;
  }

  .page-top #mainVisual {
    height: 432px;
    background: url(../images/bg_mv-pc.jpg) no-repeat left 30% bottom;
    background-size: cover;
  }
  .page-top #mainVisual .inner {
    padding: 0;
    background-size: 72px 36px;
    background-position: top 74px left 7%, top 50px right 9%;
  }
  .page-top #mainVisual .inner .contact .spErase {
    display: none;
  }
  .page-top #mainVisual .inner .contact a {
    padding-left: 20px;
  }
  .page-top #mainVisual .inner .center {
    background-size: 88px 170px, 110px 180px;
  }
  .page-top #mainVisual .inner .center h1 {
    margin: 0 auto;
  }
  .page-top #mainVisual .inner .center h1 img {
    width: 89.8148148148%;
  }
  .page-top #mainVisual .inner .center .start {
    width: 50.9259259259%;
    min-width: 180px;
  }
  .page-top #mainVisual .inner .center .start .icon {
    left: -36px;
    width: 76px;
    height: 76px;
  }
  .page-top #mainVisual .inner .center .logo01 img {
    width: 170px;
  }
  .page-top #mainVisual .inner .center .text {
    font-size: 1.3rem;
  }
  .page-top .pattern01 .selectBox{
    padding-right: 15px;
  }
  .page-top .pattern01 .selectBox ul li {
    margin-right: 0;
    margin-left: 0;
  }
  .page-top .catch {
    font-size: 1.6rem;
  }
  .page-top #progressParent {
    margin-left: 0;
  }
  .page-top .listFlex {
    justify-content: end;
  }
  .page-top .checkList {
    width: calc(100% - 30px);
  }
  .page-top .checkList .item {
    padding: 16px 25px 20px;
  }
  .page-top .checkList .item .q {
    align-items: flex-start;
  }
  .page-top .checkList .item .q > div:first-of-type {
    margin-right: 0.6em;
    line-height: 38px;
  }

  #page .checkWrap {
    max-width: 364px;
    width: 100%;
  }
  #page .version01 .radio-inline__label, #page .version02 .radio-inline__label {
    padding: 6px 10px;
  }
  #page .version02 .radio-inline__label {
    font-size: 1.3rem;
  }
  #page .version03 {
    margin-bottom: 20px;
  }
  #page .version03:after {
    width: 290px;
    top: 50px;
  }
  #page .version03 .radio-inline__label {
    font-size: 1rem;
    line-height: 16px;
    padding: 0 4px;
  }
  #page .version03 .radio-inline__label:before {
    top: 40px;
  }
  #page .version03 .radio-inline__label:after {
    width: 30px;
    height: 30px;
    top: 38px;
  }
  #page .version04 .radio-inline__label {
    font-size: 1.6rem;
    width: 100px;
  }
  #page .version05 select {
    width: 81.0810810811%;
  }
  #page .answer {
    margin-left: 0;
  }
  #page .answer label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #page .answer label span {
    display: block;
    width: 100%;
  }

  .page-result #siteHead .logo02 {
    top: 13px;
  }
  .page-result #siteHead .logo02 img {
    width: 94px;
  }
  .page-result #siteHead .contact {
    top: 13px;
  }
  .page-result #siteHead .contact a {
    padding-left: 20px;
  }
  .page-result #siteHead .contact .spErase {
    display: none;
  }
  .page-result #mainVisual {
    height: 194px;
  }
  .page-result #mainVisual .inner {
    padding: 0 14px;
    background-position: top 50px left 18%, top 30px right 23%;
    background-size: 50px 26px;
  }
  .page-result #mainVisual .inner .center {
    background-position: left bottom, right -1% bottom;
    background-size: 58px 110px, 70px 114px;
  }
  .page-result #mainVisual .inner .center .logo01 img {
    width: 122px;
  }
  .page-result #mainVisual .inner .center h1 {
    margin: 46px 0 0;
  }
  .page-result #mainVisual .inner .center h1 img {
    width: 258px;
  }
  .page-result #best10 .hdg_ttl .inner:before {
    left: -30px;
  }
  .page-result #best10 .hdg_ttl .inner:after {
    right: -30px;
  }
  .page-result #best10 .matchDegree .item .text {
    padding: 30px 22px 20px;
  }
  .page-result #best10 .matchDegree .item .text .list {
    margin: 0 0 0 35px;
  }
  .page-result #best10 .matchDegree .item .text .list dt {
    width: 5em;
  }
  .page-result #best10 .matchDegree .item .text .tgt {
    text-align: left;
  }
  .page-result #best10 .matchDegree .item .text .list.area:before {
    left: -35px;
  }
  .page-result #best10 .matchDegree .item .text .list.price:before {
    left: -40px;
  }
  .page-result #best10 .matchDegree .item .btn {
    margin: 0 20px 30px;
  }
  .page-result #best10 .matchDegree .item .btn a {
    border-radius: 20px;
  }
  .page-result #best10 .matchDegree .item .btn a > span span {
    display: block;
  }

  /***************************************************************************************************************
  #footer
  ***************************************************************************************************************/
  #footer .brand li {
    margin: 10px;
  }
  #footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .copyright {
    font-size: 1.3rem;
  }
}
@media (max-width: 420px) {
  .btn01 {
    font-size: 2.2rem;
  }

  .page-top #mainVisual .inner .center .text {
    font-size: 1.1rem;
  }
  .page-top .checkList .item {
    padding: 16px 16px 20px;
  }

  #page .version01 .radio-inline__label, #page .version02 .radio-inline__label {
    font-size: 1.3rem;
  }
  #page .version02 .radio-inline__label {
    font-size: 1.2rem;
  }
  #page .version03:after {
    width: 254px;
  }

  .page-result #mainVisual .inner {
    padding: 0 8px;
  }
  .page-result .gotop {
    max-width: 340px;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 960px) {
  #page .version05 textarea {
    width: 280px;
  }
}