:root {
    --primary-color: #27ae60;
    --secondary-color: #2ecc71;
    --accent-color: #e67e22;
    --text-dark: #2c3e50;
    --bg-light: #f8f9fa;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: var(--text-dark);
    line-height: 1.8;
    background-color: #fff;
}

/* --- Layout & Utilities --- */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.container { max-width: 900px; }
.tac { text-align: center; }
.tal { text-align: left; }
.f20 { font-size: 1.25rem; font-weight: bold; color: var(--primary-color); }
.f25 { font-size: 1.4rem; font-weight: bold; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px; }

/* --- Header --- */
#area_header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}
#logoimg { margin-right: 10px; }
#header_under_msg {
    background: var(--primary-color);
    padding: 8px 0;
    text-align: center;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
#header_under_msg a { color: #fff; text-decoration: none; font-weight: bold; }
#header_under_msg .menubar { color: rgba(255,255,255,0.5); }

/* --- Main Content --- */
.main_area_cntents { padding: 40px 15px; }
#pankuzu { font-size: 0.9rem; margin-bottom: 20px; }
#pankuzu a { color: var(--primary-color); text-decoration: none; }

h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--primary-color);
    border-left: 6px solid var(--accent-color);
    padding: 10px 15px;
    background: var(--bg-light);
    margin: 60px 0 30px;
}

/* --- Features List --- */
.na_li {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    list-style: none;
}
.li_tit {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.li_tit::before { content: "●"; margin-right: 10px; font-size: 0.8em; color: var(--accent-color); }
.li_p { margin-bottom: 0; font-size: 1rem; color: #555; }

/* --- Store Sections --- */
.store-box {
    background: var(--bg-light);
    border-radius: 20px;
    padding: 40px 20px;
    margin: 40px 0;
    border: 1px solid #e9ecef;
}
.btn-download {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(39, 174, 96, 0.2);
    margin: 20px 0;
    width: 100%;
    max-width: 500px;
}
.btn-download:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(39, 174, 96, 0.3); }

/* --- Diagnosis Form --- */
form[name="fmq"] {
    background: #fff;
    border: 2px solid var(--primary-color);
    padding: 30px;
    border-radius: 20px;
}
.fmq-ol { padding-left: 0; counter-reset: item; }
.fmq-ol li {
    list-style: none;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.fmq-ol li::before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    color: var(--primary-color);
}
label { margin-right: 20px; cursor: pointer; font-weight: bold; }
input[type="radio"] { transform: scale(1.3); margin-right: 8px; }

/* --- Footer --- */
#area_footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0;
    margin-top: 80px;
}
#area_footer a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3); }
#footer_link { line-height: 2.5; font-size: 0.9rem; }
#copyright { margin-top: 40px; color: #95a5a6; font-size: 0.8rem; }

.food-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    padding: 0;
}
.food-list li {
    list-style: none;
    background: #e8f5e9;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
}
/* 個別 */
.mainlogo_txt{
	color: var(--text-dark);
	font-weight: 900;
	font-size: 1.2rem;
}
.mgt20{
	margin-top: 20px;
}
.csstmp1{
	color: var(--text-dark);
	margin-top:10px;
}
.pad0{
	 padding: 0;
}
.csstmp2{
	 background: #fff8e1; 
	 border-radius: 10px; 
	 font-size: 0.9rem; 
	 border: 1px solid #ffe082;
}
.csstmp3{
	color: var(--accent-color);
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid;
}
.csstmp4{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#img_1{
	margin:20px 0;
	border-radius:10px;
	border:1px solid #ddd;
}
.txt_deco_no{
	text-decoration:none;
}
#dl_btn_gplay{
	background:#2c3e50;
	box-shadow: 0 10px 20px rgba(44, 62, 80, 0.2);
}
.csstmp6{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
#img_2{
	margin:20px 0;
	border-radius:10px;
	border:1px solid #ddd;
}
#img_3{
	border-radius:15px;
}
#btn_shindan{
	padding:15px;
	font-size:1.5rem;
}
.csstmp7{
	text-decoration:none;
	color:#2c3e50;
}
.csstmp8{
	text-decoration:none;
	color:inherit;
}
.display_no{
	display:none;
}
.hw50{
	height:50px;
	width:50px;
}
.w200{
	width:200px;
}