@charset "UTF-8";



/* 基本 */

a {
	outline: none;
}
a:focus {
	outline-offset: 2px;
	outline: 2px dotted #cb3398;
}




/* タイトル */

h1 a {
	display: block;
	outline: none;
}
h1 a:focus {
	outline-offset: -3px;
	outline: 2px dotted #cb3398;
}



/* メニュー */

.menu_btn:focus {
	outline: none;
}
.menu_btn:focus img {
	outline-offset: -8px;
	outline: 8px solid #cb3398;
}



/* 共通ボタン */

.common_btn:focus {
	outline: none;
}
.common_btn:focus img {
	outline-offset: -4px;
	outline: 4px solid #cb3398;
}

.common_btn_input_small {
	outline: none;
}
.common_btn_input_small:focus {
	outline-offset: 1px;
	outline: 2px dotted #cb3398;
}



/* フォーム */

input[type=text] {
	outline: none;
}
input[type=text]:focus {
	outline-offset: 2px;
	outline: 2px dotted #cb3398;
}

input[type=password] {
	outline: none;
}
input[type=password]:focus {
	outline-offset: 2px;
	outline: 2px dotted #cb3398;
}

textarea {
	outline: none;
}
textarea:focus {
	outline-offset: 2px;
	outline: 2px dotted #cb3398;
}

select {
	outline: none;
}
select:focus {
	outline-offset: 2px;
	outline: 2px dotted #cb3398;
}

input[type=radio],
input[type=checkbox] {
	outline: none;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
	outline-offset: 2px;
	outline: 2px dotted #cb3398;
}

iframe {
	outline: none;
}
.iframe_focus {
	outline-offset: 2px;
	border: 2px dotted #cb3398 !important;
}



/* FAQ */

.faq-section .title {
	outline: none;
}
.faq-section .title:focus {
	outline-offset: -2px;
	outline: 2px dotted #cb3398;
}



/* 参加事業所一覧 */

td.company_list_item {
	outline: none;
}
td.company_list_item:has( .company_list_website_btn:focus ){
	outline-offset: -2px;
	outline: 2px solid #cb3398;
}
td.company_list_item a {
	outline: none;
}

