@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, sans-serif;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
/*ul {list-style-type: none;}*/
h1 {
	text-align: center;
	font-size: 1.4rem;
	line-height: 115%;
}
.container {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
}

.attention {text-align: right; font-size: 0.8rem;}

.userid_area {padding-top: 1rem; padding-bottom: 0.5em; width: 100%; line-height: 115%;}
.userid_label {display:inline-block; border: solid 1px forestgreen; font-size: 0.9rem;  color: forestgreen; padding: 3px 5px 2px 5px; margin-right: 10px; margin-bottom: 8px;}
.userid_text {font-size: 0.9rem; line-height: 100%; color: #666666; margin-top: 4px;}

form {margin-top: 20px;}

label.label_basic {
	font-weight: bold;
}

.komemark {color: red; font-weight: bold; font-size: 0.8em;}

input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0 15px 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1.1rem;
}

textarea {
	font-size: 0.9rem;
	line-height: 135%;
	font-weight: normal;
}
.textarea_font {
	font-size: 0.9rem;
}

.radio-group {
	/*display: flex;
	flex-direction: column;
	margin: 10px 0;*/
	margin-bottom: 15px;
}
.radio-group label {
	/*コレ*/ display: block;
	padding: 5px;
	cursor: pointer;
}
/*.radio-group label:hover {
	color: red;
}*/
.radio-group input {
	margin-right: 5px;
	cursor: pointer;
}
.button {
	background-color: #4CAF50;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	margin: 10px 0;
	font-size: 1.1rem;
}
.button-back {
	background-color: #f44336;
}
.button-group {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.error {
	color: red;
}
.sentence {text-align: center;}

.notes_inquiries {
	border: solid 1px #FF484B;
	padding: 18px 10px 8px 30px;
	margin:10px;
}
.notes_inquiries li {
	font-size: 0.85rem;
	line-height: 125%;
	padding-bottom: 0.6em;
	/*text-indent: -1em;*/
	color: #FF484B;
}
.notes_inquiries li span {
	font-weight: bold;
	color: #FF484B;
}

.overflow-wrap-break-word {
	width: 100%;
    overflow-wrap: break-word;
  }

.kyocho {
	font-weight: bold;
}

#member_id {
	font-size: 0.85rem;
	margin-bottom: 5px;
}

.for_userid_sentence {
	margin-top: 0;
	color: red;
	font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
	body {
	background-color: white;
}
	.container {
		box-sizing: border-box;
		width: 100%;
		border-radius: 0;
	}
	.button {
	font-size: 1.3rem;
}
	
.userid_label {font-size: 0.7rem; padding: 1px 4px 1px 4px; margin-bottom: 4px;}
.userid_text {font-size: 12px;}
	
	
}