@charset	"UTF-8";

*,	::after,	::before	{
	box-sizing: inherit;
}
button,	input	{
	overflow: visible;
}
button,	input,	optgroup,	select,	textarea	{
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
[role=button],	a,	area,	button,	input,	label,	select,	summary,	textarea	{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
[type=reset],	[type=submit],	button,	html	[type=button]	{
	-webkit-appearance: button;
}

#cntWrapper	#contents	{
	position: relative;
}
#cntWrapper	.mail	form	{
	width: 95%;
	margin: 0px	auto;
}
#cntWrapper	.mail	.row	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cntWrapper	.mail	.container	{
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
#cntWrapper	.mail	.form-group	{
	margin-bottom: 1rem;
}
#cntWrapper	.mail	.col-form-label	{
	padding-top: calc(.5rem	-	1px	*	2);
	padding-bottom: calc(.5rem	-	1px	*	2);
	margin-bottom: 0;
}
#cntWrapper	.mail	.form-control	{
	display: block;
	width: 100%;
	padding: .5rem	.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px	solid	rgba(0,0,0,.15);
	border-radius: .25rem;
	transition: border-color	ease-in-out	.15s,box-shadow	ease-in-out	.15s;
}
#cntWrapper	.mail	.col-sm-3	{
	-ms-flex: 0	0	25%;
	flex: 0	0	23%;
	max-width: 23%;
	font-size: 16px;
}
#cntWrapper	.mail	.col-sm-9	{
	width: 70%;
}


/*	必須	------------------*/
.badge-danger	{
	color: #fff;
	background-color: #dc3545;
}
.badge	{
	display: inline-block;
	padding: .25em	.4em;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	margin-right: 5px;
}


/*	radio	button	------------------*/
#cntWrapper	.mail	.col-sm-9	div	input{
	display: none;
}
#cntWrapper	.mail	.col-sm-9	div	label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px	20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
#cntWrapper	.mail	.col-sm-9	div	label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px	solid	#00569c;
}
#cntWrapper	.mail	.col-sm-9	div	input[type="radio"]:checked	+	label:after	{
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #00569c;
}
#cntWrapper	.mail	div#error_message	{
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 19px;
	border: 2px	solid	#ff0000;
	padding: .5rem	0;
	margin: 0px	auto	20px	auto;
	width: 95%;
}
#cntWrapper	.mail	form	div.alert.alert-danger	{
	font-size: 12px;
	color: #ff0000;
	border: 1px	solid	#ff0000;
	position: relative;
	margin: 10px	0	0	15px;
	padding: 5px;
}
#cntWrapper	.mail	form	div.alert.alert-danger:before	{
	content: "";
	border: 10px	solid	transparent;
	border-bottom: 17px	solid	#ff0000;
	display: inline-block;
	top: -28px;
	position: absolute;
}


/*	画像認証	------------------*/
input#captcha	{
	width: 50%;
	display: inline;
	vertical-align: top;
}


/*	コピーライト	------------------*/
p.text-right	{
	font-size: 10px;
	color: #ababab;
	position: absolute;
	right: 0;
	bottom: 0;
}
p.text-right	a	{
	color: #ababab;
}

/*	ボタン	------------------*/
.btn	{
	display: block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px	solid	transparent;
	padding: 1rem	.75rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: .25rem;
	transition: all	.15s	ease-in-out;
	margin: 0px	auto;
	width: 250px;
}
.btn-primary	{
	color: #000;
	background-color: #ffd23c;
	font-weight: bold;
}
.btn-primary:hover	{
	color: #fff;
	background: #1e5799;
}


/*	確認ページ	------------------*/
.mail2	.bArea	{
	text-align: center;
}
.mail2	.btn	{
	display: inline-block;
}


/*	送信後ページ	------------------*/
.thanx	{
	text-align: center;
	font-size: 18px;
	margin: 50px	0px;
}

@media	screen	and	(max-width: 1200px)	{
	#cntWrapper .mail .container {
		padding: 0;
		width: 95%;
	}
	#cntWrapper .mail .col-sm-3 {
		-ms-flex: 0 0 30%;
		flex: 0	0 30%;
		max-width: 30%;
	}
	#cntWrapper .mail .col-sm-9 {
		width: 65%;
	}
}


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


@media	screen	and	(max-width: 480px)	{	/*smartphone*/
	#cntWrapper .mail .row {
		display: block;
	}

	#cntWrapper .mail .col-sm-3 {
		padding-bottom: 10px;
	}

	#cntWrapper .mail .col-sm-9 {
		width: 90%;
	}

	p.text-right {
		bottom: -4%;
	}
}
