.logologin{
	text-align: center;
	display: block;
	width: 90%;
	margin: 10px auto 30px auto;
}
.logologin img{
	width: 200px;
	height: auto;
	margin: auto;
}
#login{
    margin: 1.5rem auto;
    width: 95%;
    max-width: 600px;
}
/* contents */
#contents2 {
    padding-top: 10px;
    padding-bottom: 30px;
}

#contents2 .main-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin: auto auto 1rem;
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 90%;
}
#contents2 .main-title img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    object-position: center;
    margin-right: 0.5rem;
}
#contents2 .sub-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto 0.5rem;
    background: #f7f7f7;
    padding: 0.4rem 0.5rem;
    width: fit-content;
    border-radius: 6px;
    max-width: 90%;
    border: 1px solid #e5e7eb;
}

.login__table-wrap {
    width: 95%;
	margin: 1rem auto;
	max-width: 600px;
}
.login__table-wrap2 {
    width: 90%;
	margin: 1rem auto;
}
.login__table-wrap p, .login__table-wrap2 p {
	margin: 1rem auto 0 auto;
}
.login__table-wrap3 {
    width: 95%;
	background: #EFEFEF;
	margin: 1rem auto;
	padding: 10px;
	font-size: 90%;
}
.login__table-wrap3 p {
	margin: 0.5rem auto;
}
.form-table {
	width: 100%;
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 95%;
}

.form-table td {
  padding: 15px;
  background: #FBFBFB;
  border-bottom: solid 1px #fff;
}

.form-table th {
  background: #E9E4E0;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 30%;
  border-bottom: solid 1px #fff;
}
.form-table th span {
  background: #FF2B2B;
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
　margin-left: 1rem;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 460px){
 /* 画面サイズが768px未満の場合の設定 */

.form-table th,
.form-table td {
  display: block;
  border-bottom: none;
  width: 100%;
　margin-bottom: 1em;
}
}
.form-table2 {
	width: 95%;
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.form-table2 td {
	padding: 3px 5px;
	width:auto;
}

.form-table2 th {
	padding: 3px 5px;
	position: relative;
	text-align: left;
	width: 30%;
}

@media (max-width: 460px){
 /* 画面サイズが768px未満の場合の設定 */

.form-table2 th,
.form-table2 td {
  display: block;
  border-bottom: none;
  width: 100%;
　margin-bottom: 0.5em;
}
}
input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

*::before,
*::after {
    box-sizing: border-box;
}

.c-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-form-text_l {
    height: 2.4em;
    width: 80%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-form-text_m {
    height: 2.4em;
    width: 50%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-form-text_s {
    height: 2.4em;
    width: 30%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.c-form-text_l:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.c-form-text_m:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.c-form-text_s:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.c-form-select {
    position: relative;
}

.c-form-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}

.c-form-select select {
    height: 2.4em;
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.c-form-select select::-ms-expand {
    display: none;
}

.c-form-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.c-form-radio{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
}

.c-form-radio-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form-radio input:checked + .c-form-radio-name {
    color: rgb(33, 150, 243);
}

.c-form-radio input:checked + .c-form-radio-name:before {
    border: 0.35em solid rgb(33, 150, 243);
}

.c-form-radio input:focus-visible + .c-form-radio-name .c-form-radio-text {
    background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}
.m-form-radio input.focus-visible + .m-form-radio-name .m-form-radio-text {
    background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}


.c-form-checkbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
    position: relative;
}

.c-form-checkbox-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form-checkbox input:checked + .c-form-checkbox-name {
    color: rgb(33, 150, 243);
}

.c-form-checkbox input:checked + .c-form-checkbox-name:before {
    border: 1px solid rgb(33, 150, 243);
    background-color: rgb(33, 150, 243);
}

.c-form-checkbox input:checked + .c-form-checkbox-name:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.4em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.65em;
    transform: translateY(-1px) rotate(45deg);
}

.c-form-checkbox input:focus-visible + .c-form-checkbox-name .c-form-checkbox-text {
    background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form-textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}
.text90 {
	font-size: 90%;
}
.text80 {
	font-size: 80%;
}
.textbold {
	font-weight: bold;
}
.kiyaku {
    margin: 20px auto;
    border: 1px solid #E0E0E0;
	width: 90%;
	font-size: .9em;
	height: 300px;
	overflow: auto;
}

.kiyaku div {
    padding: 5px 10px;
    background-color: #E0E0E0;
}
.kiyaku div h3 {
    text-align: center;
	font-weight: 600;
	margin-top: 5px;
}
.kiyaku ol {
    list-style-type: disc;
    margin: 0;
    overflow: hidden;
}

.kiyaku > ol {
    padding: 1em 1em 1em 3em;
}

.kiyaku ol ol {
    margin-top: 3px;
}

.kiyaku li {
    padding: 3px 0;
}

.kiyaku ol ol li {
    font-size: .9em;
}

.kiyaku a {
    color: #333;
    text-decoration: none;
}