@charset "utf-8";

.error_messe {
    color: #ca0000;
}

/* SP用 */
@media screen and (max-width: 560px) {
.step{
  list-style-type: none;
  display:table;
  width:100%!important;
  padding:0!important;
  margin:0 0 1.5em;
  overflow:hidden;
}
.step li{
font-size: .98rem;
line-height: 1.8;
letter-spacing: .2em;
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.step li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}
    
#formWrap h3 {
	background-color: #f5f5f5!important;
	border-top-width: 1px!important;
	border-right-width: 1px!important;
	border-left-width: 1px!important;
	border-top-style: solid!important;
	border-right-style: solid!important;
	border-left-style: solid!important;
	border-top-color: #c0c0c0!important;
	border-right-color: #c0c0c0!important;
	border-left-color: #c0c0c0!important;
	font-weight: bold!important;
	padding: 1em!important;
    margin-bottom: 0!important;
    font-size: 1.1em!important;
}

.showroom-form-box {
    padding: .9em;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 2em;
/*    background-color: cadetblue;*/
}
.showroom-form-box table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
    font-size: .98rem;
    width: 100%;
    margin: 0 0 2em!important;
}
    
.textbox {
    width: 95%;
}


/*
                    .showroom-form-box th {
                        border-right-width: 1px;
                        border-bottom-width: 1px;
                        border-right-style: solid;
                        border-bottom-style: solid;
                        border-right-color: #c0c0c0;
                        border-bottom-color: #c0c0c0;
                        width: 30%;
                        padding-top: 30px;
                        padding-right: 20px;
                        padding-bottom: 30px;
                        padding-left: 20px;
                        background-color: #f5f5f5;
                        font-weight: bold;
                    }
                    .showroom-form-box td {
                        border-right-width: 1px;
                        border-bottom-width: 1px;
                        border-right-style: solid;
                        border-bottom-style: solid;
                        border-right-color: #c0c0c0;
                        border-bottom-color: #c0c0c0;
                        padding-top: 15px;
                        padding-right: 20px;
                        padding-bottom: 15px;
                        padding-left: 20px;
                        width: 70%;
                    }
*/
    
    #contents table, tbody {
        width: 100%!important;
    }
    
	.showroom-form-box {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.showroom-form-box table tr,
	.showroom-form-box table th,
	.showroom-form-box table td{
		display: block;
/*		width: 100%;*/
		box-sizing:border-box;
        text-align: left;
	}
	.showroom-form-box table th{
		padding: 1em;
/*        width: 97%!important;*/
	}
	.showroom-form-box table td input[type="file"]{
		margin-bottom: 1em;
	}
.showroom-form-box th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
/*	width: 200px;*/
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #f5f5f5;
	font-weight: bold;
    text-align: left;
}
.showroom-form-box td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
    
.textbox {
	height: 18px;
	margin-bottom: 3px;
	padding: 3px;
}
.required {
    padding: .1em .4em;
	background-color: #e63904;
	color: #FFF;
}
    
.privacy {
    font-size: .8rem;
    line-height: 136%;
    height: 150px;
    padding: 16px;
    overflow: auto;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 2em;
}


.btn--orange, a.btn--orange {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #eb6100;
border: none;
}
.btn-confirmation-o input {
    background-color: #eb6100;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: auto;
    padding: .8rem 2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80%;
    white-space: normal;
}

}

/* PC用 */
@media screen and (min-width: 561px) {

    .footer-form {
        width: 980px!important;
        margin: 0px auto;
        padding: 0px;
    }

/* flow step */
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0 0 1.5em;
  overflow:hidden;
}
.step li{
font-size: .98rem;
line-height: 1.8;
letter-spacing: .2em;
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.step li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}

#formWrap h3 {
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-left-color: #c0c0c0;
	font-weight: bold;
	padding: 20px;
    margin-bottom: 0!important;
}
.showroom-form-box {
    padding: 4em;
    border: 1px solid #c0c0c0;
    margin-bottom: 40px;
}
        .sesyu-shikyu-flow-box-a {
            padding: 20px;
            width: 820px;
            border: 1px solid #c0c0c0;
            margin-left: 60px;
            margin-bottom: 40px;
        }
.showroom-form-box table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
    font-size: .98rem;
    width: 100%;
}
.showroom-form-box th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	width: 30%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #f5f5f5;
	font-weight: bold;
    text-align: left;
}
.showroom-form-box td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 70%;
}
.textbox {
	height: 18px;
	margin-bottom: 3px;
	padding: 3px;
}
.required {
    padding: .1em .4em;
	background-color: #e63904;
	color: #FFF;
}
/*
.ore {
	font-weight: bold;
	color: #ff4201;
}
*/

.privacy {
    font-size: .8rem;
    line-height: 136%;
    height: 150px;
    padding: 16px;
    overflow: auto;
    border: 1px solid #ddd;
}

    
    
.btn--orange, a.btn--orange {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #eb6100;
border: none;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn-confirmation-o input {
    background-color: #eb6100;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin: auto;
    padding: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 74%;
}
.btn-confirmation-o input:hover {
    color: #fff;
    background: #f56500;
}
}

/* ipad用 */
@media screen and (min-width: 600px) and (max-width: 980px) {
                    /*
                    html {
                        width: fit-content;
                    }
                    body {
                        margin: auto;
                        width: 100%;
                    }
                    #container {
                        width: 98%;
                    }

                    #header {
                        width: 100% !important;
                    }

                    #header-new nav li {
                        width: 80px!important;
                    }

                    .slick-vertical .slick-slide {
                        width: 100%;
                    }
                    #header .slick-slide img {
                        max-width: 100%;
                        width: 100%;
                    }
                    #main {
                        width: 760px;
                    }
                    */
}
