@charset "utf-8";
/* ----------------------------------------

エリア検索フォーム　レスポンシブ

---------------------------------------- */

/* Micro clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }


header .container h1 .header-logo {
    /*display: block;*/
  display: inline-block;
    float: none;
    margin: auto;
}
.help-note span {
    background-color: #999999;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 83.4%;
    margin-right: 1em;
    padding: 0.1em 0.4em;
}
.help-note {
    margin-top: 5px;
}
.check-list li:first-child {
    margin-top: 0;

}
.check-list li {
    align-items: center;
    display: flex;
}
.check-list li label {
    margin-bottom: 0;
    width: 90%;
    line-height: 1.4;
}
header span.tenpo-name {
    display: block;
}
.area-search-result .txt-thanks {
    font-weight: bold;
    text-align: center;
}
.area-search-result .result-panel {
    margin-top: 15px;
    overflow: hidden;
}

.area-search-result .balloon-wrap p {
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
}
.area-search-result ul {
}
.area-search-result li {
    display: block;
    font-weight: bold;
    line-height: 1.3;
}
.area-search-result .info-txt {
    margin-top: 20px;
    text-align: center;
}

.smile-dokun .balloon-wrap {
    background: #ffebbf;
    border: 3px solid #ffd67b;
}
.cry-dokun .balloon-wrap {
    background: #e8f7ff;
    border: 3px solid #c5e4f4;
}
.balloon-wrap:after, .balloon-wrap:before {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.smile-dokun .balloon-wrap:after {
    border-color: rgba(255, 235, 191, 0);
    border-left-color: #ffebbf;
    border-width: 12px;
    margin-top: -12px;
}
.smile-dokun .balloon-wrap:before {
    border-color: rgba(255, 214, 123, 0);
    border-left-color: #ffd67b;
    border-width: 16px;
    margin-top: -16px;
}

.cry-dokun .balloon-wrap:after, .cry-dokun .balloon-wrap:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.cry-dokun .balloon-wrap:after {
    border-color: rgba(255, 235, 191, 0);
    border-left-color: #e8f7ff;
    border-width: 12px;
    margin-top: -12px;
}
.cry-dokun .balloon-wrap:before {
    border-color: rgba(255, 214, 123, 0);
    border-left-color: #c5e4f4;
    border-width: 16px;
    margin-top: -16px;
}
#wait-txt img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.area-search-result .balloon-wrap p.sorry-txt {
    text-align: center;
    margin: 0;
}
.area-search-result {
    margin: auto;
    max-width: 460px;
}
.btn-submit[disabled] {
    opacity:.65;
    filter: alpha(opacity=65);
    cursor:not-allowed;
    box-shadow:none;
}
.notifyArea {
  list-style-type: none;
  padding-left: 0;
}

.notify1,.notify2{
    list-style-type:none;
    position: relative;
    margin-top: .4rem;
    line-height: 1.25;
}
.notify1 {
  margin-top: 0;
}
.red {
    color: red;
}
.notify1:before,.notify2:before {
    position: absolute;
    top:.2rem;
    content: "NEW";
    background-color: #f75100;
    color: #fff;
    padding: 0.1rem .4em;
    font-size: 71.5%;
    font-family: Arial, Helvetica, "sans-serif";
    display: inline-block;
    font-weight: 100;
    line-height: 1;
}
.notifyTime1,
.notifyTime2 {
    display: block;
    position: relative;
    padding-left: 40px;
}


.dokun-comment-wrap_pc {
	position: relative;
}

.dokun-comment-wrap_pc img {
	position:  absolute;
	top: -30px;
	right: 20px;
}
.dokun-comment-wrap_sp {
	display: none;
	
}
.dokun-comment-wrap_sp p{
	display: block;
	background-color: #e5edff;
	float: left;
	width: 70%;
    position: relative;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    border: 1px solid #526ba7;

}
.dokun-comment-wrap_sp p:before{
    border-color: rgba(170, 170, 170, 0);
    border-left-color: #526ba7;
    border-width: 11px;
    margin-top: -11px;
}
.dokun-comment-wrap_sp img{
    width: 100%;
    margin: 1rem auto 0 auto;
}

.appeal-area{
    text-align: center;
    margin: 20px 0;
}
@media screen and (max-width: 320px) {
    .area-search-result .smile-dokun .balloon-wrap p:last-child {
        font-size: 88%;
    }
    .completa_info .submit-group .btn {
        padding: 0.6em 1.5em 0.6em 2em;
        background: url(/housedo_img/form/icon-next.png) no-repeat 0.75em 50% #1d44a8;
    }
    .completa_info .submit-group .btn span {
        display: block;
        font-size: 69%;
    }
    .appeal-area{
        font-size:90%;
    }
}

