@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダー */
.header_btn {
	white-space: nowrap;
}


/* メインスライダー */
.p-mainVisual__slideTitle {
	font-family: 'Noto Serif JP',HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 32px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	letter-spacing: .1em;
}

/* フッター */
@media (max-width:960px) {
	.footer_wrapper {
		padding: 0 1em;
	}
}


/* 固定フッター（SP) */
#fix_bottom_menu .menu_list {
	margin: 1em 0;
	padding: 0 30px;
}
#fix_bottom_menu ul li:first-child {
	padding-right: 1em;
}
#fix_bottom_menu .menu_list a {
	align-items: center;
	border-radius: 999px;
	color: #333;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	min-height: 11.733vw;
}
@media (min-width: 601px) {
	#fix_bottom_menu .menu_list a {
		max-width: 400px;
		min-height: 60px;
	}
}
#fix_bottom_menu ul li:first-child a {
  background-color: #fccf00;
}
#fix_bottom_menu ul li:nth-child(2) a {
  background-color: #ffffff;
}
#fix_bottom_menu .menu_list a>span {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
#fix_bottom_menu li a::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free"; /* FontAwesomeフォント指定 */
	font-weight: 900;
	margin-left: 0px;
	font-size: 1.2em;
	padding-right: 10px;
}
@media not all and (min-width: 960px) {
    #fix_bottom_menu+.p-fixBtnWrap {
        bottom: 88px;
    }
}

/* FAQ アコーディオン */
.faq_q {
    cursor: pointer;
    position: relative;
    padding-right: 30px; /* アイコン分のスペースを確保 */
}

.faq_q::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
}

.faq_q.active::after {
    content: '-';
    font-size: 2em;
    font-weight: bold;
}

.faq_a {
    display: none;
}
