@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
icomoon
---------------------------------------
*/
.wrapper {
  position: relative;
  overflow: hidden;
  background: #d8ecff;
}

@media (max-width: 814px) {
  .wrapper {
    padding-top: 1.7rem;
  }
}
.wrapper:before {
  content: "";
  background: -moz-linear-gradient(top, white 0%, rgba(216, 236, 255, 0.8) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(216, 236, 255, 0.8) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(216, 236, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ccd8ecff",GradientType=0 );
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (max-width: 814px) {
  .wrapper:before {
    background: #e9f5ff;
    background: -moz-linear-gradient(top, #e9f5ff 0%, #d5e7f9 100%);
    background: -webkit-linear-gradient(top, #e9f5ff 0%, #d5e7f9 100%);
    background: linear-gradient(to bottom, #e9f5ff 0%, #d5e7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9f5ff", endColorstr="#d5e7f9",GradientType=0 );
    height: 300px;
  }
}
.wrapper:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(181, 210, 236, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(181, 210, 236, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(181, 210, 236, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#b5d2ec",GradientType=0 );
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 814px) {
  .wrapper:after {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    min-width: 0;
    margin-top: 0;
  }
}
.l-contents {
  /*
  ---------------------------------------
  reset
  ---------------------------------------
  */
  margin: 0 auto;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 2;
  /*
    ----------------------------------------
    flex
    ----------------------------------------
    */
  /*
    ---------------------------------------
    link
    ---------------------------------------
    */
  /*
    ---------------------------------------
    clear
    ---------------------------------------
    */
  /* IE7 */
  /*
    ---------------------------------------
    common
    ---------------------------------------
    */
}

.l-contents .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.l-contents .flex.nowrap {
  flex-wrap: nowrap;
}

.l-contents .flex.reverse {
  flex-direction: row-reverse;
}

.l-contents .flex.item-center {
  align-items: center;
}

.l-contents .flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-contents a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

.l-contents a:hover {
  text-decoration: none;
}

.l-contents .clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.l-contents .clearfix {
  min-height: 1px;
}

.l-contents * html .clearfix {
  height: 1px;
  /*\*/
  /*/
        height: auto;
        overflow: hidden;
        /**/
}

.l-contents *:first-child + html .clearfix {
  zoom: 1;
}

.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}

.l-contents .sp {
  display: none !important;
}

.l-contents .inline-pc {
  display: inline-block !important;
}

.l-contents .inline-sp {
  display: none !important;
}

.l-contents .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
  z-index: 1;
}

.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}

.l-contents .img {
  line-height: 0;
}

.l-contents img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 814px) {
  .l-contents img {
    width: auto;
  }
}
.l-contents .center {
  text-align: center;
}

.l-contents .bold {
  font-weight: bold;
}

.l-contents .trans {
  transition: all 0.2s;
}

.l-contents button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  display: block;
  cursor: pointer;
}

@media (max-width: 814px) {
  .l-contents {
    /*
        ----------------------------------------
        -750
        ----------------------------------------
        */
    /* flex */
  }
  .l-contents .pc {
    display: none !important;
  }
  .l-contents .sp {
    display: block !important;
  }
  .l-contents .inline-pc {
    display: none !important;
  }
  .l-contents .inline-sp {
    display: inline-block !important;
  }
  .l-contents .center {
    text-align: left;
  }
  .l-contents .ta-c {
    text-align: center;
  }
  .l-contents .wrapper {
    min-width: 100%;
  }
  .l-contents .bg-fixed {
    position: fixed;
    width: 100%;
  }
  .l-contents .inner {
    max-width: 100%;
    margin: 0;
    padding: 0 2.7%;
  }
  .l-contents p,
  .l-contents dt,
  .l-contents dd,
  .l-contents li {
    font-size: 1.6rem;
  }
  .l-contents img {
    max-width: 100%;
    height: auto;
  }
  .l-contents .flex {
    display: block;
  }
}
#page-top {
  z-index: 2;
}

/*
---------------------------------------
animation
---------------------------------------
*/
/* Object
* ========================== */
/* Component ------------ */
.diagnosis {
  margin-bottom: 95px;
}

@media (min-width: 815px) {
  .diagnosis {
    min-height: 605px;
  }
}
.diagnosis__head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

@media (max-width: 814px) {
  .diagnosis__head {
    align-items: flex-start;
  }
}
.btn__back {
  margin-top: 2.8rem;
}

@media (max-width: 814px) {
  .btn__back {
    width: 49%;
    margin-top: 2rem;
  }
}
.btn__back a {
  display: block;
  letter-spacing: 0.1em;
  color: #3e6684;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(163, 175, 192, 0.7);
  background: #fff;
  padding: 7px 22px 7px 25px;
  font-size: 1.6rem;
  position: relative;
  max-width: 192px;
}

@media (max-width: 814px) {
  .btn__back a {
    font-size: 1.5rem;
    padding: 7px 0 7px 25px;
  }
}
.btn__back a:before {
  content: "";
  background: url(../img/common/arrow-left@2x.png) no-repeat center center/cover;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.head__result {
  display: none;
}

@media (max-width: 814px) {
  .head__result {
    width: 49%;
  }
}
.btn__result a {
  display: block;
  letter-spacing: 0.1em;
  color: #3e6684;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(163, 175, 192, 0.7);
  background: #fff;
  padding: 7px 15px 7px 48px;
  position: relative;
  font-size: 1.6rem;
}

@media (max-width: 814px) {
  .btn__result a {
    font-size: 1.5rem;
    padding: 7px 0 7px 50px;
  }
}
.btn__result a:before {
  content: "";
  background: url(../img/common/icn_bed@2x.png) no-repeat center center/cover;
  width: 28px;
  height: 19px;
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.head__clear {
  font-size: 1.2rem;
  color: #3e6684;
  margin: 1rem 0 0 auto;
  letter-spacing: 0.1em;
}

@media (max-width: 814px) {
  .head__clear {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
.head__clear span {
  display: inline-block;
  border-bottom: 1px solid #3e6684;
}

.diagnosis__main {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 25px rgba(163, 175, 192, 0.4);
  padding: 25px;
}

@media (max-width: 814px) {
  .diagnosis__main {
    padding: 20px 10px;
  }
}
.diagnosis__main__head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 2rem;
}

@media (max-width: 814px) {
  .diagnosis__main__head {
    padding: 0 0 1.4rem;
  }
}
@media (max-width: 814px) {
  .diagnosis__main__head .head__img {
    width: 28.5%;
  }
}
@media (max-width: 814px) {
  .diagnosis__main__head .head__ttl {
    width: 28.5%;
  }
}
.accordion,
.acc__cont {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 1150px;
  margin: 0 auto;
}

@media (max-width: 814px) {
  .accordion,
  .acc__cont {
    width: 100%;
  }
}
.accordion--size {
  justify-content: center;
}

.acc__cont.items-1,
.acc__cont.items-2 {
  justify-content: center;
}

.acc_question {
  font-size: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 3rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

@media (max-width: 814px) {
  .acc_question {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.acc_question:before {
  content: "";
  background: url(../img/common/acc_q@2x.png) no-repeat center center/cover;
  width: 49px;
  height: 45px;
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 814px) {
  .acc_question:before {
    width: 32px;
    height: 30px;
    display: block;
    margin: 0 auto 0.5rem;
  }
}
.acc__ttl,
.acc__btn {
  background: #f6fbff;
  border: 1px solid #c5d1db;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #3e6684;
  line-height: 1.444;
  font-weight: 500;
  width: calc(33.3333% - 4rem);
  margin: 0 2rem;
  margin-bottom: 3rem;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 815px) {
  .acc__ttl,
  .acc__btn {
    transition: background 0.4s;
  }
  .acc__ttl:hover,
  .acc__btn:hover {
    background: #d2e4f5;
  }
}
@media (max-width: 814px) {
  .acc__ttl,
  .acc__btn {
    width: 100%;
    margin: 0 0 1.5rem;
    height: 50px;
    font-size: 1.3rem;
  }
}
.topicpath__wrap {
  margin-bottom: 50px;
}

@media (max-width: 814px) {
  .topicpath__wrap {
    display: none;
  }
}
#topicpath {
  font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
  font-size: 0.75em;
  color: #4f4946;
  text-align: left;
  letter-spacing: 0.05em;
}

@media (max-width: 814px) {
  #topicpath {
    display: none;
  }
}
#topicpath a:link,
#topicpath a:active,
#topicpath a:visited {
  color: #55698a;
  text-decoration: underline;
}

#topicpath a:hover {
  color: #0000ff;
  text-decoration: underline;
}

/* Structures ------------ */
#common-footer {
  margin-top: 0;
}

/* Project ------------ */
@media (max-width: 814px) {
  .diagnosis__main__head .head__ttl--frame {
    width: 54%;
  }
}
.acc__ttl--design {
  height: 300px;
  display: block;
  padding-top: 1.6rem;
}

@media (max-width: 814px) {
  .acc__ttl--design {
    height: auto;
    width: calc(50% - 0.5rem);
    margin: 0 0.25rem 0.5rem;
    padding-top: 1rem;
  }
}
.l-contents .design__catch {
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 814px) {
  .l-contents .design__catch {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.design__img {
  margin-bottom: 0.5rem;
}

@media (max-width: 814px) {
  .design__img {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 814px) {
  .design__name {
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
  }
}
.acc__ttl--color {
  flex-direction: row;
  justify-content: flex-start;
  padding: 9px 0 9px 14px;
}

@media (max-width: 814px) {
  .acc__ttl--color {
    height: auto;
  }
}
.color__img {
  margin-right: 2.5rem;
}

@media (max-width: 814px) {
  .color__img {
    width: 38%;
  }
}
.color__name {
  text-align: left;
}

.diagnosis__main--result {
  padding: 35px 140px 25px;
  background: url(../img/result/result_bg.jpg) no-repeat center center/cover;
}

@media (max-width: 814px) {
  .diagnosis__main--result {
    padding: 20px 0;
  }
}
.diagnosis__main__head--result {
  display: block;
  padding-bottom: 0.5rem;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result {
    padding: 0 10px 0.5rem;
  }
}
.diagnosis__main__head--result .head__ttl {
  margin-bottom: 4.3rem;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result .head__ttl {
    width: 40%;
    margin: 0 auto 1rem;
  }
}
.diagnosis__main__head--result .head__ttl img {
  padding-bottom: 15px;
  border-bottom: 2px dotted #3e6684;
}

.diagnosis__main__head--result .head__lead {
  font-size: 2rem;
  color: #656565;
  letter-spacing: 0.1em;
  padding-bottom: 2.5rem;
  font-weight: bold;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result .head__lead {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
  }
}
.diagnosis__main__head--result .head__lead em {
  color: #3e6684;
  font-style: normal;
}

.diagnosis__main__head--result .head__lead #head__lead_num {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result .head__lead #head__lead_num {
    font-size: 2.7rem;
  }
}
.diagnosis__main__head--result .head__proposalBox {
  background: #fff;
  padding: 2rem 0;
  margin-bottom: 2.5rem;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result .head__proposalBox {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
.diagnosis__main__head--result #head__proposal {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result #head__proposal {
    font-size: 1.2rem;
  }
}
.diagnosis__main__head--result #head__proposal em {
  font-style: normal;
  border-bottom: 1px solid #3e6684;
}

.diagnosis__main__head--result #head__proposal span {
  color: #3e6684;
}

.diagnosis__main__head--result .head__note {
  text-align: right;
  font-size: 1.2rem;
  color: #656565;
  line-height: 1.8;
}

@media (max-width: 814px) {
  .diagnosis__main__head--result .head__note {
    font-size: 1rem;
  }
}
.result {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #c8d3db;
  padding: 5px 25px 25px 25px;
  margin-bottom: 1.5rem;
}

@media (max-width: 814px) {
  .result {
    padding: 5px 6px 15px;
    background: #f6fbff;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (max-width: 814px) {
  .result-02 {
    margin-top: 1.5rem;
  }
}
.result__head {
  text-align: left;
  padding-bottom: 2.6rem;
}

@media (max-width: 814px) {
  .result__head {
    padding-bottom: 0;
  }
}
.result__ttl {
  font-size: 1.8rem;
  color: #3e6684;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media (max-width: 814px) {
  .result__ttl {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .result__ttl img {
    width: 33px;
  }
}
.saveData {
  padding-top: 0.5rem;
}

.saveData--mattress {
  margin-bottom: 2.1rem;
}

.saveData--frame {
  margin-bottom: 2rem;
}

.saveData__ttl {
  text-align: left;
  line-height: 1;
}

@media (max-width: 814px) {
  .saveData__ttl {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .saveData__ttl img {
    width: auto;
    height: 9px;
  }
}
.saveData__box {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 814px) {
  .saveData__box {
    display: block;
  }
}
.saveData__imgWrap {
  width: 330px;
}

@media (max-width: 814px) {
  .saveData__imgWrap {
    width: 100%;
    position: relative;
  }
}
.saveData__imgWrap .saveData__img {
  width: 265px;
  margin: 0 auto;
}

@media (max-width: 814px) {
  .saveData__imgWrap .saveData__img {
    width: 100%;
  }
  .saveData__imgWrap .saveData__img img {
    width: 70%;
    margin: 0 auto;
  }
}
.saveData__imgWrap--frame {
  margin-top: 1.5rem;
}

@media (max-width: 814px) {
  .saveData__imgWrap--frame {
    margin-top: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .saveData__imgWrap--frame .saveData__img img {
    margin-right: 10%;
  }
}
.saveData__color {
  text-align: right;
  margin-right: 3rem;
  padding-top: 4.2rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 814px) {
  .saveData__color {
    position: absolute;
    margin-right: 0;
    display: block;
    right: 0;
    bottom: 0;
    padding-top: 0;
    width: 23%;
    text-align: center;
  }
}
.saveData__color .saveData__color__name {
  font-size: 1.1rem;
  margin-right: 1rem;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 814px) {
  .saveData__color .saveData__color__name {
    font-size: 1rem;
    display: block;
    margin-right: 0;
    text-align: center;
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 814px) {
  .saveData__color .saveData__color__img img {
    width: 36px;
  }
}
.saveData__txtbox {
  flex: 1;
  padding-left: 1.5rem;
}

@media (max-width: 814px) {
  .saveData__txtbox {
    padding-left: 0;
  }
}
.saveData__txtbox__head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3.5rem;
}

@media (max-width: 814px) {
  .saveData__txtbox__head {
    padding-bottom: 1rem;
  }
}
.saveData__txtbox__head__r {
  width: 50%;
}

@media (max-width: 814px) {
  .saveData__txtbox__head__r {
    width: auto;
  }
}
.saveData__url {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

@media (max-width: 814px) {
  .saveData__url {
    margin-bottom: 8px;
  }
}
.url__ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3e6684;
  margin-right: 8px;
}

@media (max-width: 814px) {
  .l-contents .url__ttl {
    font-size: 1.1rem;
    margin-right: 6px;
  }
}
.l-contents .url__btn {
  display: inline-block;
  background: rgb(62, 102, 132);
  background: -moz-linear-gradient(top, rgb(62, 102, 132) 0%, rgb(48, 80, 105) 100%);
  background: -webkit-linear-gradient(top, rgb(62, 102, 132) 0%, rgb(48, 80, 105) 100%);
  background: linear-gradient(to bottom, rgb(62, 102, 132) 0%, rgb(48, 80, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e6684", endColorstr="#305069",GradientType=0 );
  color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  padding: 0px 19px 0px 8px;
  position: relative;
}
.l-contents .url__btn:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 814px) {
  .l-contents .url__btn {
    font-size: 1rem;
    padding: 0px 15px 0px 8px;
    line-height: 2.4;
  }
}
.saveData__name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}

@media (max-width: 814px) {
  .saveData__name {
    font-size: 1.4rem;
    padding-left: 0;
    line-height: 1;
  }
}
.saveData__base {
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 814px) {
  .saveData__base {
    line-height: 1;
  }
}
.saveData__base .saveData__base__name {
  font-size: 2rem;
}

@media (max-width: 814px) {
  .saveData__base .saveData__base__name {
    font-size: 1.4rem;
  }
}
.saveData__base .saveData__base__caution{
  font-size:1.4rem;
  font-weight: bold;
  color: #c53838;
}
.saveData__base .saveData__base__caution a{
  text-decoration:underline;
  text-underline-offset:0.3em;
}
@media (hover: hover) {
  .saveData__base .saveData__base__caution a:hover{
    text-decoration:none;
  }
}
@media (max-width: 814px) {
  .saveData__base .saveData__base__caution {
    font-size: 1rem;
  }
}
.saveData__tbl {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 814px) {
  .saveData__tbl {
    border-top: #3e6684 solid 1px;
    border-bottom: #3e6684 solid 1px;
  }
}
@media (max-width: 814px) {
  .saveData__tbl thead {
    display: none;
  }
}
.saveData__tbl thead th {
  font-size: 1.2rem;
  color: #3e6684;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 5px 10px;
  border-bottom: #3e6684 solid 2px;
}

.saveData__tbl tbody td {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 12px 0;
  border-bottom: #3e6684 solid 2px;
}

@media (max-width: 814px) {
  .saveData__tbl tbody td {
    width: 100%;
    font-size: 1.3rem;
    border: none;
    padding: 2px 0;
  }
  .saveData__tbl tbody td p {
    font-size: 1.3rem;
  }
}
.saveData__tbl tbody td .tax_excluded {
  font-weight: 300;
}

@media (min-width: 815px) {
  .saveData__tbl tbody td[label=サイズ] {
    width: 18%;
  }
  .saveData__tbl tbody td[label=品番] {
    width: 40%;
  }
  .saveData__tbl tbody td[label=価格] {
    width: 42%;
  }
}
@media (max-width: 814px) {
  .saveData__tbl tbody td {
    display: block;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .saveData__tbl tbody td:before {
    font-size: 1.1rem;
    color: #3e6684;
    content: attr(label);
    width: 10em;
    text-align: left;
    font-weight: 400;
  }
}
.saveData__size {
  text-align: right;
}

@media (max-width: 814px) {
  .saveData__size {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.total {
  background: #b5d2ec;
  border-radius: 8px;
  padding: 10px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media (max-width: 814px) {
  .total {
    padding: 5px 0;
    border-radius: 4px;
  }
}
.total .total__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 5rem;
}

@media (max-width: 814px) {
  .total .total__ttl {
    font-size: 1.2rem;
    margin-right: 3rem;
  }
}
.total .total__priceWrap {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.total .total__price {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 1.5rem;
}

@media (max-width: 814px) {
  .total .total__price {
    font-size: 1.7rem;
    margin-right: 0;
  }
}
.total .total__price_notax {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}

@media (max-width: 814px) {
  .total .total__price_notax {
    font-size: 1.3rem;
  }
}
.bnr_list {
  border: 1px solid #3e6684;
  background: #fff;
  padding: 50px 40px;
  max-width: 812px;
  margin: 3.3rem auto;
  background-image: url(../img/result/bnr_list@2x.jpg);
  background-repeat: no-repeat;
}

@media (min-width: 815px) {
  .bnr_list {
    background-position: right 37px bottom -10px;
    background-size: 323px;
  }
}
@media (max-width: 814px) {
  .bnr_list {
    margin: 1.5rem auto 1.75rem;
    border: none;
    padding: 10px 10px 105px;
    background-position: center bottom 10px;
    background-size: 113px;
  }
}
.bnr_list .btn-01:first-child {
  margin-bottom: 1rem;
}

.btn-01 a {
  display: block;
  background: #fff;
  border: 1px solid #9fadb8;
  font-size: 1.7rem;
  color: #3e6684;
  letter-spacing: 0.1em;
  width: 358px;
  padding: 1.4rem 1em 1.4rem 0;
  position: relative;
}

@media (max-width: 814px) {
  .btn-01 a {
    width: 100%;
    font-size: 1.3rem;
  }
}
.btn-01 a:before {
  content: "";
  background: url(../img/common/arrow-right@2x.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7rem;
}

@media (max-width: 814px) {
  .btn-01 a:before {
    width: 4.5px;
    height: 8px;
    right: 15%;
  }
}
.showroom {
  max-width: 812px;
  margin: 0 auto 1rem;
  position: relative;
}

@media (max-width: 814px) {
  .showroom {
    margin-bottom: 0;
  }
}
@media (min-width: 815px) {
  .showroom .showroom__btn {
    position: absolute;
    top: 205px;
    right: 40px;
  }
}
@media (max-width: 814px) {
  .showroom .showroom__btn {
    padding: 0 10px;
  }
}
@media (min-width: 815px) {
  .showroom .showroom__map {
    position: absolute;
    top: 82px;
    left: 20px;
  }
}
.showroom .showroom__map__txt {
  width: 234px;
}

@media (max-width: 814px) {
  .showroom .showroom__map__txt {
    width: 100%;
  }
}
.showroom .showroom__map__ttl {
  font-size: 1.1rem;
  color: #3e6684;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 814px) {
  .showroom .showroom__map__ttl {
    font-size: 1rem;
  }
}
.showroom .showroom__map__txt {
  font-size: 1.1rem;
  color: #3e6684;
  text-align: left;
  line-height: 1.63636;
  letter-spacing: 0.1em;
}

@media (max-width: 814px) {
  .showroom .showroom__map__txt {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
#top .diagnosis__main {
  text-align: center;
}

#top .top__catch {
  color: #3e6684;
  letter-spacing: 0.4em;
  margin-bottom: 1.5rem;
}

@media (max-width: 814px) {
  #top .top__catch {
    font-size: 1.2rem;
  }
}
#top .top__ttl {
  margin-bottom: 4.5rem;
}

@media (max-width: 814px) {
  #top .top__ttl {
    width: 90%;
    margin: 0 auto 2.4rem;
  }
}
#top .top__lead {
  font-size: 1.7rem;
  color: #999;
  letter-spacing: 0.025em;
  margin-bottom: 3.5rem;
}

@media (max-width: 814px) {
  #top .top__lead {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1.307;
  }
}
#top .top__img {
  margin-bottom: 2rem;
}

@media (max-width: 814px) {
  #top .top__img {
    width: 85%;
    margin: 0 auto 2rem;
  }
}
#top .btn_start {
  margin-bottom: 5rem;
}

@media (max-width: 814px) {
  #top .btn_start {
    margin-bottom: 1.5rem;
  }
}
#top .btn_start a {
  display: block;
  margin: 0 auto;
  background: #f3dcb0;
  border-bottom: 6px solid #d4d6d1;
  font-size: 2.8rem;
  color: #333;
  letter-spacing: 0.1em;
  width: 386px;
  padding: 1.7rem 0;
  position: relative;
}

@media (max-width: 814px) {
  #top .btn_start a {
    width: 85%;
    margin: 0 auto;
    font-size: 1.7rem;
    padding: 0.8rem 0;
    border-width: 3px;
  }
}
#top .btn_start a:before {
  content: "";
  background: url(../img/top/arrow-right_bk@2x.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}

@media (max-width: 814px) {
  #top .btn_start a:before {
    width: 7px;
    height: 12px;
    right: 7%;
  }
}
.analytics {
  display: none;
}
.diagnosis__main--result #sr-woodcushion_box {
  margin-top:3em;
  margin-bottom:0;
}

@media (max-width: 814px) {
  .diagnosis__main--result #sr-woodcushion_box {
    margin-inline:10px;
  }
}