@charset "utf-8";


form#form_layout * {
	margin: 0;
	padding: 0;
}

form#form_layout {
    width: 960px;
    margin: 50px auto 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #f1f0f0;
    font-size: 95%;
    line-height: 1.8;
    box-shadow: 15px 21px #f1f0f0;
}

.form_description {
	margin-top: 8px;
    font-size: 13px;
    color: #acb1b9;
    word-break: break-all;
}

input[type="file"] {
    display: none;
}
.form_img_upload {
    display: block;
    margin: 10px 0 0!important;
    border-radius: 10px;
	max-width: 100%;
}
.form_img_upload_btn {
    width: 150px;
    padding: 6px 14px!important;
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #00deff;
    margin: 10px 0 0 !important;
    border: none;
    transition: background 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.form_img_upload_btn:hover {
	cursor: pointer;
    background: #00bfdb;
}

.form_img_upload_btn:before {
	font-family: "Font Awesome 5 Free";
	  content: '\f302';
	  font-size: 19px;
	  font-weight: 400;	
	margin: -3px 5px 0 0;
}
.form_complete_col {
    width: 960px;
    margin: 50px auto;
    padding: 160px 80px;
    background: #ffffff;
    border: 1px solid #f1f0f0;
    font-size: 95%;
    text-align: center;
    line-height: 1.8;
    box-shadow: 15px 21px #f1f0f0;
}

.form_complete_col strong {
    font-size: 150%;
    margin: 0 0 40px 0;
    display: block;
    color: rgba(48,61,80,.9);	
}

form#form_layout dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	/* display: flex; */
}

form#form_layout dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 30px 0 0px;
	overflow: hidden;
}

form#form_layout dl dd {
	width: 70%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 16px 0 19px 5%;
}

form#form_layout dl dt:first-child,
form#form_layout dl dt:first-child + dd {
	border: none;
}

form#form_layout dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
}

form#form_layout input[type="text"],
form#form_layout input[type="email"],
form#form_layout input[type="tel"],
form#form_layout input[type="number"],
form#form_layout input[type="password"]{
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#form_layout input[type="text"]:focus,
form#form_layout input[type="email"]:focus,
form#form_layout input[type="tel"]:focus,
form#form_layout textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#form_layout ul li input[type="radio"],
form#form_layout ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#form_layout ul li:first-child input[type="radio"],
form#form_layout ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#form_layout select {
	font-size: 100%;
    font-family: inherit;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    min-width: 214px;
}

form#form_layout textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#form_layout ul {
	list-style-type: none;
}

form#form_layout ul li label:hover {
	cursor: pointer;
}


form#form_layout input#company {
	width: 60%;
}

form#form_layout input#name_1,
form#form_layout input#name_2,
form#form_layout input#read_1,
form#form_layout input#read_2,
form#form_layout input#postal,
form#form_layout input#phone,
form#form_layout input#schedule {
	width: 30%;
}

form#form_layout input#mail_address,
form#form_layout input#mail_address_confirm {
	width: 80%;
}

form#form_layout input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#form_layout input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#form_layout input#address {
	width: 90%;
}


form#form_layout p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

form#form_layout input[type="button"] {
	min-width: 280px;
    padding: 17px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #00deff;
    margin: 20px auto !important;
    border: none;
	transition: background 0.5s;
}

form#form_layout input[type="button"]:hover {
	cursor: pointer;
	background: #00bfdb;

}

form#form_layout input#form_submit_button {
	display: block;
    margin: 0 auto;
}	

.form_required:after {
 	padding: 1px 15px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    word-break: keep-all;
    content: '\5FC5\9808';
    background: #ff5b81;
    border-radius: 10px;
}

.form_error {
    font-size: 12px;
    font-weight: bold;
    color: #ff5b81;
    display: block;
    margin: 5px 0 0 0!important;
}

.form_confirm_txt {
    padding: 7px!important;
    font-size: 120%;
    margin: 10px!important;
    display: block;
    font-weight: bold;
    color: rgba(48,61,80,.9);	
}

a.form_back_btn {
    display: block;
    width: 280px;
    padding: 10px 20px 8px!important;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #6c6c6c;
    background: #dbdbdb;
    margin: 20px auto !important;
    border: none;
    transition: background 0.5s;
}

a.form_back_btn:hover {
	background: #999999;	
}

a.choice_btn {
    display: block;
    width: 280px;
    padding: 10px 20px 8px!important;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #00deff;
    margin: 20px auto !important;
    border: none;
    transition: background 0.5s;
}

a.choice_btn:hover {
	background: #00bfdb;	
}

.short_space {
    width: 18%!important;
}


input[type="radio"],input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: relative;
    vertical-align: sub;
    margin-right: 5px;
  }
 
.recommend_list {
    display: flex;
    align-items: center;
    gap: 20px;
	flex-wrap: wrap;
}
.recommend_list input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.recommend_list label{
    padding: 10px 20px!important;
    border-radius: 40px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    transition: .2s;
}
.recommend_list label:hover,
.recommend_list input:checked + label{
    background: #00deff;
    color: #FFF;
}

img.form_img_upload_confirm {
	max-width: 256px;
	height: auto;
	}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

form#form_layout {
    width: 100%;
    font-size: 100%;
    padding: 20px;
    box-shadow: 10px 12px #f1f0f0;
}
form#form_layout dl {
	overflow: visible;
}

form#form_layout dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
}

form#form_layout dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

form#form_layout dl dt span {
	font-weight: normal;
}

form#form_layout input[type="button"] {
    min-width: 100%;
    padding: 17px 10px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #00deff;
    margin: 20px auto !important;
    border: none;
    transition: background 0.5s;
    width: 100%;
}
	
.form_description {
	margin: 20px 0!important;	
	}
	
form#form_layout dl {
    width: 100%;
}
	
.agreement_box {
    width: 100%;
    height: 240px;
}
	
img.form_img_upload_confirm {
margin: 10px auto!important;
    text-align: center;
    display: block;
	}	
.form_confirm_txt {
    padding: 7px 0!important;
    margin: 10px 0!important;
}

form#form_layout input[type="text"],
form#form_layout input[type="email"],
form#form_layout input[type="password"],	
form#form_layout input[type="tel"] {
	margin-top: 0px;
    width: 100%;
	max-width: 100%;
}

form#form_layout input#postal + a {
	padding: 6px 15px 5px;
}

form#form_layout input#form_submit_button {
	margin-left: 0;
}

form#form_layout select {
	font-size: 16px;
	margin-top: 0;
}

form#form_layout input#phone,
form#form_layout input#schedule {
	width: 50%;
}
	
.form_complete_col {
	width: 100%;	
	padding: 90px 20px;
	}	
	form#form_layout textarea {
	width: 100%;
	max-width: 100%;		
	}	

}
/* 1000pixel end */




