/*クラウンさんカラー
#145990
*/

header,h1,h2,h3,p,ul,li,span,footer,body{
	margin: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","YuGothic","Osaka","ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	padding: 0;
	color: #333;
}

body{
	margin: 0 auto 0 auto;
}

/*ヘッダー*/
header{
	max-width: 100%;
	height: auto;
}

header img{
	width: 100%;
	height: auto;
	text-align: center;
}

/*メインコンテンツ*/
.wrap{
	max-width: 50%;
	margin: 0 auto 0 auto;
}

h2{
	margin: 30px 0 50px 0;
	font-weight: normal;
	font-size: 16px;
}

.matome{
	text-align: center;
	display: inline-block;
	font-size: 0;
}

.present{
	margin: 0 5% 50px auto;
	text-align: left;
	max-width: 45%;
	display: inline-block;
}

.present2{
	margin: 0 auto 50px 5%;
	text-align: left;
	max-width: 45%;
	display: inline-block;
}

.chance{
	font-size: 16px;
	font-weight: bold;
	color: #145990;
}

.nakami{
	font-size: 14px;
	display: inline-block;
}

.chui{
	font-size: 12px;
	display: inline-block;
}


.oubo{
	margin: 0 auto 50px auto;
	text-align: center;
}

.kikan{
	font-size: 18px;
	font-weight: bold;
	background-color: #b22222;
	color: #fff;
	margin-bottom: 10px;
	margin: 0 auto 50px auto;
	text-align: center;
	border:solid 1px;
	border-radius: 10px;
	padding: 1%;
}

.error{
	padding-left: 5%;
	margin-bottom: 20px;
	font-weight: bold;
	color: #b22222;
}

.kome{
	font-size: 12px;
	display: inline-block;
	text-align: left;
}

form{
	max-width: 90%;
	margin:0 auto 0 auto;
}

.mojisu{
	display: inline-block;
	margin-left: 2%;
	font-size: 14px;
	color: #aaa;
}

.domain{
	display: inline-block;
	font-size: 14px;
	margin-left: 2%;
	font-weight: bold;
	color: #b22222;
}

.hissu{
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 8px;
	font-size: 12px;
	background-color: #b22222;
	color: #fff;
	padding: 3px 8px;
	border-radius: 5px;
}

.error2{
	color: #b22222;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

.label{
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
}

.label:first-child{
	margin-top: 0;
}

.label2{
	display: -webkit-inline-box;
	font-size: 14px;
	margin: 5px 0 8px 0;
	color: #145990;
	font-weight: bold;
}

.anke{
	font-size: 14px;
}

form input[type="text"], input[type="email"]{
	border:solid 1px #aaa;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	width: 100%;
}

/*placeholderの色変更タグ
::-webkit-input-placeholder{
	color: #000;
}

::-moz-placeholder{
	color: #000
}

:-ms-input-placeholder{
	color: #000;
}*/

.adress{
	margin-bottom: 10px;
}

.adress:nth-of-type(3){
	margin-bottom: 0;
}

.adress:nth-of-type(7){
	margin-bottom: 0;
}


.check{
	display:inline;
}

textarea{
	width: 100%;
	height: 75px;
	border:solid 1px #aaa;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 30px;
}

textarea:first-of-type{
	margin-bottom: 0;
}

.sousin{
	text-align: center;
	margin-bottom: 30px;
}

.kakunin{
	margin-bottom: 20px;
}

.kakunin a{
	text-decoration: none;
	color: #145990;
}

	.tokusyu_link{
	text-decoration: none;
	background-color: #145990;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 5px;
	display: inline-block;
	}


form input[type="button"]{
	display:inline-block;
	border:solid 1px #145990;
	border-radius: 10px;
 	font-size: 16px;
 	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 10px 15px 10px 15px;
	background: #ffffff;
	color: #145990;
 	line-height: 1em;
	transition: .3s;
	box-shadow: 3px 3px 2px lightgray;
}

form input[type="button"]:hover{
	box-shadow: none;
}

footer{
	max-width: 100%;
	height: 100px;
	background-color: #145990;
}

.ft{
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 38px 0;
}

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

	header img{
	max-width: 740px;
	object-fit: cover;
	text-align: center;
	}

	.wrap{
	max-width: 75%;
	margin: 0 auto 0 auto;
	}

	h2{
		margin-bottom: 30px;
	}

	.matome{
	text-align: center;
	display: block;
	margin-bottom: 50px;
	}

	.present{
		margin: 0;
		margin-bottom: 20px;
		text-align: left;
		max-width: 100%;
		display: block;
	}

	.present2{
		margin: 0;
		margin-bottom: 50px;
		text-align: left;
		max-width: 100%;
		display: block;
	}

	.chance{
		font-weight: bold;
		color: #145990;
	}

	.nakami{
		font-size: 14px;
		display: inline-block;
	}
	
	.kikan{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	}

	.domain{
		margin-left: 0;
	}

	.sousin{
		text-align: center;
		margin-bottom: 30px;
	}

	.kakunin{
		margin-bottom: 20px;
		text-align: justify;
	}

	.ft{
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 39.5px 0;
	font-size: 14px;
	}