#sugoi .btn p {
	text-align: center;
	color: #003366;
}

.mainview {
	width: 100% !important;
}

#online .space-btw {
	justify-content: space-between;
}

#online .side-pad {
	padding-right: 10%;
	padding-left: 10%;
}

.inside {
	margin: 0 auto;
	padding-right: 10%;
	padding-left: 10%;
}

#price dt {
	background: #003366;
	padding: 1em 1.6em;
	color: #fff;
	text-align: center;
	border-radius: 1em 1em 0 0;
}

#price dd {
	background: #fff;
	padding: 1em 1.6em 2em;
	color: #003366;
	text-align: center;
	border-radius: 0 0 1em 1em;
}

.price-box {
	width: 32%;
}

.mark_yellow {
	background: linear-gradient(transparent 65%, rgba(255, 250, 125, 0.86) 20%);
	width: 7.5em;
	height: 1.6em;
	margin: auto;
	font-size: 1.4em;
}

#price .flex_box {
	margin-bottom: 5%;
}

select {
	width: 100%;
	font-size: 1em;
}

.switchdsp {
	margin-top: 1.6em;
}

.switchdsp input {
	display: none;
}

.switchdsp .dsp {
	padding: 0px 10px 0px 10px;
	height: 0;
	overflow: hidden;
	transition: 0.9s;
	opacity: 0;
}

.dsp ul {
	text-align: center;
	margin-top: 1em;
}

.dsp li {
	margin-top: 1em;
}

.dsp a {
	color: #003366;
}

.switchdsp input:checked~.dsp {
	padding: 0 2em 15px 2em;
	height: auto;
	opacity: 1;
	background: #fff;
	width: fit-content;
	margin: auto;
}

.txt-center {
	text-align: center;
}

#price {
	padding: 10% 10% 10%;
	box-sizing: border-box;
	background: #fefef2;
}

#price .btn a {
	padding: 7px 20px;
}

article#K01 {
	padding-top: 10%;
}

#kigyo_nagare h2 {
	margin-bottom: 5%;
}

.step_detail {
	display: flex;
	margin: auto 0 !important;
}

#inq_area .flex_box {
	padding-left: 10%;
	padding-right: 10%;
}

.radio-item input[type="radio"] {
	width: 26px;
	height: 26px;
	margin: 0 1% 1% 0;
}

.ver-radio-item input[type="radio"] {
	width: 100%;
	height: 25px;
	margin: 0;
}

.radio-item .wpcf7-list-item {
	width: 25%;
}

.ver-radio-item .wpcf7-list-item {
	width: calc(14% - 10px);
	border: 1px solid;
	margin: 0.5% !important;
	height: 7em;
	border-radius: 0.3em;
	margin-bottom: 2% !important;
	padding: 0.5em 0;
}

.ver-radio-item span.wpcf7-list-item-label {
	writing-mode: vertical-lr;
	display: flex;
	margin: 0.4em auto 1em auto;
}

.branch {
	width: 100%;
	display: none;
}

.custom-radio-group {
	display: flex;
	flex-wrap: wrap;
}

.custom-radio-group input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.license-type.wpcf7-list-item.first {
	margin-left: 0;
}

.license-type span.wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 5px 10px;
	height: 6em;
	width: calc(14% - 10px);
}

.license-type span.wpcf7-list-item-label::before {
	display: block;
	content: "";
	border-radius: 50%;
	border: 1px solid #000000;
	width: 20px;
	height: 20px;
	background-color: white;
	transition: background-color 0.2s;
	margin-bottom: 0.4em;
}

.license-type input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
	border: 1px solid #0078D4;
	background-color: #0078D4;
}

.radio-optional .last {
	display: none;
}

.cf-optional {
	background: #a9a9a9;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px;
}

.branch2 {
	display: none;
	flex-direction: column;
}

.br-block {
	display: block;
}

.br-none {
	display: none;
}

.br-flex {
	display: flex;
}

dl.license-exam {
	margin: 3em 0 1em 0;
}

dl.license-exam p {
	text-align: center;
	margin-bottom: 1em;
}

dl.license-exam img {
	width: 30%;
	margin: 0 auto;
	display: flex;
}

.license_part {
	width: 6em;
}

.check-box-align .wpcf7-list-item {
	display: flex;
}

.check-box-align .wpcf7-list-item-label {
	margin: -0.15em 0 0 0.6em;
}

.radio-item .wpcf7-list-item {
	width: 8em;
}

.wpcf7-previous {
	"ヒラギノ丸ゴ Pro W4",
	"ヒラギノ丸ゴ Pro",
	"Hiragino Maru Gothic Pro",
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"HG丸ｺﾞｼｯｸM-PRO",
	"HGMaruGothicMPRO";
}


@media screen and (max-width:1024px) {
	.sp_none {
		display: block;
	}

	.pc_only {
		display: none;
	}

	.br-flex {
		display: block;
	}

	dl.license-exam img {
		width: 60%;
	}

	#price .inside {
		padding: 0;
	}
}

@media screen and (max-width:480px) {
	.sp_none {
		display: none;
	}

	.br-flex {
		padding: 0;
	}

	dl.license-exam img {
		width: 100%;
	}

	.price-box {
		width: 100%;
		margin-bottom: 10%;
	}

	.cf-area {
		width: 100%;
	}

	.ver-radio-item .wpcf7-list-item {
		width: calc(15% - 10px);
	}

	.cf-required,
	.cf-optional {
		margin-left: 0.6em;
		padding: 0 5px;
	}

	.cf-area dt:nth-child(1) p {
		display: flex;
	}

	#inq_area h2 {
		margin-top: 20%;
	}

	#inq_area h2 .form-first {
		margin-top: 0;
	}

	.branch2 textarea {
		height: 6em;
	}
}