@charset "utf-8";

/* 登録エリア */
.regist {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6vw;
}

h2 {
	font-size: 2.5vw;
	line-height: 120%;
	font-weight: 400;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.lead {
	font-size: 1.2vw;
	line-height: 160%;
	padding-bottom: 1em;
}

.afterRecept {
	font-size: 1.4vw;
	line-height: 160%;
	padding-bottom: 1em;
	color: #03C;
}

/* 入力エリア */
.formArea {
	display: flex;
	border: 1px solid #666;
	padding-top: 4vw;
	padding-right: 6vw;
	padding-bottom: 4vw;
	padding-left: 6vw;
}

.formArea dl {
	display: flex;
	flex-wrap:wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
}

dt.need {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2vw;
	line-height: 120%;
	font-weight: 500;
	color: #FFF;
	background-color: #C33;
	width: 8%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-style: 0.2em;
	border-bottom-style: 0.2en;
	margin-right: 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5vw;
}

dt.any {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2vw;
	line-height: 120%;
	font-weight: 500;
	color: #FFF;
	background-color: #999;
	width: 8%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-style: 0.2em;
	border-bottom-style: 0.2en;
	margin-right: 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5vw;
}

dt.title_s {
	width: 12%;
	font-size: 1.2vw;
	line-height: 130%;
	margin-right: 1em;
	padding-top: 0.2em;
}

dt.title_m {
	width: 23%;
	font-size: 1.2vw;
	line-height: 130%;
	margin-right: 1em;
	padding-top: 0.2em;
	padding-right: 0.3em;
}

dt.title_full {
	width: 90%;
	font-size: 1.2vw;
	line-height: 130%;
	padding-top: 0.2em;
}



.full {
	width: 100%;
	font-size: 1.2vw;
	line-height: 130%;
	padding: 0.5em;
}


dd.long {
	width: 74%;
}


dd.long2 {
	width: 98%;
}

dd.semi {
	width: 63%;
}

input.right {
	width: 100%;
	font-size: 1.5vw;
}

input.right2 {
	width: 96%;
	font-size: 1.5vw;
	margin-bottom: 0.3em;
}

input.right3 {
	width: 74%;
	font-size: 1.5vw;
	margin-bottom: 0.3em;
	background-color: #CC0;
}

input.short {
	width: 24%;
	font-size: 1.5vw;
	margin-bottom: 0.3em;
}

input.short2 {
	width: 35%;
	font-size: 1.5vw;
	margin-bottom: 0.3em;
}

input.addmdl {
	width: 60%;
	font-size: 1.5vw;
}

input.addshrt {
	width: 30%;
	font-size: 1.5vw;
}

dd.addDd {
	width: 21%;
	margin-left: 9%;
	text-align: right;
	padding-right: 0.5em;
}

dd.semLong {
	width: 70%;
}

dd.sem {
	width: 50%;
	font-size: 1.5vw;
}

.policyCheck {
	background-color: #EAE9DF;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	margin-bottom: 1vw;
	border-radius: 8px;
	margin-top: 2vw;
}

.checkTtl {
	font-size: 1.4vw;
	line-height: 160%;
	font-weight: 600;
	color: #666;
}

.checkTxt {
	font-size: 1.2vw;
	line-height: 160%;
	font-weight: 400;
	padding-bottom: 1em;
}

.checkTxt2 {
	font-size: 1.2vw;
	line-height: 160%;
	font-weight: 400;
}

.checkTxt2 a,
.checkTxt2 a:visited {
	color: #00F;
	text-decoration: none;
}

.checkTxt2 a:hover {
	color: #C00;
	text-decoration: underline;
}


.checkHover{
	cursor: pointer;
	font-size: 1.2vw;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 2vw;
	vertical-align: top;
}

.checkArea input[type=checkbox] {
	width: 1.5vw;
	height: 1.5vw;
}

.btnArea {
	text-align: center;
}

.btnArea .btn {
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-right: 0.5em;
	font-size: 120%;
	text-align: center;
	width: 6em;
	cursor: pointer;
}


@media screen and (max-width: 767.98px){ /*768-992*/

/* 登録エリア */
.regist {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2vw;
}

h2 {
	font-size: 6vw;
	line-height: 120%;
	font-weight: 400;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.lead {
	font-size: 3.5vw;
	line-height: 160%;
	padding-bottom: 1em;
}

.afterRecept {
	font-size: 4vw;
	line-height: 160%;
	padding-bottom: 1em;
	color: #03C;
}

/* 入力エリア */
.formArea {
	display: flex;
	padding-top: 0vw;
	padding-right: 0vw;
	padding-bottom: 2vw;
	padding-left: 0vw;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formArea dl {
	display: flex;
	flex-wrap:wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
}

dt.need {
	font-size: 3.5vw;
	line-height: 120%;
	font-weight: 400;
	color: #FFF;
	background-color: #C33;
	width: 18%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	border-top-style: 0.2em;
	border-bottom-style: 0.2en;
	margin-right: 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5vw;
}

dt.any {
	font-size: 3.5vw;
	line-height: 120%;
	font-weight: 400;
	color: #FFF;
	background-color: #999;
	width: 18%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-style: 0.2em;
	border-bottom-style: 0.2en;
	margin-right: 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5vw;
}

dt.title_s {
	width: 70%;
	font-size: 4vw;
	line-height: 130%;
	margin-right: 1em;
	padding-top: 0.2em;
}

dt.title_m {
	width: 70%;
	font-size: 4vw;
	line-height: 130%;
	margin-right: 1em;
	padding-top: 0.2em;
	padding-right: 0em;
}

dt.title_full {
	width: 70%;
	font-size: 4vw;
	line-height: 130%;
	padding-top: 0.2em;
}

.full {
	width: 100%;
	font-size: 4vw;
	line-height: 130%;
	padding-top: 0.2em;
}


dd.long {
	width: 100%;
}


dd.long2 {
	width: 98%;
	margin-top: 1.5vw;
}

dd.semi {
	width: 100%;
}

input.right {
	width: 100%;
	font-size: 3.5vw;
	padding: 0.4em;
}

input.right2 {
	width: 100%;
	font-size: 3.5vw;
	padding: 0.4em;
	margin-bottom: 1em;
}

input.right3 {
	width: 74%;
	font-size: 1.5vw;
	margin-bottom: 0.3em;
	background-color: #CC0;
}

input.short {
	width: 50%;
	font-size: 3.5vw;
	padding: 0.4em;
	margin-bottom: 1em;
}

input.short2 {
	width: 100%;
	font-size: 3.5vw;
	padding: 0.4em;
	margin-bottom: 1em;
}

input.addmdl {
	width: 60%;
	font-size: 1.5vw;
}

input.addshrt {
	width: 30%;
	font-size: 1.5vw;
}

dd.addDd {
	font-size: 4vw;
	width: 100%;
	margin-left: 0%;
	text-align: left;
	padding-right: 0em;
}

dd.semLong {
	width: 100%;
}

dd.sem {
	width: 50%;
	font-size: 1.5vw;
}

.policyCheck {
	background-color: #EAE9DF;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 1vw;
	border-radius: 8px;
	margin-top: 2vw;
}

.checkTtl {
	font-size: 4vw;
	line-height: 160%;
	font-weight: 600;
	color: #666;
}

.checkTxt {
	font-size: 3vw;
	line-height: 160%;
	font-weight: 400;
	padding-bottom: 1em;
}

.checkTxt2 {
	font-size: 3vw;
	line-height: 160%;
	font-weight: 400;
}

.checkTxt2 a,
.checkTxt2 a:visited {
	color: #00F;
	text-decoration: none;
}

.checkTxt2 a:hover {
	color: #C00;
	text-decoration: underline;
}


.checkHover{
	cursor: pointer;
	line-height: 160%;
	font-size: 3.5vw;
	font-weight: 400;
	margin-bottom: 10vw;
	vertical-align: top;
}

.checkArea input[type=checkbox] {
	width: 4.5vw;
	height: 4.5vw;
}

.btnArea {
	text-align: center;
}

.btnArea .btn {
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1.5em;
	padding-right: 0.5em;
	font-size: 100%;
	text-align: center;
	width: 6em;
	cursor: pointer;
}



}

