@charset "utf-8";
/* CSS Document */

/*==================================================
form
================================================== */


input[type="text"],
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,
input[type="time"] ,
input[type="search"]  {
	width: 100%;
    box-sizing: border-box;
	height: 50px;
	border:1px solid #ddd;;
	padding:5px 10px;
	background:#fff;
    border-radius: 6px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus {
}



.td-div > div{
    margin-bottom: 10px;
}

.td-div > div:last-child{
    margin-bottom: 0;
}

input.input-zip{
    width: 25%;
}

input.zip{
	width: 15%;
}

input.input-tel{
    width: 50%;
}

input.input-addr{
	width: 80%;
}

textarea{
    padding: 20px 15px;
    width: 100%;
    min-height: 220px;
    box-sizing: border-box;
	background:#fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

input[type="checkbox"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#f5f5f5; 
    vertical-align: bottom;
    margin-right: 5px;
}

input[type="radio"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#fff; 
	vertical-align: middle;
    margin-right:5px;
	border-color: #ddd !important;
}


select {
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: 1px solid #ddd !important;
outline: none;
background: #fff;
background-image: none;
box-shadow: none;
height: 50px;
box-sizing: border-box;
    border-radius: 6px !important;
    width: 100%;
}

.required{
    display: inline-block;
    color: #f65150;
    background-color: #eef3f7;
    border: 1px solid #f65150;
    line-height: 1;
    padding: 3px 12px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 3px;
}

#contact-confirm .required{
    display: none;
}

.btn-area{
    text-align: center;
}

input[type="submit"],
button{
	-webkit-appearance:none;
	cursor: pointer;
}

.btn-form{
    background: #16447c;
    color: #fff;
    cursor: pointer;
    border: 2px solid #16447c;
    border-radius: 8px;
    padding: 16px 0;
    font-size: 18px;
    display: inline-block;
    min-width: 280px;
	transition: 0.5s;
}

.btn-form:hover{
    background: #fff;
    color: #000;
}

.icn-btn-search{
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.btn-form:hover .icn-btn-search{
    filter: brightness(0) invert(0);
}

label.l-rc{
    display: block;
    margin: 5px 0;
}


#header-form{
    line-height: 1.9;
    margin: 50px 0 15px;
    font-size: 15px;
}

#form-finish #header-form,
#contact-thanks #header-form{
	text-align: center;
}


#contact-confirm .txt-form{
	display: none;
}

::placeholder{
	color: #ddd;
	font-weight: 400;
	font-size: 13px;
}

.box-input{
    margin: 20px 0 25px 20px;
}

.input-checkradio{
    display: flex;
    flex-wrap: wrap;
}

.input-checkradio label{
    width: calc(100%/4);
    margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {

.btn-form{
    padding: 18px 0;
    font-size: 15px;
    width: 300px;
}

input.input-zip{
    width: 40%;
}
    
.input-checkradio label{
    width: calc(100%/3);
}    
    
}




@media (max-width: 480px) {
    
    span.txt-form{padding-left: 0; padding-top: 8px; font-size: 13px;}

.btn-form{
    display: block;
    width: 60%;
    min-width:auto;
    padding: 12px 0;
    margin: 0 auto;
    font-size: 16px;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,  
input[type="time"] ,     
input[type="search"]  {
	height: 44px;
	font-size: 13px;
    width: 100% !important;
}
	
input[type="submit"],
button{-webkit-appearance:none !important;}	

textarea{
	min-height: 160px;
	font-size: 13px;
}

select {
    width: 100%;
    box-sizing: border-box;
    height: 42px;
} 

 

.btn-cart{
    width: 94%;
}  
    
.box-form .btn-area{
    margin: 0;
}

.td-div > div > span{
    display: block;
    width: 100%;
}



.box-input{
    margin: 15px 0 20px 15px;
}

.input-checkradio{
    display: flex;
    flex-wrap: wrap;
}

.input-checkradio label{
    width: calc(100%/1);
    margin-bottom: 12px;
}
    
	
}






#contact-head{
	line-height: 2.2;
	margin-bottom: 50px;
}

#contact-body{
	line-height: 2.0;
}

#contact-body h3{
	display: block;
	background: #f4f4f4;
	padding: 12px 15px;
	font-size: 21px;
	line-height: 1.6;
	margin-bottom: 50px;
	font-weight: normal;
}

#contact-body h3 span{
	border-left: 8px solid #172244;
	padding-left: 10px;
}


.table-form{
	width: 96%;
	border: none;
	border-collapse: collapse;
	margin: 0 auto 35px;
}

.table-form th{
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 25px;
}

.table-form td{
	width: 75%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 25px;
}

.mb15{
	margin-bottom: 15px;
}

#contact-class,
#contact-cate{
	margin-bottom: 18px;
}

#contact-class{
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
}

#contact{
	padding-bottom: 100px;
    padding-top: 100px;
}

#contact .title-basic{
	text-align: center;
}

#privacy-check{
	text-align: center;
	margin: 50px 0 0;
}

.txt-error{
    color: #df0606;
}

@media only screen and (max-width: 768px) {
	
#contact-head{
	line-height: 2.0;
	margin-bottom: 35px;
}

#contact-body{
	line-height: 2.0;
}

#contact-body h3{
	padding: 12px;
	font-size: 18px;
	margin-bottom: 35px;
}

.table-form th{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.table-form td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 35px;
}

#contact{
    padding-top: 75px;
}

#privacy-check{
	margin: 20px 0 0;
}	
	
}

@media only screen and (max-width: 480px) {
	
#contact-head{
	line-height: 2.0;
	margin-bottom: 35px;
}

#contact-body{
	line-height: 2.0;
}

#contact-body h3{
	font-size: 16px;
	margin-bottom: 25px;
}

#contact{
	padding-bottom: 50px;
}

#privacy-check{
	margin: 0;
}	
	
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ddd;

}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-radius: 0;
}

.input-group>.form-control{
    border-left: none !important;
}

@media only screen and (max-width: 480px) {

.input-group>.form-control{
    border-left: 1px solid #ddd !important;
    border-radius: 6px;
}
    
}









