
@charset "utf-8";

*{
	font-family: メイリオ,Meiryo, sans-serif,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN;
	font-size:13pt;
}

html{
overflow-x : hidden;
overflow-y : scroll;
}

body{
padding:10px;
overflow-x : hidden;
overflow-y : auto;
}

#form-block{
	height: 100%;
}

.lefttext{
	text-align: left;
}
.righttext{
	padding: 15px;
	text-align: right;
}

.clearbox1{
	height: 40px;
}


.red{
	color: #FFF; background:#ED3433; display: inline-block; margin: 0 5px; padding:0px 10px; border-radius:3px;
}

.line{ display: block; margin:auto;}

address{
	margin-bottom: 5px;
	padding-top: 5px;
}

address span {
	font-size: 28px;
	letter-spacing: -0.1em;
	font-weight: bold;
	margin: 0px;
}

address a {
	font-size: 35px;
	letter-spacing: -0.1em;
	font-weight: bold;
}

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

   address a {
   		font-size: 20px;
   }


}



/* btn */

.btn-position-left{
	float:left;
}
.btn-position-right{
	float:right;
}
.btn-position-center{
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left:auto;
}

.form_back {
	border:none;
	background-color:transparent;
	color: blue;
}

.form-button {
    width: auto;
    padding:0;
    margin:0px 0 5px;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

.display_hidden {
	display: none;
}

.open {
	width: 100%;
	color: #FFF;
	text-align: center;
	background-color: #428BCA;
	border-color: #357EBD;
}

#slideBox {
     display:none;
     margin-bottom:30px;
     padding:15px;
}

.label_height{
	line-height: 34px;
}

.info{
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

.info img{
	width: 100%;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 580px;
    padding-right: 0px;
    padding-left: 0px;
}

button img{
	width: 100%;
}

.div_center{
	width: 100%;
	text-align: center;
}

.check_text1 {
	padding-left: 10px;
}

.check_text {
	color: #696969;
	font-size: 0.8em;
	padding-left: 10px;
}
.check_text_right {
	font-size: 0.8em;
	padding-top: 3px;
}

.hero-unit hr {
	border-color: #eee;
	margin: 0px;
}

.hero-unit {
	font-size: 4px;
	font-weight: 200;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	background-color:#f6f6f6;
	color: #393939;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.therd-unit {
	border-radius: 5px;
	margin: 20px 0;
}

.center {
	text-align: center;
}

.mb20{margin-bottom: 20px;}

legend{
	margin-top: 20px;
	text-align: center;
	border-color: #D8D8D8;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
}

footer{
	border-color: #D8D8D8;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: center;
}

.a_test{
display: block;
width: 70%;
height: 0;
margin: 0 auto;
padding-top: 50%;
text-indent: -9999px;
background: url(../images/truck_button.png) no-repeat 0 0;
background-size: contain;
}

.a_test2{
display: block;
width: 70%;
height: 0;
margin: 0 auto;
padding-top: 50%;
text-indent: -9999px;
background: url(../images/juki_button.png) no-repeat 0 0;
background-size:contain;
	
}
.a_test3{
display: block;
width: 70%;
height: 0;
margin: 0 auto;
padding-top: 50%;
text-indent: -9999px;
background: url(../images/bus_button.png) no-repeat 0 0;
background-size: contain;
	
}

.btn-blue{
	color:white;
	background-color: #51adee;
	border-style: none;
}

.btn-yellow{
	color:white;
	background-color: #ffbf00;
	border-style: none;
}
.btn-red{
	color:white;
	background-color: #ef4f50;
	border-style: none
}

.btn-blue:hover{
	color:white;
	background-color: #0080ff;
	border-style: none;
}

.btn-yellow:hover{
	color:white;
	background-color: #f2dc2a;
	border-style: none;
}
.btn-red:hover{
	color:white;
	background-color: #ff1a40;
	border-style: none
}


.btn-submit{
	width: 80%;
 }

 .btn-submit2{
	width: 100%;
 }

 .padding-reset{
 	padding:0px;
 }


.satei_box{
	display:block;
	width: 100%;
	border-radius:10px;
	padding:3px;
	transition: all 0.7s;
}

.satei_box:hover{
	background:#eee;
}



.text_mini2{
 	font-size: 0.7em;
 }

 .text_mini{
 	margin-top: 25px;
 	font-size: 0.9em;
 }

 .margin_reset{
 	padding-top: 0px;
 	margin:0;
 }

 .icon_bottom{
 	margin-bottom: -5px;
 }

.form_box{
	padding-top: 5px;
	padding-bottom: 5px;
}

 .btn-margin{
 	margin-top: 30px;
 	margin-bottom: 5px;
 }
 h4{
 	margin-top: 5px;
 }

 .form-margin{
	margin-top: 5px;
 }

.satei_block {
	font-size: 4px;
	font-weight: 200;
	border-radius: 6px;
	color: #393939;
	padding-top: 5px;
	padding-bottom: 5px;
}

.satei_borderbox{
	border-color: #D8D8D8;
	border-width: 0px;
	border-style: solid;
	border-radius: 15px;
	background-color: #fefefe;
}

input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -2px;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    background: #CF412B;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.select_text{
	margin-top: 5px;
	text-align: center;
}

  .text_mini3{
 	font-size: 0.7em;
 }



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



	.car_text{
		font-size: 1.4em;
	}

	.text_mini { font-size: 18px;}
	.text_mini span{ font-display: inline-block; padding:0 5px; font-size: 16px;font-weight: bold;}

	.car_text{
		font-size: 1.4em;
	}

	.info_text{ font-size: 14px;}
	.info_text span { font-display: inline-block; padding:0 5px; font-size: 18px;font-weight: bold; }

	.text_mini{
		font-size: 0.7em;
		text-align: center;
	}


   .select_text {
   		padding-top: 10px;
   		font-size: 10pt;
   		   }

    .btn-text {
    	padding:0px;
		margin:0px;
   		   }

	input[type="radio"] {
		position: relative;
		-webkit-appearance: button;
		appearance: button;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		left: -10px;
		top: -4px;
		width: 14px;
		height: 14px;
		content: "";
		background-color: #FFFFFF;
		border: 1px solid #999999;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
		box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
		vertical-align: middle;
		cursor: pointer;
		float: left;
	}

	input[type="radio"]:checked:after {
		display: block;
		position: absolute;
		top: 3px;
		left: 3px;
		content: "";
		width: 6px;
		height: 6px;
	/*    background: #428BCA;*/
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}

	.sp_cv { position:fixed; left:0; bottom:0; width: 100%; background: #ccc; text-align: center; padding:5px; border-top: 2px solid #aaa; border-bottom: 1px solid #aaa;}
	.sp_cv .title span { color:red; font-weight: bold; font-size:22px; display: inline-block; padding:0 5px; }
	.sp_cv .button { width:90%;  margin:auto;}
	.sp_cv .button a { width:100%; display: block; color:#fff; font-weight: bold; font-family: 'Impact','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; letter-spacing: 3px; font-size:24px; background: #27AE60; padding:5px 10px; margin-top:5px; margin-bottom:5px; border-radius:10px; box-shadow: 5px 5px 13px -5px rgba(0,0,0,0.75); transition: all 0.3s;}
	.sp_cv .button a:hover { opacity: 0.7; text-decoration: none;}
	footer { padding-bottom: 70px; }
}


@media screen and (min-width: 600px) {
	.sp_cv {display: none;}
	.info_text{ font-size: 16px; margin-bottom:30px;}
	.info_text span { font-display: inline-block; padding:0 5px; font-size: 20px;font-weight: bold; }

}



pre{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

