@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_bt
----------------------------------------------- */
/* -----------------------------------------------
attention_range
----------------------------------------------- */
.sec_bt .attention_range {
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #4d84b9;
	text-align: left;
}

.sec_bt .attention_range .txt_mass {
	font-size: 13px;
}

/* ===============================================
common parts
=============================================== */
/* ===============================================
fra_flow
----------------------------------------------- */
.fra_flow {
	width: 93.75%;
	margin: 0 auto;
	padding: 20px 0 20px 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 0;
	padding: 6px 0 6px 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	overflow: visible;
}

.fra_flow li:first-child {
	margin: 0 0 0 0;
}

/*--- page_form ---*/
#page_form .sec_flow li:nth-child(1) {
	width: 100%;
	height: auto;
	background: none;
	background-color: #134d92;
}

#page_form .sec_flow li:nth-child(2) {
	display: none;
}

#page_form .sec_flow li:nth-child(3) {
	display: none;
}

#page_form .sec_flow li:nth-child(4) {
	display: none;
}

/*--- page_confirm ---*/
#page_confirm .sec_flow li:nth-child(1) {
	display: none;
}

#page_confirm .sec_flow li:nth-child(2) {
	width: 100%;
	height: auto;
	background: none;
	background-color: #134d92;
}

#page_confirm .sec_flow li:nth-child(3) {
	display: none;
}

#page_confirm .sec_flow li:nth-child(4) {
	display: none;
}

/*--- page_card ---*/
#page_card .sec_flow li:nth-child(1) {
	display: none;
}

#page_card .sec_flow li:nth-child(2) {
	display: none;
}

#page_card .sec_flow li:nth-child(3) {
	width: 100%;
	height: auto;
	background: none;
	background-color: #134d92;
}

#page_card .sec_flow li:nth-child(4) {
	display: none;
}

/*--- page_commit ---*/
#page_commit .sec_flow li:nth-child(1) {
	display: none;
}

#page_commit .sec_flow li:nth-child(2) {
	display: none;
}

#page_commit .sec_flow li:nth-child(3) {
	display: none;
}

#page_commit .sec_flow li:nth-child(4) {
	width: 100%;
	height: auto;
	background: none;
	background-color: #134d92;
}

/* ===============================================
fra_base
----------------------------------------------- */


}/* End SP----------------------------------------------------*/