@charset "UTF-8";
/*------------------------------------------------------------
reset
------------------------------------------------------------*/
html, body, div, span, input, button, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用Mixin
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
a, a:hover, a:visited, a:active {
  text-decoration: none;
  color: black;
}

a:hover {
  opacity: 0.7;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用extendで使用するここまで。
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
* {
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  overflow-x: hidden;
  color: black;
  font-weight: lighter;
  font-size: 14px !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W1", "メイリオ", "Meiryo", "verdana", sans-serif !important;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px !important;
    min-width: 100%;
  }
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用、ベースクラス
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.clearfix::after, .cf::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用デザインパーツ類
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
a.btn01 {
  color: white;
  background-image: url(../img/common/ico_arrow_02.png);
  background-repeat: no-repeat;
  background-position: right 5% top 15px;
  background-color: #f29908;
  background-size: 17px;
  display: inline-block;
  padding: 12px 120px;
  text-decoration: none;
  transition: 0.7s;
  font-size: 16px;
  color: white;
}
a.btn01:hover {
  opacity: 1;
  background-color: white;
  background-image: url(../img/common/ico_arrow_03.png);
  border: solid 1px #f29908;
  color: #f29908;
}
@media screen and (max-width: 768px) {
  a.btn01 {
    padding: 12px 80px;
    width: 100%;
    font-size: 14px;
    background-size: 15px;
  }
}

.ttl01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

.ttl02 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

.centerText {
  line-height: 2;
  font-size: 16px;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .centerText {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 1000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalArea .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}
.modalArea .modalWrapper .modalTitle {
  font-size: 20px;
}
.modalArea .modalWrapper .closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modalArea .modalWrapper {
    width: 95%;
    padding: 10px 2%;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用パーツ類ここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1300px;
  height: 100px;
  margin: 0 auto;
}
header a {
  display: block;
  height: 100%;
}
header a img {
  height: 100%;
  width: 265px;
}
header .hamburgerMenu {
  padding-top: 30px;
}
header .hamburgerMenu .hamburgerLine {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #454545;
}
@media screen and (max-width: 768px) {
  header {
    padding-right: 4%;
    padding-left: 4%;
    width: 100%;
    height: 67px;
  }
  header a {
    margin-top: 10px;
  }
  header a img {
    width: auto;
    height: 47px;
  }
  header .hamburgerMenu {
    padding-top: 23px;
  }
  header .hamburgerMenu .hamburgerLine {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 7px;
    background-color: #454545;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
メインコンテンツ
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

.simulatorSteps {
  padding-top: 30px;
}
.simulatorSteps ol {
  display: flex;
  list-style: none;
}
.simulatorSteps ol li {
  width: 600px;
}
.simulatorSteps ol li p {
  font-size: 18px;
  font-weight: 700;
}
.simulatorSteps ol li span {
  font-size: 12px;
  font-weight: 700;
}
.simulatorSteps ol .simulatorStepsActive {
  color: #5EA248;
  position: relative;
}
.simulatorSteps ol .simulatorStepsPassive {
  color: #A2A2A2;
  position: relative;
}
.simulatorSteps ol .simulatorStepsActive::after {
  content: "";
  display: block;
  background-image: url(/img/simulator/img_steps01.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 605px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.simulatorSteps ol .simulatorStepsPassive::after {
  content: "";
  display: block;
  background: url(/img/simulator/img_steps02.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 605px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .simulatorSteps {
    padding-top: 32px;
  }
  .simulatorSteps ol li {
    width: 50%;
  }
  .simulatorSteps ol li p {
    font-size: 10px;
  }
  .simulatorSteps ol li span {
    font-size: 8px;
  }
  .simulatorSteps ol .simulatorStepsActive::after {
    height: 10px;
    width: 100%;
    bottom: -10px;
  }
  .simulatorSteps ol .simulatorStepsPassive::after {
    height: 10px;
    width: 100%;
    bottom: -10px;
  }
}

#simulator .mainVisual {
  background-color: #D799C1;
  color: #fff;
  height: 217px;
}
#simulator .mainVisual .wrapper {
  background-image: url(/img/simulator/mv_simulator.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
}
#simulator .mainVisual .wrapper .ttl01 {
  font-size: 38px;
  font-weight: 700;
  padding: 50px 0 0;
}
#simulator .mainVisual .wrapper .txt01 {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #simulator .mainVisual {
    height: 174px;
  }
  #simulator .mainVisual .wrapper {
    background-image: url(/img/simulator/mv_simulator_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
  }
  #simulator .mainVisual .wrapper .ttl01 {
    font-size: 20px;
  }
  #simulator .mainVisual .wrapper .txt01 {
    font-size: 12px;
  }
}
#simulator .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #simulator .wrapper {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
#simulator .wrapper #simulatorForm {
  padding: 90px 0 0 0;
}
#simulator .wrapper #simulatorForm .ttl02 {
  font-size: 40px;
  color: #454545;
  border-left: 15px solid #454545;
  line-height: 0.9;
  padding-left: 13px;
}
#simulator .wrapper #simulatorForm form {
  padding: 20px 0 0 0;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox {
  border: 2px solid #e7c4dc;
  margin-bottom: 15px;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox {
  padding: 20px 0 20px 80px;
  margin: 0 40px;
  position: relative;
  border-bottom: dashed #454545;
  color: #595757;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox img {
  width: 53px;
  position: absolute;
  top: 30px;
  left: 0;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox h3 {
  font-size: 31px;
  font-weight: 600;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox p {
  font-size: 16px;
  font-weight: 600;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 30px;
  margin: 0 40px;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .radioInput {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .radioLabel {
  flex: 0 0 23%;
  border: 2px solid #5EA248;
  display: inline-block;
  padding: 19px 0;
  border-radius: 2px;
  text-align: center;
  height: 70px;
  margin: 10px 0 0;
  font-size: 20px;
  color: #595757;
  font-weight: 600;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .areaLabel {
  flex: 0 0 23%;
  border: 2px solid #5EA248;
  display: inline-block;
  padding: 9px;
  border-radius: 2px;
  text-align: center;
  height: 45px;
  margin: 10px 0 0;
  color: #595757;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .areaLabel .areaInput {
  accent-color: #5EA248;
  height: 17px;
  width: 17px;
  left: 60px;
  top: 10px;
  border-radius: 4px;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .areaLabel .areaInput:checked {
  accent-color: #fff;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .areaLabel:has(.areaInput:checked) {
  background: #5EA248;
  color: #fff;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .radioInput:checked + .radioLabel {
  background: #5EA248;
  color: #fff;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .space {
  justify-content: space-between;
}
#simulator .wrapper #simulatorForm form .simulatorItemBox .left {
  gap: 10px 2.5%;
}
#simulator .wrapper #simulatorForm form .build .formBox {
  padding: 10px 130px 40px;
  gap: 0 33px;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel {
  width: 250px;
  height: auto;
  margin: 20px 0 0;
  border: 0.5px solid #777;
  color: #342732;
  position: relative;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel input {
  position: absolute;
  height: 23px;
  width: 23px;
  top: 0;
  left: 0;
  accent-color: #5EA248;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel img {
  display: block;
  width: 100%;
  height: 150px;
  padding: 2px;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox {
  padding: 10px 20px;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .txt01 {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #000;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .txt02 {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .txt03 {
  font-size: 16px;
  font-weight: 600;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .area::before {
  content: "";
  display: block;
  background: url(/img/common/icn_area.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 28px;
  position: absolute;
  top: 1px;
  left: -8px;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .train::before {
  content: "";
  display: block;
  background: url(/img/common/icn_train.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 3px;
  left: 0;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .price::before {
  content: "";
  display: block;
  background: url(/img/common/icn_yen.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 7px;
  left: 0;
}
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel:hover,
#simulator .wrapper #simulatorForm form .build .formBox .buildLabel:has(.buildInput:checked) {
  outline: 3px solid #5EA248;
}
#simulator .wrapper #simulatorForm form .btnBox {
  justify-content: center;
  margin: 70px 0 0;
  display: flex;
}
#simulator .wrapper #simulatorForm form .btnBox .formResetBtn {
  color: #333;
  background-color: #fff;
  height: 90px;
  width: 350px;
  border: 2px solid #000;
  margin-right: 50px;
  font-size: 20px;
  font-weight: 600;
}
#simulator .wrapper #simulatorForm form .btnBox .calcButton {
  background-color: #DE7535;
  color: #fff;
  font-weight: bold;
  border: none;
  height: 90px;
  width: 500px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #simulator .wrapper #simulatorForm {
    padding: 30px 0 0 0;
  }
  #simulator .wrapper #simulatorForm .ttl02 {
    font-size: 19px;
    border-left: 15px solid #454545;
    padding-left: 2px;
  }
  #simulator .wrapper #simulatorForm form {
    padding: 10px 0 0 0;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox {
    border: 1px solid #e7c4dc;
    margin-bottom: 15px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox {
    padding: 20px 0 20px 60px;
    margin: 0 15px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox img {
    width: 46px;
    position: absolute;
    bottom: 0;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox h3 {
    font-size: 17px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .txtBox p {
    font-size: 12px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .formBox {
    padding: 10px 0 15px;
    margin: 0 15px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .radioLabel {
    flex: 0 0 48%;
    padding: 12px 0;
    height: 45px;
    margin: 10px 0 0;
    font-size: 12px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .areaLabel {
    flex: 0 0 48%;
    padding: 9px;
    height: 45px;
    margin: 10px 0 0;
    font-size: 12px;
  }
  #simulator .wrapper #simulatorForm form .simulatorItemBox .formBox .areaLabel .areaInput {
    left: 70px;
    top: 10px;
  }
  #simulator .wrapper #simulatorForm form .build .formBox {
    gap: 0 2%;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel {
    flex: 0 0 48%;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel input {
    top: 0;
    left: 0;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel img {
    height: auto;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox {
    padding: 6px 5px;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .txt01 {
    font-size: 14px;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .txt02 {
    margin-top: 5px;
    font-size: 10px;
    padding-left: 11px;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .txt03 {
    font-size: 10px;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .area::before {
    height: 13px;
    width: 20px;
    top: 1px;
    left: -5px;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .train::before {
    height: 10px;
    width: 10px;
    top: 3px;
    left: 0;
  }
  #simulator .wrapper #simulatorForm form .build .formBox .buildLabel .buildTxtBox .price::before {
    height: 10px;
    width: 10px;
    top: 3px;
    left: 0;
  }
  #simulator .wrapper #simulatorForm form .btnBox {
    margin: 55px 0 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #simulator .wrapper #simulatorForm form .btnBox .formResetBtn {
    height: 60px;
    width: 230px;
    margin: 30px auto 0;
    font-size: 16px;
  }
  #simulator .wrapper #simulatorForm form .btnBox .calcButton {
    height: 66px;
    width: 345px;
    font-size: 20px;
    margin: 0 auto;
  }
}

#result .mainVisual {
  background-color: #D799C1;
  color: #fff;
  height: 190px;
}
#result .mainVisual .ttl01 {
  font-size: 38px;
  font-weight: 700;
  padding: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #result .mainVisual {
    height: 160px;
  }
  #result .mainVisual .ttl01 {
    font-size: 20px;
  }
}
#result .choiced {
  display: flex;
  margin-top: 70px;
  background-color: #F7F2EE;
  border: 2px solid #776B58;
}
#result .choicedBox {
  width: 80%;
  padding: 17px 25px;
  margin: 25px;
  background-color: #FFF;
  display: flex;
}
#result .choicedBox .txt01 {
  width: 10%;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
#result .choicedBox ul {
  width: 80%;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #595757;
}
#result .choicedBox ul li, #result .choicedBox ul span {
  font-weight: 600;
}
#result .choiced button {
  width: 20%;
  height: 39px;
  margin: 33px 12px;
  background-color: #fff;
  border: solid 1px #707070;
  font-size: 16px;
  font-weight: 600;
  color: #595757;
  border-radius: 3px;
}
#result .choiced button a {
  display: block;
  line-height: 39px;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #result .choiced {
    display: block;
    margin-top: 40px;
  }
  #result .choicedBox {
    padding: 17px 25px;
    margin: 10px auto;
    background-color: #FFF;
    display: block;
    width: 95%;
  }
  #result .choicedBox .txt01 {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  #result .choicedBox ul {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #595757;
    width: 100%;
  }
  #result .choicedBox ul li, #result .choicedBox ul span {
    font-weight: 600;
  }
  #result .choiced button {
    width: 207px;
    height: 39px;
    margin: 0 auto 10px;
    display: block;
  }
}
#result .buildList {
  margin: 70px 0;
}
#result .buildList .buildItem {
  border: 2px solid #D799C1;
  padding: 0 50px;
  margin-bottom: 40px;
}
#result .buildList .buildItem .buildName {
  display: flex;
  padding: 26px 0 10px;
  border-bottom: 1px solid #707070;
}
#result .buildList .buildItem .buildName .ttl02 {
  font-size: 32px;
  font-weight: 600;
  color: #595757;
}
#result .buildList .buildItem .buildName a {
  width: 236px;
  height: 40px;
  text-align: center;
  border: 1px solid #595757;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #595757;
  padding-top: 5px;
  position: relative;
}
#result .buildList .buildItem .buildName a::after {
  content: "";
  display: block;
  background: url(/img/result/icn_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 10px;
  right: 11px;
}
#result .buildList .buildItem .buildDetail {
  display: flex;
  margin: 30px 0;
}
#result .buildList .buildItem .buildDetail img {
  width: 360px;
  height: 200px;
}
#result .buildList .buildItem .buildDetail .txtBox {
  margin: 16px 39px;
}
#result .buildList .buildItem .buildDetail .txtBox .txt01 {
  font-size: 16px;
  font-weight: 600;
  color: #595757;
  border-bottom: 1px solid #707070;
}
#result .buildList .buildItem .buildDetail .txtBox div {
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
}
#result .buildList .buildItem .buildDetail .txtBox div p {
  width: 60%;
  padding-right: 5px;
}
#result .buildList .buildItem .buildDetail .txtBox div p .txt02 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #595757;
  padding-left: 50px;
  position: relative;
}
#result .buildList .buildItem .buildDetail .txtBox div p .txt02:first-child::before {
  content: "";
  display: block;
  background: url(/img/result/icn_address.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 39px;
  position: absolute;
  top: 3px;
  left: 3px;
}
#result .buildList .buildItem .buildDetail .txtBox div p .txt02:nth-child(2)::after {
  content: "";
  display: block;
  background: url(/img/result/icn_access.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 39px;
  position: absolute;
  top: 3px;
  left: 3px;
}
#result .buildList .buildItem .buildDetail .txtBox div button {
  width: 40%;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  background-color: #ED702D;
  border: none;
  border-radius: 4px;
}
#result .buildList .buildItem .buildDetail .txtBox div button a {
  color: #fff;
  display: block;
  line-height: 70px;
}
#result .buildList .buildItem .flexWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #result .buildList .buildItem .flexWrap {
    flex-wrap: wrap;
  }
}
#result .buildList .buildItem .flexWrap div {
  width: 27%;
  height: 100px;
  text-align: center;
}
#result .buildList .buildItem .flexWrap div .ttl03 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  height: 40px;
  padding-top: 6px;
}
#result .buildList .buildItem .flexWrap div .txt01 {
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  height: 60px;
  padding-top: 7px;
}
#result .buildList .buildItem .flexWrap div .txt01 span {
  font-size: 28px;
  font-weight: 600;
}
#result .buildList .buildItem .flexWrap .box01 .ttl03 {
  background-color: #C38AB8;
}
#result .buildList .buildItem .flexWrap .box01 .txt01 {
  border: 2px solid #C38AB8;
}
#result .buildList .buildItem .flexWrap .box02 .ttl03 {
  background-color: #5EA248;
}
#result .buildList .buildItem .flexWrap .box02 .txt01 {
  border: 2px solid #5EA248;
}
#result .buildList .buildItem .flexWrap .img01 {
  width: 33px;
  height: 33px;
}
#result .buildList .buildItem .flexWrap .img02 {
  width: 32px;
  height: 20px;
}
#result .buildList .buildItem .priceDetail {
  margin-top: 39px;
  text-align: center;
}
#result .buildList .buildItem .priceDetail .ttl03 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
#result .buildList .buildItem .priceDetail .priceBox {
  margin: 10px 0;
  padding: 25px 70px;
  background-color: #F8F2EE;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop {
  display: flex;
  justify-content: space-between;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  padding: 25px;
  background-color: #FFF;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl .txt01 {
  width: 250px;
  font-weight: 600;
  color: #333;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px dotted #707070;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl .txt02 {
  width: 100px;
  font-weight: 600;
  color: #333;
  text-align: right;
  font-size: 16px;
  border-bottom: 1px dotted #707070;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl .txt02 span {
  font-weight: 600;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl .txt03 {
  width: 50%;
  font-weight: 600;
  color: #333;
  text-align: right;
  font-size: 16px;
  padding-top: 13px;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl .txt04 {
  width: 50%;
  font-size: 28px;
  text-align: right;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItemTop dl .txt04 span {
  font-weight: 600;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl {
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  margin: 14px;
  padding: 25px;
  background-color: #FFF;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt01 {
  width: 700px;
  font-weight: 600;
  color: #333;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px dotted #707070;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt02 {
  width: 200px;
  font-weight: 600;
  color: #333;
  text-align: right;
  font-size: 16px;
  border-bottom: 1px dotted #707070;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt02 span {
  font-weight: 600;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt03 {
  width: 80%;
  font-weight: 600;
  color: #333;
  text-align: right;
  font-size: 16px;
  padding-top: 13px;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt04 {
  width: 20%;
  font-size: 28px;
  text-align: right;
}
#result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt04 span {
  font-weight: 600;
}
#result .buildList .buildItem .priceDetail .priceBox .priceItem .ttl04 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
#result .buildList .buildItem .acBtn {
  width: 420px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #76B064;
  border: solid 2px #5EA248;
  border-radius: 4px;
  display: block;
  margin: 29px auto;
  cursor: pointer;
  position: relative;
}
#result .buildList .buildItem .acBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 31%;
  right: 100px;
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%);
  transform: rotate(135deg);
  transition: all 0.3s;
}
#result .buildList .buildItem .acBtn.open:after {
  top: 45%;
  transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
  #result .buildList {
    margin: 40px 0;
  }
  #result .buildList .buildItem {
    padding: 0 20px;
  }
  #result .buildList .buildItem .buildName {
    padding: 16px 0 10px;
  }
  #result .buildList .buildItem .buildName .ttl02 {
    font-size: 18px;
  }
  #result .buildList .buildItem .buildName a {
    width: 130px;
    height: 30px;
    font-size: 12px;
    padding: 5px 0 0 8px;
    text-align: left;
  }
  #result .buildList .buildItem .buildName a::after {
    height: 15px;
    width: 15px;
    top: 7px;
    right: 5px;
  }
  #result .buildList .buildItem .buildDetail {
    flex-wrap: wrap;
  }
  #result .buildList .buildItem .buildDetail img {
    width: 100%;
    height: auto;
  }
  #result .buildList .buildItem .buildDetail .txtBox {
    margin: 10px 0;
  }
  #result .buildList .buildItem .buildDetail .txtBox .txt01 {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
  }
  #result .buildList .buildItem .buildDetail .txtBox div {
    flex-wrap: wrap;
    padding-top: 13px;
  }
  #result .buildList .buildItem .buildDetail .txtBox div p {
    width: 95%;
    padding-right: 0;
  }
  #result .buildList .buildItem .buildDetail .txtBox div p .txt02 {
    font-size: 14px;
    font-weight: 300;
    padding-left: 45px;
  }
  #result .buildList .buildItem .buildDetail .txtBox div p .txt02:first-child::before {
    height: 18px;
    width: 39px;
    top: 2px;
    left: 5px;
  }
  #result .buildList .buildItem .buildDetail .txtBox div p .txt02:nth-child(2)::after {
    height: 18px;
    width: 39px;
    top: 3px;
    left: 5px;
  }
  #result .buildList .buildItem .buildDetail .txtBox div button {
    width: 90%;
    height: 50px;
    font-size: 16px;
    margin: 20px auto 0;
  }
  #result .buildList .buildItem .buildDetail .txtBox div button a {
    line-height: 50px;
  }
  #result .buildList .buildItem .flexWrap {
    display: block;
    align-items: center;
  }
  #result .buildList .buildItem .flexWrap::after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    line-height: 0;
    clear: both;
  }
  #result .buildList .buildItem .flexWrap div {
    margin: 0 auto;
    width: 90%;
    height: 65px;
  }
  #result .buildList .buildItem .flexWrap div .ttl03 {
    font-size: 14px;
    height: 25px;
    padding-top: 3px;
  }
  #result .buildList .buildItem .flexWrap div .txt01 {
    font-size: 10px;
    height: 38px;
    padding-top: 4px;
  }
  #result .buildList .buildItem .flexWrap div .txt01 span {
    font-size: 18px;
  }
  #result .buildList .buildItem .flexWrap .img01 {
    margin: 10px auto;
    display: block;
    width: 12px;
    height: 12px;
  }
  #result .buildList .buildItem .flexWrap .img02 {
    transform: rotate(90deg);
    margin: 10px auto;
    display: block;
    width: 14px;
    height: 12px;
  }
  #result .buildList .buildItem .priceDetail {
    margin-top: 37px;
  }
  #result .buildList .buildItem .priceDetail .ttl03 {
    font-size: 16px;
  }
  #result .buildList .buildItem .priceDetail .priceBox {
    padding: 10px 8px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop {
    flex-wrap: wrap;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop .priceItem {
    width: 100%;
    margin-top: 10px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop .priceItem dl {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop .priceItem dl .txt01 {
    width: 65%;
    font-size: 16px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop .priceItem dl .txt02 {
    width: 35%;
    font-size: 14px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop .priceItem dl .txt03 {
    width: 50%;
    font-size: 12px;
    padding-top: 6px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .priceItemTop .priceItem dl .txt04 {
    font-size: 18px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .initialCost dl {
    width: 100%;
    margin: 0;
    padding: 25px 20px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt01 {
    width: 65%;
    font-size: 14px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt02 {
    width: 35%;
    text-align: right;
    font-size: 14px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt03 {
    width: 50%;
    font-size: 12px;
    padding-top: 6px;
  }
  #result .buildList .buildItem .priceDetail .priceBox .initialCost dl .txt04 {
    width: 50%;
    font-size: 18px;
  }
  #result .buildList .buildItem .acBtn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin: 29px auto;
  }
  #result .buildList .buildItem .acBtn:after {
    top: 28%;
    right: 55px;
  }
  #result .buildList .buildItem .acBtn.open:after {
    top: 44%;
  }
}
#result .backBtn {
  width: 368px;
  height: 102px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border: 3px solid #707070;
  border-radius: 9px;
  display: block;
  margin: 0 auto;
}
#result .backBtn a {
  display: block;
  line-height: 102px;
}
@media screen and (max-width: 768px) {
  #result .backBtn {
    width: 80%;
    height: 86px;
    font-size: 16px;
  }
  #result .backBtn a {
    line-height: 86px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
footer {
  height: 150px;
  background-color: #D799C1;
  color: #fff;
  text-align: center;
  padding: 30px 0 0;
  margin: 100px 0 0;
}
footer p {
  margin-bottom: 10px;
}
footer .txt01 {
  font-size: 18px;
  font-weight: 600;
}
footer .txt02 {
  font-size: 16px;
}
footer .txt03 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer {
    height: 120px;
    padding: 20px 0 6px;
    margin: 70px 0 0;
  }
  footer p {
    margin-bottom: 12px;
  }
  footer .txt01 {
    font-size: 12px;
  }
  footer .txt02 {
    font-size: 10px;
  }
  footer .txt03 {
    font-size: 6px;
  }
}/*# sourceMappingURL=style.min.css.map */