@charset "utf-8";
/* reset */
body {
    text-align: justify;
    text-justify: inter-ideograph;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #000;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}
ul, ol, dl, img {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style-type: none;
}
img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}
form {
    font-size: 16px;
}
a {
    text-decoration: none;
}
a:link,
a:active,
a:visited {
    color: #508fbc;
}
a:hover {
    color: #96c3e2;
    outline: none;
    text-decoration: none;
}
/*-- リンクの点線を消去 --*/
a:active,
a:focus {
    outline: none;
}
.tac {
    text-align: center;
}
.explanatoryImage {
    text-align: center;
    margin: 40px 0;
}
.listingWallMoldImage{
    margin-bottom: 70px !important;
}
.explanatoryImage img {
    border: 6px solid #fff;
    width: 80%;
    height: auto;
}
.explanatoryImage.mailStamp img {
    border: none;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}
[type="radio"],
[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
    margin-right: 5px;
    vertical-align: middle;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}
/* 入力欄にフォーカスした時、プレースホルダーを非表示にする。 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input:focus::placeholder,
textarea:focus::placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: .1s;
}
input:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}
input:focus::-ms-input-placeholder {
    color: transparent;
    transition: .1s;
}
input:focus::placeholder {
    color: transparent;
    transition: .1s;
}
select,
input[type="tel"],
input[type="text"] {
    height: 50px;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #ccc;
    margin: 0 auto;
    box-sizing: border-box;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha( opacity=40 )";
    padding: 0 0 0 1em;
    line-height: 50px;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex input{
    margin: 0 5px 0 auto;
    flex-direction: row;
}
.onFocus,
.required {
    background-color: #ffffe5;
    border: solid 5px #ffff00 !important;
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha( opacity=100 )" !important;
}
/* エラーメッセージ */
/* フォームの背景を赤くして、エラーメッセージを表示させる */
.invalidItem input[type="tel"] {
    background-color: #fdcccc;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
.error {
    width: 100%;
    padding-top: 5px;
    color: #cc0000;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.redTxt {
    color: #cc0000;
    font-weight: bold;
}
.attention {
    font-size: 0.8em;
}
/* prats */
#wrap {
    position: relative;
    width: 100%;
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(112,202,246,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(112,202,246,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(112,202,246,1) 100%);*/
}
/*--------------------------
header
---------------------------*/
header {
    height: 24px;
    padding: 8px ;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header #logo {
    height: 22px;
    width: auto;
    margin: 0 5px 0 0;
}
header .completelyFree {
    width: 68px;
    height: 26px;
    margin: 0;
    padding: 0;
    background: #ea5550;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}
#completelyFree {
    width: 80px;
    margin: 13px auto 0 10px;
    padding: 7px 8px 5px;
    background: #cc0000;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}
/* エンブレム */
header::after{
    content: "";
    display: block;
    width: 122px;
    height: 356px;
    margin: 10px 0 0 15px;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: -10;
    background: url(../../img/pc/medal_pc.png);
    background-size: auto;
}
/*--------------------------
content
---------------------------*/
#content {
    margin: 30px auto 100px;
    padding: 0 160px;
    width: 540px;
}
/*--------------------------
物件の設問
---------------------------*/
#btnObjectType {
    margin: 20px auto 0;
    /*transform: translateY(-50%);*/
    height:auto;
}
#btnObjectType .question {
    text-align: center;
    color: #fff;
    font-size: 5.4vw;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 8px;
}
/*--------------------------
コンシェルジュ
---------------------------*/
.conciergeContainer {
    position: relative;
    margin: 20px 15px 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.conciergeTalk, .conciergeTalkLoader {
    font-weight: normal;
    position: relative;
    padding: 10px 16px;
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    height: auto;
    max-width: calc(100% - 98px);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
}
.conciergeTalkLoader {
    width: 100px;
}
.conciergeTalk::before,
.conciergeTalkLoader::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -15px;
    margin-top: -12px;
    border: 4px solid transparent;
    border-right: 12px solid white;
    z-index: 2;
}
.conciergeTalk::after,
.conciergeTalkLoader::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -19px;
    margin-top: -14px;
    border: 6px solid transparent;
    border-right: 14px solid #dcdcdc;
    z-index: 1;
}
.conciergeContainer.objectTypeTurbo {
    margin-bottom: 20px;
}
.conciergeContainer span.personCharge {
    font-size: 0.8em;
    white-space: nowrap;
    position: absolute;
    left: 66px;
    top: 0;
}
/*--------------------------
お客様
---------------------------*/
.userVoiceContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 10px 20px;
}
.userVoiceRead {
    font-size: 0.8em;
    margin-right: 0.5em;
}
.userVoice {
    position: relative;
    font-weight: bold;
    color: #fff;
    padding: 10px 16px;
    border-radius: 20px;
    background-color: #00c300;
    max-width: 80%;
}
.userVoice::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -10px;
    top: 10px;
    border-left: 20px solid #00c300;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.userVoiceItem {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.checkboxContainer, .radioContainer {
    position: relative;
    margin-bottom: 10px;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.checkboxContainer .checkboxList {
    font-weight: normal;
    padding: 16px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    height: auto;
    width: calc(100% - 50px);
}
.checkboxContainer .checkboxItem label {
    display: block;
}
.radioContainer {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.radioContainer .radioList {
    font-weight: normal;
    position: relative;
    padding: 16px 25px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    height: auto;
}
img.concierge {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.w50p {
    width: 50%;
}
.w70p {
    width: 70%;
}
.w80p {
    width: 80%;
}
.error {
    color: #cc0000;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px -1px 0 #fff,
    0 1px 0 #fff, 0 -1px 0 #fff,
    -1px 0 0 #fff, 1px 0 0 #fff;
}
#step4And5NotCompleteError {
    padding-top: 5px;
}
/* select/complete */
.orangeTtl {
    background-color: #ff8822;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    margin: 30px auto 0;
    position: relative;
}
/*--------------------------
ボタン装飾（共通）
---------------------------*/
.btnContainer {
    background-color: #ff8822;
    padding: 10px 10px 0;
    border-radius: 8px;
    margin: 30px auto 20px;
}
.listingBtnContainer{
    margin-top: 60px;
}
.btnContainer li button:hover {
        letter-spacing: 0;
        background-color: #f8a762;
}
.btnContainer p {
    font-weight: bold;
    margin-top: 5px;
    font-size: 17px;
}
.btnContainer ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.btnContainer li button {
    width: 100%;
    border: 2px solid #000;
    border-radius: 8px;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 80%);
    font-size: 4vw;
    font-weight: bold;
    line-height: 5.8;
    color: #000;
    background-color: #fff;
    text-align: center;
    margin-right: 10px;
    padding: 8px 0;
    margin-bottom: 15px;
}
.btnContainer .prefecture li button {
    line-height: 4.8;
}

