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

.image_header {
	background-image: url(../images/header_image.jpg);
}


.inner_box.narrow {
	max-width:770px;
}

/*フォーム*/
form label {
	display:block;
	width:100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
form label span.required {
	display:inline-block;
	background-color:#0152a4;
	padding: 5px 10px;
	margin-left: 6px;
	line-height: 1;
	font-size: 10px;
	color:#FFF;
    vertical-align: middle;
	border-radius: 5px;
}
form input, form textarea {
	width:100%;
	margin-bottom: 33px;
	padding: 15px;
	font-size:125%;
	background-color: #F7F7F7;
	border: solid #CCC 1px;
}
form input[type="submit"] {
	width:100%;
	color:#FFF;
	background-color: #0152a4;
	padding:15px 50px;
	border-radius: 8px;
}

/*dialogue error,conf,thanksの表示*/
.dialogue ul {
	text-align: center;
	padding-left: 0;
	list-style: none;
}
.dialogue table {
	margin: 1em auto 2em;
	border-collapse: collapse;
}
.dialogue table th,
.dialogue table td {
	border: 1px solid #666;
	padding: 0.5em;
}
.dialogue table th {
	white-space: nowrap;
	background: #e8e8e8;
	text-align: right;
}
.dialogue table td {
	background: #fff;
}
.dialogue .msg {
	color:red;
}
.dialogue p {
	width: 100%;
	text-align: center;
}
.dialogue input {
	padding: 0.75em;
	margin: 1em auto;
	border: solid #333 1px;
	border-radius: 6px;
}
.dialogue input[type="button"]  {
	width: auto;
}
.dialogue input:hover {
	background-color:#aad4fe;
}


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

}

/*policy　不使用*/
.policy .box {
	display: block;
	overflow: auto;
	width:95%;
	width:-webkit-calc(100% - 30px);
	width:calc(100% - 30px);
	height: 250px;
	margin-bottom: 33px;
	padding: 15px;
	font-size:1em;
	line-height: 1.25em;
	background-color: #FFF;
	border: solid #CCC 1px;
}