/*
Theme Name: 2chiikipf2026
Author URI: https://www.mlit.go.jp/2chiiki_pf/
Description: 2Chiiki Platform Theme
Version: 1.0.0
*/

@charset "utf-8";

.user_type label {
	margin-right: 15px;
}

#wpmem_login {
	display: none;
}

h2 {
	text-align: center;
	margin: 32px auto;
}

.registration h2 {
	font-size: 18px;
}

h3 {
	text-align: center;
	margin-bottom: 32px;
}

.registration {
	line-height: 175%;
}

.registarea {
	background: var(--c-bgcolor);
	padding-top: 40px;
	padding-right: 32px;
	padding-bottom: 48px;
	padding-left: 32px;
	border-radius: 8px;
	margin-top: 50px;

}

.registarea label {
	margin-top: 16px;
	display: inline-block;
	margin-bottom: 8px;
}

.registarea label[for="user_email"],
.registarea label[for="password"],
.registarea label[for="confirm_password"] {
	margin-bottom: 0;
}

.registarea label[for="user_type"] {
	display: block;
}

.registarea label.radio {
	margin-bottom: 8px;
}

.registarea label.radio span.req {
	width: auto;
	height: auto;
	margin: auto;
	margin-left: 14px;
	border: none;
	background-color: var(--c-primary);
	border-radius: 0px;
	display: inline-block;
	position: static;
	transition: 0;
}

.agree-area {
	margin-top: 20px;
	padding: 40px 0 48px;
}

.agree-area label.agree-item {
	margin-right: 0;
	position: relative;
}

label.agree-item.check:first-of-type {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/* チェックと1行目の頭を揃える */
	gap: 0;
	/* 必要なら */
}

label.agree-item.check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	top: 20px;
	left: 8px;
	/* できればクリック領域付近に置く */
}


label.agree-item.check:first-of-type>span {
	margin: 2px 7px 0 0;
}

label.agree-item.check:first-of-type a {
	display: inline;
	white-space: normal;
}

.btn_area .buttons {
	margin-top: 0;
	width: 385px;
}

@media (max-width: 960px) {


	.registarea {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.registarea label {
		margin-top: 24px;

	}


.registarea label[for="user_type_2"]{
	margin-top: 0;
}
	.registration .note {
		line-height: 125%;
	}

	.agree-area {
		line-height: 125%;
		padding: 0;
	}



	label.radio {
		display: inline-block;
	}

	.button_div.btn_area {
		margin-top: 32px;
	}

	.btn_area .buttons {
		width: 100%;
	}

}

@media (max-width: 960px) {

	section.contents-area-large {

		grid-template-areas:
			"pankuzu"
			"left"
			"title"
			"right";
	}

	section.contents-area-large {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 12px;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	section.contents-area-large .pankuzu,
	section.contents-area-large .contents-right {
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	ul.pankuzu {
		grid-area: pankuzu;
	}

	h1 {
		grid-area: title;
	}

	.contents-two-columns {
		display: contents;
	}

	.contents-left {
		margin: 24px auto 0 auto;
		grid-area: left;
	}

	.contents-right {
		grid-area: right;
	}
}