.header {
	display: none;
}
.header_bottom {
    background: #FFFFFF;
    height: auto;
}
.header_top {
	height: auto;
	padding: 0 2rem;
}
.header_img_wrap.inner{
	align-items: self-start;
}
.header_img_wrap.inner h1{
	margin-left: 0;
}
.header_bottom .header_img_wrap {
	padding: 2rem 1.5rem;
}

.header_bottom .header_img_wrap .search_word {
	display: block;
}

.header_bottom .header_img_wrap .search_word p {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 0.8rem;
}

.header_bottom .header_img_wrap .search_word ul {
	margin-left: 0;
	overflow: scroll;
}

.header_bottom .header_img_wrap .search_word ul li a {
	white-space: nowrap;
}

.faq_sidebar {
	width: 100%;    
	padding: 1.2rem;
    margin: 0 auto;
}

.faq_sidebar .faq_sidebar_title h2 {
	margin-bottom: 0;
	line-height: 1.5;
}

.faq_sidebar .faq_sidebar_title img {
	width: 1.2rem;
	height: 0.7rem;
}

.faq_sidebar .faq_sidebar_title img.is-open {
	transform: rotate(180deg);
}

.faq_sidebar .faq_sidebar_back {
	display: none ;
	box-shadow: none;
	padding: 3rem 1.5rem;
	border-radius: 0 0 .5rem .5rem;
}
.main_contents-sp .page-wrap .page-inner {
	width: 100%;
	max-width: 37.5rem;
	padding: 0;
	margin: 0 auto;
}

.main_contents-sp .page-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
	padding: 3rem 1.2rem;
	width: 100%;
	margin: 0 auto;
	background: #F5F5F5;
}

.faq_top_title.faq-article-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	color: #333333;
	margin: 0;
	margin-bottom: 0;
}

.faq-article {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	gap: 2rem;
	width: 100%;
}

.faq_top_view.faq-popular-container {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	gap: 0.8rem;
	padding: 1.5rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.25);
	border-radius: 0.8rem;
}

.faq-popular-items {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	width: 100%;
}

.qa-box__q.faq-popular-item {
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 1rem;
	padding: 0.8rem 0.5rem;
	border-radius: 0.5rem;
	cursor: pointer;
}

.qa-box__q.faq-popular-item p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.1;
	text-align: left;
	color: #333333;
	flex: 1;
	margin: 0;
	overflow: visible;
	white-space: normal;
	text-overflow: initial;
}

.faq_top_view .qa-box__a {
	padding: 0;
}

.faq_top_view .qa-box__a div p {
	width: 90%;
}


.faq_top_category.faq-category-group {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	margin-bottom: 2rem;
	padding: 0;
}

.main_contents-sp .page-wrap .page-inner .faq-category-name h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: left;
	color: #F1890E;
	margin: 0;
}

.faq-category-group .faq-category-items-new .faq_category_items.faq-category-items-new {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	gap: 1rem;
	margin-top: 0;
}

.faq-category-group .faq-category-items-new .faq_category_item.faq-category-item-new {
	width: 100%;
	padding: 0;
	margin-bottom: 1rem;
	box-shadow: none;
	background: none;
	border: none;
}
.faq-category-group .faq-category-items-new .faq_category_item.faq-category-item-new:hover {
	border-radius: 0.8rem;
}

.faq-category-group .faq-category-items-new .faq_category_item.faq-category-item-new a {
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 1rem;
	padding: 1.2rem 1.5rem;
	border-radius: 0.8rem;
	text-decoration: none;
}

.faq-category-group .faq-category-items-new .faq_category_item.faq-category-item-new a p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: left;
	color: #333333;
	flex: 1;
	margin: 0;
}

/* Arrow Icons */
.faq-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
	padding: 0.1rem 0.4rem;
	width: 1.5rem;
	height: 1.5rem;
}

.faq-arrow svg {
	width: 0.7rem;
	height: 1.3rem;
}

/* Hide old images when using new design */
.faq-popular-item .qa-box-img,
.faq-category-item-new img {
	display: none;
}


.page-wrap .page-inner.side {
	display: block;
}

.page-wrap .page-inner .home_tab_wrap.article {
	width: auto;
}

.home_tab_wrap .adviser_title {
	margin: 0 auto;
	padding: 3rem 0 1.5rem;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #DDD;
    background: #fff;
}

.home_tab_wrap .adviser_title h1 {
	font-size: 1.6rem;
	padding: 0 1.5rem;
}

.main_contents .page-inner.side {
	padding: 0;
}

.home_tab_wrap .tab_area {
	border-radius: 0;
	padding: 0;
}

