
.help_search_form {
	background-color:#eee;
	margin-bottom:20px;
	padding: 15px 20px;
	
	display:table;
	width:100%;
}

.help_search_form_input,
.help_search_form_btn {
	display:table-cell;
}

.help_search_form_input {
	padding-right: 5px;
}
.help_search_form_input .input_text {
	line-height: 3.5;
}
.help_search_form_btn {
	width:14em;
}

.help_search_form .btn-search-submit {
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    font-weight: normal;
    white-space: nowrap;
}


/* spview */
@media screen and (max-width:767px) {
	
	.help_search_form {
		display:block;
		width:auto;
		padding:1em;
	}
	
	.help_search_form_input,
	.help_search_form_btn {
		display:block;
		width:100%;
		padding:0;
	}
	.help_search_form_input{
		margin-bottom:0.25em;
	}
}

.back_list {
	padding: 0 15px 0 22px;
	background: url("../images/icon_01.png") no-repeat 10px 3px;
}

/* ===== help.html の <style> 直書きを外部化（2026-07-09） ===== */
.help-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background: #fff;
    border: 2px solid var(--primary-color, #132F71);
    color: var(--primary-color, #132F71);
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    margin: 10px;
}
.help-menu-btn:hover {
    background: var(--primary-color, #132F71);
    color: #fff;
    text-decoration: none;
}
.help-menu-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ===== help-user.html / help-company.html の共通 <style> を外部化（2026-07-09） ===== */
.section-title-sm { 
	font-size: 1.2rem; 
	font-weight: bold; 
	border-left: 4px solid var(--primary-color, #132F71); 
	padding-left: 10px; 
	margin-bottom: 20px; 
	margin-top: 0;
}
.help-section {
	margin-bottom: 50px;
}
.help-section:last-child {
	margin-bottom: 0;
}
.help-links { 
	margin-top: 0;
	margin-bottom: 0;
}
.help-links li { 
	margin-bottom: 10px; 
}
.help-links a { 
	text-decoration: underline; 
	color: #333;
    font-size: 15px;
    line-height: 1.8em;
}
.help-links a:hover { 
	text-decoration: none; 
	color: var(--primary-color); 
}
