@charset "UTF-8";

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

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

section:nth-of-type(2n) {
    background-color:#cdeaf3;
    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/bg2.png) no-repeat center;
    width:575px;
    height:575px;
    position:absolute;
    top:25%;
    right:-20%;
    transform-origin:left top;
    transform:scale(.8);
}
p {
    position:relative;
    z-index:1;   
}
.clearfix { margin-top:20px; }
.flexBox { margin-top:40px; }
section .flexBox p {
    width:49%;
    object-fit:cover;
    margin-bottom:2%;
}
section .flexBox p:nth-of-type(n+5) {
    margin-top:20px;
}
.flexBox img { width:100%; }

.flexBox a img { border:3px solid #ffa251; border-radius:25px; }

@media (max-width: 768px){
	section:nth-of-type(2n) div::before {
		right:-90%;
	}
    section .flexBox p {
        width:100%;
        margin-bottom:20px;
    }
    .flexBox a img { border-size:5px; }
}
