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



/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
	background:url(../img/top-bg.jpg);
	background-size:cover;
	background-position:30% 0%;
}

.thanks {
	background:url(../img/thankyou.jpg);
	background-size:cover;
	background-position:50% 50%;
}

/*----------------------------------------------------
  top-heading 
----------------------------------------------------*/
.top-heading {
	padding-top:100px;
}

.top-heading h2 {
	text-align:center;
	color:#0068B7;
	font-size:x-large;
	font-family: "Sawarabi Mincho";
}

.top-heading span {
	display:block;
	text-align:center;
}


/*----------------------------------------------------
  top-box
----------------------------------------------------*/
.top-box {
	margin-top:50px;
	max-width:960px;
	margin:0 auto;
	padding-bottom:100px;
}


/*----------------------------------------------------
  service
----------------------------------------------------*/
.top-box.service {
	margin:0 auto;
}

.top-box.service p {
	font-family:font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	margin:2em 0;
	font-size:13px;
	font-weight:600;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
}
.top-box.service h1 {
	font-size:large;
	margin-top:25px;
	margin-bottom:10px;
	text-align:center;
	font-family: "Sawarabi Mincho";
	color:#0068B7;
	margin-left:20px;
	margin-right:20px;
}

.thankyou p br {
	line-height:2.2em;
}

p.contact br {
	line-height:normal;
}

/*----------------------------------------------------
  table
----------------------------------------------------*/
#company {
	width:100%;
	height:100%;
	background:#f0f8ff;
	background-size:cover;
	margin:0;
}

table {
	width:100%;
	font-size:13px;
	border-collapse: collapse;
}

.table {
	max-width:800px;
	margin:0 auto;
	margin-top:35px;
}

.table h2 {
	font-size:13px;
	font-weight:normal;
}

th, td  {
	padding:10px;
	border-bottom:1px solid #ddd;
	background:#FFF;
}

th {
	background: #;
}


.table th {
	width: 30%;
	text-align:center;
}


/*----------------------------------------------------
  contact
----------------------------------------------------*/
th, td  {
	padding:22px 30px;
}

td.check-em {
	line-height:2em;
}

.c-table th {
	width:30%;
	text-align:left;
}

.c-table-t {
	line-height:1.75em;
}

span.required {
	background:#F00;
	color:#FFF;
	padding:3px;
	font-size:13px;
	white-space:nowrap;
	border-radius:5px;
	-webkit-border-radius:5px;  
    -moz-border-radius:5px;
}

p.submit {
	text-align:center;
	margin:30px;
}

input.name,.mail,.phone {
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:2.5em;
	width:100%;
}

textarea {
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:15em;
}

textarea.text {
	width:100%;
	font-size:14px;
}

input[type="submit"] {
	font-size: 1em;
	font-weight: bold;
	letter-spacing:10px;
	padding: 10px 30px;
	color: #FFFFFF;
	border-style: none;
	box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	background:#0068B7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: 'Raleway', sans-serif;	
}

input[type="submit"]:hover {
    /* 透明度を20%に指定 */
    opacity: 0.6;
}
/*----------------------------------------------------
  map_canvas
----------------------------------------------------*/

#map_canvas {
	width:100%;
	height:450px;
	margin:0 auto;
}


/*----------------------------------------------------
  Smartphone 480px
----------------------------------------------------*/
@media screen and (max-width:480px){
	.header {
	background-position:80% 0%;
	}
	
	.top-heading {
	padding-top:50px;
	}
	
	.top-box.service {
	margin-bottom:80px;
	}
	
	.top-box {
	padding-bottom:0px;
	}

	.table {
	width:95%;
	margin: 0;
	margin-top:25px;
	font-size:15px;
	}
	.table th,
	.table td{
	width: 100%;
	display: block;
	border-top: none;
	}
	.table th {
	text-align:left;
	background:#dce9f5;
	}
	.table tr:first-child th {
	border-top: 1px solid #ddd;
	}	
	
	.table h2 {
	font-size:15px;
	font-weight:normal;
	}
	
	.c-table-t {
	margin-bottom:50px;
	padding:15px;
	}
	
    .c-table th,
    .c-table td{
	width: 100%;
	display: block;
	border-top: none;
    }
	
	th, td  {
	padding:15px 8px;
	}
	
	td.year {
	height:2em;
	}
	
    .c-table tr:first-child th {
	border-top: 1px solid #ddd;
	}
	
	input.name,.mail,.phone {
	width:100%;
	}
	
	textarea {
	width:100%;
	height:20em;
	}
}

/*----------------------------------------------------
  Tablet 481~768px
----------------------------------------------------*/
@media screen and (min-width:481px) and ( max-width:768px) {
	
}

/*----------------------------------------------------
  Below 769px~980px
----------------------------------------------------*/
@media screen and (min-width:769px) and ( max-width:980px) {
	
}

/*----------------------------------------------------
  Above 980px
----------------------------------------------------*/
@media screen and (min-width:980px) {
	
}
