@charset "utf-8";
/*=============================================================
 contents
=============================================================*/
/* investors-h2 */
#contentsArea article#contents h1.alignC{
	font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-feature-settings: "pwid";
    letter-spacing: 0.05em;
    margin: 1em 0 2em 0;
}
#contentsArea article#contents p{
    text-align: center;
}
#contentsArea article#contents ul{
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 6em auto 2em auto;
}
#contentsArea article#contents ul li{
    width: 48%;
    border: 1px solid #c8c8c8;
    text-align: center
}
#contentsArea article#contents ul li a{
    display: block;
    padding: 15px;
}
#contentsArea article#contents ul li a:hover{
    background: #eee;
    text-decoration: none;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px){}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:970px){
    #contentsArea article#contents p{
        text-align: left;
    }
    #contentsArea article#contents ul{
        width: 100%;
    }
    #contentsArea article#contents ul li a{
        padding: 10px;
    }


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){}