.box_listn{

	text-align: center;

	background-color: #f34248;

	color: #FFFFFF;

	width: 95%;

	margin: 1rem auto;

	padding: 1rem 0;

}

.box_listn h2{

	line-height: 3rem;

}
.btm_form{
                     margin: 2rem 0;
}
.box_listn div{

	font-size: 1.25rem;

	

}

.mslings{

	width: 95%;

	margin: 1rem auto;

}

.bns_houng img{


}

.yx_msd{

	padding: 2rem 0;

}

.yx_msd h2{

	text-align: center;

}

.dnx_lin{

	line-height: 3rem;

	text-align: center;

}

.cnd_lc{

	text-indent: 2em;

}

.btm_ctn {

    display: flex;

    justify-content: space-between;

    padding: 0 5% 0 0;

}

.btm_ctn_left {

    width: 20%;

}

.btm_ctn_right {

    width: 80%;

}

.btm_ctn_name {

    padding: 1rem 5%;

    text-align: center;

    background: url(img/fnd.png) no-repeat;

    background-size: 100% 100%;

    color: #f34248;

    font-weight: bold;

    line-height: 1.6rem;

}

.btm_ctn_form form {

    display: flex;

    justify-content: space-between;

    padding-top: 1rem;

    padding-left: 2%;

}

.form_ipt {

    width: 48%;

}

.form_btn {

    width: 22%;

}

.form_ipt input {

    width: 100%;

    line-height: 2.2rem;

    padding-left: 10%;

    border-radius: 0.3rem;

}

.form_btn button {

    line-height: 2.2rem;

    border-radius: 0.3rem;

    width: 100%;

    background-color: #d90c1b;

    color: #fbe1ac;

    border: none;

}	

.form_btn a {

    display: block;

    line-height: 2.2rem;

    border-radius: 0.3rem;

    width: 100%;

    background-color: #fff;

    color: #d90c1b;

    border: none;

    text-align: center;

}