@media screen and (max-width: 768px) {
.sp_none {
    display: none!important;
}
}
.inner {
    max-width: 600px;
}
input[type="text"]:focus {
  outline: 0;
}
form {
    margin: 0 3% 20px  3%;
    text-align: left;
}
span.ok,
span.option,
span.required {
    font-size: 12px;
    color: #fff;
    padding: 1px 4px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700;
}
input[type="number"],
input[type="text"] {
    display: block;
    border: 1px solid #9a9a9a;
    background-color: #ebebeb;
    padding: 0 5px;
    font-size: 1em;
    border-radius: 4px;
    box-sizing: border-box;
    width: 260px;
}
div.telbox {
    padding: 3px;
    border: 1px solid #002344;
    background: #cfedff;
}
div.telbox div {
    margin: 0 auto;
    padding-top: 1%;
    width: fit-content;
    line-height: 1.3em
}
div.telbox div span {
    font-size: 1.5em;
    font-weight: 700;
    color: #f87400;
}
div.telbox a.tel {
    color: #002344;
    text-decoration: none;
}
div.telbox small {
    font-size: 90%;
}
::-webkit-input-placeholder {
  color: #848484;
}
::-moz-placeholder {
  color: #848484; opacity: 1;
}
:-ms-input-placeholder {
  color: #848484;
}
fieldset{
    border: none;
    margin: 0;
    padding: 0;
}
div.ui-controlgroup {
    border: 1px solid #ccc;
    margin: 5px 0;
}
div.ui-radio {
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
select {
    display: block;
    font-size: 1em;
    height: 2.2em;
    border-radius: 4px;
    box-sizing: border-box;
	position: relative;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    width: 100%;
}
.select-wrap {
    position:relative;
	display: inline-block;
}
serect,option,label {
    position: relative;
}
label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

input[type="radio"]:checked + span::before {
    border-width: 6px;
}
dd input[type="checkbox"] + span,
dd input[type="radio"] + span {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.3em;
    margin-right: 15px;
	white-space: nowrap
}
dd input[type="radio"] + span::before {
    z-index: 0;
    top: 3px;
    left: 0;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 2px #ff3000 solid;
    position: absolute;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 22px;
}
textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    background-color: #ebebeb;
    font-size: 1.2em;
    border-radius: 4px;
    height: 100px;
    border: 1px solid #9a9a9a;
}
select.v_required,
input.necessary {
    background: #ffcece;
}
.back_btn {
	display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    font-size: 1.2em;
    line-height: 2.5em;
    color: #5b5b5b;
    border:0;
    margin-bottom: 30px;
	padding: 0 2em;
}
.form_btn {
    display: inline-block;
    background: #ff3000;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    font-size: 1.2em;
    line-height: 2.5em;
    color: #fff;
    border: 0;
    margin: 20px 0;
    padding: 0 50px;
    cursor: pointer;
}
ol {
    text-align: center;
    margin: 20px;
    margin: 20px 0 20px 0;
}
.contact_list {
    display: inline-block;
}
ol .contact_list:nth-child(1),
ol .contact_list:nth-child(2){
    width:  30%;
}
.contact_icon {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #999;
    background: #fff;
    border: 1px solid #999;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border .24s ease-out,color .24s ease-out;
    -o-transition: border .24s ease-out,color .24s ease-out;
    transition: border .24s ease-out,color .24s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.contact_text {
    color: #484848;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    -webkit-transition: color .24s ease-out;
    -o-transition: color .24s ease-out;
    transition: color .24s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.contact_list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_list-inner:after {
    content: '';
    height: 1px;
    background-color: #ddd;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 12px;
}
.focus .contact_list-inner span.contact_icon {
    background: #ff3000;
    border-color: #ff3000;
    color: #fff;
}
.focus .contact_list-inner span.contact_text {
    color: #ff3000;
    font-weight: 700;
}
button:disabled {
    background: #ccc;
}

.comon-table02 th {
    vertical-align: top;
    padding-top: 0.8em;
}
td {
    vertical-align: top;
    position: relative;
    padding-bottom: 30px;
}
input.inputError {
    background:#ffcece;
}
select.optionOk,
textarea.optionOk,
input.optionOk,
select.inputOk,
textarea.inputOk,
input.inputOk{
    background:#d6efc7!important;
}
div #btn {
    text-align: center;
    width: 100%;
}

input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
input[type="checkbox"] + span::before,
input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #ff3000 solid;
  border-radius: 5px;
}
input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
input[type="checkbox"]:checked + span::before {
  background-color: #ff3000;
}
input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
dd.radio,
.checkbox_set {
    padding: 8px 30px 8px 8px;
}
.date_set + span.option:before,
.checkbox_set + span.option:before,
select + span.option:before,
input.voluntary + span.option:before,
textarea.voluntary + span.option:before {content: "任意";}
select + span.required:before,
input.inputErrer + span.required:before,
input.necessary + span.required:before {content: "必須";}
span.ok:before,
.optionOk + span.option:before,
.inputOk + span.required:before {content: "OK"!important;}
.add {
    position: absolute;
    z-index: 100;
    background: red;
    color: #fff;
    border-radius: 4px;
    top: -30px;
    padding: 2px 5px;
    display: table;
}
.add:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid red;
}
input[type="number"],
input[type="text"] {
    line-height: 2.2em;
}
dl dt {
}
input {
	width: 100%;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.3em;
}
.date_set + span.option,
.checkbox_set + span.option,
select + span.option,
input.voluntary + span.option,
textarea.voluntary + span.option{
    right: 0;
    top: -1.8em;
    background: #008fe2;
    text-align: center;
    position: absolute;
}
select + span.required,
input.inputErrer + span.required,
input.necessary + span.required {
    right: 0;
    top: -1.8em;
    background: red;
    text-align: center;
    position: absolute;
}
input.inputErrer + span.option,
input.necessary + span.option {
    right: 0.5em;
    top: -1.8em;
    background: #008fe2;
    text-align: center;
    position: absolute;
}
.optionOk + span.option,
span.ok,
.inputOk + span.required,
.optionOk + span.option {
    top: -1.8em;
    right: 0.1em;
    background: #72bf44!important;
    text-align: center!important;
    position: absolute!important;
}
p.inputOk + span.option{
	top:0!important;
}
.answer {
    position: absolute;
    background: #ffffff;
    border: 1px solid #006ba9;
    color: #006ba9;
    border-radius: 4px;
    padding: 1px 4px 0px 4px;
    top: -1.8em;
    right: 2.5em;
}

