a:hover{
	color:#5be049;
}
span.accent  {
    background-image: linear-gradient(transparent 60%, #81eb72 60%);
}
#problems a:link,#contact a:link {
    text-decoration: underline;
}
.brpc { display:none; }


/* section */
section{
    padding: 0 20px;
}
section h3{
    margin-bottom: 20px;
}

/* globalMenu */
#globalMenu{
    display: none;
}
#globalMenu li a{
    display: block;
    padding: 1.5rem;
}
#globalMenu.is-open{
    display: block;
    background:rgba(255,255,255,0.95);
}
#globalMenu.is-open li{
    border-top: 1px solid #ddd;
}
#globalMenu.is-open li:last-child{
    border-bottom: 1px solid #ddd;
}
#globalMenu li:last-child{
    background: #5be049;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.53 ease-out;
    -o-transition: 0.53 ease-out;
    transition: 0.3 ease-out;
}
#globalMenu li:last-child a:link,
#globalMenu li:last-child a:visited{
    color: #fff;
}
#globalMenu li:last-child:hover{
    opacity: 0.7;
}

@font-face {
    font-family: Caveat-VariableFont_wght;
    font-display: swap;
    src: url(../fonts/Caveat-VariableFont_wght.ttf) format("TrueType");
}

/* main */
#main{
    background: url(../img/bg_PCP01_sp.jpg) top center / 100% auto no-repeat;
    height: 200px;
    /*margin-top: 113px;*/
    color: #000;
    text-align: center;
}
#main img{
    width: 100%;
}
#main h2{
    color: #000;
    /*font-family: 'Caveat', cursive;*/
    font-family: 'Caveat-VariableFont_wght', sans-serif;

    font-weight: bold;
    font-size: 3.5rem; 
}
#main h2 span{
    color: #5be049;
}

/* beginning */
#beginning img{
    width: 100%;
}
#beginning p {
    padding-bottom: 20px;
}

/* plan */
#plan h3 + p {
    margin-bottom: 20px;
}
#plan li{
    margin-bottom: 20px;
}
#plan li:last-child{
    margin-bottom: 20px;
}
#plan dl{
    position: relative;
}
#plan dt img{
    width:100%;
    background: rgba(230, 230, 230, 0.4);
    padding: 10px 10px 0;
    box-sizing: border-box;
}
#plan dd h4{
    font-weight: bold;
    font-size: 1.1rem;
    padding-bottom: 10px;
}
#plan dd {
    background: rgba(230, 230, 230, 0.4);
    padding: 20px;
}

/* problems */
#problems ul {
    display: block;
    padding-bottom: 1px;
}
#problems li {
    margin-bottom: 20px;
}
#problems li:last-child{
    margin-bottom: 0;
}
#problems dt {
    font-weight: bold;
    font-size: 1.1rem;
    padding-bottom: 0.2rem;
}
#introduction p{
    margin-bottom: 20px;
}
#introduction h4{
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 10px;
}
#introduction .more{
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 20px;
}
#introduction li{
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 20px;
}
#introduction li:hover{
    opacity: 0.7;
}
#introduction li a:link,
#introduction li a:visited{
    color:#000;
}
#introduction dl{
    display: flex;
    padding: 10px;
    box-sizing: border-box;
}
#introduction dt img{
    width: 110px;
    box-sizing: border-box;
}
#introduction dt img.kakoi{
    border: 1px solid #eee;
}
#introduction dd {
    padding-left: 1rem;
    font-size: 1rem;
}
#introduction dd .title{
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: .5rem;
}

/* footer */
footer{
    padding-top: 30px;
    text-align: center;
    font-size: 0.875rem;
    margin: 16px auto;
}
footer .address{
    display: flex;
    justify-content: center;
    align-items:center;
    padding-bottom: 30px;
}
footer .address img{
    padding-right: 20px;
}
footer .address p{
    display: inline-block;
    text-align: left;
}
footer small{
    display: block;
    font-size: 0.75rem;
}


/***  PC  ***/
@media all and (min-width: 768px) {

    .brpc { display:inline; }

    .contets{
        background:rgba(255,255,255,0.85);
        box-shadow: -4px 0px 6px -1px rgba(70, 70, 70, 0.1), 4px 0px 6px -1px rgba(70,70,70,0.1);
    }

    body{
        background-image: url(../img/bg_PCP02.jpg);
        background-repeat: repeat-y;
        background-position: center bottom;
        background-attachment: fixed;
        background-size: cover;
    }

    /* header */ 
    header{
        background: #fff;        
    }
    
    /* section */
    section{
        margin: 60px;
        box-sizing: border-box;
    }
    section h3{
        margin-bottom: 40px;
    }

    /* globalMenu */
    #globalMenu{
        display: block;
    }
    #globalMenu li a{
        padding: 24px 0;
    }
    #globalMenu li a:after {
        display: block;
        width: 0%;
        margin-top: 2px;
        content: '';
        transition: all 0.3s ease;
        border-bottom: 1px solid #5be049;
    }
    #globalMenu li a:hover:after {
        width: 100%;
        border-bottom: 1px solid #5be049;
    }

    /* main */
    #main{
        background: url(../img/bg_PCP01_pc.jpg) left center no-repeat;
        background-size: cover;
        height: 500px;
        /*margin-top: 117.5px;*/
        text-align: left;
        line-height: .95;
    }
    #main img{
        display: none;
    }
    #main h2{
        position: static;
        font-size: 7rem;
        padding: 40px 40px 0px;
        line-height: .95;
    }
    #main h3{
        padding-left: 45px;
    }

    /* beginning */
    #beginning p {
        font-size: 1.1rem;
        padding-bottom: 40px;
    }
    
    /* plan */
    #plan h3 + p{
        margin-bottom: 80px;
    }
    #plan li{
        margin-bottom: 80px;
    }
    #plan li:last-child{
        margin-bottom: 40px;
    }
    #plan dl{
        position: relative;
    }
    #plan dt{
        width:47%; 
    }
    #plan dt img{
        background: none;
        padding: 0;
        box-shadow: 0px 1px 5px -1px rgba(220, 220, 220, 1);
    }
    #plan dd {
        width:53%;
        position: absolute;
        top: -2rem;
        right: 0;
    }
    #plan dd h4{
        font-size: 1.25rem;
    }
    

    /* problems */
    #problems{
        padding-bottom: 80px;
    }
    #problems ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #problems li {
        width: 48%;
        margin-bottom: 60px;
    }
    #problems li:last-child,#problems li:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0px;
    }  
    #problems dt {
        padding-bottom: 0.5rem;
    }

    /* introduction */
    #introduction p{
        margin-bottom: 40px;
    }
    #introduction h4{
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
    #introduction h4 span{
        border-bottom: 4px dotted #81eb72 ;
        padding-bottom: 2px;
    }
    #introduction .more{
        font-size: 0.75rem;
        margin-bottom: 40px;
    }
    #introduction ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #introduction li{
        width: 49%;
        margin-bottom: 2%;
    }
    #introduction li:last-child,#introduction li:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0px;
    }
    #introduction dd {
        font-size: 0.875rem;
    }
    
    
    /* contact */
    #contact{
        padding-bottom: 80px;
    }

    /* footer */
    footer{
        padding-top: 60px;
    }
    footer .address{
        padding-bottom: 60px;
    }    

}
