﻿/*
html, body{overflow: auto}
.pp-section{position: static}
*/

#loader .loader_bar, #loader .loader_gauge {
    top: 50%;
    height: 2px;
}

.custom_img1{
    top: 40px;
    left: 40px;
    max-width: 580px;
}
.custom_img2{
    bottom: 40px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    max-width: 900px;
}

#menu_stick span.stick{
    top: 43%;
}
#menu_stick span.stick_m{
    top: 70%;
}
header .nav_bg {
    border-radius: 50%;
}
header .nav_bg.trans {
    border-radius: 0;
}

#contents .con_img, #contents2 .con_img{
    border-radius: 20px;
}

.cms_title h3 {
    display: inline-block;
    background: #f5effb;
    padding: 5px 40px;
    border-radius: 20px;
    line-height: 1;
}
.cms_title p {
    font-weight: bold;
}

#footer_nav ul li a{
    position: relative;
}
#footer_nav ul li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
    padding-right: 10px;
}

#page08 .form_wrap{
    display: none;
}

#page10 li a{
    font-weight: bold;
}
#page10 li a span.font_bar{
    font-weight: normal;
}

@media screen and (min-width:769px){
    #pp-nav ul, .pp-slidesNav ul {
        background-color: #f7f7f7;
        padding: 15px 0;
        border-radius: 15px;
    }
    #logo2.width_200 {
        width: 250px;
    }
}

@media screen and (max-width: 768px){
    .custom_img1 {
        max-width: 480px;
    }
    .custom_img2 {
        width: 90%;
    }
    #menu_stick span.stick_m{
        top: 80%;
    }
    header .nav_bg {
        border-radius: 0;
    }
    #contents .con_img, #contents2 .con_img{
        border-radius: 0;
    }
}

@media screen and (max-width: 667px){
    .custom_img1 {
        top: 60px;
        left: 5px;
        max-width: 260px;
    }
}

@media all and (-ms-high-contrast:none){
    .cms_title h3 {
        padding: 8px 40px 3px;
    }
}