@charset "UTF-8";

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

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;   
}
.flexBox {
    margin-top:20px;
}
section .flexBox p {
    width:23%;
    object-fit:cover;
}
section .flexBox p:nth-of-type(n+5) {
    margin-top:20px;
}
.flexBox img {
    width:100%;
}
dl {
    display:flex;
    flex-wrap:wrap;
    font-size:20px;
}
dt, dd {
    border-bottom:1px solid #eb9535;
    padding:20px 0;
}
dt {
    width:60%;
    font-weight:bold;
}
dd {
    width:40%;
    text-align:right;
}
.btn { display:inline-block; margin:20px 0; }

@media (max-width: 768px){
	section:nth-of-type(2n) div::before {
		right:-90%;
	}
    section .flexBox p {
        width:100%;
        margin-bottom:40px;
    }
    dt, dd { width:100%; }
    dt { border:none; padding:20px 0 0; }
    dd { text-align:left; padding:0 0 20px; }
}
