@charset "utf-8";

/* ------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com
Twitter:@rich_clark
------------------------------ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	/* max-height: 100%; */
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	vertical-align: bottom;
}

input,
select {
	vertical-align: middle;
}

input,
select,
button {
	box-sizing: border-box;
	-webkit-appearance: none;
}

/* ------------------------------
資料ダウンロード用フォーム
------------------------------ */
html {
	/* overflow-y: hidden; */
}

body {
	color: #333;
	font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
	background-color: #fff;
	border-top: 6px solid #bf0007;
	-webkit-text-size-adjust: 100%;
}

.header {
	padding: 17px 0;
	background-color: #f2eee3;
	border-bottom: 1px solid #e7e2d3;
}

.center {
	text-align: center;
}

.title {
	margin-bottom: 20px;
}

.contents_wrapper {
	padding: 13px 25px 30px;
}

.txt_document_2 {
	margin: 7px 0 13px;
}

.txts_document {
	position: relative;
	margin-bottom: 16px;
	padding: 20px 20px;
	background-color: #faf7f0;
	border-radius: 5px;
}

.txts_document li {
	padding-left: 30px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	background: url(../img/aform_11/ico_document.png) no-repeat left center;
}

.txts_document li:not(:last-child) {
	margin-bottom: 10px;
}

.txts_document li span {
	font-weight: normal;
}

.i_document {
	position: absolute;
	right: -12px;
	bottom: 9px;
}

.contents {
	margin-bottom: 20px;
}

.contents_inner {
	margin-right: 20px;
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-radius: 5px;
}

.contents_inner_regist {
	padding: 20px;
}

.form_element {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.form_element dt {
	flex-basis: 40%;
	box-sizing: border-box;
	max-width: 40%;
	padding: 5px 0;
	padding-right: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

.form_element dd {
	flex-basis: 60%;
	max-width: 60%;
	padding: 5px 0;
}

.input {
	width: 100%;
	padding: 6px 10px;
	font-size: 18px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

/* お得な情報を希望する */
.permission {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}

.permission_check {
	display: flex;
	background-color: #fff;
}

.permission_txt {
	color: #333;
	font-size: 12px;
	line-height: 1.8;
}

.permission_txt a {
	color: #0043cb;
}

.permission_txt a:hover {
	text-decoration: none;
}

.check {
	display: inline-block;
}

.check + label {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	padding: 5px 0 5px 28px;
}

.permission_check .check + label {
	padding: 5px 40px 5px 68px;
}

@media (min-width: 1px) {
	.check {
		display: none;
		margin: 0;
	}

	.check + label::before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #fff;
		content: '';
		border: 2px solid #ccc;
	}

	.permission_check .check + label::before {
		left: 40px;
	}

	.check:checked + label::after {
		position: absolute;
		top: 50%;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: '';
	}

	.check:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-bottom: 3px solid #bf0007;
		border-left: 3px solid #bf0007;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.permission_check .check:checked + label::after {
		left: 43px;
	}
}

/* IMEモード */

.active {
	ime-mode: active;
}

.disabled {
	ime-mode: disabled;
}

:placeholder-shown {
	color: #777;
	font-size: 16px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
	color: #777;
	font-size: 16px;
}

/* Firefox 18- */

:-moz-placeholder {
	color: #777;
	font-size: 16px;
}

/* Firefox 19+ */

::-moz-placeholder {
	color: #777;
	font-size: 16px;
}

/* IE 10+ */

:-ms-input-placeholder {
	color: #777;
	font-size: 16px;
}

.effect {
	opacity: 1;
}

.effect:hover {
	animation: effect 1s ease;
}

@keyframes effect {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.txt_regist_1 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
}

.txt_regist_2 {
	font-size: 16px;
	line-height: 1.5;
}

#aefo_mes {
	line-height: 1.2;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
