.container-md{

    max-width: 960px;
    padding-top: 50px;
    margin:0px auto 70px;
    line-height: 1.78;
}
#credit_banner{
	width: 100%;
	margin:0px auto;
	position: relative;
    align-items: center;
    min-height: 380px;
    background-size: cover;
    background: #000 url(../../assets/images/credit/credit.jpg) no-repeat center center;
    color: #fff;
}
#bnr_wrap{
    width: 100%;
    min-height: 380px;
    display: flex;
    align-items: center!important;
    text-align: center;
}
#credit_banner_in{
	margin: 0 auto;
}
#credit_banner h1{
    text-align: center;
    font-size:3.2rem;
    color: #fff;
    margin-bottom: 0;
}
.container-md h2{
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.point{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.point h3{
    font-size: 2.1rem;
    color: #282b2d;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
/* .point h3 span:before{
    content: "POINT";
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 1.5rem;
    color: #282b2d;
} */
/* .point h3 span{
    color: #fff;
    display: block;
background: #282b2d;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 7px;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
} */
.point div{
    width: 100%;
}
.point img{
    width: 340px;
    height: auto;
    background: #ddd;
    display: block;
    margin-left: 50px;
}
/* ¥Õ¥©©`¥à¥ê¥»¥Ã¥ÈCSS */
input,textarea, button, select{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
/* IE¤Îselect¤ÎÊ¸Ó¡¤òÏ÷³ý */
select::-ms-expand {
    display: none;
}
/* IE¤Îtextarea¤Î¥¹¥¯¥í©`¥ë¥Ð©`¤òÏ÷³ý */
textarea{
-ms-overflow-style: none;
}
input, textarea {
    font-size: 13px;
}
#credit_form{
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 60px 120px;
    background: #fff;
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,.8);
    box-shadow: 0 20px 20px rgba(0,0,0,.8);
    text-align: center;		
}
#credit_form h3{
	font-size: 1.6em;
}
#credit_form table{
    border-collapse: collapse;
	width: 100%;
	text-align: left;
}
#credit_form table tr {
    border-bottom: 1px solid #e7eaed!important;
}
#credit_form table tbody td{
    padding: 15px 20px;
}

#credit_form table tbody th{
    padding: 15px 20px;
	width: 30%;
}
#credit_form table input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 15px;
	background: #e7eaed;
}
textarea{
    min-height: 150px;
    padding: 10px 15px;
    background: #e7eaed;
    width: 100%;
}
.rec01{
background: #00d1e6;
color: #fff;
    padding: 2px 5px;
font-size: 0.8em;
display: inline-block;
margin-left: 5px;
    vertical-align: bottom;
}
.send_button{
	margin: 50px 20px 0;
}
.send_button button{
    display: block;
    margin:50px auto 0;
    width: 300px;
    line-height: 60px;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 100px;
    background: #00d1e6;
    border:2px solid #00d1e6;
    padding:0px 20px 0px;
    text-decoration: none;
    color: #fff;
    transition: all .5s;
}
.send_button button:hover{
    background: #f5f7fa;
    color: #00d1e6;

}
.textLead02{
    margin-bottom: 50px;
}
.btn01{
    width: 30%;
    background: #ddd;
    color: #fff;
    padding: 15px 20px;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 30px;
}
.btn01:hover{
    opacity: 0.7;
}
.btn_send{
    background: #00d1e6;
}

@media (max-width: 768px) {
    .container-md{
        max-width: 100%;
        width: 100%;
    }
    #credit_banner{
    background: url(../../assets/images/credit/credit.jpg) no-repeat center right;
    }
#credit_form {
    padding: 60px 30px;
    width: 100%;
}

#credit_form table tbody td,
#credit_form table tbody th{
    display: block;
    width: 100%;
    }
.send_button button{
    width: 100%;
    padding: 14px 10px 14px;
    line-height: inherit;
}
.point{
    display: block;
}
.point h3{
    width: 100%;
}
.point img,
.point:nth-of-type(2) img{
    width: 100%;
    margin: 0 auto 50px;
}
.point:nth-of-type(even){
    flex-flow: row-reverse;
}
}