.faq_search_top {
	padding: 1.5rem;
}
.main_contents .page-wrap{
padding: 4.3rem 0;	
}
.content .faq_search_content {
	padding: 1.2rem 1.5rem 1.5rem;
}

.faq_search_content .search_content_left {
	margin-right: 2rem;
	overflow: hidden;
}

.faq_search_content .search_content_left h2 {
	font-size: 1.6rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
}

.faq_search_content .search_content_right img {
	width: 7px;
}

.faq_search_content .search_content_left .search_content_text {
	font-size: 1.4rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.faq_serach_more {
	padding: 1.5rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #EFEFEF;
}

.serach_more_none {
	display: none
}

.faq_serach_contact {
	padding: 3rem 2rem 4rem;
}

.faq_serach_contact p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.faq_serach_contact a {
	font-size: 1.8rem;
}

.footer .footer_menu .footer_menu_item .menu_parent {
	line-height: normal;
	height: auto;
}

footer .footer_inner .footer_menu .footer_menu_item .menu_parent .menu_parent_ttl {
	font-size: 1.2rem;
}

.footer .footer_inner .footer_menu .footer_menu_item .menu_child li {
	font-size: 1.2rem;
}

/* /article */

.page-wrap .page-inner .home_tab_wrap.article .faq_back {
	display: none;
}

.faq_detail_top {
	padding: 2.7rem 1.5rem 3rem;
	border-bottom: 1px solid #EFEFEF;
}

.faq_detail_top .faq_detail_icon {
	display: flex;
	padding: 0.3rem 0.5rem 0 0;
	margin-bottom: 0.5rem;
}

.faq_detail_top .faq_detail_icon .important {
	border: 1px solid #ED1212;
	border-radius: 2px;
	margin-right: 0.5rem;
}

.faq_detail_top .faq_detail_icon .important p {
	font-size: 1.2rem;
	color: #ED1212;
	padding: 0.3rem 0.5rem;
}

.faq_detail_top .faq_detail_icon .newtopic {
	border: 1px solid #1290ED;
	border-radius: 2px;
}

.faq_detail_top .faq_detail_icon .newtopic p {
	font-size: 1.2rem;
	color: #1290ED;
	padding: 0.3rem 0.5rem;
}

.faq_detail_top .faq_detail_title {
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 3rem;
	line-height: 1.5;
	word-break: break-word;
}

.faq_detail_top .faq_detail_content {
	color: #404040;
	font-size: 1.6rem;
	line-height: 1.625;
	margin-bottom: 3rem;
	word-break: break-all;
}

.faq_detail_top .faq_detail_meta {
	color: #8D8D8D;
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
}

.faq_detail_top .faq_detail_meta .number,
.faq_detail_top .faq_detail_meta .open {
	margin-right: 2rem;
}

.faq_detail_top .faq_detail_meta .update {
	margin-top: 0.5rem;
}

.faq_detail_que {
	padding: 4rem 1.5rem;
	border-bottom: 1px solid #EFEFEF;
}

.faq_detail_que .detail_que_title {
	color: #333333;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.faq_detail_que .detail_que_select {
	display: flex;
	margin-bottom: 3rem;
}

.faq_detail_que .detail_que_text {
	color: #707070;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.faq_detail_que .detail_que_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	box-shadow: inset 0px 0px 6px #0000001A;
	background: #FFFFFF;
	margin-bottom: 1rem;
}

.faq_detail_que .detail_que_text2 {
	color: #707070;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.faq_detail_con {
	padding: 3rem 2.5rem 3.5rem;
	border-bottom: 1px solid #EFEFEF;
}

.faq_detail_con .detail_con_title {
	color: #333333;
	font-size: 1.6rem;
	margin-bottom: 2rem;
	font-weight: bold;
}

.faq_detail_con .detail_con_item a {
	display: flex;
	padding: 1rem;
	align-items: center;
	justify-content: space-between;
	color: #333333;
}

.faq_detail_con .detail_con_item p {
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faq_detail_con .detail_con_item img {
	width: 0.7rem;
}

.faq_serach_contact {
	padding: 3rem 2rem;
	text-align: center;
}

.faq_serach_contact p {
	color: #333333;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	line-height: 1.25;
}

.faq_serach_contact a {
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
	background: #F1890E;
	box-shadow: 0px 0px 2px #00000040;
	border-radius: 2px;
	padding: 1rem 8rem;
}

.faq_detail_con {
	padding: 3rem 1.5rem 3rem;
}

.faq_detail_con .detail_con_item p {
	padding-right: 2rem;
}
/* /article-detail */


.cs_wrap .contact_form_content .contact_form_inner.faq {
	padding: 10px;
}

.page_breadcrumbs_2 {
	display: none;
}

.page_breadcrumbs_2.breadcrumbs_faq {
	display: block;
    margin: 0 auto;
    padding: 0 1.5rem 1.5rem;
    overflow-x: auto;
    white-space: wrap;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.faq_contact .page_inner {
	margin: 2rem 0;
	width: auto;
}

.faq_contact .page_inner .container {
	background: #F5F5F5;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}

.cs_wrap .contact_form_content {
	padding: 0;
	width: auto;
}

.cs_wrap .contact_form_content .form_sec_wrap {
	padding: 15px 0;
}

.cs_wrap .contact_form_content .form_sec_wrap .input_area {
	width: auto;
	margin: 0;
}

.cs_wrap .contact_form_content .form_sec_wrap .input_area .form_sub_sec label {
	display: block;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
	font-size: 14px;
}

.cs_wrap .contact_form_content .form_sec_wrap .input_area .form_sub_sec .com_input {
	width: 100%;
	padding: 0;
}

.cs_wrap .inquiry_form_wrap label.required:before {
	content: none;
}

.cs_wrap .contact_form_content .form_sec_wrap .form_sub_sec .textarea_box {
	width: 100%;
	padding: 0;
}

.cs_wrap .sec_notice .notice_style {
	width: auto;
	padding: 1.5rem 1rem;
}

.contact_con {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 2rem 1.5rem;
}

.contact_con.pc_none {
	margin-top: 1.5rem;
	margin-bottom: 3.3rem;
}

.cs_wrap .contact_form_content .form_sec_wrap .form_sub_sec:first-child {
	padding: 0;
}

.cs_wrap .contact_form_content .form_sec_wrap .form_sub_sec {
	border-top: none;
	padding: 25px 0 0;
}

.cs_wrap .contact_form_content .form_sec_wrap .input_area .form_sub_sec .com_input p {
	font-size: 14px;
}

.contact_con .contact_con_title {
	font-size: 1.4rem;
}

.contact_con .contact_con_item {
	padding: 1.5rem;
}

.contact_con .contact_con_item h3 {
	font-size: 1.4rem;
}

.contact_con .contact_con_item p {
	font-size: 1.4rem;
}

.btn_style.btn_green {
	width: 100%;
}

.notice_style ul li {
	line-height: 1.7;
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
}

.notice_style ul li:before {
	content: '・';
	display: inline;
}

/* /contact */

.sp_none {
	display: none;
}

/* New Figma-based FAQ Header Design */
.faq-header-new {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
	padding: 3rem 1.5rem;
	width: 100%;
	max-width: 37.5rem;
	margin: 0 auto;
}

/* Title Section */
.faq-title-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 0.8rem;
	padding: 0 2rem;
	position: relative;
}

.faq-title-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #333333;
	margin: 0;
	text-align: center;
}
.faq-title-icon {
   content: url(https://nativecamp-public-web-production.s3.ap-northeast-1.amazonaws.com/user/webroot/images/inquiry/icon_history.svg);
   width: 3.2rem;
   height: 3.2rem;
   position: absolute;
   right: 1.8rem;
   top: 50%;
   transform: translateY(-50%);
}
.faq-badge-count{
   width: 2rem;
   height: 2rem;
   background: red;
   border-radius: 100px;
   position: absolute;
   right: .8rem;
   top: -.7rem;
   color: #fff;
   font-size: 1.2rem;
   font-weight: 500;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* Search Section */
.faq-search-section {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1.6rem;
}

.faq-input-group {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.8rem;
}

.faq-search-container {
	width: 100%;
}

/* Override existing search form styles */
.faq-search-container .search_container {
	display: flex;
	align-items: stretch;
	gap: 0.8rem;
	width: 100%;
}

.faq-search-container .search-box {
	flex: 1;
	width: auto;
	margin-right: 0;
	position: relative;
	height: 4rem;
}

.faq-search-container .search-form-input {
	border: 0.1rem solid #CCCCCC;
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25);
	border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	padding: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #333333;
	background: #FFFFFF;
}

.faq-search-container .search-form-input::placeholder {
	color: #999999;
}

.faq-search-container .search-form-submit {
	background: #F1890E;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25);
	border: none;
	width: 6.4rem;
	height: 4rem;
	cursor: pointer;
	-webkit-appearance: none;
}

/* Keywords Section */
.faq-keywords-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 1rem;
}

.faq-keywords-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #333333;
	text-align: center;
	margin: 0;
}

.faq-keywords-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	gap: 1.2rem;
	justify-content: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.faq-keywords-group::-webkit-scrollbar {
	display: none;
}

.faq-keyword-pill {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8rem;
	background: #F7F7F7;
	border-radius: 10rem;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
	color: #333333;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.faq-keyword-pill:hover {
	background: #EEEEEE;
	color: #333333;
}

.faq-keyword-pill:active {
	background: #E0E0E0;
}

/* Override existing search word styles when using new design */
.faq-header-new .search_word {
	display: none;
}

/* Hide old search container when new design is active */
.faq-header-new ~ .header_img_wrap_search {
	display: none;
}

/* Ensure the new design container takes full width */
.header_bottom .header_img_wrap._logo.inner .faq-header-new {
	width: 100%;
	max-width: none;
}

/* Override any existing padding on the parent container */
.header_bottom .header_img_wrap._logo.inner {
	padding: 0;
}

/* FAQ Top Contact Section - Figma Design */
.main_contents-sp .page-wrap .page-inner .faq_top_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	gap: 1.5rem; /* 15px */
	padding: 1.5rem 0; /* 15px 0px */
	background: transparent;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.faq-contents .faq-contact-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem; /* 15px */
	line-height: 1.3;
	text-align: center;
	color: #333333;
	margin: 0;
	width: 100%;
}

