@charset "utf-8";

.note_txt {	
	padding-top: 5px;
	padding-bottom: 20px;
}

.form_box {
	font-size: 16px;
}

.form_box .form {
	margin-bottom: 25px;
}

.form_box .form .col-2:first-child {
	padding:0;
}

.form_box .form label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #2F2F2F;
}

.form_box label em {
	color: #E61F6E;
	font-style: normal;
	font-weight: normal;
}

.form_box .form input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #CCC;
}

.form_box .form select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 35px;
	border: 1px solid #CCC;
}

.form_box .form textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 130px;
	padding: 0 5px;
	border: 1px solid #CCC;
}

.error {
	box-shadow: 0 0 10px #F00;
}

.form_note {
	clear: both;
	text-align: left;
	font-size: 15px;
	line-height:1.6;
	color: #FF0F0F;
}



/*========== Content ===========*/
.content_area .Img {
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	justify-content: center;
}

.content_area .Img img {
	max-width:100%;
}

.content_area .topic {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
}	

.content_area .topic h1 {
    font-size: 28px;
	line-height:1.6;
	color: #000;
}

.content_area .txt {
	clear:both;
	font-size:16px;
	color:#2f2f2f;
	line-height:1.6;
	padding-bottom: 20px;
}
