@media only screen and (min-width: 0px) and (max-width: 959px) {
/* ====================================================================== */
/* login */
/* ====================================================================== */
.inner {
  margin: 0;
}

/* page_title
----------------------------------------------*/
.page_title h1 span {
  padding: 0 0 0 10px;
}

/* read_txt
----------------------------------------------*/
.read_txt {
	text-align: center;
    margin: 30px 15px 20px;
}

.read_txt a{
	text-align: center;
	text-decoration: underline;
	color: #0000B2;
}
	
.centerText {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.select_box {
	margin: 0 auto 20px;
	width: 300px;
	text-align: center;
}

.btn {
	margin-bottom: 20px;
}
	
.btn input {
    background: #FFF6B1;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0px rgba(255,255,255,0.35) inset,-2px -2px 4px 0px rgba(0,0,0,0.35) inset;
    border-radius: 4px;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 4px;
    text-align: center;
    width: 210px;
}
	
.button_area {
	margin-bottom: 20px;
}
	
.button_area .btn03 {
    background: #FFF6B1;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0px rgba(255,255,255,0.35) inset,-2px -2px 4px 0px rgba(0,0,0,0.35) inset;
    border-radius: 4px;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 4px;
    text-align: center;
    width: 210px;
}
	
.form_txt {
	font-size: 1.2rem;
    width: 100%;
    list-style: inherit;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 15px;
    box-sizing: border-box;
}

.form_txt {
	font-size: 1.2rem;
	width: 100%;
	list-style: inherit;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
	
.form_txt a{
	text-align: center;
	text-decoration: underline;
	color: #0000B2;
}


/* ====================================================================== */
/* reminder */
/* ====================================================================== */
form table {
  width: 100%;
}

form table th,
form table td {
  display: list-item;
  list-style: none;
}

form table th {
  background: #009200;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
}

.required {
  font-size: 1.2rem;
  font-weight: bold;
}

form table td {
  margin: 0 15px 30px;
}

input[type="text"] {
  font-size: 1.5rem;
  padding: 4px;
}

textarea.textarea01 {
  border: #ccc solid 1px;
  width: 98.5%;
}

.entry_check {
  margin: 0 15px 0 5px;
}

table p {
  margin: 0 0 10px;
  text-align: center;
}

input[type="file"] {
  margin: 0 auto 10px;
}
	
input[type="text"],
input[type="password"] {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5rem;
	padding: 4px;
}
	
input[type="tel"] {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5rem;
	padding: 4px;
}
	
textarea {
	border: #ccc solid 1px;
	width: 98.5%;
	font-size: 1.5rem;
	padding: 4px;
	box-sizing: border-box;
}
	
/* min-width: 0 end ----------------------*/
}