@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px){

.step{
	font-size: 20px;
}

	.syosai{
		font-size: 0.8rem;
	}

	.cfd_kakunin{
		font-size: 0.9rem;
	}

.nohave_text{
	display: block;
}
	.circle-arrow::before {
display: none;
}

.circle-arrow::after {
display: none;
}


	.step1_box{
		flex-direction: column;
				padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	.step1_box > div{
		width: 100%;
		margin-top: 10px;

	}

	.cfdget_box{
				padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}


	.flow_link{
		height: inherit;
		line-height: inherit;
		padding: 8px 0px;
		font-size: 15px;
	}

	#button{
		flex-direction: column;
						padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
	
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}
#wrap #wrapper #main .content .bbox table tr #entry_button img {
	max-width:500px;
	width:90%;	
}
.flexbox {
	display: flex;
	flex-direction: column;
}

.#category_box2 .tablebox {
	width: 100%;
	margin-bottom:15px;
}

.button_flex {
    display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#form{
	margin-right: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}

#button2{
	margin-top: 32px;
}


.red_text {
    font-size: 12px;
	font-weight:normal;
}
}