@charset "UTF-8";

/*content_in_subここから-----------------


*/
input {
font-size: 16px;
}
textarea {
font-size: 16px;
}

select{
font-size:16px;
border:1px;
}
	
	

/*横幅769px以上に適応*/
@media screen and (min-width: 769px) {
	
	.thanks {
	text-align: center;
	font-weight: bold;
	color: #56595D;
	font-size: 16px;
	padding-top: 100px;
}
	
	
.contents_in_sub {
	border-radius: 5px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 2px 2px #CECECE;
	box-shadow: inset 0px 0px 2px 2px #CECECE;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,243,243,0.40);
	padding-top: 10px;
	background-repeat: no-repeat;
	max-width: 1080px;
	font-size: 14px;
	color: #404040;
	margin-bottom: 30px;
}
	
.contents_in_sub-article {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-bottom: 30px;
	}

	
}

/*横幅768px以下に適応*/
@media screen and (max-width: 768px) {
.contents_in_sub {
	border-radius: 5px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(245,243,243,0.40); */
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #404040;
	margin-bottom: 30px;
}
	
.contents_in_sub-article {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-bottom: 30px;
	}
	
textarea {
width: 94%;
	margin-right: auto;
	margin-left: auto;
height: 7em;
}
input {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
font-size: 16px;
}
input[type="checkbox"] {
    width: 94%;
	margin-right: auto;
	margin-left: auto;
}
}
