@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_bt
----------------------------------------------- */
/* -----------------------------------------------
attention_range
----------------------------------------------- */
.sec_bt .attention_range {
	padding: 25px 0 25px 0;
	border-bottom: 1px dotted #4d84b9;
	text-align: center;
}

.sec_bt .attention_range .txt_mass {
	font-size: 16px;
}

/* ===============================================
common parts
=============================================== */
/* ===============================================
fra_flow
----------------------------------------------- */
.fra_flow {
	width: 1000px;
	margin: 0 auto;
	padding: 55px 0 55px 0;
}

.fra_flow ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fra_flow li {
	margin: 0 0 0 6px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fra_flow li:first-child {
	margin: 0 0 0 0;
}

/*--- page_form ---*/
#page_form .sec_flow li:nth-child(1) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_01_on.png) no-repeat 0 0;
}

#page_form .sec_flow li:nth-child(2) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_02.png) no-repeat 0 0;
}

#page_form .sec_flow li:nth-child(3) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_03.png) no-repeat 0 0;
}

#page_form .sec_flow li:nth-child(4) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_04.png) no-repeat 0 0;
}

/*--- page_confirm ---*/
#page_confirm .sec_flow li:nth-child(1) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_01.png) no-repeat 0 0;
}

#page_confirm .sec_flow li:nth-child(2) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_02_on.png) no-repeat 0 0;
}

#page_confirm .sec_flow li:nth-child(3) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_03.png) no-repeat 0 0;
}

#page_confirm .sec_flow li:nth-child(4) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_04.png) no-repeat 0 0;
}

/*--- page_card ---*/
#page_card .sec_flow li:nth-child(1) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_01.png) no-repeat 0 0;
}

#page_card .sec_flow li:nth-child(2) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_02.png) no-repeat 0 0;
}

#page_card .sec_flow li:nth-child(3) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_03_on.png) no-repeat 0 0;
}

#page_card .sec_flow li:nth-child(4) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_04.png) no-repeat 0 0;
}

/*--- page_commit ---*/
#page_commit .sec_flow li:nth-child(1) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_01.png) no-repeat 0 0;
}

#page_commit .sec_flow li:nth-child(2) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_02.png) no-repeat 0 0;
}

#page_commit .sec_flow li:nth-child(3) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_03.png) no-repeat 0 0;
}

#page_commit .sec_flow li:nth-child(4) {
	width: 246px;
	height: 53px;
	background: url(../../../img/contents/form/com/sec_flow_img_flow_04_on.png) no-repeat 0 0;
}

/* ===============================================
fra_base
----------------------------------------------- */
