* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

img {
	width: 100%;
}
#main_c {
	width:810px;
}
#main_c * {
	line-height:1.5;
	letter-spacing:1px;
	font-size:14px;
}

#main_c .contents {
	padding:40px 100px 40px 99px;
	padding: 40px 7px 40px 7px;
}

#main_c .h {
	border-bottom: solid 1px #c54d98;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#main_c .t2 {
	text-align: center;
}
#main_c .t2 .s1 {
	color: #b92b8c;
	font-size: 34px;
	display: inline-block;
	margin-right: 10px;
}
#main_c .t2 .s2 {
	color: #9e6297;
	font-size: 20px;
	display: inline-block;
}


#index .top-img {
	margin-bottom: 20px;
}
#index .info {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#index .info .msg {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#index .info .banner {
	background: #d5d6d6;
	padding: 15px 25px 15px 25px;
}

#index .job .sub {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}


#index .job .sub .s1 {
	padding-left: 25px;
	position: relative;
}
#index .job .sub .s1::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #acadad;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#index .job .sub .s2 {
	padding-left: 25px;
}

#index .job .content {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}

#index .job .content .t {
	color: #9e3790;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #904697;
	text-align: center;
	font-size: 16px;
}

#index .job .content .c {
	width: 90%;
	margin: 0 auto;
	line-height: 2;
}

#index .job .content .c .flow {
	width: 100%;
	margin-top: 20px;
}
#index .job .content .c .flow td {
	padding: 0;
}
#index .job .content .c .flow td.l {
	width: 20%;
}
#index .job .content .c .flow td.r {
	width: 80%;
}
#index .job .content .c .flow td.l.blk {
	border: solid 1px #000000;
	text-align: center;
}

#index .job .content .c .flow td.r .in {
	padding: 10px 0 10px 20px;
}

#index .job .content .c .flow td.l .border {
	width: 50%;
	border-right: solid 1px #aaaaaa;
	height: 30px;
}

#index .job .btn {
	text-align: center;
}
#index .job .btn a {
	display: inline-block;
	background: #9e3790;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 25px 15px 25px;
	border-radius: 10px;
}
#index .job .btn a:hover {
	opacity: 0.5;
}



#form .h {
	border-bottom: none;
}
#form .h .t {
	color: #0b1545;
	text-align: center;
	font-weight: bolder;
}

#form .h .t .s2 {
	font-size: 12px;
	margin-bottom: 5px;
}
#form .h .t .s1 {
	font-size: 24px;
	margin-bottom: 5px;
}

#form .info {
	text-align: center;
	margin-bottom: 20px;
}

#form .flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#form .flex .left, #form .flex .right {
	width: 49%;
}


#form form input {
	padding: 2px 5px 2px 5px;
}
#form form input[type="text"] {
	width: 100%;
}
#form form textarea {
	padding: 2px 5px 2px 5px;
	width: 100%;
	height: 100px;
}
#form form input.s1 {
	width: 10%;
}
#form form input.s2 {
	width: 8%;
}

#form form .row {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#form form .row .column {
	font-weight: bolder;
	margin-bottom: 3px;
}
#form form .row .column .att {
	color: #ff0000;
	position: relative;
	top: -5px;
	left: 3px;
}
#form form .row .info2 .att {
	color: #ff0000;
}

#form form .btn a {
	display: inline-block;
	text-decoration: none;
	background: #dddddd;
	color: #000000;
	padding: 5px 10px 5px 10px;
}
#form form .btn a:hover {
	opacity: 0.5;
}

#form form .btn2 {
	text-align: center;
}
#form form .btn2 a {
	display: inline-block;
	text-decoration: none;
	border: solid 1px #999999;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	color: #0b1545;
}
#form form .btn2 a:hover {
	opacity: 0.5;
}

#form form .invalid-feedback {
	margin-top: 3px;
	color: #ff0000;
}