.chat {
    background: #ffd5a0;
    background-image: url("../images/bg_all.gif");
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.balloon_l,
.balloon_r{
  margin: 30px 20px 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
  filter: drop-shadow(1px 1px 1px #ccc);
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 40px;
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.balloon_l.none_icon {
    margin-left: 65px!important;
}
.balloon_l .says {
  max-width:500px; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #fff;
  box-sizing:border-box;
  margin:0;
  line-height:1.8;
/*   align-items: center; */
}
.balloon_l:not(.none_icon) .says{
  margin-top: 25px;
    display: inline-block;
}
.balloon_l:not(.none_icon) .says::before{
  content: "査定ロボ";
  position: absolute;
  left: 1px;
  top: -25px;
  font-size: 0.7em;
  width: 60px;
}
.balloon_r .says {
  max-width:500px; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 10px;
  border-radius: 12px;
  background: #B3F986;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}

.says dl{
  display: block;
    margin: 0;
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says div + div,
.says dl + dl {
    margin-top: 7px;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #fff;
    
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #B3F986;
}
.balloon_r .says:before {
  content: "既読";
  position: absolute;
  left: -2.5em;
  bottom: 0;
  font-size: 0.7em;
}
input[type=radio] {
display: none; /* 標準スタイルを非表示にする */
}
input[type=radio]:checked + label {
  background: #B3F986;
}
.sample_label {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  border: 2px solid #9f7e53;
  color: #715736;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
.sample_label {
  width: 120px;
}
input[type="text"] {
  width: 200px;
}
}
@media screen and (max-width: 320px) {
.sample_label {
    font-size:12px;
    padding: 5px;
}
.balloon_l, .balloon_r {
  margin: 20px 10px 20px 0;
}
.balloon_l .faceicon {
  margin-right: 0;
}
.balloon_l.none_icon {
  margin-left: 40px !important;
}
.balloon_l .says,
.balloon_l div,
input[type="text"] {
    max-width: 100%;
}
}
.sample_label img{
    width: 64px;
    display: block;
    margin: 0 auto;
}
.relative dd {
    position: relative;
    margin: 0;
}
#flow01,#flow02,#flow03,#flow04,
#flow05,#flow06,#flow07,#flow08,
#flow09,#flow10,#flow_stamp,#flow11,#flow12,#btn {
    display: none;
}
.button {
  background: lightblue;
  color: #fff;
  padding: 0 2em;
  border: 0;
  width: 500px;
  height: 100px;
  font-size: 45px;
  border-radius: 5px;
  font-weight: 900;
  position: relative;
  left: 400px;
  top: 260px;
  font-family: serif;
}

.button:hover {
  background: lightcoral;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 0 auto;
  width: 500px;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  margin-top: 50px;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  color: black;
  text-align: center;
}
.batsu {
  position: absolute;
  top: -15px;
  border: 2px solid #333;
  border-radius: 100px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  right: -15px;
}
.modoru {
  text-align: center;
  font-size: 22px;
  background: #b00000;
  padding: 5px 30px 1px 30px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0px 5px 0px #600;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.spinner {
  font-size: 6px;
  position: fixed;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
}
.load_text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70px);
  color: #fff;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}
.fav {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 120px;
    z-index: 10;
	text-align: center;
    display: inline-block;
    background: #fff;
    border: 2px solid #7fbe26;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    color: #7fbe26;
    text-decoration: none;
    line-height: 1em;
    padding: 5px;
    font-size: 0.85em;
    font-weight: bold;
}
#dimen,#land {
    display: block;
}
.dimen_input,
.land_input {
    display: flex;
    align-items:flex-end;
}
#dimen span,#land span {
    padding: 0 6px;
}
.dimen_input input,
.land_input input {
    width: 100px;
}
#flow_00 img,#flow_stamp img {
    width: 150px;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    display: inline-block;
}