﻿.bg_color3 {
    background-color: #0ed19b;
}

.intro_left #logo{
    margin-bottom: 50px;
}

.bg_color1 {
    /*background-color: #ffc626;
    background-color: #f5f5dc;
    background-color: #f7f5de;*/
    
}

.bg_color1 {
    background-color:  #f9f8e5;
    /* background-color: #f5f5dc; */
}

.bg_color2 {
    background-color: #f9f8e5;
}

#loader .loader_gauge{
    background-color: #ffbe08;
}

#contents .con_box2:before {
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
        position: absolute;
    content: "";
    display: block;
    pointer-events: none;
}

.con_box3{
        color: black;
    background-color: white;
    padding: 20px;
    border: 5px solid #0ed19b;
    border-radius: 10px;
}

.con_box3 .con_txt, .kuwa{
    position: relative;
    padding: 0px 12px;
}

.kuwa a{
    color: #0ed19b;
    font-weight: bold;
}

.con_box3 .con_txt:before{
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 100%;
    left: 100%;
    background-image: url(./Dup/img/catch.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;
}

.ks{
    position: relative;
}

.ks:before{
   content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -70px;
    right: 10px;
    background-image: url(./Dup/img/ks.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.con_box3 h2{
    text-align: center;
    border-bottom: 2px dotted #0ed19b;
}

.con_no{
    max-width: 50px;
    margin-left: -45px;
    z-index: 1;
    position: relative;
}

header .nav_bg {
    background-color: #f9b63b;
}

.con_box1, .con_box2{
    padding-left: 10px;
    color: black;
}

.con_box1 h2, .con_box2 h2{
    color: #13cb98;
}

.con_box1:after, .con_box2:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: -10px;
    pointer-events: none;
    border-left: 2px dotted #21d4a3;
    z-index: 0;
}

.more a{
        background-color: #f7bf57;
    font-weight: bold;
}

#main_img:before{
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/moji.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
    z-index: 1;
}

.linkStyle{color: #12d19c;}

.ks{
    color: white;
    background-color: #f9b63b;
    padding: 20px;
    /* border: 5px solid #0ed19b; */
    border-radius: 10px;
        margin-top: 20px;
}

#cms_6-a h3.cate_title{
    color:black;
}

#contents .con_box1:before{
    content:none;
}

@media screen and (max-width: 768px){
#custom {
    height: auto!important;
}

.section {
    top: auto!important;
    overflow: visible!important;
    z-index: auto!important;
}

.video{
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100% !important;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#intro.trans .intro_left {
    padding-top: 50px;
}

#contents .con_wrap {
    padding-right: 35px;
    padding-left: 35px;
}



}