@media screen and (min-width:321px) and ( max-width:767px) {
    .completa_info .submit-group .btn span {
        display: block;
        font-size: 75%;
    }
    .appeal-area{
        font-size:90%;
    }
}
/*
------------------------------- */
@media screen and (max-width: 767px) {
    header {
        margin: 0 auto 10px;
        padding: 10px 0;
    }
    header .container h1 .header-logo {
        width: 30%;
    }
    .header-tel {
        width: 80%;
    }
    div.container {
        width: 90%;
        margin: auto;
    }
    .form-block {
        border: 4px solid #edeff0;
    }
    .form-group {
        margin-top: 10px;
    }
    .name-group {
        overflow: hidden;
    }
    .name-group dt {
        clear: left;
        float: left;
        line-height: 2.5;
        text-align: center;
        width: 2.5em;
    }
    .name-group dd {
        float: left;
        margin-bottom: 10px;
        width: 80%;
    }
    .name-group dd input.medium01 {
        width: auto;
    }
    .area-search-panel h2 {
        width: 80%;
        margin: auto;
    }
    .area-search-panel img {
        width: 100%;
    }
    .area-search-panel p {
        background: #21408f none repeat scroll 0 0;
        color: #fff;
        font-weight: bold;
        margin: 10px 10px 0;
        padding: 5px;
        position: relative;
        text-align: center;
        font-size: 107%;
    }
    .area-select-panel {
        border: 10px solid #edeff0;
        margin-top: -15px;
        padding: 10px 0 20px;
        text-align: center;
    }
    .area-select-panel li {
        display: flex;
        justify-content: center;
        margin: 15px auto auto;
        width: 90%;
    }

    .area-select-panel dt {
        font-size: 88%;
        font-weight: bold;
        text-align: left;
    }
    .area-select-panel dd {
        display: flex;
    }
    .area-select-panel dd select:first-child {
        margin-right: 15px;
    }
    ul.check-list li label {
        padding: 0;
    }
    ul.check-list li input {
        margin-right: 5px;
    }
    input.txt, textarea.txt, select.txt, select#prefId, select#prefId1, select#prefId2 {
        padding: 0.5em 0.4em;
    }
    .btn-conf {
        width: 100%;
        font-size: 107%;
    }
    .footer-tenpo-name {
        font-size: 100%;
        padding: 0 5%;
    }
    .copyright {
        padding: 0.2em 5%;
    }
    table.tbl01 {
        width: 100%;
    }
    table.tbl01 th {
        background-color: #fff4db;
        display: list-item;
        font-size: 87.5%;
        font-weight: 700;
        list-style-type: none;
        white-space: nowrap;
        width: 100%;
    }
    table.tbl01 th, table.tbl01 td {
        text-align: left;
        border: 1px solid #ccc;
        display: list-item;
        padding: 1.6em 0.8em;
        vertical-align: top;
        width: 100%;
        word-break: break-all;
        list-style-type: none;
    }
    table.tbl01 th {
        padding: 0.2em 0.8em;
    }
    input.medium01 {
        width: 100%;
    }
    input.medium03 {
        width: 100%;
    }
    input.postcode {
        width: 50%;
    }
    input.telnum {
        width: 100%;
    }
    input.must,
    textarea.must,
    select.must {
        background-color: #ffedf3;
    }
    .btn-postcode {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px #143075;
        -moz-box-shadow: 0 2px #143075;
        box-shadow: 0 2px #143075;
        color: #fff;
        border: 0 none;
        background: url(/housedo_img/form/icon-search.png) no-repeat 10px center #4f68a8;
        background-size: 15px;
        margin-top: 10px;
        padding: 10px 20px 10px 30px  ;
    }
    .check-list li {
        margin-top: 15px;
    }
  
    .balloon-wrap {
        border-radius: 10px;
        float: left;
        font-size: 87.5%;
        padding: 10px;
        position: relative;
        width: 75%;
    }
	.dokun-comment-wrap_pc {
		display: none;
	}
	.dokun-comment-wrap_sp {
		display: block;
	}
    .area-search-result .balloon-wrap + img,
    .balloon-wrap + img.fig-smile-dokun{
        float: right;
        width: 22%;
        padding-top: 5%;
    }
    .smile-dokun .balloon-wrap::after {
        border-width: 7px;
        margin-top: -7px;
    }
    .smile-dokun .balloon-wrap::before {
        border-width: 11px;
        margin-top: -11px;
    }
    .cry-dokun .balloon-wrap::after {
        border-width: 7px;
        margin-top: -7px;
    }
    .cry-dokun .balloon-wrap::before {
        border-width: 11px;
        margin-top: -11px;
    }
    .pc-br {
        display: none;
    }
    .area-search-result .info-txt {
        font-size: 87.5%;
        text-align: left;
    }
    #wait-txt {
        margin-top: 30px;
    }
    #wait-txt img {
        width: 80%;
    }
    .area-search-result .balloon-wrap p:last-child {
        margin-top: 10px;
        text-align: center;
    }

    .area-search-result .cry-dokun .balloon-wrap p:last-child,
    .area-search-result ul {
        font-size: 88%;
    }
    select.txt, select#prefId, select#prefId1, select#prefId2 {
        font-size: 16px;
    }

    .completa_info .form-block {
        padding: 1em;
    }
    .completa_info ul {
        border-bottom: 1px dashed #666;
        border-top: 1px dashed #666;
        font-size: 88%;
        margin-top: 1em;
        padding: 1em 0;
        text-align: center;
    }

}


