@charset "UTF-8";

.overview {
	margin-bottom: 20px;
}
.step_image {
	margin-bottom: 20px;
}

.step_explanation {
	background-color: #ffffff;
}

.step_explanation_common {
	background-color: #fcd5b4;
}

.step_contents {
	margin-bottom: 20px;
}

.step_title {
	font-weight: bold;
}

.step_content {
	margin-left: 20px;
}

.note {
	background-color: #ffffff;
	margin-bottom: 20px;
}

.note_common {
	background-color: #fcd5b4;
	margin-bottom: 20px;
}

.note_content {
	margin-left: 20px;
}

.note_content {
	margin-left: 20px;
}

div.intputOperatorBox {
	width: 65%;
}

div.intputOperatorBox input {
	width: 98%;
}

div.intputMailBox {
	width: 33%;
}

div.intputMailBox input {
	width: 98%;
}

.redText {
	color: red;
}

.step_center {
	text-align: center;
}

.caution_area {
	margin: 20px;
	height: 120px;
}

.caution_text_area {
	display: table;
	margin: auto;
	background-color: #ffffff;
	width: 50%;
	height: 100%;
	text-align: center;
}

.caution_text {
	display: table-cell;
	vertical-align: middle;
}

.content {
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #f72364;
}

.step_center_explanation {
	width: 64%;
	margin: auto;
}

.msg_area {
	margin: 20px;
	height: 40px;
}

.comp_caution_area {
	margin: 20px;
	height: 120px;
}


.comp_caution_text_area {
	display: table;
	margin: auto;
	background-color: #ffffff;
	width: 50%;
	height: 100%;
	text-align: center;
}

.comp_caution_text {
	display: table-cell;
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	font-size: 1rem;
	font-weight: bold;
	color: #f72364;
	vertical-align: middle;
}

button.link_btn {
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background: none;
	color: #70ad47;
}

button.link_btn:hover {
	text-decoration: underline;
	color: #c6e0b4;
}

.u-readonly {
  box-shadow: none !important;
  cursor: not-allowed;
}