@charset "UTF-8";

:root {
	/*使用しない場合も必ず設定*/
	--i_main_color: #029ada;
	/*メイン*/
	--i_sub_color: #0083ba;
	/*アクセント*/
	--i_btn_color: #029ada;
	/*ボタン*/
	--i_btn_hover_color: #0083ba;
	/*ボタンhover*/
}

#fixbtn[data-pattern="3"][style*="position: relative"] .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
    background: #004b6b !important;
}

#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
    background: #004b6b !important;
}