/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap');
.oswald{
    font-family: 'Oswald',sans-serif ;
}
.color_red{
    color: #E42424;
}
.top{
    text-align: center;
    padding: 3em 0;
}
.top .cont_title img{
    max-width: 600px;
    width: 90%;
    margin: auto;
}
.kokkaku{
    background: #fff;
    padding: 3em 0;
    text-align: center;
    position: relative;
    margin-bottom: 6em;
}
.kokkaku .column_title{
    margin-bottom: 3em;
}
.kokkaku .circle{
    margin-right: 1em;
}
.kokkaku_box {
    text-align: left;
    margin-bottom: 3em;
}
.kokkaku_box .number{
    border: 1px solid;
    display: inline-block;
    padding: 0 5px;
    background: #F0F0EC;
    margin-bottom: .5em;
}
.kokkaku_box h3{
    font-weight: bold;
    font-size: 26px;
    color: #A48E2A;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #C3C3C3;
}
.kokkaku_box .box_a .img_box p{
    width: 50%;
}
.kokkaku_box .box_a .box_caption{
    margin-bottom: 2em;
}
.kokkaku_box .box_b .box_caption,
.kokkaku_box .box_b .img_box{
    width: 50%;
}
.kokkaku_box .box_b .box_caption{
    padding: 0 3em;
    position: relative;
}
.kokkaku_box .box_b .box_caption p{
    position: relative;
    z-index: 1;
}
.kokkaku_box .box_b .box_caption p:not(:last-of-type){
    margin-bottom: 1em;
}
.kokkaku_box .box_b .box_caption::before{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #ECECEC;
    z-index: 0;
    top: -.5em;
    left: 0;
}
.kokkaku_box .box_b .box_caption.semame::before{
    content: "狭め";
}
.kokkaku_box .box_b .box_caption.hirome::before{
    content: "広め";
}
.kokkaku::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #A48E2A transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
.compare {
    text-align: center;
}
.compare .compare_img{
    margin-bottom: 1em;
}
.compare .compare_img .img_wrap{
    width: 50%;
    position: relative;
}
.compare .compare_img .img_wrap span{
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    z-index: 1;
}
.compare .compare_img .img_wrap span img{
    width: 100%;
}
.compare .compare_box{
    text-align: left;
    max-width: 800px;
    margin:5em auto;
}
.compare{
    counter-reset: number point;
}
.compare .number{
    font-weight: normal;
    margin-right: 1em;
}
.compare .number::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero)".";
}
.compare h4{
    position: relative;
    color: #A48E2A;
}
.compare h4::after{
    counter-increment: point;
    content: counter(point, decimal-leading-zero);
    font-family: oswald;
    font-size: 500%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
    z-index: 2;
    transform: translateY(-50%);
}
.movie_box .movie_item{
    width: 47%;
}
.movie_box .movie_wrap{
    position: relative;
    width: 100%;
    padding-top: 56.65%;
    margin-bottom: 1em;
}
.movie_box .movie_wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:480px){
    .compare .compare_img .img_wrap span{
            transform: translate(0%,-50%);
    }
    .kokkaku_box .box_b .box_caption,
    .kokkaku_box .box_b .img_box{
        width: 100%;
    }
    .kokkaku_box .box_b .box_caption{
        margin: 3em 0;
    }
    .kokkaku .column_title.flexcentering{
        display: block;
    }
    .kokkaku .circle{
        width: 70px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0,-50%);
    }
}
