@charset "UTF-8";





.from__need {
	color: #d50000;
        font-weight: bold;
}





.form__border {
	border-bottom: 1px solid #dbdbdb;
}
/* SP */
@media (max-width: 767px) {
	.form__border {
		margin: 20px 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form__border {
		margin: 20px 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form__border {
		margin: 20px 0;
	}
}






/* SP */
@media (max-width: 767px) {
	.form__text-top {
		font-size: 1.2rem;
		text-align: left;
	}
	.form__text-top br {
		display: none;
	}
	.form__text-notice {
		font-size: 1rem;
		margin: 6px 0 0 0;
		text-align: left;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form__text-top {
		line-height: 1.75;
	}
	.form__text-notice {
		font-size: 1.2rem;
		margin: 12px 0 0 0;
	}
}




/* SP */
@media (max-width: 767px) {
	.form__text-bottom {
		font-size: 1.2rem;
		text-align: left;
		padding-top: 30px;
	}
	.form__text-bottom br {
		display: none;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form__text-bottom {
		line-height: 1.75;
		padding-top: 40px;
	}
}





.form-unit {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto;
}
.form-unit__title {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.form-unit {
		box-sizing: border-box;
		font-size: 1.3rem;
		padding: 40px 16px 0 16px;
		width: 100%;
	}
	.form-unit__title {
		line-height: 32px;
		width: 100%;
	}
	.form-unit__input {
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form-unit {
		box-sizing: border-box;
		font-size: 1.4rem;
		padding: 50px 32px 0 32px;
		width: 100%;
	}
	.form-unit__title {
		line-height: 40px;
		width: 27%;
	}
	.form-unit__input {
		width: 73%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-unit {
		font-size: 1.4rem;
		padding: 50px 0 0 0;
		width: 704px;
	}
	.form-unit__title {
		line-height: 40px;
		width: 200px;
	}
	.form-unit__input {
		width: 504px;
	}
}







.form-unit input[type=radio] {}
.form-unit input[type=checkbox] {}

.form-unit__input input,
.form-unit__input select {
	border-color: #8e8e8e;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}
.form-unit__label,
.form-unit__help {
	display: inline-block;
}
.form-unit__help {
	color: #8e8e8e;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__input input,
	.form-unit__input select,
	.form-unit__input label {
		box-sizing: border-box;
		font-size: 1rem;
		height: 32px;
		line-height: 32px;
	}
	.form-unit__label,
	.form-unit__help {
		font-size: 1rem;
		line-height: 32px;
	}
	.form-unit__help {
		font-size: 1rem;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__input input,
	.form-unit--confirm input,
	.form-unit__input select,
	.form-unit__input label {
		font-size: 1.4rem;
		height: 40px;
		line-height: 40px;
	}
	.form-unit__label,
	.form-unit__help {
		line-height: 40px;
	}
	.form-unit__help {
		font-size: 1.2rem;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-unit__input input,
	.form-unit__input select {
		background-color: #fff;
	}
}








/* SP */
@media (max-width: 767px) {
	.form-unit--name .form-unit__input input {
		width: 38%;
	}
	.form-unit--name .form-unit__label {
		width: 9%;
	}
	.form-unit--name .form-unit__label:nth-of-type(2) {
		padding: 0 0 0 6%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--name .form-unit__input input {
		width: 166px;
	}
	.form-unit--name .form-unit__label {
		width: 40px;
	}
	.form-unit--name .form-unit__label:nth-of-type(2) {
		padding: 0 0 0 56px;
	}
}








/* SP */
@media (max-width: 767px) {
	.form-unit--sex input {
		width: 9%;
	}
	.form-unit--sex .form-unit__label {
		padding: 0 0 0 4px;
		width: 41%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--sex .form-unit__label {
		padding: 0 0 0 8px;
		width: 96px;
	}
}







/* SP */
@media (max-width: 767px) {
	.form-unit--birthday .form-unit__label:first-child {
		width: 9%;
	}
	.form-unit--birthday .form-unit__input select:first-of-type {
		margin: 0 1% 0 0;
		width: 25%;
	}
	.form-unit--birthday .form-unit__input select:nth-of-type(n+2) {
		width: 15%;
		margin: 0 1% 0 8%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--birthday .form-unit__label:first-child {
		width: 40px;
	}
	.form-unit--birthday .form-unit__input select:first-of-type {
		margin: 0 8px 0 0;
		width: 80px;
	}
	.form-unit--birthday .form-unit__input select:nth-of-type(n+2) {
		width: 60px;
		margin: 0 8px 0 32px;
	}
}








/* SP */
@media (max-width: 767px) {
	.form-unit--mail .form-unit__label {
		line-height: 22px;
	}
	.form-unit--mail .form-unit__input input {
		width: 100%;
	}
	.form-unit--mail .form-unit__label:nth-of-type(2) {
		margin: 6px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--mail .form-unit__input input {
		width: 100%;
	}
	.form-unit--mail .form-unit__label:nth-of-type(n+2) {
		margin: 12px 0 0 0;
	}
}







/* SP */
@media (max-width: 767px) {
	.form-unit--address .form-unit__label {
		line-height: 22px;
		width: 100%;
	}
	.form-unit--address .form-unit__label:nth-of-type(n+2) {
		padding-top: 12px;
	}
	.form-unit--address .form-unit__input input {
		width: 100%;
	}
	.form-unit--address .form-unit__input .form-unit__help {
		line-height: 1;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--address .form-unit__label {
		width: 72px;
	}
/*	.form-unit--address .form-unit__label:nth-of-type(4),
	.form-unit--address .form-unit__input input:nth-of-type(3) {
		margin: 10px 0 0 0;
	}*/
	.form-unit--address .form-unit__input input:first-of-type {
		width: 166px;
	}
	.form-unit--address .form-unit__input input:nth-of-type(n+2) {
		width: 430px;
	}
	.form-unit--address .form-unit__input .form-unit__help {
		line-height: 1;
	}
	.form-unit--address .form-unit__input .form-unit__help:nth-of-type(n+3) {
		padding: 0 0 0 72px;
	}
	.form-unit--address .form-unit__error {
		box-sizing: border-box;
		padding: 0 0 0 72px;
	}
}







/* SP */
@media (max-width: 767px) {
	.form-unit--telephone .form-unit__input input {
		width: 100%;
	}
	.form-unit--telephone .form-unit__input .form-unit__help {
		line-height: 1;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--telephone .form-unit__input .form-unit__input__small input {
		width: 238px;
	}
	.form-unit__input__small input {
		width: 40px;
	}
}








/* SP */
@media (max-width: 767px) {
	.form-unit--car .form-unit__title br {
		display: none;
	}
	.form-unit--car .form-unit__input select {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--car .form-unit__title {
		line-height: 1.3;
		padding: 1px 0 0 0;
	}
	.form-unit--car .form-unit__input select {
		width: 254px;
	}
}





.form-unit__border {
	border-bottom: 1px solid #dbdbdb;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__border {
		padding: 40px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__border {
		padding: 50px 0 0 0;
	}
}






/* SP */
@media (max-width: 767px) {
	.form-unit--carname .form-unit__input input {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--carname .form-unit__input input {
		width: 254px;
	}
}




.car-model {
	display: inline-block;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--model .form-unit__title br {
		display: none;
	}
	.form-unit--model .form-unit__input label {
		padding: 0 28px 0 6px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--model .form-unit__title {
		line-height: 1.71428;
		padding: 3px 0 0 0;
	}
	.form-unit--model .form-unit__input label {
		padding: 0 32px 0 8px;
	}
}






/* SP */
@media (max-width: 767px) {
	.form-unit--buy .form-unit__input select,
	.form-unit--family .form-unit__input select,
	.form-unit--income .form-unit__input select {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--buy .form-unit__input select {
		width: 254px;
	}
	.form-unit--family .form-unit__input select {
		width: 254px;
	}
	.form-unit--income .form-unit__input select {
		width: 254px;
	}
}








.form-unit--notice .form-unit__textarea {
	background-color: #f5f5f5;
}
.form-unit--notice .form-unit__textarea .inner {
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.form-unit--notice .form-unit__textarea .title,
.form-unit--notice .form-unit__textarea .subtitle {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--notice .form-unit__textarea {
		padding: 12px 8px 12px 12px;
		width: 100%;
	}
	.form-unit--notice .form-unit__textarea .inner {
		height: 120px;
		padding: 0 16px 0 0;
	}
	.form-unit--notice .form-unit__textarea .title {
		font-size: 1.2rem;
		text-indent: -0.5em;
	}
	.form-unit--notice .form-unit__textarea .subtitle {
		font-size: 1rem;
		padding: 10px 0 2px 0;
	}
	.form-unit--notice .form-unit__textarea .text {
		font-size: 1rem;
		line-height: 1.8;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--notice .form-unit__textarea {
		padding: 24px 16px 24px 24px;
		width: 100%;
	}
	.form-unit--notice .form-unit__textarea .inner {
		height: 144px;
		padding: 0 16px 0 0;
	}
	.form-unit--notice .form-unit__textarea .title {
		font-size: 1.4rem;
		text-indent: -0.5em;
	}
	.form-unit--notice .form-unit__textarea .subtitle {
		font-size: 1.2rem;
		padding: 12px 0 4px 0;
	}
	.form-unit--notice .form-unit__textarea .text {
		font-size: 1.2rem;
		line-height: 1.666666;
	}
}







.form-unit--confirm .inner {
	position: relative;
}
.form-unit--confirm .inner a {
	color: #1855ef;
}
.form-unit--confirm .inner input {
	position: absolute;
	left: 0;
	top: 6px;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--confirm .inner {
		font-size: 1.2rem;
		padding: 0 0 0 36px;
	}
	.form-unit--confirm .inner .notice {
		font-size: 1rem;
		padding: 12px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--confirm .inner {
		font-size: 1.4rem;
		padding: 0 0 0 48px;
	}
	.form-unit--confirm .inner .notice {
		font-size: 1.2rem;
		padding: 12px 0 0 0;
	}
}








.form-unit--button button {
	border: 0;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	height: 56px;
	outline: none;
	text-transform: uppercase;
	position: relative;
}
.form-unit--button button.arrow:after {
	position: absolute;
	right: 8px;
	top: 20px;
}
.form-unit--button button.arrow--back:before {
	background-position: 0 0;
	font-size: 16px;
	position: absolute;
	left: 8px;
	top: 20px;
}
.form-unit--button .button-reset {
	background-color: #f5f5f5;
}
.form-unit--button .button-submit {
	background-color: #ffce00;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--button {
		padding-bottom: 32px;
	}
	.form-unit--button button {
		width: 100%;
	}
	.form-unit--button button:nth-child(2) {
		margin: 20px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form-unit--button {
		padding-bottom: 32px;
	}
	.form-unit--button button {
		width: 48%;
	}
	.form-unit--button button:nth-child(2) {
		margin: 0 0 0 4%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-unit--button {
		padding-bottom: 32px;
	}
	.form-unit--button button {
		width: 336px;
	}
	.form-unit--button button:nth-child(2) {
		margin: 0 0 0 32px;
	}
	.form-unit--button .button-reset:hover {
		background-color: #fbfbfb;
	}
	.form-unit--button .button-submit:hover {
		background-color: #ffdd33;
	}
}








.form-confirm {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto;
}
.form-confirm:nth-of-type(odd) {
	background-color: #fbfbfb;
}
.form-confirm__value,
.form-confirm__lavel {
	display: inline-block;
}
.form-confirm__title {
	font-weight: bold;
}
.form-confirm__value {
	font-weight: bold;
        margin-left: 30px;
}
/* SP */
@media (max-width: 767px) {
	.form-confirm {
		padding: 13px 0;
		width: 100%;
	}
	.form-confirm:first-child {
		margin-top: 32px;
	}
	.form-confirm__title {
		font-size: 1.2rem;
		box-sizing: border-box;
		padding: 0 0 0 16px;
		width: 100%;
	}
	.form-confirm__input {
		font-size: 1rem;
		box-sizing: border-box;
		padding: 8px 0 0 16px;
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form-confirm {
		font-size: 1.4rem;
		padding: 17px 0;
		width: 100%;
	}
	.form-confirm:first-child {
		margin-top: 40px;
	}
	.form-confirm__title {
		box-sizing: border-box;
		padding: 0 0 0 32px;
		width: 30%;
	}
	.form-confirm__input {
		box-sizing: border-box;
		padding: 0 32px 0 0;
		width: 70%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-confirm {
		font-size: 1.4rem;
		padding: 17px 0;
		width: 768px;
	}
	.form-confirm:first-child {
		margin-top: 40px;
	}
	.form-confirm__title {
		box-sizing: border-box;
		padding: 0 0 0 30px;
		width: 230px;
	}
	.form-confirm__input {
		width: 538px;
	}
}






/* SP */
@media (max-width: 767px) {
	.form-confirm--name .form-confirm__value {
		padding: 0 36px 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-confirm--name .form-confirm__value {
		padding: 0 40px 0 0;
	}
}







.form-confirm__border {
	border-bottom: 1px solid #dbdbdb;
}
/* SP */
@media (max-width: 767px) {
	.form-confirm__border {
		margin: 30px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-confirm__border {
		margin: 40px 0 0 0;
	}
}





/* SP */
@media (max-width: 767px) {
	.form-confirm--car .form-confirm__title br {
		display: none;
	}
}




/* SP */
@media (max-width: 767px) {
	.form-confirm--model .form-confirm__title br {
		display: none;
	}
}





.form-unit__input input.error,
.form-unit__input select.error,
.form-unit--confirm input.error {
	background-color: #f7d9d9;
}




.form-unit__error {
	color: #d50000;
        
}
/* SP */
@media (max-width: 767px) {
	.form-unit__error {
		font-size: 1.2rem;
		margin: 6px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__error {
		font-size: 1.4rem;
	}
	.form-unit__error {
		margin: 8px 0 0 0;
	}
}




/*added 20160801---saiful*/


table.aburgetable01{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:0px;
width: 100%;
}

table.aburgetable01 th{
padding:10px 5px;
border:#ccc solid;
border-width: 0 1px 1px 0px;
background:#333;
vertical-align:middle;
font-size: 100%;
color: #ffcc33;
width: 50%;
}

table.aburgetable01 td {
    padding: 8px 5px 8px 15px;
    vertical-align: middle;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    color: #333;
    font-size: 100%;
    text-align: left;
}

table.aburgetable01 td.size02 {
    padding: 8px 5px 8px 5px;
    text-align: center;
}


span.img_box { 
	display: inline-block; 
	width: 75px;
	float:right;
}


span.img_box img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;　
}


/* SP */
@media (max-width: 640px) {
.pinned { display: none; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; }
	div.table-wrapper div.scrollable table { margin-left: 0; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	

	table.aburgetable td, table.aburgetable th  { position: relative; white-space: nowrap; overflow: hidden; padding: 15px 5px; }
	
table.aburgetable tr.first_tr { 

}








/* Let's get this party started */
div.table-wrapper div.scrollable::-webkit-scrollbar {
    height: 5px;
}
 
/* Track */
div.table-wrapper div.scrollable::-webkit-scrollbar-track {
    background:#fff; /* rgba fallback */
	background:rgba(190,190,190,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
div.table-wrapper div.scrollable::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff; /* rgba fallback */
	background:rgba(190,190,190,0.7);
}
div.table-wrapper div.scrollable::-webkit-scrollbar-thumb:window-inactive {
	background:#fff; /* rgba fallback */
	background:rgba(190,190,190,0.7);
}


table.aburgetable {
margin: 0 0 10px 0;
}


table.aburgetable01 th{
font-size: 85%;
}

table.aburgetable01 td {
    font-size: 85%;
}

span.img_box { 
	display: inline-block; 
	width: 100%;
	float:none;
	text-align: center;
	margin:  0 0 10px 0;
}

span.img_box img { 
	max-width: 80px; 

}



}

table.aburgetable {
border: solid 1px gray; border-collapse: collapse;
width:100%;
font-size: 12px;
}

table.aburgetable th,td {
	border: solid 1px #ccc;
	text-align:center;
	padding: 7px 3px;
}

.th-col-01 {
	background-color: #a1a1a1;
	width:40%;
	color: #fff;
}

.th-col-02 {
	background-color: #a1a1a1;
	width:60%;
	color: #fff;
}

.td_col01{
 	width:7%;
}

.td_col02{
 	width:6%;
}

.td_col03{
 	width:4%;
}

.td_col04{
 	width:5%;
}

.td_col05{
 	width:18%;
}

.td_col06{
 	width:20%;
}

.td_col07{
 	width:4%;
}

.td_col08{
 	width:20%;
}

.td_col09{
 	width:4%;
}

.col_month_green{
	background-color: #333;
	color: #ffcc33;
}

.col_month_blue{
	background-color: #333;
	color: #ffcc33;
}

.col_day{
	background-color: #ffce00;
}

.form-unit__title_aburge {
    line-height: 40px;
    width: 100%;
}
.form-unit__input_aburge {
    width: 100%;
}



/*end*/