@charset "UTF-8";
/* CSS Document */

/* Header
------------------------------------------------------------*/
.entry .header {
	padding: 10px 0;
}

.entry .header.wrapper {
	/*margin: 0 auto;*/
	margin-left: 90px;
}

.entry .gnav .wrapper {
	/*margin: 0 auto;*/
	margin-left: 90px;
}

.entry .gnav {
	padding: 7px 0 5px;
}

/* Footer
------------------------------------------------------------*/
.entry #footer > .wrapper {
	position: relative;
	margin: 0 auto;
}

.entry #footer > .wrapper #f_logo {
	left: 0px;
}

/* Contents
------------------------------------------------------------*/
.entry #contents {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 90px;	
}

#contents table.entry th {
	border-right: 2px solid #1B1B1B;
	width: 23%;
	border-bottom: 2px solid #1B1B1B;
}

#contents table.entry td {
	border-bottom: 2px solid #1B1B1B;
}


#contents .inputArea .btnArea input#btn_confirm {
	background-image: url(../img/common/btn_confirm.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#kiyaku .box .ttl {
	background-color: #f68b00;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 3px 30px;
	border-radius: 20px;
	margin-bottom: 10px;
}

#kiyaku .box dt i {
	margin-right: 7px;
}

#kiyaku .box dd {
	padding-left: 18px;
	margin-bottom: 1em;
}


#kiyaku .box .fusoku {
	margin-bottom: 30px;
}


@media screen and (max-width:768px) {
.entry .header.wrapper {
padding: 2vw 3vw;
	margin-left: 0;
	}

.entry .gnav .wrapper {
	margin-left: 0;
}	
	
/* Contents
------------------------------------------------------------*/
.entry #contents {
	margin: 4vw auto;
	padding-left: 3vw;
}
	
#contents table.entry th {
	width: calc(100% - 4vw);
}
	
	
}
