/***********************************************************************
 * #Contents .supportSect
 ********************************************************************* */
@media print, screen and (min-width: 768px)
{
.supportSect .sectTit {
    margin-bottom: 30px;
}
}
/***********************************************************************
 * #Contents .percentBlock
 ********************************************************************* */

@media print, screen and (min-width: 768px)
{
    #Contents .percentBlock
    {
        margin-bottom: 90px;
    }
     #Contents .percentBlock .blockTit {
    margin-bottom: 30px;
     }
    #Contents .percentBlock .blockMain
    {
    }
    #Contents .percentBlock .blockMain .percentList
    {
        display: table;
        border-left: 1px solid #DAE3E9;
		width: 100%;
		margin-bottom: 35px;
    }
    #Contents .percentBlock .blockMain .percentList li
    {
        line-height: 1.2;
        display: table-cell;
        box-sizing: border-box;
        width: 33.33333%;
        padding: 20px 5px 10px;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid #DAE3E9;
    }
    #Contents .percentBlock .blockMain .percentList li .tit
    {
        font-size: 21px;
    }
    #Contents .percentBlock .blockMain .percentList li .num
    {
        font-size: 78px;
        color: #222D5D;
    }
    #Contents .percentBlock .blockMain .percentList li .num .unit
    {
        font-size: 50%;
    }
	
	#Contents .percentBlock .blockMain .percentList li .att {
		font-size: 20%;
		display: block;
		color: #000;
	}
}
@media only screen and (max-width: 767px)
{
    #Contents .percentBlock
    {
        margin-bottom: 25px;
    }
    #Contents .percentBlock .blockMain .percentList
    {
        border-top: 1px solid #DAE3E9;
		margin-bottom: 15px;
    }
    #Contents .percentBlock .blockMain .percentList li
    {
        line-height: 1.2;

        display: table;

        width: 100%;
        padding: 10px 10px;

        border-bottom: 1px solid #DAE3E9;
    }
    #Contents .percentBlock .blockMain .percentList li .tit
    {
        font-size: 13px;

        display: table-cell;

        text-align: left;
        vertical-align: middle;
    }
    #Contents .percentBlock .blockMain .percentList li .num
    {
        font-size: 26px;

        display: table-cell;

        width: 30%;

        text-align: center;
        vertical-align: middle;

        color: #222D5D;
    }
    #Contents .percentBlock .blockMain .percentList li .num .unit
    {
        font-size: 50%;
    }
	#Contents .percentBlock .blockMain .percentList li .att {
		font-size: 20%;
		display: block;
		color: #000;
	}
}
/* 20230401×·¼Ó */
@media print, screen and (min-width: 768px) {
.modHeading01 .sub {
	font-size: 1rem;
	display: inline-block;
	padding-left: 1em;
}
}
@media only screen and (max-width: 767px) {
.modHeading01 .sub {
	font-size: 1.2rem;
	display: block;
}
}