
.border_color3 {
    border-color: #ffc65d !important;
}
.cate_list li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color:white;
    font-size:20px;
    font-weight:normal;
}

.cate_list li {
    border-radius: 100px;
    overflow: hidden;
}
figure img{
    border-radius:20px;
}
#page_title {
    height: 450px;
    background: url(../img/page_title.jpg);
    background-position: 50% 20%;
    background-size: cover;
}
#page_title_box p::before {
    width: 10px;
    height: 10px;
    content: "";
    background: white;
    position: absolute;
    top: 45%;
    border-radius: 8px;
    left: 12px;
}
#page_title_box p::after {
    width: 10px;
    height: 10px;
    content: "";
    background: white;
    position: absolute;
    top: 45%;
    border-radius: 8px;
    right: 12px;
}
#page_title_box{
    position: absolute;
    top: 418px;
    width: 100%;
    text-align: center;
}
#page_title_box p {
    display: inline;
    padding: 10px 50px;
    background: #ffa500;
    font-size: 40px;
    color: white;
    letter-spacing: 3px;
    font-weight: normal;
    position:relative;
}
#contents_wrap{
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1480px;
    margin: auto;
    margin-top: 100px;

}
#inner_wrap { 
    background: white url(../img/con2_bg.png) repeat-y;
    position: relative;
    padding: 100px 50px;
    box-sizing: border-box;
    background-position: top center;
    background-size: 1480px;
}
.page10 .box_wrap .box {
    border-radius: 300px;
    text-align: center;
    width: 25.3333%;
    margin: 0 3% 60px;
    background: #6ac62e;
}
.page10 .box_wrap .box a {
    padding: 10px 25px 20px;
}
.page10 .box_wrap .box a span {
    display: block;
    transition: ease 0.3s;
    color: white;
    font-weight: normal;
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}

.page10 .box_wrap .box a:hover span {
    opacity: 0.5;
}
.page10 .box_wrap .box a i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    transition: ease 0.3s;
}
.page10 .box_wrap .box a:hover i {
    transform: translate(-50%,-30%);
}
p#contact_tel a{
    background: #ffa500;
    color: white;
}
/*----------------------------タブレット----------------------------*/
@media screen and (max-width:768px){
    .page9 .box_wrap{
        padding:20px;
    }
    .page10 .box_wrap .box{
        width: 40% !important;
    }
    #page_title {
        height: 300px;
    }
    #page_title_box{
        top: 140px;
    }
    #page_title_box p{
        font-size:30px;
    }
    #contents_wrap{
        margin-top:50px;
    }
    #inner_wrap{
        padding:40px 20px;
    }
    .page7 .box_wrap h3{
        white-space:nowrap;
    }

}
/*----------------------------ここまで----------------------------*/

/*----------------------------スマホ----------------------------*/
@media screen and (max-width:667px){
    .cate_list li a {
        font-size: 18px;
    }
    #inner_wrap {
        padding: 30px 30px;
    }
    .page9 .box_wrap {
        padding: 0;
    }
    #inner_wrap{
        background-size: 500px;
    }
.page7 .box_wrap{
    padding:0;
}
    .page10 .box_wrap .box {
        width: 100% !important;
    }
    #contents_wrap {
        padding-left: 10px;
        padding-right: 10px;
}
#page_title_box {
    top: 133px;
}
#page_title {
    height: 150px;
}
#page_title_box p {
    padding: 10px 30px;
    font-size: 22px;
}
#contents_wrap{
    margin-top: 50px;
}
.font_12_sp {
    font-size: 14px;
}
}
/*----------------------------ここまで----------------------------*/