﻿.bg_color1 {
    background-color: #3366cc;
}

.txt_color1 {
    color: #3366cc;
}

#main_img{
position:relative;
}

#main_img:before{
   content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/font.png);
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}


.svg_box, .svg_box2{
display:none !important;
}

.bg_color3 {
    background-color: #fbc221;
}

.txt_color3 {
    color: #fcc221;
}

.border_color3 {
    border-color: #fcc221;
}

#intro_txt h2{
font-weight: bold;
    font-size: 35px;
    color: #3366cc;
}

#contents .box figure{
position:relative;
}

#contents .box:nth-of-type(1) figure:before{
    position: absolute;
    content: "";
    width: 60%;
    height: 50%;
    top: 30%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(./Dup/img/left1.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

#contents .box:nth-of-type(2) figure:before{
    position: absolute;
    content: "";
    width: 60%;
    height: 50%;
    top: 30%;
    left: 85%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(./Dup/img/right2.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

#contents .box:nth-of-type(3) figure:before{
    position: absolute;
    content: "";
    width: 60%;
    height: 50%;
    top: 30%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(./Dup/img/left3.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

#wrap, .cms_box{
position:relative;
}

#wrap{
overflow:hidden;
}


#wrap.kore:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(./Dup/img/name.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    background-position: right center;
}

.cms_box:before {
    content: "";
    width: 500px;
    height: 1000px;
    background-image: url(./Dup/img/name.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -26%;
    pointer-events: none;
}
#intro_txt{
        background-image: url(./Dup/img/eye.png), url(./Dup/img/man.png);
    background-repeat: no-repeat;
    background-size: cover, contain;
    background-position: center, right bottom;
}

.cate_list a{
background-color: #f1f1f1;
}

.linkStyle{
    color: #3366cc;
}


@media all and (-ms-high-contrast: none){
.cate_list li a {
    padding-bottom: 3px;
}

}





/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#intro #intro_txt {
    margin-top: -10px;
}

#intro_txt {
    background-size: cover, 50%;
    background-position: center, right bottom;
}

#intro_txt h2 {
    font-size: 35px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#intro_txt h2 {
    font-size: 20px;
}

#copyright{
    padding-bottom: 80px;
}

}
