@charset "UTF-8";/* under_obj --------------------------------------------------------------- */#under_obj,#under_obj p,#under_obj p img {	width: 460px;	height: 522px;	}#under_obj {	position: absolute;	left: 0;	top: 280px;	}@media(max-width: 768px){  under_obj,  #under_obj p,  #under_obj p img {    width: 350px;    height: 396px;    }  #under_obj {    position: absolute;    left: 0;    top: 150px;    }	}/* under_box --------------------------------------------------------------- */.under_box .underLeft p:nth-of-type(1) {	font-size: 28px;	}.under_box .underRight.first {	margin-bottom: 70px;	}.under_box .underRight.end p {	margin-top: 50px;	width: 95%;	}  .under_box .underRight span.arrow {    width: 12px;    height: 12px;		}@media(max-width: 768px){	.under_box .underRight.first {		margin-bottom: 20px;		}		.under_box .underRight.end p {		margin-top: 0px;		width: 100%;		}	}