.chooseListingGeneralLoanContainer{
    margin-top: 60px !important;
}
li button:active {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
/* 2個ボタン */
.twoButtons li {
    width: 49%;
}
.twoButtons .singleOtherButton {
    width: 100%;
}
/* 3個ボタン */
.threeButtons li {
    width: 32%;
}
/* 4個ボタン */
.fourButtons li {
    width: 23.5%;
}
/* 4つ並びのボタンだけ文字ちいさく */
.fourButtons li button {
    font-size: 16px;
}
/* 2行以上になる場合、親要素（ul）に追加 */
.btnContainer .multiColumn {
    flex-flow:row wrap;
}
.btnContainer li .smallTxt {
    font-size: 15px;
    font-weight: normal;
}
.material li img {
    width: 100%;
    height: auto;
}
.material li button {
    line-height: 2.2;
}
/* 延床面積 */
#floorArea li button {
    line-height: 1.2;
    padding: 12px 8px;
    height: 120px;
}
#floorArea ul + div ul {
    margin-top: 5px;
}
#longFormFloorArea li button {
    line-height: 2.2;
}
#longFormFloorArea li img {
    width: 100%;
    height: auto;
}
.btnContainer.vwFont li button {
    line-height: 1.2;
    padding: 12px 8px;
    height: 120px;
    font-size: 3.5vw;
}
/*--------------------------
電話番号入力
---------------------------*/
.formTtl {
    font-weight: bold;
    margin: 6px 0 4px 0;
}
/*--------------------------
個人情報のチェックボックス
---------------------------*/
.linkPrivacy {
    text-align: center;
    margin-top: 15px;
    font-size: 3.5vw;
}
#content form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    appearance: none;
    border: none;
    display: none;
}
/*--------------------------
結果を受け取るボタン
---------------------------*/
.enabledStartBtn {
    box-sizing: border-box;
    border: solid 2px #000000;
    display: block;
    width: 100%;
    height: 64px;
    margin: 30px auto 0;
    padding: 0;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 62px;
    text-align: center;
    background: #ff8822 ;
    border-radius: 8px;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 80%);
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.enabledStartBtn :hover {
    opacity: .8;
}
.enabledStartBtn :active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); /*下に動く*/
    border-bottom: none;
}
.disabledStartBtn {
    box-sizing: border-box;
    border: solid 2px #ccc;
    display: block;
    width: 100%;
    height: 64px;
    margin: 30px auto 0;
    padding: 0;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 62px;
    text-align: center;
    border-radius: 8px;
    /*box-shadow: 0 5px 0 0 rgb(0 0 0 / 80%);*/
    background: #ccc;
    cursor: inherit;
    pointer-events: none;
}
/* お調べ中の場合 */
.investigation {
  border: solid 2px #779BB5;
  background: #779BB5 url(../../img/pc/ballAnimation_pc.gif) no-repeat;
  background-image: url(../../img/pc/ballAnimation_pc.gif),url(../../img/pc/ballAnimation_pc.gif);
  background-position: right 50px top 10px,left 50px top 10px;
}
/* 矢印 */
.btn_arrow {
    position: relative;
}
.btn_arrow::after {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
    transition: .3s;
}
.thankyouMess {
    font-weight: bold;
    font-size: 20px;
}
/*--------------------------
フッター
---------------------------*/
footer {
    height: 70px;
    text-align: center;
    padding: 30px 0 0;
    bottom: 0;
    width: 100%;
    position: fixed;
}
footer p {
    font-size: 13px;
    line-height: 1.2;
}
#footLink {
    margin-bottom: 10px;
}
/* fadeIn */
.opacity0 {
    opacity: 0;
}
.fadeIn {
    animation: 1s fadeIn;
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
/*--------------------------
モーダルウィンドウ
---------------------------*/
.selectModal {
    opacity: 1;
    width: 540px;
    background: #fff;
    z-index: 3;
    margin: 0 auto;
    pointer-events: auto;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
    border: 5px solid #555;
    box-sizing: border-box;
    border-radius: 6px;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}
.modalHeader {
    background: #ff8822;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    text-align: center;
}
.modalTitle {
    color: #fff;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
.modalContent {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.modalChoices {
    overflow-y: scroll;
    width: 100%;
    max-height: 65vh;
    min-height: 65vh;
    background: #fff;
}
.modalChoices li {
    padding: 10px 1em;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.modalChoices li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}
.modalChoices::-webkit-scrollbar {
    width: 25px;
    height: 10px;
}
.modalChoices::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
}
.modalChoices::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
}
.notClickable {
    pointer-events: none;
    color: #ccc;
}
.modalChoices li.kanaTitle {
    background-color: #ffefe1;
    color: #717171;
}
/*--------------------------
サンクスページ
---------------------------*/
.thanksBox {
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    padding: 25px;
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
    height: auto;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}
.thanksBox:last-child {
    margin-bottom: 150px;
}
.thanksBox p {
    font-size: 18px;
}
.thanksBox h2 {
    background-color: #ff8822;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    height: 44px;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 20px 20px 0 0 ;
}
.thanksBox #flow {
    margin: 46px 0 0 0;
}
.alignR {
    font-size: 16px;
    text-align: right;
    display: block;
    margin: 15px 0 0 0 ;
    font-weight: bold
}
.thanksBox2 {
    background-color: #f0f0f0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    margin: 0 ;
}
.thanksBox #flow + .thanksBox2,
.thanksBox #flow + .thanksBox2 + .thanksBox2 {
    margin: 30px 0 0 ;
}
.thanksBox2 .title {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px 12px;
    border-bottom: 1px solid #cdcdcd;
}
.thanksBox2 .title + div {
    padding: 15px;
}
.thanksBox2 ul {
    margin: 15px 0 ;
}
.thanksBox2 ul li {
    line-height: 1.8;
}
.thanksBox2 ul li a {
    text-decoration: underline;
}
.thanksBox2 p {
    font-size: 16px;
}
.thanksBox2 span.alignR span {
    font-size: 34px;
    font-weight: bold;
    display: block;
}
/* 携帯番号を再送するボタン */
.mobileNumBtn {
    box-sizing: border-box;
    border: solid 2px #000000;
    display: block;
    width: 100%;
    height: 64px;
    margin: 15px auto 5px;
    padding: 0;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 62px;
    text-align: center;
    background: #ff8822;
    border-radius: 8px;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 80%);
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.mobileNumBtn:hover {
    opacity: .8;
}
.mobileNumBtn:active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); /*下に動く*/
    border-bottom: none;
}
.thanksBox dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #FF8822;
    text-align: center;
    margin: 5px 0 8px;
}
.thanksBox dl dd {
    margin: 0 0 40px;
}
.thanksBox dl dd:last-child {
    margin: 0;
}
/* モーダル */
.modal_wrap {}
.modal_overlay {
  display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.modal_content {
        margin-top: 15%;
}
/* 最初の設問モーダル風表示 */
.surface{
    z-index: 30;
    position: relative;
}
/* 最初の設問 */
#subsidy {
        width: 540px;
        margin: 200px auto;
}
#subsidy .question {
        margin-bottom: 8px;
        text-align: center;
        color: #fff;
        font-size: 20px;
}
#subsidy .twoButtons li {
        width: auto;
}
#subsidy .twoButtons li button {
        width: 340px;
        height: 130px;
        margin: 0 0 15px;
        font-size: 20px;
        transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
