﻿.bg_color1 {
    background-color: #57ad57;
}

.border_color3 {
    border-color: #57ad57;
}

.svg_box2, .svg_box{
display:none;
}

.bg_color3 {
    background-color: #006435;
}

.txt_color3 {
    color: #57ad57;
    font-weight: bold;
}

figure, #intro_txt h2{
position:relative;
z-index:0;
}

#intro_txt h2{
    color: #006435;
    font-size: 30px;
    font-weight: bold;
}

/*#intro_txt:before {
      position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    background-image: url(./Dup/img/back.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 0;
    right: 220px;
    top: 250px;
}*/

#intro_txt h2:before {
    content: "";
    width: 12px;
    height: 400%;
    background-color: #006435;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(-50%, -50%) skewX(-28deg);
    z-index: 1;
}


figure:before {
    content: "";
    width: 10px;
    height: 40%;
    background-color: #006435;
    position: absolute;
    top: 13%;
    left: 5%;
    transform: translate(-50%, -50%) skewX(-28deg);
    z-index: 1;
}

#contents .box:nth-of-type(1){
background-image: url(./Dup/img/01.png);
    background-position: center right;
    background-repeat: no-repeat;
background-size: 25%;
}

#contents .box:nth-of-type(2){
background-image: url(./Dup/img/02.png);
    background-position: center left;
    background-repeat: no-repeat;
background-size: 25%;
}

#contents .box:nth-of-type(3){
background-image: url(./Dup/img/03.png);
    background-position: center right;
    background-repeat: no-repeat;
background-size: 25%;
}

.svg_box{
display:none !important;
}



#intro_txt p{
    background-color: white;
    position: relative;
    z-index: 2;
}

#intro {
    z-index: 0;
}

#intro_txt:before{
    position: absolute;
    content: "";
    width: 460px;
    height: 200px;
    background-image: url(./Dup/img/logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 0;
    right: 0;
    bottom: 0;
}

.slash{
    background-color: #f7f7f7;
    background-image: url(./Dup/img/hidari.png), url(./Dup/img/migi.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 10%;
}

#contents{

}

#contents .box .d_flex{
background-color:rgba(255,255,255,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}

#contents .box figure{
margin-bottom: -70px;
}

#cms_4-b .cate_title{
    background-color: #006435;
    color: white;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.txt_color2 {
    color: rgba(255, 255, 255, 1);
}

.linkStyle{color:#006435;}

.banner{
position:relative;
z-index:10;
}

.cate_list a{
background-color:#e2e2e2;
}

.cate_list a:hover{
background-color:#006435;
color:white;
}

h1.logo img{
width:90%;
}

.logo {
    width: 230px;
}

@media all and (-ms-high-contrast: none){
#cms_4-b .cate_title {
   
    padding-top: 7px;
}

.cate_list a{
padding-bottom:2px;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#contents .box:nth-of-type(1) {
    background-image: url(./Dup/img/01.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30%;
}

#contents .box:nth-of-type(2) {
    background-image: url(./Dup/img/02.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30%;
}

#contents .box:nth-of-type(3) {
    background-image: url(./Dup/img/03.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30%;
}

#intro_txt h2:before {
    content: "";
    width: 12px;
    height: 200%;
    background-color: #006435;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(-50%, -50%) skewX(-28deg);
    z-index: 1;
}

#contents .box .d_flex{
background-color:transpsarent;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	
#intro_txt h2:before {
    content: "";
    width: 12px;
    height: 150%;
    background-color: #006435;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(-50%, -50%) skewX(-28deg);
    z-index: 1;
}

#contents .box figure{
margin-bottom: 0px;
}

#intro_txt:before {
    content: none;
}

#copyright{
padding-bottom:80px;
}

#page_title h2{
font-size:20px;
}

#intro_txt h2 {
    font-size: 20px;
}

#top_cms {
margin-top:50px;
}

.logo {
    width: 120px;
}

#main_img{
margin-top:70px;
}

}

