﻿.txt_color1 {
    color: #000;
}

.svg_box, .svg_box2{
display:none !important;
}

.bg_color1 {
    background-color: #38393a;
}

#main_img{
position:relative;
}


#main_img:before {
       content: "";
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 60%;
    left: 50%;
    background-image: url(./Dup/img/left.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

#main_img:after {
    content: "";
    display: block;
    width: 45%;
    height: 80%;
    position: absolute;
    top: 60%;
    left: 75%;
    background-image: url(./Dup/img/right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

#intro #intro_txt {
       background-image: url(./Dup/img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.point{
       background-color: #38393a;
    position: relative;
    margin-bottom: 50px;
    padding: 10px 0;
}

.point:before{
 content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 50px 0 50px;
    border-color: #38393a transparent transparent transparent;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
z-index:-1;
}

.point img{
    max-width: 500px;
    margin: auto;
    display: block;
}

.border_color3 {
    border-color: #efc705;
}

.bg_color3 {
    background-color: #efc705;
}

/*.txt_color3 {
    color: #78a72f;
}*/

.txt_color3 {
    color: #4e4e4e;
}

h2, h3{
font-weight:bold;
}

#contents h3{
font-size: 28px;
    position: relative;
}


}

#contents h3 i{
color:black;
}

#contents h3:before {
    content: "";
    position: absolute;
    background-color: #efc705;
    width: 80px;
    height: 2px;
    bottom: -10px;
    left: 0px;
    z-index: 99;
    pointer-events: none;
}

/*#info_title_box {
    border-top: 15px solid #38393a;
}*/

article{
position:relative;
padding: 8% 0;
}

article:before {
    content: "";
    display: block;
    width: 10000px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/conc2.jpg);
    background-position: center;
    background-repeat: repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: auto;
    pointer-events: none;
    z-index: -1;
}

.border_color4 {
    border-color: #efc705;
}

#intro h2 span{
font-size:35px;
}

#fakeloader.bg_color1{
background-image: url(./Dup/img/fake.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 33%;
}

#page_title {
    background-position: center;
}

.cate_list li a{
    background-color: #38393a;
    color: white;
}

.henko .contact_tel{
text-align:center;
margin:0 10px;
}

.linkStyle{
color:#91c73c;
}

#intro {
    margin-top: -20px;
}





@media all and (-ms-high-contrast:none){
#page_title h2 span {
    padding-top: 26px;
}

.cate_list li a {
    padding-bottom: 5px;
}


}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#contents h3{
font-size:22px;
}

#intro h2 span{
font-size:24px;
}

header #header #header_menu li {
    width: auto;
}

#main_img {
    margin-top: 130px;
}

#main_img:before {
    top: 55%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#contents h3{
font-size:20px;
}

#main_img{
margin-top:80px;
}

#main_img:after {
    top: 50%;
}

#main_img:before {
    top: 50%;
}

.point {
    margin-bottom: 0px;
 }

.point img {
    max-width: 300px;
 }

}