/********************************************
top
********************************************/

.top_style > .top_content_01,.top_style > .top_content_02 {
width: 96%;
max-width: 940px;
}

.Bnr .Bnr__img {
    max-width: 200px;
}

/********************************************
sample
********************************************/

.sample_image-grid > .image-grid li {
    width: 31.333%;
    display: inline-block;
    box-sizing: border-box;
}

.sample-box-form {
width: 30%;
}

.sample-box-btn {
position: relative;
background: #299AE9;
}


.sample-box-btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 18px 25px 0;
    border-color: transparent #0A7EDC transparent transparent;
}

.sample-box-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 25px 18px;
    border-color: transparent transparent #0A7EDC transparent;
}

.sample-box-btn a {
position: relative;
display: block;
color: #fff;
font-size: 14px;
padding: 15px 30px 15px 50px;
}

.sample-box-btn a:after {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}

@media only screen and (max-width: 690px){
.sample-box-form {
    width: 86%;
    padding: 0 16px;
    margin: 0 auto;
}
}
