@charset "UTF-8";

/* satei */

.sateiWrapper01 h2{
	background: #c26f19;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 17px 0;
	text-align: center;
}
.sateiWrapper01 h2 small{
	font-size: 85%;
	background:#fff;
	color: #c26f19;
	padding: 4px 5px;
	margin-right: 14px;
}
.sateiWrapper01 h2 b{
	font-size: 110%;
}
.sub_txt{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.sub_txt:before{
	content:"";
	display: block;
	width:1px;
	height:1px;
	border: 34px solid transparent;
	border-top: 16px solid #c26f19;
	margin: 0 auto -18px;
}
.sub_txt small{
	color: #c26f19;
	padding: 3px;
	margin-right: 10px;
	font-size: 90%;
	border: 2px solid #c26f19;
}

.sateiWrapper01 {
	padding: 0 0 30px;
	background: #f5f3e7;
}
.top_content .sateiWrapper01 {
	padding: 25px 0 45px;
}
.top_content .sateiTitle {
	padding-left: 18px;
}
.top_content .sateiWrapper01 .select_base {
	position: relative;
}
.top_content .sateiWrapper01 .select_base:before {
	content: "";
	display: block;
	width: 97px;
	height: 95px;
	background: url(../../images/sateiBg01.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: -76px;
	right: 24px;
	z-index: 10;
}
/* satei changer */
#satei1,#satei2,#satei3{
		margin: 0 auto;
}
.sateiTitle {
	text-align: left;
	padding-left: 10px;
}
.select_base {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#step-wrapper11,
#step-wrapper21,
#step-wrapper31,
#step-wrapper41 {
	display: table-cell;
	vertical-align: top;
	width: 26%;
	padding-right: 50px;
}
#step-wrapper12,
#step-wrapper13,
#step-wrapper22,
#step-wrapper23,
#step-wrapper32,
#step-wrapper33,
#step-wrapper42,
#step-wrapper43 {
	display: table-cell;
	vertical-align: top;
	width: 26%;
	padding-left: 15px;
	padding-right: 50px;
}
.steptxt {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	margin: 5px 0 0 0;
	padding: 8px 14px 0;
	border: 2px solid #b4b4b4;
	vertical-align: middle;
	border-radius: 3px;
	background: #fff url("../images/satei/selectArrow.png") no-repeat 96% 50%;
	font-size: 1.5rem;
	position: relative;
	box-sizing: border-box;
	line-height: 1.3;
}
.steptxt b{font-weight: bold;font-size: 108%;}

