.send {
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 2% 0;
	background-color: #f8f5f1;
}
.send h2 {
	width: 800px;
	margin-bottom: 1%;
}

.send .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: url(../images/gift.png) center left no-repeat;
    background-size: 365px auto;
}
.send_float .title {
    width: 100%;
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
}

.send_float {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc( 90% - 300px );
    background-size: cover;
    padding: 25px 0;
}

.send_input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.send_input input, .send_input select {
	/* width: 300px; */
	height: 45px;
	line-height: 45px;
	margin: 5px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
	background: #fff;
}

.send_input select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}



.send_bottom {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
}




.notice {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-size: 16px;
	color: #333;
}

.notice input {
	display: none;
}

.notice label {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: #fff 3px solid;
	border-radius: 15px;
	background: #04427f;
	margin-right: 5px;
}

.notice input[type="checkbox"]:checked + label {
	background: #3e5a74;
}

.notice a {
	color: #333;
	text-decoration: underline !important;
}

.notice_front {
	display: flex;
	flex-direction: row;
	align-items: center;
}






.social_media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 25px;
}

.social_media li {
	margin: 0 5px;
}

.social_media li img {
	width: 30px;
}





.button_area {
	height: 60px;
	margin-top: 25px;
}

.button {
	width: 175px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #3e5a74;
	cursor: pointer;
}



@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 960px) {
.send {
    padding: 25px 0;
}
.send .wrapper {
    background: url(../images/gift.png) center top no-repeat;
    background-size: auto 225px;
}
.send_float {
    padding: 250px 0 25px;
    width: 100%;
}
.send_input {
    flex-direction: column;
}
.send_input input, .send_input select {
    width: 325px;
}
.send_input input + *, .send_input select + * {
    margin-left: 0px;
}

.notice, .send_bottom {
    flex-direction: column;
    align-items: center;
    width: 100%;
}
	
}

@media screen and (max-width: 768px) {

.send h2 {
    width: 90%;
    margin-bottom: 7%;
}

}


@media screen and (max-device-width: 480px) {
.send h2 {
    width: 90%;
    font-size: 36px;
    text-align: center;
    margin-bottom: 9%;
}
	
}


@media screen and (max-width: 320px) {
.send h2 {
    width: 90%;
}

}





