@charset "utf-8";

#wrap{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}
#a-box{
	width: 100%;
	background-color: #33f;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
}
.red{
    color: #f00;
}
.error{
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
.input_table, tr, td, th {
	width: 100%;
	text-align: left;
}
.input_table th {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #777;
    padding: 8px 12px;
    vertical-align: middle;
}
label.radio {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    margin: 4px 0;
    display: block;
}
label.radio input, input.check, input.check2, input.check3{
    display: none;
}
input[type="radio"] {
    margin: -4px 5px 0 0;
}
input, textarea, select {
    padding: 8px 3px;
    font-size: 114%;
    border: 2px solid #999999;
    vertical-align: middle;
    border-radius: 5px;
    outline: 0;
}
label.radio span {
    border: #aaa 2px solid;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
input:checked + span::after {
    display: block;
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #2AA6F9;
    top: 50%;
    left: 50%;
    border-radius: 100px;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    -webkit-appearance: none;
    background-color: #fff !important;
    border-color: #3D923F;
    box-shadow: 0px 0px 0px 2px rgba(61,146,63,1);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(61,146,63,1);
}
input[type="tel"], input[type="text"], input[type="email"], select {
    margin: 3px 0 5px;
}
select {
    padding: 2px 45px 2px 6px;
    font-size: 129%;
    background-position: right center;
    background-size: 34px 108px;
    background-color: #FFF;
}
.input_table th.after-none::after{
	content: none;
}
.allwrap{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
#sp-form{
	background-color: #6cf;
	padding: 8px;
}
#sp-form #sp-form-title{
	padding: 0 30px 10px;
}
#sp-form .swiper-container{
	background-color: #fff;
	border: 4px solid #039;
}
#sp-form .swiper-wrapper, #sp-form .swiper-slide-active{
    background-color: #fff;
}
#sp-form .sp-form-step-1 th, #sp-form .sp-form-step-1 td{
	text-align: center;
}
#sp-form .sp-form-th{
	font-size: 18px;
	color: #039;
}
.input_table td#sp-firststep{
	padding: 0 10px;
	margin: 0;
}
#sp-firststep button, .sp-form-next button, .form-submit button{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#sp-firststep li{
	float: left;
	width: 33.3%;
	padding: 0 1px;
}
#sp-form .input_table .sp-form-next{
	overflow: hidden;
	position: relative;
	padding: 0 20%;
}
#sp-form .input_table .form-submit{
	overflow: hidden;
	position: relative;
	padding: 20px 20%;
}
#sp-form .input_table .sp-form-submit{
	padding: 0 0 5px;
}
#sp-form .sp-form-prev{
    font-size: 15px;
    position: absolute;
    top: 45%;
    left: 10px;
}
.kibou input[type=radio], .kibou #pending, #currentAddressForm{
	display: none;
}
.kibou #decision, .kibou #pending{
	padding-top: 20px;
	clear: left;
}
.kibou label {
	display: block;
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
}
input#kibou-deci + label {
	border-radius: 5px 0 0 5px;
}
input#kibou-pend + label {
	border-radius: 0 5px 5px 0;
}
.kibou input[type="radio"]:checked + label {
	background-color: #2aa6f9;
	color: #ffffff;
}
.kibou #kibou-note{
    padding: 20px 0 10px;
    font-size: 14px;
    line-height: 1.5;
}
.input_table td.td-padding{
    padding: 20px 10px;
}
.start-btn{
	display: block;
	width: 100%;
	padding: 0 10px 20px;
}
.start-btn img{
	width: 100%;
	height: auto;
}
.input_table td.s4-name:first-child{
    padding-top: 20px;
}
.s4-name-ln{
    float: left;
    width: 47%;
}
.s4-name-fn{
    float: right;
    width: 47%;
}
#next_pref_disp, #next_address_2_disp{
    border: 2px solid #aaa;
    width: 100%;
    padding: 6px;
    border-radius: 4px;
    min-height: 40px;
}
.input_table p.req{
    margin-left: -5px;
    font-weight: bold;
    color: #777;
}
.input_table p.req::after {
    position: absolute;
    top: 50%;
    right: 8px;
    height: 20px;
    width: 40px;
    margin-top: -10px;
    content: "\5FC5\9808";
    display: block;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    font-size: 10px;
    border-radius: 3px;
    background-color: #FC0D23;
}
.input_table p.req::after {
    top: -2px !important;
    right: -8px !important;
    display: inline-block !important;
    position: relative !important;
}
.blinking{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
    border-color:#ff0000;
    background-color:#FFCCCC;
    }
    @-webkit-keyframes blink{
    0% {border:3px solid #ccc;}
    100% {border:3px solid #ff0000;}
    }
    @-moz-keyframes blink{
    0% {border:3px solid #ccc;}
    100% {border:3px solid #ff0000;}
    }
    @keyframes blink{
    0% {border:3px solid #ccc;}
    100% {border:3px solid #ff0000;}
    }

    body .remodal-overlay{
        background: rgba(43, 46, 56, 0.5);
    }
    body .remodal{
        line-height: 1.5;
    }
    #cti-area button[name="contact_time_id"]{
        width: 100%;
        height: 48px;
        text-align: left;
        margin: 3px 0 5px;
        background-color: #fff;
        border-radius: 4px;
        font-size: 16px;
        border: 2px solid #aaa;
        padding: 6px 6px;
    }
    #cti-ctl{
        font-size: 90%;
        text-align: left;
    }
    #cti-btn{
        width: 100%;
        overflow: hidden;
    }
    #cti-btn #cti-8{
        background: #fff url("img/icon_time8.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-10{
        background: #fff url("img/icon_time10.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-12{
        background: #fff url("img/icon_time12.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-14{
        background: #fff url("img/icon_time14.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-16{
        background: #fff url("img/icon_time16.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-18{
        background: #fff url("img/icon_time18.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-98{
        background: #fff url("img/icon_time98.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn #cti-99{
        background: #fff url("img/icon_time99.png") no-repeat center left 15px;
        background-size: auto 80%;
    }
    #cti-btn button{
        margin-top: 10px;
        padding: 0 10px 0 70px;
        font-size: 90%;
        width: 48%;
        height: 55px;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #cti-btn button:nth-child(odd){
        float: left;
    }
    #cti-btn button:nth-child(even){
        float: right;
    }

.any-btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    margin-top: 5px;
    margin-bottom: 10px;
}
.any-btn span{
    color: #fff;
    background-color: #ccc;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
}

#bback-area h2, #bback-area .bback-close{
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
}
#bback-area h2{
    font-size: 20px;
    background-color: #f4d12d;
}
#bback-area .bback-close{
    background-color: #618fc9;
}
#bback-area p{
    margin: 30px 0;
}
#bback-area p span{
    color: #ff5151;
}