#subsidy .twoButtons li button img {
    width: 60px;
    margin-right: 20px;
}
#subsidy .twoButtons li button p {
    font-size: 20px;
}
#subsidy .twoButtons li button:hover {
        letter-spacing: 0.5em;
}
#subsidy .twoButtons li:last-child button {
        width: 170px;
}
#subsidy .twoButtons li button:hover {
        letter-spacing: 0;
        background-color: #f8a762;
}
/*---------------------------------------------------------------------------------------
 タブレット（横長）向けのレイアウトの指定：768px～
---------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
    #btnObjectType .question {
        font-size: 20px;
    }
    .btnContainer li button,
    .btnContainer.vwFont li button{
        font-size: 18px;
    }
    .linkPrivacy {
        font-size: 14px;
    }
}
/*--------------------------
冊子プレゼントのモーダルウィンドウ
---------------------------*/
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.show {
    opacity: 1;
    visibility: visible;
}
.modalWrapper {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 5;
    cursor: pointer;
}
.modalWindow {
    width: 750px;
    height: 460px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform : translate(-50%, -50%);
    cursor: pointer;
}
.modalWindow img {
    width: 100%;
    height: auto;
}
.modalClose {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
/*--------------------------
CTA直前の冊子プレゼント
---------------------------*/
.present_cta_pc {
    margin: 40px 0 0 ;
}
/*--------------------------
電話番号（ショートメッセージ）
---------------------------*/
#postGroup .action.fadeIn {
    padding: 11px 15px 17px;
    background-color: #FF8822;
    border-radius: 8px;
}
#postGroup .formTtl {
    color: #fff;
}
#postGroup .onFocus  {
    border: solid 5px #ffff00!important;
}
/*--------------------------
メールのアニメーション
---------------------------*/
.mailAnimation {
    margin: 20px auto;
    text-align: center;
}
input:focus {
    outline: none;
}


