/* スマホ */
@media screen and (max-width: 720.94px){

    /*共通*/
    .pcOnly {display: none;}
    .spOnly {display: inline-block;}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ボタン
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
    .com_button {
        width: 80%;
    }
	.com_button .link {
        padding: 8px 0;
    }

	  
/* --------------------------------------------------
 * メニュー（通期・四半期）2022.11変更
 * -------------------------------------------------- */
	.menuWrapSimple .submenu a{      
        padding: 13px 0;
        font-size: 14px;
	}
	
/* --------------------------------------------------
 * メニュー：中身2022.11変更
 * -------------------------------------------------- */
	div.menuKind{
		width:100%;
	}
	div.menuKind ul li{
		width:49%;
		margin: 0 0 4px;
		padding: 0 4px;
	}
	div.menuKind ul li a,
	div.menuKind ul li a.long{
		font-size:12px;
		height: 40px;
	}
	div.menuKind ul li a{
		padding: 12px 5px 0 5px;
	}
	div.menuKind ul li a.long{
		padding: 7px 5px 0 5px!important;
	}

	div.menuKind ul li a.en2{
		height: 40px;
		padding: 12px 5px 0 5px!important;
	}
	
/* --------------------------------------------------
 * エクセルダウンロード
 * -------------------------------------------------- */
	.excelDL {
		display: block;
		margin-bottom: 30px !important;
		color: #2d2d2d !important;
	}
	.excelDL .excelDL_list {
		float: right;
		background: url(../../image/4272/Premium_icon_xls.png) no-repeat left 0 top 0;
	}
	.excelDL .excelDL_list a{
		padding-left: 30px;
		font-size: 14px;
        line-height: 22px;
		text-decoration: none;
		color: #2d2d2d !important;
	}
	.excelDL .excelDL_list a:hover {
		text-decoration: underline;
	}
	.excelDL:after {
		content: "";
		display: block;
		clear: both;
	}
/* --------------------------------------------------
 * グラフ操作（ボタン）2022.11変更
* -------------------------------------------------- */
	.graphTermButton div{
		width:25%;
	}
}

@media screen and (max-width: 504px){
/* --------------------------------------------------
 * メニュー：中身2022.11変更
 * -------------------------------------------------- */
	div.menuKind ul li a.enLong{/*英語長文*/
		padding: 4px 5px 0 5px;
	}
/* --------------------------------------------------
 * グラフ操作（ボタン）2022.11変更
* -------------------------------------------------- */
	.graphTermButton{
		margin-left:8px;
	}
	.graphTermButton div{
		width:32.4%;
	}

}