@media screen and (min-width: 768px) {
    div.container {
        margin: 0 auto;
        max-width: 960px;
        position: relative;
        width: 95%;
    }
  header .container h1 img {
    vertical-align: middle;
  }
    header .container h1 .header-logo-areasearch {
        height: 60px;
        margin-left: 1rem;
    }
    header .container h1 img[src$=".svg"] {
        /*max-height: 60px;*/
    }
    .result-panel {
      width: 80%;
      margin: 0 auto;
    }
    .form-group {
        margin-top: 15px;
    }
    ul.check-list li label {
        padding: 0;
    }
    ul.check-list li input {
        margin-right: 15px;
    }
    .name-group {
        display: flex;
    }
    .name-group dt {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 3em;
    }
    .name-group dd input {
        width: 100%;
    }
    .area-search-panel h2 {
        text-align: center;
    }
    .area-search-panel img {
        max-width: 100%;
    }
    .area-search-panel p {
        background: #21408f none repeat scroll 0 0;
        color: #fff;
        font-size: 125%;
        font-weight: bold;
        margin: 10px auto 0;
        padding: 10px;
        position: relative;
        text-align: center;
        width: 64%;
    }
    .area-select-panel {
        border: 40px solid #edeff0;
        margin-top: -25px;
        padding: 15px 0 30px;
        text-align: center;
    }
    .area-select-panel li {
        margin: 15px auto auto;
        width: 90%;
    }
    .area-select-panel dl {
        display: flex;
        justify-content: center;
    }
    .area-select-panel dt {
        align-items: center;
        display: flex;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        width: 10%;
    }
    .area-select-panel dd {
        width:64%
    }
    .area-select-panel dd select {
        border: 2px solid #007fd3;
        font-size: 115% !important;
        margin: 0 2%;
        width: 43%;
    }
    .btn-postcode {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px #143075;
        -moz-box-shadow: 0 2px #143075;
        box-shadow: 0 2px #143075;
        color: #fff;
        border: 0 none;
        background: url(/housedo_img/form/icon-search.png) no-repeat 10px center #4f68a8;
        background-size: 15px;
        margin-top: 10px;
        padding: 3px 20px 3px 30px;
    }
    input.medium03 {
        width: 85%;
    }
    input.postcode {
        width: 30%;
    }
    input.telnum {
        width: 40%;
    }
    .check-list li {
        margin-top: 5px;
    }
    .btn-conf, .btn-submit {
        font-size: 163%;
    }



    .balloon-wrap {
        border-radius: 10px;
        float: left;
        position: relative;
        width: 67%;
    }
    .cry-dokun .balloon-wrap {
        padding: 10px;
    }
    .smile-dokun .balloon-wrap {
        padding: 15px;
    }
    .area-search-result .balloon-wrap + img {
        float: right;
        padding-top: 7%;
        width: 30.4%;
    }
    .area-search-result .info-txt,
    .txt-thanks {
        font-size: 113%;
    }
    .area-search-result ul {
        font-size: 107%;
    }
    .area-search-result .balloon-wrap p {
        text-align: center;
    }
    #wait-txt {
        margin-top: 30px;
    }
    .area-search-result .result-panel {
        margin-top: 30px;
    }
    .area-search-result .balloon-wrap p.sorry-txt,
    .area-search-result .smile-dokun .balloon-wrap p {
        font-size: 138%;
    }
    .area-search-result .balloon-wrap p.sorry-txt {
        margin: 0;
    }
    .sp-br {
        display: none;
    }
    .completa_info .submit-group .btn span {
        display: block;
        font-size: 70%;
    }
    .completa_info .submit-group p {
        display: inline-block;
    }
    .completa_info .form-block {
        padding: 2em;
        text-align: center;
    }
    .completa_info ul {
        border-bottom: 1px dashed #666;
        border-top: 1px dashed #666;
        display: inline-block;
        font-size: 88%;
        margin-top: 2em;
        padding: 1em 0;
    }
    .completa_info .form-block p {
        text-align: center;
    }
    .tbl01 td {
        text-align: left !important;
    }
}
