@charset "utf-8";

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン②
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
    /*メニュー構成：2列*/
    .com_menu02.pulldownTrue .list a{
        flex: 0 1 auto;
        width: 25%;
        width: calc(100% / 4);
        width:-webkit-calc(100% / 4);
        width:-moz-calc(100% / 4);
    }
    /*初期：下線太さ*/
    .com_menu02 .list a{
        border-bottom: 1px solid #d8d8d8;
    }

    /*メニュー項目★hover時文字色*/
    .com_menu02.pulldownTrue .list a:hover{
        border-bottom: 1px solid #d8d8d8;
        color: #003296;
        background: #ffffff;
    }

	 /*メニュー項目★選択時：背景色*/
    .com_menu02.pulldownTrue .list a.naviCur,
    .com_menu02.pulldownTrue .list a.naviCur{
        color: #000000;
        border-bottom: 3px solid #003296;
        background: #FFFFFF;
    }


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ボタン
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.com_button {
    display: inline-block;
}
    
.com_button .link {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 0px 16px;
    border:none;
    text-decoration: underline;
    font-size: 
}
    
.com_button .link .arrow-right {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    margin-left: 3px;
    vertical-align: middle;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
.com_button .link.naviCur, .com_button .link:hover {
    background: none;
    color: #003296;
    font-weight: bold;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】通期・四半期
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
    /*★タブ背景色*/
    .com_menu02 .kikan a:hover,
    /*選択状態*/
    .com_menu02 .kikan a.kikanA.naviCur,
    .com_menu02 .kikan a.kikanQ.naviCur{
        color: #ffffff;
        background: #003296;
        border: 1px solid #d8d8d8;
    }


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル① タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	h2.comPageTitle1 {
		background: #fafafa;
		border-left: solid 5px #003296;
	}

    /*TABLE*/
    .comTableWrap table tr:first-child td{
        color: #000;
    }

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】パーツタイトル①　タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	
	.comSubTitle1 {
		margin: 40px 0 0 0;
        font-size: 22px;
	}


/*20230525 ver2 START*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】パーツタイトル①　タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	
    .comSubTitle1.mgT20 {
        margin-top: 20px;
    }
