.entry-content fieldset {
	border: 10px solid #ffeee7;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
	font-size: 1em;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'YuGothicM', 'Noto Sans Japanese', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 1.5em;
    margin: 0 auto;
}

.entry-content:has(fieldset)  {
	width: 100%;
    max-width: 600px;
	margin: 0 auto;
}

legend, .req-text {
	display: none;
}

.entry-content label {
	font-size: .85em;
    font-weight: bold;
}

.entry-content label.text,
.entry-content label.select {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.entry-content .req {
	color: transparent;
}
.entry-content #wpmem_register_form .req {
	background-image: url('../img/icon_neccesary.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
	width: 35px;
	height: 15px;
}

.entry-content input[type='text'], 
.entry-content input[type='email'], 
.entry-content input[type='password'], 
.entry-content textarea {
    width: 100%;
	line-height: 1.75em;
	padding: 7px;
	margin: 0.5em 0 1.25em;
}

.entry-content input[type='email'] {
	margin: 0.5em 0 0.25em;
}

.entry-content .div_text:has(.post_attention) {
	margin: 0 0 1em;
	position: relative;
}

.entry-content .div_text:has(.post_attention):after {
	display: block;
    content: '[ 半角数字、ハイフンなし ]';
    color: #666;
	font-size: 0.75em;
    font-weight: normal;
}

.entry-content .div_text:has(.info) {
	margin: 0 0 1em;
	position: relative;
}

.entry-content .div_text:has(.info):after {
	display: block;
    content: '[ 半角英数字 ]';
    color: #666;
    font-size: 0.75em;
    font-weight: normal;
	position: absolute;
	top: 47px;
}

@media (max-width: 640px) {
	.entry-content .div_text:has(.info):after {
		top: 42px;
	}
}

.entry-content .post_attention {
	color: #EA5F5E;
    font-size: .85em;
    margin: 10px 0 10px !important;
    line-height: 1.4;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

#content .entry-content .info {
	margin: 1.75em 0 0;
}

#content .entry-content .info span {
	color: #EA5F5E;
    font-size: .85em;
    line-height: 1.4;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}


.entry-content input[type='text'][name="postcode"] {
    width: 10em;
    display: inline-block;
	margin: 0.5em 0 0.25em;
}

.entry-content button.btn-addr-lookup[type="button"] {
	background-color: #654d41;
	border-radius: 5px;
	text-decoration: none;
	width: 160px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
    margin-left: 10px;
}

.entry-content select {
	font-size: .85em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-content select.dropdown {
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	background-color: #ffffff;
	background-image: url('../img/arr_select.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 24px auto;
	width: 100%;
	color: #42210B;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	padding: 7px 24px 7px 7px;
	margin: 0.5em 0 1.25em;
}

.entry-content .agree {
	margin: 0.25em 0 0;
	display: flex;
	align-items: center;
}

.entry-content .agree input[type="checkbox"] {
	margin: 0 10px 0 0;
}

.entry-content .agree label {
	font-size: .85em;
    font-weight: bold;
}

#content .entry-content input[type="submit"] {
	border-radius: 100px;
	background: #654d41;
    width: 100%;
	height: 48px;
    max-width: 300px;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: 0.5em 1em;
	margin: 1em auto;
	display: block;
	transition: .2s;
}

#content .entry-content input.is-disabled[type="submit"] {
	filter: grayscale(1);
    opacity: 0.5;
}

#content .entry-content input[type="submit"]:hover {
	opacity: .8;
}

#content .entry-content .attention {
	border-radius: 10px;
    background: #FFEEE7;
    border:1px solid  #E85454;
	font-size: 0.95em;
	line-height: 1.5;
	padding: 1em 0.5em 1em 1em;
	margin-bottom:0.5em;
}

#content .entry-content .message,
#content .entry-content .wpmem_msg  {
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	max-width: 600px;
	color: #333;
	font-size: .95em;
    padding: 0.5em 1em;
	margin: 0 auto 1em;
}

#content .entry-content .wpmem_msg + p {
	display: none;
}

#content .entry-content ul,
#content .register-extra-links {
	max-width: 600px;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	margin-right: auto;
    margin-left: auto;
}

#content .register-extra-links li {
	font-size: .95em;
}

.account-delete-box {
	margin: 3.5em 0 0;
}

.account-delete-box h3 span {
	font-size: 90%;
}