.balloonRelative {
    position: relative;
}

.balloon {
    animation: fadeup 0.1s ease 1.5s backwards;
    background-color: #f5b782;
    color: #5a4c41;
    border-radius: 6px;
    display: inline-block;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
    font-size: 14px;
    padding: 8px 10px;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    z-index: 2;
}
.balloon::before {
    bottom: 98%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.computationalGranularityBalloon{
    top: -52px;
    left: -15px;
    line-height: 1.5;
    margin: auto;
    width: 100%;

}
.computationalGranularityBalloon::before {
    border: 10px solid transparent;
    border-top: 12px solid #f5b782;
    bottom:-22px;
    left: 55%;
    content: "";
}

.chooseGeneralConstructTypeWallBalloon{
    bottom: -55px;
    left: auto;
    line-height: 1.5;
    margin: auto;
    right: 0;
    width: 220px;
}
.chooseGeneralConstructTypeWallBalloon::before {
    border: 10px solid transparent;
    border-bottom: 12px solid #f5b782;
    left: 85%;
    content: "";

}

.listingTotalFloorBalloon{
    line-height: 1.5;
    margin: auto;
    right: 30px;
    top: -30px;
}

.listingTotalFloorBalloon::before {
    border: 10px solid transparent;
    border-top: 12px solid #f5b782;
    left: 55%;
    content: "";
    top: 34px;

}

.listingObjectTypeBalloon{
    top: -52px;
    left: 70px;
    line-height: 1.5;
    margin: auto;
}
.listingObjectTypeBalloon::before {
    border: 10px solid transparent;
    border-top: 12px solid #f5b782;
    bottom:-22px;
    left: 55%;
    content: "";
}

.listingMessageBalloon{
    top: -52px;
    left: 250px;
    line-height: 1.5;
    margin: auto;
}

.listingMessageBalloon::before {
    border: 10px solid transparent;
    border-top: 12px solid #f5b782;
    bottom:-22px;
    left: 80%;
    content: "";
}

.chooseGeneralWallMoldBalloon{
    top: -52px;
    line-height: 1.5;
    margin: auto;
    width: 175px;
}

.chooseGeneralWallMoldBalloon::before {
    border: 10px solid transparent;
    border-top: 12px solid #f5b782;
    bottom:-22px;
    left: 40%;
    content: "";
}

.chooseListingGeneralLoanBalloon{
    top: -52px;
    left: 30px;
    line-height: 1.5;
    margin: auto;
}

.chooseListingGeneralLoanBalloon::before {
    border: 10px solid transparent;
    border-top: 12px solid #f5b782;
    bottom: -22px;
    left: 55%;
    content: "";
}

.firstQuestionText {
    border-bottom: 4px dotted #e1981d;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.firstQuestionContainer {
    margin-bottom: 34px;
    padding-top: 45px;
text-align: center;
}

.divCalculation{
    background: #ff8822;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
    min-height: 106px;
    padding: 10px;
    text-align: center;
}

.computationalGranularity{
    font-weight: bold;
    padding: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    box-shadow: 0 2px 0 #ccd8e0;
    box-sizing: border-box;
    color: #000;
    outline: none;
    overflow: hidden;
    text-align: center;
    flex-basis: 48%;
    font-size: 25px !important;
    height: 190px;
    line-height: normal !important;

}
.computationalGranularityContainer{
    display: block;
    margin-top: 100px;
}

.computationalGranularity span{
    font-size: 14px;
    margin-top: 12px;
    font-weight: 400 !important;
    padding: 0 5px;
    white-space: pre;
    display: block;
}

.marginZero{
    margin: 0 !important;
}

.listingObjectTypeContainer{
    margin-top: 70px !important;
}

.firstQuestionBtnContainer{
    position:sticky;
    z-index: 1;
}
