﻿.swiper-container{
    position:relative;
}
.swiper-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/slide_bg.png);
}

#sns{
    background-color: #fff3e0;
}

#header div div {
    font-size: 12px;
}

#top_cms .cms_title p{
    background: #ffd494;
    color: #323232;
    display: inline-block;
    padding: 2px 30px;
}
#top_cms .more a{
    background-image: url(./Dup/img/bg1.png);
    background-position: center;
}

#info_box .info_right {
    padding-top: 80px;
    padding-bottom: 80px;
}
.foot_bt a{
    background-image: url(./Dup/img/bg1.png);
    background-position: center;
}
.foot_bt a:hover{
    background-image: none;
}
footer .foot_bt a:last-child::before{
    display: none;
}
footer .foot_bt a::after {
    right: 5px;
    bottom: 5px;
    left: 5px;
    top: 5px;
    border: solid 1px #ECECEC;
}
#copyright{
    color: #323232;
    background-color: #fff3e0;
}

#page_title p{
    background: #ffd494;
    color: #323232;
    display: inline-block;
    padding: 2px 30px;
}

.mg_15px{
    margin: 15px;
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
.contents_txt4 {
    padding: 20px 0 0;
}
}

@media screen and (max-width: 667px){
    #info_box .info_right {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media all and (-ms-high-contrast:none){
#top_cms .cms_title p{
    padding: 5px 30px 0px;
}
#page_title p{
    padding: 5px 30px 0px;
}
}