@charset "utf-8";


/*#main{
    padding: 1rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #ebebeb;
    margin-bottom:5rem;
}*/
#main .h2styleGlay{
    font-size: 1.6rem;
    font-weight:bold;
    text-align:center;
    padding: 2.5rem 0 1.5rem 0;
    margin:-1rem;
    margin-bottom: 2.5rem;
    background-color:#F5F5F5;
}

div#wholeContents.twoColumnpage .co2{
    padding:1rem 0;
}
div#wholeContents.twoColumnpage .content {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 3rem .5rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.wpb_single_image img  {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 4rem;
}


div#wholeContents.twoColumnpage h3.title_pi {
    font-size: 1rem;
    background: #ff84ae;
    color: #fff;
    position: absolute;
    top: -30px;
    min-width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 60px;
}

div#wholeContents.twoColumnpage .sub_title_pi {
    font-size: 1.2rem;
    color: #f35b8f;
    line-height: 1.5;
    font-weight: 600;
}

div#wholeContents.twoColumnpage .sub_title_pi + .desc {
    margin-top: 40px;
}

div#wholeContents.twoColumnpage h3.title_gr {
    font-size: 1rem;
    background: #adda79;
    color: #fff;
    position: absolute;
    top: -30px;
    min-width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 60px;
}

div#wholeContents.twoColumnpage .sub_title_gr {
    font-size: 1.2rem;
    color: #468c00;
    line-height: 1.5;
    font-weight: 600;
}

div#wholeContents.twoColumnpage .sub_title_gr + .desc {
    margin-top: 40px;
}

div#wholeContents.twoColumnpage h3.title_re {
    font-size: 1rem;
    background: #ffa386;
    color: #fff;
    position: absolute;
    top: -30px;
    min-width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 60px;
}

div#wholeContents.twoColumnpage .sub_title_re {
    font-size: 1.2rem;
    color: #c95723;
    line-height: 1.5;
    font-weight: 600;
}

div#wholeContents.twoColumnpage .sub_title_re + .desc {
    margin-top: 40px;
}

div#wholeContents.twoColumnpage h3.title_bl {
    font-size: 1rem;
    background: #04a9f4;
    color: #fff;
    position: absolute;
    top: -30px;
    min-width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 60px;
}

div#wholeContents.twoColumnpage .sub_title_bl {
    font-size: 1.2rem;
    color: #8080a7;
    line-height: 1.5;
    font-weight: 600;
}

div#wholeContents.twoColumnpage .sub_title_bl + .desc {
    margin-top: 40px;
}

div#wholeContents.twoColumnpage h3.title_pu {
    font-size: 1rem;
    background: #cb8ad6;
    color: #fff;
    position: absolute;
    top: -30px;
    min-width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 60px;
}

div#wholeContents.twoColumnpage .sub_title_pu {
    font-size: 1.2rem;
    color: #b020de;
    line-height: 1.5;
    font-weight: 600;
}

div#wholeContents.twoColumnpage .sub_title_pu + .desc {
    margin-top: 40px;
}

div#wholeContents.twoColumnpage h3.title_or {
    font-size: 1rem;
    background: #ff9800;
    color: #fff;
    position: absolute;
    top: -30px;
    min-width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 60px;
}

div#wholeContents.twoColumnpage .sub_title_or {
    font-size: 1.2rem;
    color: #d45800;
    line-height: 1.5;
    font-weight: 600;
}

div#wholeContents.twoColumnpage .sub_title_or + .desc {
    margin-top: 40px;
}


@media screen and (max-width:768px){
    .vc_row{
        flex-wrap:wrap;
    }
    div#wholeContents.twoColumnpage .co2{
        padding:0;
    }
    div#wholeContents.twoColumnpage .content {
    padding: 3rem .5rem 2rem;
}
    .wpb_single_image img  {
    margin-top: 0;
}
    div#wholeContents.twoColumnpage .wpb_single_image {
    margin: .5rem 0;
    padding: 0 .5rem;
}
    
  div#wholeContents.twoColumnpage h3.title_pi {
    font-size: 1.2rem;
    top: -20px;
    height: 40px;
    line-height: 40px;
}  
  div#wholeContents.twoColumnpage h3.title_gr {
    font-size: 1.2rem;
    top: -20px;
    height: 40px;
    line-height: 40px;
}  
 div#wholeContents.twoColumnpage h3.title_re {
    font-size: 1.2rem;
    top: -20px;
    height: 40px;
    line-height: 40px;
}  
  div#wholeContents.twoColumnpage h3.title_bl {
    font-size: 1.2rem;
    top: -20px;
    height: 40px;
    line-height: 40px;
}   
div#wholeContents.twoColumnpage h3.title_pu {
    font-size: 1.2rem;
    top: -20px;
    height: 40px;
    line-height: 40px;
} 
div#wholeContents.twoColumnpage h3.title_or {
    font-size: 1.2rem;
    top: -20px;
    height: 40px;
    line-height: 40px;
} 
div#wholeContents.twoColumnpage .sub_title_pi + .desc {
    margin-top: 20px;
}
}
