﻿#loader.active .loader_top, #loader.active .loader_bottom, #loader .loader_top, #loader .loader_bottom {
    background-image: url(./Dup/img/test.png);
    background-size: 20px;
    background-repeat: repeat;
    background-position: center;
}

#top_contents:after {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 110%;
    left: 49%;
    background-image: url(./Dup/img/take.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
}

.bg_color1 {
    background-color: #cfcfcf;
    background-color: #cdcdcd;
}

.more a.bg_color1{
        background-color: #565656;
}

.cms_title span.bg_color1{
    background-color:#df2c2d;
}

#head_logo span{
    background-color: #f7f2f2;
}

#main_img:before{
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.open_txt_wrap{
    color:black;
}

.open_txt_wrap .contents_no{
    color:white;
}

#top_contents .con_open .contents_no span{
    background-color: #aaa;
}

#intro h2, .con_txt_wrap h2, .open_txt_wrap h2, #page_title p, .info_sub_title{
    color: #df2c2d;
}

.border_color3 {
    border-color: #cfcfcf;
}



#top_contents .con_open {
    background-color: white;
}

.open_scroll{
    background-image: url(./Dup/img/test.png);
    background-size: 20px;
}

.con_box > .contents_no span{
    background-color: #df2c2d;
}

.txt_color3 {
    color: #df2c2d;
}


.cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(223 44 45);
}

#page_title h2{
    display: inline-block;
    border-left: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid black;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bg_color2 {
    background-color: #d9d9d9;
}

.txt_color1 {
    color: #484848;
}

.hvr_bg_color1:hover {
    background-color: #df2c2d;
}

#pc_nav_fix #logo{
    margin-top: -5px;
    width:150px;
}

.bg_color3 {
    background-color: #df2c2d;
}

.hvr_txt_color3:hover {
    color: #fc4848;
}

.linkStyle{color: #df2c2d;}

.bg_color4 {
    background-color: #f3f3f3;
}

span.nav_bg{
    opacity: 1;
}


/*#cms_5-b .cate_box .open_bt .arrow img, .cms_5-b .cate_box .open_bt .arrow img {
    background-color: #df2c2d;
}*/

.arrow_be img{
    background-color:#df2c2d !important;
}

@media all and (-ms-high-contrast: none){
  
  .cate_list li a{
      padding-bottom:5px;
  }

}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#intro .intro_txt_wrap {
    padding: 50px 30px;
}

.intro_title h2{
    font-size:22px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#top_contents:after {
    height: 40%;
    top: 110%;
    left: 49%;
    z-index: -1;
    opacity: 0.3;
}

#intro .intro_txt_wrap {
    padding: 50px 20px;
}

#page8 .tel_box a{
        font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

.tel_box{
        padding: 30px 10px;
}

}