@charset "iso-8859-1";
/* stage_style
----------------------------------------------- */
.attention_box {
	padding: 1px 20px 20px;
	background: #eee;
}

.box_typeB_text {
	min-height: 100px;
}

.stepBox {
	background: url(../img/step.png) no-repeat 50% 0;
	border-top: 1px dotted #c00;
	height: 18px;
}

.fwb {
	font-weight: bold;
}

/* .quest_box_col {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
} */

.quest_box_col li {
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-right: 20px;
}

.mgb40 {
	margin-bottom: 40px;
}

.disnon {
	display: none;
}

.sec1 .contentsInr > .ttlLv1 {
	padding-top: 40px;
}

.attention_box_label {
	text-align: center;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    background: #dfdfdf;
    padding: 20px 0;
    width: 910px;
}

.sec1_checkbox {
    display: inline-block;
    text-align: center;
}

.sec1_checkbox_input {
	margin-right: 10px;
	padding-top: 5px;
    display: block;
    float: left;
	vertical-align: top;
}

.sec1_checkbox_text {
	display: block;
    padding-top: 2px;
	float: left;
}

.sec1_checkbox label {
	display: block;
	cursor: pointer;
	width: 500px;
    margin: 0 auto;
    color: #000;
	text-align: left;
}

.sec1_checkbox_input {
	cursor: pointer;
}

.receipt_wp {
	min-height: 550px;
}