﻿@charset "utf-8";

/* ------------------------------
    パスワードreset
------------------------------ */

#page-contents {
display: flex;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#login-toppage {
    width: 100%;
	padding: 0 6em;
}

@media screen and (max-width:768px) {
#login-toppage {
	padding: 0 1em;
}
}




#reset-passwd {
display:flex;
justify-content:space-between;
align-items: flex-start;
}

@media screen and (max-width:768px) {
#reset-passwd {
    display:block;
}
}


#reset-passwd #reset-passwdform {
width: 100%;
    padding: 0 0em 2em 0;
    border: solid 5px #F49D19;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 1em;
}

@media screen and (max-width:768px) {
#reset-passwd #reset-passwdform {
	padding: 0;
	margin:0 0 2em 0;
}
}

#reset-passwd #reset-passwdform a{
text-decoration:underline;
    color: #006FC0;
}

#reset-passwd #reset-passwdform p {
    padding: 1em;
}

#reset-passwd #reset-passwdform .form-item-title {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
}

#login-toppage h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #3D1400;
    padding: 0.8em 0 0.8em 1em;
    border-radius: 10px;
    background-color: #FFB400;
	margin-bottom:1em;
}


#login-toppage h3 {
padding: 1.5rem;
    border-bottom: 1px solid #F49D19;
    font-size: 2em;
    font-weight: 850;
    margin: 0.5em;
    color: #F49D19;
}

#login-toppage table {
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border-top: 1px solid #D4D0C1;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #D4D0C1;
    width: 100%;
	margin: 1em auto;
}
#login-toppage th {
    font-size: 1.5em;
    padding: 0.5em;
    background: #F5F4EE;
    text-align: left;
    border-top: none;
    border-right: 1px solid #D4D0C1;
    border-bottom: 1px solid #D4D0C1;
    border-left: none;
    vertical-align: middle;
}

#login-toppage td {
    padding: 0.5em;
    background: #FFFFFF;
    text-align: left;
    border-top: none;
    border-right: 1px solid #D4D0C1;
    border-bottom: 1px solid #D4D0C1;
    border-left: none;
}

@media screen and (max-width:768px) {
#login-toppage table {
    width: 90%;
}
#login-toppage th,#login-toppage td {
    width: 100%;
	display:block
}


}


.clearfix {
    min-height: 1px;
}

#login-toppage input {
    background-color: #eee;
    border: 1px #000;
	font-size: 1.6rem;
    line-height: 1.8;
	width:95%;
	margin:0.5em;
	padding:0.5em;
}


#login-toppage button.send {
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #f49d19;
    color: #fff;
    padding: 4px 20px;
	margin:1em 0;
	  width: 50%
}

#login-toppage button.send:hover {
    background: #f49d19;
}

#login-toppage button.send:focus {
    outline: none;
    box-shadow: 0 0 0 4px #cbd6ee;
}

@media screen and (max-width:768px) {
#login-toppage button.send {
    width: 90%;
}
}


#reset-passwd #Reset-password-how {
width: 100%;
    padding: 0 0em 2em 0;
    border: solid 5px #F49D19;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 1em;
}

@media screen and (max-width:768px) {
#reset-passwd #Reset-password-how {
	padding: 0;
	margin:0 0 2em 0;
}
}

#Reset-password-how h4 {
    font-size: 1.6em;
    font-weight: bold;
    padding: 0.8em 0;
    border-left: 3px solid #017dfd;
    padding: 0.5em;
}

#Reset-password-how .textarea p {
    font-size: 1.4em;
    line-height: 1.5;
}
#Reset-password-how .textarea em {
    font-size: 1.1em;
    font-style: normal;
    color: #F00;
    font-weight: bold;
}
#Reset-password-how .textarea {
    background-color: #ffffff;
    padding: 1em;
    margin-bottom: 2em;
}
#Reset-password-how h5 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
}

#Reset-password-how .textarea .eamecard-container img {
    padding: 0 0px 0 0;
}

#Reset-password-how .textarea .em2 {
    font-size: 1.1em;
    font-style: normal;
    color: #0000FF;
    font-weight: bold;
}

#Reset-password-how .textarea .nagare-container img {
    float: right;
    padding: 0 0px 0 25px;
}

#Reset-password-how .textarea .nagare-description {
    overflow: hidden;
}


#Reset-password-how #attention {
    font-size: 1.4em;
    line-height: 1.5;
}

#attention ol {
    padding-left: 2.5em;
}
#attention ol li {
    list-style-type: decimal;
    line-height: 1.5;
}
#Reset-password-how .notRegistration {
    line-height: 1.5;
    border: 1px solid #F00;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}




.form-group {
padding:1em;
}




input:not([type="radio"]):not([type="checkbox"]), .user-account .user-input-area .form-group textarea {
    width: 100%;
}

input, .user-account .user-input-area .form-group select {
    margin-top: 5px;
    padding: 1em;
    border: solid 1px #ccc;
    border-radius: 4px;
	
}






input[type=radio] {
  margin-right: 8px;
}

/* ラジオボタン */
.to-mail input[type=radio] {
  display: none;
}

.to-mail label {
  position: relative;
  padding-left: 35px;
}


.to-mail input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  top: 0;
}

.to-mail input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff661d;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: .3s;
}


.to-mail input[type=radio]:checked + label::after {
 opacity: 5;
}

.message.error {
    font-size: 1.7em;
    color: red;
    font-weight: bold;
    padding: 1em 1em 0 1em;
}

