@charset "utf-8";

#wrap article {
  max-width:1000px;
  margin: 30px auto;
  line-height:1.5;
  font-size:1.4rem;
}


#wrap article .sec01{
}

#wrap article .sec01 h3 {
 font-size:2.0rem;
 margin-bottom:1%;
 font-weight:bold;
}

#wrap article .sec01 h4 {
 font-size:1.6rem;
 margin: 2% auto 1% auto;
}


#wrap article .sec01 form {
	text-align: center;
	margin: 40px auto;
}

#wrap article .sec01 .input {
font-size: 1.2rem;
width: 260px;
padding: 1%;
margin: 0 10px 0 0;
}

#wrap article .sec01 .submit {
	box-sizing: border-box;
	margin: 20px auto;
	padding: 8px 0;
	width: 150px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	transition: all 0.4s ease 0s;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	cursor: pointer;
	font-size: 1.2rem;
	
}

#magazine .sec01 .submit{
	border-width: 1px;
	border: solid 1px;
}

#wrap article .sec01 .submit:hover {
    cursor:pointer;
}

#wrap article .sec01 label {
    margin: 0 30px 0 5px;
}

#wrap article .sec01 .regmail {
	margin: 40px auto;
}

#wrap article .sec01 .delmail {
	margin: 20px auto;
    font-size: 1rem;
}


.more_btn a{
    border: 1px solid #D70000;
    box-sizing: border-box;
    display: block;
    letter-spacing: 0.15em;
    margin: 20px auto;
    padding: 8px 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    max-width: 320px;
}
.more_btn a{
    color: #D70000;
}
.more_btn a:hover {
    background-color: #D70000;
    border: 1px solid #D70000;
    color: #fff;
    cursor: pointer;
}



@media screen and (max-width: 768px) {
#wrap article {
  width:96%;
  padding:1%;
  margin: 10px auto;
 min-height:500px;
  font-size:1.1rem;
}

#wrap article .sec01 h3 {
    font-size: 2rem;
    margin-bottom: 3%;
}

#wrap article .sec01 h4 {
 font-size:1.2rem;
}


}


@media screen and (max-width: 378px) {
#wrap article .sec01{
  width:98%;
}
#wrap article .sec01 h3 {
    font-size: 1.4rem;
    margin-bottom: 3%;
}

}
