<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************
auto_form.css
******************************************************/
.slideshow {
  height: 100vh;
  min-height: 100vh;
}


.o-h1,.o-h2{
	text-align: left;
	color:#000;
	text-align: center;
}

.o-h1{
	font-size: 31px;
	line-height: 35px;
	margin-bottom: 16px;
}

.o-h2{
	font-size: 18px;
	line-height: 25px;
}


.o-slide-ob{
	display: flex;
	justify-content: center;
	align-items: center;
}

.o-slide-ib{
}

.webp .o-bk-start{
	background: url(../img/estim-fl-start-st.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk-start{
	background: url(../img/estim-fl-start-st.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk1{
	background: url(../img/estim-fl-1.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk1{
	background: url(../img/estim-fl-1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk2{
	background: url(../img/estim-fl-2.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk2{
	background: url(../img/estim-fl-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk3{
	background: url(../img/estim-fl-3-2.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk3{
	background: url(../img/estim-fl-3-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk3-2{
	background: url(../img/estim-fl-3.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk3-2{
	background: url(../img/estim-fl-3.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk4{
	background: url(../img/estim-fl-4.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk4{
	background: url(../img/estim-fl-4.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk5{
	background: url(../img/estim-fl-5.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk5{
	background: url(../img/estim-fl-5.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk6{
	background: url(../img/estim-fl-6-st.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk6{
	background: url(../img/estim-fl-6-st.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk7{
	background: url(../img/estim-fl-7.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk7{
	background: url(../img/estim-fl-7.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk8{
	background: url(../img/estim-fl-8.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk8{
	background: url(../img/estim-fl-8.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk9{
	background: url(../img/estim-fl-9.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk9{
	background: url(../img/estim-fl-9.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.o-radio-btn{
  display: none;
}

.o-radio-label{
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	position:relative;
	top:0;
	display: block;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

.o-radio-label:hover{
	top:-3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.o-radio-btn:checked + .o-radio-label{
  background-color: #f2e9db;
  border-color: #f2e9db;
}

.o-form-cont-b1{
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 40px 20px;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	position: relative;
	border-radius: 3px;
}

.o-form-over-y{
	max-height: 600px;
	overflow-y: scroll;
}

.o-pd-1{
	padding: 50px 20px;
}

.o-bk-common{
	display: flex;
	align-items: center;
}

/*.o-bk-common::before{
	content: "";
	background: url(../img/dotted.png);
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 10;
}*/

.o-estim-intoro-txt{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	color: #000;
	margin: 0;
	font-weight: 300;
}

.o-btn-ob{
	position: relative;
}

.o-btn-b{
	padding-bottom: 0;
	float: none;
	margin-top: 30px;
}

.o-btn-ib{
	width: 100%;
	justify-content: center;
}

.o-next-btn{
	color: #c89f62;
}

.o-back-btn{
	color: #717071;
}

.o-next-border{
	border-color: #c89f62;
}

.o-back-border{
	border-color: #717071;
}

.o-next-border::after{
	background-color: #f2e9db;
}

.o-back-border::after{
	background-color: #dcdddc;
}

.o-cstm-btn,.o-cstm-btn2{
	width: 45%!important;
	margin: 0 10px;
	height: 40px;
	background: #fff;
}

.o-prg-ob{
	width: 100%;
	margin-bottom: 30px;
}

.o-prg-b{
	display: block;
	width: 95%;
	margin: 0 auto;
}

.o-maru-none{
	
}

.o-maru-none::before,.o-maru-none::after{
	content: none;
}

.o-radio-ob{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.o-three-b{
	width: 42%;
	margin:0 1%;
}

.o-fourth-b{
	width: 48%;
	margin: 1% 1%;
}

.o-w100{
	display: block;
	margin: 0;
	width: 100%;
}

.o-icon1-w{
	display:block;
	height: 50px;
	margin: 0 auto;
}

.o-icon1-w2{
	display:block;
	height: 80px;
	margin: 0 auto;
}

.o-icon1-w3{
	display:block;
	width: 180px;
	margin: 10px auto 0 auto;
}

.o-icon1-w4{
	display:block;
	width: 80px;
	margin: 10px auto 0 auto;
}


.o-slct-txt{
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
}

.o-qob{
	display: block;
	margin-bottom: 20px;
}

.o-qb{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 21px;
	background: #c89f62;
	color: #fff;
	font-size: 15px;
	margin: 0 auto 15px auto;
	margin-bottom: 15px;
}

.select-box {
  cursor: pointer;
  position : relative;
  max-width:  400px;
  margin: 20px auto;
  width: 100%;
}

.select,
.label{
  color: #414141;
  display: block;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.select-box1,.select-box2,.select-box3{
  background: #fff;
  border: solid 2px #c89f62;
}

.label {
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
}

/*.open .label::after {
   content: "笆ｲ";
}*/

.label::after {
  content: "笆ｼ";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 5px 15px;
  /*border-left: 5px solid #fff;*/
  height: 100%;
  color: #c89f62;
}

.o-radio5-1-on{
	margin-top: 50px;
}

.o-no-flex{
	display: block;
}

.o-exp-b{
	background: #f5efe4;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	margin: 0 auto 20px auto;
}

.o-q-title{
	font-size: 13px;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

.o-q-txt{
	font-size: 13px;
	color: #595757;
	text-align: left;
	margin-bottom: 0;
}

.o-q-title i{
	color: #c89f62;
	margin-right: 5px;
	font-size: 15px;
	vertical-align: -1px;
}

.o-select-ob{
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.o-floor-txt{
	display: block;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
	color: #000;
	margin-bottom: -10px;
	width: 50px;
}

.o-select-mg{
	margin-bottom: 0;
}

.o-container{
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	max-width: 100%;
}

.o-h2-2{
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0!important;
	text-align: center;
}

.o-click-txt{
	font-size: 15px;
	line-height: 16px;
	color: #c89f62;
	position: relative;
	z-index: 2;
	margin-left: 20px;
}

.o-start-btn{
	height: 50px;
}

.o-start-btn .o-next-btn{
	font-size: 13px;
}

.o-caution-txt{
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	color: #717071;
	margin: 0;
	box-sizing: border-box;
	padding-left: 13px;
	text-indent: -13px;
	margin-top: 10px;
}

.o-title-b{
	box-sizing: border-box;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 30px;
}

.o-h1-sub-ca{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	background: #e50011;
	height: 40px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 13px;
}

.o-sub-h1{
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    display: block;
}

.o-wall-t-mb{
	margin-bottom: 10px!important;
}

.o-fukusu-txt{
	color: #e50011;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}

.not_select{
	/* background-color: #dcdddc!important; */
	/* border-color: #dcdddc; */
	/* cursor: none; */
	/* color: #c9c9ca; */
	opacity: .4;
}


.not_select::after{
    color: rgb(201, 201, 202);
}

.error_msg{
    color: #e50011;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}




.o-mt1{
	margin-top: 10px;
}

.o-mt2{
	margin-top: 5px;
}

.o-mt3{
	margin-top: 50px;
}

.o-mb0{
	margin-bottom: 0!important;
}



@media (min-width: 576px){
.webp .o-bk-start{
	background: url(../img/estim-fl-start.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk-start{
	background: url(../img/estim-fl-start.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .o-bk6{
	background: url(../img/estim-fl-6.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-bk6{
	background: url(../img/estim-fl-6.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.o-h1{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 19px!important;
}

.slideshow{
  min-height: 800px;
}

.o-h1-sub-ca{
	width: 66%;
}

.o-h2-2{
    font-size: 30px;
    line-height: 32px;
}

.o-title-b{
    padding-top: 60px;
    padding-bottom: 60px;
	margin-bottom: 50px;
}

.o-three-b{
    width: 31%;
    margin: 0 1%;
}

.o-wall-t-mb{
    margin-bottom: 20px!important;
}
}




@media (min-width: 768px){
.o-h1-sub-ca{
	width: 56%;
	margin-bottom: 13px;
}

.o-sub-h1{
    font-size: 30px;
    line-height: 32px;
}

.o-h1,.o-h2{
	text-align: left;
	color:#000;
	text-align: center;
}

.o-h1{
	font-size: 46px;
	line-height: 48px;
	margin-bottom: 19px!important;
}

.o-h2{
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}

.o-pd-1{
	padding: 55px 20px 80px 20px;
}

.o-form-cont-b1{
	width: 620px;
	max-width: 620px;
	margin: 0 auto;
	padding: 20px 20px 60px 20px;
}

.o-cstm-btn,.o-cstm-btn2{
	width: 44%!important;
	margin: 0 10px;
}

.o-qob{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.o-container{
	padding-right: 7.5rem;
	padding-left: 7.5rem;
	width: 100%;
	max-width: 140rem;
}

.o-qb{
	font-size: 18px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 0;
	margin-right: 20px;
	font-size: 18px;
}

.o-three-b{
	width: 31%;
	margin: 0 1%;
}

.o-icon1-w{
	/*height: 80px;*/
	height: 60px;
	margin: 0 auto;
}

.o-icon1-w5{
	width: 130px;
	margin: 0 auto;
	display: block;
}

.o-slct-txt{
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}

.o-btn-b{
	margin-top: 35px;
}

.o-prg-b{
	width: 70%;
}

.o-radio-label{
	padding: 30px 20px;
}

.o-exp-b{
	width: 70%;
}

.o-select-ob{
	width: 67%;
	justify-content: center;
	margin: 0 auto;
}

/*.o-floor-txt{
	width: auto;
}*/

.o-fourth-b{
	width: 40%;
	margin: 1% 1%;
}

.o-select-mg{
	margin-left: 0;
	margin-right: 0;
}

.o-start-btn{
	width: 60%;
}
}




@media (min-width: 992px){
.o-form-cont-b1{
	width: 740px;
	max-width: 740px;
}

.o-select-ob{
	width: 70%;
	margin: 0 auto;
}

.o-cstm-btn, .o-cstm-btn2{
	width: 41% !important;
}

.o-start-btn{
	width: 60%!important;
}
}




@media (min-width: 1100px){

}




@media (min-width: 1200px){

}</pre></body></html>