@charset "UTF-8";

main {
    max-width: 100%;
    /* background: #f6f0fburl(_new_design/skin/kentei/img/bg.png) repeat-x ; */
    background: #f6f0fb;
}

.bg{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1001;
}

.wrapper {
    overflow: hidden;
}

.pc-hide{
    display: none !important;
}

.title-logo{
    width: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.pc-left {
    width: 30%;
    float: left;
    margin: 5% 0 0 15%;
}

.pc-left img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.pc-right {
    text-align: center;
    width: 40%;
    float: right;
    margin: 5% 10% 0 0;
}

.pc-right img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.bold{
    font-weight: bold;
}
.red{
    color: #ff0000 !important;
}

.pc-right p,.pc-left p{
    font-size: 26px;
    line-height: 1.6;
    text-align: center;
    margin: 25px 0;
    color: #595757;
    text-shadow: 3px 3px 5px #fff;
}
.caution p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin: 25px 0;
    color: #595757;
}

.pc-right p span{
    font-size: 23px;
}

.pc-right p:nth-child(2) {
    margin-top: 0;
}

.pc-right p:nth-child(5) {
    font-size: 14px;
    line-height: 1.3;
    margin-left: 45%;
    ;
    text-align: left;
}

.bubbly-button {
    font-family: "nagomi";
}

.bubbly-button a {
    text-decoration: none;
    color: #fff;
}
.pc-right p.smaller {
    font-size: 26px;
}
.sp-br{
    display: none;
}

    div.pc-left {
        text-align: center;
        width: 400px;
        float: none;
        margin:50px auto 10px;
    }

    div.pc-right {
        width: 400px;
        margin: 0 auto;
        float: none;
    }

    @media screen and (min-width: 601px) {
    .bubbly-button {
    display: block;
    text-align: center;
    font-size: 1.5em;
    padding: 0.8em 2em;
    margin: 35px auto 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e5a500;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform ease-in 0.1s, 
    transition: -webkit-transform ease-in 0.1s, 
    transition: transform ease-in 0.1s, 
    transition: transform ease-in 0.1s,  -webkit-transform ease-in 0.1s, 
}

.bubbly-button:hover{
    opacity: 0.8;
}

.bubbly-button:focus {
    outline: 0;
}

.bubbly-button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    background-color: #e29500;
}
    }

@media screen and (max-width: 600px) {
    
    .title-logo{
        width: 50px;
    }
    
    .wrapper {
    padding-bottom: 10px;
    }
    .sp-hide{
        display: none !important;
    }
    .pc-hide{
        display: block !important;
    }
    .sp-br{
        display: block;
    }

    div.pc-left {
        width: 70%;
        margin-bottom:30px;
    }

    div.pc-right {
        width: 80%;
    }

    .pc-right p,.pc-left p {
        font-size: 30px;
    }

    .pc-right p:nth-child(5) {
        width: 200px;
        font-size: 12px;
        line-height: 1.3;
        margin: 0 auto;
        text-align: left;
    }
    
    .bubbly-button {
    font-size: 1.3em;
}

}
