@charset 'UTF-8';

/***********************************************************************
 * #Contents .topicsSect
 ********************************************************************* */
#Contents .topicsSect
{
    margin-bottom: 40px;
}

#Contents .layoutBox {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px)
{
    #Contents .topicsSect
    {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    #Contents .topicsSect
    {
        margin-bottom: 30px;
    }
}
/***********************************************************************
 * #Contents .researchSect
 ********************************************************************* */

#Contents .researchSect
{
}
@media print, screen and (min-width: 768px)
{
    #Contents .researchSect
    {
        margin-bottom: 70px;
    }
    #Contents .researchSect .sectTit
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    #Contents .researchSect
    {
        margin-bottom: 30px;
    }
}
/***********************************************************************
 * #Contents .otherSect
 ********************************************************************* */

#Contents .otherSect
{
}
@media print, screen and (min-width: 768px)
{
    #Contents .otherSect
    {
        margin-bottom: 70px;
    }
    #Contents .otherSect .sectTit
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    #Contents .otherSect
    {
        margin-bottom: 30px;
    }
}


/***********************************************************************
 * #Contents .contactSect
 ********************************************************************* */
#Contents .contactSect
{
    background: #f7f7f7;
}
#Contents .contactSect .txt .inlineB
{
    display: inline-block;
}
@media print, screen and (min-width: 768px)
{
    #Contents .contactSect
    {
        font-size: 16px;
        line-height: 1.8;

        display: inline-block;

        padding: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    #Contents .contactSect
    {
        padding: 15px;
    }
    #Contents .contactSect .txt .spBlock
    {
        display: block;
    }
}
