@charset "	utf-8";
.main_v p{
	position:absolute;
	color:white;
	top:20%;
	left:50%;
	font-size:60px;
	transform:translateX(-50%);
}

.topics_v{
	text-align: center;
	padding-bottom: 60px;
}

.desc {
	font-size:15px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px dotted #786b45;
	border-top: 1px dotted #786b45;
}


dl {
	width:960px;
}

dl dt{
	float:left;
	padding:15px;
	color:#786b45;
}

dl dd{
	border-bottom:1px dotted #786b45;
	margin:0;
	padding:15px 30px 15px 420px;
}

input[type="email"]{
	width: 100%;
	}
input[type="text"]{
	width: 100%;
}

input {
	font-size:12px;
	padding:5px;	
	}
	
	select{
		font-size:12px;
	  padding:5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: rgba(90, 70, 90, 1.00);
		width:60%;
		}

textarea{
	width:100%;
	font-size:12px;
	padding:5px;
	}

.submit{
	text-align:center;
	padding-top:30px;
	margin-bottom:100px;
}

.submit:hover{
	opacity:0.5;
}
input[type="submit"]{
	background: #7f6666;
	padding: 20px 100px;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	border-radius: 10px;
}

.required{
	color:darksalmon;
}

form{
	padding-bottom: 60px;
}




/*------------------------レスポンシブ------------------------*/

@media screen and (max-width:640px) {



/*-----下層共通------------*/

.midashi{
padding-top: 10px;
}



.main_v p {
	top: 4%;
}


.topcs_v{
padding-top: 30px;
}


.midashi {
	font-size: 14px;
}
.midashi img {
   padding-bottom: 0;
	 margin-bottom: 0;
	 padding-bottom: 0;
	 padding-top:10px;
}



main .topics {
	padding-left: 0;
  font-size: 50px;
}

/*-----下層共通----------*/

dl {
	
	width:auto;
}

dl dd {
padding: 15px 30px 15px 30px;
}

.desc {
	font-size: 12px;
}
input[type="submit"] {
	font-size: 20px;
}

.midashi {
    font-size: 20px;
}