@charset "UTF-8";

h3 {
	font-size:28px;
	margin-bottom:20px;
}

section:first-of-type {
	margin-top:20px;
}

section:nth-of-type(2n) {
    background-color:#f6d6e4;
    padding:100px 0;
    position:relative;
    overflow:hidden;
}
section:nth-of-type(2n):before {
	content:"";
    display:inline-block;
    width:100%;
    height:76px;
    position:absolute;
	background:url(../common/img/top.png) repeat-x center;
    top:-21px;
}
section:nth-of-type(2n):after {
    content:"";
    display:inline-block;
    width:100%;
    height:76px;
    position:absolute;
	background:url(../common/img/under.png) repeat-x center;
    bottom:-21px;
}
section:nth-of-type(2n) div::before {
    content:"";
    background:url(../common/img/bg1.png) no-repeat center;
    width:575px;
    height:575px;
    position:absolute;
    top:10%;
    right:-20%;
    transform-origin:left top;
    transform:scale(.8);
}
.name {
	margin-top:20px;
	font-size:20px;
}
@media (max-width: 768px){
	section:nth-of-type(2n) div::before {
		right:-90%;
	}
}