.steptxt:after {
	content: "";
	display: block;
	position: absolute;
	right: -50px;
	top: 50%;
	-webkit-translate(0 ,-50%);
	transform: translate(0 ,-50%);
	width: 40px;
	height: 40px;
	background-image: url(../images/satei/stepCheck_off.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}
.is-success .steptxt:after {
	background-image: url("../images/satei/stepCheck_on.png");
}
.on .steptxt {
	border: 4px solid;
	border-color: #e7611d;
	-ms-animation-name: pulse;
	-ms-animation-duration: 0.6s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 0s;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
	-moz-animation-name: pulse;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;
	cursor: pointer;
}
@-ms-keyframes pulse {
	0% { border-color: #e7611d; }
	100% { border-color: #ffcc00; }
}
@-webkit-keyframes pulse {
	0% { border-color: #e7611d; }
	100% { border-color: #ffcc00; }
}
@-moz-keyframes pulse {
	0% { border-color: #e7611d; }
	100% { border-color: #ffcc00; }
}
select:disabled.style-select,
.style-select {
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 49px;
	margin: -48px 0 0 0;
	padding: 0 12px;
	border: 2px solid #b4b4b4;
	vertical-align: middle;
	border-radius: 3px;
	background: url("../../images/selectArrow.png") no-repeat 100% 50%,#fff;
	font-size: 110%;
	box-sizing: border-box;
}
.style-select:focus {
	outline: 0;
	border-color: orange;
}
.sateiButton {
	display: block;
	width: 244px;
	height: 56px;
	margin: 0 auto;
	background: url(../../images/btn_satei.png) 0 0 no-repeat;
	border: none;
	text-indent: -9998px;
}
.sateiButton:hover {
	background: url(../../images/btn_satei_hover.png) 0 0 no-repeat;
}
.sateiButton:disabled,
.sateiButton:disabled:hover  {
	background: url(../../images/btn_satei_off.png) 0 0 no-repeat;
}



.AssessmentCheck__selectItem button.ok {
    background-color: #c26f19;
    border-color: #c26f19;
    border-radius: 3px;
}

#select-button_1:disabled,
#select-button_1:disabled:hover  {
    background-color: #898989;
    border-color: #5a5a5a;
    border-radius: 3px;
}

.AssessmentCheck__inner {
    z-index: 1;
    padding: 2vw 2vw 0;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-out 2s;
    transform: translateY(100%);
}

@media (min-width: 768px) {

.AssessmentCheck{
	min-height: 140px;
}
.AssessmentCheck__inner {
        padding: 10px 2%;
}
    }

.AssessmentCheck__inner.-fixed {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        border-top: 1px solid #e4e4e4;
        border-top: 1px solid var(--color-border);
    }

.AssessmentCheck__inner.-initialized {
        visibility: visible;
        transform: translateY(0);
    }

.AssessmentCheck__head {
    text-align: center;
}

.AssessmentCheck__heading {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
}
.-fixed .AssessmentCheck__heading{ display:none;}

.-fixed .AssessmentCheck__heading.show{display:block;}

@media (min-width: 768px) {

.AssessmentCheck__heading {
        font-size: 2rem;
        line-height: 1.8;
}
    }

.AssessmentCheck__subHeading {
    font-size: 3vw;
    line-height: 2.2;
}
.-fixed .AssessmentCheck__subHeading {
   font-weight:bold;
}
@media (min-width: 768px) {

.AssessmentCheck__subHeading {
        font-size: 1.6rem;
        line-height: 2.28571;
}
    }

.AssessmentCheck__subHeading span {
        padding: 0.1em 0.6em;
        margin-right: 0.6em;
        color: #fff;
        background: #c26f19;
    }


.select-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media  (max-width: 767px) {

.select-wrapper {
     width: 100% !important;
}
    }

.AssessmentCheck__selectItem {
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 500px;
    margin-left: 18px;
}

@media (max-width: 767px) {

.AssessmentCheck__selectItem {
        width: calc((100% - 2vw)/2);
}

        .AssessmentCheck__selectItem:nth-child(2n) {
            margin-left: 0;
        }
    }

@media (min-width: 768px) {

.AssessmentCheck__selectItem {
        width: 264px;
        margin: 0 0 0 20px;
}

        .AssessmentCheck__selectItem:not(:last-child) {
            margin-right: 10px;
        }
    }


@media (min-width: 768px) {

.AssessmentCheck__select {
        font-size: 1.4rem
}
    }

.AssessmentCheck__select select {
        width: 100%;
        padding: 8px 38px 8px 8px;
        color: #666;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        cursor: pointer;
        background: transparent;
        background-image: none;
        border: none;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

.AssessmentCheck__select select::-ms-expand { 
            display: none;
        }

.AssessmentCheck__select em {
        font-weight: bold;
    }

.AssessmentCheck__select::before {
        position: absolute;
        top: 0.8em;
        right: 0.9em;
        width: 0;
        height: 0;
        padding: 0;
        pointer-events: none;
        content: '';
        border-top: 6px solid #898989;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.AssessmentCheck__selectSubmit {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #c26f19;
    border: 1px solid #c26f19;
    transition-duration: 400ms;
    transition-property: color, background-color;
    font-size: 3.2vw;
    width: 100%;
    padding: 0.8em 0 0.6em;
    border-bottom: solid 0.2em #610309;
    border-radius: 3px;
}

@media (min-width: 768px) {
        .AssessmentCheck__selectSubmit:hover {
            color: #c26f19;
            background-color: #fff;
        }
        .AssessmentCheck__selectSubmit:disabled:hover {
            color: #ffffff;
        }
    }

@media (min-width: 768px) {

.AssessmentCheck__selectSubmit {
        font-size: 1.8rem;
        font-weight: bold;
}
    }

@media (min-width: 768px) {

.AssessmentCheck__selectSubmit {
        padding: 0.7em 0 0.7em;
        border-bottom: solid 0.3em #610309;
}
    }

.AssessmentCheck__selectSubmit em {
        padding: 0.2em 0.6em;
        margin-right: 0.6em;
        font-weight: bold;
        font-size: 1.5rem;
        color: #c26f19;
        color: var(--color-red);
        border: 1px solid #c26f19;
        background-color: white;
    }


.AssessmentCheck__selectSubmit:disabled em{
    color: #898989;
    border: 1px solid #898989;
}

@media (max-width: 768px) {

       .select_base {
            -ms-flex-wrap:wrap;/*--- IE10 ---*/
           -webkit-flex-wrap:wrap;/*--- safariPC ---*/
           flex-wrap:wrap;
        width: 100%;
     }
      #step-wrapper11, #step-wrapper12, #step-wrapper13{
          width: 49%;
          padding-left: 0;
          padding-right: 34px;
          margin-bottom: 5px;
      }
      .steptxt{
          font-size: 2.5vw;
          height: 4rem;
          padding: 8px 5px;
          background-size: 6px;
      }
      .steptxt:after{
          width: 25px;
          height: 25px;
          right: -34px;
     }
     .AssessmentCheck__selectItem{
         width: 48%;
     }
     .AssessmentCheck__selectSubmit{
         font-size: 3.2vw !important;
         max-height: 50px;
         padding: 0 !important;
     }

     .AssessmentCheck__selectSubmit em{
         font-size: 1.1rem;
     }
}

@media (max-width: 515px) {
     .steptxt{
         font-size: 3VW;
         height: 3.4rem;
     }
}

.dial {line-height: 1.3;}
.dial dt{
	display: -webkit-box;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	text-align: center;
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	align-items: center;
}
.dial dd{width: 100%;}
.dial .ttl{ font-weight: bold;}
.dial .tel{
    color: #e87722;
    font-weight: bold;
    font-size: 4vw;
    margin-left: 10px;
    text-decoration: none;
}
.dial .day{
    text-align: center;
    font-weight: bold;
}

@media (min-width: 768px) {
	.dial{
      display: -webkit-box;
      display: -ms-flexbox;/*--- IE10 ---*/
      display: -webkit-flex;/*--- safari（PC）用 ---*/
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: justify;
      justify-content: center;
      align-items: center;
      }
      .dial dt{width: auto;}
      .dial dd{width: auto;margin-left: 10px;}
}
@media (min-width: 1050px) {
	.dial{display: inline-flex;border-left: 1px solid #888;padding-left: 10px;}
    .dial .ttl{font-weight: bold;font-size: 1.5rem;}
	.dial .tel{font-size: 2.3rem;margin-left: 5px;}
	.dial .day{font-size: 1.3rem;letter-spacing: -0.5px;font-weight: normal;}
}