.faq_top_contact .faq-contact-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: #0D40A0;
	gap: 0.8rem; /* 8px */
	padding: 2.4rem 2rem; /* 24px 20px */
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25);
	border-radius: 0.8rem; /* 8px */
}

.faq_top_contact .faq-contact-item a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.6rem; /* 16px */
	line-height: 1.3;
	text-align: center;
	background: none;
	border-radius: 0;
	box-shadow: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0;
}

.faq_top_contact .faq-contact-link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.faq_top_contact .faq-contact-link:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Responsive adjustments */
@media only screen and (max-width: 375px) {
	.faq-header-new {
		padding: 2rem 1rem;
		gap: 2rem;
	}
	
	.faq-title-section {
		padding: 0 1rem;
	}
	
	.faq-keywords-group {
		gap: 0.8rem;
	}
	
	.faq-keyword-pill {
		font-size: 1.2rem;
		padding: 0.6rem 0.8rem;
	}
}


  /* Sidebar wrapper for SP view */
  .faq_sidebar.sp_view {
    width: 100%;
    display: block;
  }

  /* Sidebar title for SP view */
  .faq_sidebar.sp_view .faq_sidebar_title.pc_none.sp_view {
    padding: 1.3rem 1.5rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  /* Arrow icon */
  .faq_sidebar.sp_view .faq_sidebar_title.pc_none.sp_view img {
    width: 1.2rem;
    height: 0.7rem;
    transition: transform 0.3s ease;
  }

  /* Rotate arrow when open */
  .faq_sidebar.sp_view .faq_sidebar_title.pc_none.sp_view img.is-open {
    transform: rotate(180deg);
  }

  /* Heading spacing */
  .faq_sidebar.sp_view .faq_sidebar_title h3 { 
    margin-bottom: 0;
  }

  /* Breadcrumb padding for SP view */
  .page-wrap.sp_view .page_breadcrumbs_2.breadcrumbs_faq {
    padding: 0 1rem;
  }

  /* FAQS container styling for SP */
  .home_tab_wrap.sp_view { 
    background: #fff;
  }

  .home_tab_wrap.sp_view .adviser_title {
    padding: 3rem 1rem;
    margin: 0;
  }

  /* Sidebar content for SP view */
  .faq_sidebar_back.sp_view { 
    display: block;
    margin-top: 1rem;
  }

  /* Hide the PC version of sidebar */
  .faq_sidebar_back.sp_view.pc-view {
    display: none;
  }

  /* Hide PC-only title */
  .faq_sidebar.sp_view .faq_sidebar_title.pc_view.sp_none {
    display: none;
  }

  /* Hover effect for touch/click feedback */
  .faq_sidebar.sp_view .faq_sidebar_title.pc_none.sp_view:hover {
    background-color: #fff;
  }

/* NJ-89501 Start */
.header_faq .header_img_wrap.inner h1 {
	font-size: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.header_faq .header_img_wrap {
	padding: 1.7rem 0 1rem;
}
  /* NJ-89501 End */

/* NJ-89435 Start */
#header .header_inner.faq .header_img_wrap.inner h1 {
	display: flex;
	justify-content: center;
	color: #333;
	font-size: 2.4rem;
	font-weight: 700;
}
.header_img_wrap div.faq.mobile {
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 400;
}
/* NJ-89435 End */